1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.30",
14 "gpui",
15 "language",
16 "project",
17 "smallvec",
18 "ui",
19 "util",
20 "workspace",
21]
22
23[[package]]
24name = "addr2line"
25version = "0.24.1"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
28dependencies = [
29 "gimli 0.31.0",
30]
31
32[[package]]
33name = "adler"
34version = "1.0.2"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
37
38[[package]]
39name = "adler2"
40version = "2.0.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
43
44[[package]]
45name = "aes"
46version = "0.8.4"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
49dependencies = [
50 "cfg-if",
51 "cipher",
52 "cpufeatures",
53 "zeroize",
54]
55
56[[package]]
57name = "ahash"
58version = "0.7.8"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
61dependencies = [
62 "getrandom 0.2.15",
63 "once_cell",
64 "version_check",
65]
66
67[[package]]
68name = "ahash"
69version = "0.8.11"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
72dependencies = [
73 "cfg-if",
74 "const-random",
75 "once_cell",
76 "version_check",
77 "zerocopy",
78]
79
80[[package]]
81name = "aho-corasick"
82version = "1.1.3"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
85dependencies = [
86 "memchr",
87]
88
89[[package]]
90name = "alacritty_terminal"
91version = "0.24.1-dev"
92source = "git+https://github.com/alacritty/alacritty?rev=91d034ff8b53867143c005acfaa14609147c9a2c#91d034ff8b53867143c005acfaa14609147c9a2c"
93dependencies = [
94 "base64 0.22.1",
95 "bitflags 2.6.0",
96 "home",
97 "libc",
98 "log",
99 "miow",
100 "parking_lot",
101 "piper",
102 "polling 3.7.3",
103 "regex-automata 0.4.7",
104 "rustix-openpty",
105 "serde",
106 "signal-hook",
107 "unicode-width",
108 "vte",
109 "windows-sys 0.52.0",
110]
111
112[[package]]
113name = "aliasable"
114version = "0.1.3"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
117
118[[package]]
119name = "aligned-vec"
120version = "0.5.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
123
124[[package]]
125name = "allocator-api2"
126version = "0.2.18"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
129
130[[package]]
131name = "alsa"
132version = "0.9.1"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
135dependencies = [
136 "alsa-sys",
137 "bitflags 2.6.0",
138 "cfg-if",
139 "libc",
140]
141
142[[package]]
143name = "alsa-sys"
144version = "0.3.1"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
147dependencies = [
148 "libc",
149 "pkg-config",
150]
151
152[[package]]
153name = "ambient-authority"
154version = "0.0.2"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
157
158[[package]]
159name = "ammonia"
160version = "4.0.0"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
163dependencies = [
164 "html5ever",
165 "maplit",
166 "once_cell",
167 "tendril",
168 "url",
169]
170
171[[package]]
172name = "android-tzdata"
173version = "0.1.1"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
176
177[[package]]
178name = "android_system_properties"
179version = "0.1.5"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
182dependencies = [
183 "libc",
184]
185
186[[package]]
187name = "anes"
188version = "0.1.6"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
191
192[[package]]
193name = "anstream"
194version = "0.6.15"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
197dependencies = [
198 "anstyle",
199 "anstyle-parse",
200 "anstyle-query",
201 "anstyle-wincon",
202 "colorchoice",
203 "is_terminal_polyfill",
204 "utf8parse",
205]
206
207[[package]]
208name = "anstyle"
209version = "1.0.8"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
212
213[[package]]
214name = "anstyle-parse"
215version = "0.2.5"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
218dependencies = [
219 "utf8parse",
220]
221
222[[package]]
223name = "anstyle-query"
224version = "1.1.1"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
227dependencies = [
228 "windows-sys 0.52.0",
229]
230
231[[package]]
232name = "anstyle-wincon"
233version = "3.0.4"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
236dependencies = [
237 "anstyle",
238 "windows-sys 0.52.0",
239]
240
241[[package]]
242name = "anthropic"
243version = "0.1.0"
244dependencies = [
245 "anyhow",
246 "chrono",
247 "futures 0.3.30",
248 "http_client",
249 "schemars",
250 "serde",
251 "serde_json",
252 "strum 0.25.0",
253 "thiserror",
254 "util",
255]
256
257[[package]]
258name = "any_vec"
259version = "0.14.0"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
262
263[[package]]
264name = "anyhow"
265version = "1.0.91"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
268
269[[package]]
270name = "approx"
271version = "0.5.1"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
274dependencies = [
275 "num-traits",
276]
277
278[[package]]
279name = "arbitrary"
280version = "1.3.2"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
283
284[[package]]
285name = "arg_enum_proc_macro"
286version = "0.3.4"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
289dependencies = [
290 "proc-macro2",
291 "quote",
292 "syn 2.0.76",
293]
294
295[[package]]
296name = "arraydeque"
297version = "0.5.1"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
300
301[[package]]
302name = "arrayref"
303version = "0.3.8"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a"
306
307[[package]]
308name = "arrayvec"
309version = "0.7.6"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
312dependencies = [
313 "serde",
314]
315
316[[package]]
317name = "as-raw-xcb-connection"
318version = "1.0.1"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
321
322[[package]]
323name = "ascii"
324version = "1.1.0"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
327
328[[package]]
329name = "ash"
330version = "0.38.0+1.3.281"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
333dependencies = [
334 "libloading",
335]
336
337[[package]]
338name = "ash-window"
339version = "0.13.0"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
342dependencies = [
343 "ash",
344 "raw-window-handle",
345 "raw-window-metal",
346]
347
348[[package]]
349name = "ashpd"
350version = "0.9.2"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "4d43c03d9e36dd40cab48435be0b09646da362c278223ca535493877b2c1dee9"
353dependencies = [
354 "async-fs 2.1.2",
355 "async-net 2.0.0",
356 "enumflags2",
357 "futures-channel",
358 "futures-util",
359 "rand 0.8.5",
360 "serde",
361 "serde_repr",
362 "url",
363 "zbus",
364]
365
366[[package]]
367name = "assets"
368version = "0.1.0"
369dependencies = [
370 "anyhow",
371 "gpui",
372 "rust-embed",
373]
374
375[[package]]
376name = "assistant"
377version = "0.1.0"
378dependencies = [
379 "anthropic",
380 "anyhow",
381 "assets",
382 "assistant_slash_command",
383 "assistant_tool",
384 "async-watch",
385 "cargo_toml",
386 "chrono",
387 "client",
388 "clock",
389 "collections",
390 "command_palette_hooks",
391 "context_servers",
392 "ctor",
393 "db",
394 "editor",
395 "env_logger 0.11.5",
396 "feature_flags",
397 "fs",
398 "futures 0.3.30",
399 "fuzzy",
400 "globset",
401 "gpui",
402 "handlebars 4.5.0",
403 "heed",
404 "html_to_markdown",
405 "http_client",
406 "indexed_docs",
407 "indoc",
408 "language",
409 "language_model",
410 "languages",
411 "log",
412 "lsp",
413 "markdown",
414 "menu",
415 "multi_buffer",
416 "ollama",
417 "open_ai",
418 "ordered-float 2.10.1",
419 "parking_lot",
420 "paths",
421 "picker",
422 "pretty_assertions",
423 "project",
424 "proto",
425 "rand 0.8.5",
426 "regex",
427 "release_channel",
428 "rope",
429 "rpc",
430 "schemars",
431 "search",
432 "semantic_index",
433 "serde",
434 "serde_json",
435 "serde_json_lenient",
436 "settings",
437 "similar",
438 "smallvec",
439 "smol",
440 "strum 0.25.0",
441 "telemetry_events",
442 "terminal",
443 "terminal_view",
444 "text",
445 "theme",
446 "toml 0.8.19",
447 "tree-sitter-md",
448 "ui",
449 "unindent",
450 "util",
451 "uuid",
452 "workspace",
453 "zed_actions",
454]
455
456[[package]]
457name = "assistant_slash_command"
458version = "0.1.0"
459dependencies = [
460 "anyhow",
461 "collections",
462 "derive_more",
463 "futures 0.3.30",
464 "gpui",
465 "language",
466 "parking_lot",
467 "pretty_assertions",
468 "serde",
469 "serde_json",
470 "workspace",
471]
472
473[[package]]
474name = "assistant_tool"
475version = "0.1.0"
476dependencies = [
477 "anyhow",
478 "collections",
479 "derive_more",
480 "gpui",
481 "parking_lot",
482 "serde",
483 "serde_json",
484 "workspace",
485]
486
487[[package]]
488name = "async-attributes"
489version = "1.1.2"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
492dependencies = [
493 "quote",
494 "syn 1.0.109",
495]
496
497[[package]]
498name = "async-broadcast"
499version = "0.7.1"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
502dependencies = [
503 "event-listener 5.3.1",
504 "event-listener-strategy",
505 "futures-core",
506 "pin-project-lite",
507]
508
509[[package]]
510name = "async-channel"
511version = "1.9.0"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
514dependencies = [
515 "concurrent-queue",
516 "event-listener 2.5.3",
517 "futures-core",
518]
519
520[[package]]
521name = "async-channel"
522version = "2.3.1"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
525dependencies = [
526 "concurrent-queue",
527 "event-listener-strategy",
528 "futures-core",
529 "pin-project-lite",
530]
531
532[[package]]
533name = "async-compat"
534version = "0.2.4"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
537dependencies = [
538 "futures-core",
539 "futures-io",
540 "once_cell",
541 "pin-project-lite",
542 "tokio",
543]
544
545[[package]]
546name = "async-compression"
547version = "0.4.17"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857"
550dependencies = [
551 "deflate64",
552 "flate2",
553 "futures-core",
554 "futures-io",
555 "memchr",
556 "pin-project-lite",
557]
558
559[[package]]
560name = "async-dispatcher"
561version = "0.1.2"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
564dependencies = [
565 "async-task",
566 "futures-lite 1.13.0",
567]
568
569[[package]]
570name = "async-executor"
571version = "1.13.0"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
574dependencies = [
575 "async-task",
576 "concurrent-queue",
577 "fastrand 2.1.1",
578 "futures-lite 2.3.0",
579 "slab",
580]
581
582[[package]]
583name = "async-fs"
584version = "1.6.0"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
587dependencies = [
588 "async-lock 2.8.0",
589 "autocfg",
590 "blocking",
591 "futures-lite 1.13.0",
592]
593
594[[package]]
595name = "async-fs"
596version = "2.1.2"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
599dependencies = [
600 "async-lock 3.4.0",
601 "blocking",
602 "futures-lite 2.3.0",
603]
604
605[[package]]
606name = "async-global-executor"
607version = "2.4.1"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
610dependencies = [
611 "async-channel 2.3.1",
612 "async-executor",
613 "async-io 2.3.4",
614 "async-lock 3.4.0",
615 "blocking",
616 "futures-lite 2.3.0",
617 "once_cell",
618]
619
620[[package]]
621name = "async-io"
622version = "1.13.0"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
625dependencies = [
626 "async-lock 2.8.0",
627 "autocfg",
628 "cfg-if",
629 "concurrent-queue",
630 "futures-lite 1.13.0",
631 "log",
632 "parking",
633 "polling 2.8.0",
634 "rustix 0.37.27",
635 "slab",
636 "socket2 0.4.10",
637 "waker-fn",
638]
639
640[[package]]
641name = "async-io"
642version = "2.3.4"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
645dependencies = [
646 "async-lock 3.4.0",
647 "cfg-if",
648 "concurrent-queue",
649 "futures-io",
650 "futures-lite 2.3.0",
651 "parking",
652 "polling 3.7.3",
653 "rustix 0.38.35",
654 "slab",
655 "tracing",
656 "windows-sys 0.59.0",
657]
658
659[[package]]
660name = "async-lock"
661version = "2.8.0"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
664dependencies = [
665 "event-listener 2.5.3",
666]
667
668[[package]]
669name = "async-lock"
670version = "3.4.0"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
673dependencies = [
674 "event-listener 5.3.1",
675 "event-listener-strategy",
676 "pin-project-lite",
677]
678
679[[package]]
680name = "async-native-tls"
681version = "0.5.0"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
684dependencies = [
685 "futures-util",
686 "native-tls",
687 "thiserror",
688 "url",
689]
690
691[[package]]
692name = "async-net"
693version = "1.8.0"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
696dependencies = [
697 "async-io 1.13.0",
698 "blocking",
699 "futures-lite 1.13.0",
700]
701
702[[package]]
703name = "async-net"
704version = "2.0.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
707dependencies = [
708 "async-io 2.3.4",
709 "blocking",
710 "futures-lite 2.3.0",
711]
712
713[[package]]
714name = "async-pipe"
715version = "0.1.3"
716source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
717dependencies = [
718 "futures 0.3.30",
719 "log",
720]
721
722[[package]]
723name = "async-process"
724version = "1.8.1"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
727dependencies = [
728 "async-io 1.13.0",
729 "async-lock 2.8.0",
730 "async-signal",
731 "blocking",
732 "cfg-if",
733 "event-listener 3.1.0",
734 "futures-lite 1.13.0",
735 "rustix 0.38.35",
736 "windows-sys 0.48.0",
737]
738
739[[package]]
740name = "async-process"
741version = "2.2.4"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "a8a07789659a4d385b79b18b9127fc27e1a59e1e89117c78c5ea3b806f016374"
744dependencies = [
745 "async-channel 2.3.1",
746 "async-io 2.3.4",
747 "async-lock 3.4.0",
748 "async-signal",
749 "async-task",
750 "blocking",
751 "cfg-if",
752 "event-listener 5.3.1",
753 "futures-lite 2.3.0",
754 "rustix 0.38.35",
755 "tracing",
756 "windows-sys 0.59.0",
757]
758
759[[package]]
760name = "async-recursion"
761version = "0.3.2"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
764dependencies = [
765 "proc-macro2",
766 "quote",
767 "syn 1.0.109",
768]
769
770[[package]]
771name = "async-recursion"
772version = "1.1.1"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
775dependencies = [
776 "proc-macro2",
777 "quote",
778 "syn 2.0.76",
779]
780
781[[package]]
782name = "async-signal"
783version = "0.2.10"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
786dependencies = [
787 "async-io 2.3.4",
788 "async-lock 3.4.0",
789 "atomic-waker",
790 "cfg-if",
791 "futures-core",
792 "futures-io",
793 "rustix 0.38.35",
794 "signal-hook-registry",
795 "slab",
796 "windows-sys 0.59.0",
797]
798
799[[package]]
800name = "async-std"
801version = "1.12.0"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
804dependencies = [
805 "async-attributes",
806 "async-channel 1.9.0",
807 "async-global-executor",
808 "async-io 1.13.0",
809 "async-lock 2.8.0",
810 "async-process 1.8.1",
811 "crossbeam-utils",
812 "futures-channel",
813 "futures-core",
814 "futures-io",
815 "futures-lite 1.13.0",
816 "gloo-timers",
817 "kv-log-macro",
818 "log",
819 "memchr",
820 "once_cell",
821 "pin-project-lite",
822 "pin-utils",
823 "slab",
824 "wasm-bindgen-futures",
825]
826
827[[package]]
828name = "async-stream"
829version = "0.3.5"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
832dependencies = [
833 "async-stream-impl",
834 "futures-core",
835 "pin-project-lite",
836]
837
838[[package]]
839name = "async-stream-impl"
840version = "0.3.5"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
843dependencies = [
844 "proc-macro2",
845 "quote",
846 "syn 2.0.76",
847]
848
849[[package]]
850name = "async-stripe"
851version = "0.40.0"
852source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
853dependencies = [
854 "chrono",
855 "futures-util",
856 "http-types",
857 "hyper 0.14.31",
858 "hyper-rustls 0.24.2",
859 "serde",
860 "serde_json",
861 "serde_path_to_error",
862 "serde_qs 0.10.1",
863 "smart-default",
864 "smol_str",
865 "thiserror",
866 "tokio",
867]
868
869[[package]]
870name = "async-tar"
871version = "0.5.0"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
874dependencies = [
875 "async-std",
876 "filetime",
877 "libc",
878 "pin-project",
879 "redox_syscall 0.2.16",
880 "xattr",
881]
882
883[[package]]
884name = "async-task"
885version = "4.7.1"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
888
889[[package]]
890name = "async-tls"
891version = "0.12.0"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "cfeefd0ca297cbbb3bd34fd6b228401c2a5177038257afd751bc29f0a2da4795"
894dependencies = [
895 "futures-core",
896 "futures-io",
897 "rustls 0.20.9",
898 "rustls-pemfile 1.0.4",
899 "webpki",
900 "webpki-roots 0.22.6",
901]
902
903[[package]]
904name = "async-trait"
905version = "0.1.83"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
908dependencies = [
909 "proc-macro2",
910 "quote",
911 "syn 2.0.76",
912]
913
914[[package]]
915name = "async-tungstenite"
916version = "0.24.0"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "3609af4bbf701ddaf1f6bb4e6257dff4ff8932327d0e685d3f653724c258b1ac"
919dependencies = [
920 "async-std",
921 "async-tls",
922 "futures-io",
923 "futures-util",
924 "log",
925 "pin-project-lite",
926 "tungstenite 0.21.0",
927]
928
929[[package]]
930name = "async-watch"
931version = "0.3.1"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
934dependencies = [
935 "event-listener 2.5.3",
936]
937
938[[package]]
939name = "async_zip"
940version = "0.0.17"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
943dependencies = [
944 "async-compression",
945 "crc32fast",
946 "futures-lite 2.3.0",
947 "pin-project",
948 "thiserror",
949]
950
951[[package]]
952name = "asynchronous-codec"
953version = "0.7.0"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
956dependencies = [
957 "bytes 1.7.2",
958 "futures-sink",
959 "futures-util",
960 "memchr",
961 "pin-project-lite",
962]
963
964[[package]]
965name = "atoi"
966version = "2.0.0"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
969dependencies = [
970 "num-traits",
971]
972
973[[package]]
974name = "atomic"
975version = "0.5.3"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
978
979[[package]]
980name = "atomic-waker"
981version = "1.1.2"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
984
985[[package]]
986name = "audio"
987version = "0.1.0"
988dependencies = [
989 "anyhow",
990 "collections",
991 "derive_more",
992 "gpui",
993 "parking_lot",
994 "rodio",
995 "util",
996]
997
998[[package]]
999name = "auto_update"
1000version = "0.1.0"
1001dependencies = [
1002 "anyhow",
1003 "client",
1004 "db",
1005 "editor",
1006 "gpui",
1007 "http_client",
1008 "log",
1009 "markdown_preview",
1010 "menu",
1011 "paths",
1012 "release_channel",
1013 "schemars",
1014 "serde",
1015 "serde_derive",
1016 "serde_json",
1017 "settings",
1018 "smol",
1019 "tempfile",
1020 "util",
1021 "which 6.0.3",
1022 "workspace",
1023]
1024
1025[[package]]
1026name = "autocfg"
1027version = "1.3.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
1030
1031[[package]]
1032name = "av1-grain"
1033version = "0.2.3"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1036dependencies = [
1037 "anyhow",
1038 "arrayvec",
1039 "log",
1040 "nom",
1041 "num-rational",
1042 "v_frame",
1043]
1044
1045[[package]]
1046name = "avif-serialize"
1047version = "0.8.1"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
1050dependencies = [
1051 "arrayvec",
1052]
1053
1054[[package]]
1055name = "aws-config"
1056version = "1.5.5"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "4e95816a168520d72c0e7680c405a5a8c1fb6a035b4bc4b9d7b0de8e1a941697"
1059dependencies = [
1060 "aws-credential-types",
1061 "aws-runtime",
1062 "aws-sdk-sso",
1063 "aws-sdk-ssooidc",
1064 "aws-sdk-sts",
1065 "aws-smithy-async",
1066 "aws-smithy-http",
1067 "aws-smithy-json",
1068 "aws-smithy-runtime",
1069 "aws-smithy-runtime-api",
1070 "aws-smithy-types",
1071 "aws-types",
1072 "bytes 1.7.2",
1073 "fastrand 2.1.1",
1074 "hex",
1075 "http 0.2.12",
1076 "ring 0.17.8",
1077 "time",
1078 "tokio",
1079 "tracing",
1080 "url",
1081 "zeroize",
1082]
1083
1084[[package]]
1085name = "aws-credential-types"
1086version = "1.2.1"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1089dependencies = [
1090 "aws-smithy-async",
1091 "aws-smithy-runtime-api",
1092 "aws-smithy-types",
1093 "zeroize",
1094]
1095
1096[[package]]
1097name = "aws-runtime"
1098version = "1.4.2"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "2424565416eef55906f9f8cece2072b6b6a76075e3ff81483ebe938a89a4c05f"
1101dependencies = [
1102 "aws-credential-types",
1103 "aws-sigv4",
1104 "aws-smithy-async",
1105 "aws-smithy-eventstream",
1106 "aws-smithy-http",
1107 "aws-smithy-runtime",
1108 "aws-smithy-runtime-api",
1109 "aws-smithy-types",
1110 "aws-types",
1111 "bytes 1.7.2",
1112 "fastrand 2.1.1",
1113 "http 0.2.12",
1114 "http-body 0.4.6",
1115 "once_cell",
1116 "percent-encoding",
1117 "pin-project-lite",
1118 "tracing",
1119 "uuid",
1120]
1121
1122[[package]]
1123name = "aws-sdk-s3"
1124version = "1.47.0"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "cca49303c05d2a740b8a4552fac63a4db6ead84f7e7eeed04761fd3014c26f25"
1127dependencies = [
1128 "ahash 0.8.11",
1129 "aws-credential-types",
1130 "aws-runtime",
1131 "aws-sigv4",
1132 "aws-smithy-async",
1133 "aws-smithy-checksums",
1134 "aws-smithy-eventstream",
1135 "aws-smithy-http",
1136 "aws-smithy-json",
1137 "aws-smithy-runtime",
1138 "aws-smithy-runtime-api",
1139 "aws-smithy-types",
1140 "aws-smithy-xml",
1141 "aws-types",
1142 "bytes 1.7.2",
1143 "fastrand 2.1.1",
1144 "hex",
1145 "hmac",
1146 "http 0.2.12",
1147 "http-body 0.4.6",
1148 "lru",
1149 "once_cell",
1150 "percent-encoding",
1151 "regex-lite",
1152 "sha2",
1153 "tracing",
1154 "url",
1155]
1156
1157[[package]]
1158name = "aws-sdk-sso"
1159version = "1.40.0"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "e5879bec6e74b648ce12f6085e7245417bc5f6d672781028384d2e494be3eb6d"
1162dependencies = [
1163 "aws-credential-types",
1164 "aws-runtime",
1165 "aws-smithy-async",
1166 "aws-smithy-http",
1167 "aws-smithy-json",
1168 "aws-smithy-runtime",
1169 "aws-smithy-runtime-api",
1170 "aws-smithy-types",
1171 "aws-types",
1172 "bytes 1.7.2",
1173 "http 0.2.12",
1174 "once_cell",
1175 "regex-lite",
1176 "tracing",
1177]
1178
1179[[package]]
1180name = "aws-sdk-ssooidc"
1181version = "1.41.0"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "4ef4cd9362f638c22a3b959fd8df292e7e47fdf170270f86246b97109b5f2f7d"
1184dependencies = [
1185 "aws-credential-types",
1186 "aws-runtime",
1187 "aws-smithy-async",
1188 "aws-smithy-http",
1189 "aws-smithy-json",
1190 "aws-smithy-runtime",
1191 "aws-smithy-runtime-api",
1192 "aws-smithy-types",
1193 "aws-types",
1194 "bytes 1.7.2",
1195 "http 0.2.12",
1196 "once_cell",
1197 "regex-lite",
1198 "tracing",
1199]
1200
1201[[package]]
1202name = "aws-sdk-sts"
1203version = "1.40.0"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "0b1e2735d2ab28b35ecbb5496c9d41857f52a0d6a0075bbf6a8af306045ea6f6"
1206dependencies = [
1207 "aws-credential-types",
1208 "aws-runtime",
1209 "aws-smithy-async",
1210 "aws-smithy-http",
1211 "aws-smithy-json",
1212 "aws-smithy-query",
1213 "aws-smithy-runtime",
1214 "aws-smithy-runtime-api",
1215 "aws-smithy-types",
1216 "aws-smithy-xml",
1217 "aws-types",
1218 "http 0.2.12",
1219 "once_cell",
1220 "regex-lite",
1221 "tracing",
1222]
1223
1224[[package]]
1225name = "aws-sigv4"
1226version = "1.2.3"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "5df1b0fa6be58efe9d4ccc257df0a53b89cd8909e86591a13ca54817c87517be"
1229dependencies = [
1230 "aws-credential-types",
1231 "aws-smithy-eventstream",
1232 "aws-smithy-http",
1233 "aws-smithy-runtime-api",
1234 "aws-smithy-types",
1235 "bytes 1.7.2",
1236 "crypto-bigint 0.5.5",
1237 "form_urlencoded",
1238 "hex",
1239 "hmac",
1240 "http 0.2.12",
1241 "http 1.1.0",
1242 "once_cell",
1243 "p256",
1244 "percent-encoding",
1245 "ring 0.17.8",
1246 "sha2",
1247 "subtle",
1248 "time",
1249 "tracing",
1250 "zeroize",
1251]
1252
1253[[package]]
1254name = "aws-smithy-async"
1255version = "1.2.1"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
1258dependencies = [
1259 "futures-util",
1260 "pin-project-lite",
1261 "tokio",
1262]
1263
1264[[package]]
1265name = "aws-smithy-checksums"
1266version = "0.60.12"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "598b1689d001c4d4dc3cb386adb07d37786783aee3ac4b324bcadac116bf3d23"
1269dependencies = [
1270 "aws-smithy-http",
1271 "aws-smithy-types",
1272 "bytes 1.7.2",
1273 "crc32c",
1274 "crc32fast",
1275 "hex",
1276 "http 0.2.12",
1277 "http-body 0.4.6",
1278 "md-5",
1279 "pin-project-lite",
1280 "sha1",
1281 "sha2",
1282 "tracing",
1283]
1284
1285[[package]]
1286name = "aws-smithy-eventstream"
1287version = "0.60.4"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
1290dependencies = [
1291 "aws-smithy-types",
1292 "bytes 1.7.2",
1293 "crc32fast",
1294]
1295
1296[[package]]
1297name = "aws-smithy-http"
1298version = "0.60.10"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "01dbcb6e2588fd64cfb6d7529661b06466419e4c54ed1c62d6510d2d0350a728"
1301dependencies = [
1302 "aws-smithy-eventstream",
1303 "aws-smithy-runtime-api",
1304 "aws-smithy-types",
1305 "bytes 1.7.2",
1306 "bytes-utils",
1307 "futures-core",
1308 "http 0.2.12",
1309 "http-body 0.4.6",
1310 "once_cell",
1311 "percent-encoding",
1312 "pin-project-lite",
1313 "pin-utils",
1314 "tracing",
1315]
1316
1317[[package]]
1318name = "aws-smithy-json"
1319version = "0.60.7"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
1322dependencies = [
1323 "aws-smithy-types",
1324]
1325
1326[[package]]
1327name = "aws-smithy-query"
1328version = "0.60.7"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1331dependencies = [
1332 "aws-smithy-types",
1333 "urlencoding",
1334]
1335
1336[[package]]
1337name = "aws-smithy-runtime"
1338version = "1.7.1"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87"
1341dependencies = [
1342 "aws-smithy-async",
1343 "aws-smithy-http",
1344 "aws-smithy-runtime-api",
1345 "aws-smithy-types",
1346 "bytes 1.7.2",
1347 "fastrand 2.1.1",
1348 "h2 0.3.26",
1349 "http 0.2.12",
1350 "http-body 0.4.6",
1351 "http-body 1.0.1",
1352 "httparse",
1353 "hyper 0.14.31",
1354 "hyper-rustls 0.24.2",
1355 "once_cell",
1356 "pin-project-lite",
1357 "pin-utils",
1358 "rustls 0.21.12",
1359 "tokio",
1360 "tracing",
1361]
1362
1363[[package]]
1364name = "aws-smithy-runtime-api"
1365version = "1.7.2"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96"
1368dependencies = [
1369 "aws-smithy-async",
1370 "aws-smithy-types",
1371 "bytes 1.7.2",
1372 "http 0.2.12",
1373 "http 1.1.0",
1374 "pin-project-lite",
1375 "tokio",
1376 "tracing",
1377 "zeroize",
1378]
1379
1380[[package]]
1381name = "aws-smithy-types"
1382version = "1.2.4"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "273dcdfd762fae3e1650b8024624e7cd50e484e37abdab73a7a706188ad34543"
1385dependencies = [
1386 "base64-simd",
1387 "bytes 1.7.2",
1388 "bytes-utils",
1389 "futures-core",
1390 "http 0.2.12",
1391 "http 1.1.0",
1392 "http-body 0.4.6",
1393 "http-body 1.0.1",
1394 "http-body-util",
1395 "itoa",
1396 "num-integer",
1397 "pin-project-lite",
1398 "pin-utils",
1399 "ryu",
1400 "serde",
1401 "time",
1402 "tokio",
1403 "tokio-util",
1404]
1405
1406[[package]]
1407name = "aws-smithy-xml"
1408version = "0.60.8"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
1411dependencies = [
1412 "xmlparser",
1413]
1414
1415[[package]]
1416name = "aws-types"
1417version = "1.3.3"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1420dependencies = [
1421 "aws-credential-types",
1422 "aws-smithy-async",
1423 "aws-smithy-runtime-api",
1424 "aws-smithy-types",
1425 "rustc_version",
1426 "tracing",
1427]
1428
1429[[package]]
1430name = "axum"
1431version = "0.6.20"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1434dependencies = [
1435 "async-trait",
1436 "axum-core",
1437 "base64 0.21.7",
1438 "bitflags 1.3.2",
1439 "bytes 1.7.2",
1440 "futures-util",
1441 "headers",
1442 "http 0.2.12",
1443 "http-body 0.4.6",
1444 "hyper 0.14.31",
1445 "itoa",
1446 "matchit",
1447 "memchr",
1448 "mime",
1449 "percent-encoding",
1450 "pin-project-lite",
1451 "rustversion",
1452 "serde",
1453 "serde_json",
1454 "serde_path_to_error",
1455 "serde_urlencoded",
1456 "sha1",
1457 "sync_wrapper 0.1.2",
1458 "tokio",
1459 "tokio-tungstenite 0.20.1",
1460 "tower",
1461 "tower-layer",
1462 "tower-service",
1463]
1464
1465[[package]]
1466name = "axum-core"
1467version = "0.3.4"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1470dependencies = [
1471 "async-trait",
1472 "bytes 1.7.2",
1473 "futures-util",
1474 "http 0.2.12",
1475 "http-body 0.4.6",
1476 "mime",
1477 "rustversion",
1478 "tower-layer",
1479 "tower-service",
1480]
1481
1482[[package]]
1483name = "axum-extra"
1484version = "0.4.2"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1487dependencies = [
1488 "axum",
1489 "bytes 1.7.2",
1490 "futures-util",
1491 "http 0.2.12",
1492 "mime",
1493 "pin-project-lite",
1494 "serde",
1495 "serde_json",
1496 "tokio",
1497 "tower",
1498 "tower-http 0.3.5",
1499 "tower-layer",
1500 "tower-service",
1501]
1502
1503[[package]]
1504name = "backtrace"
1505version = "0.3.74"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1508dependencies = [
1509 "addr2line",
1510 "cfg-if",
1511 "libc",
1512 "miniz_oxide 0.8.0",
1513 "object",
1514 "rustc-demangle",
1515 "windows-targets 0.52.6",
1516]
1517
1518[[package]]
1519name = "base16ct"
1520version = "0.1.1"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1523
1524[[package]]
1525name = "base64"
1526version = "0.13.1"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1529
1530[[package]]
1531name = "base64"
1532version = "0.21.7"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1535
1536[[package]]
1537name = "base64"
1538version = "0.22.1"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1541
1542[[package]]
1543name = "base64-simd"
1544version = "0.8.0"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1547dependencies = [
1548 "outref",
1549 "vsimd",
1550]
1551
1552[[package]]
1553name = "base64ct"
1554version = "1.6.0"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1557
1558[[package]]
1559name = "bigdecimal"
1560version = "0.4.5"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee"
1563dependencies = [
1564 "autocfg",
1565 "libm",
1566 "num-bigint",
1567 "num-integer",
1568 "num-traits",
1569 "serde",
1570]
1571
1572[[package]]
1573name = "bincode"
1574version = "1.3.3"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1577dependencies = [
1578 "serde",
1579]
1580
1581[[package]]
1582name = "bindgen"
1583version = "0.69.4"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
1586dependencies = [
1587 "bitflags 2.6.0",
1588 "cexpr",
1589 "clang-sys",
1590 "itertools 0.12.1",
1591 "lazy_static",
1592 "lazycell",
1593 "proc-macro2",
1594 "quote",
1595 "regex",
1596 "rustc-hash 1.1.0",
1597 "shlex",
1598 "syn 2.0.76",
1599]
1600
1601[[package]]
1602name = "bindgen"
1603version = "0.70.1"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1606dependencies = [
1607 "bitflags 2.6.0",
1608 "cexpr",
1609 "clang-sys",
1610 "itertools 0.13.0",
1611 "log",
1612 "prettyplease",
1613 "proc-macro2",
1614 "quote",
1615 "regex",
1616 "rustc-hash 1.1.0",
1617 "shlex",
1618 "syn 2.0.76",
1619]
1620
1621[[package]]
1622name = "bit-set"
1623version = "0.5.3"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1626dependencies = [
1627 "bit-vec 0.6.3",
1628]
1629
1630[[package]]
1631name = "bit-set"
1632version = "0.6.0"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f"
1635dependencies = [
1636 "bit-vec 0.7.0",
1637]
1638
1639[[package]]
1640name = "bit-vec"
1641version = "0.6.3"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1644
1645[[package]]
1646name = "bit-vec"
1647version = "0.7.0"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"
1650
1651[[package]]
1652name = "bit_field"
1653version = "0.10.2"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1656
1657[[package]]
1658name = "bitflags"
1659version = "1.3.2"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1662
1663[[package]]
1664name = "bitflags"
1665version = "2.6.0"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1668dependencies = [
1669 "serde",
1670]
1671
1672[[package]]
1673name = "bitstream-io"
1674version = "2.5.3"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452"
1677
1678[[package]]
1679name = "bitvec"
1680version = "1.0.1"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1683dependencies = [
1684 "funty",
1685 "radium",
1686 "tap",
1687 "wyz",
1688]
1689
1690[[package]]
1691name = "blade-graphics"
1692version = "0.5.0"
1693source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1694dependencies = [
1695 "ash",
1696 "ash-window",
1697 "bitflags 2.6.0",
1698 "block",
1699 "bytemuck",
1700 "codespan-reporting",
1701 "core-graphics-types 0.1.3",
1702 "glow",
1703 "gpu-alloc",
1704 "gpu-alloc-ash",
1705 "hidden-trait",
1706 "js-sys",
1707 "khronos-egl",
1708 "libloading",
1709 "log",
1710 "metal",
1711 "mint",
1712 "naga",
1713 "objc",
1714 "raw-window-handle",
1715 "slab",
1716 "wasm-bindgen",
1717 "web-sys",
1718]
1719
1720[[package]]
1721name = "blade-macros"
1722version = "0.3.0"
1723source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1724dependencies = [
1725 "proc-macro2",
1726 "quote",
1727 "syn 2.0.76",
1728]
1729
1730[[package]]
1731name = "blade-util"
1732version = "0.1.0"
1733source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1734dependencies = [
1735 "blade-graphics",
1736 "bytemuck",
1737 "log",
1738 "profiling",
1739]
1740
1741[[package]]
1742name = "blake3"
1743version = "1.5.4"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7"
1746dependencies = [
1747 "arrayref",
1748 "arrayvec",
1749 "cc",
1750 "cfg-if",
1751 "constant_time_eq",
1752]
1753
1754[[package]]
1755name = "block"
1756version = "0.1.6"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1759
1760[[package]]
1761name = "block-buffer"
1762version = "0.10.4"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1765dependencies = [
1766 "generic-array",
1767]
1768
1769[[package]]
1770name = "block-padding"
1771version = "0.3.3"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1774dependencies = [
1775 "generic-array",
1776]
1777
1778[[package]]
1779name = "blocking"
1780version = "1.6.1"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1783dependencies = [
1784 "async-channel 2.3.1",
1785 "async-task",
1786 "futures-io",
1787 "futures-lite 2.3.0",
1788 "piper",
1789]
1790
1791[[package]]
1792name = "borsh"
1793version = "1.5.1"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed"
1796dependencies = [
1797 "borsh-derive",
1798 "cfg_aliases 0.2.1",
1799]
1800
1801[[package]]
1802name = "borsh-derive"
1803version = "1.5.1"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b"
1806dependencies = [
1807 "once_cell",
1808 "proc-macro-crate",
1809 "proc-macro2",
1810 "quote",
1811 "syn 2.0.76",
1812 "syn_derive",
1813]
1814
1815[[package]]
1816name = "breadcrumbs"
1817version = "0.1.0"
1818dependencies = [
1819 "editor",
1820 "gpui",
1821 "itertools 0.13.0",
1822 "outline",
1823 "theme",
1824 "ui",
1825 "workspace",
1826]
1827
1828[[package]]
1829name = "bstr"
1830version = "1.10.0"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
1833dependencies = [
1834 "memchr",
1835 "regex-automata 0.4.7",
1836 "serde",
1837]
1838
1839[[package]]
1840name = "built"
1841version = "0.7.4"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4"
1844
1845[[package]]
1846name = "bumpalo"
1847version = "3.16.0"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1850
1851[[package]]
1852name = "by_address"
1853version = "1.2.1"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1856
1857[[package]]
1858name = "bytecheck"
1859version = "0.6.12"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1862dependencies = [
1863 "bytecheck_derive",
1864 "ptr_meta",
1865 "simdutf8",
1866]
1867
1868[[package]]
1869name = "bytecheck_derive"
1870version = "0.6.12"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1873dependencies = [
1874 "proc-macro2",
1875 "quote",
1876 "syn 1.0.109",
1877]
1878
1879[[package]]
1880name = "bytemuck"
1881version = "1.17.1"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2"
1884dependencies = [
1885 "bytemuck_derive",
1886]
1887
1888[[package]]
1889name = "bytemuck_derive"
1890version = "1.7.1"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26"
1893dependencies = [
1894 "proc-macro2",
1895 "quote",
1896 "syn 2.0.76",
1897]
1898
1899[[package]]
1900name = "byteorder"
1901version = "1.5.0"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1904
1905[[package]]
1906name = "byteorder-lite"
1907version = "0.1.0"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1910
1911[[package]]
1912name = "bytes"
1913version = "0.4.12"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1916dependencies = [
1917 "byteorder",
1918 "iovec",
1919]
1920
1921[[package]]
1922name = "bytes"
1923version = "1.7.2"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
1926
1927[[package]]
1928name = "bytes-utils"
1929version = "0.1.4"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1932dependencies = [
1933 "bytes 1.7.2",
1934 "either",
1935]
1936
1937[[package]]
1938name = "call"
1939version = "0.1.0"
1940dependencies = [
1941 "anyhow",
1942 "audio",
1943 "client",
1944 "collections",
1945 "fs",
1946 "futures 0.3.30",
1947 "gpui",
1948 "http_client",
1949 "language",
1950 "live_kit_client",
1951 "log",
1952 "postage",
1953 "project",
1954 "schemars",
1955 "serde",
1956 "serde_derive",
1957 "settings",
1958 "util",
1959]
1960
1961[[package]]
1962name = "calloop"
1963version = "0.13.0"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
1966dependencies = [
1967 "bitflags 2.6.0",
1968 "log",
1969 "polling 3.7.3",
1970 "rustix 0.38.35",
1971 "slab",
1972 "thiserror",
1973]
1974
1975[[package]]
1976name = "calloop-wayland-source"
1977version = "0.3.0"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
1980dependencies = [
1981 "calloop",
1982 "rustix 0.38.35",
1983 "wayland-backend",
1984 "wayland-client",
1985]
1986
1987[[package]]
1988name = "camino"
1989version = "1.1.9"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
1992dependencies = [
1993 "serde",
1994]
1995
1996[[package]]
1997name = "cap-fs-ext"
1998version = "3.2.0"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "eb23061fc1c4ead4e45ca713080fe768e6234e959f5a5c399c39eb41aa34e56e"
2001dependencies = [
2002 "cap-primitives",
2003 "cap-std",
2004 "io-lifetimes 2.0.3",
2005 "windows-sys 0.52.0",
2006]
2007
2008[[package]]
2009name = "cap-net-ext"
2010version = "3.2.0"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "f83ae11f116bcbafc5327c6af250341db96b5930046732e1905f7dc65887e0e1"
2013dependencies = [
2014 "cap-primitives",
2015 "cap-std",
2016 "rustix 0.38.35",
2017 "smallvec",
2018]
2019
2020[[package]]
2021name = "cap-primitives"
2022version = "3.2.0"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "6d00bd8d26c4270d950eaaa837387964a2089a1c3c349a690a1fa03221d29531"
2025dependencies = [
2026 "ambient-authority",
2027 "fs-set-times",
2028 "io-extras",
2029 "io-lifetimes 2.0.3",
2030 "ipnet",
2031 "maybe-owned",
2032 "rustix 0.38.35",
2033 "windows-sys 0.52.0",
2034 "winx",
2035]
2036
2037[[package]]
2038name = "cap-rand"
2039version = "3.2.0"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "dbcb16a619d8b8211ed61f42bd290d2a1ac71277a69cf8417ec0996fa92f5211"
2042dependencies = [
2043 "ambient-authority",
2044 "rand 0.8.5",
2045]
2046
2047[[package]]
2048name = "cap-std"
2049version = "3.2.0"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "19eb8e3d71996828751c1ed3908a439639752ac6bdc874e41469ef7fc15fbd7f"
2052dependencies = [
2053 "cap-primitives",
2054 "io-extras",
2055 "io-lifetimes 2.0.3",
2056 "rustix 0.38.35",
2057]
2058
2059[[package]]
2060name = "cap-time-ext"
2061version = "3.2.0"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "61142dc51e25b7acc970ca578ce2c3695eac22bbba46c1073f5f583e78957725"
2064dependencies = [
2065 "ambient-authority",
2066 "cap-primitives",
2067 "iana-time-zone",
2068 "once_cell",
2069 "rustix 0.38.35",
2070 "winx",
2071]
2072
2073[[package]]
2074name = "cargo-platform"
2075version = "0.1.8"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
2078dependencies = [
2079 "serde",
2080]
2081
2082[[package]]
2083name = "cargo_metadata"
2084version = "0.18.1"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
2087dependencies = [
2088 "camino",
2089 "cargo-platform",
2090 "semver",
2091 "serde",
2092 "serde_json",
2093 "thiserror",
2094]
2095
2096[[package]]
2097name = "cargo_toml"
2098version = "0.20.5"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "88da5a13c620b4ca0078845707ea9c3faf11edbc3ffd8497d11d686211cd1ac0"
2101dependencies = [
2102 "serde",
2103 "toml 0.8.19",
2104]
2105
2106[[package]]
2107name = "cast"
2108version = "0.3.0"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2111
2112[[package]]
2113name = "cbc"
2114version = "0.1.2"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2117dependencies = [
2118 "cipher",
2119]
2120
2121[[package]]
2122name = "cbindgen"
2123version = "0.27.0"
2124source = "registry+https://github.com/rust-lang/crates.io-index"
2125checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2126dependencies = [
2127 "heck 0.4.1",
2128 "indexmap 2.4.0",
2129 "log",
2130 "proc-macro2",
2131 "quote",
2132 "serde",
2133 "serde_json",
2134 "syn 2.0.76",
2135 "tempfile",
2136 "toml 0.8.19",
2137]
2138
2139[[package]]
2140name = "cc"
2141version = "1.1.15"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
2144dependencies = [
2145 "jobserver",
2146 "libc",
2147 "shlex",
2148]
2149
2150[[package]]
2151name = "cesu8"
2152version = "1.1.0"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2155
2156[[package]]
2157name = "cexpr"
2158version = "0.6.0"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2161dependencies = [
2162 "nom",
2163]
2164
2165[[package]]
2166name = "cfg-expr"
2167version = "0.15.8"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2170dependencies = [
2171 "smallvec",
2172 "target-lexicon",
2173]
2174
2175[[package]]
2176name = "cfg-if"
2177version = "1.0.0"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2180
2181[[package]]
2182name = "cfg_aliases"
2183version = "0.1.1"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2186
2187[[package]]
2188name = "cfg_aliases"
2189version = "0.2.1"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2192
2193[[package]]
2194name = "channel"
2195version = "0.1.0"
2196dependencies = [
2197 "anyhow",
2198 "client",
2199 "clock",
2200 "collections",
2201 "futures 0.3.30",
2202 "gpui",
2203 "http_client",
2204 "language",
2205 "log",
2206 "rand 0.8.5",
2207 "release_channel",
2208 "rpc",
2209 "settings",
2210 "sum_tree",
2211 "text",
2212 "time",
2213 "util",
2214]
2215
2216[[package]]
2217name = "chrono"
2218version = "0.4.38"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2221dependencies = [
2222 "android-tzdata",
2223 "iana-time-zone",
2224 "js-sys",
2225 "num-traits",
2226 "serde",
2227 "wasm-bindgen",
2228 "windows-targets 0.52.6",
2229]
2230
2231[[package]]
2232name = "chunked_transfer"
2233version = "1.5.0"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2236
2237[[package]]
2238name = "ciborium"
2239version = "0.2.2"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2242dependencies = [
2243 "ciborium-io",
2244 "ciborium-ll",
2245 "serde",
2246]
2247
2248[[package]]
2249name = "ciborium-io"
2250version = "0.2.2"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2253
2254[[package]]
2255name = "ciborium-ll"
2256version = "0.2.2"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2259dependencies = [
2260 "ciborium-io",
2261 "half",
2262]
2263
2264[[package]]
2265name = "cipher"
2266version = "0.4.4"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2269dependencies = [
2270 "crypto-common",
2271 "inout",
2272 "zeroize",
2273]
2274
2275[[package]]
2276name = "clang-sys"
2277version = "1.8.1"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2280dependencies = [
2281 "glob",
2282 "libc",
2283 "libloading",
2284]
2285
2286[[package]]
2287name = "clap"
2288version = "4.5.20"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
2291dependencies = [
2292 "clap_builder",
2293 "clap_derive",
2294]
2295
2296[[package]]
2297name = "clap_builder"
2298version = "4.5.20"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
2301dependencies = [
2302 "anstream",
2303 "anstyle",
2304 "clap_lex",
2305 "strsim",
2306 "terminal_size",
2307]
2308
2309[[package]]
2310name = "clap_complete"
2311version = "4.5.24"
2312source = "registry+https://github.com/rust-lang/crates.io-index"
2313checksum = "6d7db6eca8c205649e8d3ccd05aa5042b1800a784e56bc7c43524fde8abbfa9b"
2314dependencies = [
2315 "clap",
2316]
2317
2318[[package]]
2319name = "clap_derive"
2320version = "4.5.18"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2323dependencies = [
2324 "heck 0.5.0",
2325 "proc-macro2",
2326 "quote",
2327 "syn 2.0.76",
2328]
2329
2330[[package]]
2331name = "clap_lex"
2332version = "0.7.2"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2335
2336[[package]]
2337name = "cli"
2338version = "0.1.0"
2339dependencies = [
2340 "anyhow",
2341 "clap",
2342 "collections",
2343 "core-foundation 0.9.4",
2344 "core-services",
2345 "exec",
2346 "fork",
2347 "ipc-channel",
2348 "once_cell",
2349 "parking_lot",
2350 "paths",
2351 "plist",
2352 "release_channel",
2353 "serde",
2354 "tempfile",
2355 "util",
2356]
2357
2358[[package]]
2359name = "clickhouse"
2360version = "0.11.6"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f"
2363dependencies = [
2364 "bstr",
2365 "bytes 1.7.2",
2366 "clickhouse-derive",
2367 "clickhouse-rs-cityhash-sys",
2368 "futures 0.3.30",
2369 "hyper 0.14.31",
2370 "hyper-tls",
2371 "lz4",
2372 "sealed",
2373 "serde",
2374 "static_assertions",
2375 "thiserror",
2376 "tokio",
2377 "url",
2378]
2379
2380[[package]]
2381name = "clickhouse-derive"
2382version = "0.1.1"
2383source = "registry+https://github.com/rust-lang/crates.io-index"
2384checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5"
2385dependencies = [
2386 "proc-macro2",
2387 "quote",
2388 "serde_derive_internals 0.26.0",
2389 "syn 1.0.109",
2390]
2391
2392[[package]]
2393name = "clickhouse-rs-cityhash-sys"
2394version = "0.1.2"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9"
2397dependencies = [
2398 "cc",
2399]
2400
2401[[package]]
2402name = "client"
2403version = "0.1.0"
2404dependencies = [
2405 "anyhow",
2406 "async-native-tls",
2407 "async-recursion 0.3.2",
2408 "async-tungstenite",
2409 "chrono",
2410 "clock",
2411 "cocoa 0.26.0",
2412 "collections",
2413 "feature_flags",
2414 "futures 0.3.30",
2415 "gpui",
2416 "http_client",
2417 "log",
2418 "once_cell",
2419 "parking_lot",
2420 "paths",
2421 "postage",
2422 "rand 0.8.5",
2423 "release_channel",
2424 "rpc",
2425 "rustls 0.20.9",
2426 "rustls-native-certs 0.8.0",
2427 "schemars",
2428 "serde",
2429 "serde_json",
2430 "settings",
2431 "sha2",
2432 "smol",
2433 "sysinfo",
2434 "telemetry_events",
2435 "text",
2436 "thiserror",
2437 "time",
2438 "tiny_http",
2439 "tokio-socks",
2440 "url",
2441 "util",
2442 "windows 0.58.0",
2443 "worktree",
2444]
2445
2446[[package]]
2447name = "clock"
2448version = "0.1.0"
2449dependencies = [
2450 "chrono",
2451 "parking_lot",
2452 "serde",
2453 "smallvec",
2454]
2455
2456[[package]]
2457name = "cobs"
2458version = "0.2.3"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2461
2462[[package]]
2463name = "cocoa"
2464version = "0.25.0"
2465source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2467dependencies = [
2468 "bitflags 1.3.2",
2469 "block",
2470 "cocoa-foundation 0.1.2",
2471 "core-foundation 0.9.4",
2472 "core-graphics 0.23.2",
2473 "foreign-types 0.5.0",
2474 "libc",
2475 "objc",
2476]
2477
2478[[package]]
2479name = "cocoa"
2480version = "0.26.0"
2481source = "registry+https://github.com/rust-lang/crates.io-index"
2482checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2483dependencies = [
2484 "bitflags 2.6.0",
2485 "block",
2486 "cocoa-foundation 0.2.0",
2487 "core-foundation 0.10.0",
2488 "core-graphics 0.24.0",
2489 "foreign-types 0.5.0",
2490 "libc",
2491 "objc",
2492]
2493
2494[[package]]
2495name = "cocoa-foundation"
2496version = "0.1.2"
2497source = "registry+https://github.com/rust-lang/crates.io-index"
2498checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2499dependencies = [
2500 "bitflags 1.3.2",
2501 "block",
2502 "core-foundation 0.9.4",
2503 "core-graphics-types 0.1.3",
2504 "libc",
2505 "objc",
2506]
2507
2508[[package]]
2509name = "cocoa-foundation"
2510version = "0.2.0"
2511source = "registry+https://github.com/rust-lang/crates.io-index"
2512checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2513dependencies = [
2514 "bitflags 2.6.0",
2515 "block",
2516 "core-foundation 0.10.0",
2517 "core-graphics-types 0.2.0",
2518 "libc",
2519 "objc",
2520]
2521
2522[[package]]
2523name = "codespan-reporting"
2524version = "0.11.1"
2525source = "registry+https://github.com/rust-lang/crates.io-index"
2526checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2527dependencies = [
2528 "termcolor",
2529 "unicode-width",
2530]
2531
2532[[package]]
2533name = "collab"
2534version = "0.44.0"
2535dependencies = [
2536 "anthropic",
2537 "anyhow",
2538 "assistant",
2539 "async-stripe",
2540 "async-trait",
2541 "async-tungstenite",
2542 "audio",
2543 "aws-config",
2544 "aws-sdk-s3",
2545 "axum",
2546 "axum-extra",
2547 "base64 0.22.1",
2548 "call",
2549 "channel",
2550 "chrono",
2551 "clickhouse",
2552 "client",
2553 "clock",
2554 "collab_ui",
2555 "collections",
2556 "ctor",
2557 "dashmap 6.0.1",
2558 "derive_more",
2559 "editor",
2560 "env_logger 0.11.5",
2561 "envy",
2562 "file_finder",
2563 "fs",
2564 "futures 0.3.30",
2565 "git",
2566 "git_hosting_providers",
2567 "google_ai",
2568 "gpui",
2569 "hex",
2570 "http_client",
2571 "hyper 0.14.31",
2572 "indoc",
2573 "jsonwebtoken",
2574 "language",
2575 "language_model",
2576 "live_kit_client",
2577 "live_kit_server",
2578 "log",
2579 "lsp",
2580 "menu",
2581 "multi_buffer",
2582 "nanoid",
2583 "node_runtime",
2584 "notifications",
2585 "open_ai",
2586 "parking_lot",
2587 "pretty_assertions",
2588 "project",
2589 "prometheus",
2590 "prost",
2591 "rand 0.8.5",
2592 "recent_projects",
2593 "release_channel",
2594 "remote",
2595 "remote_server",
2596 "reqwest 0.11.27",
2597 "reqwest_client",
2598 "rpc",
2599 "rustc-demangle",
2600 "scrypt",
2601 "sea-orm",
2602 "semantic_version",
2603 "semver",
2604 "serde",
2605 "serde_derive",
2606 "serde_json",
2607 "session",
2608 "settings",
2609 "sha2",
2610 "sqlx",
2611 "strum 0.25.0",
2612 "subtle",
2613 "supermaven_api",
2614 "telemetry_events",
2615 "text",
2616 "theme",
2617 "thiserror",
2618 "time",
2619 "tokio",
2620 "toml 0.8.19",
2621 "tower",
2622 "tower-http 0.4.4",
2623 "tracing",
2624 "tracing-subscriber",
2625 "unindent",
2626 "util",
2627 "uuid",
2628 "workspace",
2629 "worktree",
2630]
2631
2632[[package]]
2633name = "collab_ui"
2634version = "0.1.0"
2635dependencies = [
2636 "anyhow",
2637 "call",
2638 "channel",
2639 "chrono",
2640 "client",
2641 "collections",
2642 "db",
2643 "editor",
2644 "emojis",
2645 "futures 0.3.30",
2646 "fuzzy",
2647 "gpui",
2648 "http_client",
2649 "language",
2650 "menu",
2651 "notifications",
2652 "parking_lot",
2653 "picker",
2654 "pretty_assertions",
2655 "project",
2656 "release_channel",
2657 "rich_text",
2658 "rpc",
2659 "schemars",
2660 "serde",
2661 "serde_derive",
2662 "serde_json",
2663 "settings",
2664 "smallvec",
2665 "story",
2666 "theme",
2667 "time",
2668 "time_format",
2669 "title_bar",
2670 "tree-sitter-md",
2671 "ui",
2672 "util",
2673 "vcs_menu",
2674 "workspace",
2675]
2676
2677[[package]]
2678name = "collections"
2679version = "0.1.0"
2680dependencies = [
2681 "rustc-hash 1.1.0",
2682]
2683
2684[[package]]
2685name = "color_quant"
2686version = "1.1.0"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2689
2690[[package]]
2691name = "colorchoice"
2692version = "1.0.2"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2695
2696[[package]]
2697name = "combine"
2698version = "4.6.7"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2701dependencies = [
2702 "bytes 1.7.2",
2703 "memchr",
2704]
2705
2706[[package]]
2707name = "command_palette"
2708version = "0.1.0"
2709dependencies = [
2710 "client",
2711 "collections",
2712 "command_palette_hooks",
2713 "ctor",
2714 "editor",
2715 "env_logger 0.11.5",
2716 "fuzzy",
2717 "go_to_line",
2718 "gpui",
2719 "language",
2720 "menu",
2721 "picker",
2722 "postage",
2723 "project",
2724 "serde",
2725 "serde_json",
2726 "settings",
2727 "theme",
2728 "ui",
2729 "util",
2730 "workspace",
2731 "zed_actions",
2732]
2733
2734[[package]]
2735name = "command_palette_hooks"
2736version = "0.1.0"
2737dependencies = [
2738 "collections",
2739 "derive_more",
2740 "gpui",
2741]
2742
2743[[package]]
2744name = "concurrent-queue"
2745version = "2.5.0"
2746source = "registry+https://github.com/rust-lang/crates.io-index"
2747checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2748dependencies = [
2749 "crossbeam-utils",
2750]
2751
2752[[package]]
2753name = "console"
2754version = "0.15.8"
2755source = "registry+https://github.com/rust-lang/crates.io-index"
2756checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2757dependencies = [
2758 "encode_unicode",
2759 "lazy_static",
2760 "libc",
2761 "unicode-width",
2762 "windows-sys 0.52.0",
2763]
2764
2765[[package]]
2766name = "const-oid"
2767version = "0.9.6"
2768source = "registry+https://github.com/rust-lang/crates.io-index"
2769checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2770
2771[[package]]
2772name = "const-random"
2773version = "0.1.18"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2776dependencies = [
2777 "const-random-macro",
2778]
2779
2780[[package]]
2781name = "const-random-macro"
2782version = "0.1.16"
2783source = "registry+https://github.com/rust-lang/crates.io-index"
2784checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2785dependencies = [
2786 "getrandom 0.2.15",
2787 "once_cell",
2788 "tiny-keccak",
2789]
2790
2791[[package]]
2792name = "constant_time_eq"
2793version = "0.3.1"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2796
2797[[package]]
2798name = "context_servers"
2799version = "0.1.0"
2800dependencies = [
2801 "anyhow",
2802 "collections",
2803 "command_palette_hooks",
2804 "futures 0.3.30",
2805 "gpui",
2806 "log",
2807 "parking_lot",
2808 "postage",
2809 "schemars",
2810 "serde",
2811 "serde_json",
2812 "settings",
2813 "smol",
2814 "url",
2815 "util",
2816 "workspace",
2817]
2818
2819[[package]]
2820name = "convert_case"
2821version = "0.4.0"
2822source = "registry+https://github.com/rust-lang/crates.io-index"
2823checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2824
2825[[package]]
2826name = "convert_case"
2827version = "0.6.0"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2830dependencies = [
2831 "unicode-segmentation",
2832]
2833
2834[[package]]
2835name = "copilot"
2836version = "0.1.0"
2837dependencies = [
2838 "anyhow",
2839 "async-compression",
2840 "async-std",
2841 "async-tar",
2842 "chrono",
2843 "client",
2844 "clock",
2845 "collections",
2846 "command_palette_hooks",
2847 "editor",
2848 "fs",
2849 "futures 0.3.30",
2850 "gpui",
2851 "http_client",
2852 "indoc",
2853 "language",
2854 "lsp",
2855 "menu",
2856 "node_runtime",
2857 "parking_lot",
2858 "paths",
2859 "project",
2860 "rpc",
2861 "schemars",
2862 "serde",
2863 "serde_json",
2864 "settings",
2865 "smol",
2866 "strum 0.25.0",
2867 "task",
2868 "theme",
2869 "ui",
2870 "util",
2871 "workspace",
2872]
2873
2874[[package]]
2875name = "core-foundation"
2876version = "0.9.4"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2879dependencies = [
2880 "core-foundation-sys",
2881 "libc",
2882]
2883
2884[[package]]
2885name = "core-foundation"
2886version = "0.10.0"
2887source = "registry+https://github.com/rust-lang/crates.io-index"
2888checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
2889dependencies = [
2890 "core-foundation-sys",
2891 "libc",
2892]
2893
2894[[package]]
2895name = "core-foundation-sys"
2896version = "0.8.7"
2897source = "registry+https://github.com/rust-lang/crates.io-index"
2898checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2899
2900[[package]]
2901name = "core-graphics"
2902version = "0.23.2"
2903source = "registry+https://github.com/rust-lang/crates.io-index"
2904checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2905dependencies = [
2906 "bitflags 1.3.2",
2907 "core-foundation 0.9.4",
2908 "core-graphics-types 0.1.3",
2909 "foreign-types 0.5.0",
2910 "libc",
2911]
2912
2913[[package]]
2914name = "core-graphics"
2915version = "0.24.0"
2916source = "registry+https://github.com/rust-lang/crates.io-index"
2917checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
2918dependencies = [
2919 "bitflags 2.6.0",
2920 "core-foundation 0.10.0",
2921 "core-graphics-types 0.2.0",
2922 "foreign-types 0.5.0",
2923 "libc",
2924]
2925
2926[[package]]
2927name = "core-graphics-types"
2928version = "0.1.3"
2929source = "registry+https://github.com/rust-lang/crates.io-index"
2930checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2931dependencies = [
2932 "bitflags 1.3.2",
2933 "core-foundation 0.9.4",
2934 "libc",
2935]
2936
2937[[package]]
2938name = "core-graphics-types"
2939version = "0.2.0"
2940source = "registry+https://github.com/rust-lang/crates.io-index"
2941checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
2942dependencies = [
2943 "bitflags 2.6.0",
2944 "core-foundation 0.10.0",
2945 "libc",
2946]
2947
2948[[package]]
2949name = "core-services"
2950version = "0.2.1"
2951source = "registry+https://github.com/rust-lang/crates.io-index"
2952checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
2953dependencies = [
2954 "core-foundation 0.9.4",
2955]
2956
2957[[package]]
2958name = "core-text"
2959version = "20.1.0"
2960source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
2962dependencies = [
2963 "core-foundation 0.9.4",
2964 "core-graphics 0.23.2",
2965 "foreign-types 0.5.0",
2966 "libc",
2967]
2968
2969[[package]]
2970name = "coreaudio-rs"
2971version = "0.11.3"
2972source = "registry+https://github.com/rust-lang/crates.io-index"
2973checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
2974dependencies = [
2975 "bitflags 1.3.2",
2976 "core-foundation-sys",
2977 "coreaudio-sys",
2978]
2979
2980[[package]]
2981name = "coreaudio-sys"
2982version = "0.2.15"
2983source = "registry+https://github.com/rust-lang/crates.io-index"
2984checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9"
2985dependencies = [
2986 "bindgen 0.69.4",
2987]
2988
2989[[package]]
2990name = "cosmic-text"
2991version = "0.11.2"
2992source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
2993dependencies = [
2994 "bitflags 2.6.0",
2995 "fontdb",
2996 "log",
2997 "rangemap",
2998 "rayon",
2999 "rustc-hash 1.1.0",
3000 "rustybuzz",
3001 "self_cell",
3002 "swash",
3003 "sys-locale",
3004 "ttf-parser",
3005 "unicode-bidi",
3006 "unicode-linebreak",
3007 "unicode-script",
3008 "unicode-segmentation",
3009]
3010
3011[[package]]
3012name = "cpal"
3013version = "0.15.3"
3014source = "registry+https://github.com/rust-lang/crates.io-index"
3015checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
3016dependencies = [
3017 "alsa",
3018 "core-foundation-sys",
3019 "coreaudio-rs",
3020 "dasp_sample",
3021 "jni",
3022 "js-sys",
3023 "libc",
3024 "mach2",
3025 "ndk",
3026 "ndk-context",
3027 "oboe",
3028 "wasm-bindgen",
3029 "wasm-bindgen-futures",
3030 "web-sys",
3031 "windows 0.54.0",
3032]
3033
3034[[package]]
3035name = "cpp_demangle"
3036version = "0.4.4"
3037source = "registry+https://github.com/rust-lang/crates.io-index"
3038checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3039dependencies = [
3040 "cfg-if",
3041]
3042
3043[[package]]
3044name = "cpufeatures"
3045version = "0.2.13"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
3048dependencies = [
3049 "libc",
3050]
3051
3052[[package]]
3053name = "cranelift-bforest"
3054version = "0.111.1"
3055source = "registry+https://github.com/rust-lang/crates.io-index"
3056checksum = "32d69b774780246008783a75edfb943eccc2487b6a43808503a07cd563f2ffde"
3057dependencies = [
3058 "cranelift-entity",
3059]
3060
3061[[package]]
3062name = "cranelift-bitset"
3063version = "0.111.1"
3064source = "registry+https://github.com/rust-lang/crates.io-index"
3065checksum = "a7d8d71c6b32c1a7cff254c5e5d7359872c1e5e610fbe963472afcddbd9cf303"
3066dependencies = [
3067 "serde",
3068 "serde_derive",
3069]
3070
3071[[package]]
3072name = "cranelift-codegen"
3073version = "0.111.1"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "3ad3a906f2a3f3590ad9798d59a46959a8593258eb985af722f634723c063a2c"
3076dependencies = [
3077 "bumpalo",
3078 "cranelift-bforest",
3079 "cranelift-bitset",
3080 "cranelift-codegen-meta",
3081 "cranelift-codegen-shared",
3082 "cranelift-control",
3083 "cranelift-entity",
3084 "cranelift-isle",
3085 "gimli 0.29.0",
3086 "hashbrown 0.14.5",
3087 "log",
3088 "regalloc2",
3089 "rustc-hash 1.1.0",
3090 "smallvec",
3091 "target-lexicon",
3092]
3093
3094[[package]]
3095name = "cranelift-codegen-meta"
3096version = "0.111.1"
3097source = "registry+https://github.com/rust-lang/crates.io-index"
3098checksum = "cd5e4ee12262a135efbef3ced4ab2153adafe4adc55f36af94f9d73be0f7505d"
3099dependencies = [
3100 "cranelift-codegen-shared",
3101]
3102
3103[[package]]
3104name = "cranelift-codegen-shared"
3105version = "0.111.1"
3106source = "registry+https://github.com/rust-lang/crates.io-index"
3107checksum = "5b9374a2a5f060f72e3080fe1c87c9ff4bef2cbe798faae60daf276fb1a13968"
3108
3109[[package]]
3110name = "cranelift-control"
3111version = "0.111.1"
3112source = "registry+https://github.com/rust-lang/crates.io-index"
3113checksum = "fba3ca2f344bb22d265a928e7c3f5f46e1a2eb41f1393bd53538d07b6ffb5293"
3114dependencies = [
3115 "arbitrary",
3116]
3117
3118[[package]]
3119name = "cranelift-entity"
3120version = "0.111.1"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "a6aef77dfb018eed09d92d4244abe3c1c060cbbd900c24f75ddde7d75d0e781e"
3123dependencies = [
3124 "cranelift-bitset",
3125 "serde",
3126 "serde_derive",
3127]
3128
3129[[package]]
3130name = "cranelift-frontend"
3131version = "0.111.1"
3132source = "registry+https://github.com/rust-lang/crates.io-index"
3133checksum = "7b1d6954f03d63df1cb95d66153c97df0201862220861349bbd5f583754b1917"
3134dependencies = [
3135 "cranelift-codegen",
3136 "log",
3137 "smallvec",
3138 "target-lexicon",
3139]
3140
3141[[package]]
3142name = "cranelift-isle"
3143version = "0.111.1"
3144source = "registry+https://github.com/rust-lang/crates.io-index"
3145checksum = "f8b9b7e088b784796ea8aa5947c1cc12034c1b076a077ec2a5a287da717fa746"
3146
3147[[package]]
3148name = "cranelift-native"
3149version = "0.111.1"
3150source = "registry+https://github.com/rust-lang/crates.io-index"
3151checksum = "4cab7424083d070669ff3fdeea7c5b4b5013a055aa1ee0532703f17a5f62af64"
3152dependencies = [
3153 "cranelift-codegen",
3154 "libc",
3155 "target-lexicon",
3156]
3157
3158[[package]]
3159name = "cranelift-wasm"
3160version = "0.111.1"
3161source = "registry+https://github.com/rust-lang/crates.io-index"
3162checksum = "81a9f6d0495984eef1d753ec8748de0b216b37ade16d219f1c0f27d8188d7f77"
3163dependencies = [
3164 "cranelift-codegen",
3165 "cranelift-entity",
3166 "cranelift-frontend",
3167 "itertools 0.12.1",
3168 "log",
3169 "smallvec",
3170 "wasmparser 0.215.0",
3171 "wasmtime-types",
3172]
3173
3174[[package]]
3175name = "crc"
3176version = "3.2.1"
3177source = "registry+https://github.com/rust-lang/crates.io-index"
3178checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3179dependencies = [
3180 "crc-catalog",
3181]
3182
3183[[package]]
3184name = "crc-catalog"
3185version = "2.4.0"
3186source = "registry+https://github.com/rust-lang/crates.io-index"
3187checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3188
3189[[package]]
3190name = "crc32c"
3191version = "0.6.8"
3192source = "registry+https://github.com/rust-lang/crates.io-index"
3193checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3194dependencies = [
3195 "rustc_version",
3196]
3197
3198[[package]]
3199name = "crc32fast"
3200version = "1.4.2"
3201source = "registry+https://github.com/rust-lang/crates.io-index"
3202checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3203dependencies = [
3204 "cfg-if",
3205]
3206
3207[[package]]
3208name = "criterion"
3209version = "0.5.1"
3210source = "registry+https://github.com/rust-lang/crates.io-index"
3211checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3212dependencies = [
3213 "anes",
3214 "cast",
3215 "ciborium",
3216 "clap",
3217 "criterion-plot",
3218 "is-terminal",
3219 "itertools 0.10.5",
3220 "num-traits",
3221 "once_cell",
3222 "oorandom",
3223 "plotters",
3224 "rayon",
3225 "regex",
3226 "serde",
3227 "serde_derive",
3228 "serde_json",
3229 "tinytemplate",
3230 "walkdir",
3231]
3232
3233[[package]]
3234name = "criterion-plot"
3235version = "0.5.0"
3236source = "registry+https://github.com/rust-lang/crates.io-index"
3237checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3238dependencies = [
3239 "cast",
3240 "itertools 0.10.5",
3241]
3242
3243[[package]]
3244name = "crossbeam-channel"
3245version = "0.5.13"
3246source = "registry+https://github.com/rust-lang/crates.io-index"
3247checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3248dependencies = [
3249 "crossbeam-utils",
3250]
3251
3252[[package]]
3253name = "crossbeam-deque"
3254version = "0.8.5"
3255source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3257dependencies = [
3258 "crossbeam-epoch",
3259 "crossbeam-utils",
3260]
3261
3262[[package]]
3263name = "crossbeam-epoch"
3264version = "0.9.18"
3265source = "registry+https://github.com/rust-lang/crates.io-index"
3266checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3267dependencies = [
3268 "crossbeam-utils",
3269]
3270
3271[[package]]
3272name = "crossbeam-queue"
3273version = "0.3.11"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3276dependencies = [
3277 "crossbeam-utils",
3278]
3279
3280[[package]]
3281name = "crossbeam-utils"
3282version = "0.8.20"
3283source = "registry+https://github.com/rust-lang/crates.io-index"
3284checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3285
3286[[package]]
3287name = "crunchy"
3288version = "0.2.2"
3289source = "registry+https://github.com/rust-lang/crates.io-index"
3290checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3291
3292[[package]]
3293name = "crypto-bigint"
3294version = "0.4.9"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3297dependencies = [
3298 "generic-array",
3299 "rand_core 0.6.4",
3300 "subtle",
3301 "zeroize",
3302]
3303
3304[[package]]
3305name = "crypto-bigint"
3306version = "0.5.5"
3307source = "registry+https://github.com/rust-lang/crates.io-index"
3308checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3309dependencies = [
3310 "rand_core 0.6.4",
3311 "subtle",
3312]
3313
3314[[package]]
3315name = "crypto-common"
3316version = "0.1.6"
3317source = "registry+https://github.com/rust-lang/crates.io-index"
3318checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3319dependencies = [
3320 "generic-array",
3321 "rand_core 0.6.4",
3322 "typenum",
3323]
3324
3325[[package]]
3326name = "ctor"
3327version = "0.2.8"
3328source = "registry+https://github.com/rust-lang/crates.io-index"
3329checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
3330dependencies = [
3331 "quote",
3332 "syn 2.0.76",
3333]
3334
3335[[package]]
3336name = "ctrlc"
3337version = "3.4.5"
3338source = "registry+https://github.com/rust-lang/crates.io-index"
3339checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3340dependencies = [
3341 "nix",
3342 "windows-sys 0.59.0",
3343]
3344
3345[[package]]
3346name = "cursor-icon"
3347version = "1.1.0"
3348source = "registry+https://github.com/rust-lang/crates.io-index"
3349checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3350
3351[[package]]
3352name = "dashmap"
3353version = "5.5.3"
3354source = "registry+https://github.com/rust-lang/crates.io-index"
3355checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3356dependencies = [
3357 "cfg-if",
3358 "hashbrown 0.14.5",
3359 "lock_api",
3360 "once_cell",
3361 "parking_lot_core",
3362]
3363
3364[[package]]
3365name = "dashmap"
3366version = "6.0.1"
3367source = "registry+https://github.com/rust-lang/crates.io-index"
3368checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
3369dependencies = [
3370 "cfg-if",
3371 "crossbeam-utils",
3372 "hashbrown 0.14.5",
3373 "lock_api",
3374 "once_cell",
3375 "parking_lot_core",
3376]
3377
3378[[package]]
3379name = "dasp_sample"
3380version = "0.11.0"
3381source = "registry+https://github.com/rust-lang/crates.io-index"
3382checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3383
3384[[package]]
3385name = "data-encoding"
3386version = "2.6.0"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3389
3390[[package]]
3391name = "data-url"
3392version = "0.3.1"
3393source = "registry+https://github.com/rust-lang/crates.io-index"
3394checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3395
3396[[package]]
3397name = "db"
3398version = "0.1.0"
3399dependencies = [
3400 "anyhow",
3401 "gpui",
3402 "indoc",
3403 "log",
3404 "paths",
3405 "release_channel",
3406 "smol",
3407 "sqlez",
3408 "sqlez_macros",
3409 "tempfile",
3410 "util",
3411]
3412
3413[[package]]
3414name = "dbus"
3415version = "0.9.7"
3416source = "registry+https://github.com/rust-lang/crates.io-index"
3417checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3418dependencies = [
3419 "libc",
3420 "libdbus-sys",
3421 "winapi",
3422]
3423
3424[[package]]
3425name = "deflate64"
3426version = "0.1.9"
3427source = "registry+https://github.com/rust-lang/crates.io-index"
3428checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3429
3430[[package]]
3431name = "der"
3432version = "0.6.1"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3435dependencies = [
3436 "const-oid",
3437 "zeroize",
3438]
3439
3440[[package]]
3441name = "der"
3442version = "0.7.9"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3445dependencies = [
3446 "const-oid",
3447 "pem-rfc7468",
3448 "zeroize",
3449]
3450
3451[[package]]
3452name = "deranged"
3453version = "0.3.11"
3454source = "registry+https://github.com/rust-lang/crates.io-index"
3455checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3456dependencies = [
3457 "powerfmt",
3458 "serde",
3459]
3460
3461[[package]]
3462name = "derive_more"
3463version = "0.99.18"
3464source = "registry+https://github.com/rust-lang/crates.io-index"
3465checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3466dependencies = [
3467 "convert_case 0.4.0",
3468 "proc-macro2",
3469 "quote",
3470 "rustc_version",
3471 "syn 2.0.76",
3472]
3473
3474[[package]]
3475name = "derive_refineable"
3476version = "0.1.0"
3477dependencies = [
3478 "proc-macro2",
3479 "quote",
3480 "syn 1.0.109",
3481]
3482
3483[[package]]
3484name = "diagnostics"
3485version = "0.1.0"
3486dependencies = [
3487 "anyhow",
3488 "client",
3489 "collections",
3490 "ctor",
3491 "editor",
3492 "env_logger 0.11.5",
3493 "gpui",
3494 "language",
3495 "log",
3496 "lsp",
3497 "pretty_assertions",
3498 "project",
3499 "rand 0.8.5",
3500 "schemars",
3501 "serde",
3502 "serde_json",
3503 "settings",
3504 "theme",
3505 "ui",
3506 "unindent",
3507 "util",
3508 "workspace",
3509]
3510
3511[[package]]
3512name = "dialoguer"
3513version = "0.11.0"
3514source = "registry+https://github.com/rust-lang/crates.io-index"
3515checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3516dependencies = [
3517 "console",
3518 "fuzzy-matcher",
3519 "shell-words",
3520 "tempfile",
3521 "thiserror",
3522 "zeroize",
3523]
3524
3525[[package]]
3526name = "diff"
3527version = "0.1.13"
3528source = "registry+https://github.com/rust-lang/crates.io-index"
3529checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3530
3531[[package]]
3532name = "digest"
3533version = "0.10.7"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3536dependencies = [
3537 "block-buffer",
3538 "const-oid",
3539 "crypto-common",
3540 "subtle",
3541]
3542
3543[[package]]
3544name = "dirs"
3545version = "4.0.0"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3548dependencies = [
3549 "dirs-sys 0.3.7",
3550]
3551
3552[[package]]
3553name = "dirs"
3554version = "5.0.1"
3555source = "registry+https://github.com/rust-lang/crates.io-index"
3556checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3557dependencies = [
3558 "dirs-sys 0.4.1",
3559]
3560
3561[[package]]
3562name = "dirs-sys"
3563version = "0.3.7"
3564source = "registry+https://github.com/rust-lang/crates.io-index"
3565checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3566dependencies = [
3567 "libc",
3568 "redox_users",
3569 "winapi",
3570]
3571
3572[[package]]
3573name = "dirs-sys"
3574version = "0.4.1"
3575source = "registry+https://github.com/rust-lang/crates.io-index"
3576checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3577dependencies = [
3578 "libc",
3579 "option-ext",
3580 "redox_users",
3581 "windows-sys 0.48.0",
3582]
3583
3584[[package]]
3585name = "dlib"
3586version = "0.5.2"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3589dependencies = [
3590 "libloading",
3591]
3592
3593[[package]]
3594name = "docs_preprocessor"
3595version = "0.1.0"
3596dependencies = [
3597 "anyhow",
3598 "clap",
3599 "mdbook",
3600 "regex",
3601 "serde",
3602 "serde_json",
3603 "settings",
3604 "util",
3605]
3606
3607[[package]]
3608name = "dotenvy"
3609version = "0.15.7"
3610source = "registry+https://github.com/rust-lang/crates.io-index"
3611checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3612
3613[[package]]
3614name = "downcast-rs"
3615version = "1.2.1"
3616source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3618
3619[[package]]
3620name = "doxygen-rs"
3621version = "0.4.2"
3622source = "registry+https://github.com/rust-lang/crates.io-index"
3623checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3624dependencies = [
3625 "phf",
3626]
3627
3628[[package]]
3629name = "dwrote"
3630version = "0.11.1"
3631source = "registry+https://github.com/rust-lang/crates.io-index"
3632checksum = "2da3498378ed373237bdef1eddcc64e7be2d3ba4841f4c22a998e81cadeea83c"
3633dependencies = [
3634 "lazy_static",
3635 "libc",
3636 "winapi",
3637 "wio",
3638]
3639
3640[[package]]
3641name = "dyn-clone"
3642version = "1.0.17"
3643source = "registry+https://github.com/rust-lang/crates.io-index"
3644checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3645
3646[[package]]
3647name = "ec4rs"
3648version = "1.1.1"
3649source = "registry+https://github.com/rust-lang/crates.io-index"
3650checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3651
3652[[package]]
3653name = "ecdsa"
3654version = "0.14.8"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3657dependencies = [
3658 "der 0.6.1",
3659 "elliptic-curve",
3660 "rfc6979",
3661 "signature 1.6.4",
3662]
3663
3664[[package]]
3665name = "editor"
3666version = "0.1.0"
3667dependencies = [
3668 "aho-corasick",
3669 "anyhow",
3670 "assets",
3671 "chrono",
3672 "client",
3673 "clock",
3674 "collections",
3675 "convert_case 0.6.0",
3676 "ctor",
3677 "db",
3678 "emojis",
3679 "env_logger 0.11.5",
3680 "file_icons",
3681 "futures 0.3.30",
3682 "fuzzy",
3683 "git",
3684 "gpui",
3685 "http_client",
3686 "indoc",
3687 "itertools 0.13.0",
3688 "language",
3689 "linkify",
3690 "log",
3691 "lsp",
3692 "markdown",
3693 "multi_buffer",
3694 "ordered-float 2.10.1",
3695 "parking_lot",
3696 "pretty_assertions",
3697 "project",
3698 "rand 0.8.5",
3699 "release_channel",
3700 "rpc",
3701 "schemars",
3702 "serde",
3703 "serde_json",
3704 "settings",
3705 "similar",
3706 "smallvec",
3707 "smol",
3708 "snippet",
3709 "sum_tree",
3710 "task",
3711 "text",
3712 "theme",
3713 "time",
3714 "time_format",
3715 "tree-sitter-html",
3716 "tree-sitter-rust",
3717 "tree-sitter-typescript",
3718 "ui",
3719 "unicode-script",
3720 "unicode-segmentation",
3721 "unindent",
3722 "url",
3723 "util",
3724 "workspace",
3725]
3726
3727[[package]]
3728name = "educe"
3729version = "0.5.11"
3730source = "registry+https://github.com/rust-lang/crates.io-index"
3731checksum = "e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8"
3732dependencies = [
3733 "enum-ordinalize",
3734 "proc-macro2",
3735 "quote",
3736 "syn 2.0.76",
3737]
3738
3739[[package]]
3740name = "either"
3741version = "1.13.0"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3744dependencies = [
3745 "serde",
3746]
3747
3748[[package]]
3749name = "elasticlunr-rs"
3750version = "3.0.2"
3751source = "registry+https://github.com/rust-lang/crates.io-index"
3752checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3753dependencies = [
3754 "regex",
3755 "serde",
3756 "serde_derive",
3757 "serde_json",
3758]
3759
3760[[package]]
3761name = "elliptic-curve"
3762version = "0.12.3"
3763source = "registry+https://github.com/rust-lang/crates.io-index"
3764checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3765dependencies = [
3766 "base16ct",
3767 "crypto-bigint 0.4.9",
3768 "der 0.6.1",
3769 "digest",
3770 "ff",
3771 "generic-array",
3772 "group",
3773 "pkcs8 0.9.0",
3774 "rand_core 0.6.4",
3775 "sec1",
3776 "subtle",
3777 "zeroize",
3778]
3779
3780[[package]]
3781name = "embed-resource"
3782version = "2.4.3"
3783source = "registry+https://github.com/rust-lang/crates.io-index"
3784checksum = "4edcacde9351c33139a41e3c97eb2334351a81a2791bebb0b243df837128f602"
3785dependencies = [
3786 "cc",
3787 "memchr",
3788 "rustc_version",
3789 "toml 0.8.19",
3790 "vswhom",
3791 "winreg 0.52.0",
3792]
3793
3794[[package]]
3795name = "embedded-io"
3796version = "0.4.0"
3797source = "registry+https://github.com/rust-lang/crates.io-index"
3798checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3799
3800[[package]]
3801name = "embedded-io"
3802version = "0.6.1"
3803source = "registry+https://github.com/rust-lang/crates.io-index"
3804checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3805
3806[[package]]
3807name = "emojis"
3808version = "0.6.4"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
3811dependencies = [
3812 "phf",
3813]
3814
3815[[package]]
3816name = "encode_unicode"
3817version = "0.3.6"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3820
3821[[package]]
3822name = "encoding_rs"
3823version = "0.8.34"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
3826dependencies = [
3827 "cfg-if",
3828]
3829
3830[[package]]
3831name = "endi"
3832version = "1.1.0"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3835
3836[[package]]
3837name = "enum-ordinalize"
3838version = "4.3.0"
3839source = "registry+https://github.com/rust-lang/crates.io-index"
3840checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5"
3841dependencies = [
3842 "enum-ordinalize-derive",
3843]
3844
3845[[package]]
3846name = "enum-ordinalize-derive"
3847version = "4.3.1"
3848source = "registry+https://github.com/rust-lang/crates.io-index"
3849checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff"
3850dependencies = [
3851 "proc-macro2",
3852 "quote",
3853 "syn 2.0.76",
3854]
3855
3856[[package]]
3857name = "enumflags2"
3858version = "0.7.10"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
3861dependencies = [
3862 "enumflags2_derive",
3863 "serde",
3864]
3865
3866[[package]]
3867name = "enumflags2_derive"
3868version = "0.7.10"
3869source = "registry+https://github.com/rust-lang/crates.io-index"
3870checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
3871dependencies = [
3872 "proc-macro2",
3873 "quote",
3874 "syn 2.0.76",
3875]
3876
3877[[package]]
3878name = "env_filter"
3879version = "0.1.2"
3880source = "registry+https://github.com/rust-lang/crates.io-index"
3881checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
3882dependencies = [
3883 "log",
3884 "regex",
3885]
3886
3887[[package]]
3888name = "env_logger"
3889version = "0.10.2"
3890source = "registry+https://github.com/rust-lang/crates.io-index"
3891checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
3892dependencies = [
3893 "humantime",
3894 "is-terminal",
3895 "log",
3896 "regex",
3897 "termcolor",
3898]
3899
3900[[package]]
3901name = "env_logger"
3902version = "0.11.5"
3903source = "registry+https://github.com/rust-lang/crates.io-index"
3904checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
3905dependencies = [
3906 "anstream",
3907 "anstyle",
3908 "env_filter",
3909 "humantime",
3910 "log",
3911]
3912
3913[[package]]
3914name = "envy"
3915version = "0.4.2"
3916source = "registry+https://github.com/rust-lang/crates.io-index"
3917checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
3918dependencies = [
3919 "serde",
3920]
3921
3922[[package]]
3923name = "equivalent"
3924version = "1.0.1"
3925source = "registry+https://github.com/rust-lang/crates.io-index"
3926checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
3927
3928[[package]]
3929name = "erased-serde"
3930version = "0.4.5"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
3933dependencies = [
3934 "serde",
3935 "typeid",
3936]
3937
3938[[package]]
3939name = "errno"
3940version = "0.2.8"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
3943dependencies = [
3944 "errno-dragonfly",
3945 "libc",
3946 "winapi",
3947]
3948
3949[[package]]
3950name = "errno"
3951version = "0.3.9"
3952source = "registry+https://github.com/rust-lang/crates.io-index"
3953checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
3954dependencies = [
3955 "libc",
3956 "windows-sys 0.52.0",
3957]
3958
3959[[package]]
3960name = "errno-dragonfly"
3961version = "0.1.2"
3962source = "registry+https://github.com/rust-lang/crates.io-index"
3963checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
3964dependencies = [
3965 "cc",
3966 "libc",
3967]
3968
3969[[package]]
3970name = "etagere"
3971version = "0.2.13"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
3974dependencies = [
3975 "euclid",
3976 "svg_fmt",
3977]
3978
3979[[package]]
3980name = "etcetera"
3981version = "0.8.0"
3982source = "registry+https://github.com/rust-lang/crates.io-index"
3983checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
3984dependencies = [
3985 "cfg-if",
3986 "home",
3987 "windows-sys 0.48.0",
3988]
3989
3990[[package]]
3991name = "euclid"
3992version = "0.22.11"
3993source = "registry+https://github.com/rust-lang/crates.io-index"
3994checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
3995dependencies = [
3996 "num-traits",
3997]
3998
3999[[package]]
4000name = "evals"
4001version = "0.1.0"
4002dependencies = [
4003 "anyhow",
4004 "clap",
4005 "client",
4006 "clock",
4007 "collections",
4008 "env_logger 0.11.5",
4009 "feature_flags",
4010 "fs",
4011 "git",
4012 "gpui",
4013 "http_client",
4014 "language",
4015 "languages",
4016 "node_runtime",
4017 "open_ai",
4018 "project",
4019 "reqwest_client",
4020 "semantic_index",
4021 "serde",
4022 "serde_json",
4023 "settings",
4024 "smol",
4025]
4026
4027[[package]]
4028name = "event-listener"
4029version = "2.5.3"
4030source = "registry+https://github.com/rust-lang/crates.io-index"
4031checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4032
4033[[package]]
4034name = "event-listener"
4035version = "3.1.0"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
4038dependencies = [
4039 "concurrent-queue",
4040 "parking",
4041 "pin-project-lite",
4042]
4043
4044[[package]]
4045name = "event-listener"
4046version = "5.3.1"
4047source = "registry+https://github.com/rust-lang/crates.io-index"
4048checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4049dependencies = [
4050 "concurrent-queue",
4051 "parking",
4052 "pin-project-lite",
4053]
4054
4055[[package]]
4056name = "event-listener-strategy"
4057version = "0.5.2"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
4060dependencies = [
4061 "event-listener 5.3.1",
4062 "pin-project-lite",
4063]
4064
4065[[package]]
4066name = "exec"
4067version = "0.3.1"
4068source = "registry+https://github.com/rust-lang/crates.io-index"
4069checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4070dependencies = [
4071 "errno 0.2.8",
4072 "libc",
4073]
4074
4075[[package]]
4076name = "exr"
4077version = "1.72.0"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
4080dependencies = [
4081 "bit_field",
4082 "flume",
4083 "half",
4084 "lebe",
4085 "miniz_oxide 0.7.4",
4086 "rayon-core",
4087 "smallvec",
4088 "zune-inflate",
4089]
4090
4091[[package]]
4092name = "extension"
4093version = "0.1.0"
4094dependencies = [
4095 "anyhow",
4096 "async-compression",
4097 "async-tar",
4098 "collections",
4099 "fs",
4100 "futures 0.3.30",
4101 "http_client",
4102 "language",
4103 "log",
4104 "lsp",
4105 "semantic_version",
4106 "serde",
4107 "serde_json",
4108 "toml 0.8.19",
4109 "wasm-encoder 0.215.0",
4110 "wasmparser 0.215.0",
4111 "wit-component",
4112]
4113
4114[[package]]
4115name = "extension_cli"
4116version = "0.1.0"
4117dependencies = [
4118 "anyhow",
4119 "clap",
4120 "env_logger 0.11.5",
4121 "extension",
4122 "fs",
4123 "language",
4124 "log",
4125 "reqwest_client",
4126 "rpc",
4127 "serde",
4128 "serde_json",
4129 "theme",
4130 "tokio",
4131 "toml 0.8.19",
4132 "tree-sitter",
4133 "wasmtime",
4134]
4135
4136[[package]]
4137name = "extension_host"
4138version = "0.1.0"
4139dependencies = [
4140 "anyhow",
4141 "assistant_slash_command",
4142 "async-compression",
4143 "async-tar",
4144 "async-trait",
4145 "client",
4146 "collections",
4147 "ctor",
4148 "env_logger 0.11.5",
4149 "extension",
4150 "fs",
4151 "futures 0.3.30",
4152 "gpui",
4153 "http_client",
4154 "indexed_docs",
4155 "language",
4156 "log",
4157 "lsp",
4158 "node_runtime",
4159 "parking_lot",
4160 "paths",
4161 "project",
4162 "release_channel",
4163 "reqwest_client",
4164 "schemars",
4165 "semantic_version",
4166 "serde",
4167 "serde_json",
4168 "serde_json_lenient",
4169 "settings",
4170 "snippet_provider",
4171 "task",
4172 "theme",
4173 "toml 0.8.19",
4174 "ui",
4175 "url",
4176 "util",
4177 "wasmtime",
4178 "wasmtime-wasi",
4179 "workspace",
4180]
4181
4182[[package]]
4183name = "extensions_ui"
4184version = "0.1.0"
4185dependencies = [
4186 "anyhow",
4187 "client",
4188 "collections",
4189 "db",
4190 "editor",
4191 "extension_host",
4192 "fs",
4193 "fuzzy",
4194 "gpui",
4195 "language",
4196 "num-format",
4197 "picker",
4198 "project",
4199 "release_channel",
4200 "semantic_version",
4201 "serde",
4202 "settings",
4203 "smallvec",
4204 "theme",
4205 "theme_selector",
4206 "ui",
4207 "util",
4208 "vim",
4209 "workspace",
4210]
4211
4212[[package]]
4213name = "fallible-iterator"
4214version = "0.3.0"
4215source = "registry+https://github.com/rust-lang/crates.io-index"
4216checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4217
4218[[package]]
4219name = "fancy-regex"
4220version = "0.12.0"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
4223dependencies = [
4224 "bit-set 0.5.3",
4225 "regex",
4226]
4227
4228[[package]]
4229name = "fast-srgb8"
4230version = "1.0.0"
4231source = "registry+https://github.com/rust-lang/crates.io-index"
4232checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4233
4234[[package]]
4235name = "fastrand"
4236version = "1.9.0"
4237source = "registry+https://github.com/rust-lang/crates.io-index"
4238checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4239dependencies = [
4240 "instant",
4241]
4242
4243[[package]]
4244name = "fastrand"
4245version = "2.1.1"
4246source = "registry+https://github.com/rust-lang/crates.io-index"
4247checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
4248
4249[[package]]
4250name = "fd-lock"
4251version = "4.0.2"
4252source = "registry+https://github.com/rust-lang/crates.io-index"
4253checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4254dependencies = [
4255 "cfg-if",
4256 "rustix 0.38.35",
4257 "windows-sys 0.52.0",
4258]
4259
4260[[package]]
4261name = "fdeflate"
4262version = "0.3.4"
4263source = "registry+https://github.com/rust-lang/crates.io-index"
4264checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
4265dependencies = [
4266 "simd-adler32",
4267]
4268
4269[[package]]
4270name = "feature_flags"
4271version = "0.1.0"
4272dependencies = [
4273 "futures 0.3.30",
4274 "gpui",
4275]
4276
4277[[package]]
4278name = "feedback"
4279version = "0.1.0"
4280dependencies = [
4281 "anyhow",
4282 "bitflags 2.6.0",
4283 "client",
4284 "db",
4285 "editor",
4286 "futures 0.3.30",
4287 "gpui",
4288 "http_client",
4289 "human_bytes",
4290 "language",
4291 "log",
4292 "menu",
4293 "project",
4294 "regex",
4295 "release_channel",
4296 "serde",
4297 "serde_derive",
4298 "serde_json",
4299 "smol",
4300 "sysinfo",
4301 "ui",
4302 "urlencoding",
4303 "util",
4304 "workspace",
4305]
4306
4307[[package]]
4308name = "ff"
4309version = "0.12.1"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4312dependencies = [
4313 "rand_core 0.6.4",
4314 "subtle",
4315]
4316
4317[[package]]
4318name = "file_finder"
4319version = "0.1.0"
4320dependencies = [
4321 "anyhow",
4322 "collections",
4323 "ctor",
4324 "editor",
4325 "env_logger 0.11.5",
4326 "file_icons",
4327 "futures 0.3.30",
4328 "fuzzy",
4329 "gpui",
4330 "language",
4331 "menu",
4332 "picker",
4333 "project",
4334 "schemars",
4335 "serde",
4336 "serde_derive",
4337 "serde_json",
4338 "settings",
4339 "text",
4340 "theme",
4341 "ui",
4342 "util",
4343 "workspace",
4344]
4345
4346[[package]]
4347name = "file_icons"
4348version = "0.1.0"
4349dependencies = [
4350 "collections",
4351 "gpui",
4352 "serde",
4353 "serde_derive",
4354 "serde_json",
4355 "util",
4356]
4357
4358[[package]]
4359name = "filedescriptor"
4360version = "0.8.2"
4361source = "registry+https://github.com/rust-lang/crates.io-index"
4362checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4363dependencies = [
4364 "libc",
4365 "thiserror",
4366 "winapi",
4367]
4368
4369[[package]]
4370name = "filetime"
4371version = "0.2.25"
4372source = "registry+https://github.com/rust-lang/crates.io-index"
4373checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4374dependencies = [
4375 "cfg-if",
4376 "libc",
4377 "libredox",
4378 "windows-sys 0.59.0",
4379]
4380
4381[[package]]
4382name = "fixedbitset"
4383version = "0.4.2"
4384source = "registry+https://github.com/rust-lang/crates.io-index"
4385checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4386
4387[[package]]
4388name = "flate2"
4389version = "1.0.33"
4390source = "registry+https://github.com/rust-lang/crates.io-index"
4391checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
4392dependencies = [
4393 "crc32fast",
4394 "miniz_oxide 0.8.0",
4395]
4396
4397[[package]]
4398name = "float-cmp"
4399version = "0.9.0"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4402
4403[[package]]
4404name = "float-ord"
4405version = "0.3.2"
4406source = "registry+https://github.com/rust-lang/crates.io-index"
4407checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4408
4409[[package]]
4410name = "flume"
4411version = "0.11.1"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4414dependencies = [
4415 "futures-core",
4416 "futures-sink",
4417 "nanorand",
4418 "spin 0.9.8",
4419]
4420
4421[[package]]
4422name = "fnv"
4423version = "1.0.7"
4424source = "registry+https://github.com/rust-lang/crates.io-index"
4425checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4426
4427[[package]]
4428name = "font-kit"
4429version = "0.14.1"
4430source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4431dependencies = [
4432 "bitflags 2.6.0",
4433 "byteorder",
4434 "core-foundation 0.9.4",
4435 "core-graphics 0.23.2",
4436 "core-text",
4437 "dirs 5.0.1",
4438 "dwrote",
4439 "float-ord",
4440 "freetype-sys",
4441 "lazy_static",
4442 "libc",
4443 "log",
4444 "pathfinder_geometry",
4445 "pathfinder_simd",
4446 "walkdir",
4447 "winapi",
4448 "yeslogic-fontconfig-sys",
4449]
4450
4451[[package]]
4452name = "font-types"
4453version = "0.6.0"
4454source = "registry+https://github.com/rust-lang/crates.io-index"
4455checksum = "8f0189ccb084f77c5523e08288d418cbaa09c451a08515678a0aa265df9a8b60"
4456dependencies = [
4457 "bytemuck",
4458]
4459
4460[[package]]
4461name = "fontconfig-parser"
4462version = "0.5.7"
4463source = "registry+https://github.com/rust-lang/crates.io-index"
4464checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4465dependencies = [
4466 "roxmltree 0.20.0",
4467]
4468
4469[[package]]
4470name = "fontdb"
4471version = "0.18.0"
4472source = "registry+https://github.com/rust-lang/crates.io-index"
4473checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4474dependencies = [
4475 "fontconfig-parser",
4476 "log",
4477 "memmap2",
4478 "slotmap",
4479 "tinyvec",
4480 "ttf-parser",
4481]
4482
4483[[package]]
4484name = "foreign-types"
4485version = "0.3.2"
4486source = "registry+https://github.com/rust-lang/crates.io-index"
4487checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4488dependencies = [
4489 "foreign-types-shared 0.1.1",
4490]
4491
4492[[package]]
4493name = "foreign-types"
4494version = "0.5.0"
4495source = "registry+https://github.com/rust-lang/crates.io-index"
4496checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4497dependencies = [
4498 "foreign-types-macros",
4499 "foreign-types-shared 0.3.1",
4500]
4501
4502[[package]]
4503name = "foreign-types-macros"
4504version = "0.2.3"
4505source = "registry+https://github.com/rust-lang/crates.io-index"
4506checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4507dependencies = [
4508 "proc-macro2",
4509 "quote",
4510 "syn 2.0.76",
4511]
4512
4513[[package]]
4514name = "foreign-types-shared"
4515version = "0.1.1"
4516source = "registry+https://github.com/rust-lang/crates.io-index"
4517checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4518
4519[[package]]
4520name = "foreign-types-shared"
4521version = "0.3.1"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4524
4525[[package]]
4526name = "fork"
4527version = "0.2.0"
4528source = "registry+https://github.com/rust-lang/crates.io-index"
4529checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4530dependencies = [
4531 "libc",
4532]
4533
4534[[package]]
4535name = "form_urlencoded"
4536version = "1.2.1"
4537source = "registry+https://github.com/rust-lang/crates.io-index"
4538checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4539dependencies = [
4540 "percent-encoding",
4541]
4542
4543[[package]]
4544name = "freetype-sys"
4545version = "0.20.1"
4546source = "registry+https://github.com/rust-lang/crates.io-index"
4547checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4548dependencies = [
4549 "cc",
4550 "libc",
4551 "pkg-config",
4552]
4553
4554[[package]]
4555name = "fs"
4556version = "0.1.0"
4557dependencies = [
4558 "anyhow",
4559 "ashpd",
4560 "async-tar",
4561 "async-trait",
4562 "cocoa 0.26.0",
4563 "collections",
4564 "fsevent",
4565 "futures 0.3.30",
4566 "git",
4567 "git2",
4568 "gpui",
4569 "libc",
4570 "notify",
4571 "objc",
4572 "parking_lot",
4573 "paths",
4574 "rope",
4575 "serde",
4576 "serde_json",
4577 "smol",
4578 "tempfile",
4579 "text",
4580 "time",
4581 "util",
4582 "windows 0.58.0",
4583]
4584
4585[[package]]
4586name = "fs-set-times"
4587version = "0.20.1"
4588source = "registry+https://github.com/rust-lang/crates.io-index"
4589checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
4590dependencies = [
4591 "io-lifetimes 2.0.3",
4592 "rustix 0.38.35",
4593 "windows-sys 0.52.0",
4594]
4595
4596[[package]]
4597name = "fsevent"
4598version = "0.1.0"
4599dependencies = [
4600 "bitflags 2.6.0",
4601 "core-foundation 0.9.4",
4602 "fsevent-sys 3.1.0",
4603 "parking_lot",
4604 "tempfile",
4605]
4606
4607[[package]]
4608name = "fsevent-sys"
4609version = "3.1.0"
4610source = "registry+https://github.com/rust-lang/crates.io-index"
4611checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4612dependencies = [
4613 "libc",
4614]
4615
4616[[package]]
4617name = "fsevent-sys"
4618version = "4.1.0"
4619source = "registry+https://github.com/rust-lang/crates.io-index"
4620checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4621dependencies = [
4622 "libc",
4623]
4624
4625[[package]]
4626name = "funty"
4627version = "2.0.0"
4628source = "registry+https://github.com/rust-lang/crates.io-index"
4629checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4630
4631[[package]]
4632name = "futf"
4633version = "0.1.5"
4634source = "registry+https://github.com/rust-lang/crates.io-index"
4635checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4636dependencies = [
4637 "mac",
4638 "new_debug_unreachable",
4639]
4640
4641[[package]]
4642name = "futures"
4643version = "0.1.31"
4644source = "registry+https://github.com/rust-lang/crates.io-index"
4645checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4646
4647[[package]]
4648name = "futures"
4649version = "0.3.30"
4650source = "registry+https://github.com/rust-lang/crates.io-index"
4651checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
4652dependencies = [
4653 "futures-channel",
4654 "futures-core",
4655 "futures-executor",
4656 "futures-io",
4657 "futures-sink",
4658 "futures-task",
4659 "futures-util",
4660]
4661
4662[[package]]
4663name = "futures-batch"
4664version = "0.6.1"
4665source = "registry+https://github.com/rust-lang/crates.io-index"
4666checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4667dependencies = [
4668 "futures 0.3.30",
4669 "futures-timer",
4670 "pin-utils",
4671]
4672
4673[[package]]
4674name = "futures-channel"
4675version = "0.3.30"
4676source = "registry+https://github.com/rust-lang/crates.io-index"
4677checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
4678dependencies = [
4679 "futures-core",
4680 "futures-sink",
4681]
4682
4683[[package]]
4684name = "futures-core"
4685version = "0.3.30"
4686source = "registry+https://github.com/rust-lang/crates.io-index"
4687checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
4688
4689[[package]]
4690name = "futures-executor"
4691version = "0.3.30"
4692source = "registry+https://github.com/rust-lang/crates.io-index"
4693checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
4694dependencies = [
4695 "futures-core",
4696 "futures-task",
4697 "futures-util",
4698]
4699
4700[[package]]
4701name = "futures-intrusive"
4702version = "0.5.0"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4705dependencies = [
4706 "futures-core",
4707 "lock_api",
4708 "parking_lot",
4709]
4710
4711[[package]]
4712name = "futures-io"
4713version = "0.3.30"
4714source = "registry+https://github.com/rust-lang/crates.io-index"
4715checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
4716
4717[[package]]
4718name = "futures-lite"
4719version = "1.13.0"
4720source = "registry+https://github.com/rust-lang/crates.io-index"
4721checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4722dependencies = [
4723 "fastrand 1.9.0",
4724 "futures-core",
4725 "futures-io",
4726 "memchr",
4727 "parking",
4728 "pin-project-lite",
4729 "waker-fn",
4730]
4731
4732[[package]]
4733name = "futures-lite"
4734version = "2.3.0"
4735source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
4737dependencies = [
4738 "fastrand 2.1.1",
4739 "futures-core",
4740 "futures-io",
4741 "parking",
4742 "pin-project-lite",
4743]
4744
4745[[package]]
4746name = "futures-macro"
4747version = "0.3.30"
4748source = "registry+https://github.com/rust-lang/crates.io-index"
4749checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
4750dependencies = [
4751 "proc-macro2",
4752 "quote",
4753 "syn 2.0.76",
4754]
4755
4756[[package]]
4757name = "futures-sink"
4758version = "0.3.30"
4759source = "registry+https://github.com/rust-lang/crates.io-index"
4760checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
4761
4762[[package]]
4763name = "futures-task"
4764version = "0.3.30"
4765source = "registry+https://github.com/rust-lang/crates.io-index"
4766checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
4767
4768[[package]]
4769name = "futures-timer"
4770version = "3.0.3"
4771source = "registry+https://github.com/rust-lang/crates.io-index"
4772checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4773
4774[[package]]
4775name = "futures-util"
4776version = "0.3.30"
4777source = "registry+https://github.com/rust-lang/crates.io-index"
4778checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
4779dependencies = [
4780 "futures 0.1.31",
4781 "futures-channel",
4782 "futures-core",
4783 "futures-io",
4784 "futures-macro",
4785 "futures-sink",
4786 "futures-task",
4787 "memchr",
4788 "pin-project-lite",
4789 "pin-utils",
4790 "slab",
4791 "tokio-io",
4792]
4793
4794[[package]]
4795name = "fuzzy"
4796version = "0.1.0"
4797dependencies = [
4798 "gpui",
4799 "util",
4800]
4801
4802[[package]]
4803name = "fuzzy-matcher"
4804version = "0.3.7"
4805source = "registry+https://github.com/rust-lang/crates.io-index"
4806checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4807dependencies = [
4808 "thread_local",
4809]
4810
4811[[package]]
4812name = "generic-array"
4813version = "0.14.7"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4816dependencies = [
4817 "typenum",
4818 "version_check",
4819]
4820
4821[[package]]
4822name = "gethostname"
4823version = "0.4.3"
4824source = "registry+https://github.com/rust-lang/crates.io-index"
4825checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4826dependencies = [
4827 "libc",
4828 "windows-targets 0.48.5",
4829]
4830
4831[[package]]
4832name = "getrandom"
4833version = "0.1.16"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
4836dependencies = [
4837 "cfg-if",
4838 "libc",
4839 "wasi 0.9.0+wasi-snapshot-preview1",
4840]
4841
4842[[package]]
4843name = "getrandom"
4844version = "0.2.15"
4845source = "registry+https://github.com/rust-lang/crates.io-index"
4846checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
4847dependencies = [
4848 "cfg-if",
4849 "js-sys",
4850 "libc",
4851 "wasi 0.11.0+wasi-snapshot-preview1",
4852 "wasm-bindgen",
4853]
4854
4855[[package]]
4856name = "gif"
4857version = "0.13.1"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
4860dependencies = [
4861 "color_quant",
4862 "weezl",
4863]
4864
4865[[package]]
4866name = "gimli"
4867version = "0.29.0"
4868source = "registry+https://github.com/rust-lang/crates.io-index"
4869checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
4870dependencies = [
4871 "fallible-iterator",
4872 "indexmap 2.4.0",
4873 "stable_deref_trait",
4874]
4875
4876[[package]]
4877name = "gimli"
4878version = "0.31.0"
4879source = "registry+https://github.com/rust-lang/crates.io-index"
4880checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
4881
4882[[package]]
4883name = "git"
4884version = "0.1.0"
4885dependencies = [
4886 "anyhow",
4887 "async-trait",
4888 "clock",
4889 "collections",
4890 "derive_more",
4891 "git2",
4892 "gpui",
4893 "http_client",
4894 "log",
4895 "parking_lot",
4896 "pretty_assertions",
4897 "rope",
4898 "serde",
4899 "serde_json",
4900 "smol",
4901 "sum_tree",
4902 "text",
4903 "time",
4904 "unindent",
4905 "url",
4906 "util",
4907 "windows 0.58.0",
4908]
4909
4910[[package]]
4911name = "git2"
4912version = "0.19.0"
4913source = "registry+https://github.com/rust-lang/crates.io-index"
4914checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
4915dependencies = [
4916 "bitflags 2.6.0",
4917 "libc",
4918 "libgit2-sys",
4919 "log",
4920 "url",
4921]
4922
4923[[package]]
4924name = "git_hosting_providers"
4925version = "0.1.0"
4926dependencies = [
4927 "anyhow",
4928 "async-trait",
4929 "futures 0.3.30",
4930 "git",
4931 "gpui",
4932 "http_client",
4933 "indoc",
4934 "pretty_assertions",
4935 "regex",
4936 "serde",
4937 "serde_json",
4938 "url",
4939 "util",
4940]
4941
4942[[package]]
4943name = "glob"
4944version = "0.3.1"
4945source = "registry+https://github.com/rust-lang/crates.io-index"
4946checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
4947
4948[[package]]
4949name = "globset"
4950version = "0.4.15"
4951source = "registry+https://github.com/rust-lang/crates.io-index"
4952checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
4953dependencies = [
4954 "aho-corasick",
4955 "bstr",
4956 "log",
4957 "regex-automata 0.4.7",
4958 "regex-syntax 0.8.4",
4959]
4960
4961[[package]]
4962name = "gloo-timers"
4963version = "0.2.6"
4964source = "registry+https://github.com/rust-lang/crates.io-index"
4965checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
4966dependencies = [
4967 "futures-channel",
4968 "futures-core",
4969 "js-sys",
4970 "wasm-bindgen",
4971]
4972
4973[[package]]
4974name = "glow"
4975version = "0.14.0"
4976source = "registry+https://github.com/rust-lang/crates.io-index"
4977checksum = "f865cbd94bd355b89611211e49508da98a1fce0ad755c1e8448fb96711b24528"
4978dependencies = [
4979 "js-sys",
4980 "slotmap",
4981 "wasm-bindgen",
4982 "web-sys",
4983]
4984
4985[[package]]
4986name = "go_to_line"
4987version = "0.1.0"
4988dependencies = [
4989 "anyhow",
4990 "editor",
4991 "gpui",
4992 "indoc",
4993 "language",
4994 "menu",
4995 "project",
4996 "rope",
4997 "schemars",
4998 "serde",
4999 "serde_json",
5000 "settings",
5001 "text",
5002 "theme",
5003 "tree-sitter-rust",
5004 "tree-sitter-typescript",
5005 "ui",
5006 "util",
5007 "workspace",
5008]
5009
5010[[package]]
5011name = "google_ai"
5012version = "0.1.0"
5013dependencies = [
5014 "anyhow",
5015 "futures 0.3.30",
5016 "http_client",
5017 "schemars",
5018 "serde",
5019 "serde_json",
5020 "strum 0.25.0",
5021]
5022
5023[[package]]
5024name = "gpu-alloc"
5025version = "0.6.0"
5026source = "registry+https://github.com/rust-lang/crates.io-index"
5027checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5028dependencies = [
5029 "bitflags 2.6.0",
5030 "gpu-alloc-types",
5031]
5032
5033[[package]]
5034name = "gpu-alloc-ash"
5035version = "0.7.0"
5036source = "registry+https://github.com/rust-lang/crates.io-index"
5037checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5038dependencies = [
5039 "ash",
5040 "gpu-alloc-types",
5041 "tinyvec",
5042]
5043
5044[[package]]
5045name = "gpu-alloc-types"
5046version = "0.3.0"
5047source = "registry+https://github.com/rust-lang/crates.io-index"
5048checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5049dependencies = [
5050 "bitflags 2.6.0",
5051]
5052
5053[[package]]
5054name = "gpui"
5055version = "0.1.0"
5056dependencies = [
5057 "anyhow",
5058 "as-raw-xcb-connection",
5059 "ashpd",
5060 "async-task",
5061 "backtrace",
5062 "bindgen 0.70.1",
5063 "blade-graphics",
5064 "blade-macros",
5065 "blade-util",
5066 "block",
5067 "bytemuck",
5068 "calloop",
5069 "calloop-wayland-source",
5070 "cbindgen",
5071 "cocoa 0.26.0",
5072 "collections",
5073 "core-foundation 0.9.4",
5074 "core-foundation-sys",
5075 "core-graphics 0.23.2",
5076 "core-text",
5077 "cosmic-text",
5078 "ctor",
5079 "derive_more",
5080 "embed-resource",
5081 "env_logger 0.11.5",
5082 "etagere",
5083 "filedescriptor",
5084 "flume",
5085 "font-kit",
5086 "foreign-types 0.5.0",
5087 "futures 0.3.30",
5088 "gpui_macros",
5089 "http_client",
5090 "image",
5091 "itertools 0.13.0",
5092 "linkme",
5093 "log",
5094 "media",
5095 "metal",
5096 "num_cpus",
5097 "objc",
5098 "oo7",
5099 "open",
5100 "parking",
5101 "parking_lot",
5102 "pathfinder_geometry",
5103 "postage",
5104 "profiling",
5105 "rand 0.8.5",
5106 "raw-window-handle",
5107 "refineable",
5108 "resvg",
5109 "schemars",
5110 "seahash",
5111 "semantic_version",
5112 "serde",
5113 "serde_derive",
5114 "serde_json",
5115 "slotmap",
5116 "smallvec",
5117 "smol",
5118 "strum 0.25.0",
5119 "sum_tree",
5120 "taffy",
5121 "thiserror",
5122 "unicode-segmentation",
5123 "usvg",
5124 "util",
5125 "uuid",
5126 "waker-fn",
5127 "wayland-backend",
5128 "wayland-client",
5129 "wayland-cursor",
5130 "wayland-protocols",
5131 "wayland-protocols-plasma",
5132 "windows 0.58.0",
5133 "windows-core 0.58.0",
5134 "x11-clipboard",
5135 "x11rb",
5136 "xim",
5137 "xkbcommon",
5138]
5139
5140[[package]]
5141name = "gpui_macros"
5142version = "0.1.0"
5143dependencies = [
5144 "proc-macro2",
5145 "quote",
5146 "syn 1.0.109",
5147]
5148
5149[[package]]
5150name = "grid"
5151version = "0.13.0"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5154
5155[[package]]
5156name = "group"
5157version = "0.12.1"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5160dependencies = [
5161 "ff",
5162 "rand_core 0.6.4",
5163 "subtle",
5164]
5165
5166[[package]]
5167name = "h2"
5168version = "0.3.26"
5169source = "registry+https://github.com/rust-lang/crates.io-index"
5170checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5171dependencies = [
5172 "bytes 1.7.2",
5173 "fnv",
5174 "futures-core",
5175 "futures-sink",
5176 "futures-util",
5177 "http 0.2.12",
5178 "indexmap 2.4.0",
5179 "slab",
5180 "tokio",
5181 "tokio-util",
5182 "tracing",
5183]
5184
5185[[package]]
5186name = "h2"
5187version = "0.4.6"
5188source = "registry+https://github.com/rust-lang/crates.io-index"
5189checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
5190dependencies = [
5191 "atomic-waker",
5192 "bytes 1.7.2",
5193 "fnv",
5194 "futures-core",
5195 "futures-sink",
5196 "http 1.1.0",
5197 "indexmap 2.4.0",
5198 "slab",
5199 "tokio",
5200 "tokio-util",
5201 "tracing",
5202]
5203
5204[[package]]
5205name = "half"
5206version = "2.4.1"
5207source = "registry+https://github.com/rust-lang/crates.io-index"
5208checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5209dependencies = [
5210 "cfg-if",
5211 "crunchy",
5212]
5213
5214[[package]]
5215name = "handlebars"
5216version = "4.5.0"
5217source = "registry+https://github.com/rust-lang/crates.io-index"
5218checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5219dependencies = [
5220 "log",
5221 "pest",
5222 "pest_derive",
5223 "serde",
5224 "serde_json",
5225 "thiserror",
5226]
5227
5228[[package]]
5229name = "handlebars"
5230version = "5.1.2"
5231source = "registry+https://github.com/rust-lang/crates.io-index"
5232checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
5233dependencies = [
5234 "log",
5235 "pest",
5236 "pest_derive",
5237 "serde",
5238 "serde_json",
5239 "thiserror",
5240]
5241
5242[[package]]
5243name = "hashbrown"
5244version = "0.12.3"
5245source = "registry+https://github.com/rust-lang/crates.io-index"
5246checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5247dependencies = [
5248 "ahash 0.7.8",
5249]
5250
5251[[package]]
5252name = "hashbrown"
5253version = "0.13.2"
5254source = "registry+https://github.com/rust-lang/crates.io-index"
5255checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5256dependencies = [
5257 "ahash 0.8.11",
5258]
5259
5260[[package]]
5261name = "hashbrown"
5262version = "0.14.5"
5263source = "registry+https://github.com/rust-lang/crates.io-index"
5264checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5265dependencies = [
5266 "ahash 0.8.11",
5267 "allocator-api2",
5268 "serde",
5269]
5270
5271[[package]]
5272name = "hashlink"
5273version = "0.8.4"
5274source = "registry+https://github.com/rust-lang/crates.io-index"
5275checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5276dependencies = [
5277 "hashbrown 0.14.5",
5278]
5279
5280[[package]]
5281name = "hashlink"
5282version = "0.9.1"
5283source = "registry+https://github.com/rust-lang/crates.io-index"
5284checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5285dependencies = [
5286 "hashbrown 0.14.5",
5287]
5288
5289[[package]]
5290name = "headers"
5291version = "0.3.9"
5292source = "registry+https://github.com/rust-lang/crates.io-index"
5293checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5294dependencies = [
5295 "base64 0.21.7",
5296 "bytes 1.7.2",
5297 "headers-core",
5298 "http 0.2.12",
5299 "httpdate",
5300 "mime",
5301 "sha1",
5302]
5303
5304[[package]]
5305name = "headers-core"
5306version = "0.2.0"
5307source = "registry+https://github.com/rust-lang/crates.io-index"
5308checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5309dependencies = [
5310 "http 0.2.12",
5311]
5312
5313[[package]]
5314name = "heck"
5315version = "0.3.3"
5316source = "registry+https://github.com/rust-lang/crates.io-index"
5317checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5318dependencies = [
5319 "unicode-segmentation",
5320]
5321
5322[[package]]
5323name = "heck"
5324version = "0.4.1"
5325source = "registry+https://github.com/rust-lang/crates.io-index"
5326checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5327dependencies = [
5328 "unicode-segmentation",
5329]
5330
5331[[package]]
5332name = "heck"
5333version = "0.5.0"
5334source = "registry+https://github.com/rust-lang/crates.io-index"
5335checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5336
5337[[package]]
5338name = "heed"
5339version = "0.20.5"
5340source = "registry+https://github.com/rust-lang/crates.io-index"
5341checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb"
5342dependencies = [
5343 "bitflags 2.6.0",
5344 "byteorder",
5345 "heed-traits",
5346 "heed-types",
5347 "libc",
5348 "lmdb-master-sys",
5349 "once_cell",
5350 "page_size",
5351 "serde",
5352 "synchronoise",
5353 "url",
5354]
5355
5356[[package]]
5357name = "heed-traits"
5358version = "0.20.0"
5359source = "registry+https://github.com/rust-lang/crates.io-index"
5360checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5361
5362[[package]]
5363name = "heed-types"
5364version = "0.20.1"
5365source = "registry+https://github.com/rust-lang/crates.io-index"
5366checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
5367dependencies = [
5368 "bincode",
5369 "byteorder",
5370 "heed-traits",
5371 "serde",
5372 "serde_json",
5373]
5374
5375[[package]]
5376name = "hermit-abi"
5377version = "0.3.9"
5378source = "registry+https://github.com/rust-lang/crates.io-index"
5379checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5380
5381[[package]]
5382name = "hermit-abi"
5383version = "0.4.0"
5384source = "registry+https://github.com/rust-lang/crates.io-index"
5385checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5386
5387[[package]]
5388name = "hex"
5389version = "0.4.3"
5390source = "registry+https://github.com/rust-lang/crates.io-index"
5391checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5392
5393[[package]]
5394name = "hexf-parse"
5395version = "0.2.1"
5396source = "registry+https://github.com/rust-lang/crates.io-index"
5397checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5398
5399[[package]]
5400name = "hidden-trait"
5401version = "0.1.2"
5402source = "registry+https://github.com/rust-lang/crates.io-index"
5403checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5404dependencies = [
5405 "proc-macro2",
5406 "quote",
5407 "syn 1.0.109",
5408]
5409
5410[[package]]
5411name = "hkdf"
5412version = "0.12.4"
5413source = "registry+https://github.com/rust-lang/crates.io-index"
5414checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5415dependencies = [
5416 "hmac",
5417]
5418
5419[[package]]
5420name = "hmac"
5421version = "0.12.1"
5422source = "registry+https://github.com/rust-lang/crates.io-index"
5423checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5424dependencies = [
5425 "digest",
5426]
5427
5428[[package]]
5429name = "home"
5430version = "0.5.9"
5431source = "registry+https://github.com/rust-lang/crates.io-index"
5432checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5433dependencies = [
5434 "windows-sys 0.52.0",
5435]
5436
5437[[package]]
5438name = "hound"
5439version = "3.5.1"
5440source = "registry+https://github.com/rust-lang/crates.io-index"
5441checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5442
5443[[package]]
5444name = "html5ever"
5445version = "0.27.0"
5446source = "registry+https://github.com/rust-lang/crates.io-index"
5447checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5448dependencies = [
5449 "log",
5450 "mac",
5451 "markup5ever",
5452 "proc-macro2",
5453 "quote",
5454 "syn 2.0.76",
5455]
5456
5457[[package]]
5458name = "html_to_markdown"
5459version = "0.1.0"
5460dependencies = [
5461 "anyhow",
5462 "html5ever",
5463 "indoc",
5464 "markup5ever_rcdom",
5465 "pretty_assertions",
5466 "regex",
5467]
5468
5469[[package]]
5470name = "http"
5471version = "0.2.12"
5472source = "registry+https://github.com/rust-lang/crates.io-index"
5473checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5474dependencies = [
5475 "bytes 1.7.2",
5476 "fnv",
5477 "itoa",
5478]
5479
5480[[package]]
5481name = "http"
5482version = "1.1.0"
5483source = "registry+https://github.com/rust-lang/crates.io-index"
5484checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
5485dependencies = [
5486 "bytes 1.7.2",
5487 "fnv",
5488 "itoa",
5489]
5490
5491[[package]]
5492name = "http-body"
5493version = "0.4.6"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5496dependencies = [
5497 "bytes 1.7.2",
5498 "http 0.2.12",
5499 "pin-project-lite",
5500]
5501
5502[[package]]
5503name = "http-body"
5504version = "1.0.1"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5507dependencies = [
5508 "bytes 1.7.2",
5509 "http 1.1.0",
5510]
5511
5512[[package]]
5513name = "http-body-util"
5514version = "0.1.2"
5515source = "registry+https://github.com/rust-lang/crates.io-index"
5516checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5517dependencies = [
5518 "bytes 1.7.2",
5519 "futures-util",
5520 "http 1.1.0",
5521 "http-body 1.0.1",
5522 "pin-project-lite",
5523]
5524
5525[[package]]
5526name = "http-range-header"
5527version = "0.3.1"
5528source = "registry+https://github.com/rust-lang/crates.io-index"
5529checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5530
5531[[package]]
5532name = "http-types"
5533version = "2.12.0"
5534source = "registry+https://github.com/rust-lang/crates.io-index"
5535checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5536dependencies = [
5537 "anyhow",
5538 "async-channel 1.9.0",
5539 "base64 0.13.1",
5540 "futures-lite 1.13.0",
5541 "http 0.2.12",
5542 "infer",
5543 "pin-project-lite",
5544 "rand 0.7.3",
5545 "serde",
5546 "serde_json",
5547 "serde_qs 0.8.5",
5548 "serde_urlencoded",
5549 "url",
5550]
5551
5552[[package]]
5553name = "http_client"
5554version = "0.1.0"
5555dependencies = [
5556 "anyhow",
5557 "bytes 1.7.2",
5558 "derive_more",
5559 "futures 0.3.30",
5560 "http 1.1.0",
5561 "log",
5562 "serde",
5563 "serde_json",
5564 "url",
5565]
5566
5567[[package]]
5568name = "httparse"
5569version = "1.9.4"
5570source = "registry+https://github.com/rust-lang/crates.io-index"
5571checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
5572
5573[[package]]
5574name = "httpdate"
5575version = "1.0.3"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5578
5579[[package]]
5580name = "human_bytes"
5581version = "0.4.3"
5582source = "registry+https://github.com/rust-lang/crates.io-index"
5583checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5584
5585[[package]]
5586name = "humantime"
5587version = "2.1.0"
5588source = "registry+https://github.com/rust-lang/crates.io-index"
5589checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5590
5591[[package]]
5592name = "hyper"
5593version = "0.14.31"
5594source = "registry+https://github.com/rust-lang/crates.io-index"
5595checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
5596dependencies = [
5597 "bytes 1.7.2",
5598 "futures-channel",
5599 "futures-core",
5600 "futures-util",
5601 "h2 0.3.26",
5602 "http 0.2.12",
5603 "http-body 0.4.6",
5604 "httparse",
5605 "httpdate",
5606 "itoa",
5607 "pin-project-lite",
5608 "socket2 0.5.7",
5609 "tokio",
5610 "tower-service",
5611 "tracing",
5612 "want",
5613]
5614
5615[[package]]
5616name = "hyper"
5617version = "1.4.1"
5618source = "registry+https://github.com/rust-lang/crates.io-index"
5619checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
5620dependencies = [
5621 "bytes 1.7.2",
5622 "futures-channel",
5623 "futures-util",
5624 "h2 0.4.6",
5625 "http 1.1.0",
5626 "http-body 1.0.1",
5627 "httparse",
5628 "itoa",
5629 "pin-project-lite",
5630 "smallvec",
5631 "tokio",
5632 "want",
5633]
5634
5635[[package]]
5636name = "hyper-rustls"
5637version = "0.24.2"
5638source = "registry+https://github.com/rust-lang/crates.io-index"
5639checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5640dependencies = [
5641 "futures-util",
5642 "http 0.2.12",
5643 "hyper 0.14.31",
5644 "log",
5645 "rustls 0.21.12",
5646 "rustls-native-certs 0.6.3",
5647 "tokio",
5648 "tokio-rustls 0.24.1",
5649]
5650
5651[[package]]
5652name = "hyper-rustls"
5653version = "0.27.3"
5654source = "registry+https://github.com/rust-lang/crates.io-index"
5655checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5656dependencies = [
5657 "futures-util",
5658 "http 1.1.0",
5659 "hyper 1.4.1",
5660 "hyper-util",
5661 "rustls 0.23.13",
5662 "rustls-native-certs 0.8.0",
5663 "rustls-pki-types",
5664 "tokio",
5665 "tokio-rustls 0.26.0",
5666 "tower-service",
5667]
5668
5669[[package]]
5670name = "hyper-tls"
5671version = "0.5.0"
5672source = "registry+https://github.com/rust-lang/crates.io-index"
5673checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5674dependencies = [
5675 "bytes 1.7.2",
5676 "hyper 0.14.31",
5677 "native-tls",
5678 "tokio",
5679 "tokio-native-tls",
5680]
5681
5682[[package]]
5683name = "hyper-util"
5684version = "0.1.9"
5685source = "registry+https://github.com/rust-lang/crates.io-index"
5686checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
5687dependencies = [
5688 "bytes 1.7.2",
5689 "futures-channel",
5690 "futures-util",
5691 "http 1.1.0",
5692 "http-body 1.0.1",
5693 "hyper 1.4.1",
5694 "pin-project-lite",
5695 "socket2 0.5.7",
5696 "tokio",
5697 "tower-service",
5698 "tracing",
5699]
5700
5701[[package]]
5702name = "iana-time-zone"
5703version = "0.1.60"
5704source = "registry+https://github.com/rust-lang/crates.io-index"
5705checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
5706dependencies = [
5707 "android_system_properties",
5708 "core-foundation-sys",
5709 "iana-time-zone-haiku",
5710 "js-sys",
5711 "wasm-bindgen",
5712 "windows-core 0.52.0",
5713]
5714
5715[[package]]
5716name = "iana-time-zone-haiku"
5717version = "0.1.2"
5718source = "registry+https://github.com/rust-lang/crates.io-index"
5719checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5720dependencies = [
5721 "cc",
5722]
5723
5724[[package]]
5725name = "id-arena"
5726version = "2.2.1"
5727source = "registry+https://github.com/rust-lang/crates.io-index"
5728checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
5729
5730[[package]]
5731name = "idna"
5732version = "0.5.0"
5733source = "registry+https://github.com/rust-lang/crates.io-index"
5734checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
5735dependencies = [
5736 "unicode-bidi",
5737 "unicode-normalization",
5738]
5739
5740[[package]]
5741name = "ignore"
5742version = "0.4.23"
5743source = "registry+https://github.com/rust-lang/crates.io-index"
5744checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
5745dependencies = [
5746 "crossbeam-deque",
5747 "globset",
5748 "log",
5749 "memchr",
5750 "regex-automata 0.4.7",
5751 "same-file",
5752 "walkdir",
5753 "winapi-util",
5754]
5755
5756[[package]]
5757name = "image"
5758version = "0.25.2"
5759source = "registry+https://github.com/rust-lang/crates.io-index"
5760checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
5761dependencies = [
5762 "bytemuck",
5763 "byteorder-lite",
5764 "color_quant",
5765 "exr",
5766 "gif",
5767 "image-webp",
5768 "num-traits",
5769 "png",
5770 "qoi",
5771 "ravif",
5772 "rayon",
5773 "rgb",
5774 "tiff",
5775 "zune-core",
5776 "zune-jpeg",
5777]
5778
5779[[package]]
5780name = "image-webp"
5781version = "0.1.3"
5782source = "registry+https://github.com/rust-lang/crates.io-index"
5783checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
5784dependencies = [
5785 "byteorder-lite",
5786 "quick-error",
5787]
5788
5789[[package]]
5790name = "image_viewer"
5791version = "0.1.0"
5792dependencies = [
5793 "anyhow",
5794 "db",
5795 "file_icons",
5796 "gpui",
5797 "project",
5798 "settings",
5799 "theme",
5800 "ui",
5801 "workspace",
5802]
5803
5804[[package]]
5805name = "imagesize"
5806version = "0.12.0"
5807source = "registry+https://github.com/rust-lang/crates.io-index"
5808checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
5809
5810[[package]]
5811name = "imgref"
5812version = "1.10.1"
5813source = "registry+https://github.com/rust-lang/crates.io-index"
5814checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
5815
5816[[package]]
5817name = "indexed_docs"
5818version = "0.1.0"
5819dependencies = [
5820 "anyhow",
5821 "async-trait",
5822 "cargo_metadata",
5823 "collections",
5824 "derive_more",
5825 "fs",
5826 "futures 0.3.30",
5827 "fuzzy",
5828 "gpui",
5829 "heed",
5830 "html_to_markdown",
5831 "http_client",
5832 "indexmap 1.9.3",
5833 "indoc",
5834 "parking_lot",
5835 "paths",
5836 "pretty_assertions",
5837 "serde",
5838 "strum 0.25.0",
5839 "util",
5840]
5841
5842[[package]]
5843name = "indexmap"
5844version = "1.9.3"
5845source = "registry+https://github.com/rust-lang/crates.io-index"
5846checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
5847dependencies = [
5848 "autocfg",
5849 "hashbrown 0.12.3",
5850 "serde",
5851]
5852
5853[[package]]
5854name = "indexmap"
5855version = "2.4.0"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
5858dependencies = [
5859 "equivalent",
5860 "hashbrown 0.14.5",
5861 "serde",
5862]
5863
5864[[package]]
5865name = "indoc"
5866version = "2.0.5"
5867source = "registry+https://github.com/rust-lang/crates.io-index"
5868checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
5869
5870[[package]]
5871name = "infer"
5872version = "0.2.3"
5873source = "registry+https://github.com/rust-lang/crates.io-index"
5874checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
5875
5876[[package]]
5877name = "inherent"
5878version = "1.0.11"
5879source = "registry+https://github.com/rust-lang/crates.io-index"
5880checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
5881dependencies = [
5882 "proc-macro2",
5883 "quote",
5884 "syn 2.0.76",
5885]
5886
5887[[package]]
5888name = "inline_completion_button"
5889version = "0.1.0"
5890dependencies = [
5891 "anyhow",
5892 "copilot",
5893 "editor",
5894 "fs",
5895 "futures 0.3.30",
5896 "gpui",
5897 "indoc",
5898 "language",
5899 "lsp",
5900 "paths",
5901 "project",
5902 "serde_json",
5903 "settings",
5904 "supermaven",
5905 "theme",
5906 "ui",
5907 "util",
5908 "workspace",
5909 "zed_actions",
5910]
5911
5912[[package]]
5913name = "inotify"
5914version = "0.9.6"
5915source = "registry+https://github.com/rust-lang/crates.io-index"
5916checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
5917dependencies = [
5918 "bitflags 1.3.2",
5919 "inotify-sys",
5920 "libc",
5921]
5922
5923[[package]]
5924name = "inotify-sys"
5925version = "0.1.5"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
5928dependencies = [
5929 "libc",
5930]
5931
5932[[package]]
5933name = "inout"
5934version = "0.1.3"
5935source = "registry+https://github.com/rust-lang/crates.io-index"
5936checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
5937dependencies = [
5938 "block-padding",
5939 "generic-array",
5940]
5941
5942[[package]]
5943name = "install_cli"
5944version = "0.1.0"
5945dependencies = [
5946 "anyhow",
5947 "gpui",
5948 "smol",
5949 "util",
5950]
5951
5952[[package]]
5953name = "instant"
5954version = "0.1.13"
5955source = "registry+https://github.com/rust-lang/crates.io-index"
5956checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
5957dependencies = [
5958 "cfg-if",
5959]
5960
5961[[package]]
5962name = "interpolate_name"
5963version = "0.2.4"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
5966dependencies = [
5967 "proc-macro2",
5968 "quote",
5969 "syn 2.0.76",
5970]
5971
5972[[package]]
5973name = "io-extras"
5974version = "0.18.2"
5975source = "registry+https://github.com/rust-lang/crates.io-index"
5976checksum = "c9f046b9af244f13b3bd939f55d16830ac3a201e8a9ba9661bfcb03e2be72b9b"
5977dependencies = [
5978 "io-lifetimes 2.0.3",
5979 "windows-sys 0.52.0",
5980]
5981
5982[[package]]
5983name = "io-lifetimes"
5984version = "1.0.11"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
5987dependencies = [
5988 "hermit-abi 0.3.9",
5989 "libc",
5990 "windows-sys 0.48.0",
5991]
5992
5993[[package]]
5994name = "io-lifetimes"
5995version = "2.0.3"
5996source = "registry+https://github.com/rust-lang/crates.io-index"
5997checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
5998
5999[[package]]
6000name = "iovec"
6001version = "0.1.4"
6002source = "registry+https://github.com/rust-lang/crates.io-index"
6003checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6004dependencies = [
6005 "libc",
6006]
6007
6008[[package]]
6009name = "ipc-channel"
6010version = "0.18.3"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "c7f4c80f2df4fc64fb7fc2cff69fc034af26e6e6617ea9f1313131af464b9ca0"
6013dependencies = [
6014 "bincode",
6015 "crossbeam-channel",
6016 "fnv",
6017 "lazy_static",
6018 "libc",
6019 "mio 1.0.2",
6020 "rand 0.8.5",
6021 "serde",
6022 "tempfile",
6023 "uuid",
6024 "windows 0.58.0",
6025]
6026
6027[[package]]
6028name = "ipnet"
6029version = "2.9.0"
6030source = "registry+https://github.com/rust-lang/crates.io-index"
6031checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
6032
6033[[package]]
6034name = "is-docker"
6035version = "0.2.0"
6036source = "registry+https://github.com/rust-lang/crates.io-index"
6037checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6038dependencies = [
6039 "once_cell",
6040]
6041
6042[[package]]
6043name = "is-terminal"
6044version = "0.4.13"
6045source = "registry+https://github.com/rust-lang/crates.io-index"
6046checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6047dependencies = [
6048 "hermit-abi 0.4.0",
6049 "libc",
6050 "windows-sys 0.52.0",
6051]
6052
6053[[package]]
6054name = "is-wsl"
6055version = "0.4.0"
6056source = "registry+https://github.com/rust-lang/crates.io-index"
6057checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6058dependencies = [
6059 "is-docker",
6060 "once_cell",
6061]
6062
6063[[package]]
6064name = "is_terminal_polyfill"
6065version = "1.70.1"
6066source = "registry+https://github.com/rust-lang/crates.io-index"
6067checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6068
6069[[package]]
6070name = "itertools"
6071version = "0.10.5"
6072source = "registry+https://github.com/rust-lang/crates.io-index"
6073checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6074dependencies = [
6075 "either",
6076]
6077
6078[[package]]
6079name = "itertools"
6080version = "0.12.1"
6081source = "registry+https://github.com/rust-lang/crates.io-index"
6082checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6083dependencies = [
6084 "either",
6085]
6086
6087[[package]]
6088name = "itertools"
6089version = "0.13.0"
6090source = "registry+https://github.com/rust-lang/crates.io-index"
6091checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6092dependencies = [
6093 "either",
6094]
6095
6096[[package]]
6097name = "itoa"
6098version = "1.0.11"
6099source = "registry+https://github.com/rust-lang/crates.io-index"
6100checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
6101
6102[[package]]
6103name = "jni"
6104version = "0.21.1"
6105source = "registry+https://github.com/rust-lang/crates.io-index"
6106checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6107dependencies = [
6108 "cesu8",
6109 "cfg-if",
6110 "combine",
6111 "jni-sys",
6112 "log",
6113 "thiserror",
6114 "walkdir",
6115 "windows-sys 0.45.0",
6116]
6117
6118[[package]]
6119name = "jni-sys"
6120version = "0.3.0"
6121source = "registry+https://github.com/rust-lang/crates.io-index"
6122checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6123
6124[[package]]
6125name = "jobserver"
6126version = "0.1.32"
6127source = "registry+https://github.com/rust-lang/crates.io-index"
6128checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6129dependencies = [
6130 "libc",
6131]
6132
6133[[package]]
6134name = "journal"
6135version = "0.1.0"
6136dependencies = [
6137 "anyhow",
6138 "chrono",
6139 "editor",
6140 "gpui",
6141 "log",
6142 "schemars",
6143 "serde",
6144 "settings",
6145 "shellexpand 2.1.2",
6146 "workspace",
6147]
6148
6149[[package]]
6150name = "jpeg-decoder"
6151version = "0.3.1"
6152source = "registry+https://github.com/rust-lang/crates.io-index"
6153checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6154
6155[[package]]
6156name = "js-sys"
6157version = "0.3.70"
6158source = "registry+https://github.com/rust-lang/crates.io-index"
6159checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
6160dependencies = [
6161 "wasm-bindgen",
6162]
6163
6164[[package]]
6165name = "jsonwebtoken"
6166version = "9.3.0"
6167source = "registry+https://github.com/rust-lang/crates.io-index"
6168checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6169dependencies = [
6170 "base64 0.21.7",
6171 "js-sys",
6172 "pem",
6173 "ring 0.17.8",
6174 "serde",
6175 "serde_json",
6176 "simple_asn1",
6177]
6178
6179[[package]]
6180name = "jupyter-serde"
6181version = "0.4.0"
6182source = "registry+https://github.com/rust-lang/crates.io-index"
6183checksum = "dd71aa17c4fa65e6d7536ab2728881a41f8feb2ee5841c2240516c3c3d65d8b3"
6184dependencies = [
6185 "anyhow",
6186 "serde",
6187 "serde_json",
6188 "thiserror",
6189 "uuid",
6190]
6191
6192[[package]]
6193name = "khronos-egl"
6194version = "6.0.0"
6195source = "registry+https://github.com/rust-lang/crates.io-index"
6196checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6197dependencies = [
6198 "libc",
6199 "libloading",
6200]
6201
6202[[package]]
6203name = "kqueue"
6204version = "1.0.8"
6205source = "registry+https://github.com/rust-lang/crates.io-index"
6206checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6207dependencies = [
6208 "kqueue-sys",
6209 "libc",
6210]
6211
6212[[package]]
6213name = "kqueue-sys"
6214version = "1.0.4"
6215source = "registry+https://github.com/rust-lang/crates.io-index"
6216checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6217dependencies = [
6218 "bitflags 1.3.2",
6219 "libc",
6220]
6221
6222[[package]]
6223name = "kurbo"
6224version = "0.11.0"
6225source = "registry+https://github.com/rust-lang/crates.io-index"
6226checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
6227dependencies = [
6228 "arrayvec",
6229 "smallvec",
6230]
6231
6232[[package]]
6233name = "kv-log-macro"
6234version = "1.0.7"
6235source = "registry+https://github.com/rust-lang/crates.io-index"
6236checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6237dependencies = [
6238 "log",
6239]
6240
6241[[package]]
6242name = "language"
6243version = "0.1.0"
6244dependencies = [
6245 "anyhow",
6246 "async-trait",
6247 "async-watch",
6248 "clock",
6249 "collections",
6250 "ctor",
6251 "ec4rs",
6252 "env_logger 0.11.5",
6253 "futures 0.3.30",
6254 "fuzzy",
6255 "git",
6256 "globset",
6257 "gpui",
6258 "http_client",
6259 "indoc",
6260 "itertools 0.13.0",
6261 "log",
6262 "lsp",
6263 "parking_lot",
6264 "postage",
6265 "pretty_assertions",
6266 "pulldown-cmark 0.12.1",
6267 "rand 0.8.5",
6268 "regex",
6269 "rpc",
6270 "schemars",
6271 "serde",
6272 "serde_json",
6273 "settings",
6274 "similar",
6275 "smallvec",
6276 "smol",
6277 "strsim",
6278 "sum_tree",
6279 "task",
6280 "text",
6281 "theme",
6282 "tree-sitter",
6283 "tree-sitter-elixir",
6284 "tree-sitter-embedded-template",
6285 "tree-sitter-heex",
6286 "tree-sitter-html",
6287 "tree-sitter-json",
6288 "tree-sitter-md",
6289 "tree-sitter-ruby",
6290 "tree-sitter-rust",
6291 "tree-sitter-typescript",
6292 "unicase",
6293 "unindent",
6294 "util",
6295]
6296
6297[[package]]
6298name = "language_model"
6299version = "0.1.0"
6300dependencies = [
6301 "anthropic",
6302 "anyhow",
6303 "base64 0.22.1",
6304 "client",
6305 "collections",
6306 "copilot",
6307 "ctor",
6308 "editor",
6309 "env_logger 0.11.5",
6310 "feature_flags",
6311 "futures 0.3.30",
6312 "google_ai",
6313 "gpui",
6314 "http_client",
6315 "image",
6316 "inline_completion_button",
6317 "language",
6318 "log",
6319 "menu",
6320 "ollama",
6321 "open_ai",
6322 "parking_lot",
6323 "project",
6324 "proto",
6325 "rand 0.8.5",
6326 "schemars",
6327 "serde",
6328 "serde_json",
6329 "settings",
6330 "smol",
6331 "strum 0.25.0",
6332 "telemetry_events",
6333 "text",
6334 "theme",
6335 "thiserror",
6336 "tiktoken-rs",
6337 "ui",
6338 "unindent",
6339 "util",
6340]
6341
6342[[package]]
6343name = "language_selector"
6344version = "0.1.0"
6345dependencies = [
6346 "anyhow",
6347 "editor",
6348 "fuzzy",
6349 "gpui",
6350 "language",
6351 "picker",
6352 "project",
6353 "ui",
6354 "util",
6355 "workspace",
6356]
6357
6358[[package]]
6359name = "language_tools"
6360version = "0.1.0"
6361dependencies = [
6362 "anyhow",
6363 "client",
6364 "collections",
6365 "copilot",
6366 "editor",
6367 "env_logger 0.11.5",
6368 "futures 0.3.30",
6369 "gpui",
6370 "itertools 0.13.0",
6371 "language",
6372 "lsp",
6373 "project",
6374 "release_channel",
6375 "serde_json",
6376 "settings",
6377 "theme",
6378 "tree-sitter",
6379 "ui",
6380 "util",
6381 "workspace",
6382 "zed_actions",
6383]
6384
6385[[package]]
6386name = "languages"
6387version = "0.1.0"
6388dependencies = [
6389 "anyhow",
6390 "async-compression",
6391 "async-tar",
6392 "async-trait",
6393 "collections",
6394 "futures 0.3.30",
6395 "gpui",
6396 "http_client",
6397 "language",
6398 "log",
6399 "lsp",
6400 "node_runtime",
6401 "paths",
6402 "pet",
6403 "pet-conda",
6404 "pet-core",
6405 "pet-fs",
6406 "pet-poetry",
6407 "pet-reporter",
6408 "project",
6409 "regex",
6410 "rope",
6411 "rust-embed",
6412 "serde",
6413 "serde_json",
6414 "settings",
6415 "smol",
6416 "task",
6417 "text",
6418 "theme",
6419 "toml 0.8.19",
6420 "tree-sitter",
6421 "tree-sitter-bash",
6422 "tree-sitter-c",
6423 "tree-sitter-cpp",
6424 "tree-sitter-css",
6425 "tree-sitter-diff",
6426 "tree-sitter-go",
6427 "tree-sitter-gomod",
6428 "tree-sitter-gowork",
6429 "tree-sitter-jsdoc",
6430 "tree-sitter-json",
6431 "tree-sitter-md",
6432 "tree-sitter-python",
6433 "tree-sitter-regex",
6434 "tree-sitter-rust",
6435 "tree-sitter-typescript",
6436 "tree-sitter-yaml",
6437 "unindent",
6438 "util",
6439 "workspace",
6440]
6441
6442[[package]]
6443name = "lazy_static"
6444version = "1.5.0"
6445source = "registry+https://github.com/rust-lang/crates.io-index"
6446checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6447dependencies = [
6448 "spin 0.9.8",
6449]
6450
6451[[package]]
6452name = "lazycell"
6453version = "1.3.0"
6454source = "registry+https://github.com/rust-lang/crates.io-index"
6455checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
6456
6457[[package]]
6458name = "leb128"
6459version = "0.2.5"
6460source = "registry+https://github.com/rust-lang/crates.io-index"
6461checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6462
6463[[package]]
6464name = "lebe"
6465version = "0.5.2"
6466source = "registry+https://github.com/rust-lang/crates.io-index"
6467checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6468
6469[[package]]
6470name = "libc"
6471version = "0.2.161"
6472source = "registry+https://github.com/rust-lang/crates.io-index"
6473checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
6474
6475[[package]]
6476name = "libdbus-sys"
6477version = "0.2.5"
6478source = "registry+https://github.com/rust-lang/crates.io-index"
6479checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6480dependencies = [
6481 "cc",
6482 "pkg-config",
6483]
6484
6485[[package]]
6486name = "libfuzzer-sys"
6487version = "0.4.7"
6488source = "registry+https://github.com/rust-lang/crates.io-index"
6489checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
6490dependencies = [
6491 "arbitrary",
6492 "cc",
6493 "once_cell",
6494]
6495
6496[[package]]
6497name = "libgit2-sys"
6498version = "0.17.0+1.8.1"
6499source = "registry+https://github.com/rust-lang/crates.io-index"
6500checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6501dependencies = [
6502 "cc",
6503 "libc",
6504 "libz-sys",
6505 "pkg-config",
6506]
6507
6508[[package]]
6509name = "libloading"
6510version = "0.8.5"
6511source = "registry+https://github.com/rust-lang/crates.io-index"
6512checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
6513dependencies = [
6514 "cfg-if",
6515 "windows-targets 0.52.6",
6516]
6517
6518[[package]]
6519name = "libm"
6520version = "0.2.8"
6521source = "registry+https://github.com/rust-lang/crates.io-index"
6522checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
6523
6524[[package]]
6525name = "libmimalloc-sys"
6526version = "0.1.39"
6527source = "registry+https://github.com/rust-lang/crates.io-index"
6528checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6529dependencies = [
6530 "cc",
6531 "libc",
6532]
6533
6534[[package]]
6535name = "libredox"
6536version = "0.1.3"
6537source = "registry+https://github.com/rust-lang/crates.io-index"
6538checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6539dependencies = [
6540 "bitflags 2.6.0",
6541 "libc",
6542 "redox_syscall 0.5.3",
6543]
6544
6545[[package]]
6546name = "libsqlite3-sys"
6547version = "0.28.0"
6548source = "registry+https://github.com/rust-lang/crates.io-index"
6549checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
6550dependencies = [
6551 "cc",
6552 "pkg-config",
6553 "vcpkg",
6554]
6555
6556[[package]]
6557name = "libz-sys"
6558version = "1.1.20"
6559source = "registry+https://github.com/rust-lang/crates.io-index"
6560checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6561dependencies = [
6562 "cc",
6563 "libc",
6564 "pkg-config",
6565 "vcpkg",
6566]
6567
6568[[package]]
6569name = "linkify"
6570version = "0.10.0"
6571source = "registry+https://github.com/rust-lang/crates.io-index"
6572checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
6573dependencies = [
6574 "memchr",
6575]
6576
6577[[package]]
6578name = "linkme"
6579version = "0.3.29"
6580source = "registry+https://github.com/rust-lang/crates.io-index"
6581checksum = "70fe496a7af8c406f877635cbf3cd6a9fac9d6f443f58691cd8afe6ce0971af4"
6582dependencies = [
6583 "linkme-impl",
6584]
6585
6586[[package]]
6587name = "linkme-impl"
6588version = "0.3.29"
6589source = "registry+https://github.com/rust-lang/crates.io-index"
6590checksum = "b01f197a15988fb5b2ec0a5a9800c97e70771499c456ad757d63b3c5e9b96e75"
6591dependencies = [
6592 "proc-macro2",
6593 "quote",
6594 "syn 2.0.76",
6595]
6596
6597[[package]]
6598name = "linux-raw-sys"
6599version = "0.3.8"
6600source = "registry+https://github.com/rust-lang/crates.io-index"
6601checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
6602
6603[[package]]
6604name = "linux-raw-sys"
6605version = "0.4.14"
6606source = "registry+https://github.com/rust-lang/crates.io-index"
6607checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
6608
6609[[package]]
6610name = "live_kit_client"
6611version = "0.1.0"
6612dependencies = [
6613 "anyhow",
6614 "async-broadcast",
6615 "async-trait",
6616 "collections",
6617 "core-foundation 0.9.4",
6618 "futures 0.3.30",
6619 "gpui",
6620 "live_kit_server",
6621 "log",
6622 "media",
6623 "nanoid",
6624 "parking_lot",
6625 "postage",
6626 "serde",
6627 "serde_json",
6628 "sha2",
6629 "simplelog",
6630]
6631
6632[[package]]
6633name = "live_kit_server"
6634version = "0.1.0"
6635dependencies = [
6636 "anyhow",
6637 "async-trait",
6638 "jsonwebtoken",
6639 "log",
6640 "prost",
6641 "prost-build",
6642 "prost-types",
6643 "reqwest 0.12.8",
6644 "serde",
6645]
6646
6647[[package]]
6648name = "lmdb-master-sys"
6649version = "0.2.4"
6650source = "registry+https://github.com/rust-lang/crates.io-index"
6651checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
6652dependencies = [
6653 "cc",
6654 "doxygen-rs",
6655 "libc",
6656]
6657
6658[[package]]
6659name = "lock_api"
6660version = "0.4.12"
6661source = "registry+https://github.com/rust-lang/crates.io-index"
6662checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
6663dependencies = [
6664 "autocfg",
6665 "scopeguard",
6666]
6667
6668[[package]]
6669name = "log"
6670version = "0.4.22"
6671source = "registry+https://github.com/rust-lang/crates.io-index"
6672checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
6673dependencies = [
6674 "serde",
6675 "value-bag",
6676]
6677
6678[[package]]
6679name = "loop9"
6680version = "0.1.5"
6681source = "registry+https://github.com/rust-lang/crates.io-index"
6682checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
6683dependencies = [
6684 "imgref",
6685]
6686
6687[[package]]
6688name = "lru"
6689version = "0.12.4"
6690source = "registry+https://github.com/rust-lang/crates.io-index"
6691checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
6692dependencies = [
6693 "hashbrown 0.14.5",
6694]
6695
6696[[package]]
6697name = "lsp"
6698version = "0.1.0"
6699dependencies = [
6700 "anyhow",
6701 "async-pipe",
6702 "collections",
6703 "ctor",
6704 "env_logger 0.11.5",
6705 "futures 0.3.30",
6706 "gpui",
6707 "log",
6708 "lsp-types",
6709 "parking_lot",
6710 "postage",
6711 "release_channel",
6712 "serde",
6713 "serde_json",
6714 "smol",
6715 "util",
6716 "windows 0.58.0",
6717]
6718
6719[[package]]
6720name = "lsp-types"
6721version = "0.95.1"
6722source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
6723dependencies = [
6724 "bitflags 1.3.2",
6725 "serde",
6726 "serde_json",
6727 "serde_repr",
6728 "url",
6729]
6730
6731[[package]]
6732name = "lz4"
6733version = "1.26.0"
6734source = "registry+https://github.com/rust-lang/crates.io-index"
6735checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
6736dependencies = [
6737 "libc",
6738 "lz4-sys",
6739]
6740
6741[[package]]
6742name = "lz4-sys"
6743version = "1.10.0"
6744source = "registry+https://github.com/rust-lang/crates.io-index"
6745checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
6746dependencies = [
6747 "cc",
6748 "libc",
6749]
6750
6751[[package]]
6752name = "mac"
6753version = "0.1.1"
6754source = "registry+https://github.com/rust-lang/crates.io-index"
6755checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6756
6757[[package]]
6758name = "mach2"
6759version = "0.4.2"
6760source = "registry+https://github.com/rust-lang/crates.io-index"
6761checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
6762dependencies = [
6763 "libc",
6764]
6765
6766[[package]]
6767name = "malloc_buf"
6768version = "0.0.6"
6769source = "registry+https://github.com/rust-lang/crates.io-index"
6770checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6771dependencies = [
6772 "libc",
6773]
6774
6775[[package]]
6776name = "maplit"
6777version = "1.0.2"
6778source = "registry+https://github.com/rust-lang/crates.io-index"
6779checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
6780
6781[[package]]
6782name = "markdown"
6783version = "0.1.0"
6784dependencies = [
6785 "anyhow",
6786 "assets",
6787 "env_logger 0.11.5",
6788 "futures 0.3.30",
6789 "gpui",
6790 "language",
6791 "languages",
6792 "linkify",
6793 "log",
6794 "node_runtime",
6795 "pulldown-cmark 0.12.1",
6796 "settings",
6797 "theme",
6798 "ui",
6799 "util",
6800]
6801
6802[[package]]
6803name = "markdown_preview"
6804version = "0.1.0"
6805dependencies = [
6806 "anyhow",
6807 "async-recursion 1.1.1",
6808 "collections",
6809 "editor",
6810 "gpui",
6811 "language",
6812 "linkify",
6813 "log",
6814 "pretty_assertions",
6815 "pulldown-cmark 0.12.1",
6816 "settings",
6817 "theme",
6818 "ui",
6819 "workspace",
6820]
6821
6822[[package]]
6823name = "markup5ever"
6824version = "0.12.1"
6825source = "registry+https://github.com/rust-lang/crates.io-index"
6826checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
6827dependencies = [
6828 "log",
6829 "phf",
6830 "phf_codegen",
6831 "string_cache",
6832 "string_cache_codegen",
6833 "tendril",
6834]
6835
6836[[package]]
6837name = "markup5ever_rcdom"
6838version = "0.3.0"
6839source = "registry+https://github.com/rust-lang/crates.io-index"
6840checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
6841dependencies = [
6842 "html5ever",
6843 "markup5ever",
6844 "tendril",
6845 "xml5ever",
6846]
6847
6848[[package]]
6849name = "matchers"
6850version = "0.1.0"
6851source = "registry+https://github.com/rust-lang/crates.io-index"
6852checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6853dependencies = [
6854 "regex-automata 0.1.10",
6855]
6856
6857[[package]]
6858name = "matchit"
6859version = "0.7.3"
6860source = "registry+https://github.com/rust-lang/crates.io-index"
6861checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6862
6863[[package]]
6864name = "maybe-owned"
6865version = "0.3.4"
6866source = "registry+https://github.com/rust-lang/crates.io-index"
6867checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6868
6869[[package]]
6870name = "maybe-rayon"
6871version = "0.1.1"
6872source = "registry+https://github.com/rust-lang/crates.io-index"
6873checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
6874dependencies = [
6875 "cfg-if",
6876]
6877
6878[[package]]
6879name = "md-5"
6880version = "0.10.6"
6881source = "registry+https://github.com/rust-lang/crates.io-index"
6882checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
6883dependencies = [
6884 "cfg-if",
6885 "digest",
6886]
6887
6888[[package]]
6889name = "mdbook"
6890version = "0.4.40"
6891source = "registry+https://github.com/rust-lang/crates.io-index"
6892checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
6893dependencies = [
6894 "ammonia",
6895 "anyhow",
6896 "chrono",
6897 "clap",
6898 "clap_complete",
6899 "elasticlunr-rs",
6900 "env_logger 0.11.5",
6901 "futures-util",
6902 "handlebars 5.1.2",
6903 "ignore",
6904 "log",
6905 "memchr",
6906 "notify",
6907 "notify-debouncer-mini",
6908 "once_cell",
6909 "opener",
6910 "pathdiff",
6911 "pulldown-cmark 0.10.3",
6912 "regex",
6913 "serde",
6914 "serde_json",
6915 "shlex",
6916 "tempfile",
6917 "tokio",
6918 "toml 0.5.11",
6919 "topological-sort",
6920 "walkdir",
6921 "warp",
6922]
6923
6924[[package]]
6925name = "media"
6926version = "0.1.0"
6927dependencies = [
6928 "anyhow",
6929 "bindgen 0.70.1",
6930 "core-foundation 0.9.4",
6931 "foreign-types 0.5.0",
6932 "metal",
6933 "objc",
6934]
6935
6936[[package]]
6937name = "memchr"
6938version = "2.7.4"
6939source = "registry+https://github.com/rust-lang/crates.io-index"
6940checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
6941
6942[[package]]
6943name = "memfd"
6944version = "0.6.4"
6945source = "registry+https://github.com/rust-lang/crates.io-index"
6946checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6947dependencies = [
6948 "rustix 0.38.35",
6949]
6950
6951[[package]]
6952name = "memmap2"
6953version = "0.9.4"
6954source = "registry+https://github.com/rust-lang/crates.io-index"
6955checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
6956dependencies = [
6957 "libc",
6958]
6959
6960[[package]]
6961name = "memoffset"
6962version = "0.9.1"
6963source = "registry+https://github.com/rust-lang/crates.io-index"
6964checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
6965dependencies = [
6966 "autocfg",
6967]
6968
6969[[package]]
6970name = "menu"
6971version = "0.1.0"
6972dependencies = [
6973 "gpui",
6974 "serde",
6975]
6976
6977[[package]]
6978name = "metal"
6979version = "0.29.0"
6980source = "registry+https://github.com/rust-lang/crates.io-index"
6981checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
6982dependencies = [
6983 "bitflags 2.6.0",
6984 "block",
6985 "core-graphics-types 0.1.3",
6986 "foreign-types 0.5.0",
6987 "log",
6988 "objc",
6989 "paste",
6990]
6991
6992[[package]]
6993name = "mimalloc"
6994version = "0.1.43"
6995source = "registry+https://github.com/rust-lang/crates.io-index"
6996checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
6997dependencies = [
6998 "libmimalloc-sys",
6999]
7000
7001[[package]]
7002name = "mime"
7003version = "0.3.17"
7004source = "registry+https://github.com/rust-lang/crates.io-index"
7005checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7006
7007[[package]]
7008name = "mime_guess"
7009version = "2.0.5"
7010source = "registry+https://github.com/rust-lang/crates.io-index"
7011checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7012dependencies = [
7013 "mime",
7014 "unicase",
7015]
7016
7017[[package]]
7018name = "minimal-lexical"
7019version = "0.2.1"
7020source = "registry+https://github.com/rust-lang/crates.io-index"
7021checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7022
7023[[package]]
7024name = "miniz_oxide"
7025version = "0.7.4"
7026source = "registry+https://github.com/rust-lang/crates.io-index"
7027checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
7028dependencies = [
7029 "adler",
7030 "simd-adler32",
7031]
7032
7033[[package]]
7034name = "miniz_oxide"
7035version = "0.8.0"
7036source = "registry+https://github.com/rust-lang/crates.io-index"
7037checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7038dependencies = [
7039 "adler2",
7040]
7041
7042[[package]]
7043name = "mint"
7044version = "0.5.9"
7045source = "registry+https://github.com/rust-lang/crates.io-index"
7046checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7047
7048[[package]]
7049name = "mio"
7050version = "0.8.11"
7051source = "registry+https://github.com/rust-lang/crates.io-index"
7052checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7053dependencies = [
7054 "libc",
7055 "log",
7056 "wasi 0.11.0+wasi-snapshot-preview1",
7057 "windows-sys 0.48.0",
7058]
7059
7060[[package]]
7061name = "mio"
7062version = "1.0.2"
7063source = "registry+https://github.com/rust-lang/crates.io-index"
7064checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
7065dependencies = [
7066 "hermit-abi 0.3.9",
7067 "libc",
7068 "log",
7069 "wasi 0.11.0+wasi-snapshot-preview1",
7070 "windows-sys 0.52.0",
7071]
7072
7073[[package]]
7074name = "miow"
7075version = "0.6.0"
7076source = "registry+https://github.com/rust-lang/crates.io-index"
7077checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7078dependencies = [
7079 "windows-sys 0.48.0",
7080]
7081
7082[[package]]
7083name = "msvc_spectre_libs"
7084version = "0.1.2"
7085source = "registry+https://github.com/rust-lang/crates.io-index"
7086checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7087dependencies = [
7088 "cc",
7089]
7090
7091[[package]]
7092name = "multi_buffer"
7093version = "0.1.0"
7094dependencies = [
7095 "anyhow",
7096 "clock",
7097 "collections",
7098 "ctor",
7099 "env_logger 0.11.5",
7100 "futures 0.3.30",
7101 "gpui",
7102 "itertools 0.13.0",
7103 "language",
7104 "log",
7105 "parking_lot",
7106 "rand 0.8.5",
7107 "serde",
7108 "settings",
7109 "smallvec",
7110 "sum_tree",
7111 "text",
7112 "theme",
7113 "util",
7114]
7115
7116[[package]]
7117name = "multimap"
7118version = "0.8.3"
7119source = "registry+https://github.com/rust-lang/crates.io-index"
7120checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7121
7122[[package]]
7123name = "naga"
7124version = "22.1.0"
7125source = "registry+https://github.com/rust-lang/crates.io-index"
7126checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
7127dependencies = [
7128 "arrayvec",
7129 "bit-set 0.6.0",
7130 "bitflags 2.6.0",
7131 "cfg_aliases 0.1.1",
7132 "codespan-reporting",
7133 "hexf-parse",
7134 "indexmap 2.4.0",
7135 "log",
7136 "rustc-hash 1.1.0",
7137 "spirv",
7138 "termcolor",
7139 "thiserror",
7140 "unicode-xid",
7141]
7142
7143[[package]]
7144name = "nanoid"
7145version = "0.4.0"
7146source = "registry+https://github.com/rust-lang/crates.io-index"
7147checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7148dependencies = [
7149 "rand 0.8.5",
7150]
7151
7152[[package]]
7153name = "nanorand"
7154version = "0.7.0"
7155source = "registry+https://github.com/rust-lang/crates.io-index"
7156checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7157dependencies = [
7158 "getrandom 0.2.15",
7159]
7160
7161[[package]]
7162name = "native-tls"
7163version = "0.2.12"
7164source = "registry+https://github.com/rust-lang/crates.io-index"
7165checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7166dependencies = [
7167 "libc",
7168 "log",
7169 "openssl",
7170 "openssl-probe",
7171 "openssl-sys",
7172 "schannel",
7173 "security-framework",
7174 "security-framework-sys",
7175 "tempfile",
7176]
7177
7178[[package]]
7179name = "nbformat"
7180version = "0.5.0"
7181source = "registry+https://github.com/rust-lang/crates.io-index"
7182checksum = "c9ffb2ca556072f114bcaf2ca01dde7f1bc8a4946097dd804cb5a22d8af7d6df"
7183dependencies = [
7184 "anyhow",
7185 "chrono",
7186 "jupyter-serde",
7187 "serde",
7188 "serde_json",
7189 "thiserror",
7190 "uuid",
7191]
7192
7193[[package]]
7194name = "ndk"
7195version = "0.8.0"
7196source = "registry+https://github.com/rust-lang/crates.io-index"
7197checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7198dependencies = [
7199 "bitflags 2.6.0",
7200 "jni-sys",
7201 "log",
7202 "ndk-sys",
7203 "num_enum",
7204 "thiserror",
7205]
7206
7207[[package]]
7208name = "ndk-context"
7209version = "0.1.1"
7210source = "registry+https://github.com/rust-lang/crates.io-index"
7211checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7212
7213[[package]]
7214name = "ndk-sys"
7215version = "0.5.0+25.2.9519653"
7216source = "registry+https://github.com/rust-lang/crates.io-index"
7217checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7218dependencies = [
7219 "jni-sys",
7220]
7221
7222[[package]]
7223name = "new_debug_unreachable"
7224version = "1.0.6"
7225source = "registry+https://github.com/rust-lang/crates.io-index"
7226checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7227
7228[[package]]
7229name = "nix"
7230version = "0.29.0"
7231source = "registry+https://github.com/rust-lang/crates.io-index"
7232checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7233dependencies = [
7234 "bitflags 2.6.0",
7235 "cfg-if",
7236 "cfg_aliases 0.2.1",
7237 "libc",
7238 "memoffset",
7239]
7240
7241[[package]]
7242name = "node_runtime"
7243version = "0.1.0"
7244dependencies = [
7245 "anyhow",
7246 "async-compression",
7247 "async-std",
7248 "async-tar",
7249 "async-trait",
7250 "async-watch",
7251 "async_zip",
7252 "futures 0.3.30",
7253 "http_client",
7254 "log",
7255 "paths",
7256 "semver",
7257 "serde",
7258 "serde_json",
7259 "smol",
7260 "tempfile",
7261 "util",
7262 "walkdir",
7263 "which 6.0.3",
7264 "windows 0.58.0",
7265]
7266
7267[[package]]
7268name = "nom"
7269version = "7.1.3"
7270source = "registry+https://github.com/rust-lang/crates.io-index"
7271checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7272dependencies = [
7273 "memchr",
7274 "minimal-lexical",
7275]
7276
7277[[package]]
7278name = "noop_proc_macro"
7279version = "0.3.0"
7280source = "registry+https://github.com/rust-lang/crates.io-index"
7281checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7282
7283[[package]]
7284name = "normpath"
7285version = "1.3.0"
7286source = "registry+https://github.com/rust-lang/crates.io-index"
7287checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7288dependencies = [
7289 "windows-sys 0.59.0",
7290]
7291
7292[[package]]
7293name = "notifications"
7294version = "0.1.0"
7295dependencies = [
7296 "anyhow",
7297 "channel",
7298 "client",
7299 "collections",
7300 "db",
7301 "gpui",
7302 "rpc",
7303 "settings",
7304 "sum_tree",
7305 "time",
7306 "util",
7307]
7308
7309[[package]]
7310name = "notify"
7311version = "6.1.1"
7312source = "registry+https://github.com/rust-lang/crates.io-index"
7313checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7314dependencies = [
7315 "bitflags 2.6.0",
7316 "crossbeam-channel",
7317 "filetime",
7318 "fsevent-sys 4.1.0",
7319 "inotify",
7320 "kqueue",
7321 "libc",
7322 "log",
7323 "mio 0.8.11",
7324 "walkdir",
7325 "windows-sys 0.48.0",
7326]
7327
7328[[package]]
7329name = "notify-debouncer-mini"
7330version = "0.4.1"
7331source = "registry+https://github.com/rust-lang/crates.io-index"
7332checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7333dependencies = [
7334 "crossbeam-channel",
7335 "log",
7336 "notify",
7337]
7338
7339[[package]]
7340name = "ntapi"
7341version = "0.4.1"
7342source = "registry+https://github.com/rust-lang/crates.io-index"
7343checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7344dependencies = [
7345 "winapi",
7346]
7347
7348[[package]]
7349name = "nu-ansi-term"
7350version = "0.46.0"
7351source = "registry+https://github.com/rust-lang/crates.io-index"
7352checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7353dependencies = [
7354 "overload",
7355 "winapi",
7356]
7357
7358[[package]]
7359name = "num"
7360version = "0.4.3"
7361source = "registry+https://github.com/rust-lang/crates.io-index"
7362checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7363dependencies = [
7364 "num-bigint",
7365 "num-complex",
7366 "num-integer",
7367 "num-iter",
7368 "num-rational",
7369 "num-traits",
7370]
7371
7372[[package]]
7373name = "num-bigint"
7374version = "0.4.6"
7375source = "registry+https://github.com/rust-lang/crates.io-index"
7376checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7377dependencies = [
7378 "num-integer",
7379 "num-traits",
7380]
7381
7382[[package]]
7383name = "num-bigint-dig"
7384version = "0.8.4"
7385source = "registry+https://github.com/rust-lang/crates.io-index"
7386checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7387dependencies = [
7388 "byteorder",
7389 "lazy_static",
7390 "libm",
7391 "num-integer",
7392 "num-iter",
7393 "num-traits",
7394 "rand 0.8.5",
7395 "serde",
7396 "smallvec",
7397 "zeroize",
7398]
7399
7400[[package]]
7401name = "num-complex"
7402version = "0.4.6"
7403source = "registry+https://github.com/rust-lang/crates.io-index"
7404checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7405dependencies = [
7406 "num-traits",
7407]
7408
7409[[package]]
7410name = "num-conv"
7411version = "0.1.0"
7412source = "registry+https://github.com/rust-lang/crates.io-index"
7413checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7414
7415[[package]]
7416name = "num-derive"
7417version = "0.4.2"
7418source = "registry+https://github.com/rust-lang/crates.io-index"
7419checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7420dependencies = [
7421 "proc-macro2",
7422 "quote",
7423 "syn 2.0.76",
7424]
7425
7426[[package]]
7427name = "num-format"
7428version = "0.4.4"
7429source = "registry+https://github.com/rust-lang/crates.io-index"
7430checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7431dependencies = [
7432 "arrayvec",
7433 "itoa",
7434]
7435
7436[[package]]
7437name = "num-integer"
7438version = "0.1.46"
7439source = "registry+https://github.com/rust-lang/crates.io-index"
7440checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7441dependencies = [
7442 "num-traits",
7443]
7444
7445[[package]]
7446name = "num-iter"
7447version = "0.1.45"
7448source = "registry+https://github.com/rust-lang/crates.io-index"
7449checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7450dependencies = [
7451 "autocfg",
7452 "num-integer",
7453 "num-traits",
7454]
7455
7456[[package]]
7457name = "num-rational"
7458version = "0.4.2"
7459source = "registry+https://github.com/rust-lang/crates.io-index"
7460checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7461dependencies = [
7462 "num-bigint",
7463 "num-integer",
7464 "num-traits",
7465]
7466
7467[[package]]
7468name = "num-traits"
7469version = "0.2.19"
7470source = "registry+https://github.com/rust-lang/crates.io-index"
7471checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
7472dependencies = [
7473 "autocfg",
7474 "libm",
7475]
7476
7477[[package]]
7478name = "num_cpus"
7479version = "1.16.0"
7480source = "registry+https://github.com/rust-lang/crates.io-index"
7481checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
7482dependencies = [
7483 "hermit-abi 0.3.9",
7484 "libc",
7485]
7486
7487[[package]]
7488name = "num_enum"
7489version = "0.7.3"
7490source = "registry+https://github.com/rust-lang/crates.io-index"
7491checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
7492dependencies = [
7493 "num_enum_derive",
7494]
7495
7496[[package]]
7497name = "num_enum_derive"
7498version = "0.7.3"
7499source = "registry+https://github.com/rust-lang/crates.io-index"
7500checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
7501dependencies = [
7502 "proc-macro-crate",
7503 "proc-macro2",
7504 "quote",
7505 "syn 2.0.76",
7506]
7507
7508[[package]]
7509name = "num_threads"
7510version = "0.1.7"
7511source = "registry+https://github.com/rust-lang/crates.io-index"
7512checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
7513dependencies = [
7514 "libc",
7515]
7516
7517[[package]]
7518name = "nvim-rs"
7519version = "0.8.0-pre"
7520source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
7521dependencies = [
7522 "async-trait",
7523 "futures 0.3.30",
7524 "log",
7525 "parity-tokio-ipc",
7526 "rmp",
7527 "rmpv",
7528 "tokio",
7529 "tokio-util",
7530 "winapi",
7531]
7532
7533[[package]]
7534name = "objc"
7535version = "0.2.7"
7536source = "registry+https://github.com/rust-lang/crates.io-index"
7537checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
7538dependencies = [
7539 "malloc_buf",
7540]
7541
7542[[package]]
7543name = "object"
7544version = "0.36.4"
7545source = "registry+https://github.com/rust-lang/crates.io-index"
7546checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
7547dependencies = [
7548 "crc32fast",
7549 "hashbrown 0.14.5",
7550 "indexmap 2.4.0",
7551 "memchr",
7552]
7553
7554[[package]]
7555name = "oboe"
7556version = "0.6.1"
7557source = "registry+https://github.com/rust-lang/crates.io-index"
7558checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
7559dependencies = [
7560 "jni",
7561 "ndk",
7562 "ndk-context",
7563 "num-derive",
7564 "num-traits",
7565 "oboe-sys",
7566]
7567
7568[[package]]
7569name = "oboe-sys"
7570version = "0.6.1"
7571source = "registry+https://github.com/rust-lang/crates.io-index"
7572checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
7573dependencies = [
7574 "cc",
7575]
7576
7577[[package]]
7578name = "ollama"
7579version = "0.1.0"
7580dependencies = [
7581 "anyhow",
7582 "futures 0.3.30",
7583 "http_client",
7584 "schemars",
7585 "serde",
7586 "serde_json",
7587]
7588
7589[[package]]
7590name = "once_cell"
7591version = "1.19.0"
7592source = "registry+https://github.com/rust-lang/crates.io-index"
7593checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
7594
7595[[package]]
7596name = "oo7"
7597version = "0.3.3"
7598source = "registry+https://github.com/rust-lang/crates.io-index"
7599checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
7600dependencies = [
7601 "aes",
7602 "async-fs 2.1.2",
7603 "async-io 2.3.4",
7604 "async-lock 3.4.0",
7605 "async-net 2.0.0",
7606 "blocking",
7607 "cbc",
7608 "cipher",
7609 "digest",
7610 "endi",
7611 "futures-lite 2.3.0",
7612 "futures-util",
7613 "hkdf",
7614 "hmac",
7615 "md-5",
7616 "num",
7617 "num-bigint-dig",
7618 "pbkdf2",
7619 "rand 0.8.5",
7620 "serde",
7621 "sha2",
7622 "subtle",
7623 "zbus",
7624 "zeroize",
7625 "zvariant",
7626]
7627
7628[[package]]
7629name = "oorandom"
7630version = "11.1.4"
7631source = "registry+https://github.com/rust-lang/crates.io-index"
7632checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
7633
7634[[package]]
7635name = "open"
7636version = "5.3.0"
7637source = "registry+https://github.com/rust-lang/crates.io-index"
7638checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
7639dependencies = [
7640 "is-wsl",
7641 "libc",
7642 "pathdiff",
7643]
7644
7645[[package]]
7646name = "open_ai"
7647version = "0.1.0"
7648dependencies = [
7649 "anyhow",
7650 "futures 0.3.30",
7651 "http_client",
7652 "schemars",
7653 "serde",
7654 "serde_json",
7655 "strum 0.25.0",
7656]
7657
7658[[package]]
7659name = "opener"
7660version = "0.7.2"
7661source = "registry+https://github.com/rust-lang/crates.io-index"
7662checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
7663dependencies = [
7664 "bstr",
7665 "dbus",
7666 "normpath",
7667 "windows-sys 0.59.0",
7668]
7669
7670[[package]]
7671name = "openssl"
7672version = "0.10.66"
7673source = "registry+https://github.com/rust-lang/crates.io-index"
7674checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
7675dependencies = [
7676 "bitflags 2.6.0",
7677 "cfg-if",
7678 "foreign-types 0.3.2",
7679 "libc",
7680 "once_cell",
7681 "openssl-macros",
7682 "openssl-sys",
7683]
7684
7685[[package]]
7686name = "openssl-macros"
7687version = "0.1.1"
7688source = "registry+https://github.com/rust-lang/crates.io-index"
7689checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
7690dependencies = [
7691 "proc-macro2",
7692 "quote",
7693 "syn 2.0.76",
7694]
7695
7696[[package]]
7697name = "openssl-probe"
7698version = "0.1.5"
7699source = "registry+https://github.com/rust-lang/crates.io-index"
7700checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
7701
7702[[package]]
7703name = "openssl-src"
7704version = "300.3.1+3.3.1"
7705source = "registry+https://github.com/rust-lang/crates.io-index"
7706checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
7707dependencies = [
7708 "cc",
7709]
7710
7711[[package]]
7712name = "openssl-sys"
7713version = "0.9.103"
7714source = "registry+https://github.com/rust-lang/crates.io-index"
7715checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
7716dependencies = [
7717 "cc",
7718 "libc",
7719 "openssl-src",
7720 "pkg-config",
7721 "vcpkg",
7722]
7723
7724[[package]]
7725name = "option-ext"
7726version = "0.2.0"
7727source = "registry+https://github.com/rust-lang/crates.io-index"
7728checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
7729
7730[[package]]
7731name = "ordered-float"
7732version = "2.10.1"
7733source = "registry+https://github.com/rust-lang/crates.io-index"
7734checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
7735dependencies = [
7736 "num-traits",
7737]
7738
7739[[package]]
7740name = "ordered-float"
7741version = "3.9.2"
7742source = "registry+https://github.com/rust-lang/crates.io-index"
7743checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
7744dependencies = [
7745 "num-traits",
7746]
7747
7748[[package]]
7749name = "ordered-stream"
7750version = "0.2.0"
7751source = "registry+https://github.com/rust-lang/crates.io-index"
7752checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
7753dependencies = [
7754 "futures-core",
7755 "pin-project-lite",
7756]
7757
7758[[package]]
7759name = "ouroboros"
7760version = "0.17.2"
7761source = "registry+https://github.com/rust-lang/crates.io-index"
7762checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
7763dependencies = [
7764 "aliasable",
7765 "ouroboros_macro",
7766 "static_assertions",
7767]
7768
7769[[package]]
7770name = "ouroboros_macro"
7771version = "0.17.2"
7772source = "registry+https://github.com/rust-lang/crates.io-index"
7773checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7774dependencies = [
7775 "heck 0.4.1",
7776 "proc-macro-error",
7777 "proc-macro2",
7778 "quote",
7779 "syn 2.0.76",
7780]
7781
7782[[package]]
7783name = "outline"
7784version = "0.1.0"
7785dependencies = [
7786 "editor",
7787 "fuzzy",
7788 "gpui",
7789 "indoc",
7790 "language",
7791 "menu",
7792 "ordered-float 2.10.1",
7793 "picker",
7794 "project",
7795 "rope",
7796 "serde_json",
7797 "settings",
7798 "smol",
7799 "theme",
7800 "tree-sitter-rust",
7801 "tree-sitter-typescript",
7802 "ui",
7803 "util",
7804 "workspace",
7805]
7806
7807[[package]]
7808name = "outline_panel"
7809version = "0.1.0"
7810dependencies = [
7811 "anyhow",
7812 "collections",
7813 "db",
7814 "editor",
7815 "file_icons",
7816 "fuzzy",
7817 "gpui",
7818 "itertools 0.13.0",
7819 "language",
7820 "log",
7821 "menu",
7822 "outline",
7823 "pretty_assertions",
7824 "project",
7825 "schemars",
7826 "search",
7827 "serde",
7828 "serde_json",
7829 "settings",
7830 "smallvec",
7831 "smol",
7832 "theme",
7833 "ui",
7834 "util",
7835 "workspace",
7836 "worktree",
7837]
7838
7839[[package]]
7840name = "outref"
7841version = "0.5.1"
7842source = "registry+https://github.com/rust-lang/crates.io-index"
7843checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
7844
7845[[package]]
7846name = "overload"
7847version = "0.1.1"
7848source = "registry+https://github.com/rust-lang/crates.io-index"
7849checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
7850
7851[[package]]
7852name = "p256"
7853version = "0.11.1"
7854source = "registry+https://github.com/rust-lang/crates.io-index"
7855checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
7856dependencies = [
7857 "ecdsa",
7858 "elliptic-curve",
7859 "sha2",
7860]
7861
7862[[package]]
7863name = "page_size"
7864version = "0.6.0"
7865source = "registry+https://github.com/rust-lang/crates.io-index"
7866checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
7867dependencies = [
7868 "libc",
7869 "winapi",
7870]
7871
7872[[package]]
7873name = "palette"
7874version = "0.7.6"
7875source = "registry+https://github.com/rust-lang/crates.io-index"
7876checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
7877dependencies = [
7878 "approx",
7879 "fast-srgb8",
7880 "palette_derive",
7881]
7882
7883[[package]]
7884name = "palette_derive"
7885version = "0.7.6"
7886source = "registry+https://github.com/rust-lang/crates.io-index"
7887checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
7888dependencies = [
7889 "by_address",
7890 "proc-macro2",
7891 "quote",
7892 "syn 2.0.76",
7893]
7894
7895[[package]]
7896name = "parity-tokio-ipc"
7897version = "0.9.0"
7898source = "registry+https://github.com/rust-lang/crates.io-index"
7899checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
7900dependencies = [
7901 "futures 0.3.30",
7902 "libc",
7903 "log",
7904 "rand 0.7.3",
7905 "tokio",
7906 "winapi",
7907]
7908
7909[[package]]
7910name = "parking"
7911version = "2.2.1"
7912source = "registry+https://github.com/rust-lang/crates.io-index"
7913checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
7914
7915[[package]]
7916name = "parking_lot"
7917version = "0.12.3"
7918source = "registry+https://github.com/rust-lang/crates.io-index"
7919checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
7920dependencies = [
7921 "lock_api",
7922 "parking_lot_core",
7923]
7924
7925[[package]]
7926name = "parking_lot_core"
7927version = "0.9.10"
7928source = "registry+https://github.com/rust-lang/crates.io-index"
7929checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
7930dependencies = [
7931 "cfg-if",
7932 "libc",
7933 "redox_syscall 0.5.3",
7934 "smallvec",
7935 "windows-targets 0.52.6",
7936]
7937
7938[[package]]
7939name = "password-hash"
7940version = "0.5.0"
7941source = "registry+https://github.com/rust-lang/crates.io-index"
7942checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
7943dependencies = [
7944 "base64ct",
7945 "rand_core 0.6.4",
7946 "subtle",
7947]
7948
7949[[package]]
7950name = "paste"
7951version = "1.0.15"
7952source = "registry+https://github.com/rust-lang/crates.io-index"
7953checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
7954
7955[[package]]
7956name = "pathdiff"
7957version = "0.2.2"
7958source = "registry+https://github.com/rust-lang/crates.io-index"
7959checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
7960
7961[[package]]
7962name = "pathfinder_geometry"
7963version = "0.5.1"
7964source = "registry+https://github.com/rust-lang/crates.io-index"
7965checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
7966dependencies = [
7967 "log",
7968 "pathfinder_simd",
7969]
7970
7971[[package]]
7972name = "pathfinder_simd"
7973version = "0.5.4"
7974source = "registry+https://github.com/rust-lang/crates.io-index"
7975checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
7976dependencies = [
7977 "rustc_version",
7978]
7979
7980[[package]]
7981name = "paths"
7982version = "0.1.0"
7983dependencies = [
7984 "dirs 4.0.0",
7985 "util",
7986]
7987
7988[[package]]
7989name = "pbkdf2"
7990version = "0.12.2"
7991source = "registry+https://github.com/rust-lang/crates.io-index"
7992checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
7993dependencies = [
7994 "digest",
7995 "hmac",
7996]
7997
7998[[package]]
7999name = "pem"
8000version = "3.0.4"
8001source = "registry+https://github.com/rust-lang/crates.io-index"
8002checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8003dependencies = [
8004 "base64 0.22.1",
8005 "serde",
8006]
8007
8008[[package]]
8009name = "pem-rfc7468"
8010version = "0.7.0"
8011source = "registry+https://github.com/rust-lang/crates.io-index"
8012checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8013dependencies = [
8014 "base64ct",
8015]
8016
8017[[package]]
8018name = "percent-encoding"
8019version = "2.3.1"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8022
8023[[package]]
8024name = "perplexity"
8025version = "0.1.0"
8026dependencies = [
8027 "serde",
8028 "zed_extension_api 0.2.0",
8029]
8030
8031[[package]]
8032name = "pest"
8033version = "2.7.11"
8034source = "registry+https://github.com/rust-lang/crates.io-index"
8035checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
8036dependencies = [
8037 "memchr",
8038 "thiserror",
8039 "ucd-trie",
8040]
8041
8042[[package]]
8043name = "pest_derive"
8044version = "2.7.11"
8045source = "registry+https://github.com/rust-lang/crates.io-index"
8046checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
8047dependencies = [
8048 "pest",
8049 "pest_generator",
8050]
8051
8052[[package]]
8053name = "pest_generator"
8054version = "2.7.11"
8055source = "registry+https://github.com/rust-lang/crates.io-index"
8056checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
8057dependencies = [
8058 "pest",
8059 "pest_meta",
8060 "proc-macro2",
8061 "quote",
8062 "syn 2.0.76",
8063]
8064
8065[[package]]
8066name = "pest_meta"
8067version = "2.7.11"
8068source = "registry+https://github.com/rust-lang/crates.io-index"
8069checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
8070dependencies = [
8071 "once_cell",
8072 "pest",
8073 "sha2",
8074]
8075
8076[[package]]
8077name = "pet"
8078version = "0.1.0"
8079source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8080dependencies = [
8081 "clap",
8082 "env_logger 0.10.2",
8083 "lazy_static",
8084 "log",
8085 "msvc_spectre_libs",
8086 "pet-conda",
8087 "pet-core",
8088 "pet-env-var-path",
8089 "pet-fs",
8090 "pet-global-virtualenvs",
8091 "pet-homebrew",
8092 "pet-jsonrpc",
8093 "pet-linux-global-python",
8094 "pet-mac-commandlinetools",
8095 "pet-mac-python-org",
8096 "pet-mac-xcode",
8097 "pet-pipenv",
8098 "pet-poetry",
8099 "pet-pyenv",
8100 "pet-python-utils",
8101 "pet-reporter",
8102 "pet-telemetry",
8103 "pet-venv",
8104 "pet-virtualenv",
8105 "pet-virtualenvwrapper",
8106 "pet-windows-registry",
8107 "pet-windows-store",
8108 "serde",
8109 "serde_json",
8110]
8111
8112[[package]]
8113name = "pet-conda"
8114version = "0.1.0"
8115source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8116dependencies = [
8117 "env_logger 0.10.2",
8118 "lazy_static",
8119 "log",
8120 "msvc_spectre_libs",
8121 "pet-core",
8122 "pet-fs",
8123 "pet-python-utils",
8124 "pet-reporter",
8125 "regex",
8126 "serde",
8127 "serde_json",
8128 "yaml-rust2",
8129]
8130
8131[[package]]
8132name = "pet-core"
8133version = "0.1.0"
8134source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8135dependencies = [
8136 "clap",
8137 "lazy_static",
8138 "log",
8139 "msvc_spectre_libs",
8140 "pet-fs",
8141 "regex",
8142 "serde",
8143 "serde_json",
8144]
8145
8146[[package]]
8147name = "pet-env-var-path"
8148version = "0.1.0"
8149source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8150dependencies = [
8151 "lazy_static",
8152 "log",
8153 "msvc_spectre_libs",
8154 "pet-conda",
8155 "pet-core",
8156 "pet-fs",
8157 "pet-python-utils",
8158 "pet-virtualenv",
8159 "regex",
8160]
8161
8162[[package]]
8163name = "pet-fs"
8164version = "0.1.0"
8165source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8166dependencies = [
8167 "log",
8168 "msvc_spectre_libs",
8169]
8170
8171[[package]]
8172name = "pet-global-virtualenvs"
8173version = "0.1.0"
8174source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8175dependencies = [
8176 "log",
8177 "msvc_spectre_libs",
8178 "pet-conda",
8179 "pet-core",
8180 "pet-fs",
8181 "pet-virtualenv",
8182]
8183
8184[[package]]
8185name = "pet-homebrew"
8186version = "0.1.0"
8187source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8188dependencies = [
8189 "lazy_static",
8190 "log",
8191 "msvc_spectre_libs",
8192 "pet-conda",
8193 "pet-core",
8194 "pet-fs",
8195 "pet-python-utils",
8196 "pet-virtualenv",
8197 "regex",
8198 "serde",
8199 "serde_json",
8200]
8201
8202[[package]]
8203name = "pet-jsonrpc"
8204version = "0.1.0"
8205source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8206dependencies = [
8207 "env_logger 0.10.2",
8208 "log",
8209 "msvc_spectre_libs",
8210 "pet-core",
8211 "serde",
8212 "serde_json",
8213]
8214
8215[[package]]
8216name = "pet-linux-global-python"
8217version = "0.1.0"
8218source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8219dependencies = [
8220 "log",
8221 "msvc_spectre_libs",
8222 "pet-core",
8223 "pet-fs",
8224 "pet-python-utils",
8225 "pet-virtualenv",
8226]
8227
8228[[package]]
8229name = "pet-mac-commandlinetools"
8230version = "0.1.0"
8231source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8232dependencies = [
8233 "log",
8234 "msvc_spectre_libs",
8235 "pet-core",
8236 "pet-fs",
8237 "pet-python-utils",
8238 "pet-virtualenv",
8239]
8240
8241[[package]]
8242name = "pet-mac-python-org"
8243version = "0.1.0"
8244source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8245dependencies = [
8246 "log",
8247 "msvc_spectre_libs",
8248 "pet-core",
8249 "pet-fs",
8250 "pet-python-utils",
8251 "pet-virtualenv",
8252]
8253
8254[[package]]
8255name = "pet-mac-xcode"
8256version = "0.1.0"
8257source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8258dependencies = [
8259 "log",
8260 "msvc_spectre_libs",
8261 "pet-core",
8262 "pet-fs",
8263 "pet-python-utils",
8264 "pet-virtualenv",
8265]
8266
8267[[package]]
8268name = "pet-pipenv"
8269version = "0.1.0"
8270source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8271dependencies = [
8272 "log",
8273 "msvc_spectre_libs",
8274 "pet-core",
8275 "pet-fs",
8276 "pet-python-utils",
8277 "pet-virtualenv",
8278]
8279
8280[[package]]
8281name = "pet-poetry"
8282version = "0.1.0"
8283source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8284dependencies = [
8285 "base64 0.22.1",
8286 "lazy_static",
8287 "log",
8288 "msvc_spectre_libs",
8289 "pet-core",
8290 "pet-fs",
8291 "pet-python-utils",
8292 "pet-reporter",
8293 "pet-virtualenv",
8294 "regex",
8295 "serde",
8296 "serde_json",
8297 "sha2",
8298 "toml 0.8.19",
8299]
8300
8301[[package]]
8302name = "pet-pyenv"
8303version = "0.1.0"
8304source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8305dependencies = [
8306 "lazy_static",
8307 "log",
8308 "msvc_spectre_libs",
8309 "pet-conda",
8310 "pet-core",
8311 "pet-fs",
8312 "pet-python-utils",
8313 "pet-reporter",
8314 "regex",
8315 "serde",
8316 "serde_json",
8317]
8318
8319[[package]]
8320name = "pet-python-utils"
8321version = "0.1.0"
8322source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8323dependencies = [
8324 "env_logger 0.10.2",
8325 "lazy_static",
8326 "log",
8327 "msvc_spectre_libs",
8328 "pet-core",
8329 "pet-fs",
8330 "regex",
8331 "serde",
8332 "serde_json",
8333 "sha2",
8334]
8335
8336[[package]]
8337name = "pet-reporter"
8338version = "0.1.0"
8339source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8340dependencies = [
8341 "env_logger 0.10.2",
8342 "log",
8343 "msvc_spectre_libs",
8344 "pet-core",
8345 "pet-jsonrpc",
8346 "serde",
8347 "serde_json",
8348]
8349
8350[[package]]
8351name = "pet-telemetry"
8352version = "0.1.0"
8353source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8354dependencies = [
8355 "env_logger 0.10.2",
8356 "lazy_static",
8357 "log",
8358 "msvc_spectre_libs",
8359 "pet-core",
8360 "pet-fs",
8361 "pet-python-utils",
8362 "regex",
8363]
8364
8365[[package]]
8366name = "pet-venv"
8367version = "0.1.0"
8368source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8369dependencies = [
8370 "log",
8371 "msvc_spectre_libs",
8372 "pet-core",
8373 "pet-python-utils",
8374 "pet-virtualenv",
8375]
8376
8377[[package]]
8378name = "pet-virtualenv"
8379version = "0.1.0"
8380source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8381dependencies = [
8382 "log",
8383 "msvc_spectre_libs",
8384 "pet-core",
8385 "pet-fs",
8386 "pet-python-utils",
8387]
8388
8389[[package]]
8390name = "pet-virtualenvwrapper"
8391version = "0.1.0"
8392source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8393dependencies = [
8394 "log",
8395 "msvc_spectre_libs",
8396 "pet-core",
8397 "pet-fs",
8398 "pet-python-utils",
8399 "pet-virtualenv",
8400]
8401
8402[[package]]
8403name = "pet-windows-registry"
8404version = "0.1.0"
8405source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8406dependencies = [
8407 "lazy_static",
8408 "log",
8409 "msvc_spectre_libs",
8410 "pet-conda",
8411 "pet-core",
8412 "pet-fs",
8413 "pet-python-utils",
8414 "pet-virtualenv",
8415 "pet-windows-store",
8416 "regex",
8417 "winreg 0.52.0",
8418]
8419
8420[[package]]
8421name = "pet-windows-store"
8422version = "0.1.0"
8423source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8424dependencies = [
8425 "lazy_static",
8426 "log",
8427 "msvc_spectre_libs",
8428 "pet-core",
8429 "pet-fs",
8430 "pet-python-utils",
8431 "pet-virtualenv",
8432 "regex",
8433 "winreg 0.52.0",
8434]
8435
8436[[package]]
8437name = "petgraph"
8438version = "0.6.5"
8439source = "registry+https://github.com/rust-lang/crates.io-index"
8440checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
8441dependencies = [
8442 "fixedbitset",
8443 "indexmap 2.4.0",
8444]
8445
8446[[package]]
8447name = "phf"
8448version = "0.11.2"
8449source = "registry+https://github.com/rust-lang/crates.io-index"
8450checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
8451dependencies = [
8452 "phf_macros",
8453 "phf_shared 0.11.2",
8454]
8455
8456[[package]]
8457name = "phf_codegen"
8458version = "0.11.2"
8459source = "registry+https://github.com/rust-lang/crates.io-index"
8460checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
8461dependencies = [
8462 "phf_generator 0.11.2",
8463 "phf_shared 0.11.2",
8464]
8465
8466[[package]]
8467name = "phf_generator"
8468version = "0.10.0"
8469source = "registry+https://github.com/rust-lang/crates.io-index"
8470checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
8471dependencies = [
8472 "phf_shared 0.10.0",
8473 "rand 0.8.5",
8474]
8475
8476[[package]]
8477name = "phf_generator"
8478version = "0.11.2"
8479source = "registry+https://github.com/rust-lang/crates.io-index"
8480checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
8481dependencies = [
8482 "phf_shared 0.11.2",
8483 "rand 0.8.5",
8484]
8485
8486[[package]]
8487name = "phf_macros"
8488version = "0.11.2"
8489source = "registry+https://github.com/rust-lang/crates.io-index"
8490checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
8491dependencies = [
8492 "phf_generator 0.11.2",
8493 "phf_shared 0.11.2",
8494 "proc-macro2",
8495 "quote",
8496 "syn 2.0.76",
8497]
8498
8499[[package]]
8500name = "phf_shared"
8501version = "0.10.0"
8502source = "registry+https://github.com/rust-lang/crates.io-index"
8503checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
8504dependencies = [
8505 "siphasher 0.3.11",
8506]
8507
8508[[package]]
8509name = "phf_shared"
8510version = "0.11.2"
8511source = "registry+https://github.com/rust-lang/crates.io-index"
8512checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
8513dependencies = [
8514 "siphasher 0.3.11",
8515]
8516
8517[[package]]
8518name = "picker"
8519version = "0.1.0"
8520dependencies = [
8521 "anyhow",
8522 "ctor",
8523 "editor",
8524 "env_logger 0.11.5",
8525 "gpui",
8526 "menu",
8527 "serde",
8528 "serde_json",
8529 "ui",
8530 "workspace",
8531]
8532
8533[[package]]
8534name = "pico-args"
8535version = "0.5.0"
8536source = "registry+https://github.com/rust-lang/crates.io-index"
8537checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
8538
8539[[package]]
8540name = "pin-project"
8541version = "1.1.5"
8542source = "registry+https://github.com/rust-lang/crates.io-index"
8543checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
8544dependencies = [
8545 "pin-project-internal",
8546]
8547
8548[[package]]
8549name = "pin-project-internal"
8550version = "1.1.5"
8551source = "registry+https://github.com/rust-lang/crates.io-index"
8552checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
8553dependencies = [
8554 "proc-macro2",
8555 "quote",
8556 "syn 2.0.76",
8557]
8558
8559[[package]]
8560name = "pin-project-lite"
8561version = "0.2.14"
8562source = "registry+https://github.com/rust-lang/crates.io-index"
8563checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
8564
8565[[package]]
8566name = "pin-utils"
8567version = "0.1.0"
8568source = "registry+https://github.com/rust-lang/crates.io-index"
8569checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
8570
8571[[package]]
8572name = "piper"
8573version = "0.2.4"
8574source = "registry+https://github.com/rust-lang/crates.io-index"
8575checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
8576dependencies = [
8577 "atomic-waker",
8578 "fastrand 2.1.1",
8579 "futures-io",
8580]
8581
8582[[package]]
8583name = "pkcs1"
8584version = "0.7.5"
8585source = "registry+https://github.com/rust-lang/crates.io-index"
8586checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
8587dependencies = [
8588 "der 0.7.9",
8589 "pkcs8 0.10.2",
8590 "spki 0.7.3",
8591]
8592
8593[[package]]
8594name = "pkcs8"
8595version = "0.9.0"
8596source = "registry+https://github.com/rust-lang/crates.io-index"
8597checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
8598dependencies = [
8599 "der 0.6.1",
8600 "spki 0.6.0",
8601]
8602
8603[[package]]
8604name = "pkcs8"
8605version = "0.10.2"
8606source = "registry+https://github.com/rust-lang/crates.io-index"
8607checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
8608dependencies = [
8609 "der 0.7.9",
8610 "spki 0.7.3",
8611]
8612
8613[[package]]
8614name = "pkg-config"
8615version = "0.3.30"
8616source = "registry+https://github.com/rust-lang/crates.io-index"
8617checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
8618
8619[[package]]
8620name = "plist"
8621version = "1.7.0"
8622source = "registry+https://github.com/rust-lang/crates.io-index"
8623checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
8624dependencies = [
8625 "base64 0.22.1",
8626 "indexmap 2.4.0",
8627 "quick-xml 0.32.0",
8628 "serde",
8629 "time",
8630]
8631
8632[[package]]
8633name = "plotters"
8634version = "0.3.6"
8635source = "registry+https://github.com/rust-lang/crates.io-index"
8636checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
8637dependencies = [
8638 "num-traits",
8639 "plotters-backend",
8640 "plotters-svg",
8641 "wasm-bindgen",
8642 "web-sys",
8643]
8644
8645[[package]]
8646name = "plotters-backend"
8647version = "0.3.6"
8648source = "registry+https://github.com/rust-lang/crates.io-index"
8649checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
8650
8651[[package]]
8652name = "plotters-svg"
8653version = "0.3.6"
8654source = "registry+https://github.com/rust-lang/crates.io-index"
8655checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
8656dependencies = [
8657 "plotters-backend",
8658]
8659
8660[[package]]
8661name = "png"
8662version = "0.17.13"
8663source = "registry+https://github.com/rust-lang/crates.io-index"
8664checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
8665dependencies = [
8666 "bitflags 1.3.2",
8667 "crc32fast",
8668 "fdeflate",
8669 "flate2",
8670 "miniz_oxide 0.7.4",
8671]
8672
8673[[package]]
8674name = "polling"
8675version = "2.8.0"
8676source = "registry+https://github.com/rust-lang/crates.io-index"
8677checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
8678dependencies = [
8679 "autocfg",
8680 "bitflags 1.3.2",
8681 "cfg-if",
8682 "concurrent-queue",
8683 "libc",
8684 "log",
8685 "pin-project-lite",
8686 "windows-sys 0.48.0",
8687]
8688
8689[[package]]
8690name = "polling"
8691version = "3.7.3"
8692source = "registry+https://github.com/rust-lang/crates.io-index"
8693checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
8694dependencies = [
8695 "cfg-if",
8696 "concurrent-queue",
8697 "hermit-abi 0.4.0",
8698 "pin-project-lite",
8699 "rustix 0.38.35",
8700 "tracing",
8701 "windows-sys 0.59.0",
8702]
8703
8704[[package]]
8705name = "pollster"
8706version = "0.2.5"
8707source = "registry+https://github.com/rust-lang/crates.io-index"
8708checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
8709
8710[[package]]
8711name = "postage"
8712version = "0.5.0"
8713source = "registry+https://github.com/rust-lang/crates.io-index"
8714checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
8715dependencies = [
8716 "atomic",
8717 "crossbeam-queue",
8718 "futures 0.3.30",
8719 "log",
8720 "parking_lot",
8721 "pin-project",
8722 "pollster",
8723 "static_assertions",
8724 "thiserror",
8725]
8726
8727[[package]]
8728name = "postcard"
8729version = "1.0.10"
8730source = "registry+https://github.com/rust-lang/crates.io-index"
8731checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
8732dependencies = [
8733 "cobs",
8734 "embedded-io 0.4.0",
8735 "embedded-io 0.6.1",
8736 "serde",
8737]
8738
8739[[package]]
8740name = "powerfmt"
8741version = "0.2.0"
8742source = "registry+https://github.com/rust-lang/crates.io-index"
8743checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
8744
8745[[package]]
8746name = "ppv-lite86"
8747version = "0.2.20"
8748source = "registry+https://github.com/rust-lang/crates.io-index"
8749checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
8750dependencies = [
8751 "zerocopy",
8752]
8753
8754[[package]]
8755name = "precomputed-hash"
8756version = "0.1.1"
8757source = "registry+https://github.com/rust-lang/crates.io-index"
8758checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
8759
8760[[package]]
8761name = "prettier"
8762version = "0.1.0"
8763dependencies = [
8764 "anyhow",
8765 "collections",
8766 "fs",
8767 "gpui",
8768 "language",
8769 "log",
8770 "lsp",
8771 "node_runtime",
8772 "parking_lot",
8773 "paths",
8774 "serde",
8775 "serde_json",
8776 "util",
8777]
8778
8779[[package]]
8780name = "pretty_assertions"
8781version = "1.4.1"
8782source = "registry+https://github.com/rust-lang/crates.io-index"
8783checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
8784dependencies = [
8785 "diff",
8786 "yansi",
8787]
8788
8789[[package]]
8790name = "prettyplease"
8791version = "0.2.22"
8792source = "registry+https://github.com/rust-lang/crates.io-index"
8793checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
8794dependencies = [
8795 "proc-macro2",
8796 "syn 2.0.76",
8797]
8798
8799[[package]]
8800name = "proc-macro-crate"
8801version = "3.2.0"
8802source = "registry+https://github.com/rust-lang/crates.io-index"
8803checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
8804dependencies = [
8805 "toml_edit 0.22.20",
8806]
8807
8808[[package]]
8809name = "proc-macro-error"
8810version = "1.0.4"
8811source = "registry+https://github.com/rust-lang/crates.io-index"
8812checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
8813dependencies = [
8814 "proc-macro-error-attr",
8815 "proc-macro2",
8816 "quote",
8817 "syn 1.0.109",
8818 "version_check",
8819]
8820
8821[[package]]
8822name = "proc-macro-error-attr"
8823version = "1.0.4"
8824source = "registry+https://github.com/rust-lang/crates.io-index"
8825checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
8826dependencies = [
8827 "proc-macro2",
8828 "quote",
8829 "version_check",
8830]
8831
8832[[package]]
8833name = "proc-macro2"
8834version = "1.0.89"
8835source = "registry+https://github.com/rust-lang/crates.io-index"
8836checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
8837dependencies = [
8838 "unicode-ident",
8839]
8840
8841[[package]]
8842name = "profiling"
8843version = "1.0.16"
8844source = "registry+https://github.com/rust-lang/crates.io-index"
8845checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
8846dependencies = [
8847 "profiling-procmacros",
8848]
8849
8850[[package]]
8851name = "profiling-procmacros"
8852version = "1.0.16"
8853source = "registry+https://github.com/rust-lang/crates.io-index"
8854checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
8855dependencies = [
8856 "quote",
8857 "syn 2.0.76",
8858]
8859
8860[[package]]
8861name = "project"
8862version = "0.1.0"
8863dependencies = [
8864 "aho-corasick",
8865 "anyhow",
8866 "async-trait",
8867 "client",
8868 "clock",
8869 "collections",
8870 "env_logger 0.11.5",
8871 "fs",
8872 "futures 0.3.30",
8873 "fuzzy",
8874 "git",
8875 "git2",
8876 "globset",
8877 "gpui",
8878 "http_client",
8879 "itertools 0.13.0",
8880 "language",
8881 "log",
8882 "lsp",
8883 "node_runtime",
8884 "parking_lot",
8885 "pathdiff",
8886 "paths",
8887 "postage",
8888 "prettier",
8889 "pretty_assertions",
8890 "rand 0.8.5",
8891 "regex",
8892 "release_channel",
8893 "remote",
8894 "rpc",
8895 "schemars",
8896 "serde",
8897 "serde_json",
8898 "settings",
8899 "sha2",
8900 "shellexpand 2.1.2",
8901 "shlex",
8902 "similar",
8903 "smol",
8904 "snippet",
8905 "snippet_provider",
8906 "task",
8907 "tempfile",
8908 "terminal",
8909 "text",
8910 "unindent",
8911 "url",
8912 "util",
8913 "which 6.0.3",
8914 "windows 0.58.0",
8915 "worktree",
8916]
8917
8918[[package]]
8919name = "project_panel"
8920version = "0.1.0"
8921dependencies = [
8922 "anyhow",
8923 "client",
8924 "collections",
8925 "db",
8926 "editor",
8927 "file_icons",
8928 "git",
8929 "gpui",
8930 "indexmap 1.9.3",
8931 "language",
8932 "menu",
8933 "pretty_assertions",
8934 "project",
8935 "schemars",
8936 "search",
8937 "serde",
8938 "serde_derive",
8939 "serde_json",
8940 "settings",
8941 "smallvec",
8942 "theme",
8943 "ui",
8944 "util",
8945 "workspace",
8946 "worktree",
8947]
8948
8949[[package]]
8950name = "project_symbols"
8951version = "0.1.0"
8952dependencies = [
8953 "anyhow",
8954 "editor",
8955 "futures 0.3.30",
8956 "fuzzy",
8957 "gpui",
8958 "language",
8959 "lsp",
8960 "ordered-float 2.10.1",
8961 "picker",
8962 "project",
8963 "release_channel",
8964 "serde_json",
8965 "settings",
8966 "theme",
8967 "util",
8968 "workspace",
8969]
8970
8971[[package]]
8972name = "prometheus"
8973version = "0.13.4"
8974source = "registry+https://github.com/rust-lang/crates.io-index"
8975checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
8976dependencies = [
8977 "cfg-if",
8978 "fnv",
8979 "lazy_static",
8980 "memchr",
8981 "parking_lot",
8982 "protobuf",
8983 "thiserror",
8984]
8985
8986[[package]]
8987name = "prost"
8988version = "0.9.0"
8989source = "registry+https://github.com/rust-lang/crates.io-index"
8990checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
8991dependencies = [
8992 "bytes 1.7.2",
8993 "prost-derive",
8994]
8995
8996[[package]]
8997name = "prost-build"
8998version = "0.9.0"
8999source = "registry+https://github.com/rust-lang/crates.io-index"
9000checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9001dependencies = [
9002 "bytes 1.7.2",
9003 "heck 0.3.3",
9004 "itertools 0.10.5",
9005 "lazy_static",
9006 "log",
9007 "multimap",
9008 "petgraph",
9009 "prost",
9010 "prost-types",
9011 "regex",
9012 "tempfile",
9013 "which 4.4.2",
9014]
9015
9016[[package]]
9017name = "prost-derive"
9018version = "0.9.0"
9019source = "registry+https://github.com/rust-lang/crates.io-index"
9020checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9021dependencies = [
9022 "anyhow",
9023 "itertools 0.10.5",
9024 "proc-macro2",
9025 "quote",
9026 "syn 1.0.109",
9027]
9028
9029[[package]]
9030name = "prost-types"
9031version = "0.9.0"
9032source = "registry+https://github.com/rust-lang/crates.io-index"
9033checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9034dependencies = [
9035 "bytes 1.7.2",
9036 "prost",
9037]
9038
9039[[package]]
9040name = "proto"
9041version = "0.1.0"
9042dependencies = [
9043 "anyhow",
9044 "collections",
9045 "prost",
9046 "prost-build",
9047 "serde",
9048]
9049
9050[[package]]
9051name = "protobuf"
9052version = "2.28.0"
9053source = "registry+https://github.com/rust-lang/crates.io-index"
9054checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9055
9056[[package]]
9057name = "psm"
9058version = "0.1.21"
9059source = "registry+https://github.com/rust-lang/crates.io-index"
9060checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
9061dependencies = [
9062 "cc",
9063]
9064
9065[[package]]
9066name = "ptr_meta"
9067version = "0.1.4"
9068source = "registry+https://github.com/rust-lang/crates.io-index"
9069checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9070dependencies = [
9071 "ptr_meta_derive",
9072]
9073
9074[[package]]
9075name = "ptr_meta_derive"
9076version = "0.1.4"
9077source = "registry+https://github.com/rust-lang/crates.io-index"
9078checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9079dependencies = [
9080 "proc-macro2",
9081 "quote",
9082 "syn 1.0.109",
9083]
9084
9085[[package]]
9086name = "pulldown-cmark"
9087version = "0.10.3"
9088source = "registry+https://github.com/rust-lang/crates.io-index"
9089checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9090dependencies = [
9091 "bitflags 2.6.0",
9092 "memchr",
9093 "pulldown-cmark-escape",
9094 "unicase",
9095]
9096
9097[[package]]
9098name = "pulldown-cmark"
9099version = "0.12.1"
9100source = "registry+https://github.com/rust-lang/crates.io-index"
9101checksum = "666f0f59e259aea2d72e6012290c09877a780935cc3c18b1ceded41f3890d59c"
9102dependencies = [
9103 "bitflags 2.6.0",
9104 "memchr",
9105 "unicase",
9106]
9107
9108[[package]]
9109name = "pulldown-cmark-escape"
9110version = "0.10.1"
9111source = "registry+https://github.com/rust-lang/crates.io-index"
9112checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9113
9114[[package]]
9115name = "qoi"
9116version = "0.4.1"
9117source = "registry+https://github.com/rust-lang/crates.io-index"
9118checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
9119dependencies = [
9120 "bytemuck",
9121]
9122
9123[[package]]
9124name = "quick-error"
9125version = "2.0.1"
9126source = "registry+https://github.com/rust-lang/crates.io-index"
9127checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
9128
9129[[package]]
9130name = "quick-xml"
9131version = "0.32.0"
9132source = "registry+https://github.com/rust-lang/crates.io-index"
9133checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
9134dependencies = [
9135 "memchr",
9136]
9137
9138[[package]]
9139name = "quick-xml"
9140version = "0.34.0"
9141source = "registry+https://github.com/rust-lang/crates.io-index"
9142checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
9143dependencies = [
9144 "memchr",
9145]
9146
9147[[package]]
9148name = "quick_action_bar"
9149version = "0.1.0"
9150dependencies = [
9151 "assistant",
9152 "editor",
9153 "gpui",
9154 "markdown_preview",
9155 "repl",
9156 "search",
9157 "settings",
9158 "ui",
9159 "util",
9160 "workspace",
9161 "zed_actions",
9162]
9163
9164[[package]]
9165name = "quinn"
9166version = "0.11.5"
9167source = "registry+https://github.com/rust-lang/crates.io-index"
9168checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
9169dependencies = [
9170 "bytes 1.7.2",
9171 "pin-project-lite",
9172 "quinn-proto",
9173 "quinn-udp",
9174 "rustc-hash 2.0.0",
9175 "rustls 0.23.13",
9176 "socket2 0.5.7",
9177 "thiserror",
9178 "tokio",
9179 "tracing",
9180]
9181
9182[[package]]
9183name = "quinn-proto"
9184version = "0.11.8"
9185source = "registry+https://github.com/rust-lang/crates.io-index"
9186checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
9187dependencies = [
9188 "bytes 1.7.2",
9189 "rand 0.8.5",
9190 "ring 0.17.8",
9191 "rustc-hash 2.0.0",
9192 "rustls 0.23.13",
9193 "slab",
9194 "thiserror",
9195 "tinyvec",
9196 "tracing",
9197]
9198
9199[[package]]
9200name = "quinn-udp"
9201version = "0.5.5"
9202source = "registry+https://github.com/rust-lang/crates.io-index"
9203checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
9204dependencies = [
9205 "libc",
9206 "once_cell",
9207 "socket2 0.5.7",
9208 "tracing",
9209 "windows-sys 0.59.0",
9210]
9211
9212[[package]]
9213name = "quote"
9214version = "1.0.37"
9215source = "registry+https://github.com/rust-lang/crates.io-index"
9216checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
9217dependencies = [
9218 "proc-macro2",
9219]
9220
9221[[package]]
9222name = "radium"
9223version = "0.7.0"
9224source = "registry+https://github.com/rust-lang/crates.io-index"
9225checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
9226
9227[[package]]
9228name = "rand"
9229version = "0.7.3"
9230source = "registry+https://github.com/rust-lang/crates.io-index"
9231checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
9232dependencies = [
9233 "getrandom 0.1.16",
9234 "libc",
9235 "rand_chacha 0.2.2",
9236 "rand_core 0.5.1",
9237 "rand_hc",
9238]
9239
9240[[package]]
9241name = "rand"
9242version = "0.8.5"
9243source = "registry+https://github.com/rust-lang/crates.io-index"
9244checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
9245dependencies = [
9246 "libc",
9247 "rand_chacha 0.3.1",
9248 "rand_core 0.6.4",
9249]
9250
9251[[package]]
9252name = "rand_chacha"
9253version = "0.2.2"
9254source = "registry+https://github.com/rust-lang/crates.io-index"
9255checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
9256dependencies = [
9257 "ppv-lite86",
9258 "rand_core 0.5.1",
9259]
9260
9261[[package]]
9262name = "rand_chacha"
9263version = "0.3.1"
9264source = "registry+https://github.com/rust-lang/crates.io-index"
9265checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
9266dependencies = [
9267 "ppv-lite86",
9268 "rand_core 0.6.4",
9269]
9270
9271[[package]]
9272name = "rand_core"
9273version = "0.5.1"
9274source = "registry+https://github.com/rust-lang/crates.io-index"
9275checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
9276dependencies = [
9277 "getrandom 0.1.16",
9278]
9279
9280[[package]]
9281name = "rand_core"
9282version = "0.6.4"
9283source = "registry+https://github.com/rust-lang/crates.io-index"
9284checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
9285dependencies = [
9286 "getrandom 0.2.15",
9287]
9288
9289[[package]]
9290name = "rand_hc"
9291version = "0.2.0"
9292source = "registry+https://github.com/rust-lang/crates.io-index"
9293checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
9294dependencies = [
9295 "rand_core 0.5.1",
9296]
9297
9298[[package]]
9299name = "rangemap"
9300version = "1.5.1"
9301source = "registry+https://github.com/rust-lang/crates.io-index"
9302checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
9303
9304[[package]]
9305name = "rav1e"
9306version = "0.7.1"
9307source = "registry+https://github.com/rust-lang/crates.io-index"
9308checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
9309dependencies = [
9310 "arbitrary",
9311 "arg_enum_proc_macro",
9312 "arrayvec",
9313 "av1-grain",
9314 "bitstream-io",
9315 "built",
9316 "cfg-if",
9317 "interpolate_name",
9318 "itertools 0.12.1",
9319 "libc",
9320 "libfuzzer-sys",
9321 "log",
9322 "maybe-rayon",
9323 "new_debug_unreachable",
9324 "noop_proc_macro",
9325 "num-derive",
9326 "num-traits",
9327 "once_cell",
9328 "paste",
9329 "profiling",
9330 "rand 0.8.5",
9331 "rand_chacha 0.3.1",
9332 "simd_helpers",
9333 "system-deps",
9334 "thiserror",
9335 "v_frame",
9336 "wasm-bindgen",
9337]
9338
9339[[package]]
9340name = "ravif"
9341version = "0.11.10"
9342source = "registry+https://github.com/rust-lang/crates.io-index"
9343checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
9344dependencies = [
9345 "avif-serialize",
9346 "imgref",
9347 "loop9",
9348 "quick-error",
9349 "rav1e",
9350 "rgb",
9351]
9352
9353[[package]]
9354name = "raw-window-handle"
9355version = "0.6.2"
9356source = "registry+https://github.com/rust-lang/crates.io-index"
9357checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
9358
9359[[package]]
9360name = "raw-window-metal"
9361version = "0.4.0"
9362source = "registry+https://github.com/rust-lang/crates.io-index"
9363checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
9364dependencies = [
9365 "cocoa 0.25.0",
9366 "core-graphics 0.23.2",
9367 "objc",
9368 "raw-window-handle",
9369]
9370
9371[[package]]
9372name = "rayon"
9373version = "1.10.0"
9374source = "registry+https://github.com/rust-lang/crates.io-index"
9375checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
9376dependencies = [
9377 "either",
9378 "rayon-core",
9379]
9380
9381[[package]]
9382name = "rayon-core"
9383version = "1.12.1"
9384source = "registry+https://github.com/rust-lang/crates.io-index"
9385checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
9386dependencies = [
9387 "crossbeam-deque",
9388 "crossbeam-utils",
9389]
9390
9391[[package]]
9392name = "read-fonts"
9393version = "0.20.0"
9394source = "registry+https://github.com/rust-lang/crates.io-index"
9395checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd"
9396dependencies = [
9397 "bytemuck",
9398 "font-types",
9399]
9400
9401[[package]]
9402name = "recent_projects"
9403version = "0.1.0"
9404dependencies = [
9405 "anyhow",
9406 "auto_update",
9407 "editor",
9408 "file_finder",
9409 "futures 0.3.30",
9410 "fuzzy",
9411 "gpui",
9412 "itertools 0.13.0",
9413 "language",
9414 "log",
9415 "markdown",
9416 "menu",
9417 "ordered-float 2.10.1",
9418 "paths",
9419 "picker",
9420 "project",
9421 "release_channel",
9422 "remote",
9423 "schemars",
9424 "serde",
9425 "serde_json",
9426 "settings",
9427 "smol",
9428 "task",
9429 "theme",
9430 "ui",
9431 "util",
9432 "workspace",
9433]
9434
9435[[package]]
9436name = "redox_syscall"
9437version = "0.2.16"
9438source = "registry+https://github.com/rust-lang/crates.io-index"
9439checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
9440dependencies = [
9441 "bitflags 1.3.2",
9442]
9443
9444[[package]]
9445name = "redox_syscall"
9446version = "0.4.1"
9447source = "registry+https://github.com/rust-lang/crates.io-index"
9448checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
9449dependencies = [
9450 "bitflags 1.3.2",
9451]
9452
9453[[package]]
9454name = "redox_syscall"
9455version = "0.5.3"
9456source = "registry+https://github.com/rust-lang/crates.io-index"
9457checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
9458dependencies = [
9459 "bitflags 2.6.0",
9460]
9461
9462[[package]]
9463name = "redox_users"
9464version = "0.4.6"
9465source = "registry+https://github.com/rust-lang/crates.io-index"
9466checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
9467dependencies = [
9468 "getrandom 0.2.15",
9469 "libredox",
9470 "thiserror",
9471]
9472
9473[[package]]
9474name = "refineable"
9475version = "0.1.0"
9476dependencies = [
9477 "derive_refineable",
9478]
9479
9480[[package]]
9481name = "regalloc2"
9482version = "0.9.3"
9483source = "registry+https://github.com/rust-lang/crates.io-index"
9484checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
9485dependencies = [
9486 "hashbrown 0.13.2",
9487 "log",
9488 "rustc-hash 1.1.0",
9489 "slice-group-by",
9490 "smallvec",
9491]
9492
9493[[package]]
9494name = "regex"
9495version = "1.10.6"
9496source = "registry+https://github.com/rust-lang/crates.io-index"
9497checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
9498dependencies = [
9499 "aho-corasick",
9500 "memchr",
9501 "regex-automata 0.4.7",
9502 "regex-syntax 0.8.4",
9503]
9504
9505[[package]]
9506name = "regex-automata"
9507version = "0.1.10"
9508source = "registry+https://github.com/rust-lang/crates.io-index"
9509checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
9510dependencies = [
9511 "regex-syntax 0.6.29",
9512]
9513
9514[[package]]
9515name = "regex-automata"
9516version = "0.4.7"
9517source = "registry+https://github.com/rust-lang/crates.io-index"
9518checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
9519dependencies = [
9520 "aho-corasick",
9521 "memchr",
9522 "regex-syntax 0.8.4",
9523]
9524
9525[[package]]
9526name = "regex-lite"
9527version = "0.1.6"
9528source = "registry+https://github.com/rust-lang/crates.io-index"
9529checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
9530
9531[[package]]
9532name = "regex-syntax"
9533version = "0.6.29"
9534source = "registry+https://github.com/rust-lang/crates.io-index"
9535checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
9536
9537[[package]]
9538name = "regex-syntax"
9539version = "0.8.4"
9540source = "registry+https://github.com/rust-lang/crates.io-index"
9541checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
9542
9543[[package]]
9544name = "release_channel"
9545version = "0.1.0"
9546dependencies = [
9547 "gpui",
9548 "once_cell",
9549]
9550
9551[[package]]
9552name = "remote"
9553version = "0.1.0"
9554dependencies = [
9555 "anyhow",
9556 "async-trait",
9557 "collections",
9558 "fs",
9559 "futures 0.3.30",
9560 "gpui",
9561 "itertools 0.13.0",
9562 "log",
9563 "parking_lot",
9564 "paths",
9565 "prost",
9566 "release_channel",
9567 "rpc",
9568 "serde",
9569 "serde_json",
9570 "shlex",
9571 "smol",
9572 "tempfile",
9573 "thiserror",
9574 "util",
9575]
9576
9577[[package]]
9578name = "remote_server"
9579version = "0.1.0"
9580dependencies = [
9581 "anyhow",
9582 "async-watch",
9583 "backtrace",
9584 "cargo_toml",
9585 "chrono",
9586 "clap",
9587 "client",
9588 "clock",
9589 "env_logger 0.11.5",
9590 "fork",
9591 "fs",
9592 "futures 0.3.30",
9593 "git",
9594 "git_hosting_providers",
9595 "gpui",
9596 "http_client",
9597 "language",
9598 "languages",
9599 "libc",
9600 "log",
9601 "lsp",
9602 "node_runtime",
9603 "paths",
9604 "project",
9605 "proto",
9606 "release_channel",
9607 "remote",
9608 "reqwest_client",
9609 "rpc",
9610 "rust-embed",
9611 "serde",
9612 "serde_json",
9613 "settings",
9614 "shellexpand 2.1.2",
9615 "smol",
9616 "sysinfo",
9617 "telemetry_events",
9618 "toml 0.8.19",
9619 "util",
9620 "worktree",
9621]
9622
9623[[package]]
9624name = "rend"
9625version = "0.4.2"
9626source = "registry+https://github.com/rust-lang/crates.io-index"
9627checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
9628dependencies = [
9629 "bytecheck",
9630]
9631
9632[[package]]
9633name = "repl"
9634version = "0.1.0"
9635dependencies = [
9636 "alacritty_terminal",
9637 "anyhow",
9638 "async-dispatcher",
9639 "base64 0.22.1",
9640 "client",
9641 "collections",
9642 "command_palette_hooks",
9643 "editor",
9644 "env_logger 0.11.5",
9645 "feature_flags",
9646 "futures 0.3.30",
9647 "gpui",
9648 "http_client",
9649 "image",
9650 "indoc",
9651 "language",
9652 "languages",
9653 "log",
9654 "markdown_preview",
9655 "menu",
9656 "multi_buffer",
9657 "nbformat",
9658 "project",
9659 "runtimelib",
9660 "schemars",
9661 "serde",
9662 "serde_json",
9663 "settings",
9664 "smol",
9665 "terminal",
9666 "terminal_view",
9667 "theme",
9668 "tree-sitter-md",
9669 "tree-sitter-python",
9670 "tree-sitter-typescript",
9671 "ui",
9672 "util",
9673 "uuid",
9674 "windows 0.58.0",
9675 "workspace",
9676]
9677
9678[[package]]
9679name = "reqwest"
9680version = "0.11.27"
9681source = "registry+https://github.com/rust-lang/crates.io-index"
9682checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
9683dependencies = [
9684 "base64 0.21.7",
9685 "bytes 1.7.2",
9686 "encoding_rs",
9687 "futures-core",
9688 "futures-util",
9689 "h2 0.3.26",
9690 "http 0.2.12",
9691 "http-body 0.4.6",
9692 "hyper 0.14.31",
9693 "hyper-tls",
9694 "ipnet",
9695 "js-sys",
9696 "log",
9697 "mime",
9698 "native-tls",
9699 "once_cell",
9700 "percent-encoding",
9701 "pin-project-lite",
9702 "rustls-pemfile 1.0.4",
9703 "serde",
9704 "serde_json",
9705 "serde_urlencoded",
9706 "sync_wrapper 0.1.2",
9707 "system-configuration 0.5.1",
9708 "tokio",
9709 "tokio-native-tls",
9710 "tower-service",
9711 "url",
9712 "wasm-bindgen",
9713 "wasm-bindgen-futures",
9714 "web-sys",
9715 "winreg 0.50.0",
9716]
9717
9718[[package]]
9719name = "reqwest"
9720version = "0.12.8"
9721source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
9722dependencies = [
9723 "base64 0.22.1",
9724 "bytes 1.7.2",
9725 "encoding_rs",
9726 "futures-core",
9727 "futures-util",
9728 "h2 0.4.6",
9729 "http 1.1.0",
9730 "http-body 1.0.1",
9731 "http-body-util",
9732 "hyper 1.4.1",
9733 "hyper-rustls 0.27.3",
9734 "hyper-util",
9735 "ipnet",
9736 "js-sys",
9737 "log",
9738 "mime",
9739 "once_cell",
9740 "percent-encoding",
9741 "pin-project-lite",
9742 "quinn",
9743 "rustls 0.23.13",
9744 "rustls-native-certs 0.8.0",
9745 "rustls-pemfile 2.1.3",
9746 "rustls-pki-types",
9747 "serde",
9748 "serde_json",
9749 "serde_urlencoded",
9750 "sync_wrapper 1.0.1",
9751 "system-configuration 0.6.1",
9752 "tokio",
9753 "tokio-rustls 0.26.0",
9754 "tokio-socks",
9755 "tokio-util",
9756 "tower-service",
9757 "url",
9758 "wasm-bindgen",
9759 "wasm-bindgen-futures",
9760 "wasm-streams",
9761 "web-sys",
9762 "windows-registry",
9763]
9764
9765[[package]]
9766name = "reqwest_client"
9767version = "0.1.0"
9768dependencies = [
9769 "anyhow",
9770 "bytes 1.7.2",
9771 "futures 0.3.30",
9772 "gpui",
9773 "http_client",
9774 "log",
9775 "reqwest 0.12.8",
9776 "serde",
9777 "smol",
9778 "tokio",
9779]
9780
9781[[package]]
9782name = "resvg"
9783version = "0.41.0"
9784source = "registry+https://github.com/rust-lang/crates.io-index"
9785checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
9786dependencies = [
9787 "log",
9788 "pico-args",
9789 "rgb",
9790 "svgtypes",
9791 "tiny-skia",
9792 "usvg",
9793]
9794
9795[[package]]
9796name = "rfc6979"
9797version = "0.3.1"
9798source = "registry+https://github.com/rust-lang/crates.io-index"
9799checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9800dependencies = [
9801 "crypto-bigint 0.4.9",
9802 "hmac",
9803 "zeroize",
9804]
9805
9806[[package]]
9807name = "rgb"
9808version = "0.8.49"
9809source = "registry+https://github.com/rust-lang/crates.io-index"
9810checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
9811dependencies = [
9812 "bytemuck",
9813]
9814
9815[[package]]
9816name = "rich_text"
9817version = "0.1.0"
9818dependencies = [
9819 "futures 0.3.30",
9820 "gpui",
9821 "language",
9822 "linkify",
9823 "pulldown-cmark 0.12.1",
9824 "theme",
9825 "ui",
9826 "util",
9827]
9828
9829[[package]]
9830name = "ring"
9831version = "0.16.20"
9832source = "registry+https://github.com/rust-lang/crates.io-index"
9833checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
9834dependencies = [
9835 "cc",
9836 "libc",
9837 "once_cell",
9838 "spin 0.5.2",
9839 "untrusted 0.7.1",
9840 "web-sys",
9841 "winapi",
9842]
9843
9844[[package]]
9845name = "ring"
9846version = "0.17.8"
9847source = "registry+https://github.com/rust-lang/crates.io-index"
9848checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
9849dependencies = [
9850 "cc",
9851 "cfg-if",
9852 "getrandom 0.2.15",
9853 "libc",
9854 "spin 0.9.8",
9855 "untrusted 0.9.0",
9856 "windows-sys 0.52.0",
9857]
9858
9859[[package]]
9860name = "rkyv"
9861version = "0.7.45"
9862source = "registry+https://github.com/rust-lang/crates.io-index"
9863checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
9864dependencies = [
9865 "bitvec",
9866 "bytecheck",
9867 "bytes 1.7.2",
9868 "hashbrown 0.12.3",
9869 "ptr_meta",
9870 "rend",
9871 "rkyv_derive",
9872 "seahash",
9873 "tinyvec",
9874 "uuid",
9875]
9876
9877[[package]]
9878name = "rkyv_derive"
9879version = "0.7.45"
9880source = "registry+https://github.com/rust-lang/crates.io-index"
9881checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
9882dependencies = [
9883 "proc-macro2",
9884 "quote",
9885 "syn 1.0.109",
9886]
9887
9888[[package]]
9889name = "rmp"
9890version = "0.8.14"
9891source = "registry+https://github.com/rust-lang/crates.io-index"
9892checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
9893dependencies = [
9894 "byteorder",
9895 "num-traits",
9896 "paste",
9897]
9898
9899[[package]]
9900name = "rmpv"
9901version = "1.3.0"
9902source = "registry+https://github.com/rust-lang/crates.io-index"
9903checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
9904dependencies = [
9905 "num-traits",
9906 "rmp",
9907]
9908
9909[[package]]
9910name = "rodio"
9911version = "0.19.0"
9912source = "registry+https://github.com/rust-lang/crates.io-index"
9913checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
9914dependencies = [
9915 "cpal",
9916 "hound",
9917 "thiserror",
9918]
9919
9920[[package]]
9921name = "rope"
9922version = "0.1.0"
9923dependencies = [
9924 "arrayvec",
9925 "criterion",
9926 "ctor",
9927 "env_logger 0.11.5",
9928 "gpui",
9929 "log",
9930 "rand 0.8.5",
9931 "rayon",
9932 "smallvec",
9933 "sum_tree",
9934 "unicode-segmentation",
9935 "util",
9936]
9937
9938[[package]]
9939name = "roxmltree"
9940version = "0.19.0"
9941source = "registry+https://github.com/rust-lang/crates.io-index"
9942checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
9943
9944[[package]]
9945name = "roxmltree"
9946version = "0.20.0"
9947source = "registry+https://github.com/rust-lang/crates.io-index"
9948checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9949
9950[[package]]
9951name = "rpc"
9952version = "0.1.0"
9953dependencies = [
9954 "anyhow",
9955 "async-tungstenite",
9956 "base64 0.22.1",
9957 "chrono",
9958 "collections",
9959 "env_logger 0.11.5",
9960 "futures 0.3.30",
9961 "gpui",
9962 "parking_lot",
9963 "proto",
9964 "rand 0.8.5",
9965 "rsa",
9966 "serde",
9967 "serde_json",
9968 "sha2",
9969 "strum 0.25.0",
9970 "tracing",
9971 "util",
9972 "zstd",
9973]
9974
9975[[package]]
9976name = "rsa"
9977version = "0.9.6"
9978source = "registry+https://github.com/rust-lang/crates.io-index"
9979checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
9980dependencies = [
9981 "const-oid",
9982 "digest",
9983 "num-bigint-dig",
9984 "num-integer",
9985 "num-traits",
9986 "pkcs1",
9987 "pkcs8 0.10.2",
9988 "rand_core 0.6.4",
9989 "signature 2.2.0",
9990 "spki 0.7.3",
9991 "subtle",
9992 "zeroize",
9993]
9994
9995[[package]]
9996name = "runtimelib"
9997version = "0.19.0"
9998source = "registry+https://github.com/rust-lang/crates.io-index"
9999checksum = "fe23ba9967355bbb1be2fb9a8e51bd239ffdf9c791fad5a9b765122ee2bde2e4"
10000dependencies = [
10001 "anyhow",
10002 "async-dispatcher",
10003 "async-std",
10004 "base64 0.22.1",
10005 "bytes 1.7.2",
10006 "chrono",
10007 "data-encoding",
10008 "dirs 5.0.1",
10009 "futures 0.3.30",
10010 "glob",
10011 "jupyter-serde",
10012 "rand 0.8.5",
10013 "ring 0.17.8",
10014 "serde",
10015 "serde_json",
10016 "shellexpand 3.1.0",
10017 "smol",
10018 "uuid",
10019 "zeromq",
10020]
10021
10022[[package]]
10023name = "rust-embed"
10024version = "8.5.0"
10025source = "registry+https://github.com/rust-lang/crates.io-index"
10026checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10027dependencies = [
10028 "rust-embed-impl",
10029 "rust-embed-utils",
10030 "walkdir",
10031]
10032
10033[[package]]
10034name = "rust-embed-impl"
10035version = "8.5.0"
10036source = "registry+https://github.com/rust-lang/crates.io-index"
10037checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10038dependencies = [
10039 "proc-macro2",
10040 "quote",
10041 "rust-embed-utils",
10042 "syn 2.0.76",
10043 "walkdir",
10044]
10045
10046[[package]]
10047name = "rust-embed-utils"
10048version = "8.5.0"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10051dependencies = [
10052 "globset",
10053 "sha2",
10054 "walkdir",
10055]
10056
10057[[package]]
10058name = "rust_decimal"
10059version = "1.36.0"
10060source = "registry+https://github.com/rust-lang/crates.io-index"
10061checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10062dependencies = [
10063 "arrayvec",
10064 "borsh",
10065 "bytes 1.7.2",
10066 "num-traits",
10067 "rand 0.8.5",
10068 "rkyv",
10069 "serde",
10070 "serde_json",
10071]
10072
10073[[package]]
10074name = "rustc-demangle"
10075version = "0.1.24"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10078
10079[[package]]
10080name = "rustc-hash"
10081version = "1.1.0"
10082source = "registry+https://github.com/rust-lang/crates.io-index"
10083checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10084
10085[[package]]
10086name = "rustc-hash"
10087version = "2.0.0"
10088source = "registry+https://github.com/rust-lang/crates.io-index"
10089checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
10090
10091[[package]]
10092name = "rustc_version"
10093version = "0.4.1"
10094source = "registry+https://github.com/rust-lang/crates.io-index"
10095checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10096dependencies = [
10097 "semver",
10098]
10099
10100[[package]]
10101name = "rustix"
10102version = "0.37.27"
10103source = "registry+https://github.com/rust-lang/crates.io-index"
10104checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
10105dependencies = [
10106 "bitflags 1.3.2",
10107 "errno 0.3.9",
10108 "io-lifetimes 1.0.11",
10109 "libc",
10110 "linux-raw-sys 0.3.8",
10111 "windows-sys 0.48.0",
10112]
10113
10114[[package]]
10115name = "rustix"
10116version = "0.38.35"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
10119dependencies = [
10120 "bitflags 2.6.0",
10121 "errno 0.3.9",
10122 "itoa",
10123 "libc",
10124 "linux-raw-sys 0.4.14",
10125 "once_cell",
10126 "windows-sys 0.52.0",
10127]
10128
10129[[package]]
10130name = "rustix-openpty"
10131version = "0.1.1"
10132source = "registry+https://github.com/rust-lang/crates.io-index"
10133checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10134dependencies = [
10135 "errno 0.3.9",
10136 "libc",
10137 "rustix 0.38.35",
10138]
10139
10140[[package]]
10141name = "rustls"
10142version = "0.20.9"
10143source = "registry+https://github.com/rust-lang/crates.io-index"
10144checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
10145dependencies = [
10146 "log",
10147 "ring 0.16.20",
10148 "sct",
10149 "webpki",
10150]
10151
10152[[package]]
10153name = "rustls"
10154version = "0.21.12"
10155source = "registry+https://github.com/rust-lang/crates.io-index"
10156checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10157dependencies = [
10158 "log",
10159 "ring 0.17.8",
10160 "rustls-webpki 0.101.7",
10161 "sct",
10162]
10163
10164[[package]]
10165name = "rustls"
10166version = "0.23.13"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
10169dependencies = [
10170 "once_cell",
10171 "ring 0.17.8",
10172 "rustls-pki-types",
10173 "rustls-webpki 0.102.8",
10174 "subtle",
10175 "zeroize",
10176]
10177
10178[[package]]
10179name = "rustls-native-certs"
10180version = "0.6.3"
10181source = "registry+https://github.com/rust-lang/crates.io-index"
10182checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
10183dependencies = [
10184 "openssl-probe",
10185 "rustls-pemfile 1.0.4",
10186 "schannel",
10187 "security-framework",
10188]
10189
10190[[package]]
10191name = "rustls-native-certs"
10192version = "0.8.0"
10193source = "registry+https://github.com/rust-lang/crates.io-index"
10194checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
10195dependencies = [
10196 "openssl-probe",
10197 "rustls-pemfile 2.1.3",
10198 "rustls-pki-types",
10199 "schannel",
10200 "security-framework",
10201]
10202
10203[[package]]
10204name = "rustls-pemfile"
10205version = "1.0.4"
10206source = "registry+https://github.com/rust-lang/crates.io-index"
10207checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
10208dependencies = [
10209 "base64 0.21.7",
10210]
10211
10212[[package]]
10213name = "rustls-pemfile"
10214version = "2.1.3"
10215source = "registry+https://github.com/rust-lang/crates.io-index"
10216checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
10217dependencies = [
10218 "base64 0.22.1",
10219 "rustls-pki-types",
10220]
10221
10222[[package]]
10223name = "rustls-pki-types"
10224version = "1.8.0"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
10227
10228[[package]]
10229name = "rustls-webpki"
10230version = "0.101.7"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
10233dependencies = [
10234 "ring 0.17.8",
10235 "untrusted 0.9.0",
10236]
10237
10238[[package]]
10239name = "rustls-webpki"
10240version = "0.102.8"
10241source = "registry+https://github.com/rust-lang/crates.io-index"
10242checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
10243dependencies = [
10244 "ring 0.17.8",
10245 "rustls-pki-types",
10246 "untrusted 0.9.0",
10247]
10248
10249[[package]]
10250name = "rustversion"
10251version = "1.0.17"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
10254
10255[[package]]
10256name = "rustybuzz"
10257version = "0.14.1"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
10260dependencies = [
10261 "bitflags 2.6.0",
10262 "bytemuck",
10263 "libm",
10264 "smallvec",
10265 "ttf-parser",
10266 "unicode-bidi-mirroring",
10267 "unicode-ccc",
10268 "unicode-properties",
10269 "unicode-script",
10270]
10271
10272[[package]]
10273name = "ryu"
10274version = "1.0.18"
10275source = "registry+https://github.com/rust-lang/crates.io-index"
10276checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
10277
10278[[package]]
10279name = "salsa20"
10280version = "0.10.2"
10281source = "registry+https://github.com/rust-lang/crates.io-index"
10282checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
10283dependencies = [
10284 "cipher",
10285]
10286
10287[[package]]
10288name = "same-file"
10289version = "1.0.6"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
10292dependencies = [
10293 "winapi-util",
10294]
10295
10296[[package]]
10297name = "schannel"
10298version = "0.1.23"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
10301dependencies = [
10302 "windows-sys 0.52.0",
10303]
10304
10305[[package]]
10306name = "schemars"
10307version = "0.8.21"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
10310dependencies = [
10311 "dyn-clone",
10312 "indexmap 1.9.3",
10313 "schemars_derive",
10314 "serde",
10315 "serde_json",
10316]
10317
10318[[package]]
10319name = "schemars_derive"
10320version = "0.8.21"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
10323dependencies = [
10324 "proc-macro2",
10325 "quote",
10326 "serde_derive_internals 0.29.1",
10327 "syn 2.0.76",
10328]
10329
10330[[package]]
10331name = "scoped-tls"
10332version = "1.0.1"
10333source = "registry+https://github.com/rust-lang/crates.io-index"
10334checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
10335
10336[[package]]
10337name = "scopeguard"
10338version = "1.2.0"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
10341
10342[[package]]
10343name = "scrypt"
10344version = "0.11.0"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
10347dependencies = [
10348 "password-hash",
10349 "pbkdf2",
10350 "salsa20",
10351 "sha2",
10352]
10353
10354[[package]]
10355name = "sct"
10356version = "0.7.1"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
10359dependencies = [
10360 "ring 0.17.8",
10361 "untrusted 0.9.0",
10362]
10363
10364[[package]]
10365name = "sea-bae"
10366version = "0.2.0"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
10369dependencies = [
10370 "heck 0.4.1",
10371 "proc-macro-error",
10372 "proc-macro2",
10373 "quote",
10374 "syn 2.0.76",
10375]
10376
10377[[package]]
10378name = "sea-orm"
10379version = "1.1.0-rc.1"
10380source = "registry+https://github.com/rust-lang/crates.io-index"
10381checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
10382dependencies = [
10383 "async-stream",
10384 "async-trait",
10385 "bigdecimal",
10386 "chrono",
10387 "futures 0.3.30",
10388 "log",
10389 "ouroboros",
10390 "rust_decimal",
10391 "sea-orm-macros",
10392 "sea-query",
10393 "sea-query-binder",
10394 "serde",
10395 "serde_json",
10396 "sqlx",
10397 "strum 0.26.3",
10398 "thiserror",
10399 "time",
10400 "tracing",
10401 "url",
10402 "uuid",
10403]
10404
10405[[package]]
10406name = "sea-orm-macros"
10407version = "1.1.0-rc.1"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57"
10410dependencies = [
10411 "heck 0.4.1",
10412 "proc-macro2",
10413 "quote",
10414 "sea-bae",
10415 "syn 2.0.76",
10416 "unicode-ident",
10417]
10418
10419[[package]]
10420name = "sea-query"
10421version = "0.32.0-rc.1"
10422source = "registry+https://github.com/rust-lang/crates.io-index"
10423checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5"
10424dependencies = [
10425 "bigdecimal",
10426 "chrono",
10427 "educe",
10428 "inherent",
10429 "ordered-float 3.9.2",
10430 "rust_decimal",
10431 "serde_json",
10432 "time",
10433 "uuid",
10434]
10435
10436[[package]]
10437name = "sea-query-binder"
10438version = "0.7.0-rc.1"
10439source = "registry+https://github.com/rust-lang/crates.io-index"
10440checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57"
10441dependencies = [
10442 "bigdecimal",
10443 "chrono",
10444 "rust_decimal",
10445 "sea-query",
10446 "serde_json",
10447 "sqlx",
10448 "time",
10449 "uuid",
10450]
10451
10452[[package]]
10453name = "seahash"
10454version = "4.1.0"
10455source = "registry+https://github.com/rust-lang/crates.io-index"
10456checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
10457
10458[[package]]
10459name = "sealed"
10460version = "0.4.0"
10461source = "registry+https://github.com/rust-lang/crates.io-index"
10462checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
10463dependencies = [
10464 "heck 0.3.3",
10465 "proc-macro2",
10466 "quote",
10467 "syn 1.0.109",
10468]
10469
10470[[package]]
10471name = "search"
10472version = "0.1.0"
10473dependencies = [
10474 "any_vec",
10475 "anyhow",
10476 "bitflags 2.6.0",
10477 "client",
10478 "collections",
10479 "editor",
10480 "futures 0.3.30",
10481 "gpui",
10482 "language",
10483 "menu",
10484 "project",
10485 "serde",
10486 "serde_json",
10487 "settings",
10488 "smol",
10489 "theme",
10490 "ui",
10491 "unindent",
10492 "util",
10493 "workspace",
10494]
10495
10496[[package]]
10497name = "sec1"
10498version = "0.3.0"
10499source = "registry+https://github.com/rust-lang/crates.io-index"
10500checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
10501dependencies = [
10502 "base16ct",
10503 "der 0.6.1",
10504 "generic-array",
10505 "pkcs8 0.9.0",
10506 "subtle",
10507 "zeroize",
10508]
10509
10510[[package]]
10511name = "security-framework"
10512version = "2.11.1"
10513source = "registry+https://github.com/rust-lang/crates.io-index"
10514checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
10515dependencies = [
10516 "bitflags 2.6.0",
10517 "core-foundation 0.9.4",
10518 "core-foundation-sys",
10519 "libc",
10520 "security-framework-sys",
10521]
10522
10523[[package]]
10524name = "security-framework-sys"
10525version = "2.11.1"
10526source = "registry+https://github.com/rust-lang/crates.io-index"
10527checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
10528dependencies = [
10529 "core-foundation-sys",
10530 "libc",
10531]
10532
10533[[package]]
10534name = "self_cell"
10535version = "1.0.4"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
10538
10539[[package]]
10540name = "semantic_index"
10541version = "0.1.0"
10542dependencies = [
10543 "anyhow",
10544 "arrayvec",
10545 "blake3",
10546 "client",
10547 "clock",
10548 "collections",
10549 "env_logger 0.11.5",
10550 "feature_flags",
10551 "fs",
10552 "futures 0.3.30",
10553 "futures-batch",
10554 "gpui",
10555 "heed",
10556 "http_client",
10557 "language",
10558 "language_model",
10559 "languages",
10560 "log",
10561 "open_ai",
10562 "parking_lot",
10563 "project",
10564 "reqwest_client",
10565 "serde",
10566 "serde_json",
10567 "settings",
10568 "sha2",
10569 "smol",
10570 "tempfile",
10571 "theme",
10572 "tree-sitter",
10573 "ui",
10574 "unindent",
10575 "util",
10576 "workspace",
10577 "worktree",
10578]
10579
10580[[package]]
10581name = "semantic_version"
10582version = "0.1.0"
10583dependencies = [
10584 "anyhow",
10585 "serde",
10586]
10587
10588[[package]]
10589name = "semver"
10590version = "1.0.23"
10591source = "registry+https://github.com/rust-lang/crates.io-index"
10592checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
10593dependencies = [
10594 "serde",
10595]
10596
10597[[package]]
10598name = "serde"
10599version = "1.0.209"
10600source = "registry+https://github.com/rust-lang/crates.io-index"
10601checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
10602dependencies = [
10603 "serde_derive",
10604]
10605
10606[[package]]
10607name = "serde_derive"
10608version = "1.0.209"
10609source = "registry+https://github.com/rust-lang/crates.io-index"
10610checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
10611dependencies = [
10612 "proc-macro2",
10613 "quote",
10614 "syn 2.0.76",
10615]
10616
10617[[package]]
10618name = "serde_derive_internals"
10619version = "0.26.0"
10620source = "registry+https://github.com/rust-lang/crates.io-index"
10621checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
10622dependencies = [
10623 "proc-macro2",
10624 "quote",
10625 "syn 1.0.109",
10626]
10627
10628[[package]]
10629name = "serde_derive_internals"
10630version = "0.29.1"
10631source = "registry+https://github.com/rust-lang/crates.io-index"
10632checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
10633dependencies = [
10634 "proc-macro2",
10635 "quote",
10636 "syn 2.0.76",
10637]
10638
10639[[package]]
10640name = "serde_fmt"
10641version = "1.0.3"
10642source = "registry+https://github.com/rust-lang/crates.io-index"
10643checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
10644dependencies = [
10645 "serde",
10646]
10647
10648[[package]]
10649name = "serde_json"
10650version = "1.0.128"
10651source = "registry+https://github.com/rust-lang/crates.io-index"
10652checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
10653dependencies = [
10654 "indexmap 2.4.0",
10655 "itoa",
10656 "memchr",
10657 "ryu",
10658 "serde",
10659]
10660
10661[[package]]
10662name = "serde_json_lenient"
10663version = "0.2.1"
10664source = "registry+https://github.com/rust-lang/crates.io-index"
10665checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078"
10666dependencies = [
10667 "indexmap 2.4.0",
10668 "itoa",
10669 "ryu",
10670 "serde",
10671]
10672
10673[[package]]
10674name = "serde_path_to_error"
10675version = "0.1.16"
10676source = "registry+https://github.com/rust-lang/crates.io-index"
10677checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
10678dependencies = [
10679 "itoa",
10680 "serde",
10681]
10682
10683[[package]]
10684name = "serde_qs"
10685version = "0.8.5"
10686source = "registry+https://github.com/rust-lang/crates.io-index"
10687checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
10688dependencies = [
10689 "percent-encoding",
10690 "serde",
10691 "thiserror",
10692]
10693
10694[[package]]
10695name = "serde_qs"
10696version = "0.10.1"
10697source = "registry+https://github.com/rust-lang/crates.io-index"
10698checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
10699dependencies = [
10700 "percent-encoding",
10701 "serde",
10702 "thiserror",
10703]
10704
10705[[package]]
10706name = "serde_repr"
10707version = "0.1.19"
10708source = "registry+https://github.com/rust-lang/crates.io-index"
10709checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
10710dependencies = [
10711 "proc-macro2",
10712 "quote",
10713 "syn 2.0.76",
10714]
10715
10716[[package]]
10717name = "serde_spanned"
10718version = "0.6.7"
10719source = "registry+https://github.com/rust-lang/crates.io-index"
10720checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
10721dependencies = [
10722 "serde",
10723]
10724
10725[[package]]
10726name = "serde_urlencoded"
10727version = "0.7.1"
10728source = "registry+https://github.com/rust-lang/crates.io-index"
10729checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
10730dependencies = [
10731 "form_urlencoded",
10732 "itoa",
10733 "ryu",
10734 "serde",
10735]
10736
10737[[package]]
10738name = "session"
10739version = "0.1.0"
10740dependencies = [
10741 "db",
10742 "gpui",
10743 "serde_json",
10744 "util",
10745 "uuid",
10746]
10747
10748[[package]]
10749name = "settings"
10750version = "0.1.0"
10751dependencies = [
10752 "anyhow",
10753 "collections",
10754 "ec4rs",
10755 "fs",
10756 "futures 0.3.30",
10757 "gpui",
10758 "indoc",
10759 "log",
10760 "paths",
10761 "pretty_assertions",
10762 "release_channel",
10763 "rust-embed",
10764 "schemars",
10765 "serde",
10766 "serde_derive",
10767 "serde_json",
10768 "serde_json_lenient",
10769 "smallvec",
10770 "tree-sitter",
10771 "tree-sitter-json",
10772 "unindent",
10773 "util",
10774]
10775
10776[[package]]
10777name = "settings_ui"
10778version = "0.1.0"
10779dependencies = [
10780 "command_palette_hooks",
10781 "editor",
10782 "feature_flags",
10783 "gpui",
10784 "settings",
10785 "theme",
10786 "ui",
10787 "workspace",
10788]
10789
10790[[package]]
10791name = "sha1"
10792version = "0.10.6"
10793source = "registry+https://github.com/rust-lang/crates.io-index"
10794checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
10795dependencies = [
10796 "cfg-if",
10797 "cpufeatures",
10798 "digest",
10799]
10800
10801[[package]]
10802name = "sha1_smol"
10803version = "1.0.1"
10804source = "registry+https://github.com/rust-lang/crates.io-index"
10805checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
10806
10807[[package]]
10808name = "sha2"
10809version = "0.10.8"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
10812dependencies = [
10813 "cfg-if",
10814 "cpufeatures",
10815 "digest",
10816]
10817
10818[[package]]
10819name = "sharded-slab"
10820version = "0.1.7"
10821source = "registry+https://github.com/rust-lang/crates.io-index"
10822checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
10823dependencies = [
10824 "lazy_static",
10825]
10826
10827[[package]]
10828name = "shell-words"
10829version = "1.1.0"
10830source = "registry+https://github.com/rust-lang/crates.io-index"
10831checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
10832
10833[[package]]
10834name = "shellexpand"
10835version = "2.1.2"
10836source = "registry+https://github.com/rust-lang/crates.io-index"
10837checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
10838dependencies = [
10839 "dirs 4.0.0",
10840]
10841
10842[[package]]
10843name = "shellexpand"
10844version = "3.1.0"
10845source = "registry+https://github.com/rust-lang/crates.io-index"
10846checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
10847dependencies = [
10848 "dirs 5.0.1",
10849]
10850
10851[[package]]
10852name = "shlex"
10853version = "1.3.0"
10854source = "registry+https://github.com/rust-lang/crates.io-index"
10855checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
10856
10857[[package]]
10858name = "signal-hook"
10859version = "0.3.17"
10860source = "registry+https://github.com/rust-lang/crates.io-index"
10861checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
10862dependencies = [
10863 "libc",
10864 "signal-hook-registry",
10865]
10866
10867[[package]]
10868name = "signal-hook-registry"
10869version = "1.4.2"
10870source = "registry+https://github.com/rust-lang/crates.io-index"
10871checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
10872dependencies = [
10873 "libc",
10874]
10875
10876[[package]]
10877name = "signature"
10878version = "1.6.4"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
10881dependencies = [
10882 "digest",
10883 "rand_core 0.6.4",
10884]
10885
10886[[package]]
10887name = "signature"
10888version = "2.2.0"
10889source = "registry+https://github.com/rust-lang/crates.io-index"
10890checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
10891dependencies = [
10892 "digest",
10893 "rand_core 0.6.4",
10894]
10895
10896[[package]]
10897name = "simd-adler32"
10898version = "0.3.7"
10899source = "registry+https://github.com/rust-lang/crates.io-index"
10900checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
10901
10902[[package]]
10903name = "simd_helpers"
10904version = "0.1.0"
10905source = "registry+https://github.com/rust-lang/crates.io-index"
10906checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
10907dependencies = [
10908 "quote",
10909]
10910
10911[[package]]
10912name = "simdutf8"
10913version = "0.1.4"
10914source = "registry+https://github.com/rust-lang/crates.io-index"
10915checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
10916
10917[[package]]
10918name = "similar"
10919version = "1.3.0"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
10922
10923[[package]]
10924name = "simple_asn1"
10925version = "0.6.2"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
10928dependencies = [
10929 "num-bigint",
10930 "num-traits",
10931 "thiserror",
10932 "time",
10933]
10934
10935[[package]]
10936name = "simplecss"
10937version = "0.2.1"
10938source = "registry+https://github.com/rust-lang/crates.io-index"
10939checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
10940dependencies = [
10941 "log",
10942]
10943
10944[[package]]
10945name = "simplelog"
10946version = "0.12.2"
10947source = "registry+https://github.com/rust-lang/crates.io-index"
10948checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
10949dependencies = [
10950 "log",
10951 "termcolor",
10952 "time",
10953]
10954
10955[[package]]
10956name = "siphasher"
10957version = "0.3.11"
10958source = "registry+https://github.com/rust-lang/crates.io-index"
10959checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
10960
10961[[package]]
10962name = "siphasher"
10963version = "1.0.1"
10964source = "registry+https://github.com/rust-lang/crates.io-index"
10965checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
10966
10967[[package]]
10968name = "skrifa"
10969version = "0.20.0"
10970source = "registry+https://github.com/rust-lang/crates.io-index"
10971checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
10972dependencies = [
10973 "bytemuck",
10974 "read-fonts",
10975]
10976
10977[[package]]
10978name = "slab"
10979version = "0.4.9"
10980source = "registry+https://github.com/rust-lang/crates.io-index"
10981checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
10982dependencies = [
10983 "autocfg",
10984]
10985
10986[[package]]
10987name = "slash_commands_example"
10988version = "0.1.0"
10989dependencies = [
10990 "zed_extension_api 0.1.0",
10991]
10992
10993[[package]]
10994name = "slice-group-by"
10995version = "0.3.1"
10996source = "registry+https://github.com/rust-lang/crates.io-index"
10997checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
10998
10999[[package]]
11000name = "slotmap"
11001version = "1.0.7"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11004dependencies = [
11005 "version_check",
11006]
11007
11008[[package]]
11009name = "smallvec"
11010version = "1.13.2"
11011source = "registry+https://github.com/rust-lang/crates.io-index"
11012checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11013dependencies = [
11014 "serde",
11015]
11016
11017[[package]]
11018name = "smart-default"
11019version = "0.6.0"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11022dependencies = [
11023 "proc-macro2",
11024 "quote",
11025 "syn 1.0.109",
11026]
11027
11028[[package]]
11029name = "smol"
11030version = "1.3.0"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11033dependencies = [
11034 "async-channel 1.9.0",
11035 "async-executor",
11036 "async-fs 1.6.0",
11037 "async-io 1.13.0",
11038 "async-lock 2.8.0",
11039 "async-net 1.8.0",
11040 "async-process 1.8.1",
11041 "blocking",
11042 "futures-lite 1.13.0",
11043]
11044
11045[[package]]
11046name = "smol_str"
11047version = "0.1.24"
11048source = "registry+https://github.com/rust-lang/crates.io-index"
11049checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11050dependencies = [
11051 "serde",
11052]
11053
11054[[package]]
11055name = "snippet"
11056version = "0.1.0"
11057dependencies = [
11058 "anyhow",
11059 "smallvec",
11060]
11061
11062[[package]]
11063name = "snippet_provider"
11064version = "0.1.0"
11065dependencies = [
11066 "anyhow",
11067 "collections",
11068 "fs",
11069 "futures 0.3.30",
11070 "gpui",
11071 "parking_lot",
11072 "paths",
11073 "serde",
11074 "serde_json",
11075 "snippet",
11076 "util",
11077]
11078
11079[[package]]
11080name = "snippets_ui"
11081version = "0.1.0"
11082dependencies = [
11083 "fuzzy",
11084 "gpui",
11085 "language",
11086 "paths",
11087 "picker",
11088 "ui",
11089 "util",
11090 "workspace",
11091]
11092
11093[[package]]
11094name = "socket2"
11095version = "0.4.10"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
11098dependencies = [
11099 "libc",
11100 "winapi",
11101]
11102
11103[[package]]
11104name = "socket2"
11105version = "0.5.7"
11106source = "registry+https://github.com/rust-lang/crates.io-index"
11107checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
11108dependencies = [
11109 "libc",
11110 "windows-sys 0.52.0",
11111]
11112
11113[[package]]
11114name = "spdx"
11115version = "0.10.6"
11116source = "registry+https://github.com/rust-lang/crates.io-index"
11117checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
11118dependencies = [
11119 "smallvec",
11120]
11121
11122[[package]]
11123name = "spin"
11124version = "0.5.2"
11125source = "registry+https://github.com/rust-lang/crates.io-index"
11126checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
11127
11128[[package]]
11129name = "spin"
11130version = "0.9.8"
11131source = "registry+https://github.com/rust-lang/crates.io-index"
11132checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11133dependencies = [
11134 "lock_api",
11135]
11136
11137[[package]]
11138name = "spirv"
11139version = "0.3.0+sdk-1.3.268.0"
11140source = "registry+https://github.com/rust-lang/crates.io-index"
11141checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11142dependencies = [
11143 "bitflags 2.6.0",
11144]
11145
11146[[package]]
11147name = "spki"
11148version = "0.6.0"
11149source = "registry+https://github.com/rust-lang/crates.io-index"
11150checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11151dependencies = [
11152 "base64ct",
11153 "der 0.6.1",
11154]
11155
11156[[package]]
11157name = "spki"
11158version = "0.7.3"
11159source = "registry+https://github.com/rust-lang/crates.io-index"
11160checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11161dependencies = [
11162 "base64ct",
11163 "der 0.7.9",
11164]
11165
11166[[package]]
11167name = "sptr"
11168version = "0.3.2"
11169source = "registry+https://github.com/rust-lang/crates.io-index"
11170checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11171
11172[[package]]
11173name = "sqlez"
11174version = "0.1.0"
11175dependencies = [
11176 "anyhow",
11177 "collections",
11178 "futures 0.3.30",
11179 "indoc",
11180 "libsqlite3-sys",
11181 "parking_lot",
11182 "smol",
11183 "sqlformat",
11184 "thread_local",
11185 "util",
11186 "uuid",
11187]
11188
11189[[package]]
11190name = "sqlez_macros"
11191version = "0.1.0"
11192dependencies = [
11193 "sqlez",
11194 "sqlformat",
11195 "syn 1.0.109",
11196]
11197
11198[[package]]
11199name = "sqlformat"
11200version = "0.2.6"
11201source = "registry+https://github.com/rust-lang/crates.io-index"
11202checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
11203dependencies = [
11204 "nom",
11205 "unicode_categories",
11206]
11207
11208[[package]]
11209name = "sqlx"
11210version = "0.8.0"
11211source = "registry+https://github.com/rust-lang/crates.io-index"
11212checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
11213dependencies = [
11214 "sqlx-core",
11215 "sqlx-macros",
11216 "sqlx-mysql",
11217 "sqlx-postgres",
11218 "sqlx-sqlite",
11219]
11220
11221[[package]]
11222name = "sqlx-core"
11223version = "0.8.0"
11224source = "registry+https://github.com/rust-lang/crates.io-index"
11225checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
11226dependencies = [
11227 "atoi",
11228 "bigdecimal",
11229 "byteorder",
11230 "bytes 1.7.2",
11231 "chrono",
11232 "crc",
11233 "crossbeam-queue",
11234 "either",
11235 "event-listener 5.3.1",
11236 "futures-channel",
11237 "futures-core",
11238 "futures-intrusive",
11239 "futures-io",
11240 "futures-util",
11241 "hashbrown 0.14.5",
11242 "hashlink 0.9.1",
11243 "hex",
11244 "indexmap 2.4.0",
11245 "log",
11246 "memchr",
11247 "once_cell",
11248 "paste",
11249 "percent-encoding",
11250 "rust_decimal",
11251 "rustls 0.21.12",
11252 "rustls-pemfile 1.0.4",
11253 "serde",
11254 "serde_json",
11255 "sha2",
11256 "smallvec",
11257 "sqlformat",
11258 "thiserror",
11259 "time",
11260 "tokio",
11261 "tokio-stream",
11262 "tracing",
11263 "url",
11264 "uuid",
11265 "webpki-roots 0.25.4",
11266]
11267
11268[[package]]
11269name = "sqlx-macros"
11270version = "0.8.0"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
11273dependencies = [
11274 "proc-macro2",
11275 "quote",
11276 "sqlx-core",
11277 "sqlx-macros-core",
11278 "syn 2.0.76",
11279]
11280
11281[[package]]
11282name = "sqlx-macros-core"
11283version = "0.8.0"
11284source = "registry+https://github.com/rust-lang/crates.io-index"
11285checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
11286dependencies = [
11287 "dotenvy",
11288 "either",
11289 "heck 0.5.0",
11290 "hex",
11291 "once_cell",
11292 "proc-macro2",
11293 "quote",
11294 "serde",
11295 "serde_json",
11296 "sha2",
11297 "sqlx-core",
11298 "sqlx-mysql",
11299 "sqlx-postgres",
11300 "sqlx-sqlite",
11301 "syn 2.0.76",
11302 "tempfile",
11303 "tokio",
11304 "url",
11305]
11306
11307[[package]]
11308name = "sqlx-mysql"
11309version = "0.8.0"
11310source = "registry+https://github.com/rust-lang/crates.io-index"
11311checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
11312dependencies = [
11313 "atoi",
11314 "base64 0.22.1",
11315 "bigdecimal",
11316 "bitflags 2.6.0",
11317 "byteorder",
11318 "bytes 1.7.2",
11319 "chrono",
11320 "crc",
11321 "digest",
11322 "dotenvy",
11323 "either",
11324 "futures-channel",
11325 "futures-core",
11326 "futures-io",
11327 "futures-util",
11328 "generic-array",
11329 "hex",
11330 "hkdf",
11331 "hmac",
11332 "itoa",
11333 "log",
11334 "md-5",
11335 "memchr",
11336 "once_cell",
11337 "percent-encoding",
11338 "rand 0.8.5",
11339 "rsa",
11340 "rust_decimal",
11341 "serde",
11342 "sha1",
11343 "sha2",
11344 "smallvec",
11345 "sqlx-core",
11346 "stringprep",
11347 "thiserror",
11348 "time",
11349 "tracing",
11350 "uuid",
11351 "whoami",
11352]
11353
11354[[package]]
11355name = "sqlx-postgres"
11356version = "0.8.0"
11357source = "registry+https://github.com/rust-lang/crates.io-index"
11358checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
11359dependencies = [
11360 "atoi",
11361 "base64 0.22.1",
11362 "bigdecimal",
11363 "bitflags 2.6.0",
11364 "byteorder",
11365 "chrono",
11366 "crc",
11367 "dotenvy",
11368 "etcetera",
11369 "futures-channel",
11370 "futures-core",
11371 "futures-io",
11372 "futures-util",
11373 "hex",
11374 "hkdf",
11375 "hmac",
11376 "home",
11377 "itoa",
11378 "log",
11379 "md-5",
11380 "memchr",
11381 "num-bigint",
11382 "once_cell",
11383 "rand 0.8.5",
11384 "rust_decimal",
11385 "serde",
11386 "serde_json",
11387 "sha2",
11388 "smallvec",
11389 "sqlx-core",
11390 "stringprep",
11391 "thiserror",
11392 "time",
11393 "tracing",
11394 "uuid",
11395 "whoami",
11396]
11397
11398[[package]]
11399name = "sqlx-sqlite"
11400version = "0.8.0"
11401source = "registry+https://github.com/rust-lang/crates.io-index"
11402checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
11403dependencies = [
11404 "atoi",
11405 "chrono",
11406 "flume",
11407 "futures-channel",
11408 "futures-core",
11409 "futures-executor",
11410 "futures-intrusive",
11411 "futures-util",
11412 "libsqlite3-sys",
11413 "log",
11414 "percent-encoding",
11415 "serde",
11416 "serde_urlencoded",
11417 "sqlx-core",
11418 "time",
11419 "tracing",
11420 "url",
11421 "uuid",
11422]
11423
11424[[package]]
11425name = "stable_deref_trait"
11426version = "1.2.0"
11427source = "registry+https://github.com/rust-lang/crates.io-index"
11428checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
11429
11430[[package]]
11431name = "static_assertions"
11432version = "1.1.0"
11433source = "registry+https://github.com/rust-lang/crates.io-index"
11434checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
11435
11436[[package]]
11437name = "story"
11438version = "0.1.0"
11439dependencies = [
11440 "gpui",
11441 "itertools 0.13.0",
11442 "smallvec",
11443]
11444
11445[[package]]
11446name = "storybook"
11447version = "0.1.0"
11448dependencies = [
11449 "anyhow",
11450 "clap",
11451 "collab_ui",
11452 "ctrlc",
11453 "dialoguer",
11454 "editor",
11455 "fuzzy",
11456 "gpui",
11457 "indoc",
11458 "language",
11459 "log",
11460 "menu",
11461 "picker",
11462 "project",
11463 "reqwest_client",
11464 "rust-embed",
11465 "settings",
11466 "simplelog",
11467 "story",
11468 "strum 0.25.0",
11469 "theme",
11470 "title_bar",
11471 "ui",
11472]
11473
11474[[package]]
11475name = "strict-num"
11476version = "0.1.1"
11477source = "registry+https://github.com/rust-lang/crates.io-index"
11478checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
11479dependencies = [
11480 "float-cmp",
11481]
11482
11483[[package]]
11484name = "string_cache"
11485version = "0.8.7"
11486source = "registry+https://github.com/rust-lang/crates.io-index"
11487checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
11488dependencies = [
11489 "new_debug_unreachable",
11490 "once_cell",
11491 "parking_lot",
11492 "phf_shared 0.10.0",
11493 "precomputed-hash",
11494 "serde",
11495]
11496
11497[[package]]
11498name = "string_cache_codegen"
11499version = "0.5.2"
11500source = "registry+https://github.com/rust-lang/crates.io-index"
11501checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
11502dependencies = [
11503 "phf_generator 0.10.0",
11504 "phf_shared 0.10.0",
11505 "proc-macro2",
11506 "quote",
11507]
11508
11509[[package]]
11510name = "stringprep"
11511version = "0.1.5"
11512source = "registry+https://github.com/rust-lang/crates.io-index"
11513checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
11514dependencies = [
11515 "unicode-bidi",
11516 "unicode-normalization",
11517 "unicode-properties",
11518]
11519
11520[[package]]
11521name = "strsim"
11522version = "0.11.1"
11523source = "registry+https://github.com/rust-lang/crates.io-index"
11524checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
11525
11526[[package]]
11527name = "strum"
11528version = "0.25.0"
11529source = "registry+https://github.com/rust-lang/crates.io-index"
11530checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
11531dependencies = [
11532 "strum_macros",
11533]
11534
11535[[package]]
11536name = "strum"
11537version = "0.26.3"
11538source = "registry+https://github.com/rust-lang/crates.io-index"
11539checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
11540
11541[[package]]
11542name = "strum_macros"
11543version = "0.25.3"
11544source = "registry+https://github.com/rust-lang/crates.io-index"
11545checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
11546dependencies = [
11547 "heck 0.4.1",
11548 "proc-macro2",
11549 "quote",
11550 "rustversion",
11551 "syn 2.0.76",
11552]
11553
11554[[package]]
11555name = "subtle"
11556version = "2.6.1"
11557source = "registry+https://github.com/rust-lang/crates.io-index"
11558checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
11559
11560[[package]]
11561name = "sum_tree"
11562version = "0.1.0"
11563dependencies = [
11564 "arrayvec",
11565 "ctor",
11566 "env_logger 0.11.5",
11567 "log",
11568 "rand 0.8.5",
11569 "rayon",
11570]
11571
11572[[package]]
11573name = "supermaven"
11574version = "0.1.0"
11575dependencies = [
11576 "anyhow",
11577 "client",
11578 "collections",
11579 "editor",
11580 "env_logger 0.11.5",
11581 "futures 0.3.30",
11582 "gpui",
11583 "http_client",
11584 "language",
11585 "log",
11586 "postage",
11587 "project",
11588 "serde",
11589 "serde_json",
11590 "settings",
11591 "smol",
11592 "supermaven_api",
11593 "text",
11594 "theme",
11595 "ui",
11596 "unicode-segmentation",
11597 "util",
11598 "windows 0.58.0",
11599]
11600
11601[[package]]
11602name = "supermaven_api"
11603version = "0.1.0"
11604dependencies = [
11605 "anyhow",
11606 "futures 0.3.30",
11607 "http_client",
11608 "paths",
11609 "serde",
11610 "serde_json",
11611 "smol",
11612]
11613
11614[[package]]
11615name = "sval"
11616version = "2.13.0"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
11619
11620[[package]]
11621name = "sval_buffer"
11622version = "2.13.0"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
11625dependencies = [
11626 "sval",
11627 "sval_ref",
11628]
11629
11630[[package]]
11631name = "sval_dynamic"
11632version = "2.13.0"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
11635dependencies = [
11636 "sval",
11637]
11638
11639[[package]]
11640name = "sval_fmt"
11641version = "2.13.0"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
11644dependencies = [
11645 "itoa",
11646 "ryu",
11647 "sval",
11648]
11649
11650[[package]]
11651name = "sval_json"
11652version = "2.13.0"
11653source = "registry+https://github.com/rust-lang/crates.io-index"
11654checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
11655dependencies = [
11656 "itoa",
11657 "ryu",
11658 "sval",
11659]
11660
11661[[package]]
11662name = "sval_nested"
11663version = "2.13.0"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
11666dependencies = [
11667 "sval",
11668 "sval_buffer",
11669 "sval_ref",
11670]
11671
11672[[package]]
11673name = "sval_ref"
11674version = "2.13.0"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
11677dependencies = [
11678 "sval",
11679]
11680
11681[[package]]
11682name = "sval_serde"
11683version = "2.13.0"
11684source = "registry+https://github.com/rust-lang/crates.io-index"
11685checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
11686dependencies = [
11687 "serde",
11688 "sval",
11689 "sval_nested",
11690]
11691
11692[[package]]
11693name = "svg_fmt"
11694version = "0.4.3"
11695source = "registry+https://github.com/rust-lang/crates.io-index"
11696checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
11697
11698[[package]]
11699name = "svgtypes"
11700version = "0.15.2"
11701source = "registry+https://github.com/rust-lang/crates.io-index"
11702checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
11703dependencies = [
11704 "kurbo",
11705 "siphasher 1.0.1",
11706]
11707
11708[[package]]
11709name = "swash"
11710version = "0.1.18"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
11713dependencies = [
11714 "skrifa",
11715 "yazi",
11716 "zeno",
11717]
11718
11719[[package]]
11720name = "syn"
11721version = "1.0.109"
11722source = "registry+https://github.com/rust-lang/crates.io-index"
11723checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
11724dependencies = [
11725 "proc-macro2",
11726 "quote",
11727 "unicode-ident",
11728]
11729
11730[[package]]
11731name = "syn"
11732version = "2.0.76"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525"
11735dependencies = [
11736 "proc-macro2",
11737 "quote",
11738 "unicode-ident",
11739]
11740
11741[[package]]
11742name = "syn_derive"
11743version = "0.1.8"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
11746dependencies = [
11747 "proc-macro-error",
11748 "proc-macro2",
11749 "quote",
11750 "syn 2.0.76",
11751]
11752
11753[[package]]
11754name = "sync_wrapper"
11755version = "0.1.2"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
11758
11759[[package]]
11760name = "sync_wrapper"
11761version = "1.0.1"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
11764dependencies = [
11765 "futures-core",
11766]
11767
11768[[package]]
11769name = "synchronoise"
11770version = "1.0.1"
11771source = "registry+https://github.com/rust-lang/crates.io-index"
11772checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
11773dependencies = [
11774 "crossbeam-queue",
11775]
11776
11777[[package]]
11778name = "sys-locale"
11779version = "0.3.1"
11780source = "registry+https://github.com/rust-lang/crates.io-index"
11781checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
11782dependencies = [
11783 "libc",
11784]
11785
11786[[package]]
11787name = "sysinfo"
11788version = "0.31.4"
11789source = "registry+https://github.com/rust-lang/crates.io-index"
11790checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
11791dependencies = [
11792 "core-foundation-sys",
11793 "libc",
11794 "memchr",
11795 "ntapi",
11796 "rayon",
11797 "windows 0.54.0",
11798]
11799
11800[[package]]
11801name = "system-configuration"
11802version = "0.5.1"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
11805dependencies = [
11806 "bitflags 1.3.2",
11807 "core-foundation 0.9.4",
11808 "system-configuration-sys 0.5.0",
11809]
11810
11811[[package]]
11812name = "system-configuration"
11813version = "0.6.1"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
11816dependencies = [
11817 "bitflags 2.6.0",
11818 "core-foundation 0.9.4",
11819 "system-configuration-sys 0.6.0",
11820]
11821
11822[[package]]
11823name = "system-configuration-sys"
11824version = "0.5.0"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
11827dependencies = [
11828 "core-foundation-sys",
11829 "libc",
11830]
11831
11832[[package]]
11833name = "system-configuration-sys"
11834version = "0.6.0"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
11837dependencies = [
11838 "core-foundation-sys",
11839 "libc",
11840]
11841
11842[[package]]
11843name = "system-deps"
11844version = "6.2.2"
11845source = "registry+https://github.com/rust-lang/crates.io-index"
11846checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
11847dependencies = [
11848 "cfg-expr",
11849 "heck 0.5.0",
11850 "pkg-config",
11851 "toml 0.8.19",
11852 "version-compare",
11853]
11854
11855[[package]]
11856name = "system-interface"
11857version = "0.27.2"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
11860dependencies = [
11861 "bitflags 2.6.0",
11862 "cap-fs-ext",
11863 "cap-std",
11864 "fd-lock",
11865 "io-lifetimes 2.0.3",
11866 "rustix 0.38.35",
11867 "windows-sys 0.52.0",
11868 "winx",
11869]
11870
11871[[package]]
11872name = "tab_switcher"
11873version = "0.1.0"
11874dependencies = [
11875 "anyhow",
11876 "collections",
11877 "ctor",
11878 "editor",
11879 "env_logger 0.11.5",
11880 "gpui",
11881 "language",
11882 "menu",
11883 "picker",
11884 "project",
11885 "serde",
11886 "serde_json",
11887 "settings",
11888 "theme",
11889 "ui",
11890 "util",
11891 "workspace",
11892]
11893
11894[[package]]
11895name = "taffy"
11896version = "0.4.4"
11897source = "registry+https://github.com/rust-lang/crates.io-index"
11898checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
11899dependencies = [
11900 "arrayvec",
11901 "grid",
11902 "num-traits",
11903 "serde",
11904 "slotmap",
11905]
11906
11907[[package]]
11908name = "take-until"
11909version = "0.2.0"
11910source = "registry+https://github.com/rust-lang/crates.io-index"
11911checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
11912
11913[[package]]
11914name = "tap"
11915version = "1.0.1"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
11918
11919[[package]]
11920name = "target-lexicon"
11921version = "0.12.16"
11922source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
11924
11925[[package]]
11926name = "task"
11927version = "0.1.0"
11928dependencies = [
11929 "anyhow",
11930 "collections",
11931 "futures 0.3.30",
11932 "gpui",
11933 "hex",
11934 "parking_lot",
11935 "schemars",
11936 "serde",
11937 "serde_json_lenient",
11938 "sha2",
11939 "shellexpand 2.1.2",
11940 "util",
11941]
11942
11943[[package]]
11944name = "tasks_ui"
11945version = "0.1.0"
11946dependencies = [
11947 "anyhow",
11948 "editor",
11949 "file_icons",
11950 "fuzzy",
11951 "gpui",
11952 "language",
11953 "menu",
11954 "picker",
11955 "project",
11956 "schemars",
11957 "serde",
11958 "serde_json",
11959 "settings",
11960 "task",
11961 "tree-sitter-rust",
11962 "tree-sitter-typescript",
11963 "ui",
11964 "util",
11965 "workspace",
11966]
11967
11968[[package]]
11969name = "telemetry_events"
11970version = "0.1.0"
11971dependencies = [
11972 "semantic_version",
11973 "serde",
11974]
11975
11976[[package]]
11977name = "tempfile"
11978version = "3.12.0"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
11981dependencies = [
11982 "cfg-if",
11983 "fastrand 2.1.1",
11984 "once_cell",
11985 "rustix 0.38.35",
11986 "windows-sys 0.59.0",
11987]
11988
11989[[package]]
11990name = "tendril"
11991version = "0.4.3"
11992source = "registry+https://github.com/rust-lang/crates.io-index"
11993checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
11994dependencies = [
11995 "futf",
11996 "mac",
11997 "utf-8",
11998]
11999
12000[[package]]
12001name = "termcolor"
12002version = "1.4.1"
12003source = "registry+https://github.com/rust-lang/crates.io-index"
12004checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12005dependencies = [
12006 "winapi-util",
12007]
12008
12009[[package]]
12010name = "terminal"
12011version = "0.1.0"
12012dependencies = [
12013 "alacritty_terminal",
12014 "anyhow",
12015 "collections",
12016 "dirs 4.0.0",
12017 "futures 0.3.30",
12018 "gpui",
12019 "libc",
12020 "rand 0.8.5",
12021 "regex",
12022 "release_channel",
12023 "schemars",
12024 "serde",
12025 "serde_derive",
12026 "settings",
12027 "smol",
12028 "sysinfo",
12029 "task",
12030 "theme",
12031 "thiserror",
12032 "util",
12033 "windows 0.58.0",
12034]
12035
12036[[package]]
12037name = "terminal_size"
12038version = "0.4.0"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
12041dependencies = [
12042 "rustix 0.38.35",
12043 "windows-sys 0.59.0",
12044]
12045
12046[[package]]
12047name = "terminal_view"
12048version = "0.1.0"
12049dependencies = [
12050 "anyhow",
12051 "client",
12052 "collections",
12053 "db",
12054 "dirs 4.0.0",
12055 "editor",
12056 "futures 0.3.30",
12057 "gpui",
12058 "itertools 0.13.0",
12059 "language",
12060 "project",
12061 "rand 0.8.5",
12062 "search",
12063 "serde",
12064 "serde_json",
12065 "settings",
12066 "shellexpand 2.1.2",
12067 "smol",
12068 "task",
12069 "tasks_ui",
12070 "terminal",
12071 "theme",
12072 "ui",
12073 "util",
12074 "workspace",
12075 "zed_actions",
12076]
12077
12078[[package]]
12079name = "text"
12080version = "0.1.0"
12081dependencies = [
12082 "anyhow",
12083 "clock",
12084 "collections",
12085 "ctor",
12086 "env_logger 0.11.5",
12087 "gpui",
12088 "http_client",
12089 "log",
12090 "parking_lot",
12091 "postage",
12092 "rand 0.8.5",
12093 "regex",
12094 "rope",
12095 "smallvec",
12096 "sum_tree",
12097 "util",
12098]
12099
12100[[package]]
12101name = "theme"
12102version = "0.1.0"
12103dependencies = [
12104 "anyhow",
12105 "collections",
12106 "derive_more",
12107 "fs",
12108 "futures 0.3.30",
12109 "gpui",
12110 "indexmap 1.9.3",
12111 "log",
12112 "palette",
12113 "parking_lot",
12114 "refineable",
12115 "schemars",
12116 "serde",
12117 "serde_derive",
12118 "serde_json",
12119 "serde_json_lenient",
12120 "serde_repr",
12121 "settings",
12122 "strum 0.25.0",
12123 "util",
12124 "uuid",
12125]
12126
12127[[package]]
12128name = "theme_importer"
12129version = "0.1.0"
12130dependencies = [
12131 "anyhow",
12132 "clap",
12133 "gpui",
12134 "indexmap 1.9.3",
12135 "log",
12136 "palette",
12137 "rust-embed",
12138 "schemars",
12139 "serde",
12140 "serde_json",
12141 "serde_json_lenient",
12142 "simplelog",
12143 "strum 0.25.0",
12144 "theme",
12145 "vscode_theme",
12146]
12147
12148[[package]]
12149name = "theme_selector"
12150version = "0.1.0"
12151dependencies = [
12152 "client",
12153 "fs",
12154 "fuzzy",
12155 "gpui",
12156 "log",
12157 "picker",
12158 "serde",
12159 "settings",
12160 "theme",
12161 "ui",
12162 "util",
12163 "workspace",
12164]
12165
12166[[package]]
12167name = "thiserror"
12168version = "1.0.64"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
12171dependencies = [
12172 "thiserror-impl",
12173]
12174
12175[[package]]
12176name = "thiserror-impl"
12177version = "1.0.64"
12178source = "registry+https://github.com/rust-lang/crates.io-index"
12179checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
12180dependencies = [
12181 "proc-macro2",
12182 "quote",
12183 "syn 2.0.76",
12184]
12185
12186[[package]]
12187name = "thread_local"
12188version = "1.1.8"
12189source = "registry+https://github.com/rust-lang/crates.io-index"
12190checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
12191dependencies = [
12192 "cfg-if",
12193 "once_cell",
12194]
12195
12196[[package]]
12197name = "tiff"
12198version = "0.9.1"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
12201dependencies = [
12202 "flate2",
12203 "jpeg-decoder",
12204 "weezl",
12205]
12206
12207[[package]]
12208name = "tiktoken-rs"
12209version = "0.5.9"
12210source = "registry+https://github.com/rust-lang/crates.io-index"
12211checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
12212dependencies = [
12213 "anyhow",
12214 "base64 0.21.7",
12215 "bstr",
12216 "fancy-regex",
12217 "lazy_static",
12218 "parking_lot",
12219 "rustc-hash 1.1.0",
12220]
12221
12222[[package]]
12223name = "time"
12224version = "0.3.36"
12225source = "registry+https://github.com/rust-lang/crates.io-index"
12226checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
12227dependencies = [
12228 "deranged",
12229 "itoa",
12230 "libc",
12231 "num-conv",
12232 "num_threads",
12233 "powerfmt",
12234 "serde",
12235 "time-core",
12236 "time-macros",
12237]
12238
12239[[package]]
12240name = "time-core"
12241version = "0.1.2"
12242source = "registry+https://github.com/rust-lang/crates.io-index"
12243checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
12244
12245[[package]]
12246name = "time-macros"
12247version = "0.2.18"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
12250dependencies = [
12251 "num-conv",
12252 "time-core",
12253]
12254
12255[[package]]
12256name = "time_format"
12257version = "0.1.0"
12258dependencies = [
12259 "core-foundation 0.9.4",
12260 "core-foundation-sys",
12261 "sys-locale",
12262 "time",
12263]
12264
12265[[package]]
12266name = "tiny-keccak"
12267version = "2.0.2"
12268source = "registry+https://github.com/rust-lang/crates.io-index"
12269checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
12270dependencies = [
12271 "crunchy",
12272]
12273
12274[[package]]
12275name = "tiny-skia"
12276version = "0.11.4"
12277source = "registry+https://github.com/rust-lang/crates.io-index"
12278checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
12279dependencies = [
12280 "arrayref",
12281 "arrayvec",
12282 "bytemuck",
12283 "cfg-if",
12284 "log",
12285 "png",
12286 "tiny-skia-path",
12287]
12288
12289[[package]]
12290name = "tiny-skia-path"
12291version = "0.11.4"
12292source = "registry+https://github.com/rust-lang/crates.io-index"
12293checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
12294dependencies = [
12295 "arrayref",
12296 "bytemuck",
12297 "strict-num",
12298]
12299
12300[[package]]
12301name = "tiny_http"
12302version = "0.8.2"
12303source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
12305dependencies = [
12306 "ascii",
12307 "chrono",
12308 "chunked_transfer",
12309 "log",
12310 "url",
12311]
12312
12313[[package]]
12314name = "tinytemplate"
12315version = "1.2.1"
12316source = "registry+https://github.com/rust-lang/crates.io-index"
12317checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
12318dependencies = [
12319 "serde",
12320 "serde_json",
12321]
12322
12323[[package]]
12324name = "tinyvec"
12325version = "1.8.0"
12326source = "registry+https://github.com/rust-lang/crates.io-index"
12327checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
12328dependencies = [
12329 "tinyvec_macros",
12330]
12331
12332[[package]]
12333name = "tinyvec_macros"
12334version = "0.1.1"
12335source = "registry+https://github.com/rust-lang/crates.io-index"
12336checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
12337
12338[[package]]
12339name = "title_bar"
12340version = "0.1.0"
12341dependencies = [
12342 "auto_update",
12343 "call",
12344 "client",
12345 "collections",
12346 "command_palette",
12347 "editor",
12348 "extensions_ui",
12349 "feature_flags",
12350 "feedback",
12351 "gpui",
12352 "http_client",
12353 "notifications",
12354 "pretty_assertions",
12355 "project",
12356 "recent_projects",
12357 "remote",
12358 "rpc",
12359 "serde",
12360 "settings",
12361 "smallvec",
12362 "story",
12363 "theme",
12364 "theme_selector",
12365 "tree-sitter-md",
12366 "ui",
12367 "util",
12368 "vcs_menu",
12369 "windows 0.58.0",
12370 "workspace",
12371 "zed_actions",
12372]
12373
12374[[package]]
12375name = "tokio"
12376version = "1.40.0"
12377source = "registry+https://github.com/rust-lang/crates.io-index"
12378checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
12379dependencies = [
12380 "backtrace",
12381 "bytes 1.7.2",
12382 "libc",
12383 "mio 1.0.2",
12384 "parking_lot",
12385 "pin-project-lite",
12386 "signal-hook-registry",
12387 "socket2 0.5.7",
12388 "tokio-macros",
12389 "windows-sys 0.52.0",
12390]
12391
12392[[package]]
12393name = "tokio-io"
12394version = "0.1.13"
12395source = "registry+https://github.com/rust-lang/crates.io-index"
12396checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
12397dependencies = [
12398 "bytes 0.4.12",
12399 "futures 0.1.31",
12400 "log",
12401]
12402
12403[[package]]
12404name = "tokio-macros"
12405version = "2.4.0"
12406source = "registry+https://github.com/rust-lang/crates.io-index"
12407checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
12408dependencies = [
12409 "proc-macro2",
12410 "quote",
12411 "syn 2.0.76",
12412]
12413
12414[[package]]
12415name = "tokio-native-tls"
12416version = "0.3.1"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
12419dependencies = [
12420 "native-tls",
12421 "tokio",
12422]
12423
12424[[package]]
12425name = "tokio-rustls"
12426version = "0.24.1"
12427source = "registry+https://github.com/rust-lang/crates.io-index"
12428checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
12429dependencies = [
12430 "rustls 0.21.12",
12431 "tokio",
12432]
12433
12434[[package]]
12435name = "tokio-rustls"
12436version = "0.26.0"
12437source = "registry+https://github.com/rust-lang/crates.io-index"
12438checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
12439dependencies = [
12440 "rustls 0.23.13",
12441 "rustls-pki-types",
12442 "tokio",
12443]
12444
12445[[package]]
12446name = "tokio-socks"
12447version = "0.5.2"
12448source = "registry+https://github.com/rust-lang/crates.io-index"
12449checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
12450dependencies = [
12451 "either",
12452 "futures-io",
12453 "futures-util",
12454 "thiserror",
12455 "tokio",
12456]
12457
12458[[package]]
12459name = "tokio-stream"
12460version = "0.1.15"
12461source = "registry+https://github.com/rust-lang/crates.io-index"
12462checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
12463dependencies = [
12464 "futures-core",
12465 "pin-project-lite",
12466 "tokio",
12467]
12468
12469[[package]]
12470name = "tokio-tungstenite"
12471version = "0.20.1"
12472source = "registry+https://github.com/rust-lang/crates.io-index"
12473checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
12474dependencies = [
12475 "futures-util",
12476 "log",
12477 "tokio",
12478 "tungstenite 0.20.1",
12479]
12480
12481[[package]]
12482name = "tokio-tungstenite"
12483version = "0.21.0"
12484source = "registry+https://github.com/rust-lang/crates.io-index"
12485checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
12486dependencies = [
12487 "futures-util",
12488 "log",
12489 "tokio",
12490 "tungstenite 0.21.0",
12491]
12492
12493[[package]]
12494name = "tokio-util"
12495version = "0.7.12"
12496source = "registry+https://github.com/rust-lang/crates.io-index"
12497checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
12498dependencies = [
12499 "bytes 1.7.2",
12500 "futures-core",
12501 "futures-io",
12502 "futures-sink",
12503 "pin-project-lite",
12504 "tokio",
12505]
12506
12507[[package]]
12508name = "toml"
12509version = "0.5.11"
12510source = "registry+https://github.com/rust-lang/crates.io-index"
12511checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
12512dependencies = [
12513 "serde",
12514]
12515
12516[[package]]
12517name = "toml"
12518version = "0.7.8"
12519source = "registry+https://github.com/rust-lang/crates.io-index"
12520checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
12521dependencies = [
12522 "serde",
12523 "serde_spanned",
12524 "toml_datetime",
12525 "toml_edit 0.19.15",
12526]
12527
12528[[package]]
12529name = "toml"
12530version = "0.8.19"
12531source = "registry+https://github.com/rust-lang/crates.io-index"
12532checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
12533dependencies = [
12534 "serde",
12535 "serde_spanned",
12536 "toml_datetime",
12537 "toml_edit 0.22.20",
12538]
12539
12540[[package]]
12541name = "toml_datetime"
12542version = "0.6.8"
12543source = "registry+https://github.com/rust-lang/crates.io-index"
12544checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
12545dependencies = [
12546 "serde",
12547]
12548
12549[[package]]
12550name = "toml_edit"
12551version = "0.19.15"
12552source = "registry+https://github.com/rust-lang/crates.io-index"
12553checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
12554dependencies = [
12555 "indexmap 2.4.0",
12556 "serde",
12557 "serde_spanned",
12558 "toml_datetime",
12559 "winnow 0.5.40",
12560]
12561
12562[[package]]
12563name = "toml_edit"
12564version = "0.22.20"
12565source = "registry+https://github.com/rust-lang/crates.io-index"
12566checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
12567dependencies = [
12568 "indexmap 2.4.0",
12569 "serde",
12570 "serde_spanned",
12571 "toml_datetime",
12572 "winnow 0.6.18",
12573]
12574
12575[[package]]
12576name = "toolchain_selector"
12577version = "0.1.0"
12578dependencies = [
12579 "editor",
12580 "fuzzy",
12581 "gpui",
12582 "language",
12583 "picker",
12584 "project",
12585 "ui",
12586 "util",
12587 "workspace",
12588]
12589
12590[[package]]
12591name = "topological-sort"
12592version = "0.2.2"
12593source = "registry+https://github.com/rust-lang/crates.io-index"
12594checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
12595
12596[[package]]
12597name = "tower"
12598version = "0.4.13"
12599source = "registry+https://github.com/rust-lang/crates.io-index"
12600checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
12601dependencies = [
12602 "futures-core",
12603 "futures-util",
12604 "pin-project",
12605 "pin-project-lite",
12606 "tokio",
12607 "tower-layer",
12608 "tower-service",
12609 "tracing",
12610]
12611
12612[[package]]
12613name = "tower-http"
12614version = "0.3.5"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
12617dependencies = [
12618 "bitflags 1.3.2",
12619 "bytes 1.7.2",
12620 "futures-core",
12621 "futures-util",
12622 "http 0.2.12",
12623 "http-body 0.4.6",
12624 "http-range-header",
12625 "pin-project-lite",
12626 "tower-layer",
12627 "tower-service",
12628]
12629
12630[[package]]
12631name = "tower-http"
12632version = "0.4.4"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
12635dependencies = [
12636 "bitflags 2.6.0",
12637 "bytes 1.7.2",
12638 "futures-core",
12639 "futures-util",
12640 "http 0.2.12",
12641 "http-body 0.4.6",
12642 "http-range-header",
12643 "pin-project-lite",
12644 "tower-layer",
12645 "tower-service",
12646 "tracing",
12647]
12648
12649[[package]]
12650name = "tower-layer"
12651version = "0.3.3"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
12654
12655[[package]]
12656name = "tower-service"
12657version = "0.3.3"
12658source = "registry+https://github.com/rust-lang/crates.io-index"
12659checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
12660
12661[[package]]
12662name = "tracing"
12663version = "0.1.40"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
12666dependencies = [
12667 "log",
12668 "pin-project-lite",
12669 "tracing-attributes",
12670 "tracing-core",
12671]
12672
12673[[package]]
12674name = "tracing-attributes"
12675version = "0.1.27"
12676source = "registry+https://github.com/rust-lang/crates.io-index"
12677checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
12678dependencies = [
12679 "proc-macro2",
12680 "quote",
12681 "syn 2.0.76",
12682]
12683
12684[[package]]
12685name = "tracing-core"
12686version = "0.1.32"
12687source = "registry+https://github.com/rust-lang/crates.io-index"
12688checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
12689dependencies = [
12690 "once_cell",
12691 "valuable",
12692]
12693
12694[[package]]
12695name = "tracing-log"
12696version = "0.2.0"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
12699dependencies = [
12700 "log",
12701 "once_cell",
12702 "tracing-core",
12703]
12704
12705[[package]]
12706name = "tracing-serde"
12707version = "0.1.3"
12708source = "registry+https://github.com/rust-lang/crates.io-index"
12709checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
12710dependencies = [
12711 "serde",
12712 "tracing-core",
12713]
12714
12715[[package]]
12716name = "tracing-subscriber"
12717version = "0.3.18"
12718source = "registry+https://github.com/rust-lang/crates.io-index"
12719checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
12720dependencies = [
12721 "matchers",
12722 "nu-ansi-term",
12723 "once_cell",
12724 "regex",
12725 "serde",
12726 "serde_json",
12727 "sharded-slab",
12728 "smallvec",
12729 "thread_local",
12730 "tracing",
12731 "tracing-core",
12732 "tracing-log",
12733 "tracing-serde",
12734]
12735
12736[[package]]
12737name = "tree-sitter"
12738version = "0.23.0"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "20f4cd3642c47a85052a887d86704f4eac272969f61b686bdd3f772122aabaff"
12741dependencies = [
12742 "cc",
12743 "regex",
12744 "regex-syntax 0.8.4",
12745 "tree-sitter-language",
12746 "wasmtime-c-api-impl",
12747]
12748
12749[[package]]
12750name = "tree-sitter-bash"
12751version = "0.23.1"
12752source = "registry+https://github.com/rust-lang/crates.io-index"
12753checksum = "3aa5e1c6bd02c0053f3f68edcf5d8866b38a8640584279e30fca88149ce14dda"
12754dependencies = [
12755 "cc",
12756 "tree-sitter-language",
12757]
12758
12759[[package]]
12760name = "tree-sitter-c"
12761version = "0.23.1"
12762source = "registry+https://github.com/rust-lang/crates.io-index"
12763checksum = "c8b3fb515e498e258799a31d78e6603767cd6892770d9e2290ec00af5c3ad80b"
12764dependencies = [
12765 "cc",
12766 "tree-sitter-language",
12767]
12768
12769[[package]]
12770name = "tree-sitter-cpp"
12771version = "0.23.1"
12772source = "registry+https://github.com/rust-lang/crates.io-index"
12773checksum = "1d67e862242878d6ee50e1e5814f267ee3eea0168aea2cdbd700ccfb4c74b6d3"
12774dependencies = [
12775 "cc",
12776 "tree-sitter-language",
12777]
12778
12779[[package]]
12780name = "tree-sitter-css"
12781version = "0.23.0"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "8d0018d6b1692a806f9cddaa1e5616951fd58840c39a0b21401b55ab3df12292"
12784dependencies = [
12785 "cc",
12786 "tree-sitter-language",
12787]
12788
12789[[package]]
12790name = "tree-sitter-diff"
12791version = "0.1.0"
12792source = "registry+https://github.com/rust-lang/crates.io-index"
12793checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
12794dependencies = [
12795 "cc",
12796 "tree-sitter-language",
12797]
12798
12799[[package]]
12800name = "tree-sitter-elixir"
12801version = "0.3.1"
12802source = "registry+https://github.com/rust-lang/crates.io-index"
12803checksum = "97bf0efa4be41120018f23305b105ad4dfd3be1b7f302dc4071d0e6c2dec3a32"
12804dependencies = [
12805 "cc",
12806 "tree-sitter-language",
12807]
12808
12809[[package]]
12810name = "tree-sitter-embedded-template"
12811version = "0.23.0"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "9644d7586ebe850c84037ee2f4804dda4a9348eef053be6b1e0d7712342a2495"
12814dependencies = [
12815 "cc",
12816 "tree-sitter-language",
12817]
12818
12819[[package]]
12820name = "tree-sitter-go"
12821version = "0.23.1"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "caf57626e4c9b6d6efaf8a8d5ee1241c5f178ae7bfdf693713ae6a774f01424e"
12824dependencies = [
12825 "cc",
12826 "tree-sitter-language",
12827]
12828
12829[[package]]
12830name = "tree-sitter-gomod"
12831version = "1.0.2"
12832source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
12833dependencies = [
12834 "cc",
12835 "tree-sitter-language",
12836]
12837
12838[[package]]
12839name = "tree-sitter-gowork"
12840version = "0.0.1"
12841source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
12842dependencies = [
12843 "cc",
12844 "tree-sitter-language",
12845]
12846
12847[[package]]
12848name = "tree-sitter-heex"
12849version = "0.0.1"
12850source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
12851dependencies = [
12852 "cc",
12853 "tree-sitter-language",
12854]
12855
12856[[package]]
12857name = "tree-sitter-html"
12858version = "0.20.4"
12859source = "registry+https://github.com/rust-lang/crates.io-index"
12860checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
12861dependencies = [
12862 "cc",
12863 "tree-sitter",
12864]
12865
12866[[package]]
12867name = "tree-sitter-jsdoc"
12868version = "0.23.0"
12869source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "f8c4049eb0ad690e34e5f63640f75ce12a2ff8ba18344d0a13926805b139c0c8"
12871dependencies = [
12872 "cc",
12873 "tree-sitter-language",
12874]
12875
12876[[package]]
12877name = "tree-sitter-json"
12878version = "0.23.0"
12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "86a5d6b3ea17e06e7a34aabeadd68f5866c0d0f9359155d432095f8b751865e4"
12881dependencies = [
12882 "cc",
12883 "tree-sitter-language",
12884]
12885
12886[[package]]
12887name = "tree-sitter-language"
12888version = "0.1.0"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57"
12891
12892[[package]]
12893name = "tree-sitter-md"
12894version = "0.3.2"
12895source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
12896dependencies = [
12897 "cc",
12898 "tree-sitter-language",
12899]
12900
12901[[package]]
12902name = "tree-sitter-python"
12903version = "0.23.2"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "65661b1a3e24139e2e54207e47d910ab07e28790d78efc7d5dc3a11ce2a110eb"
12906dependencies = [
12907 "cc",
12908 "tree-sitter-language",
12909]
12910
12911[[package]]
12912name = "tree-sitter-regex"
12913version = "0.23.0"
12914source = "registry+https://github.com/rust-lang/crates.io-index"
12915checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
12916dependencies = [
12917 "cc",
12918 "tree-sitter-language",
12919]
12920
12921[[package]]
12922name = "tree-sitter-ruby"
12923version = "0.23.0"
12924source = "registry+https://github.com/rust-lang/crates.io-index"
12925checksum = "6ec5ee842e27791e0adffa0b2a177614de51d2a26e5c7e84d014ed7f097e5ed0"
12926dependencies = [
12927 "cc",
12928 "tree-sitter-language",
12929]
12930
12931[[package]]
12932name = "tree-sitter-rust"
12933version = "0.23.0"
12934source = "registry+https://github.com/rust-lang/crates.io-index"
12935checksum = "cffbbcb780348fbae8395742ae5b34c1fd794e4085d43aac9f259387f9a84dc8"
12936dependencies = [
12937 "cc",
12938 "tree-sitter-language",
12939]
12940
12941[[package]]
12942name = "tree-sitter-typescript"
12943version = "0.23.0"
12944source = "registry+https://github.com/rust-lang/crates.io-index"
12945checksum = "aecf1585ae2a9dddc2b1d4c0e2140b2ec9876e2a25fd79de47fcf7dae0384685"
12946dependencies = [
12947 "cc",
12948 "tree-sitter-language",
12949]
12950
12951[[package]]
12952name = "tree-sitter-yaml"
12953version = "0.6.1"
12954source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
12955dependencies = [
12956 "cc",
12957 "tree-sitter-language",
12958]
12959
12960[[package]]
12961name = "try-lock"
12962version = "0.2.5"
12963source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
12965
12966[[package]]
12967name = "ttf-parser"
12968version = "0.21.1"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
12971
12972[[package]]
12973name = "tungstenite"
12974version = "0.20.1"
12975source = "registry+https://github.com/rust-lang/crates.io-index"
12976checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
12977dependencies = [
12978 "byteorder",
12979 "bytes 1.7.2",
12980 "data-encoding",
12981 "http 0.2.12",
12982 "httparse",
12983 "log",
12984 "rand 0.8.5",
12985 "sha1",
12986 "thiserror",
12987 "url",
12988 "utf-8",
12989]
12990
12991[[package]]
12992name = "tungstenite"
12993version = "0.21.0"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
12996dependencies = [
12997 "byteorder",
12998 "bytes 1.7.2",
12999 "data-encoding",
13000 "http 1.1.0",
13001 "httparse",
13002 "log",
13003 "rand 0.8.5",
13004 "sha1",
13005 "thiserror",
13006 "url",
13007 "utf-8",
13008]
13009
13010[[package]]
13011name = "typeid"
13012version = "1.0.2"
13013source = "registry+https://github.com/rust-lang/crates.io-index"
13014checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13015
13016[[package]]
13017name = "typenum"
13018version = "1.17.0"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13021
13022[[package]]
13023name = "ucd-trie"
13024version = "0.1.6"
13025source = "registry+https://github.com/rust-lang/crates.io-index"
13026checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
13027
13028[[package]]
13029name = "uds_windows"
13030version = "1.1.0"
13031source = "registry+https://github.com/rust-lang/crates.io-index"
13032checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13033dependencies = [
13034 "memoffset",
13035 "tempfile",
13036 "winapi",
13037]
13038
13039[[package]]
13040name = "ui"
13041version = "0.1.0"
13042dependencies = [
13043 "chrono",
13044 "gpui",
13045 "itertools 0.13.0",
13046 "menu",
13047 "serde",
13048 "settings",
13049 "smallvec",
13050 "story",
13051 "strum 0.25.0",
13052 "theme",
13053 "ui_macros",
13054 "windows 0.58.0",
13055]
13056
13057[[package]]
13058name = "ui_input"
13059version = "0.1.0"
13060dependencies = [
13061 "editor",
13062 "gpui",
13063 "settings",
13064 "theme",
13065 "ui",
13066]
13067
13068[[package]]
13069name = "ui_macros"
13070version = "0.1.0"
13071dependencies = [
13072 "convert_case 0.6.0",
13073 "proc-macro2",
13074 "quote",
13075 "syn 1.0.109",
13076]
13077
13078[[package]]
13079name = "unicase"
13080version = "2.7.0"
13081source = "registry+https://github.com/rust-lang/crates.io-index"
13082checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
13083dependencies = [
13084 "version_check",
13085]
13086
13087[[package]]
13088name = "unicode-bidi"
13089version = "0.3.15"
13090source = "registry+https://github.com/rust-lang/crates.io-index"
13091checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
13092
13093[[package]]
13094name = "unicode-bidi-mirroring"
13095version = "0.2.0"
13096source = "registry+https://github.com/rust-lang/crates.io-index"
13097checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13098
13099[[package]]
13100name = "unicode-ccc"
13101version = "0.2.0"
13102source = "registry+https://github.com/rust-lang/crates.io-index"
13103checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13104
13105[[package]]
13106name = "unicode-ident"
13107version = "1.0.12"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
13110
13111[[package]]
13112name = "unicode-linebreak"
13113version = "0.1.5"
13114source = "registry+https://github.com/rust-lang/crates.io-index"
13115checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13116
13117[[package]]
13118name = "unicode-normalization"
13119version = "0.1.23"
13120source = "registry+https://github.com/rust-lang/crates.io-index"
13121checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
13122dependencies = [
13123 "tinyvec",
13124]
13125
13126[[package]]
13127name = "unicode-properties"
13128version = "0.1.2"
13129source = "registry+https://github.com/rust-lang/crates.io-index"
13130checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
13131
13132[[package]]
13133name = "unicode-script"
13134version = "0.5.7"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
13137
13138[[package]]
13139name = "unicode-segmentation"
13140version = "1.11.0"
13141source = "registry+https://github.com/rust-lang/crates.io-index"
13142checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
13143
13144[[package]]
13145name = "unicode-width"
13146version = "0.1.13"
13147source = "registry+https://github.com/rust-lang/crates.io-index"
13148checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
13149
13150[[package]]
13151name = "unicode-xid"
13152version = "0.2.5"
13153source = "registry+https://github.com/rust-lang/crates.io-index"
13154checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
13155
13156[[package]]
13157name = "unicode_categories"
13158version = "0.1.1"
13159source = "registry+https://github.com/rust-lang/crates.io-index"
13160checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
13161
13162[[package]]
13163name = "unindent"
13164version = "0.1.11"
13165source = "registry+https://github.com/rust-lang/crates.io-index"
13166checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
13167
13168[[package]]
13169name = "untrusted"
13170version = "0.7.1"
13171source = "registry+https://github.com/rust-lang/crates.io-index"
13172checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
13173
13174[[package]]
13175name = "untrusted"
13176version = "0.9.0"
13177source = "registry+https://github.com/rust-lang/crates.io-index"
13178checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
13179
13180[[package]]
13181name = "url"
13182version = "2.5.2"
13183source = "registry+https://github.com/rust-lang/crates.io-index"
13184checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
13185dependencies = [
13186 "form_urlencoded",
13187 "idna",
13188 "percent-encoding",
13189 "serde",
13190]
13191
13192[[package]]
13193name = "urlencoding"
13194version = "2.1.3"
13195source = "registry+https://github.com/rust-lang/crates.io-index"
13196checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
13197
13198[[package]]
13199name = "usvg"
13200version = "0.41.0"
13201source = "registry+https://github.com/rust-lang/crates.io-index"
13202checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
13203dependencies = [
13204 "base64 0.22.1",
13205 "data-url",
13206 "flate2",
13207 "imagesize",
13208 "kurbo",
13209 "log",
13210 "pico-args",
13211 "roxmltree 0.19.0",
13212 "simplecss",
13213 "siphasher 1.0.1",
13214 "strict-num",
13215 "svgtypes",
13216 "tiny-skia-path",
13217 "xmlwriter",
13218]
13219
13220[[package]]
13221name = "utf-8"
13222version = "0.7.6"
13223source = "registry+https://github.com/rust-lang/crates.io-index"
13224checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
13225
13226[[package]]
13227name = "utf8parse"
13228version = "0.2.2"
13229source = "registry+https://github.com/rust-lang/crates.io-index"
13230checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
13231
13232[[package]]
13233name = "util"
13234version = "0.1.0"
13235dependencies = [
13236 "anyhow",
13237 "async-fs 1.6.0",
13238 "collections",
13239 "dirs 4.0.0",
13240 "futures 0.3.30",
13241 "futures-lite 1.13.0",
13242 "git2",
13243 "globset",
13244 "log",
13245 "rand 0.8.5",
13246 "regex",
13247 "rust-embed",
13248 "serde",
13249 "serde_json",
13250 "take-until",
13251 "tempfile",
13252 "tendril",
13253 "unicase",
13254]
13255
13256[[package]]
13257name = "uuid"
13258version = "1.10.0"
13259source = "registry+https://github.com/rust-lang/crates.io-index"
13260checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
13261dependencies = [
13262 "getrandom 0.2.15",
13263 "serde",
13264 "sha1_smol",
13265]
13266
13267[[package]]
13268name = "v_frame"
13269version = "0.3.8"
13270source = "registry+https://github.com/rust-lang/crates.io-index"
13271checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
13272dependencies = [
13273 "aligned-vec",
13274 "num-traits",
13275 "wasm-bindgen",
13276]
13277
13278[[package]]
13279name = "valuable"
13280version = "0.1.0"
13281source = "registry+https://github.com/rust-lang/crates.io-index"
13282checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
13283
13284[[package]]
13285name = "value-bag"
13286version = "1.9.0"
13287source = "registry+https://github.com/rust-lang/crates.io-index"
13288checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
13289dependencies = [
13290 "value-bag-serde1",
13291 "value-bag-sval2",
13292]
13293
13294[[package]]
13295name = "value-bag-serde1"
13296version = "1.9.0"
13297source = "registry+https://github.com/rust-lang/crates.io-index"
13298checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
13299dependencies = [
13300 "erased-serde",
13301 "serde",
13302 "serde_fmt",
13303]
13304
13305[[package]]
13306name = "value-bag-sval2"
13307version = "1.9.0"
13308source = "registry+https://github.com/rust-lang/crates.io-index"
13309checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
13310dependencies = [
13311 "sval",
13312 "sval_buffer",
13313 "sval_dynamic",
13314 "sval_fmt",
13315 "sval_json",
13316 "sval_ref",
13317 "sval_serde",
13318]
13319
13320[[package]]
13321name = "vcpkg"
13322version = "0.2.15"
13323source = "registry+https://github.com/rust-lang/crates.io-index"
13324checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
13325
13326[[package]]
13327name = "vcs_menu"
13328version = "0.1.0"
13329dependencies = [
13330 "anyhow",
13331 "fuzzy",
13332 "git",
13333 "gpui",
13334 "picker",
13335 "project",
13336 "ui",
13337 "util",
13338 "workspace",
13339]
13340
13341[[package]]
13342name = "version-compare"
13343version = "0.2.0"
13344source = "registry+https://github.com/rust-lang/crates.io-index"
13345checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
13346
13347[[package]]
13348name = "version_check"
13349version = "0.9.5"
13350source = "registry+https://github.com/rust-lang/crates.io-index"
13351checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
13352
13353[[package]]
13354name = "vim"
13355version = "0.1.0"
13356dependencies = [
13357 "anyhow",
13358 "async-compat",
13359 "async-trait",
13360 "collections",
13361 "command_palette",
13362 "command_palette_hooks",
13363 "editor",
13364 "futures 0.3.30",
13365 "gpui",
13366 "indoc",
13367 "itertools 0.13.0",
13368 "language",
13369 "log",
13370 "lsp",
13371 "multi_buffer",
13372 "nvim-rs",
13373 "parking_lot",
13374 "regex",
13375 "release_channel",
13376 "schemars",
13377 "search",
13378 "serde",
13379 "serde_derive",
13380 "serde_json",
13381 "settings",
13382 "tokio",
13383 "ui",
13384 "util",
13385 "workspace",
13386 "zed_actions",
13387]
13388
13389[[package]]
13390name = "vscode_theme"
13391version = "0.2.0"
13392source = "registry+https://github.com/rust-lang/crates.io-index"
13393checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
13394dependencies = [
13395 "serde",
13396]
13397
13398[[package]]
13399name = "vsimd"
13400version = "0.8.0"
13401source = "registry+https://github.com/rust-lang/crates.io-index"
13402checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
13403
13404[[package]]
13405name = "vswhom"
13406version = "0.1.0"
13407source = "registry+https://github.com/rust-lang/crates.io-index"
13408checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
13409dependencies = [
13410 "libc",
13411 "vswhom-sys",
13412]
13413
13414[[package]]
13415name = "vswhom-sys"
13416version = "0.1.2"
13417source = "registry+https://github.com/rust-lang/crates.io-index"
13418checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
13419dependencies = [
13420 "cc",
13421 "libc",
13422]
13423
13424[[package]]
13425name = "vte"
13426version = "0.13.0"
13427source = "registry+https://github.com/rust-lang/crates.io-index"
13428checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
13429dependencies = [
13430 "bitflags 2.6.0",
13431 "cursor-icon",
13432 "log",
13433 "serde",
13434 "utf8parse",
13435 "vte_generate_state_changes",
13436]
13437
13438[[package]]
13439name = "vte_generate_state_changes"
13440version = "0.1.2"
13441source = "registry+https://github.com/rust-lang/crates.io-index"
13442checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
13443dependencies = [
13444 "proc-macro2",
13445 "quote",
13446]
13447
13448[[package]]
13449name = "waker-fn"
13450version = "1.2.0"
13451source = "registry+https://github.com/rust-lang/crates.io-index"
13452checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
13453
13454[[package]]
13455name = "walkdir"
13456version = "2.5.0"
13457source = "registry+https://github.com/rust-lang/crates.io-index"
13458checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
13459dependencies = [
13460 "same-file",
13461 "winapi-util",
13462]
13463
13464[[package]]
13465name = "want"
13466version = "0.3.1"
13467source = "registry+https://github.com/rust-lang/crates.io-index"
13468checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
13469dependencies = [
13470 "try-lock",
13471]
13472
13473[[package]]
13474name = "warp"
13475version = "0.3.7"
13476source = "registry+https://github.com/rust-lang/crates.io-index"
13477checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
13478dependencies = [
13479 "bytes 1.7.2",
13480 "futures-channel",
13481 "futures-util",
13482 "headers",
13483 "http 0.2.12",
13484 "hyper 0.14.31",
13485 "log",
13486 "mime",
13487 "mime_guess",
13488 "percent-encoding",
13489 "pin-project",
13490 "scoped-tls",
13491 "serde",
13492 "serde_json",
13493 "serde_urlencoded",
13494 "tokio",
13495 "tokio-tungstenite 0.21.0",
13496 "tokio-util",
13497 "tower-service",
13498 "tracing",
13499]
13500
13501[[package]]
13502name = "wasi"
13503version = "0.9.0+wasi-snapshot-preview1"
13504source = "registry+https://github.com/rust-lang/crates.io-index"
13505checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
13506
13507[[package]]
13508name = "wasi"
13509version = "0.11.0+wasi-snapshot-preview1"
13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
13512
13513[[package]]
13514name = "wasite"
13515version = "0.1.0"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
13518
13519[[package]]
13520name = "wasm-bindgen"
13521version = "0.2.93"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
13524dependencies = [
13525 "cfg-if",
13526 "once_cell",
13527 "wasm-bindgen-macro",
13528]
13529
13530[[package]]
13531name = "wasm-bindgen-backend"
13532version = "0.2.93"
13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
13535dependencies = [
13536 "bumpalo",
13537 "log",
13538 "once_cell",
13539 "proc-macro2",
13540 "quote",
13541 "syn 2.0.76",
13542 "wasm-bindgen-shared",
13543]
13544
13545[[package]]
13546name = "wasm-bindgen-futures"
13547version = "0.4.43"
13548source = "registry+https://github.com/rust-lang/crates.io-index"
13549checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
13550dependencies = [
13551 "cfg-if",
13552 "js-sys",
13553 "wasm-bindgen",
13554 "web-sys",
13555]
13556
13557[[package]]
13558name = "wasm-bindgen-macro"
13559version = "0.2.93"
13560source = "registry+https://github.com/rust-lang/crates.io-index"
13561checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
13562dependencies = [
13563 "quote",
13564 "wasm-bindgen-macro-support",
13565]
13566
13567[[package]]
13568name = "wasm-bindgen-macro-support"
13569version = "0.2.93"
13570source = "registry+https://github.com/rust-lang/crates.io-index"
13571checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
13572dependencies = [
13573 "proc-macro2",
13574 "quote",
13575 "syn 2.0.76",
13576 "wasm-bindgen-backend",
13577 "wasm-bindgen-shared",
13578]
13579
13580[[package]]
13581name = "wasm-bindgen-shared"
13582version = "0.2.93"
13583source = "registry+https://github.com/rust-lang/crates.io-index"
13584checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
13585
13586[[package]]
13587name = "wasm-encoder"
13588version = "0.201.0"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
13591dependencies = [
13592 "leb128",
13593]
13594
13595[[package]]
13596name = "wasm-encoder"
13597version = "0.215.0"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
13600dependencies = [
13601 "leb128",
13602]
13603
13604[[package]]
13605name = "wasm-metadata"
13606version = "0.201.0"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
13609dependencies = [
13610 "anyhow",
13611 "indexmap 2.4.0",
13612 "serde",
13613 "serde_derive",
13614 "serde_json",
13615 "spdx",
13616 "wasm-encoder 0.201.0",
13617 "wasmparser 0.201.0",
13618]
13619
13620[[package]]
13621name = "wasm-streams"
13622version = "0.4.1"
13623source = "registry+https://github.com/rust-lang/crates.io-index"
13624checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
13625dependencies = [
13626 "futures-util",
13627 "js-sys",
13628 "wasm-bindgen",
13629 "wasm-bindgen-futures",
13630 "web-sys",
13631]
13632
13633[[package]]
13634name = "wasmparser"
13635version = "0.201.0"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
13638dependencies = [
13639 "bitflags 2.6.0",
13640 "indexmap 2.4.0",
13641 "semver",
13642]
13643
13644[[package]]
13645name = "wasmparser"
13646version = "0.215.0"
13647source = "registry+https://github.com/rust-lang/crates.io-index"
13648checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
13649dependencies = [
13650 "ahash 0.8.11",
13651 "bitflags 2.6.0",
13652 "hashbrown 0.14.5",
13653 "indexmap 2.4.0",
13654 "semver",
13655 "serde",
13656]
13657
13658[[package]]
13659name = "wasmprinter"
13660version = "0.215.0"
13661source = "registry+https://github.com/rust-lang/crates.io-index"
13662checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
13663dependencies = [
13664 "anyhow",
13665 "termcolor",
13666 "wasmparser 0.215.0",
13667]
13668
13669[[package]]
13670name = "wasmtime"
13671version = "24.0.1"
13672source = "registry+https://github.com/rust-lang/crates.io-index"
13673checksum = "7e4a5b05e9f1797e557e79f0cf04348eaa7a232596939ef4762838ddf7a6127a"
13674dependencies = [
13675 "anyhow",
13676 "async-trait",
13677 "bitflags 2.6.0",
13678 "bumpalo",
13679 "cc",
13680 "cfg-if",
13681 "encoding_rs",
13682 "hashbrown 0.14.5",
13683 "indexmap 2.4.0",
13684 "libc",
13685 "libm",
13686 "log",
13687 "mach2",
13688 "memfd",
13689 "object",
13690 "once_cell",
13691 "paste",
13692 "postcard",
13693 "psm",
13694 "rustix 0.38.35",
13695 "semver",
13696 "serde",
13697 "serde_derive",
13698 "smallvec",
13699 "sptr",
13700 "target-lexicon",
13701 "wasmparser 0.215.0",
13702 "wasmtime-asm-macros",
13703 "wasmtime-component-macro",
13704 "wasmtime-component-util",
13705 "wasmtime-cranelift",
13706 "wasmtime-environ",
13707 "wasmtime-fiber",
13708 "wasmtime-jit-icache-coherence",
13709 "wasmtime-slab",
13710 "wasmtime-versioned-export-macros",
13711 "wasmtime-winch",
13712 "windows-sys 0.52.0",
13713]
13714
13715[[package]]
13716name = "wasmtime-asm-macros"
13717version = "24.0.1"
13718source = "registry+https://github.com/rust-lang/crates.io-index"
13719checksum = "64414227e19556d4372f9688458c5673606de83473eb66cd0514d36ea8808cab"
13720dependencies = [
13721 "cfg-if",
13722]
13723
13724[[package]]
13725name = "wasmtime-c-api-impl"
13726version = "24.0.0"
13727source = "registry+https://github.com/rust-lang/crates.io-index"
13728checksum = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58"
13729dependencies = [
13730 "anyhow",
13731 "log",
13732 "once_cell",
13733 "tracing",
13734 "wasmtime",
13735 "wasmtime-c-api-macros",
13736]
13737
13738[[package]]
13739name = "wasmtime-c-api-macros"
13740version = "24.0.0"
13741source = "registry+https://github.com/rust-lang/crates.io-index"
13742checksum = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6"
13743dependencies = [
13744 "proc-macro2",
13745 "quote",
13746]
13747
13748[[package]]
13749name = "wasmtime-component-macro"
13750version = "24.0.1"
13751source = "registry+https://github.com/rust-lang/crates.io-index"
13752checksum = "d3ead31b73689602225742920adbcd881f5656702c1a3b4830862c0c66731727"
13753dependencies = [
13754 "anyhow",
13755 "proc-macro2",
13756 "quote",
13757 "syn 2.0.76",
13758 "wasmtime-component-util",
13759 "wasmtime-wit-bindgen",
13760 "wit-parser 0.215.0",
13761]
13762
13763[[package]]
13764name = "wasmtime-component-util"
13765version = "24.0.1"
13766source = "registry+https://github.com/rust-lang/crates.io-index"
13767checksum = "ab2c778661800e1dcd8ba3e15ff042299709e0a4c512525d9cbb604a04c0421b"
13768
13769[[package]]
13770name = "wasmtime-cranelift"
13771version = "24.0.1"
13772source = "registry+https://github.com/rust-lang/crates.io-index"
13773checksum = "9f7ee1f436bcf7d213ef7c2e9d44caffcd57e540ccf997d013384c2ae9b82db7"
13774dependencies = [
13775 "anyhow",
13776 "cfg-if",
13777 "cranelift-codegen",
13778 "cranelift-control",
13779 "cranelift-entity",
13780 "cranelift-frontend",
13781 "cranelift-native",
13782 "cranelift-wasm",
13783 "gimli 0.29.0",
13784 "log",
13785 "object",
13786 "target-lexicon",
13787 "thiserror",
13788 "wasmparser 0.215.0",
13789 "wasmtime-environ",
13790 "wasmtime-versioned-export-macros",
13791]
13792
13793[[package]]
13794name = "wasmtime-environ"
13795version = "24.0.1"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "fa8c33adfb3b9f8d6ef716bc55aea5e6b2275cd5a6721ec8c837d1cb0c471516"
13798dependencies = [
13799 "anyhow",
13800 "cpp_demangle",
13801 "cranelift-bitset",
13802 "cranelift-entity",
13803 "gimli 0.29.0",
13804 "indexmap 2.4.0",
13805 "log",
13806 "object",
13807 "postcard",
13808 "rustc-demangle",
13809 "semver",
13810 "serde",
13811 "serde_derive",
13812 "target-lexicon",
13813 "wasm-encoder 0.215.0",
13814 "wasmparser 0.215.0",
13815 "wasmprinter",
13816 "wasmtime-component-util",
13817 "wasmtime-types",
13818]
13819
13820[[package]]
13821name = "wasmtime-fiber"
13822version = "24.0.1"
13823source = "registry+https://github.com/rust-lang/crates.io-index"
13824checksum = "9f3227ed807c2dda9dd770c241023fcd6e48e6722c1c26ff79fc3604d412e884"
13825dependencies = [
13826 "anyhow",
13827 "cc",
13828 "cfg-if",
13829 "rustix 0.38.35",
13830 "wasmtime-asm-macros",
13831 "wasmtime-versioned-export-macros",
13832 "windows-sys 0.52.0",
13833]
13834
13835[[package]]
13836name = "wasmtime-jit-icache-coherence"
13837version = "24.0.1"
13838source = "registry+https://github.com/rust-lang/crates.io-index"
13839checksum = "fa89fc440f0edca882ba6d1890608898e6f0193afdc504c0a64478ec53622bd6"
13840dependencies = [
13841 "anyhow",
13842 "cfg-if",
13843 "libc",
13844 "windows-sys 0.52.0",
13845]
13846
13847[[package]]
13848name = "wasmtime-slab"
13849version = "24.0.1"
13850source = "registry+https://github.com/rust-lang/crates.io-index"
13851checksum = "682b7a5b6772c4e4de8c696fc619ec97930b5e89098db9bee22c1136e002438b"
13852
13853[[package]]
13854name = "wasmtime-types"
13855version = "24.0.1"
13856source = "registry+https://github.com/rust-lang/crates.io-index"
13857checksum = "4a95ea5572f8c3ffe777af21aa00a92097ded291a342fecad9f2c6a972ecea99"
13858dependencies = [
13859 "anyhow",
13860 "cranelift-entity",
13861 "serde",
13862 "serde_derive",
13863 "smallvec",
13864 "wasmparser 0.215.0",
13865]
13866
13867[[package]]
13868name = "wasmtime-versioned-export-macros"
13869version = "24.0.1"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "ac3621bfccd4e4336ae141d62b96e96316c0f23c47d64e9700594ebe3c4d9a10"
13872dependencies = [
13873 "proc-macro2",
13874 "quote",
13875 "syn 2.0.76",
13876]
13877
13878[[package]]
13879name = "wasmtime-wasi"
13880version = "24.0.1"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "fda03f5bfd5c4cc09f75c7e44846663f25f2c48a2d688fbfb5c7a33af6cf34f5"
13883dependencies = [
13884 "anyhow",
13885 "async-trait",
13886 "bitflags 2.6.0",
13887 "bytes 1.7.2",
13888 "cap-fs-ext",
13889 "cap-net-ext",
13890 "cap-rand",
13891 "cap-std",
13892 "cap-time-ext",
13893 "fs-set-times",
13894 "futures 0.3.30",
13895 "io-extras",
13896 "io-lifetimes 2.0.3",
13897 "once_cell",
13898 "rustix 0.38.35",
13899 "system-interface",
13900 "thiserror",
13901 "tokio",
13902 "tracing",
13903 "url",
13904 "wasmtime",
13905 "wiggle",
13906 "windows-sys 0.52.0",
13907]
13908
13909[[package]]
13910name = "wasmtime-winch"
13911version = "24.0.1"
13912source = "registry+https://github.com/rust-lang/crates.io-index"
13913checksum = "d1d3e99f6bba37864487c9356398667699935b9cfa3655ed2b153b9428b3dd21"
13914dependencies = [
13915 "anyhow",
13916 "cranelift-codegen",
13917 "gimli 0.29.0",
13918 "object",
13919 "target-lexicon",
13920 "wasmparser 0.215.0",
13921 "wasmtime-cranelift",
13922 "wasmtime-environ",
13923 "winch-codegen",
13924]
13925
13926[[package]]
13927name = "wasmtime-wit-bindgen"
13928version = "24.0.1"
13929source = "registry+https://github.com/rust-lang/crates.io-index"
13930checksum = "ee0f4524da226d2cb503d794c8928de6bc24878758cebd4e383c946e9fdb8b3a"
13931dependencies = [
13932 "anyhow",
13933 "heck 0.4.1",
13934 "indexmap 2.4.0",
13935 "wit-parser 0.215.0",
13936]
13937
13938[[package]]
13939name = "wast"
13940version = "35.0.2"
13941source = "registry+https://github.com/rust-lang/crates.io-index"
13942checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
13943dependencies = [
13944 "leb128",
13945]
13946
13947[[package]]
13948name = "wayland-backend"
13949version = "0.3.6"
13950source = "registry+https://github.com/rust-lang/crates.io-index"
13951checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
13952dependencies = [
13953 "cc",
13954 "downcast-rs",
13955 "rustix 0.38.35",
13956 "scoped-tls",
13957 "smallvec",
13958 "wayland-sys",
13959]
13960
13961[[package]]
13962name = "wayland-client"
13963version = "0.31.5"
13964source = "registry+https://github.com/rust-lang/crates.io-index"
13965checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
13966dependencies = [
13967 "bitflags 2.6.0",
13968 "rustix 0.38.35",
13969 "wayland-backend",
13970 "wayland-scanner",
13971]
13972
13973[[package]]
13974name = "wayland-cursor"
13975version = "0.31.5"
13976source = "registry+https://github.com/rust-lang/crates.io-index"
13977checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
13978dependencies = [
13979 "rustix 0.38.35",
13980 "wayland-client",
13981 "xcursor",
13982]
13983
13984[[package]]
13985name = "wayland-protocols"
13986version = "0.31.2"
13987source = "registry+https://github.com/rust-lang/crates.io-index"
13988checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
13989dependencies = [
13990 "bitflags 2.6.0",
13991 "wayland-backend",
13992 "wayland-client",
13993 "wayland-scanner",
13994]
13995
13996[[package]]
13997name = "wayland-protocols-plasma"
13998version = "0.2.0"
13999source = "registry+https://github.com/rust-lang/crates.io-index"
14000checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14001dependencies = [
14002 "bitflags 2.6.0",
14003 "wayland-backend",
14004 "wayland-client",
14005 "wayland-protocols",
14006 "wayland-scanner",
14007]
14008
14009[[package]]
14010name = "wayland-scanner"
14011version = "0.31.4"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
14014dependencies = [
14015 "proc-macro2",
14016 "quick-xml 0.34.0",
14017 "quote",
14018]
14019
14020[[package]]
14021name = "wayland-sys"
14022version = "0.31.4"
14023source = "registry+https://github.com/rust-lang/crates.io-index"
14024checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
14025dependencies = [
14026 "dlib",
14027 "log",
14028 "once_cell",
14029 "pkg-config",
14030]
14031
14032[[package]]
14033name = "web-sys"
14034version = "0.3.70"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
14037dependencies = [
14038 "js-sys",
14039 "wasm-bindgen",
14040]
14041
14042[[package]]
14043name = "webpki"
14044version = "0.22.4"
14045source = "registry+https://github.com/rust-lang/crates.io-index"
14046checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14047dependencies = [
14048 "ring 0.17.8",
14049 "untrusted 0.9.0",
14050]
14051
14052[[package]]
14053name = "webpki-roots"
14054version = "0.22.6"
14055source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14057dependencies = [
14058 "webpki",
14059]
14060
14061[[package]]
14062name = "webpki-roots"
14063version = "0.25.4"
14064source = "registry+https://github.com/rust-lang/crates.io-index"
14065checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
14066
14067[[package]]
14068name = "weezl"
14069version = "0.1.8"
14070source = "registry+https://github.com/rust-lang/crates.io-index"
14071checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14072
14073[[package]]
14074name = "welcome"
14075version = "0.1.0"
14076dependencies = [
14077 "anyhow",
14078 "client",
14079 "db",
14080 "editor",
14081 "extensions_ui",
14082 "fuzzy",
14083 "gpui",
14084 "inline_completion_button",
14085 "install_cli",
14086 "picker",
14087 "project",
14088 "schemars",
14089 "serde",
14090 "settings",
14091 "theme_selector",
14092 "ui",
14093 "util",
14094 "vim",
14095 "workspace",
14096 "zed_actions",
14097]
14098
14099[[package]]
14100name = "which"
14101version = "4.4.2"
14102source = "registry+https://github.com/rust-lang/crates.io-index"
14103checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
14104dependencies = [
14105 "either",
14106 "home",
14107 "once_cell",
14108 "rustix 0.38.35",
14109]
14110
14111[[package]]
14112name = "which"
14113version = "6.0.3"
14114source = "registry+https://github.com/rust-lang/crates.io-index"
14115checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
14116dependencies = [
14117 "either",
14118 "home",
14119 "rustix 0.38.35",
14120 "winsafe",
14121]
14122
14123[[package]]
14124name = "whoami"
14125version = "1.5.1"
14126source = "registry+https://github.com/rust-lang/crates.io-index"
14127checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
14128dependencies = [
14129 "redox_syscall 0.4.1",
14130 "wasite",
14131]
14132
14133[[package]]
14134name = "wiggle"
14135version = "24.0.1"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "2d3b31bd2b4d2d82a4b747b8dbc45f566214214a4ffdc5690429a73bc221dc8a"
14138dependencies = [
14139 "anyhow",
14140 "async-trait",
14141 "bitflags 2.6.0",
14142 "thiserror",
14143 "tracing",
14144 "wasmtime",
14145 "wiggle-macro",
14146]
14147
14148[[package]]
14149name = "wiggle-generate"
14150version = "24.0.1"
14151source = "registry+https://github.com/rust-lang/crates.io-index"
14152checksum = "e2c6136b195fc12067aa9d4e7a5baf118729394df7bc7cbf8c63119bc9f2a7cd"
14153dependencies = [
14154 "anyhow",
14155 "heck 0.4.1",
14156 "proc-macro2",
14157 "quote",
14158 "shellexpand 2.1.2",
14159 "syn 2.0.76",
14160 "witx",
14161]
14162
14163[[package]]
14164name = "wiggle-macro"
14165version = "24.0.1"
14166source = "registry+https://github.com/rust-lang/crates.io-index"
14167checksum = "8a41eaceee468da976ac43b85c4eb82e482f828d5e8e56f49f90dfac2d9bc3b4"
14168dependencies = [
14169 "proc-macro2",
14170 "quote",
14171 "syn 2.0.76",
14172 "wiggle-generate",
14173]
14174
14175[[package]]
14176name = "winapi"
14177version = "0.3.9"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
14180dependencies = [
14181 "winapi-i686-pc-windows-gnu",
14182 "winapi-x86_64-pc-windows-gnu",
14183]
14184
14185[[package]]
14186name = "winapi-i686-pc-windows-gnu"
14187version = "0.4.0"
14188source = "registry+https://github.com/rust-lang/crates.io-index"
14189checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
14190
14191[[package]]
14192name = "winapi-util"
14193version = "0.1.9"
14194source = "registry+https://github.com/rust-lang/crates.io-index"
14195checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
14196dependencies = [
14197 "windows-sys 0.59.0",
14198]
14199
14200[[package]]
14201name = "winapi-x86_64-pc-windows-gnu"
14202version = "0.4.0"
14203source = "registry+https://github.com/rust-lang/crates.io-index"
14204checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
14205
14206[[package]]
14207name = "winch-codegen"
14208version = "0.22.1"
14209source = "registry+https://github.com/rust-lang/crates.io-index"
14210checksum = "c139fb9298d9651b6869afd544e567ca2448cd5f5ddcb24e4bb86a1ee187c8b3"
14211dependencies = [
14212 "anyhow",
14213 "cranelift-codegen",
14214 "gimli 0.29.0",
14215 "regalloc2",
14216 "smallvec",
14217 "target-lexicon",
14218 "wasmparser 0.215.0",
14219 "wasmtime-cranelift",
14220 "wasmtime-environ",
14221]
14222
14223[[package]]
14224name = "windows"
14225version = "0.54.0"
14226source = "registry+https://github.com/rust-lang/crates.io-index"
14227checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
14228dependencies = [
14229 "windows-core 0.54.0",
14230 "windows-targets 0.52.6",
14231]
14232
14233[[package]]
14234name = "windows"
14235version = "0.58.0"
14236source = "registry+https://github.com/rust-lang/crates.io-index"
14237checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
14238dependencies = [
14239 "windows-core 0.58.0",
14240 "windows-targets 0.52.6",
14241]
14242
14243[[package]]
14244name = "windows-core"
14245version = "0.52.0"
14246source = "registry+https://github.com/rust-lang/crates.io-index"
14247checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
14248dependencies = [
14249 "windows-targets 0.52.6",
14250]
14251
14252[[package]]
14253name = "windows-core"
14254version = "0.54.0"
14255source = "registry+https://github.com/rust-lang/crates.io-index"
14256checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
14257dependencies = [
14258 "windows-result 0.1.2",
14259 "windows-targets 0.52.6",
14260]
14261
14262[[package]]
14263name = "windows-core"
14264version = "0.58.0"
14265source = "registry+https://github.com/rust-lang/crates.io-index"
14266checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
14267dependencies = [
14268 "windows-implement",
14269 "windows-interface",
14270 "windows-result 0.2.0",
14271 "windows-strings",
14272 "windows-targets 0.52.6",
14273]
14274
14275[[package]]
14276name = "windows-implement"
14277version = "0.58.0"
14278source = "registry+https://github.com/rust-lang/crates.io-index"
14279checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
14280dependencies = [
14281 "proc-macro2",
14282 "quote",
14283 "syn 2.0.76",
14284]
14285
14286[[package]]
14287name = "windows-interface"
14288version = "0.58.0"
14289source = "registry+https://github.com/rust-lang/crates.io-index"
14290checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
14291dependencies = [
14292 "proc-macro2",
14293 "quote",
14294 "syn 2.0.76",
14295]
14296
14297[[package]]
14298name = "windows-registry"
14299version = "0.2.0"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
14302dependencies = [
14303 "windows-result 0.2.0",
14304 "windows-strings",
14305 "windows-targets 0.52.6",
14306]
14307
14308[[package]]
14309name = "windows-result"
14310version = "0.1.2"
14311source = "registry+https://github.com/rust-lang/crates.io-index"
14312checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
14313dependencies = [
14314 "windows-targets 0.52.6",
14315]
14316
14317[[package]]
14318name = "windows-result"
14319version = "0.2.0"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
14322dependencies = [
14323 "windows-targets 0.52.6",
14324]
14325
14326[[package]]
14327name = "windows-strings"
14328version = "0.1.0"
14329source = "registry+https://github.com/rust-lang/crates.io-index"
14330checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
14331dependencies = [
14332 "windows-result 0.2.0",
14333 "windows-targets 0.52.6",
14334]
14335
14336[[package]]
14337name = "windows-sys"
14338version = "0.45.0"
14339source = "registry+https://github.com/rust-lang/crates.io-index"
14340checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
14341dependencies = [
14342 "windows-targets 0.42.2",
14343]
14344
14345[[package]]
14346name = "windows-sys"
14347version = "0.48.0"
14348source = "registry+https://github.com/rust-lang/crates.io-index"
14349checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
14350dependencies = [
14351 "windows-targets 0.48.5",
14352]
14353
14354[[package]]
14355name = "windows-sys"
14356version = "0.52.0"
14357source = "registry+https://github.com/rust-lang/crates.io-index"
14358checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
14359dependencies = [
14360 "windows-targets 0.52.6",
14361]
14362
14363[[package]]
14364name = "windows-sys"
14365version = "0.59.0"
14366source = "registry+https://github.com/rust-lang/crates.io-index"
14367checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
14368dependencies = [
14369 "windows-targets 0.52.6",
14370]
14371
14372[[package]]
14373name = "windows-targets"
14374version = "0.42.2"
14375source = "registry+https://github.com/rust-lang/crates.io-index"
14376checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
14377dependencies = [
14378 "windows_aarch64_gnullvm 0.42.2",
14379 "windows_aarch64_msvc 0.42.2",
14380 "windows_i686_gnu 0.42.2",
14381 "windows_i686_msvc 0.42.2",
14382 "windows_x86_64_gnu 0.42.2",
14383 "windows_x86_64_gnullvm 0.42.2",
14384 "windows_x86_64_msvc 0.42.2",
14385]
14386
14387[[package]]
14388name = "windows-targets"
14389version = "0.48.5"
14390source = "registry+https://github.com/rust-lang/crates.io-index"
14391checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
14392dependencies = [
14393 "windows_aarch64_gnullvm 0.48.5",
14394 "windows_aarch64_msvc 0.48.5",
14395 "windows_i686_gnu 0.48.5",
14396 "windows_i686_msvc 0.48.5",
14397 "windows_x86_64_gnu 0.48.5",
14398 "windows_x86_64_gnullvm 0.48.5",
14399 "windows_x86_64_msvc 0.48.5",
14400]
14401
14402[[package]]
14403name = "windows-targets"
14404version = "0.52.6"
14405source = "registry+https://github.com/rust-lang/crates.io-index"
14406checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
14407dependencies = [
14408 "windows_aarch64_gnullvm 0.52.6",
14409 "windows_aarch64_msvc 0.52.6",
14410 "windows_i686_gnu 0.52.6",
14411 "windows_i686_gnullvm",
14412 "windows_i686_msvc 0.52.6",
14413 "windows_x86_64_gnu 0.52.6",
14414 "windows_x86_64_gnullvm 0.52.6",
14415 "windows_x86_64_msvc 0.52.6",
14416]
14417
14418[[package]]
14419name = "windows_aarch64_gnullvm"
14420version = "0.42.2"
14421source = "registry+https://github.com/rust-lang/crates.io-index"
14422checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
14423
14424[[package]]
14425name = "windows_aarch64_gnullvm"
14426version = "0.48.5"
14427source = "registry+https://github.com/rust-lang/crates.io-index"
14428checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
14429
14430[[package]]
14431name = "windows_aarch64_gnullvm"
14432version = "0.52.6"
14433source = "registry+https://github.com/rust-lang/crates.io-index"
14434checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
14435
14436[[package]]
14437name = "windows_aarch64_msvc"
14438version = "0.42.2"
14439source = "registry+https://github.com/rust-lang/crates.io-index"
14440checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
14441
14442[[package]]
14443name = "windows_aarch64_msvc"
14444version = "0.48.5"
14445source = "registry+https://github.com/rust-lang/crates.io-index"
14446checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
14447
14448[[package]]
14449name = "windows_aarch64_msvc"
14450version = "0.52.6"
14451source = "registry+https://github.com/rust-lang/crates.io-index"
14452checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
14453
14454[[package]]
14455name = "windows_i686_gnu"
14456version = "0.42.2"
14457source = "registry+https://github.com/rust-lang/crates.io-index"
14458checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
14459
14460[[package]]
14461name = "windows_i686_gnu"
14462version = "0.48.5"
14463source = "registry+https://github.com/rust-lang/crates.io-index"
14464checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
14465
14466[[package]]
14467name = "windows_i686_gnu"
14468version = "0.52.6"
14469source = "registry+https://github.com/rust-lang/crates.io-index"
14470checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
14471
14472[[package]]
14473name = "windows_i686_gnullvm"
14474version = "0.52.6"
14475source = "registry+https://github.com/rust-lang/crates.io-index"
14476checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
14477
14478[[package]]
14479name = "windows_i686_msvc"
14480version = "0.42.2"
14481source = "registry+https://github.com/rust-lang/crates.io-index"
14482checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
14483
14484[[package]]
14485name = "windows_i686_msvc"
14486version = "0.48.5"
14487source = "registry+https://github.com/rust-lang/crates.io-index"
14488checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
14489
14490[[package]]
14491name = "windows_i686_msvc"
14492version = "0.52.6"
14493source = "registry+https://github.com/rust-lang/crates.io-index"
14494checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
14495
14496[[package]]
14497name = "windows_x86_64_gnu"
14498version = "0.42.2"
14499source = "registry+https://github.com/rust-lang/crates.io-index"
14500checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
14501
14502[[package]]
14503name = "windows_x86_64_gnu"
14504version = "0.48.5"
14505source = "registry+https://github.com/rust-lang/crates.io-index"
14506checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
14507
14508[[package]]
14509name = "windows_x86_64_gnu"
14510version = "0.52.6"
14511source = "registry+https://github.com/rust-lang/crates.io-index"
14512checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
14513
14514[[package]]
14515name = "windows_x86_64_gnullvm"
14516version = "0.42.2"
14517source = "registry+https://github.com/rust-lang/crates.io-index"
14518checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
14519
14520[[package]]
14521name = "windows_x86_64_gnullvm"
14522version = "0.48.5"
14523source = "registry+https://github.com/rust-lang/crates.io-index"
14524checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
14525
14526[[package]]
14527name = "windows_x86_64_gnullvm"
14528version = "0.52.6"
14529source = "registry+https://github.com/rust-lang/crates.io-index"
14530checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
14531
14532[[package]]
14533name = "windows_x86_64_msvc"
14534version = "0.42.2"
14535source = "registry+https://github.com/rust-lang/crates.io-index"
14536checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
14537
14538[[package]]
14539name = "windows_x86_64_msvc"
14540version = "0.48.5"
14541source = "registry+https://github.com/rust-lang/crates.io-index"
14542checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
14543
14544[[package]]
14545name = "windows_x86_64_msvc"
14546version = "0.52.6"
14547source = "registry+https://github.com/rust-lang/crates.io-index"
14548checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
14549
14550[[package]]
14551name = "winnow"
14552version = "0.5.40"
14553source = "registry+https://github.com/rust-lang/crates.io-index"
14554checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
14555dependencies = [
14556 "memchr",
14557]
14558
14559[[package]]
14560name = "winnow"
14561version = "0.6.18"
14562source = "registry+https://github.com/rust-lang/crates.io-index"
14563checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
14564dependencies = [
14565 "memchr",
14566]
14567
14568[[package]]
14569name = "winreg"
14570version = "0.50.0"
14571source = "registry+https://github.com/rust-lang/crates.io-index"
14572checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
14573dependencies = [
14574 "cfg-if",
14575 "windows-sys 0.48.0",
14576]
14577
14578[[package]]
14579name = "winreg"
14580version = "0.52.0"
14581source = "registry+https://github.com/rust-lang/crates.io-index"
14582checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
14583dependencies = [
14584 "cfg-if",
14585 "windows-sys 0.48.0",
14586]
14587
14588[[package]]
14589name = "winresource"
14590version = "0.1.17"
14591source = "registry+https://github.com/rust-lang/crates.io-index"
14592checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
14593dependencies = [
14594 "toml 0.7.8",
14595 "version_check",
14596]
14597
14598[[package]]
14599name = "winsafe"
14600version = "0.0.19"
14601source = "registry+https://github.com/rust-lang/crates.io-index"
14602checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
14603
14604[[package]]
14605name = "winx"
14606version = "0.36.3"
14607source = "registry+https://github.com/rust-lang/crates.io-index"
14608checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
14609dependencies = [
14610 "bitflags 2.6.0",
14611 "windows-sys 0.52.0",
14612]
14613
14614[[package]]
14615name = "wio"
14616version = "0.2.2"
14617source = "registry+https://github.com/rust-lang/crates.io-index"
14618checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
14619dependencies = [
14620 "winapi",
14621]
14622
14623[[package]]
14624name = "wit-bindgen"
14625version = "0.22.0"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
14628dependencies = [
14629 "bitflags 2.6.0",
14630 "wit-bindgen-rt",
14631 "wit-bindgen-rust-macro",
14632]
14633
14634[[package]]
14635name = "wit-bindgen-core"
14636version = "0.22.0"
14637source = "registry+https://github.com/rust-lang/crates.io-index"
14638checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
14639dependencies = [
14640 "anyhow",
14641 "wit-parser 0.201.0",
14642]
14643
14644[[package]]
14645name = "wit-bindgen-rt"
14646version = "0.22.0"
14647source = "registry+https://github.com/rust-lang/crates.io-index"
14648checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
14649
14650[[package]]
14651name = "wit-bindgen-rust"
14652version = "0.22.0"
14653source = "registry+https://github.com/rust-lang/crates.io-index"
14654checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
14655dependencies = [
14656 "anyhow",
14657 "heck 0.4.1",
14658 "indexmap 2.4.0",
14659 "wasm-metadata",
14660 "wit-bindgen-core",
14661 "wit-component",
14662]
14663
14664[[package]]
14665name = "wit-bindgen-rust-macro"
14666version = "0.22.0"
14667source = "registry+https://github.com/rust-lang/crates.io-index"
14668checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
14669dependencies = [
14670 "anyhow",
14671 "proc-macro2",
14672 "quote",
14673 "syn 2.0.76",
14674 "wit-bindgen-core",
14675 "wit-bindgen-rust",
14676]
14677
14678[[package]]
14679name = "wit-component"
14680version = "0.201.0"
14681source = "registry+https://github.com/rust-lang/crates.io-index"
14682checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
14683dependencies = [
14684 "anyhow",
14685 "bitflags 2.6.0",
14686 "indexmap 2.4.0",
14687 "log",
14688 "serde",
14689 "serde_derive",
14690 "serde_json",
14691 "wasm-encoder 0.201.0",
14692 "wasm-metadata",
14693 "wasmparser 0.201.0",
14694 "wit-parser 0.201.0",
14695]
14696
14697[[package]]
14698name = "wit-parser"
14699version = "0.201.0"
14700source = "registry+https://github.com/rust-lang/crates.io-index"
14701checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
14702dependencies = [
14703 "anyhow",
14704 "id-arena",
14705 "indexmap 2.4.0",
14706 "log",
14707 "semver",
14708 "serde",
14709 "serde_derive",
14710 "serde_json",
14711 "unicode-xid",
14712 "wasmparser 0.201.0",
14713]
14714
14715[[package]]
14716name = "wit-parser"
14717version = "0.215.0"
14718source = "registry+https://github.com/rust-lang/crates.io-index"
14719checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
14720dependencies = [
14721 "anyhow",
14722 "id-arena",
14723 "indexmap 2.4.0",
14724 "log",
14725 "semver",
14726 "serde",
14727 "serde_derive",
14728 "serde_json",
14729 "unicode-xid",
14730 "wasmparser 0.215.0",
14731]
14732
14733[[package]]
14734name = "witx"
14735version = "0.9.1"
14736source = "registry+https://github.com/rust-lang/crates.io-index"
14737checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
14738dependencies = [
14739 "anyhow",
14740 "log",
14741 "thiserror",
14742 "wast",
14743]
14744
14745[[package]]
14746name = "workspace"
14747version = "0.1.0"
14748dependencies = [
14749 "any_vec",
14750 "anyhow",
14751 "async-recursion 1.1.1",
14752 "bincode",
14753 "call",
14754 "client",
14755 "clock",
14756 "collections",
14757 "db",
14758 "derive_more",
14759 "env_logger 0.11.5",
14760 "fs",
14761 "futures 0.3.30",
14762 "git",
14763 "gpui",
14764 "http_client",
14765 "itertools 0.13.0",
14766 "language",
14767 "log",
14768 "node_runtime",
14769 "parking_lot",
14770 "postage",
14771 "project",
14772 "remote",
14773 "schemars",
14774 "serde",
14775 "serde_json",
14776 "session",
14777 "settings",
14778 "smallvec",
14779 "sqlez",
14780 "strum 0.25.0",
14781 "task",
14782 "tempfile",
14783 "theme",
14784 "ui",
14785 "util",
14786 "uuid",
14787]
14788
14789[[package]]
14790name = "worktree"
14791version = "0.1.0"
14792dependencies = [
14793 "anyhow",
14794 "clock",
14795 "collections",
14796 "env_logger 0.11.5",
14797 "fs",
14798 "futures 0.3.30",
14799 "fuzzy",
14800 "git",
14801 "git2",
14802 "git_hosting_providers",
14803 "gpui",
14804 "http_client",
14805 "ignore",
14806 "language",
14807 "log",
14808 "parking_lot",
14809 "paths",
14810 "postage",
14811 "pretty_assertions",
14812 "rand 0.8.5",
14813 "rpc",
14814 "schemars",
14815 "serde",
14816 "serde_json",
14817 "settings",
14818 "smallvec",
14819 "smol",
14820 "sum_tree",
14821 "text",
14822 "util",
14823]
14824
14825[[package]]
14826name = "wyz"
14827version = "0.5.1"
14828source = "registry+https://github.com/rust-lang/crates.io-index"
14829checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
14830dependencies = [
14831 "tap",
14832]
14833
14834[[package]]
14835name = "x11-clipboard"
14836version = "0.9.2"
14837source = "registry+https://github.com/rust-lang/crates.io-index"
14838checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
14839dependencies = [
14840 "libc",
14841 "x11rb",
14842]
14843
14844[[package]]
14845name = "x11rb"
14846version = "0.13.1"
14847source = "registry+https://github.com/rust-lang/crates.io-index"
14848checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
14849dependencies = [
14850 "as-raw-xcb-connection",
14851 "gethostname",
14852 "libc",
14853 "rustix 0.38.35",
14854 "x11rb-protocol",
14855]
14856
14857[[package]]
14858name = "x11rb-protocol"
14859version = "0.13.1"
14860source = "registry+https://github.com/rust-lang/crates.io-index"
14861checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
14862
14863[[package]]
14864name = "xattr"
14865version = "0.2.3"
14866source = "registry+https://github.com/rust-lang/crates.io-index"
14867checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
14868dependencies = [
14869 "libc",
14870]
14871
14872[[package]]
14873name = "xcursor"
14874version = "0.3.8"
14875source = "registry+https://github.com/rust-lang/crates.io-index"
14876checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
14877
14878[[package]]
14879name = "xdg-home"
14880version = "1.3.0"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
14883dependencies = [
14884 "libc",
14885 "windows-sys 0.59.0",
14886]
14887
14888[[package]]
14889name = "xim"
14890version = "0.4.0"
14891source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14892dependencies = [
14893 "ahash 0.8.11",
14894 "hashbrown 0.14.5",
14895 "log",
14896 "x11rb",
14897 "xim-ctext",
14898 "xim-parser",
14899]
14900
14901[[package]]
14902name = "xim-ctext"
14903version = "0.3.0"
14904source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14905dependencies = [
14906 "encoding_rs",
14907]
14908
14909[[package]]
14910name = "xim-parser"
14911version = "0.2.1"
14912source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14913dependencies = [
14914 "bitflags 2.6.0",
14915]
14916
14917[[package]]
14918name = "xkbcommon"
14919version = "0.7.0"
14920source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
14921dependencies = [
14922 "as-raw-xcb-connection",
14923 "libc",
14924 "memmap2",
14925 "xkeysym",
14926]
14927
14928[[package]]
14929name = "xkeysym"
14930version = "0.2.1"
14931source = "registry+https://github.com/rust-lang/crates.io-index"
14932checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
14933
14934[[package]]
14935name = "xml5ever"
14936version = "0.18.1"
14937source = "registry+https://github.com/rust-lang/crates.io-index"
14938checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
14939dependencies = [
14940 "log",
14941 "mac",
14942 "markup5ever",
14943]
14944
14945[[package]]
14946name = "xmlparser"
14947version = "0.13.6"
14948source = "registry+https://github.com/rust-lang/crates.io-index"
14949checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
14950
14951[[package]]
14952name = "xmlwriter"
14953version = "0.1.0"
14954source = "registry+https://github.com/rust-lang/crates.io-index"
14955checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
14956
14957[[package]]
14958name = "xtask"
14959version = "0.1.0"
14960dependencies = [
14961 "anyhow",
14962 "cargo_metadata",
14963 "cargo_toml",
14964 "clap",
14965]
14966
14967[[package]]
14968name = "yaml-rust2"
14969version = "0.8.1"
14970source = "registry+https://github.com/rust-lang/crates.io-index"
14971checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
14972dependencies = [
14973 "arraydeque",
14974 "encoding_rs",
14975 "hashlink 0.8.4",
14976]
14977
14978[[package]]
14979name = "yansi"
14980version = "1.0.1"
14981source = "registry+https://github.com/rust-lang/crates.io-index"
14982checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
14983
14984[[package]]
14985name = "yazi"
14986version = "0.1.6"
14987source = "registry+https://github.com/rust-lang/crates.io-index"
14988checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
14989
14990[[package]]
14991name = "yeslogic-fontconfig-sys"
14992version = "6.0.0"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
14995dependencies = [
14996 "dlib",
14997 "once_cell",
14998 "pkg-config",
14999]
15000
15001[[package]]
15002name = "zbus"
15003version = "4.4.0"
15004source = "registry+https://github.com/rust-lang/crates.io-index"
15005checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
15006dependencies = [
15007 "async-broadcast",
15008 "async-executor",
15009 "async-fs 2.1.2",
15010 "async-io 2.3.4",
15011 "async-lock 3.4.0",
15012 "async-process 2.2.4",
15013 "async-recursion 1.1.1",
15014 "async-task",
15015 "async-trait",
15016 "blocking",
15017 "enumflags2",
15018 "event-listener 5.3.1",
15019 "futures-core",
15020 "futures-sink",
15021 "futures-util",
15022 "hex",
15023 "nix",
15024 "ordered-stream",
15025 "rand 0.8.5",
15026 "serde",
15027 "serde_repr",
15028 "sha1",
15029 "static_assertions",
15030 "tracing",
15031 "uds_windows",
15032 "windows-sys 0.52.0",
15033 "xdg-home",
15034 "zbus_macros",
15035 "zbus_names",
15036 "zvariant",
15037]
15038
15039[[package]]
15040name = "zbus_macros"
15041version = "4.4.0"
15042source = "registry+https://github.com/rust-lang/crates.io-index"
15043checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
15044dependencies = [
15045 "proc-macro-crate",
15046 "proc-macro2",
15047 "quote",
15048 "syn 2.0.76",
15049 "zvariant_utils",
15050]
15051
15052[[package]]
15053name = "zbus_names"
15054version = "3.0.0"
15055source = "registry+https://github.com/rust-lang/crates.io-index"
15056checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
15057dependencies = [
15058 "serde",
15059 "static_assertions",
15060 "zvariant",
15061]
15062
15063[[package]]
15064name = "zed"
15065version = "0.161.2"
15066dependencies = [
15067 "activity_indicator",
15068 "anyhow",
15069 "ashpd",
15070 "assets",
15071 "assistant",
15072 "async-watch",
15073 "audio",
15074 "auto_update",
15075 "backtrace",
15076 "breadcrumbs",
15077 "call",
15078 "channel",
15079 "chrono",
15080 "clap",
15081 "cli",
15082 "client",
15083 "collab_ui",
15084 "collections",
15085 "command_palette",
15086 "command_palette_hooks",
15087 "copilot",
15088 "db",
15089 "diagnostics",
15090 "editor",
15091 "env_logger 0.11.5",
15092 "extension_host",
15093 "extensions_ui",
15094 "feature_flags",
15095 "feedback",
15096 "file_finder",
15097 "file_icons",
15098 "fs",
15099 "futures 0.3.30",
15100 "git",
15101 "git_hosting_providers",
15102 "go_to_line",
15103 "gpui",
15104 "http_client",
15105 "image_viewer",
15106 "inline_completion_button",
15107 "install_cli",
15108 "journal",
15109 "language",
15110 "language_model",
15111 "language_selector",
15112 "language_tools",
15113 "languages",
15114 "libc",
15115 "log",
15116 "markdown_preview",
15117 "menu",
15118 "mimalloc",
15119 "nix",
15120 "node_runtime",
15121 "notifications",
15122 "outline",
15123 "outline_panel",
15124 "parking_lot",
15125 "paths",
15126 "profiling",
15127 "project",
15128 "project_panel",
15129 "project_symbols",
15130 "proto",
15131 "quick_action_bar",
15132 "recent_projects",
15133 "release_channel",
15134 "remote",
15135 "repl",
15136 "reqwest_client",
15137 "rope",
15138 "search",
15139 "serde",
15140 "serde_json",
15141 "session",
15142 "settings",
15143 "settings_ui",
15144 "shellexpand 2.1.2",
15145 "simplelog",
15146 "smol",
15147 "snippet_provider",
15148 "snippets_ui",
15149 "supermaven",
15150 "sysinfo",
15151 "tab_switcher",
15152 "task",
15153 "tasks_ui",
15154 "telemetry_events",
15155 "terminal_view",
15156 "theme",
15157 "theme_selector",
15158 "time",
15159 "toolchain_selector",
15160 "tree-sitter-md",
15161 "tree-sitter-rust",
15162 "ui",
15163 "url",
15164 "urlencoding",
15165 "util",
15166 "uuid",
15167 "vim",
15168 "welcome",
15169 "windows 0.58.0",
15170 "winresource",
15171 "workspace",
15172 "zed_actions",
15173]
15174
15175[[package]]
15176name = "zed_actions"
15177version = "0.1.0"
15178dependencies = [
15179 "gpui",
15180 "serde",
15181]
15182
15183[[package]]
15184name = "zed_astro"
15185version = "0.1.1"
15186dependencies = [
15187 "serde",
15188 "zed_extension_api 0.1.0",
15189]
15190
15191[[package]]
15192name = "zed_clojure"
15193version = "0.0.3"
15194dependencies = [
15195 "zed_extension_api 0.1.0",
15196]
15197
15198[[package]]
15199name = "zed_csharp"
15200version = "0.0.2"
15201dependencies = [
15202 "zed_extension_api 0.1.0",
15203]
15204
15205[[package]]
15206name = "zed_deno"
15207version = "0.0.2"
15208dependencies = [
15209 "zed_extension_api 0.1.0",
15210]
15211
15212[[package]]
15213name = "zed_elixir"
15214version = "0.1.1"
15215dependencies = [
15216 "zed_extension_api 0.1.0",
15217]
15218
15219[[package]]
15220name = "zed_elm"
15221version = "0.0.1"
15222dependencies = [
15223 "zed_extension_api 0.1.0",
15224]
15225
15226[[package]]
15227name = "zed_emmet"
15228version = "0.0.3"
15229dependencies = [
15230 "zed_extension_api 0.1.0",
15231]
15232
15233[[package]]
15234name = "zed_erlang"
15235version = "0.1.0"
15236dependencies = [
15237 "zed_extension_api 0.1.0",
15238]
15239
15240[[package]]
15241name = "zed_extension_api"
15242version = "0.1.0"
15243source = "registry+https://github.com/rust-lang/crates.io-index"
15244checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
15245dependencies = [
15246 "serde",
15247 "serde_json",
15248 "wit-bindgen",
15249]
15250
15251[[package]]
15252name = "zed_extension_api"
15253version = "0.2.0"
15254dependencies = [
15255 "serde",
15256 "serde_json",
15257 "wit-bindgen",
15258]
15259
15260[[package]]
15261name = "zed_glsl"
15262version = "0.1.0"
15263dependencies = [
15264 "zed_extension_api 0.1.0",
15265]
15266
15267[[package]]
15268name = "zed_haskell"
15269version = "0.1.1"
15270dependencies = [
15271 "zed_extension_api 0.1.0",
15272]
15273
15274[[package]]
15275name = "zed_html"
15276version = "0.1.3"
15277dependencies = [
15278 "zed_extension_api 0.1.0",
15279]
15280
15281[[package]]
15282name = "zed_lua"
15283version = "0.1.0"
15284dependencies = [
15285 "zed_extension_api 0.1.0",
15286]
15287
15288[[package]]
15289name = "zed_ocaml"
15290version = "0.1.0"
15291dependencies = [
15292 "zed_extension_api 0.1.0",
15293]
15294
15295[[package]]
15296name = "zed_php"
15297version = "0.2.2"
15298dependencies = [
15299 "zed_extension_api 0.1.0",
15300]
15301
15302[[package]]
15303name = "zed_prisma"
15304version = "0.0.3"
15305dependencies = [
15306 "zed_extension_api 0.1.0",
15307]
15308
15309[[package]]
15310name = "zed_proto"
15311version = "0.2.0"
15312dependencies = [
15313 "zed_extension_api 0.1.0",
15314]
15315
15316[[package]]
15317name = "zed_purescript"
15318version = "0.0.1"
15319dependencies = [
15320 "zed_extension_api 0.1.0",
15321]
15322
15323[[package]]
15324name = "zed_ruff"
15325version = "0.1.0"
15326dependencies = [
15327 "zed_extension_api 0.1.0",
15328]
15329
15330[[package]]
15331name = "zed_snippets"
15332version = "0.0.5"
15333dependencies = [
15334 "serde_json",
15335 "zed_extension_api 0.1.0",
15336]
15337
15338[[package]]
15339name = "zed_terraform"
15340version = "0.1.1"
15341dependencies = [
15342 "zed_extension_api 0.1.0",
15343]
15344
15345[[package]]
15346name = "zed_test_extension"
15347version = "0.1.0"
15348dependencies = [
15349 "zed_extension_api 0.2.0",
15350]
15351
15352[[package]]
15353name = "zed_toml"
15354version = "0.1.1"
15355dependencies = [
15356 "zed_extension_api 0.1.0",
15357]
15358
15359[[package]]
15360name = "zed_uiua"
15361version = "0.0.1"
15362dependencies = [
15363 "zed_extension_api 0.1.0",
15364]
15365
15366[[package]]
15367name = "zed_zig"
15368version = "0.3.1"
15369dependencies = [
15370 "zed_extension_api 0.1.0",
15371]
15372
15373[[package]]
15374name = "zeno"
15375version = "0.2.3"
15376source = "registry+https://github.com/rust-lang/crates.io-index"
15377checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
15378
15379[[package]]
15380name = "zerocopy"
15381version = "0.7.35"
15382source = "registry+https://github.com/rust-lang/crates.io-index"
15383checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
15384dependencies = [
15385 "byteorder",
15386 "zerocopy-derive",
15387]
15388
15389[[package]]
15390name = "zerocopy-derive"
15391version = "0.7.35"
15392source = "registry+https://github.com/rust-lang/crates.io-index"
15393checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
15394dependencies = [
15395 "proc-macro2",
15396 "quote",
15397 "syn 2.0.76",
15398]
15399
15400[[package]]
15401name = "zeroize"
15402version = "1.8.1"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
15405dependencies = [
15406 "zeroize_derive",
15407]
15408
15409[[package]]
15410name = "zeroize_derive"
15411version = "1.4.2"
15412source = "registry+https://github.com/rust-lang/crates.io-index"
15413checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
15414dependencies = [
15415 "proc-macro2",
15416 "quote",
15417 "syn 2.0.76",
15418]
15419
15420[[package]]
15421name = "zeromq"
15422version = "0.4.0"
15423source = "registry+https://github.com/rust-lang/crates.io-index"
15424checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
15425dependencies = [
15426 "async-dispatcher",
15427 "async-std",
15428 "async-trait",
15429 "asynchronous-codec",
15430 "bytes 1.7.2",
15431 "crossbeam-queue",
15432 "dashmap 5.5.3",
15433 "futures-channel",
15434 "futures-io",
15435 "futures-task",
15436 "futures-util",
15437 "log",
15438 "num-traits",
15439 "once_cell",
15440 "parking_lot",
15441 "rand 0.8.5",
15442 "regex",
15443 "thiserror",
15444 "uuid",
15445]
15446
15447[[package]]
15448name = "zstd"
15449version = "0.11.2+zstd.1.5.2"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
15452dependencies = [
15453 "zstd-safe",
15454]
15455
15456[[package]]
15457name = "zstd-safe"
15458version = "5.0.2+zstd.1.5.2"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
15461dependencies = [
15462 "libc",
15463 "zstd-sys",
15464]
15465
15466[[package]]
15467name = "zstd-sys"
15468version = "2.0.13+zstd.1.5.6"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
15471dependencies = [
15472 "cc",
15473 "pkg-config",
15474]
15475
15476[[package]]
15477name = "zune-core"
15478version = "0.4.12"
15479source = "registry+https://github.com/rust-lang/crates.io-index"
15480checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
15481
15482[[package]]
15483name = "zune-inflate"
15484version = "0.2.54"
15485source = "registry+https://github.com/rust-lang/crates.io-index"
15486checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
15487dependencies = [
15488 "simd-adler32",
15489]
15490
15491[[package]]
15492name = "zune-jpeg"
15493version = "0.4.13"
15494source = "registry+https://github.com/rust-lang/crates.io-index"
15495checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
15496dependencies = [
15497 "zune-core",
15498]
15499
15500[[package]]
15501name = "zvariant"
15502version = "4.2.0"
15503source = "registry+https://github.com/rust-lang/crates.io-index"
15504checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
15505dependencies = [
15506 "endi",
15507 "enumflags2",
15508 "serde",
15509 "static_assertions",
15510 "url",
15511 "zvariant_derive",
15512]
15513
15514[[package]]
15515name = "zvariant_derive"
15516version = "4.2.0"
15517source = "registry+https://github.com/rust-lang/crates.io-index"
15518checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
15519dependencies = [
15520 "proc-macro-crate",
15521 "proc-macro2",
15522 "quote",
15523 "syn 2.0.76",
15524 "zvariant_utils",
15525]
15526
15527[[package]]
15528name = "zvariant_utils"
15529version = "2.1.0"
15530source = "registry+https://github.com/rust-lang/crates.io-index"
15531checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
15532dependencies = [
15533 "proc-macro2",
15534 "quote",
15535 "syn 2.0.76",
15536]