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 "tempfile",
2436 "text",
2437 "thiserror",
2438 "time",
2439 "tiny_http",
2440 "tokio-socks",
2441 "url",
2442 "util",
2443 "windows 0.58.0",
2444 "worktree",
2445]
2446
2447[[package]]
2448name = "clock"
2449version = "0.1.0"
2450dependencies = [
2451 "chrono",
2452 "parking_lot",
2453 "serde",
2454 "smallvec",
2455]
2456
2457[[package]]
2458name = "cobs"
2459version = "0.2.3"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2462
2463[[package]]
2464name = "cocoa"
2465version = "0.25.0"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2468dependencies = [
2469 "bitflags 1.3.2",
2470 "block",
2471 "cocoa-foundation 0.1.2",
2472 "core-foundation 0.9.4",
2473 "core-graphics 0.23.2",
2474 "foreign-types 0.5.0",
2475 "libc",
2476 "objc",
2477]
2478
2479[[package]]
2480name = "cocoa"
2481version = "0.26.0"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2484dependencies = [
2485 "bitflags 2.6.0",
2486 "block",
2487 "cocoa-foundation 0.2.0",
2488 "core-foundation 0.10.0",
2489 "core-graphics 0.24.0",
2490 "foreign-types 0.5.0",
2491 "libc",
2492 "objc",
2493]
2494
2495[[package]]
2496name = "cocoa-foundation"
2497version = "0.1.2"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2500dependencies = [
2501 "bitflags 1.3.2",
2502 "block",
2503 "core-foundation 0.9.4",
2504 "core-graphics-types 0.1.3",
2505 "libc",
2506 "objc",
2507]
2508
2509[[package]]
2510name = "cocoa-foundation"
2511version = "0.2.0"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2514dependencies = [
2515 "bitflags 2.6.0",
2516 "block",
2517 "core-foundation 0.10.0",
2518 "core-graphics-types 0.2.0",
2519 "libc",
2520 "objc",
2521]
2522
2523[[package]]
2524name = "codespan-reporting"
2525version = "0.11.1"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2528dependencies = [
2529 "termcolor",
2530 "unicode-width",
2531]
2532
2533[[package]]
2534name = "collab"
2535version = "0.44.0"
2536dependencies = [
2537 "anthropic",
2538 "anyhow",
2539 "assistant",
2540 "async-stripe",
2541 "async-trait",
2542 "async-tungstenite",
2543 "audio",
2544 "aws-config",
2545 "aws-sdk-s3",
2546 "axum",
2547 "axum-extra",
2548 "base64 0.22.1",
2549 "call",
2550 "channel",
2551 "chrono",
2552 "clickhouse",
2553 "client",
2554 "clock",
2555 "collab_ui",
2556 "collections",
2557 "ctor",
2558 "dashmap 6.0.1",
2559 "derive_more",
2560 "editor",
2561 "env_logger 0.11.5",
2562 "envy",
2563 "file_finder",
2564 "fs",
2565 "futures 0.3.30",
2566 "git",
2567 "git_hosting_providers",
2568 "google_ai",
2569 "gpui",
2570 "hex",
2571 "http_client",
2572 "hyper 0.14.31",
2573 "indoc",
2574 "jsonwebtoken",
2575 "language",
2576 "language_model",
2577 "live_kit_client",
2578 "live_kit_server",
2579 "log",
2580 "lsp",
2581 "menu",
2582 "multi_buffer",
2583 "nanoid",
2584 "node_runtime",
2585 "notifications",
2586 "open_ai",
2587 "parking_lot",
2588 "pretty_assertions",
2589 "project",
2590 "prometheus",
2591 "prost",
2592 "rand 0.8.5",
2593 "recent_projects",
2594 "release_channel",
2595 "remote",
2596 "remote_server",
2597 "reqwest 0.11.27",
2598 "reqwest_client",
2599 "rpc",
2600 "rustc-demangle",
2601 "scrypt",
2602 "sea-orm",
2603 "semantic_version",
2604 "semver",
2605 "serde",
2606 "serde_derive",
2607 "serde_json",
2608 "session",
2609 "settings",
2610 "sha2",
2611 "sqlx",
2612 "strum 0.25.0",
2613 "subtle",
2614 "supermaven_api",
2615 "telemetry_events",
2616 "text",
2617 "theme",
2618 "thiserror",
2619 "time",
2620 "tokio",
2621 "toml 0.8.19",
2622 "tower",
2623 "tower-http 0.4.4",
2624 "tracing",
2625 "tracing-subscriber",
2626 "unindent",
2627 "util",
2628 "uuid",
2629 "workspace",
2630 "worktree",
2631]
2632
2633[[package]]
2634name = "collab_ui"
2635version = "0.1.0"
2636dependencies = [
2637 "anyhow",
2638 "call",
2639 "channel",
2640 "chrono",
2641 "client",
2642 "collections",
2643 "db",
2644 "editor",
2645 "emojis",
2646 "futures 0.3.30",
2647 "fuzzy",
2648 "gpui",
2649 "http_client",
2650 "language",
2651 "menu",
2652 "notifications",
2653 "parking_lot",
2654 "picker",
2655 "pretty_assertions",
2656 "project",
2657 "release_channel",
2658 "rich_text",
2659 "rpc",
2660 "schemars",
2661 "serde",
2662 "serde_derive",
2663 "serde_json",
2664 "settings",
2665 "smallvec",
2666 "story",
2667 "theme",
2668 "time",
2669 "time_format",
2670 "title_bar",
2671 "tree-sitter-md",
2672 "ui",
2673 "util",
2674 "vcs_menu",
2675 "workspace",
2676]
2677
2678[[package]]
2679name = "collections"
2680version = "0.1.0"
2681dependencies = [
2682 "rustc-hash 1.1.0",
2683]
2684
2685[[package]]
2686name = "color_quant"
2687version = "1.1.0"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2690
2691[[package]]
2692name = "colorchoice"
2693version = "1.0.2"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2696
2697[[package]]
2698name = "combine"
2699version = "4.6.7"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2702dependencies = [
2703 "bytes 1.7.2",
2704 "memchr",
2705]
2706
2707[[package]]
2708name = "command_palette"
2709version = "0.1.0"
2710dependencies = [
2711 "client",
2712 "collections",
2713 "command_palette_hooks",
2714 "ctor",
2715 "editor",
2716 "env_logger 0.11.5",
2717 "fuzzy",
2718 "go_to_line",
2719 "gpui",
2720 "language",
2721 "menu",
2722 "picker",
2723 "postage",
2724 "project",
2725 "serde",
2726 "serde_json",
2727 "settings",
2728 "theme",
2729 "ui",
2730 "util",
2731 "workspace",
2732 "zed_actions",
2733]
2734
2735[[package]]
2736name = "command_palette_hooks"
2737version = "0.1.0"
2738dependencies = [
2739 "collections",
2740 "derive_more",
2741 "gpui",
2742]
2743
2744[[package]]
2745name = "concurrent-queue"
2746version = "2.5.0"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2749dependencies = [
2750 "crossbeam-utils",
2751]
2752
2753[[package]]
2754name = "console"
2755version = "0.15.8"
2756source = "registry+https://github.com/rust-lang/crates.io-index"
2757checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2758dependencies = [
2759 "encode_unicode",
2760 "lazy_static",
2761 "libc",
2762 "unicode-width",
2763 "windows-sys 0.52.0",
2764]
2765
2766[[package]]
2767name = "const-oid"
2768version = "0.9.6"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2771
2772[[package]]
2773name = "const-random"
2774version = "0.1.18"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2777dependencies = [
2778 "const-random-macro",
2779]
2780
2781[[package]]
2782name = "const-random-macro"
2783version = "0.1.16"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2786dependencies = [
2787 "getrandom 0.2.15",
2788 "once_cell",
2789 "tiny-keccak",
2790]
2791
2792[[package]]
2793name = "constant_time_eq"
2794version = "0.3.1"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2797
2798[[package]]
2799name = "context_servers"
2800version = "0.1.0"
2801dependencies = [
2802 "anyhow",
2803 "collections",
2804 "command_palette_hooks",
2805 "futures 0.3.30",
2806 "gpui",
2807 "log",
2808 "parking_lot",
2809 "postage",
2810 "schemars",
2811 "serde",
2812 "serde_json",
2813 "settings",
2814 "smol",
2815 "url",
2816 "util",
2817 "workspace",
2818]
2819
2820[[package]]
2821name = "convert_case"
2822version = "0.4.0"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2825
2826[[package]]
2827name = "convert_case"
2828version = "0.6.0"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2831dependencies = [
2832 "unicode-segmentation",
2833]
2834
2835[[package]]
2836name = "copilot"
2837version = "0.1.0"
2838dependencies = [
2839 "anyhow",
2840 "async-compression",
2841 "async-std",
2842 "async-tar",
2843 "chrono",
2844 "client",
2845 "clock",
2846 "collections",
2847 "command_palette_hooks",
2848 "editor",
2849 "fs",
2850 "futures 0.3.30",
2851 "gpui",
2852 "http_client",
2853 "indoc",
2854 "language",
2855 "lsp",
2856 "menu",
2857 "node_runtime",
2858 "parking_lot",
2859 "paths",
2860 "project",
2861 "rpc",
2862 "schemars",
2863 "serde",
2864 "serde_json",
2865 "settings",
2866 "smol",
2867 "strum 0.25.0",
2868 "task",
2869 "theme",
2870 "ui",
2871 "util",
2872 "workspace",
2873]
2874
2875[[package]]
2876name = "core-foundation"
2877version = "0.9.4"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2880dependencies = [
2881 "core-foundation-sys",
2882 "libc",
2883]
2884
2885[[package]]
2886name = "core-foundation"
2887version = "0.10.0"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
2890dependencies = [
2891 "core-foundation-sys",
2892 "libc",
2893]
2894
2895[[package]]
2896name = "core-foundation-sys"
2897version = "0.8.7"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2900
2901[[package]]
2902name = "core-graphics"
2903version = "0.23.2"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2906dependencies = [
2907 "bitflags 1.3.2",
2908 "core-foundation 0.9.4",
2909 "core-graphics-types 0.1.3",
2910 "foreign-types 0.5.0",
2911 "libc",
2912]
2913
2914[[package]]
2915name = "core-graphics"
2916version = "0.24.0"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
2919dependencies = [
2920 "bitflags 2.6.0",
2921 "core-foundation 0.10.0",
2922 "core-graphics-types 0.2.0",
2923 "foreign-types 0.5.0",
2924 "libc",
2925]
2926
2927[[package]]
2928name = "core-graphics-types"
2929version = "0.1.3"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2932dependencies = [
2933 "bitflags 1.3.2",
2934 "core-foundation 0.9.4",
2935 "libc",
2936]
2937
2938[[package]]
2939name = "core-graphics-types"
2940version = "0.2.0"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
2943dependencies = [
2944 "bitflags 2.6.0",
2945 "core-foundation 0.10.0",
2946 "libc",
2947]
2948
2949[[package]]
2950name = "core-services"
2951version = "0.2.1"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
2954dependencies = [
2955 "core-foundation 0.9.4",
2956]
2957
2958[[package]]
2959name = "core-text"
2960version = "20.1.0"
2961source = "registry+https://github.com/rust-lang/crates.io-index"
2962checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
2963dependencies = [
2964 "core-foundation 0.9.4",
2965 "core-graphics 0.23.2",
2966 "foreign-types 0.5.0",
2967 "libc",
2968]
2969
2970[[package]]
2971name = "coreaudio-rs"
2972version = "0.11.3"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
2975dependencies = [
2976 "bitflags 1.3.2",
2977 "core-foundation-sys",
2978 "coreaudio-sys",
2979]
2980
2981[[package]]
2982name = "coreaudio-sys"
2983version = "0.2.15"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9"
2986dependencies = [
2987 "bindgen 0.69.4",
2988]
2989
2990[[package]]
2991name = "cosmic-text"
2992version = "0.11.2"
2993source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
2994dependencies = [
2995 "bitflags 2.6.0",
2996 "fontdb",
2997 "log",
2998 "rangemap",
2999 "rayon",
3000 "rustc-hash 1.1.0",
3001 "rustybuzz",
3002 "self_cell",
3003 "swash",
3004 "sys-locale",
3005 "ttf-parser",
3006 "unicode-bidi",
3007 "unicode-linebreak",
3008 "unicode-script",
3009 "unicode-segmentation",
3010]
3011
3012[[package]]
3013name = "cpal"
3014version = "0.15.3"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
3017dependencies = [
3018 "alsa",
3019 "core-foundation-sys",
3020 "coreaudio-rs",
3021 "dasp_sample",
3022 "jni",
3023 "js-sys",
3024 "libc",
3025 "mach2",
3026 "ndk",
3027 "ndk-context",
3028 "oboe",
3029 "wasm-bindgen",
3030 "wasm-bindgen-futures",
3031 "web-sys",
3032 "windows 0.54.0",
3033]
3034
3035[[package]]
3036name = "cpp_demangle"
3037version = "0.4.4"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3040dependencies = [
3041 "cfg-if",
3042]
3043
3044[[package]]
3045name = "cpufeatures"
3046version = "0.2.13"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
3049dependencies = [
3050 "libc",
3051]
3052
3053[[package]]
3054name = "cranelift-bforest"
3055version = "0.111.1"
3056source = "registry+https://github.com/rust-lang/crates.io-index"
3057checksum = "32d69b774780246008783a75edfb943eccc2487b6a43808503a07cd563f2ffde"
3058dependencies = [
3059 "cranelift-entity",
3060]
3061
3062[[package]]
3063name = "cranelift-bitset"
3064version = "0.111.1"
3065source = "registry+https://github.com/rust-lang/crates.io-index"
3066checksum = "a7d8d71c6b32c1a7cff254c5e5d7359872c1e5e610fbe963472afcddbd9cf303"
3067dependencies = [
3068 "serde",
3069 "serde_derive",
3070]
3071
3072[[package]]
3073name = "cranelift-codegen"
3074version = "0.111.1"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "3ad3a906f2a3f3590ad9798d59a46959a8593258eb985af722f634723c063a2c"
3077dependencies = [
3078 "bumpalo",
3079 "cranelift-bforest",
3080 "cranelift-bitset",
3081 "cranelift-codegen-meta",
3082 "cranelift-codegen-shared",
3083 "cranelift-control",
3084 "cranelift-entity",
3085 "cranelift-isle",
3086 "gimli 0.29.0",
3087 "hashbrown 0.14.5",
3088 "log",
3089 "regalloc2",
3090 "rustc-hash 1.1.0",
3091 "smallvec",
3092 "target-lexicon",
3093]
3094
3095[[package]]
3096name = "cranelift-codegen-meta"
3097version = "0.111.1"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "cd5e4ee12262a135efbef3ced4ab2153adafe4adc55f36af94f9d73be0f7505d"
3100dependencies = [
3101 "cranelift-codegen-shared",
3102]
3103
3104[[package]]
3105name = "cranelift-codegen-shared"
3106version = "0.111.1"
3107source = "registry+https://github.com/rust-lang/crates.io-index"
3108checksum = "5b9374a2a5f060f72e3080fe1c87c9ff4bef2cbe798faae60daf276fb1a13968"
3109
3110[[package]]
3111name = "cranelift-control"
3112version = "0.111.1"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "fba3ca2f344bb22d265a928e7c3f5f46e1a2eb41f1393bd53538d07b6ffb5293"
3115dependencies = [
3116 "arbitrary",
3117]
3118
3119[[package]]
3120name = "cranelift-entity"
3121version = "0.111.1"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "a6aef77dfb018eed09d92d4244abe3c1c060cbbd900c24f75ddde7d75d0e781e"
3124dependencies = [
3125 "cranelift-bitset",
3126 "serde",
3127 "serde_derive",
3128]
3129
3130[[package]]
3131name = "cranelift-frontend"
3132version = "0.111.1"
3133source = "registry+https://github.com/rust-lang/crates.io-index"
3134checksum = "7b1d6954f03d63df1cb95d66153c97df0201862220861349bbd5f583754b1917"
3135dependencies = [
3136 "cranelift-codegen",
3137 "log",
3138 "smallvec",
3139 "target-lexicon",
3140]
3141
3142[[package]]
3143name = "cranelift-isle"
3144version = "0.111.1"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "f8b9b7e088b784796ea8aa5947c1cc12034c1b076a077ec2a5a287da717fa746"
3147
3148[[package]]
3149name = "cranelift-native"
3150version = "0.111.1"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "4cab7424083d070669ff3fdeea7c5b4b5013a055aa1ee0532703f17a5f62af64"
3153dependencies = [
3154 "cranelift-codegen",
3155 "libc",
3156 "target-lexicon",
3157]
3158
3159[[package]]
3160name = "cranelift-wasm"
3161version = "0.111.1"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "81a9f6d0495984eef1d753ec8748de0b216b37ade16d219f1c0f27d8188d7f77"
3164dependencies = [
3165 "cranelift-codegen",
3166 "cranelift-entity",
3167 "cranelift-frontend",
3168 "itertools 0.12.1",
3169 "log",
3170 "smallvec",
3171 "wasmparser 0.215.0",
3172 "wasmtime-types",
3173]
3174
3175[[package]]
3176name = "crc"
3177version = "3.2.1"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3180dependencies = [
3181 "crc-catalog",
3182]
3183
3184[[package]]
3185name = "crc-catalog"
3186version = "2.4.0"
3187source = "registry+https://github.com/rust-lang/crates.io-index"
3188checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3189
3190[[package]]
3191name = "crc32c"
3192version = "0.6.8"
3193source = "registry+https://github.com/rust-lang/crates.io-index"
3194checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3195dependencies = [
3196 "rustc_version",
3197]
3198
3199[[package]]
3200name = "crc32fast"
3201version = "1.4.2"
3202source = "registry+https://github.com/rust-lang/crates.io-index"
3203checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3204dependencies = [
3205 "cfg-if",
3206]
3207
3208[[package]]
3209name = "criterion"
3210version = "0.5.1"
3211source = "registry+https://github.com/rust-lang/crates.io-index"
3212checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3213dependencies = [
3214 "anes",
3215 "cast",
3216 "ciborium",
3217 "clap",
3218 "criterion-plot",
3219 "is-terminal",
3220 "itertools 0.10.5",
3221 "num-traits",
3222 "once_cell",
3223 "oorandom",
3224 "plotters",
3225 "rayon",
3226 "regex",
3227 "serde",
3228 "serde_derive",
3229 "serde_json",
3230 "tinytemplate",
3231 "walkdir",
3232]
3233
3234[[package]]
3235name = "criterion-plot"
3236version = "0.5.0"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3239dependencies = [
3240 "cast",
3241 "itertools 0.10.5",
3242]
3243
3244[[package]]
3245name = "crossbeam-channel"
3246version = "0.5.13"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3249dependencies = [
3250 "crossbeam-utils",
3251]
3252
3253[[package]]
3254name = "crossbeam-deque"
3255version = "0.8.5"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3258dependencies = [
3259 "crossbeam-epoch",
3260 "crossbeam-utils",
3261]
3262
3263[[package]]
3264name = "crossbeam-epoch"
3265version = "0.9.18"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3268dependencies = [
3269 "crossbeam-utils",
3270]
3271
3272[[package]]
3273name = "crossbeam-queue"
3274version = "0.3.11"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3277dependencies = [
3278 "crossbeam-utils",
3279]
3280
3281[[package]]
3282name = "crossbeam-utils"
3283version = "0.8.20"
3284source = "registry+https://github.com/rust-lang/crates.io-index"
3285checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3286
3287[[package]]
3288name = "crunchy"
3289version = "0.2.2"
3290source = "registry+https://github.com/rust-lang/crates.io-index"
3291checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3292
3293[[package]]
3294name = "crypto-bigint"
3295version = "0.4.9"
3296source = "registry+https://github.com/rust-lang/crates.io-index"
3297checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3298dependencies = [
3299 "generic-array",
3300 "rand_core 0.6.4",
3301 "subtle",
3302 "zeroize",
3303]
3304
3305[[package]]
3306name = "crypto-bigint"
3307version = "0.5.5"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3310dependencies = [
3311 "rand_core 0.6.4",
3312 "subtle",
3313]
3314
3315[[package]]
3316name = "crypto-common"
3317version = "0.1.6"
3318source = "registry+https://github.com/rust-lang/crates.io-index"
3319checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3320dependencies = [
3321 "generic-array",
3322 "rand_core 0.6.4",
3323 "typenum",
3324]
3325
3326[[package]]
3327name = "ctor"
3328version = "0.2.8"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
3331dependencies = [
3332 "quote",
3333 "syn 2.0.76",
3334]
3335
3336[[package]]
3337name = "ctrlc"
3338version = "3.4.5"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3341dependencies = [
3342 "nix",
3343 "windows-sys 0.59.0",
3344]
3345
3346[[package]]
3347name = "cursor-icon"
3348version = "1.1.0"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3351
3352[[package]]
3353name = "dashmap"
3354version = "5.5.3"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3357dependencies = [
3358 "cfg-if",
3359 "hashbrown 0.14.5",
3360 "lock_api",
3361 "once_cell",
3362 "parking_lot_core",
3363]
3364
3365[[package]]
3366name = "dashmap"
3367version = "6.0.1"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
3370dependencies = [
3371 "cfg-if",
3372 "crossbeam-utils",
3373 "hashbrown 0.14.5",
3374 "lock_api",
3375 "once_cell",
3376 "parking_lot_core",
3377]
3378
3379[[package]]
3380name = "dasp_sample"
3381version = "0.11.0"
3382source = "registry+https://github.com/rust-lang/crates.io-index"
3383checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3384
3385[[package]]
3386name = "data-encoding"
3387version = "2.6.0"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3390
3391[[package]]
3392name = "data-url"
3393version = "0.3.1"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3396
3397[[package]]
3398name = "db"
3399version = "0.1.0"
3400dependencies = [
3401 "anyhow",
3402 "gpui",
3403 "indoc",
3404 "log",
3405 "paths",
3406 "release_channel",
3407 "smol",
3408 "sqlez",
3409 "sqlez_macros",
3410 "tempfile",
3411 "util",
3412]
3413
3414[[package]]
3415name = "dbus"
3416version = "0.9.7"
3417source = "registry+https://github.com/rust-lang/crates.io-index"
3418checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3419dependencies = [
3420 "libc",
3421 "libdbus-sys",
3422 "winapi",
3423]
3424
3425[[package]]
3426name = "deflate64"
3427version = "0.1.9"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3430
3431[[package]]
3432name = "der"
3433version = "0.6.1"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3436dependencies = [
3437 "const-oid",
3438 "zeroize",
3439]
3440
3441[[package]]
3442name = "der"
3443version = "0.7.9"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3446dependencies = [
3447 "const-oid",
3448 "pem-rfc7468",
3449 "zeroize",
3450]
3451
3452[[package]]
3453name = "deranged"
3454version = "0.3.11"
3455source = "registry+https://github.com/rust-lang/crates.io-index"
3456checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3457dependencies = [
3458 "powerfmt",
3459 "serde",
3460]
3461
3462[[package]]
3463name = "derive_more"
3464version = "0.99.18"
3465source = "registry+https://github.com/rust-lang/crates.io-index"
3466checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3467dependencies = [
3468 "convert_case 0.4.0",
3469 "proc-macro2",
3470 "quote",
3471 "rustc_version",
3472 "syn 2.0.76",
3473]
3474
3475[[package]]
3476name = "derive_refineable"
3477version = "0.1.0"
3478dependencies = [
3479 "proc-macro2",
3480 "quote",
3481 "syn 1.0.109",
3482]
3483
3484[[package]]
3485name = "diagnostics"
3486version = "0.1.0"
3487dependencies = [
3488 "anyhow",
3489 "client",
3490 "collections",
3491 "ctor",
3492 "editor",
3493 "env_logger 0.11.5",
3494 "gpui",
3495 "language",
3496 "log",
3497 "lsp",
3498 "pretty_assertions",
3499 "project",
3500 "rand 0.8.5",
3501 "schemars",
3502 "serde",
3503 "serde_json",
3504 "settings",
3505 "theme",
3506 "ui",
3507 "unindent",
3508 "util",
3509 "workspace",
3510]
3511
3512[[package]]
3513name = "dialoguer"
3514version = "0.11.0"
3515source = "registry+https://github.com/rust-lang/crates.io-index"
3516checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3517dependencies = [
3518 "console",
3519 "fuzzy-matcher",
3520 "shell-words",
3521 "tempfile",
3522 "thiserror",
3523 "zeroize",
3524]
3525
3526[[package]]
3527name = "diff"
3528version = "0.1.13"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3531
3532[[package]]
3533name = "digest"
3534version = "0.10.7"
3535source = "registry+https://github.com/rust-lang/crates.io-index"
3536checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3537dependencies = [
3538 "block-buffer",
3539 "const-oid",
3540 "crypto-common",
3541 "subtle",
3542]
3543
3544[[package]]
3545name = "dirs"
3546version = "4.0.0"
3547source = "registry+https://github.com/rust-lang/crates.io-index"
3548checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3549dependencies = [
3550 "dirs-sys 0.3.7",
3551]
3552
3553[[package]]
3554name = "dirs"
3555version = "5.0.1"
3556source = "registry+https://github.com/rust-lang/crates.io-index"
3557checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3558dependencies = [
3559 "dirs-sys 0.4.1",
3560]
3561
3562[[package]]
3563name = "dirs-sys"
3564version = "0.3.7"
3565source = "registry+https://github.com/rust-lang/crates.io-index"
3566checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3567dependencies = [
3568 "libc",
3569 "redox_users",
3570 "winapi",
3571]
3572
3573[[package]]
3574name = "dirs-sys"
3575version = "0.4.1"
3576source = "registry+https://github.com/rust-lang/crates.io-index"
3577checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3578dependencies = [
3579 "libc",
3580 "option-ext",
3581 "redox_users",
3582 "windows-sys 0.48.0",
3583]
3584
3585[[package]]
3586name = "dlib"
3587version = "0.5.2"
3588source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3590dependencies = [
3591 "libloading",
3592]
3593
3594[[package]]
3595name = "docs_preprocessor"
3596version = "0.1.0"
3597dependencies = [
3598 "anyhow",
3599 "clap",
3600 "mdbook",
3601 "regex",
3602 "serde",
3603 "serde_json",
3604 "settings",
3605 "util",
3606]
3607
3608[[package]]
3609name = "dotenvy"
3610version = "0.15.7"
3611source = "registry+https://github.com/rust-lang/crates.io-index"
3612checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3613
3614[[package]]
3615name = "downcast-rs"
3616version = "1.2.1"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3619
3620[[package]]
3621name = "doxygen-rs"
3622version = "0.4.2"
3623source = "registry+https://github.com/rust-lang/crates.io-index"
3624checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3625dependencies = [
3626 "phf",
3627]
3628
3629[[package]]
3630name = "dwrote"
3631version = "0.11.1"
3632source = "registry+https://github.com/rust-lang/crates.io-index"
3633checksum = "2da3498378ed373237bdef1eddcc64e7be2d3ba4841f4c22a998e81cadeea83c"
3634dependencies = [
3635 "lazy_static",
3636 "libc",
3637 "winapi",
3638 "wio",
3639]
3640
3641[[package]]
3642name = "dyn-clone"
3643version = "1.0.17"
3644source = "registry+https://github.com/rust-lang/crates.io-index"
3645checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3646
3647[[package]]
3648name = "ec4rs"
3649version = "1.1.1"
3650source = "registry+https://github.com/rust-lang/crates.io-index"
3651checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3652
3653[[package]]
3654name = "ecdsa"
3655version = "0.14.8"
3656source = "registry+https://github.com/rust-lang/crates.io-index"
3657checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3658dependencies = [
3659 "der 0.6.1",
3660 "elliptic-curve",
3661 "rfc6979",
3662 "signature 1.6.4",
3663]
3664
3665[[package]]
3666name = "editor"
3667version = "0.1.0"
3668dependencies = [
3669 "aho-corasick",
3670 "anyhow",
3671 "assets",
3672 "chrono",
3673 "client",
3674 "clock",
3675 "collections",
3676 "convert_case 0.6.0",
3677 "ctor",
3678 "db",
3679 "emojis",
3680 "env_logger 0.11.5",
3681 "file_icons",
3682 "futures 0.3.30",
3683 "fuzzy",
3684 "git",
3685 "gpui",
3686 "http_client",
3687 "indoc",
3688 "itertools 0.13.0",
3689 "language",
3690 "linkify",
3691 "log",
3692 "lsp",
3693 "markdown",
3694 "multi_buffer",
3695 "ordered-float 2.10.1",
3696 "parking_lot",
3697 "pretty_assertions",
3698 "project",
3699 "rand 0.8.5",
3700 "release_channel",
3701 "rpc",
3702 "schemars",
3703 "serde",
3704 "serde_json",
3705 "settings",
3706 "similar",
3707 "smallvec",
3708 "smol",
3709 "snippet",
3710 "sum_tree",
3711 "task",
3712 "text",
3713 "theme",
3714 "time",
3715 "time_format",
3716 "tree-sitter-html",
3717 "tree-sitter-rust",
3718 "tree-sitter-typescript",
3719 "ui",
3720 "unicode-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.2.1"
6182source = "registry+https://github.com/rust-lang/crates.io-index"
6183checksum = "77b96de099fc23d5c21e05de32cc087c8326983895b7f6c242562af01f7d4c81"
6184dependencies = [
6185 "anyhow",
6186 "chrono",
6187 "serde",
6188 "serde_json",
6189 "thiserror",
6190 "uuid",
6191]
6192
6193[[package]]
6194name = "khronos-egl"
6195version = "6.0.0"
6196source = "registry+https://github.com/rust-lang/crates.io-index"
6197checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6198dependencies = [
6199 "libc",
6200 "libloading",
6201]
6202
6203[[package]]
6204name = "kqueue"
6205version = "1.0.8"
6206source = "registry+https://github.com/rust-lang/crates.io-index"
6207checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6208dependencies = [
6209 "kqueue-sys",
6210 "libc",
6211]
6212
6213[[package]]
6214name = "kqueue-sys"
6215version = "1.0.4"
6216source = "registry+https://github.com/rust-lang/crates.io-index"
6217checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6218dependencies = [
6219 "bitflags 1.3.2",
6220 "libc",
6221]
6222
6223[[package]]
6224name = "kurbo"
6225version = "0.11.0"
6226source = "registry+https://github.com/rust-lang/crates.io-index"
6227checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
6228dependencies = [
6229 "arrayvec",
6230 "smallvec",
6231]
6232
6233[[package]]
6234name = "kv-log-macro"
6235version = "1.0.7"
6236source = "registry+https://github.com/rust-lang/crates.io-index"
6237checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6238dependencies = [
6239 "log",
6240]
6241
6242[[package]]
6243name = "language"
6244version = "0.1.0"
6245dependencies = [
6246 "anyhow",
6247 "async-trait",
6248 "async-watch",
6249 "clock",
6250 "collections",
6251 "ctor",
6252 "ec4rs",
6253 "env_logger 0.11.5",
6254 "futures 0.3.30",
6255 "fuzzy",
6256 "git",
6257 "globset",
6258 "gpui",
6259 "http_client",
6260 "indoc",
6261 "itertools 0.13.0",
6262 "log",
6263 "lsp",
6264 "parking_lot",
6265 "postage",
6266 "pretty_assertions",
6267 "pulldown-cmark 0.12.1",
6268 "rand 0.8.5",
6269 "regex",
6270 "rpc",
6271 "schemars",
6272 "serde",
6273 "serde_json",
6274 "settings",
6275 "similar",
6276 "smallvec",
6277 "smol",
6278 "strsim",
6279 "sum_tree",
6280 "task",
6281 "text",
6282 "theme",
6283 "tree-sitter",
6284 "tree-sitter-elixir",
6285 "tree-sitter-embedded-template",
6286 "tree-sitter-heex",
6287 "tree-sitter-html",
6288 "tree-sitter-json",
6289 "tree-sitter-md",
6290 "tree-sitter-ruby",
6291 "tree-sitter-rust",
6292 "tree-sitter-typescript",
6293 "unicase",
6294 "unindent",
6295 "util",
6296]
6297
6298[[package]]
6299name = "language_model"
6300version = "0.1.0"
6301dependencies = [
6302 "anthropic",
6303 "anyhow",
6304 "base64 0.22.1",
6305 "client",
6306 "collections",
6307 "copilot",
6308 "ctor",
6309 "editor",
6310 "env_logger 0.11.5",
6311 "feature_flags",
6312 "futures 0.3.30",
6313 "google_ai",
6314 "gpui",
6315 "http_client",
6316 "image",
6317 "inline_completion_button",
6318 "language",
6319 "log",
6320 "menu",
6321 "ollama",
6322 "open_ai",
6323 "parking_lot",
6324 "project",
6325 "proto",
6326 "rand 0.8.5",
6327 "schemars",
6328 "serde",
6329 "serde_json",
6330 "settings",
6331 "smol",
6332 "strum 0.25.0",
6333 "telemetry_events",
6334 "text",
6335 "theme",
6336 "thiserror",
6337 "tiktoken-rs",
6338 "ui",
6339 "unindent",
6340 "util",
6341]
6342
6343[[package]]
6344name = "language_selector"
6345version = "0.1.0"
6346dependencies = [
6347 "anyhow",
6348 "editor",
6349 "fuzzy",
6350 "gpui",
6351 "language",
6352 "picker",
6353 "project",
6354 "ui",
6355 "util",
6356 "workspace",
6357]
6358
6359[[package]]
6360name = "language_tools"
6361version = "0.1.0"
6362dependencies = [
6363 "anyhow",
6364 "client",
6365 "collections",
6366 "copilot",
6367 "editor",
6368 "env_logger 0.11.5",
6369 "futures 0.3.30",
6370 "gpui",
6371 "itertools 0.13.0",
6372 "language",
6373 "lsp",
6374 "project",
6375 "release_channel",
6376 "serde_json",
6377 "settings",
6378 "theme",
6379 "tree-sitter",
6380 "ui",
6381 "util",
6382 "workspace",
6383 "zed_actions",
6384]
6385
6386[[package]]
6387name = "languages"
6388version = "0.1.0"
6389dependencies = [
6390 "anyhow",
6391 "async-compression",
6392 "async-tar",
6393 "async-trait",
6394 "collections",
6395 "futures 0.3.30",
6396 "gpui",
6397 "http_client",
6398 "language",
6399 "log",
6400 "lsp",
6401 "node_runtime",
6402 "paths",
6403 "pet",
6404 "pet-conda",
6405 "pet-core",
6406 "pet-fs",
6407 "pet-poetry",
6408 "pet-reporter",
6409 "project",
6410 "regex",
6411 "rope",
6412 "rust-embed",
6413 "serde",
6414 "serde_json",
6415 "settings",
6416 "smol",
6417 "task",
6418 "text",
6419 "theme",
6420 "toml 0.8.19",
6421 "tree-sitter",
6422 "tree-sitter-bash",
6423 "tree-sitter-c",
6424 "tree-sitter-cpp",
6425 "tree-sitter-css",
6426 "tree-sitter-diff",
6427 "tree-sitter-go",
6428 "tree-sitter-gomod",
6429 "tree-sitter-gowork",
6430 "tree-sitter-jsdoc",
6431 "tree-sitter-json",
6432 "tree-sitter-md",
6433 "tree-sitter-python",
6434 "tree-sitter-regex",
6435 "tree-sitter-rust",
6436 "tree-sitter-typescript",
6437 "tree-sitter-yaml",
6438 "unindent",
6439 "util",
6440 "workspace",
6441]
6442
6443[[package]]
6444name = "lazy_static"
6445version = "1.5.0"
6446source = "registry+https://github.com/rust-lang/crates.io-index"
6447checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6448dependencies = [
6449 "spin 0.9.8",
6450]
6451
6452[[package]]
6453name = "lazycell"
6454version = "1.3.0"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
6457
6458[[package]]
6459name = "leb128"
6460version = "0.2.5"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6463
6464[[package]]
6465name = "lebe"
6466version = "0.5.2"
6467source = "registry+https://github.com/rust-lang/crates.io-index"
6468checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6469
6470[[package]]
6471name = "libc"
6472version = "0.2.161"
6473source = "registry+https://github.com/rust-lang/crates.io-index"
6474checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
6475
6476[[package]]
6477name = "libdbus-sys"
6478version = "0.2.5"
6479source = "registry+https://github.com/rust-lang/crates.io-index"
6480checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6481dependencies = [
6482 "cc",
6483 "pkg-config",
6484]
6485
6486[[package]]
6487name = "libfuzzer-sys"
6488version = "0.4.7"
6489source = "registry+https://github.com/rust-lang/crates.io-index"
6490checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
6491dependencies = [
6492 "arbitrary",
6493 "cc",
6494 "once_cell",
6495]
6496
6497[[package]]
6498name = "libgit2-sys"
6499version = "0.17.0+1.8.1"
6500source = "registry+https://github.com/rust-lang/crates.io-index"
6501checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6502dependencies = [
6503 "cc",
6504 "libc",
6505 "libz-sys",
6506 "pkg-config",
6507]
6508
6509[[package]]
6510name = "libloading"
6511version = "0.8.5"
6512source = "registry+https://github.com/rust-lang/crates.io-index"
6513checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
6514dependencies = [
6515 "cfg-if",
6516 "windows-targets 0.52.6",
6517]
6518
6519[[package]]
6520name = "libm"
6521version = "0.2.8"
6522source = "registry+https://github.com/rust-lang/crates.io-index"
6523checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
6524
6525[[package]]
6526name = "libmimalloc-sys"
6527version = "0.1.39"
6528source = "registry+https://github.com/rust-lang/crates.io-index"
6529checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6530dependencies = [
6531 "cc",
6532 "libc",
6533]
6534
6535[[package]]
6536name = "libredox"
6537version = "0.1.3"
6538source = "registry+https://github.com/rust-lang/crates.io-index"
6539checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6540dependencies = [
6541 "bitflags 2.6.0",
6542 "libc",
6543 "redox_syscall 0.5.3",
6544]
6545
6546[[package]]
6547name = "libsqlite3-sys"
6548version = "0.28.0"
6549source = "registry+https://github.com/rust-lang/crates.io-index"
6550checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
6551dependencies = [
6552 "cc",
6553 "pkg-config",
6554 "vcpkg",
6555]
6556
6557[[package]]
6558name = "libz-sys"
6559version = "1.1.20"
6560source = "registry+https://github.com/rust-lang/crates.io-index"
6561checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6562dependencies = [
6563 "cc",
6564 "libc",
6565 "pkg-config",
6566 "vcpkg",
6567]
6568
6569[[package]]
6570name = "linkify"
6571version = "0.10.0"
6572source = "registry+https://github.com/rust-lang/crates.io-index"
6573checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
6574dependencies = [
6575 "memchr",
6576]
6577
6578[[package]]
6579name = "linkme"
6580version = "0.3.29"
6581source = "registry+https://github.com/rust-lang/crates.io-index"
6582checksum = "70fe496a7af8c406f877635cbf3cd6a9fac9d6f443f58691cd8afe6ce0971af4"
6583dependencies = [
6584 "linkme-impl",
6585]
6586
6587[[package]]
6588name = "linkme-impl"
6589version = "0.3.29"
6590source = "registry+https://github.com/rust-lang/crates.io-index"
6591checksum = "b01f197a15988fb5b2ec0a5a9800c97e70771499c456ad757d63b3c5e9b96e75"
6592dependencies = [
6593 "proc-macro2",
6594 "quote",
6595 "syn 2.0.76",
6596]
6597
6598[[package]]
6599name = "linux-raw-sys"
6600version = "0.3.8"
6601source = "registry+https://github.com/rust-lang/crates.io-index"
6602checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
6603
6604[[package]]
6605name = "linux-raw-sys"
6606version = "0.4.14"
6607source = "registry+https://github.com/rust-lang/crates.io-index"
6608checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
6609
6610[[package]]
6611name = "live_kit_client"
6612version = "0.1.0"
6613dependencies = [
6614 "anyhow",
6615 "async-broadcast",
6616 "async-trait",
6617 "collections",
6618 "core-foundation 0.9.4",
6619 "futures 0.3.30",
6620 "gpui",
6621 "live_kit_server",
6622 "log",
6623 "media",
6624 "nanoid",
6625 "parking_lot",
6626 "postage",
6627 "serde",
6628 "serde_json",
6629 "sha2",
6630 "simplelog",
6631]
6632
6633[[package]]
6634name = "live_kit_server"
6635version = "0.1.0"
6636dependencies = [
6637 "anyhow",
6638 "async-trait",
6639 "jsonwebtoken",
6640 "log",
6641 "prost",
6642 "prost-build",
6643 "prost-types",
6644 "reqwest 0.12.8",
6645 "serde",
6646]
6647
6648[[package]]
6649name = "lmdb-master-sys"
6650version = "0.2.4"
6651source = "registry+https://github.com/rust-lang/crates.io-index"
6652checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
6653dependencies = [
6654 "cc",
6655 "doxygen-rs",
6656 "libc",
6657]
6658
6659[[package]]
6660name = "lock_api"
6661version = "0.4.12"
6662source = "registry+https://github.com/rust-lang/crates.io-index"
6663checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
6664dependencies = [
6665 "autocfg",
6666 "scopeguard",
6667]
6668
6669[[package]]
6670name = "log"
6671version = "0.4.22"
6672source = "registry+https://github.com/rust-lang/crates.io-index"
6673checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
6674dependencies = [
6675 "serde",
6676 "value-bag",
6677]
6678
6679[[package]]
6680name = "loop9"
6681version = "0.1.5"
6682source = "registry+https://github.com/rust-lang/crates.io-index"
6683checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
6684dependencies = [
6685 "imgref",
6686]
6687
6688[[package]]
6689name = "lru"
6690version = "0.12.4"
6691source = "registry+https://github.com/rust-lang/crates.io-index"
6692checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
6693dependencies = [
6694 "hashbrown 0.14.5",
6695]
6696
6697[[package]]
6698name = "lsp"
6699version = "0.1.0"
6700dependencies = [
6701 "anyhow",
6702 "async-pipe",
6703 "collections",
6704 "ctor",
6705 "env_logger 0.11.5",
6706 "futures 0.3.30",
6707 "gpui",
6708 "log",
6709 "lsp-types",
6710 "parking_lot",
6711 "postage",
6712 "release_channel",
6713 "serde",
6714 "serde_json",
6715 "smol",
6716 "util",
6717 "windows 0.58.0",
6718]
6719
6720[[package]]
6721name = "lsp-types"
6722version = "0.95.1"
6723source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
6724dependencies = [
6725 "bitflags 1.3.2",
6726 "serde",
6727 "serde_json",
6728 "serde_repr",
6729 "url",
6730]
6731
6732[[package]]
6733name = "lz4"
6734version = "1.26.0"
6735source = "registry+https://github.com/rust-lang/crates.io-index"
6736checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
6737dependencies = [
6738 "libc",
6739 "lz4-sys",
6740]
6741
6742[[package]]
6743name = "lz4-sys"
6744version = "1.10.0"
6745source = "registry+https://github.com/rust-lang/crates.io-index"
6746checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
6747dependencies = [
6748 "cc",
6749 "libc",
6750]
6751
6752[[package]]
6753name = "mac"
6754version = "0.1.1"
6755source = "registry+https://github.com/rust-lang/crates.io-index"
6756checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6757
6758[[package]]
6759name = "mach2"
6760version = "0.4.2"
6761source = "registry+https://github.com/rust-lang/crates.io-index"
6762checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
6763dependencies = [
6764 "libc",
6765]
6766
6767[[package]]
6768name = "malloc_buf"
6769version = "0.0.6"
6770source = "registry+https://github.com/rust-lang/crates.io-index"
6771checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6772dependencies = [
6773 "libc",
6774]
6775
6776[[package]]
6777name = "maplit"
6778version = "1.0.2"
6779source = "registry+https://github.com/rust-lang/crates.io-index"
6780checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
6781
6782[[package]]
6783name = "markdown"
6784version = "0.1.0"
6785dependencies = [
6786 "anyhow",
6787 "assets",
6788 "env_logger 0.11.5",
6789 "futures 0.3.30",
6790 "gpui",
6791 "language",
6792 "languages",
6793 "linkify",
6794 "log",
6795 "node_runtime",
6796 "pulldown-cmark 0.12.1",
6797 "settings",
6798 "theme",
6799 "ui",
6800 "util",
6801]
6802
6803[[package]]
6804name = "markdown_preview"
6805version = "0.1.0"
6806dependencies = [
6807 "anyhow",
6808 "async-recursion 1.1.1",
6809 "collections",
6810 "editor",
6811 "gpui",
6812 "language",
6813 "linkify",
6814 "log",
6815 "pretty_assertions",
6816 "pulldown-cmark 0.12.1",
6817 "settings",
6818 "theme",
6819 "ui",
6820 "workspace",
6821]
6822
6823[[package]]
6824name = "markup5ever"
6825version = "0.12.1"
6826source = "registry+https://github.com/rust-lang/crates.io-index"
6827checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
6828dependencies = [
6829 "log",
6830 "phf",
6831 "phf_codegen",
6832 "string_cache",
6833 "string_cache_codegen",
6834 "tendril",
6835]
6836
6837[[package]]
6838name = "markup5ever_rcdom"
6839version = "0.3.0"
6840source = "registry+https://github.com/rust-lang/crates.io-index"
6841checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
6842dependencies = [
6843 "html5ever",
6844 "markup5ever",
6845 "tendril",
6846 "xml5ever",
6847]
6848
6849[[package]]
6850name = "matchers"
6851version = "0.1.0"
6852source = "registry+https://github.com/rust-lang/crates.io-index"
6853checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6854dependencies = [
6855 "regex-automata 0.1.10",
6856]
6857
6858[[package]]
6859name = "matchit"
6860version = "0.7.3"
6861source = "registry+https://github.com/rust-lang/crates.io-index"
6862checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6863
6864[[package]]
6865name = "maybe-owned"
6866version = "0.3.4"
6867source = "registry+https://github.com/rust-lang/crates.io-index"
6868checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6869
6870[[package]]
6871name = "maybe-rayon"
6872version = "0.1.1"
6873source = "registry+https://github.com/rust-lang/crates.io-index"
6874checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
6875dependencies = [
6876 "cfg-if",
6877]
6878
6879[[package]]
6880name = "md-5"
6881version = "0.10.6"
6882source = "registry+https://github.com/rust-lang/crates.io-index"
6883checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
6884dependencies = [
6885 "cfg-if",
6886 "digest",
6887]
6888
6889[[package]]
6890name = "mdbook"
6891version = "0.4.40"
6892source = "registry+https://github.com/rust-lang/crates.io-index"
6893checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
6894dependencies = [
6895 "ammonia",
6896 "anyhow",
6897 "chrono",
6898 "clap",
6899 "clap_complete",
6900 "elasticlunr-rs",
6901 "env_logger 0.11.5",
6902 "futures-util",
6903 "handlebars 5.1.2",
6904 "ignore",
6905 "log",
6906 "memchr",
6907 "notify",
6908 "notify-debouncer-mini",
6909 "once_cell",
6910 "opener",
6911 "pathdiff",
6912 "pulldown-cmark 0.10.3",
6913 "regex",
6914 "serde",
6915 "serde_json",
6916 "shlex",
6917 "tempfile",
6918 "tokio",
6919 "toml 0.5.11",
6920 "topological-sort",
6921 "walkdir",
6922 "warp",
6923]
6924
6925[[package]]
6926name = "media"
6927version = "0.1.0"
6928dependencies = [
6929 "anyhow",
6930 "bindgen 0.70.1",
6931 "core-foundation 0.9.4",
6932 "foreign-types 0.5.0",
6933 "metal",
6934 "objc",
6935]
6936
6937[[package]]
6938name = "memchr"
6939version = "2.7.4"
6940source = "registry+https://github.com/rust-lang/crates.io-index"
6941checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
6942
6943[[package]]
6944name = "memfd"
6945version = "0.6.4"
6946source = "registry+https://github.com/rust-lang/crates.io-index"
6947checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6948dependencies = [
6949 "rustix 0.38.35",
6950]
6951
6952[[package]]
6953name = "memmap2"
6954version = "0.9.4"
6955source = "registry+https://github.com/rust-lang/crates.io-index"
6956checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
6957dependencies = [
6958 "libc",
6959]
6960
6961[[package]]
6962name = "memoffset"
6963version = "0.9.1"
6964source = "registry+https://github.com/rust-lang/crates.io-index"
6965checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
6966dependencies = [
6967 "autocfg",
6968]
6969
6970[[package]]
6971name = "menu"
6972version = "0.1.0"
6973dependencies = [
6974 "gpui",
6975 "serde",
6976]
6977
6978[[package]]
6979name = "metal"
6980version = "0.29.0"
6981source = "registry+https://github.com/rust-lang/crates.io-index"
6982checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
6983dependencies = [
6984 "bitflags 2.6.0",
6985 "block",
6986 "core-graphics-types 0.1.3",
6987 "foreign-types 0.5.0",
6988 "log",
6989 "objc",
6990 "paste",
6991]
6992
6993[[package]]
6994name = "mimalloc"
6995version = "0.1.43"
6996source = "registry+https://github.com/rust-lang/crates.io-index"
6997checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
6998dependencies = [
6999 "libmimalloc-sys",
7000]
7001
7002[[package]]
7003name = "mime"
7004version = "0.3.17"
7005source = "registry+https://github.com/rust-lang/crates.io-index"
7006checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7007
7008[[package]]
7009name = "mime_guess"
7010version = "2.0.5"
7011source = "registry+https://github.com/rust-lang/crates.io-index"
7012checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7013dependencies = [
7014 "mime",
7015 "unicase",
7016]
7017
7018[[package]]
7019name = "minimal-lexical"
7020version = "0.2.1"
7021source = "registry+https://github.com/rust-lang/crates.io-index"
7022checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7023
7024[[package]]
7025name = "miniz_oxide"
7026version = "0.7.4"
7027source = "registry+https://github.com/rust-lang/crates.io-index"
7028checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
7029dependencies = [
7030 "adler",
7031 "simd-adler32",
7032]
7033
7034[[package]]
7035name = "miniz_oxide"
7036version = "0.8.0"
7037source = "registry+https://github.com/rust-lang/crates.io-index"
7038checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7039dependencies = [
7040 "adler2",
7041]
7042
7043[[package]]
7044name = "mint"
7045version = "0.5.9"
7046source = "registry+https://github.com/rust-lang/crates.io-index"
7047checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7048
7049[[package]]
7050name = "mio"
7051version = "0.8.11"
7052source = "registry+https://github.com/rust-lang/crates.io-index"
7053checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7054dependencies = [
7055 "libc",
7056 "log",
7057 "wasi 0.11.0+wasi-snapshot-preview1",
7058 "windows-sys 0.48.0",
7059]
7060
7061[[package]]
7062name = "mio"
7063version = "1.0.2"
7064source = "registry+https://github.com/rust-lang/crates.io-index"
7065checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
7066dependencies = [
7067 "hermit-abi 0.3.9",
7068 "libc",
7069 "log",
7070 "wasi 0.11.0+wasi-snapshot-preview1",
7071 "windows-sys 0.52.0",
7072]
7073
7074[[package]]
7075name = "miow"
7076version = "0.6.0"
7077source = "registry+https://github.com/rust-lang/crates.io-index"
7078checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7079dependencies = [
7080 "windows-sys 0.48.0",
7081]
7082
7083[[package]]
7084name = "msvc_spectre_libs"
7085version = "0.1.2"
7086source = "registry+https://github.com/rust-lang/crates.io-index"
7087checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7088dependencies = [
7089 "cc",
7090]
7091
7092[[package]]
7093name = "multi_buffer"
7094version = "0.1.0"
7095dependencies = [
7096 "anyhow",
7097 "clock",
7098 "collections",
7099 "ctor",
7100 "env_logger 0.11.5",
7101 "futures 0.3.30",
7102 "gpui",
7103 "itertools 0.13.0",
7104 "language",
7105 "log",
7106 "parking_lot",
7107 "rand 0.8.5",
7108 "serde",
7109 "settings",
7110 "smallvec",
7111 "sum_tree",
7112 "text",
7113 "theme",
7114 "util",
7115]
7116
7117[[package]]
7118name = "multimap"
7119version = "0.8.3"
7120source = "registry+https://github.com/rust-lang/crates.io-index"
7121checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7122
7123[[package]]
7124name = "naga"
7125version = "22.1.0"
7126source = "registry+https://github.com/rust-lang/crates.io-index"
7127checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
7128dependencies = [
7129 "arrayvec",
7130 "bit-set 0.6.0",
7131 "bitflags 2.6.0",
7132 "cfg_aliases 0.1.1",
7133 "codespan-reporting",
7134 "hexf-parse",
7135 "indexmap 2.4.0",
7136 "log",
7137 "rustc-hash 1.1.0",
7138 "spirv",
7139 "termcolor",
7140 "thiserror",
7141 "unicode-xid",
7142]
7143
7144[[package]]
7145name = "nanoid"
7146version = "0.4.0"
7147source = "registry+https://github.com/rust-lang/crates.io-index"
7148checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7149dependencies = [
7150 "rand 0.8.5",
7151]
7152
7153[[package]]
7154name = "nanorand"
7155version = "0.7.0"
7156source = "registry+https://github.com/rust-lang/crates.io-index"
7157checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7158dependencies = [
7159 "getrandom 0.2.15",
7160]
7161
7162[[package]]
7163name = "native-tls"
7164version = "0.2.12"
7165source = "registry+https://github.com/rust-lang/crates.io-index"
7166checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7167dependencies = [
7168 "libc",
7169 "log",
7170 "openssl",
7171 "openssl-probe",
7172 "openssl-sys",
7173 "schannel",
7174 "security-framework",
7175 "security-framework-sys",
7176 "tempfile",
7177]
7178
7179[[package]]
7180name = "nbformat"
7181version = "0.3.2"
7182source = "registry+https://github.com/rust-lang/crates.io-index"
7183checksum = "84f8a9ab08b34237c2c1d0504b794c2ff01c08dfc46a060d160f004a7f479c31"
7184dependencies = [
7185 "anyhow",
7186 "chrono",
7187 "jupyter-serde",
7188 "serde",
7189 "serde_json",
7190 "thiserror",
7191 "uuid",
7192]
7193
7194[[package]]
7195name = "ndk"
7196version = "0.8.0"
7197source = "registry+https://github.com/rust-lang/crates.io-index"
7198checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7199dependencies = [
7200 "bitflags 2.6.0",
7201 "jni-sys",
7202 "log",
7203 "ndk-sys",
7204 "num_enum",
7205 "thiserror",
7206]
7207
7208[[package]]
7209name = "ndk-context"
7210version = "0.1.1"
7211source = "registry+https://github.com/rust-lang/crates.io-index"
7212checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7213
7214[[package]]
7215name = "ndk-sys"
7216version = "0.5.0+25.2.9519653"
7217source = "registry+https://github.com/rust-lang/crates.io-index"
7218checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7219dependencies = [
7220 "jni-sys",
7221]
7222
7223[[package]]
7224name = "new_debug_unreachable"
7225version = "1.0.6"
7226source = "registry+https://github.com/rust-lang/crates.io-index"
7227checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7228
7229[[package]]
7230name = "nix"
7231version = "0.29.0"
7232source = "registry+https://github.com/rust-lang/crates.io-index"
7233checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7234dependencies = [
7235 "bitflags 2.6.0",
7236 "cfg-if",
7237 "cfg_aliases 0.2.1",
7238 "libc",
7239 "memoffset",
7240]
7241
7242[[package]]
7243name = "node_runtime"
7244version = "0.1.0"
7245dependencies = [
7246 "anyhow",
7247 "async-compression",
7248 "async-std",
7249 "async-tar",
7250 "async-trait",
7251 "async-watch",
7252 "async_zip",
7253 "futures 0.3.30",
7254 "http_client",
7255 "log",
7256 "paths",
7257 "semver",
7258 "serde",
7259 "serde_json",
7260 "smol",
7261 "tempfile",
7262 "util",
7263 "walkdir",
7264 "which 6.0.3",
7265 "windows 0.58.0",
7266]
7267
7268[[package]]
7269name = "nom"
7270version = "7.1.3"
7271source = "registry+https://github.com/rust-lang/crates.io-index"
7272checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7273dependencies = [
7274 "memchr",
7275 "minimal-lexical",
7276]
7277
7278[[package]]
7279name = "noop_proc_macro"
7280version = "0.3.0"
7281source = "registry+https://github.com/rust-lang/crates.io-index"
7282checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7283
7284[[package]]
7285name = "normpath"
7286version = "1.3.0"
7287source = "registry+https://github.com/rust-lang/crates.io-index"
7288checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7289dependencies = [
7290 "windows-sys 0.59.0",
7291]
7292
7293[[package]]
7294name = "notifications"
7295version = "0.1.0"
7296dependencies = [
7297 "anyhow",
7298 "channel",
7299 "client",
7300 "collections",
7301 "db",
7302 "gpui",
7303 "rpc",
7304 "settings",
7305 "sum_tree",
7306 "time",
7307 "util",
7308]
7309
7310[[package]]
7311name = "notify"
7312version = "6.1.1"
7313source = "registry+https://github.com/rust-lang/crates.io-index"
7314checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7315dependencies = [
7316 "bitflags 2.6.0",
7317 "crossbeam-channel",
7318 "filetime",
7319 "fsevent-sys 4.1.0",
7320 "inotify",
7321 "kqueue",
7322 "libc",
7323 "log",
7324 "mio 0.8.11",
7325 "walkdir",
7326 "windows-sys 0.48.0",
7327]
7328
7329[[package]]
7330name = "notify-debouncer-mini"
7331version = "0.4.1"
7332source = "registry+https://github.com/rust-lang/crates.io-index"
7333checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7334dependencies = [
7335 "crossbeam-channel",
7336 "log",
7337 "notify",
7338]
7339
7340[[package]]
7341name = "ntapi"
7342version = "0.4.1"
7343source = "registry+https://github.com/rust-lang/crates.io-index"
7344checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7345dependencies = [
7346 "winapi",
7347]
7348
7349[[package]]
7350name = "nu-ansi-term"
7351version = "0.46.0"
7352source = "registry+https://github.com/rust-lang/crates.io-index"
7353checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7354dependencies = [
7355 "overload",
7356 "winapi",
7357]
7358
7359[[package]]
7360name = "num"
7361version = "0.4.3"
7362source = "registry+https://github.com/rust-lang/crates.io-index"
7363checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7364dependencies = [
7365 "num-bigint",
7366 "num-complex",
7367 "num-integer",
7368 "num-iter",
7369 "num-rational",
7370 "num-traits",
7371]
7372
7373[[package]]
7374name = "num-bigint"
7375version = "0.4.6"
7376source = "registry+https://github.com/rust-lang/crates.io-index"
7377checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7378dependencies = [
7379 "num-integer",
7380 "num-traits",
7381]
7382
7383[[package]]
7384name = "num-bigint-dig"
7385version = "0.8.4"
7386source = "registry+https://github.com/rust-lang/crates.io-index"
7387checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7388dependencies = [
7389 "byteorder",
7390 "lazy_static",
7391 "libm",
7392 "num-integer",
7393 "num-iter",
7394 "num-traits",
7395 "rand 0.8.5",
7396 "serde",
7397 "smallvec",
7398 "zeroize",
7399]
7400
7401[[package]]
7402name = "num-complex"
7403version = "0.4.6"
7404source = "registry+https://github.com/rust-lang/crates.io-index"
7405checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7406dependencies = [
7407 "num-traits",
7408]
7409
7410[[package]]
7411name = "num-conv"
7412version = "0.1.0"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7415
7416[[package]]
7417name = "num-derive"
7418version = "0.4.2"
7419source = "registry+https://github.com/rust-lang/crates.io-index"
7420checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7421dependencies = [
7422 "proc-macro2",
7423 "quote",
7424 "syn 2.0.76",
7425]
7426
7427[[package]]
7428name = "num-format"
7429version = "0.4.4"
7430source = "registry+https://github.com/rust-lang/crates.io-index"
7431checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7432dependencies = [
7433 "arrayvec",
7434 "itoa",
7435]
7436
7437[[package]]
7438name = "num-integer"
7439version = "0.1.46"
7440source = "registry+https://github.com/rust-lang/crates.io-index"
7441checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7442dependencies = [
7443 "num-traits",
7444]
7445
7446[[package]]
7447name = "num-iter"
7448version = "0.1.45"
7449source = "registry+https://github.com/rust-lang/crates.io-index"
7450checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7451dependencies = [
7452 "autocfg",
7453 "num-integer",
7454 "num-traits",
7455]
7456
7457[[package]]
7458name = "num-rational"
7459version = "0.4.2"
7460source = "registry+https://github.com/rust-lang/crates.io-index"
7461checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7462dependencies = [
7463 "num-bigint",
7464 "num-integer",
7465 "num-traits",
7466]
7467
7468[[package]]
7469name = "num-traits"
7470version = "0.2.19"
7471source = "registry+https://github.com/rust-lang/crates.io-index"
7472checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
7473dependencies = [
7474 "autocfg",
7475 "libm",
7476]
7477
7478[[package]]
7479name = "num_cpus"
7480version = "1.16.0"
7481source = "registry+https://github.com/rust-lang/crates.io-index"
7482checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
7483dependencies = [
7484 "hermit-abi 0.3.9",
7485 "libc",
7486]
7487
7488[[package]]
7489name = "num_enum"
7490version = "0.7.3"
7491source = "registry+https://github.com/rust-lang/crates.io-index"
7492checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
7493dependencies = [
7494 "num_enum_derive",
7495]
7496
7497[[package]]
7498name = "num_enum_derive"
7499version = "0.7.3"
7500source = "registry+https://github.com/rust-lang/crates.io-index"
7501checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
7502dependencies = [
7503 "proc-macro-crate",
7504 "proc-macro2",
7505 "quote",
7506 "syn 2.0.76",
7507]
7508
7509[[package]]
7510name = "num_threads"
7511version = "0.1.7"
7512source = "registry+https://github.com/rust-lang/crates.io-index"
7513checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
7514dependencies = [
7515 "libc",
7516]
7517
7518[[package]]
7519name = "nvim-rs"
7520version = "0.8.0-pre"
7521source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
7522dependencies = [
7523 "async-trait",
7524 "futures 0.3.30",
7525 "log",
7526 "parity-tokio-ipc",
7527 "rmp",
7528 "rmpv",
7529 "tokio",
7530 "tokio-util",
7531 "winapi",
7532]
7533
7534[[package]]
7535name = "objc"
7536version = "0.2.7"
7537source = "registry+https://github.com/rust-lang/crates.io-index"
7538checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
7539dependencies = [
7540 "malloc_buf",
7541]
7542
7543[[package]]
7544name = "object"
7545version = "0.36.4"
7546source = "registry+https://github.com/rust-lang/crates.io-index"
7547checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
7548dependencies = [
7549 "crc32fast",
7550 "hashbrown 0.14.5",
7551 "indexmap 2.4.0",
7552 "memchr",
7553]
7554
7555[[package]]
7556name = "oboe"
7557version = "0.6.1"
7558source = "registry+https://github.com/rust-lang/crates.io-index"
7559checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
7560dependencies = [
7561 "jni",
7562 "ndk",
7563 "ndk-context",
7564 "num-derive",
7565 "num-traits",
7566 "oboe-sys",
7567]
7568
7569[[package]]
7570name = "oboe-sys"
7571version = "0.6.1"
7572source = "registry+https://github.com/rust-lang/crates.io-index"
7573checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
7574dependencies = [
7575 "cc",
7576]
7577
7578[[package]]
7579name = "ollama"
7580version = "0.1.0"
7581dependencies = [
7582 "anyhow",
7583 "futures 0.3.30",
7584 "http_client",
7585 "schemars",
7586 "serde",
7587 "serde_json",
7588]
7589
7590[[package]]
7591name = "once_cell"
7592version = "1.19.0"
7593source = "registry+https://github.com/rust-lang/crates.io-index"
7594checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
7595
7596[[package]]
7597name = "oo7"
7598version = "0.3.3"
7599source = "registry+https://github.com/rust-lang/crates.io-index"
7600checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
7601dependencies = [
7602 "aes",
7603 "async-fs 2.1.2",
7604 "async-io 2.3.4",
7605 "async-lock 3.4.0",
7606 "async-net 2.0.0",
7607 "blocking",
7608 "cbc",
7609 "cipher",
7610 "digest",
7611 "endi",
7612 "futures-lite 2.3.0",
7613 "futures-util",
7614 "hkdf",
7615 "hmac",
7616 "md-5",
7617 "num",
7618 "num-bigint-dig",
7619 "pbkdf2",
7620 "rand 0.8.5",
7621 "serde",
7622 "sha2",
7623 "subtle",
7624 "zbus",
7625 "zeroize",
7626 "zvariant",
7627]
7628
7629[[package]]
7630name = "oorandom"
7631version = "11.1.4"
7632source = "registry+https://github.com/rust-lang/crates.io-index"
7633checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
7634
7635[[package]]
7636name = "open"
7637version = "5.3.0"
7638source = "registry+https://github.com/rust-lang/crates.io-index"
7639checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
7640dependencies = [
7641 "is-wsl",
7642 "libc",
7643 "pathdiff",
7644]
7645
7646[[package]]
7647name = "open_ai"
7648version = "0.1.0"
7649dependencies = [
7650 "anyhow",
7651 "futures 0.3.30",
7652 "http_client",
7653 "schemars",
7654 "serde",
7655 "serde_json",
7656 "strum 0.25.0",
7657]
7658
7659[[package]]
7660name = "opener"
7661version = "0.7.2"
7662source = "registry+https://github.com/rust-lang/crates.io-index"
7663checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
7664dependencies = [
7665 "bstr",
7666 "dbus",
7667 "normpath",
7668 "windows-sys 0.59.0",
7669]
7670
7671[[package]]
7672name = "openssl"
7673version = "0.10.66"
7674source = "registry+https://github.com/rust-lang/crates.io-index"
7675checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
7676dependencies = [
7677 "bitflags 2.6.0",
7678 "cfg-if",
7679 "foreign-types 0.3.2",
7680 "libc",
7681 "once_cell",
7682 "openssl-macros",
7683 "openssl-sys",
7684]
7685
7686[[package]]
7687name = "openssl-macros"
7688version = "0.1.1"
7689source = "registry+https://github.com/rust-lang/crates.io-index"
7690checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
7691dependencies = [
7692 "proc-macro2",
7693 "quote",
7694 "syn 2.0.76",
7695]
7696
7697[[package]]
7698name = "openssl-probe"
7699version = "0.1.5"
7700source = "registry+https://github.com/rust-lang/crates.io-index"
7701checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
7702
7703[[package]]
7704name = "openssl-src"
7705version = "300.3.1+3.3.1"
7706source = "registry+https://github.com/rust-lang/crates.io-index"
7707checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
7708dependencies = [
7709 "cc",
7710]
7711
7712[[package]]
7713name = "openssl-sys"
7714version = "0.9.103"
7715source = "registry+https://github.com/rust-lang/crates.io-index"
7716checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
7717dependencies = [
7718 "cc",
7719 "libc",
7720 "openssl-src",
7721 "pkg-config",
7722 "vcpkg",
7723]
7724
7725[[package]]
7726name = "option-ext"
7727version = "0.2.0"
7728source = "registry+https://github.com/rust-lang/crates.io-index"
7729checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
7730
7731[[package]]
7732name = "ordered-float"
7733version = "2.10.1"
7734source = "registry+https://github.com/rust-lang/crates.io-index"
7735checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
7736dependencies = [
7737 "num-traits",
7738]
7739
7740[[package]]
7741name = "ordered-float"
7742version = "3.9.2"
7743source = "registry+https://github.com/rust-lang/crates.io-index"
7744checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
7745dependencies = [
7746 "num-traits",
7747]
7748
7749[[package]]
7750name = "ordered-stream"
7751version = "0.2.0"
7752source = "registry+https://github.com/rust-lang/crates.io-index"
7753checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
7754dependencies = [
7755 "futures-core",
7756 "pin-project-lite",
7757]
7758
7759[[package]]
7760name = "ouroboros"
7761version = "0.17.2"
7762source = "registry+https://github.com/rust-lang/crates.io-index"
7763checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
7764dependencies = [
7765 "aliasable",
7766 "ouroboros_macro",
7767 "static_assertions",
7768]
7769
7770[[package]]
7771name = "ouroboros_macro"
7772version = "0.17.2"
7773source = "registry+https://github.com/rust-lang/crates.io-index"
7774checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7775dependencies = [
7776 "heck 0.4.1",
7777 "proc-macro-error",
7778 "proc-macro2",
7779 "quote",
7780 "syn 2.0.76",
7781]
7782
7783[[package]]
7784name = "outline"
7785version = "0.1.0"
7786dependencies = [
7787 "editor",
7788 "fuzzy",
7789 "gpui",
7790 "indoc",
7791 "language",
7792 "menu",
7793 "ordered-float 2.10.1",
7794 "picker",
7795 "project",
7796 "rope",
7797 "serde_json",
7798 "settings",
7799 "smol",
7800 "theme",
7801 "tree-sitter-rust",
7802 "tree-sitter-typescript",
7803 "ui",
7804 "util",
7805 "workspace",
7806]
7807
7808[[package]]
7809name = "outline_panel"
7810version = "0.1.0"
7811dependencies = [
7812 "anyhow",
7813 "collections",
7814 "db",
7815 "editor",
7816 "file_icons",
7817 "fuzzy",
7818 "gpui",
7819 "itertools 0.13.0",
7820 "language",
7821 "log",
7822 "menu",
7823 "outline",
7824 "pretty_assertions",
7825 "project",
7826 "schemars",
7827 "search",
7828 "serde",
7829 "serde_json",
7830 "settings",
7831 "smallvec",
7832 "smol",
7833 "theme",
7834 "ui",
7835 "util",
7836 "workspace",
7837 "worktree",
7838]
7839
7840[[package]]
7841name = "outref"
7842version = "0.5.1"
7843source = "registry+https://github.com/rust-lang/crates.io-index"
7844checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
7845
7846[[package]]
7847name = "overload"
7848version = "0.1.1"
7849source = "registry+https://github.com/rust-lang/crates.io-index"
7850checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
7851
7852[[package]]
7853name = "p256"
7854version = "0.11.1"
7855source = "registry+https://github.com/rust-lang/crates.io-index"
7856checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
7857dependencies = [
7858 "ecdsa",
7859 "elliptic-curve",
7860 "sha2",
7861]
7862
7863[[package]]
7864name = "page_size"
7865version = "0.6.0"
7866source = "registry+https://github.com/rust-lang/crates.io-index"
7867checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
7868dependencies = [
7869 "libc",
7870 "winapi",
7871]
7872
7873[[package]]
7874name = "palette"
7875version = "0.7.6"
7876source = "registry+https://github.com/rust-lang/crates.io-index"
7877checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
7878dependencies = [
7879 "approx",
7880 "fast-srgb8",
7881 "palette_derive",
7882]
7883
7884[[package]]
7885name = "palette_derive"
7886version = "0.7.6"
7887source = "registry+https://github.com/rust-lang/crates.io-index"
7888checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
7889dependencies = [
7890 "by_address",
7891 "proc-macro2",
7892 "quote",
7893 "syn 2.0.76",
7894]
7895
7896[[package]]
7897name = "parity-tokio-ipc"
7898version = "0.9.0"
7899source = "registry+https://github.com/rust-lang/crates.io-index"
7900checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
7901dependencies = [
7902 "futures 0.3.30",
7903 "libc",
7904 "log",
7905 "rand 0.7.3",
7906 "tokio",
7907 "winapi",
7908]
7909
7910[[package]]
7911name = "parking"
7912version = "2.2.1"
7913source = "registry+https://github.com/rust-lang/crates.io-index"
7914checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
7915
7916[[package]]
7917name = "parking_lot"
7918version = "0.12.3"
7919source = "registry+https://github.com/rust-lang/crates.io-index"
7920checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
7921dependencies = [
7922 "lock_api",
7923 "parking_lot_core",
7924]
7925
7926[[package]]
7927name = "parking_lot_core"
7928version = "0.9.10"
7929source = "registry+https://github.com/rust-lang/crates.io-index"
7930checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
7931dependencies = [
7932 "cfg-if",
7933 "libc",
7934 "redox_syscall 0.5.3",
7935 "smallvec",
7936 "windows-targets 0.52.6",
7937]
7938
7939[[package]]
7940name = "password-hash"
7941version = "0.5.0"
7942source = "registry+https://github.com/rust-lang/crates.io-index"
7943checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
7944dependencies = [
7945 "base64ct",
7946 "rand_core 0.6.4",
7947 "subtle",
7948]
7949
7950[[package]]
7951name = "paste"
7952version = "1.0.15"
7953source = "registry+https://github.com/rust-lang/crates.io-index"
7954checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
7955
7956[[package]]
7957name = "pathdiff"
7958version = "0.2.2"
7959source = "registry+https://github.com/rust-lang/crates.io-index"
7960checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
7961
7962[[package]]
7963name = "pathfinder_geometry"
7964version = "0.5.1"
7965source = "registry+https://github.com/rust-lang/crates.io-index"
7966checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
7967dependencies = [
7968 "log",
7969 "pathfinder_simd",
7970]
7971
7972[[package]]
7973name = "pathfinder_simd"
7974version = "0.5.4"
7975source = "registry+https://github.com/rust-lang/crates.io-index"
7976checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
7977dependencies = [
7978 "rustc_version",
7979]
7980
7981[[package]]
7982name = "paths"
7983version = "0.1.0"
7984dependencies = [
7985 "dirs 4.0.0",
7986 "util",
7987]
7988
7989[[package]]
7990name = "pbkdf2"
7991version = "0.12.2"
7992source = "registry+https://github.com/rust-lang/crates.io-index"
7993checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
7994dependencies = [
7995 "digest",
7996 "hmac",
7997]
7998
7999[[package]]
8000name = "pem"
8001version = "3.0.4"
8002source = "registry+https://github.com/rust-lang/crates.io-index"
8003checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8004dependencies = [
8005 "base64 0.22.1",
8006 "serde",
8007]
8008
8009[[package]]
8010name = "pem-rfc7468"
8011version = "0.7.0"
8012source = "registry+https://github.com/rust-lang/crates.io-index"
8013checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8014dependencies = [
8015 "base64ct",
8016]
8017
8018[[package]]
8019name = "percent-encoding"
8020version = "2.3.1"
8021source = "registry+https://github.com/rust-lang/crates.io-index"
8022checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8023
8024[[package]]
8025name = "perplexity"
8026version = "0.1.0"
8027dependencies = [
8028 "serde",
8029 "zed_extension_api 0.2.0",
8030]
8031
8032[[package]]
8033name = "pest"
8034version = "2.7.11"
8035source = "registry+https://github.com/rust-lang/crates.io-index"
8036checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
8037dependencies = [
8038 "memchr",
8039 "thiserror",
8040 "ucd-trie",
8041]
8042
8043[[package]]
8044name = "pest_derive"
8045version = "2.7.11"
8046source = "registry+https://github.com/rust-lang/crates.io-index"
8047checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
8048dependencies = [
8049 "pest",
8050 "pest_generator",
8051]
8052
8053[[package]]
8054name = "pest_generator"
8055version = "2.7.11"
8056source = "registry+https://github.com/rust-lang/crates.io-index"
8057checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
8058dependencies = [
8059 "pest",
8060 "pest_meta",
8061 "proc-macro2",
8062 "quote",
8063 "syn 2.0.76",
8064]
8065
8066[[package]]
8067name = "pest_meta"
8068version = "2.7.11"
8069source = "registry+https://github.com/rust-lang/crates.io-index"
8070checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
8071dependencies = [
8072 "once_cell",
8073 "pest",
8074 "sha2",
8075]
8076
8077[[package]]
8078name = "pet"
8079version = "0.1.0"
8080source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8081dependencies = [
8082 "clap",
8083 "env_logger 0.10.2",
8084 "lazy_static",
8085 "log",
8086 "msvc_spectre_libs",
8087 "pet-conda",
8088 "pet-core",
8089 "pet-env-var-path",
8090 "pet-fs",
8091 "pet-global-virtualenvs",
8092 "pet-homebrew",
8093 "pet-jsonrpc",
8094 "pet-linux-global-python",
8095 "pet-mac-commandlinetools",
8096 "pet-mac-python-org",
8097 "pet-mac-xcode",
8098 "pet-pipenv",
8099 "pet-poetry",
8100 "pet-pyenv",
8101 "pet-python-utils",
8102 "pet-reporter",
8103 "pet-telemetry",
8104 "pet-venv",
8105 "pet-virtualenv",
8106 "pet-virtualenvwrapper",
8107 "pet-windows-registry",
8108 "pet-windows-store",
8109 "serde",
8110 "serde_json",
8111]
8112
8113[[package]]
8114name = "pet-conda"
8115version = "0.1.0"
8116source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8117dependencies = [
8118 "env_logger 0.10.2",
8119 "lazy_static",
8120 "log",
8121 "msvc_spectre_libs",
8122 "pet-core",
8123 "pet-fs",
8124 "pet-python-utils",
8125 "pet-reporter",
8126 "regex",
8127 "serde",
8128 "serde_json",
8129 "yaml-rust2",
8130]
8131
8132[[package]]
8133name = "pet-core"
8134version = "0.1.0"
8135source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8136dependencies = [
8137 "clap",
8138 "lazy_static",
8139 "log",
8140 "msvc_spectre_libs",
8141 "pet-fs",
8142 "regex",
8143 "serde",
8144 "serde_json",
8145]
8146
8147[[package]]
8148name = "pet-env-var-path"
8149version = "0.1.0"
8150source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8151dependencies = [
8152 "lazy_static",
8153 "log",
8154 "msvc_spectre_libs",
8155 "pet-conda",
8156 "pet-core",
8157 "pet-fs",
8158 "pet-python-utils",
8159 "pet-virtualenv",
8160 "regex",
8161]
8162
8163[[package]]
8164name = "pet-fs"
8165version = "0.1.0"
8166source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8167dependencies = [
8168 "log",
8169 "msvc_spectre_libs",
8170]
8171
8172[[package]]
8173name = "pet-global-virtualenvs"
8174version = "0.1.0"
8175source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8176dependencies = [
8177 "log",
8178 "msvc_spectre_libs",
8179 "pet-conda",
8180 "pet-core",
8181 "pet-fs",
8182 "pet-virtualenv",
8183]
8184
8185[[package]]
8186name = "pet-homebrew"
8187version = "0.1.0"
8188source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8189dependencies = [
8190 "lazy_static",
8191 "log",
8192 "msvc_spectre_libs",
8193 "pet-conda",
8194 "pet-core",
8195 "pet-fs",
8196 "pet-python-utils",
8197 "pet-virtualenv",
8198 "regex",
8199 "serde",
8200 "serde_json",
8201]
8202
8203[[package]]
8204name = "pet-jsonrpc"
8205version = "0.1.0"
8206source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8207dependencies = [
8208 "env_logger 0.10.2",
8209 "log",
8210 "msvc_spectre_libs",
8211 "pet-core",
8212 "serde",
8213 "serde_json",
8214]
8215
8216[[package]]
8217name = "pet-linux-global-python"
8218version = "0.1.0"
8219source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8220dependencies = [
8221 "log",
8222 "msvc_spectre_libs",
8223 "pet-core",
8224 "pet-fs",
8225 "pet-python-utils",
8226 "pet-virtualenv",
8227]
8228
8229[[package]]
8230name = "pet-mac-commandlinetools"
8231version = "0.1.0"
8232source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8233dependencies = [
8234 "log",
8235 "msvc_spectre_libs",
8236 "pet-core",
8237 "pet-fs",
8238 "pet-python-utils",
8239 "pet-virtualenv",
8240]
8241
8242[[package]]
8243name = "pet-mac-python-org"
8244version = "0.1.0"
8245source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8246dependencies = [
8247 "log",
8248 "msvc_spectre_libs",
8249 "pet-core",
8250 "pet-fs",
8251 "pet-python-utils",
8252 "pet-virtualenv",
8253]
8254
8255[[package]]
8256name = "pet-mac-xcode"
8257version = "0.1.0"
8258source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8259dependencies = [
8260 "log",
8261 "msvc_spectre_libs",
8262 "pet-core",
8263 "pet-fs",
8264 "pet-python-utils",
8265 "pet-virtualenv",
8266]
8267
8268[[package]]
8269name = "pet-pipenv"
8270version = "0.1.0"
8271source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8272dependencies = [
8273 "log",
8274 "msvc_spectre_libs",
8275 "pet-core",
8276 "pet-fs",
8277 "pet-python-utils",
8278 "pet-virtualenv",
8279]
8280
8281[[package]]
8282name = "pet-poetry"
8283version = "0.1.0"
8284source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8285dependencies = [
8286 "base64 0.22.1",
8287 "lazy_static",
8288 "log",
8289 "msvc_spectre_libs",
8290 "pet-core",
8291 "pet-fs",
8292 "pet-python-utils",
8293 "pet-reporter",
8294 "pet-virtualenv",
8295 "regex",
8296 "serde",
8297 "serde_json",
8298 "sha2",
8299 "toml 0.8.19",
8300]
8301
8302[[package]]
8303name = "pet-pyenv"
8304version = "0.1.0"
8305source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8306dependencies = [
8307 "lazy_static",
8308 "log",
8309 "msvc_spectre_libs",
8310 "pet-conda",
8311 "pet-core",
8312 "pet-fs",
8313 "pet-python-utils",
8314 "pet-reporter",
8315 "regex",
8316 "serde",
8317 "serde_json",
8318]
8319
8320[[package]]
8321name = "pet-python-utils"
8322version = "0.1.0"
8323source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8324dependencies = [
8325 "env_logger 0.10.2",
8326 "lazy_static",
8327 "log",
8328 "msvc_spectre_libs",
8329 "pet-core",
8330 "pet-fs",
8331 "regex",
8332 "serde",
8333 "serde_json",
8334 "sha2",
8335]
8336
8337[[package]]
8338name = "pet-reporter"
8339version = "0.1.0"
8340source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8341dependencies = [
8342 "env_logger 0.10.2",
8343 "log",
8344 "msvc_spectre_libs",
8345 "pet-core",
8346 "pet-jsonrpc",
8347 "serde",
8348 "serde_json",
8349]
8350
8351[[package]]
8352name = "pet-telemetry"
8353version = "0.1.0"
8354source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8355dependencies = [
8356 "env_logger 0.10.2",
8357 "lazy_static",
8358 "log",
8359 "msvc_spectre_libs",
8360 "pet-core",
8361 "pet-fs",
8362 "pet-python-utils",
8363 "regex",
8364]
8365
8366[[package]]
8367name = "pet-venv"
8368version = "0.1.0"
8369source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8370dependencies = [
8371 "log",
8372 "msvc_spectre_libs",
8373 "pet-core",
8374 "pet-python-utils",
8375 "pet-virtualenv",
8376]
8377
8378[[package]]
8379name = "pet-virtualenv"
8380version = "0.1.0"
8381source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8382dependencies = [
8383 "log",
8384 "msvc_spectre_libs",
8385 "pet-core",
8386 "pet-fs",
8387 "pet-python-utils",
8388]
8389
8390[[package]]
8391name = "pet-virtualenvwrapper"
8392version = "0.1.0"
8393source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8394dependencies = [
8395 "log",
8396 "msvc_spectre_libs",
8397 "pet-core",
8398 "pet-fs",
8399 "pet-python-utils",
8400 "pet-virtualenv",
8401]
8402
8403[[package]]
8404name = "pet-windows-registry"
8405version = "0.1.0"
8406source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8407dependencies = [
8408 "lazy_static",
8409 "log",
8410 "msvc_spectre_libs",
8411 "pet-conda",
8412 "pet-core",
8413 "pet-fs",
8414 "pet-python-utils",
8415 "pet-virtualenv",
8416 "pet-windows-store",
8417 "regex",
8418 "winreg 0.52.0",
8419]
8420
8421[[package]]
8422name = "pet-windows-store"
8423version = "0.1.0"
8424source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8425dependencies = [
8426 "lazy_static",
8427 "log",
8428 "msvc_spectre_libs",
8429 "pet-core",
8430 "pet-fs",
8431 "pet-python-utils",
8432 "pet-virtualenv",
8433 "regex",
8434 "winreg 0.52.0",
8435]
8436
8437[[package]]
8438name = "petgraph"
8439version = "0.6.5"
8440source = "registry+https://github.com/rust-lang/crates.io-index"
8441checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
8442dependencies = [
8443 "fixedbitset",
8444 "indexmap 2.4.0",
8445]
8446
8447[[package]]
8448name = "phf"
8449version = "0.11.2"
8450source = "registry+https://github.com/rust-lang/crates.io-index"
8451checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
8452dependencies = [
8453 "phf_macros",
8454 "phf_shared 0.11.2",
8455]
8456
8457[[package]]
8458name = "phf_codegen"
8459version = "0.11.2"
8460source = "registry+https://github.com/rust-lang/crates.io-index"
8461checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
8462dependencies = [
8463 "phf_generator 0.11.2",
8464 "phf_shared 0.11.2",
8465]
8466
8467[[package]]
8468name = "phf_generator"
8469version = "0.10.0"
8470source = "registry+https://github.com/rust-lang/crates.io-index"
8471checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
8472dependencies = [
8473 "phf_shared 0.10.0",
8474 "rand 0.8.5",
8475]
8476
8477[[package]]
8478name = "phf_generator"
8479version = "0.11.2"
8480source = "registry+https://github.com/rust-lang/crates.io-index"
8481checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
8482dependencies = [
8483 "phf_shared 0.11.2",
8484 "rand 0.8.5",
8485]
8486
8487[[package]]
8488name = "phf_macros"
8489version = "0.11.2"
8490source = "registry+https://github.com/rust-lang/crates.io-index"
8491checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
8492dependencies = [
8493 "phf_generator 0.11.2",
8494 "phf_shared 0.11.2",
8495 "proc-macro2",
8496 "quote",
8497 "syn 2.0.76",
8498]
8499
8500[[package]]
8501name = "phf_shared"
8502version = "0.10.0"
8503source = "registry+https://github.com/rust-lang/crates.io-index"
8504checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
8505dependencies = [
8506 "siphasher 0.3.11",
8507]
8508
8509[[package]]
8510name = "phf_shared"
8511version = "0.11.2"
8512source = "registry+https://github.com/rust-lang/crates.io-index"
8513checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
8514dependencies = [
8515 "siphasher 0.3.11",
8516]
8517
8518[[package]]
8519name = "picker"
8520version = "0.1.0"
8521dependencies = [
8522 "anyhow",
8523 "ctor",
8524 "editor",
8525 "env_logger 0.11.5",
8526 "gpui",
8527 "menu",
8528 "serde",
8529 "serde_json",
8530 "ui",
8531 "workspace",
8532]
8533
8534[[package]]
8535name = "pico-args"
8536version = "0.5.0"
8537source = "registry+https://github.com/rust-lang/crates.io-index"
8538checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
8539
8540[[package]]
8541name = "pin-project"
8542version = "1.1.5"
8543source = "registry+https://github.com/rust-lang/crates.io-index"
8544checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
8545dependencies = [
8546 "pin-project-internal",
8547]
8548
8549[[package]]
8550name = "pin-project-internal"
8551version = "1.1.5"
8552source = "registry+https://github.com/rust-lang/crates.io-index"
8553checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
8554dependencies = [
8555 "proc-macro2",
8556 "quote",
8557 "syn 2.0.76",
8558]
8559
8560[[package]]
8561name = "pin-project-lite"
8562version = "0.2.14"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
8565
8566[[package]]
8567name = "pin-utils"
8568version = "0.1.0"
8569source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
8571
8572[[package]]
8573name = "piper"
8574version = "0.2.4"
8575source = "registry+https://github.com/rust-lang/crates.io-index"
8576checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
8577dependencies = [
8578 "atomic-waker",
8579 "fastrand 2.1.1",
8580 "futures-io",
8581]
8582
8583[[package]]
8584name = "pkcs1"
8585version = "0.7.5"
8586source = "registry+https://github.com/rust-lang/crates.io-index"
8587checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
8588dependencies = [
8589 "der 0.7.9",
8590 "pkcs8 0.10.2",
8591 "spki 0.7.3",
8592]
8593
8594[[package]]
8595name = "pkcs8"
8596version = "0.9.0"
8597source = "registry+https://github.com/rust-lang/crates.io-index"
8598checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
8599dependencies = [
8600 "der 0.6.1",
8601 "spki 0.6.0",
8602]
8603
8604[[package]]
8605name = "pkcs8"
8606version = "0.10.2"
8607source = "registry+https://github.com/rust-lang/crates.io-index"
8608checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
8609dependencies = [
8610 "der 0.7.9",
8611 "spki 0.7.3",
8612]
8613
8614[[package]]
8615name = "pkg-config"
8616version = "0.3.30"
8617source = "registry+https://github.com/rust-lang/crates.io-index"
8618checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
8619
8620[[package]]
8621name = "plist"
8622version = "1.7.0"
8623source = "registry+https://github.com/rust-lang/crates.io-index"
8624checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
8625dependencies = [
8626 "base64 0.22.1",
8627 "indexmap 2.4.0",
8628 "quick-xml 0.32.0",
8629 "serde",
8630 "time",
8631]
8632
8633[[package]]
8634name = "plotters"
8635version = "0.3.6"
8636source = "registry+https://github.com/rust-lang/crates.io-index"
8637checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
8638dependencies = [
8639 "num-traits",
8640 "plotters-backend",
8641 "plotters-svg",
8642 "wasm-bindgen",
8643 "web-sys",
8644]
8645
8646[[package]]
8647name = "plotters-backend"
8648version = "0.3.6"
8649source = "registry+https://github.com/rust-lang/crates.io-index"
8650checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
8651
8652[[package]]
8653name = "plotters-svg"
8654version = "0.3.6"
8655source = "registry+https://github.com/rust-lang/crates.io-index"
8656checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
8657dependencies = [
8658 "plotters-backend",
8659]
8660
8661[[package]]
8662name = "png"
8663version = "0.17.13"
8664source = "registry+https://github.com/rust-lang/crates.io-index"
8665checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
8666dependencies = [
8667 "bitflags 1.3.2",
8668 "crc32fast",
8669 "fdeflate",
8670 "flate2",
8671 "miniz_oxide 0.7.4",
8672]
8673
8674[[package]]
8675name = "polling"
8676version = "2.8.0"
8677source = "registry+https://github.com/rust-lang/crates.io-index"
8678checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
8679dependencies = [
8680 "autocfg",
8681 "bitflags 1.3.2",
8682 "cfg-if",
8683 "concurrent-queue",
8684 "libc",
8685 "log",
8686 "pin-project-lite",
8687 "windows-sys 0.48.0",
8688]
8689
8690[[package]]
8691name = "polling"
8692version = "3.7.3"
8693source = "registry+https://github.com/rust-lang/crates.io-index"
8694checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
8695dependencies = [
8696 "cfg-if",
8697 "concurrent-queue",
8698 "hermit-abi 0.4.0",
8699 "pin-project-lite",
8700 "rustix 0.38.35",
8701 "tracing",
8702 "windows-sys 0.59.0",
8703]
8704
8705[[package]]
8706name = "pollster"
8707version = "0.2.5"
8708source = "registry+https://github.com/rust-lang/crates.io-index"
8709checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
8710
8711[[package]]
8712name = "postage"
8713version = "0.5.0"
8714source = "registry+https://github.com/rust-lang/crates.io-index"
8715checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
8716dependencies = [
8717 "atomic",
8718 "crossbeam-queue",
8719 "futures 0.3.30",
8720 "log",
8721 "parking_lot",
8722 "pin-project",
8723 "pollster",
8724 "static_assertions",
8725 "thiserror",
8726]
8727
8728[[package]]
8729name = "postcard"
8730version = "1.0.10"
8731source = "registry+https://github.com/rust-lang/crates.io-index"
8732checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
8733dependencies = [
8734 "cobs",
8735 "embedded-io 0.4.0",
8736 "embedded-io 0.6.1",
8737 "serde",
8738]
8739
8740[[package]]
8741name = "powerfmt"
8742version = "0.2.0"
8743source = "registry+https://github.com/rust-lang/crates.io-index"
8744checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
8745
8746[[package]]
8747name = "ppv-lite86"
8748version = "0.2.20"
8749source = "registry+https://github.com/rust-lang/crates.io-index"
8750checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
8751dependencies = [
8752 "zerocopy",
8753]
8754
8755[[package]]
8756name = "precomputed-hash"
8757version = "0.1.1"
8758source = "registry+https://github.com/rust-lang/crates.io-index"
8759checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
8760
8761[[package]]
8762name = "prettier"
8763version = "0.1.0"
8764dependencies = [
8765 "anyhow",
8766 "collections",
8767 "fs",
8768 "gpui",
8769 "language",
8770 "log",
8771 "lsp",
8772 "node_runtime",
8773 "parking_lot",
8774 "paths",
8775 "serde",
8776 "serde_json",
8777 "util",
8778]
8779
8780[[package]]
8781name = "pretty_assertions"
8782version = "1.4.1"
8783source = "registry+https://github.com/rust-lang/crates.io-index"
8784checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
8785dependencies = [
8786 "diff",
8787 "yansi",
8788]
8789
8790[[package]]
8791name = "prettyplease"
8792version = "0.2.22"
8793source = "registry+https://github.com/rust-lang/crates.io-index"
8794checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
8795dependencies = [
8796 "proc-macro2",
8797 "syn 2.0.76",
8798]
8799
8800[[package]]
8801name = "proc-macro-crate"
8802version = "3.2.0"
8803source = "registry+https://github.com/rust-lang/crates.io-index"
8804checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
8805dependencies = [
8806 "toml_edit 0.22.20",
8807]
8808
8809[[package]]
8810name = "proc-macro-error"
8811version = "1.0.4"
8812source = "registry+https://github.com/rust-lang/crates.io-index"
8813checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
8814dependencies = [
8815 "proc-macro-error-attr",
8816 "proc-macro2",
8817 "quote",
8818 "syn 1.0.109",
8819 "version_check",
8820]
8821
8822[[package]]
8823name = "proc-macro-error-attr"
8824version = "1.0.4"
8825source = "registry+https://github.com/rust-lang/crates.io-index"
8826checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
8827dependencies = [
8828 "proc-macro2",
8829 "quote",
8830 "version_check",
8831]
8832
8833[[package]]
8834name = "proc-macro2"
8835version = "1.0.89"
8836source = "registry+https://github.com/rust-lang/crates.io-index"
8837checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
8838dependencies = [
8839 "unicode-ident",
8840]
8841
8842[[package]]
8843name = "profiling"
8844version = "1.0.16"
8845source = "registry+https://github.com/rust-lang/crates.io-index"
8846checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
8847dependencies = [
8848 "profiling-procmacros",
8849]
8850
8851[[package]]
8852name = "profiling-procmacros"
8853version = "1.0.16"
8854source = "registry+https://github.com/rust-lang/crates.io-index"
8855checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
8856dependencies = [
8857 "quote",
8858 "syn 2.0.76",
8859]
8860
8861[[package]]
8862name = "project"
8863version = "0.1.0"
8864dependencies = [
8865 "aho-corasick",
8866 "anyhow",
8867 "async-trait",
8868 "client",
8869 "clock",
8870 "collections",
8871 "env_logger 0.11.5",
8872 "fs",
8873 "futures 0.3.30",
8874 "fuzzy",
8875 "git",
8876 "git2",
8877 "globset",
8878 "gpui",
8879 "http_client",
8880 "itertools 0.13.0",
8881 "language",
8882 "log",
8883 "lsp",
8884 "node_runtime",
8885 "parking_lot",
8886 "pathdiff",
8887 "paths",
8888 "postage",
8889 "prettier",
8890 "pretty_assertions",
8891 "rand 0.8.5",
8892 "regex",
8893 "release_channel",
8894 "remote",
8895 "rpc",
8896 "schemars",
8897 "serde",
8898 "serde_json",
8899 "settings",
8900 "sha2",
8901 "shellexpand 2.1.2",
8902 "shlex",
8903 "similar",
8904 "smol",
8905 "snippet",
8906 "snippet_provider",
8907 "task",
8908 "tempfile",
8909 "terminal",
8910 "text",
8911 "unindent",
8912 "url",
8913 "util",
8914 "which 6.0.3",
8915 "windows 0.58.0",
8916 "worktree",
8917]
8918
8919[[package]]
8920name = "project_panel"
8921version = "0.1.0"
8922dependencies = [
8923 "anyhow",
8924 "client",
8925 "collections",
8926 "db",
8927 "editor",
8928 "file_icons",
8929 "git",
8930 "gpui",
8931 "indexmap 1.9.3",
8932 "language",
8933 "menu",
8934 "pretty_assertions",
8935 "project",
8936 "schemars",
8937 "search",
8938 "serde",
8939 "serde_derive",
8940 "serde_json",
8941 "settings",
8942 "smallvec",
8943 "theme",
8944 "ui",
8945 "util",
8946 "workspace",
8947 "worktree",
8948]
8949
8950[[package]]
8951name = "project_symbols"
8952version = "0.1.0"
8953dependencies = [
8954 "anyhow",
8955 "editor",
8956 "futures 0.3.30",
8957 "fuzzy",
8958 "gpui",
8959 "language",
8960 "lsp",
8961 "ordered-float 2.10.1",
8962 "picker",
8963 "project",
8964 "release_channel",
8965 "serde_json",
8966 "settings",
8967 "theme",
8968 "util",
8969 "workspace",
8970]
8971
8972[[package]]
8973name = "prometheus"
8974version = "0.13.4"
8975source = "registry+https://github.com/rust-lang/crates.io-index"
8976checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
8977dependencies = [
8978 "cfg-if",
8979 "fnv",
8980 "lazy_static",
8981 "memchr",
8982 "parking_lot",
8983 "protobuf",
8984 "thiserror",
8985]
8986
8987[[package]]
8988name = "prost"
8989version = "0.9.0"
8990source = "registry+https://github.com/rust-lang/crates.io-index"
8991checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
8992dependencies = [
8993 "bytes 1.7.2",
8994 "prost-derive",
8995]
8996
8997[[package]]
8998name = "prost-build"
8999version = "0.9.0"
9000source = "registry+https://github.com/rust-lang/crates.io-index"
9001checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9002dependencies = [
9003 "bytes 1.7.2",
9004 "heck 0.3.3",
9005 "itertools 0.10.5",
9006 "lazy_static",
9007 "log",
9008 "multimap",
9009 "petgraph",
9010 "prost",
9011 "prost-types",
9012 "regex",
9013 "tempfile",
9014 "which 4.4.2",
9015]
9016
9017[[package]]
9018name = "prost-derive"
9019version = "0.9.0"
9020source = "registry+https://github.com/rust-lang/crates.io-index"
9021checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9022dependencies = [
9023 "anyhow",
9024 "itertools 0.10.5",
9025 "proc-macro2",
9026 "quote",
9027 "syn 1.0.109",
9028]
9029
9030[[package]]
9031name = "prost-types"
9032version = "0.9.0"
9033source = "registry+https://github.com/rust-lang/crates.io-index"
9034checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9035dependencies = [
9036 "bytes 1.7.2",
9037 "prost",
9038]
9039
9040[[package]]
9041name = "proto"
9042version = "0.1.0"
9043dependencies = [
9044 "anyhow",
9045 "collections",
9046 "prost",
9047 "prost-build",
9048 "serde",
9049]
9050
9051[[package]]
9052name = "protobuf"
9053version = "2.28.0"
9054source = "registry+https://github.com/rust-lang/crates.io-index"
9055checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9056
9057[[package]]
9058name = "psm"
9059version = "0.1.21"
9060source = "registry+https://github.com/rust-lang/crates.io-index"
9061checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
9062dependencies = [
9063 "cc",
9064]
9065
9066[[package]]
9067name = "ptr_meta"
9068version = "0.1.4"
9069source = "registry+https://github.com/rust-lang/crates.io-index"
9070checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9071dependencies = [
9072 "ptr_meta_derive",
9073]
9074
9075[[package]]
9076name = "ptr_meta_derive"
9077version = "0.1.4"
9078source = "registry+https://github.com/rust-lang/crates.io-index"
9079checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9080dependencies = [
9081 "proc-macro2",
9082 "quote",
9083 "syn 1.0.109",
9084]
9085
9086[[package]]
9087name = "pulldown-cmark"
9088version = "0.10.3"
9089source = "registry+https://github.com/rust-lang/crates.io-index"
9090checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9091dependencies = [
9092 "bitflags 2.6.0",
9093 "memchr",
9094 "pulldown-cmark-escape",
9095 "unicase",
9096]
9097
9098[[package]]
9099name = "pulldown-cmark"
9100version = "0.12.1"
9101source = "registry+https://github.com/rust-lang/crates.io-index"
9102checksum = "666f0f59e259aea2d72e6012290c09877a780935cc3c18b1ceded41f3890d59c"
9103dependencies = [
9104 "bitflags 2.6.0",
9105 "memchr",
9106 "unicase",
9107]
9108
9109[[package]]
9110name = "pulldown-cmark-escape"
9111version = "0.10.1"
9112source = "registry+https://github.com/rust-lang/crates.io-index"
9113checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9114
9115[[package]]
9116name = "qoi"
9117version = "0.4.1"
9118source = "registry+https://github.com/rust-lang/crates.io-index"
9119checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
9120dependencies = [
9121 "bytemuck",
9122]
9123
9124[[package]]
9125name = "quick-error"
9126version = "2.0.1"
9127source = "registry+https://github.com/rust-lang/crates.io-index"
9128checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
9129
9130[[package]]
9131name = "quick-xml"
9132version = "0.32.0"
9133source = "registry+https://github.com/rust-lang/crates.io-index"
9134checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
9135dependencies = [
9136 "memchr",
9137]
9138
9139[[package]]
9140name = "quick-xml"
9141version = "0.34.0"
9142source = "registry+https://github.com/rust-lang/crates.io-index"
9143checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
9144dependencies = [
9145 "memchr",
9146]
9147
9148[[package]]
9149name = "quick_action_bar"
9150version = "0.1.0"
9151dependencies = [
9152 "assistant",
9153 "editor",
9154 "gpui",
9155 "markdown_preview",
9156 "repl",
9157 "search",
9158 "settings",
9159 "ui",
9160 "util",
9161 "workspace",
9162 "zed_actions",
9163]
9164
9165[[package]]
9166name = "quinn"
9167version = "0.11.5"
9168source = "registry+https://github.com/rust-lang/crates.io-index"
9169checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
9170dependencies = [
9171 "bytes 1.7.2",
9172 "pin-project-lite",
9173 "quinn-proto",
9174 "quinn-udp",
9175 "rustc-hash 2.0.0",
9176 "rustls 0.23.13",
9177 "socket2 0.5.7",
9178 "thiserror",
9179 "tokio",
9180 "tracing",
9181]
9182
9183[[package]]
9184name = "quinn-proto"
9185version = "0.11.8"
9186source = "registry+https://github.com/rust-lang/crates.io-index"
9187checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
9188dependencies = [
9189 "bytes 1.7.2",
9190 "rand 0.8.5",
9191 "ring 0.17.8",
9192 "rustc-hash 2.0.0",
9193 "rustls 0.23.13",
9194 "slab",
9195 "thiserror",
9196 "tinyvec",
9197 "tracing",
9198]
9199
9200[[package]]
9201name = "quinn-udp"
9202version = "0.5.5"
9203source = "registry+https://github.com/rust-lang/crates.io-index"
9204checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
9205dependencies = [
9206 "libc",
9207 "once_cell",
9208 "socket2 0.5.7",
9209 "tracing",
9210 "windows-sys 0.59.0",
9211]
9212
9213[[package]]
9214name = "quote"
9215version = "1.0.37"
9216source = "registry+https://github.com/rust-lang/crates.io-index"
9217checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
9218dependencies = [
9219 "proc-macro2",
9220]
9221
9222[[package]]
9223name = "radium"
9224version = "0.7.0"
9225source = "registry+https://github.com/rust-lang/crates.io-index"
9226checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
9227
9228[[package]]
9229name = "rand"
9230version = "0.7.3"
9231source = "registry+https://github.com/rust-lang/crates.io-index"
9232checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
9233dependencies = [
9234 "getrandom 0.1.16",
9235 "libc",
9236 "rand_chacha 0.2.2",
9237 "rand_core 0.5.1",
9238 "rand_hc",
9239]
9240
9241[[package]]
9242name = "rand"
9243version = "0.8.5"
9244source = "registry+https://github.com/rust-lang/crates.io-index"
9245checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
9246dependencies = [
9247 "libc",
9248 "rand_chacha 0.3.1",
9249 "rand_core 0.6.4",
9250]
9251
9252[[package]]
9253name = "rand_chacha"
9254version = "0.2.2"
9255source = "registry+https://github.com/rust-lang/crates.io-index"
9256checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
9257dependencies = [
9258 "ppv-lite86",
9259 "rand_core 0.5.1",
9260]
9261
9262[[package]]
9263name = "rand_chacha"
9264version = "0.3.1"
9265source = "registry+https://github.com/rust-lang/crates.io-index"
9266checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
9267dependencies = [
9268 "ppv-lite86",
9269 "rand_core 0.6.4",
9270]
9271
9272[[package]]
9273name = "rand_core"
9274version = "0.5.1"
9275source = "registry+https://github.com/rust-lang/crates.io-index"
9276checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
9277dependencies = [
9278 "getrandom 0.1.16",
9279]
9280
9281[[package]]
9282name = "rand_core"
9283version = "0.6.4"
9284source = "registry+https://github.com/rust-lang/crates.io-index"
9285checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
9286dependencies = [
9287 "getrandom 0.2.15",
9288]
9289
9290[[package]]
9291name = "rand_hc"
9292version = "0.2.0"
9293source = "registry+https://github.com/rust-lang/crates.io-index"
9294checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
9295dependencies = [
9296 "rand_core 0.5.1",
9297]
9298
9299[[package]]
9300name = "rangemap"
9301version = "1.5.1"
9302source = "registry+https://github.com/rust-lang/crates.io-index"
9303checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
9304
9305[[package]]
9306name = "rav1e"
9307version = "0.7.1"
9308source = "registry+https://github.com/rust-lang/crates.io-index"
9309checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
9310dependencies = [
9311 "arbitrary",
9312 "arg_enum_proc_macro",
9313 "arrayvec",
9314 "av1-grain",
9315 "bitstream-io",
9316 "built",
9317 "cfg-if",
9318 "interpolate_name",
9319 "itertools 0.12.1",
9320 "libc",
9321 "libfuzzer-sys",
9322 "log",
9323 "maybe-rayon",
9324 "new_debug_unreachable",
9325 "noop_proc_macro",
9326 "num-derive",
9327 "num-traits",
9328 "once_cell",
9329 "paste",
9330 "profiling",
9331 "rand 0.8.5",
9332 "rand_chacha 0.3.1",
9333 "simd_helpers",
9334 "system-deps",
9335 "thiserror",
9336 "v_frame",
9337 "wasm-bindgen",
9338]
9339
9340[[package]]
9341name = "ravif"
9342version = "0.11.10"
9343source = "registry+https://github.com/rust-lang/crates.io-index"
9344checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
9345dependencies = [
9346 "avif-serialize",
9347 "imgref",
9348 "loop9",
9349 "quick-error",
9350 "rav1e",
9351 "rgb",
9352]
9353
9354[[package]]
9355name = "raw-window-handle"
9356version = "0.6.2"
9357source = "registry+https://github.com/rust-lang/crates.io-index"
9358checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
9359
9360[[package]]
9361name = "raw-window-metal"
9362version = "0.4.0"
9363source = "registry+https://github.com/rust-lang/crates.io-index"
9364checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
9365dependencies = [
9366 "cocoa 0.25.0",
9367 "core-graphics 0.23.2",
9368 "objc",
9369 "raw-window-handle",
9370]
9371
9372[[package]]
9373name = "rayon"
9374version = "1.10.0"
9375source = "registry+https://github.com/rust-lang/crates.io-index"
9376checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
9377dependencies = [
9378 "either",
9379 "rayon-core",
9380]
9381
9382[[package]]
9383name = "rayon-core"
9384version = "1.12.1"
9385source = "registry+https://github.com/rust-lang/crates.io-index"
9386checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
9387dependencies = [
9388 "crossbeam-deque",
9389 "crossbeam-utils",
9390]
9391
9392[[package]]
9393name = "read-fonts"
9394version = "0.20.0"
9395source = "registry+https://github.com/rust-lang/crates.io-index"
9396checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd"
9397dependencies = [
9398 "bytemuck",
9399 "font-types",
9400]
9401
9402[[package]]
9403name = "recent_projects"
9404version = "0.1.0"
9405dependencies = [
9406 "anyhow",
9407 "auto_update",
9408 "editor",
9409 "file_finder",
9410 "futures 0.3.30",
9411 "fuzzy",
9412 "gpui",
9413 "itertools 0.13.0",
9414 "language",
9415 "log",
9416 "markdown",
9417 "menu",
9418 "ordered-float 2.10.1",
9419 "paths",
9420 "picker",
9421 "project",
9422 "release_channel",
9423 "remote",
9424 "schemars",
9425 "serde",
9426 "serde_json",
9427 "settings",
9428 "smol",
9429 "task",
9430 "theme",
9431 "ui",
9432 "util",
9433 "workspace",
9434]
9435
9436[[package]]
9437name = "redox_syscall"
9438version = "0.2.16"
9439source = "registry+https://github.com/rust-lang/crates.io-index"
9440checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
9441dependencies = [
9442 "bitflags 1.3.2",
9443]
9444
9445[[package]]
9446name = "redox_syscall"
9447version = "0.4.1"
9448source = "registry+https://github.com/rust-lang/crates.io-index"
9449checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
9450dependencies = [
9451 "bitflags 1.3.2",
9452]
9453
9454[[package]]
9455name = "redox_syscall"
9456version = "0.5.3"
9457source = "registry+https://github.com/rust-lang/crates.io-index"
9458checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
9459dependencies = [
9460 "bitflags 2.6.0",
9461]
9462
9463[[package]]
9464name = "redox_users"
9465version = "0.4.6"
9466source = "registry+https://github.com/rust-lang/crates.io-index"
9467checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
9468dependencies = [
9469 "getrandom 0.2.15",
9470 "libredox",
9471 "thiserror",
9472]
9473
9474[[package]]
9475name = "refineable"
9476version = "0.1.0"
9477dependencies = [
9478 "derive_refineable",
9479]
9480
9481[[package]]
9482name = "regalloc2"
9483version = "0.9.3"
9484source = "registry+https://github.com/rust-lang/crates.io-index"
9485checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
9486dependencies = [
9487 "hashbrown 0.13.2",
9488 "log",
9489 "rustc-hash 1.1.0",
9490 "slice-group-by",
9491 "smallvec",
9492]
9493
9494[[package]]
9495name = "regex"
9496version = "1.10.6"
9497source = "registry+https://github.com/rust-lang/crates.io-index"
9498checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
9499dependencies = [
9500 "aho-corasick",
9501 "memchr",
9502 "regex-automata 0.4.7",
9503 "regex-syntax 0.8.4",
9504]
9505
9506[[package]]
9507name = "regex-automata"
9508version = "0.1.10"
9509source = "registry+https://github.com/rust-lang/crates.io-index"
9510checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
9511dependencies = [
9512 "regex-syntax 0.6.29",
9513]
9514
9515[[package]]
9516name = "regex-automata"
9517version = "0.4.7"
9518source = "registry+https://github.com/rust-lang/crates.io-index"
9519checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
9520dependencies = [
9521 "aho-corasick",
9522 "memchr",
9523 "regex-syntax 0.8.4",
9524]
9525
9526[[package]]
9527name = "regex-lite"
9528version = "0.1.6"
9529source = "registry+https://github.com/rust-lang/crates.io-index"
9530checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
9531
9532[[package]]
9533name = "regex-syntax"
9534version = "0.6.29"
9535source = "registry+https://github.com/rust-lang/crates.io-index"
9536checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
9537
9538[[package]]
9539name = "regex-syntax"
9540version = "0.8.4"
9541source = "registry+https://github.com/rust-lang/crates.io-index"
9542checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
9543
9544[[package]]
9545name = "release_channel"
9546version = "0.1.0"
9547dependencies = [
9548 "gpui",
9549 "once_cell",
9550]
9551
9552[[package]]
9553name = "remote"
9554version = "0.1.0"
9555dependencies = [
9556 "anyhow",
9557 "async-trait",
9558 "collections",
9559 "fs",
9560 "futures 0.3.30",
9561 "gpui",
9562 "itertools 0.13.0",
9563 "log",
9564 "parking_lot",
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 "telemetry_events",
9617 "toml 0.8.19",
9618 "util",
9619 "worktree",
9620]
9621
9622[[package]]
9623name = "rend"
9624version = "0.4.2"
9625source = "registry+https://github.com/rust-lang/crates.io-index"
9626checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
9627dependencies = [
9628 "bytecheck",
9629]
9630
9631[[package]]
9632name = "repl"
9633version = "0.1.0"
9634dependencies = [
9635 "alacritty_terminal",
9636 "anyhow",
9637 "async-dispatcher",
9638 "base64 0.22.1",
9639 "client",
9640 "collections",
9641 "command_palette_hooks",
9642 "editor",
9643 "env_logger 0.11.5",
9644 "feature_flags",
9645 "futures 0.3.30",
9646 "gpui",
9647 "http_client",
9648 "image",
9649 "indoc",
9650 "language",
9651 "languages",
9652 "log",
9653 "markdown_preview",
9654 "menu",
9655 "multi_buffer",
9656 "nbformat",
9657 "project",
9658 "runtimelib",
9659 "schemars",
9660 "serde",
9661 "serde_json",
9662 "settings",
9663 "smol",
9664 "terminal",
9665 "terminal_view",
9666 "theme",
9667 "tree-sitter-md",
9668 "tree-sitter-python",
9669 "tree-sitter-typescript",
9670 "ui",
9671 "util",
9672 "uuid",
9673 "windows 0.58.0",
9674 "workspace",
9675]
9676
9677[[package]]
9678name = "reqwest"
9679version = "0.11.27"
9680source = "registry+https://github.com/rust-lang/crates.io-index"
9681checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
9682dependencies = [
9683 "base64 0.21.7",
9684 "bytes 1.7.2",
9685 "encoding_rs",
9686 "futures-core",
9687 "futures-util",
9688 "h2 0.3.26",
9689 "http 0.2.12",
9690 "http-body 0.4.6",
9691 "hyper 0.14.31",
9692 "hyper-tls",
9693 "ipnet",
9694 "js-sys",
9695 "log",
9696 "mime",
9697 "native-tls",
9698 "once_cell",
9699 "percent-encoding",
9700 "pin-project-lite",
9701 "rustls-pemfile 1.0.4",
9702 "serde",
9703 "serde_json",
9704 "serde_urlencoded",
9705 "sync_wrapper 0.1.2",
9706 "system-configuration 0.5.1",
9707 "tokio",
9708 "tokio-native-tls",
9709 "tower-service",
9710 "url",
9711 "wasm-bindgen",
9712 "wasm-bindgen-futures",
9713 "web-sys",
9714 "winreg 0.50.0",
9715]
9716
9717[[package]]
9718name = "reqwest"
9719version = "0.12.8"
9720source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
9721dependencies = [
9722 "base64 0.22.1",
9723 "bytes 1.7.2",
9724 "encoding_rs",
9725 "futures-core",
9726 "futures-util",
9727 "h2 0.4.6",
9728 "http 1.1.0",
9729 "http-body 1.0.1",
9730 "http-body-util",
9731 "hyper 1.4.1",
9732 "hyper-rustls 0.27.3",
9733 "hyper-util",
9734 "ipnet",
9735 "js-sys",
9736 "log",
9737 "mime",
9738 "once_cell",
9739 "percent-encoding",
9740 "pin-project-lite",
9741 "quinn",
9742 "rustls 0.23.13",
9743 "rustls-native-certs 0.8.0",
9744 "rustls-pemfile 2.1.3",
9745 "rustls-pki-types",
9746 "serde",
9747 "serde_json",
9748 "serde_urlencoded",
9749 "sync_wrapper 1.0.1",
9750 "system-configuration 0.6.1",
9751 "tokio",
9752 "tokio-rustls 0.26.0",
9753 "tokio-socks",
9754 "tokio-util",
9755 "tower-service",
9756 "url",
9757 "wasm-bindgen",
9758 "wasm-bindgen-futures",
9759 "wasm-streams",
9760 "web-sys",
9761 "windows-registry",
9762]
9763
9764[[package]]
9765name = "reqwest_client"
9766version = "0.1.0"
9767dependencies = [
9768 "anyhow",
9769 "bytes 1.7.2",
9770 "futures 0.3.30",
9771 "gpui",
9772 "http_client",
9773 "log",
9774 "reqwest 0.12.8",
9775 "serde",
9776 "smol",
9777 "tokio",
9778]
9779
9780[[package]]
9781name = "resvg"
9782version = "0.41.0"
9783source = "registry+https://github.com/rust-lang/crates.io-index"
9784checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
9785dependencies = [
9786 "log",
9787 "pico-args",
9788 "rgb",
9789 "svgtypes",
9790 "tiny-skia",
9791 "usvg",
9792]
9793
9794[[package]]
9795name = "rfc6979"
9796version = "0.3.1"
9797source = "registry+https://github.com/rust-lang/crates.io-index"
9798checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9799dependencies = [
9800 "crypto-bigint 0.4.9",
9801 "hmac",
9802 "zeroize",
9803]
9804
9805[[package]]
9806name = "rgb"
9807version = "0.8.49"
9808source = "registry+https://github.com/rust-lang/crates.io-index"
9809checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
9810dependencies = [
9811 "bytemuck",
9812]
9813
9814[[package]]
9815name = "rich_text"
9816version = "0.1.0"
9817dependencies = [
9818 "futures 0.3.30",
9819 "gpui",
9820 "language",
9821 "linkify",
9822 "pulldown-cmark 0.12.1",
9823 "theme",
9824 "ui",
9825 "util",
9826]
9827
9828[[package]]
9829name = "ring"
9830version = "0.16.20"
9831source = "registry+https://github.com/rust-lang/crates.io-index"
9832checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
9833dependencies = [
9834 "cc",
9835 "libc",
9836 "once_cell",
9837 "spin 0.5.2",
9838 "untrusted 0.7.1",
9839 "web-sys",
9840 "winapi",
9841]
9842
9843[[package]]
9844name = "ring"
9845version = "0.17.8"
9846source = "registry+https://github.com/rust-lang/crates.io-index"
9847checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
9848dependencies = [
9849 "cc",
9850 "cfg-if",
9851 "getrandom 0.2.15",
9852 "libc",
9853 "spin 0.9.8",
9854 "untrusted 0.9.0",
9855 "windows-sys 0.52.0",
9856]
9857
9858[[package]]
9859name = "rkyv"
9860version = "0.7.45"
9861source = "registry+https://github.com/rust-lang/crates.io-index"
9862checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
9863dependencies = [
9864 "bitvec",
9865 "bytecheck",
9866 "bytes 1.7.2",
9867 "hashbrown 0.12.3",
9868 "ptr_meta",
9869 "rend",
9870 "rkyv_derive",
9871 "seahash",
9872 "tinyvec",
9873 "uuid",
9874]
9875
9876[[package]]
9877name = "rkyv_derive"
9878version = "0.7.45"
9879source = "registry+https://github.com/rust-lang/crates.io-index"
9880checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
9881dependencies = [
9882 "proc-macro2",
9883 "quote",
9884 "syn 1.0.109",
9885]
9886
9887[[package]]
9888name = "rmp"
9889version = "0.8.14"
9890source = "registry+https://github.com/rust-lang/crates.io-index"
9891checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
9892dependencies = [
9893 "byteorder",
9894 "num-traits",
9895 "paste",
9896]
9897
9898[[package]]
9899name = "rmpv"
9900version = "1.3.0"
9901source = "registry+https://github.com/rust-lang/crates.io-index"
9902checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
9903dependencies = [
9904 "num-traits",
9905 "rmp",
9906]
9907
9908[[package]]
9909name = "rodio"
9910version = "0.19.0"
9911source = "registry+https://github.com/rust-lang/crates.io-index"
9912checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
9913dependencies = [
9914 "cpal",
9915 "hound",
9916 "thiserror",
9917]
9918
9919[[package]]
9920name = "rope"
9921version = "0.1.0"
9922dependencies = [
9923 "arrayvec",
9924 "criterion",
9925 "ctor",
9926 "env_logger 0.11.5",
9927 "gpui",
9928 "log",
9929 "rand 0.8.5",
9930 "rayon",
9931 "smallvec",
9932 "sum_tree",
9933 "unicode-segmentation",
9934 "util",
9935]
9936
9937[[package]]
9938name = "roxmltree"
9939version = "0.19.0"
9940source = "registry+https://github.com/rust-lang/crates.io-index"
9941checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
9942
9943[[package]]
9944name = "roxmltree"
9945version = "0.20.0"
9946source = "registry+https://github.com/rust-lang/crates.io-index"
9947checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9948
9949[[package]]
9950name = "rpc"
9951version = "0.1.0"
9952dependencies = [
9953 "anyhow",
9954 "async-tungstenite",
9955 "base64 0.22.1",
9956 "chrono",
9957 "collections",
9958 "env_logger 0.11.5",
9959 "futures 0.3.30",
9960 "gpui",
9961 "parking_lot",
9962 "proto",
9963 "rand 0.8.5",
9964 "rsa",
9965 "serde",
9966 "serde_json",
9967 "sha2",
9968 "strum 0.25.0",
9969 "tracing",
9970 "util",
9971 "zstd",
9972]
9973
9974[[package]]
9975name = "rsa"
9976version = "0.9.6"
9977source = "registry+https://github.com/rust-lang/crates.io-index"
9978checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
9979dependencies = [
9980 "const-oid",
9981 "digest",
9982 "num-bigint-dig",
9983 "num-integer",
9984 "num-traits",
9985 "pkcs1",
9986 "pkcs8 0.10.2",
9987 "rand_core 0.6.4",
9988 "signature 2.2.0",
9989 "spki 0.7.3",
9990 "subtle",
9991 "zeroize",
9992]
9993
9994[[package]]
9995name = "runtimelib"
9996version = "0.16.1"
9997source = "registry+https://github.com/rust-lang/crates.io-index"
9998checksum = "bc7fe3c17675445fe89de68d130be00b7115104924fbcf53a9b0a84b0283fc81"
9999dependencies = [
10000 "anyhow",
10001 "async-dispatcher",
10002 "async-std",
10003 "base64 0.22.1",
10004 "bytes 1.7.2",
10005 "chrono",
10006 "data-encoding",
10007 "dirs 5.0.1",
10008 "futures 0.3.30",
10009 "glob",
10010 "jupyter-serde",
10011 "rand 0.8.5",
10012 "ring 0.17.8",
10013 "serde",
10014 "serde_json",
10015 "shellexpand 3.1.0",
10016 "smol",
10017 "uuid",
10018 "zeromq",
10019]
10020
10021[[package]]
10022name = "rust-embed"
10023version = "8.5.0"
10024source = "registry+https://github.com/rust-lang/crates.io-index"
10025checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10026dependencies = [
10027 "rust-embed-impl",
10028 "rust-embed-utils",
10029 "walkdir",
10030]
10031
10032[[package]]
10033name = "rust-embed-impl"
10034version = "8.5.0"
10035source = "registry+https://github.com/rust-lang/crates.io-index"
10036checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10037dependencies = [
10038 "proc-macro2",
10039 "quote",
10040 "rust-embed-utils",
10041 "syn 2.0.76",
10042 "walkdir",
10043]
10044
10045[[package]]
10046name = "rust-embed-utils"
10047version = "8.5.0"
10048source = "registry+https://github.com/rust-lang/crates.io-index"
10049checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10050dependencies = [
10051 "globset",
10052 "sha2",
10053 "walkdir",
10054]
10055
10056[[package]]
10057name = "rust_decimal"
10058version = "1.36.0"
10059source = "registry+https://github.com/rust-lang/crates.io-index"
10060checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10061dependencies = [
10062 "arrayvec",
10063 "borsh",
10064 "bytes 1.7.2",
10065 "num-traits",
10066 "rand 0.8.5",
10067 "rkyv",
10068 "serde",
10069 "serde_json",
10070]
10071
10072[[package]]
10073name = "rustc-demangle"
10074version = "0.1.24"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10077
10078[[package]]
10079name = "rustc-hash"
10080version = "1.1.0"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10083
10084[[package]]
10085name = "rustc-hash"
10086version = "2.0.0"
10087source = "registry+https://github.com/rust-lang/crates.io-index"
10088checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
10089
10090[[package]]
10091name = "rustc_version"
10092version = "0.4.1"
10093source = "registry+https://github.com/rust-lang/crates.io-index"
10094checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10095dependencies = [
10096 "semver",
10097]
10098
10099[[package]]
10100name = "rustix"
10101version = "0.37.27"
10102source = "registry+https://github.com/rust-lang/crates.io-index"
10103checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
10104dependencies = [
10105 "bitflags 1.3.2",
10106 "errno 0.3.9",
10107 "io-lifetimes 1.0.11",
10108 "libc",
10109 "linux-raw-sys 0.3.8",
10110 "windows-sys 0.48.0",
10111]
10112
10113[[package]]
10114name = "rustix"
10115version = "0.38.35"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
10118dependencies = [
10119 "bitflags 2.6.0",
10120 "errno 0.3.9",
10121 "itoa",
10122 "libc",
10123 "linux-raw-sys 0.4.14",
10124 "once_cell",
10125 "windows-sys 0.52.0",
10126]
10127
10128[[package]]
10129name = "rustix-openpty"
10130version = "0.1.1"
10131source = "registry+https://github.com/rust-lang/crates.io-index"
10132checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10133dependencies = [
10134 "errno 0.3.9",
10135 "libc",
10136 "rustix 0.38.35",
10137]
10138
10139[[package]]
10140name = "rustls"
10141version = "0.20.9"
10142source = "registry+https://github.com/rust-lang/crates.io-index"
10143checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
10144dependencies = [
10145 "log",
10146 "ring 0.16.20",
10147 "sct",
10148 "webpki",
10149]
10150
10151[[package]]
10152name = "rustls"
10153version = "0.21.12"
10154source = "registry+https://github.com/rust-lang/crates.io-index"
10155checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10156dependencies = [
10157 "log",
10158 "ring 0.17.8",
10159 "rustls-webpki 0.101.7",
10160 "sct",
10161]
10162
10163[[package]]
10164name = "rustls"
10165version = "0.23.13"
10166source = "registry+https://github.com/rust-lang/crates.io-index"
10167checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
10168dependencies = [
10169 "once_cell",
10170 "ring 0.17.8",
10171 "rustls-pki-types",
10172 "rustls-webpki 0.102.8",
10173 "subtle",
10174 "zeroize",
10175]
10176
10177[[package]]
10178name = "rustls-native-certs"
10179version = "0.6.3"
10180source = "registry+https://github.com/rust-lang/crates.io-index"
10181checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
10182dependencies = [
10183 "openssl-probe",
10184 "rustls-pemfile 1.0.4",
10185 "schannel",
10186 "security-framework",
10187]
10188
10189[[package]]
10190name = "rustls-native-certs"
10191version = "0.8.0"
10192source = "registry+https://github.com/rust-lang/crates.io-index"
10193checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
10194dependencies = [
10195 "openssl-probe",
10196 "rustls-pemfile 2.1.3",
10197 "rustls-pki-types",
10198 "schannel",
10199 "security-framework",
10200]
10201
10202[[package]]
10203name = "rustls-pemfile"
10204version = "1.0.4"
10205source = "registry+https://github.com/rust-lang/crates.io-index"
10206checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
10207dependencies = [
10208 "base64 0.21.7",
10209]
10210
10211[[package]]
10212name = "rustls-pemfile"
10213version = "2.1.3"
10214source = "registry+https://github.com/rust-lang/crates.io-index"
10215checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
10216dependencies = [
10217 "base64 0.22.1",
10218 "rustls-pki-types",
10219]
10220
10221[[package]]
10222name = "rustls-pki-types"
10223version = "1.8.0"
10224source = "registry+https://github.com/rust-lang/crates.io-index"
10225checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
10226
10227[[package]]
10228name = "rustls-webpki"
10229version = "0.101.7"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
10232dependencies = [
10233 "ring 0.17.8",
10234 "untrusted 0.9.0",
10235]
10236
10237[[package]]
10238name = "rustls-webpki"
10239version = "0.102.8"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
10242dependencies = [
10243 "ring 0.17.8",
10244 "rustls-pki-types",
10245 "untrusted 0.9.0",
10246]
10247
10248[[package]]
10249name = "rustversion"
10250version = "1.0.17"
10251source = "registry+https://github.com/rust-lang/crates.io-index"
10252checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
10253
10254[[package]]
10255name = "rustybuzz"
10256version = "0.14.1"
10257source = "registry+https://github.com/rust-lang/crates.io-index"
10258checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
10259dependencies = [
10260 "bitflags 2.6.0",
10261 "bytemuck",
10262 "libm",
10263 "smallvec",
10264 "ttf-parser",
10265 "unicode-bidi-mirroring",
10266 "unicode-ccc",
10267 "unicode-properties",
10268 "unicode-script",
10269]
10270
10271[[package]]
10272name = "ryu"
10273version = "1.0.18"
10274source = "registry+https://github.com/rust-lang/crates.io-index"
10275checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
10276
10277[[package]]
10278name = "salsa20"
10279version = "0.10.2"
10280source = "registry+https://github.com/rust-lang/crates.io-index"
10281checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
10282dependencies = [
10283 "cipher",
10284]
10285
10286[[package]]
10287name = "same-file"
10288version = "1.0.6"
10289source = "registry+https://github.com/rust-lang/crates.io-index"
10290checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
10291dependencies = [
10292 "winapi-util",
10293]
10294
10295[[package]]
10296name = "schannel"
10297version = "0.1.23"
10298source = "registry+https://github.com/rust-lang/crates.io-index"
10299checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
10300dependencies = [
10301 "windows-sys 0.52.0",
10302]
10303
10304[[package]]
10305name = "schemars"
10306version = "0.8.21"
10307source = "registry+https://github.com/rust-lang/crates.io-index"
10308checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
10309dependencies = [
10310 "dyn-clone",
10311 "indexmap 1.9.3",
10312 "schemars_derive",
10313 "serde",
10314 "serde_json",
10315]
10316
10317[[package]]
10318name = "schemars_derive"
10319version = "0.8.21"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
10322dependencies = [
10323 "proc-macro2",
10324 "quote",
10325 "serde_derive_internals 0.29.1",
10326 "syn 2.0.76",
10327]
10328
10329[[package]]
10330name = "scoped-tls"
10331version = "1.0.1"
10332source = "registry+https://github.com/rust-lang/crates.io-index"
10333checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
10334
10335[[package]]
10336name = "scopeguard"
10337version = "1.2.0"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
10340
10341[[package]]
10342name = "scrypt"
10343version = "0.11.0"
10344source = "registry+https://github.com/rust-lang/crates.io-index"
10345checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
10346dependencies = [
10347 "password-hash",
10348 "pbkdf2",
10349 "salsa20",
10350 "sha2",
10351]
10352
10353[[package]]
10354name = "sct"
10355version = "0.7.1"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
10358dependencies = [
10359 "ring 0.17.8",
10360 "untrusted 0.9.0",
10361]
10362
10363[[package]]
10364name = "sea-bae"
10365version = "0.2.0"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
10368dependencies = [
10369 "heck 0.4.1",
10370 "proc-macro-error",
10371 "proc-macro2",
10372 "quote",
10373 "syn 2.0.76",
10374]
10375
10376[[package]]
10377name = "sea-orm"
10378version = "1.1.0-rc.1"
10379source = "registry+https://github.com/rust-lang/crates.io-index"
10380checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
10381dependencies = [
10382 "async-stream",
10383 "async-trait",
10384 "bigdecimal",
10385 "chrono",
10386 "futures 0.3.30",
10387 "log",
10388 "ouroboros",
10389 "rust_decimal",
10390 "sea-orm-macros",
10391 "sea-query",
10392 "sea-query-binder",
10393 "serde",
10394 "serde_json",
10395 "sqlx",
10396 "strum 0.26.3",
10397 "thiserror",
10398 "time",
10399 "tracing",
10400 "url",
10401 "uuid",
10402]
10403
10404[[package]]
10405name = "sea-orm-macros"
10406version = "1.1.0-rc.1"
10407source = "registry+https://github.com/rust-lang/crates.io-index"
10408checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57"
10409dependencies = [
10410 "heck 0.4.1",
10411 "proc-macro2",
10412 "quote",
10413 "sea-bae",
10414 "syn 2.0.76",
10415 "unicode-ident",
10416]
10417
10418[[package]]
10419name = "sea-query"
10420version = "0.32.0-rc.1"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5"
10423dependencies = [
10424 "bigdecimal",
10425 "chrono",
10426 "educe",
10427 "inherent",
10428 "ordered-float 3.9.2",
10429 "rust_decimal",
10430 "serde_json",
10431 "time",
10432 "uuid",
10433]
10434
10435[[package]]
10436name = "sea-query-binder"
10437version = "0.7.0-rc.1"
10438source = "registry+https://github.com/rust-lang/crates.io-index"
10439checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57"
10440dependencies = [
10441 "bigdecimal",
10442 "chrono",
10443 "rust_decimal",
10444 "sea-query",
10445 "serde_json",
10446 "sqlx",
10447 "time",
10448 "uuid",
10449]
10450
10451[[package]]
10452name = "seahash"
10453version = "4.1.0"
10454source = "registry+https://github.com/rust-lang/crates.io-index"
10455checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
10456
10457[[package]]
10458name = "sealed"
10459version = "0.4.0"
10460source = "registry+https://github.com/rust-lang/crates.io-index"
10461checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
10462dependencies = [
10463 "heck 0.3.3",
10464 "proc-macro2",
10465 "quote",
10466 "syn 1.0.109",
10467]
10468
10469[[package]]
10470name = "search"
10471version = "0.1.0"
10472dependencies = [
10473 "any_vec",
10474 "anyhow",
10475 "bitflags 2.6.0",
10476 "client",
10477 "collections",
10478 "editor",
10479 "futures 0.3.30",
10480 "gpui",
10481 "language",
10482 "menu",
10483 "project",
10484 "serde",
10485 "serde_json",
10486 "settings",
10487 "smol",
10488 "theme",
10489 "ui",
10490 "unindent",
10491 "util",
10492 "workspace",
10493]
10494
10495[[package]]
10496name = "sec1"
10497version = "0.3.0"
10498source = "registry+https://github.com/rust-lang/crates.io-index"
10499checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
10500dependencies = [
10501 "base16ct",
10502 "der 0.6.1",
10503 "generic-array",
10504 "pkcs8 0.9.0",
10505 "subtle",
10506 "zeroize",
10507]
10508
10509[[package]]
10510name = "security-framework"
10511version = "2.11.1"
10512source = "registry+https://github.com/rust-lang/crates.io-index"
10513checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
10514dependencies = [
10515 "bitflags 2.6.0",
10516 "core-foundation 0.9.4",
10517 "core-foundation-sys",
10518 "libc",
10519 "security-framework-sys",
10520]
10521
10522[[package]]
10523name = "security-framework-sys"
10524version = "2.11.1"
10525source = "registry+https://github.com/rust-lang/crates.io-index"
10526checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
10527dependencies = [
10528 "core-foundation-sys",
10529 "libc",
10530]
10531
10532[[package]]
10533name = "self_cell"
10534version = "1.0.4"
10535source = "registry+https://github.com/rust-lang/crates.io-index"
10536checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
10537
10538[[package]]
10539name = "semantic_index"
10540version = "0.1.0"
10541dependencies = [
10542 "anyhow",
10543 "arrayvec",
10544 "blake3",
10545 "client",
10546 "clock",
10547 "collections",
10548 "env_logger 0.11.5",
10549 "feature_flags",
10550 "fs",
10551 "futures 0.3.30",
10552 "futures-batch",
10553 "gpui",
10554 "heed",
10555 "http_client",
10556 "language",
10557 "language_model",
10558 "languages",
10559 "log",
10560 "open_ai",
10561 "parking_lot",
10562 "project",
10563 "reqwest_client",
10564 "serde",
10565 "serde_json",
10566 "settings",
10567 "sha2",
10568 "smol",
10569 "tempfile",
10570 "theme",
10571 "tree-sitter",
10572 "ui",
10573 "unindent",
10574 "util",
10575 "workspace",
10576 "worktree",
10577]
10578
10579[[package]]
10580name = "semantic_version"
10581version = "0.1.0"
10582dependencies = [
10583 "anyhow",
10584 "serde",
10585]
10586
10587[[package]]
10588name = "semver"
10589version = "1.0.23"
10590source = "registry+https://github.com/rust-lang/crates.io-index"
10591checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
10592dependencies = [
10593 "serde",
10594]
10595
10596[[package]]
10597name = "serde"
10598version = "1.0.209"
10599source = "registry+https://github.com/rust-lang/crates.io-index"
10600checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
10601dependencies = [
10602 "serde_derive",
10603]
10604
10605[[package]]
10606name = "serde_derive"
10607version = "1.0.209"
10608source = "registry+https://github.com/rust-lang/crates.io-index"
10609checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
10610dependencies = [
10611 "proc-macro2",
10612 "quote",
10613 "syn 2.0.76",
10614]
10615
10616[[package]]
10617name = "serde_derive_internals"
10618version = "0.26.0"
10619source = "registry+https://github.com/rust-lang/crates.io-index"
10620checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
10621dependencies = [
10622 "proc-macro2",
10623 "quote",
10624 "syn 1.0.109",
10625]
10626
10627[[package]]
10628name = "serde_derive_internals"
10629version = "0.29.1"
10630source = "registry+https://github.com/rust-lang/crates.io-index"
10631checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
10632dependencies = [
10633 "proc-macro2",
10634 "quote",
10635 "syn 2.0.76",
10636]
10637
10638[[package]]
10639name = "serde_fmt"
10640version = "1.0.3"
10641source = "registry+https://github.com/rust-lang/crates.io-index"
10642checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
10643dependencies = [
10644 "serde",
10645]
10646
10647[[package]]
10648name = "serde_json"
10649version = "1.0.128"
10650source = "registry+https://github.com/rust-lang/crates.io-index"
10651checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
10652dependencies = [
10653 "indexmap 2.4.0",
10654 "itoa",
10655 "memchr",
10656 "ryu",
10657 "serde",
10658]
10659
10660[[package]]
10661name = "serde_json_lenient"
10662version = "0.2.1"
10663source = "registry+https://github.com/rust-lang/crates.io-index"
10664checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078"
10665dependencies = [
10666 "indexmap 2.4.0",
10667 "itoa",
10668 "ryu",
10669 "serde",
10670]
10671
10672[[package]]
10673name = "serde_path_to_error"
10674version = "0.1.16"
10675source = "registry+https://github.com/rust-lang/crates.io-index"
10676checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
10677dependencies = [
10678 "itoa",
10679 "serde",
10680]
10681
10682[[package]]
10683name = "serde_qs"
10684version = "0.8.5"
10685source = "registry+https://github.com/rust-lang/crates.io-index"
10686checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
10687dependencies = [
10688 "percent-encoding",
10689 "serde",
10690 "thiserror",
10691]
10692
10693[[package]]
10694name = "serde_qs"
10695version = "0.10.1"
10696source = "registry+https://github.com/rust-lang/crates.io-index"
10697checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
10698dependencies = [
10699 "percent-encoding",
10700 "serde",
10701 "thiserror",
10702]
10703
10704[[package]]
10705name = "serde_repr"
10706version = "0.1.19"
10707source = "registry+https://github.com/rust-lang/crates.io-index"
10708checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
10709dependencies = [
10710 "proc-macro2",
10711 "quote",
10712 "syn 2.0.76",
10713]
10714
10715[[package]]
10716name = "serde_spanned"
10717version = "0.6.7"
10718source = "registry+https://github.com/rust-lang/crates.io-index"
10719checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
10720dependencies = [
10721 "serde",
10722]
10723
10724[[package]]
10725name = "serde_urlencoded"
10726version = "0.7.1"
10727source = "registry+https://github.com/rust-lang/crates.io-index"
10728checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
10729dependencies = [
10730 "form_urlencoded",
10731 "itoa",
10732 "ryu",
10733 "serde",
10734]
10735
10736[[package]]
10737name = "session"
10738version = "0.1.0"
10739dependencies = [
10740 "db",
10741 "gpui",
10742 "serde_json",
10743 "util",
10744 "uuid",
10745]
10746
10747[[package]]
10748name = "settings"
10749version = "0.1.0"
10750dependencies = [
10751 "anyhow",
10752 "collections",
10753 "ec4rs",
10754 "fs",
10755 "futures 0.3.30",
10756 "gpui",
10757 "indoc",
10758 "log",
10759 "paths",
10760 "pretty_assertions",
10761 "release_channel",
10762 "rust-embed",
10763 "schemars",
10764 "serde",
10765 "serde_derive",
10766 "serde_json",
10767 "serde_json_lenient",
10768 "smallvec",
10769 "tree-sitter",
10770 "tree-sitter-json",
10771 "unindent",
10772 "util",
10773]
10774
10775[[package]]
10776name = "settings_ui"
10777version = "0.1.0"
10778dependencies = [
10779 "command_palette_hooks",
10780 "editor",
10781 "feature_flags",
10782 "gpui",
10783 "settings",
10784 "theme",
10785 "ui",
10786 "workspace",
10787]
10788
10789[[package]]
10790name = "sha1"
10791version = "0.10.6"
10792source = "registry+https://github.com/rust-lang/crates.io-index"
10793checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
10794dependencies = [
10795 "cfg-if",
10796 "cpufeatures",
10797 "digest",
10798]
10799
10800[[package]]
10801name = "sha1_smol"
10802version = "1.0.1"
10803source = "registry+https://github.com/rust-lang/crates.io-index"
10804checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
10805
10806[[package]]
10807name = "sha2"
10808version = "0.10.8"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
10811dependencies = [
10812 "cfg-if",
10813 "cpufeatures",
10814 "digest",
10815]
10816
10817[[package]]
10818name = "sharded-slab"
10819version = "0.1.7"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
10822dependencies = [
10823 "lazy_static",
10824]
10825
10826[[package]]
10827name = "shell-words"
10828version = "1.1.0"
10829source = "registry+https://github.com/rust-lang/crates.io-index"
10830checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
10831
10832[[package]]
10833name = "shellexpand"
10834version = "2.1.2"
10835source = "registry+https://github.com/rust-lang/crates.io-index"
10836checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
10837dependencies = [
10838 "dirs 4.0.0",
10839]
10840
10841[[package]]
10842name = "shellexpand"
10843version = "3.1.0"
10844source = "registry+https://github.com/rust-lang/crates.io-index"
10845checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
10846dependencies = [
10847 "dirs 5.0.1",
10848]
10849
10850[[package]]
10851name = "shlex"
10852version = "1.3.0"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
10855
10856[[package]]
10857name = "signal-hook"
10858version = "0.3.17"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
10861dependencies = [
10862 "libc",
10863 "signal-hook-registry",
10864]
10865
10866[[package]]
10867name = "signal-hook-registry"
10868version = "1.4.2"
10869source = "registry+https://github.com/rust-lang/crates.io-index"
10870checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
10871dependencies = [
10872 "libc",
10873]
10874
10875[[package]]
10876name = "signature"
10877version = "1.6.4"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
10880dependencies = [
10881 "digest",
10882 "rand_core 0.6.4",
10883]
10884
10885[[package]]
10886name = "signature"
10887version = "2.2.0"
10888source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
10890dependencies = [
10891 "digest",
10892 "rand_core 0.6.4",
10893]
10894
10895[[package]]
10896name = "simd-adler32"
10897version = "0.3.7"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
10900
10901[[package]]
10902name = "simd_helpers"
10903version = "0.1.0"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
10906dependencies = [
10907 "quote",
10908]
10909
10910[[package]]
10911name = "simdutf8"
10912version = "0.1.4"
10913source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
10915
10916[[package]]
10917name = "similar"
10918version = "1.3.0"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
10921
10922[[package]]
10923name = "simple_asn1"
10924version = "0.6.2"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
10927dependencies = [
10928 "num-bigint",
10929 "num-traits",
10930 "thiserror",
10931 "time",
10932]
10933
10934[[package]]
10935name = "simplecss"
10936version = "0.2.1"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
10939dependencies = [
10940 "log",
10941]
10942
10943[[package]]
10944name = "simplelog"
10945version = "0.12.2"
10946source = "registry+https://github.com/rust-lang/crates.io-index"
10947checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
10948dependencies = [
10949 "log",
10950 "termcolor",
10951 "time",
10952]
10953
10954[[package]]
10955name = "siphasher"
10956version = "0.3.11"
10957source = "registry+https://github.com/rust-lang/crates.io-index"
10958checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
10959
10960[[package]]
10961name = "siphasher"
10962version = "1.0.1"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
10965
10966[[package]]
10967name = "skrifa"
10968version = "0.20.0"
10969source = "registry+https://github.com/rust-lang/crates.io-index"
10970checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
10971dependencies = [
10972 "bytemuck",
10973 "read-fonts",
10974]
10975
10976[[package]]
10977name = "slab"
10978version = "0.4.9"
10979source = "registry+https://github.com/rust-lang/crates.io-index"
10980checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
10981dependencies = [
10982 "autocfg",
10983]
10984
10985[[package]]
10986name = "slash_commands_example"
10987version = "0.1.0"
10988dependencies = [
10989 "zed_extension_api 0.1.0",
10990]
10991
10992[[package]]
10993name = "slice-group-by"
10994version = "0.3.1"
10995source = "registry+https://github.com/rust-lang/crates.io-index"
10996checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
10997
10998[[package]]
10999name = "slotmap"
11000version = "1.0.7"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11003dependencies = [
11004 "version_check",
11005]
11006
11007[[package]]
11008name = "smallvec"
11009version = "1.13.2"
11010source = "registry+https://github.com/rust-lang/crates.io-index"
11011checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11012dependencies = [
11013 "serde",
11014]
11015
11016[[package]]
11017name = "smart-default"
11018version = "0.6.0"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11021dependencies = [
11022 "proc-macro2",
11023 "quote",
11024 "syn 1.0.109",
11025]
11026
11027[[package]]
11028name = "smol"
11029version = "1.3.0"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11032dependencies = [
11033 "async-channel 1.9.0",
11034 "async-executor",
11035 "async-fs 1.6.0",
11036 "async-io 1.13.0",
11037 "async-lock 2.8.0",
11038 "async-net 1.8.0",
11039 "async-process 1.8.1",
11040 "blocking",
11041 "futures-lite 1.13.0",
11042]
11043
11044[[package]]
11045name = "smol_str"
11046version = "0.1.24"
11047source = "registry+https://github.com/rust-lang/crates.io-index"
11048checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11049dependencies = [
11050 "serde",
11051]
11052
11053[[package]]
11054name = "snippet"
11055version = "0.1.0"
11056dependencies = [
11057 "anyhow",
11058 "smallvec",
11059]
11060
11061[[package]]
11062name = "snippet_provider"
11063version = "0.1.0"
11064dependencies = [
11065 "anyhow",
11066 "collections",
11067 "fs",
11068 "futures 0.3.30",
11069 "gpui",
11070 "parking_lot",
11071 "paths",
11072 "serde",
11073 "serde_json",
11074 "snippet",
11075 "util",
11076]
11077
11078[[package]]
11079name = "snippets_ui"
11080version = "0.1.0"
11081dependencies = [
11082 "fuzzy",
11083 "gpui",
11084 "language",
11085 "paths",
11086 "picker",
11087 "ui",
11088 "util",
11089 "workspace",
11090]
11091
11092[[package]]
11093name = "socket2"
11094version = "0.4.10"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
11097dependencies = [
11098 "libc",
11099 "winapi",
11100]
11101
11102[[package]]
11103name = "socket2"
11104version = "0.5.7"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
11107dependencies = [
11108 "libc",
11109 "windows-sys 0.52.0",
11110]
11111
11112[[package]]
11113name = "spdx"
11114version = "0.10.6"
11115source = "registry+https://github.com/rust-lang/crates.io-index"
11116checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
11117dependencies = [
11118 "smallvec",
11119]
11120
11121[[package]]
11122name = "spin"
11123version = "0.5.2"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
11126
11127[[package]]
11128name = "spin"
11129version = "0.9.8"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11132dependencies = [
11133 "lock_api",
11134]
11135
11136[[package]]
11137name = "spirv"
11138version = "0.3.0+sdk-1.3.268.0"
11139source = "registry+https://github.com/rust-lang/crates.io-index"
11140checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11141dependencies = [
11142 "bitflags 2.6.0",
11143]
11144
11145[[package]]
11146name = "spki"
11147version = "0.6.0"
11148source = "registry+https://github.com/rust-lang/crates.io-index"
11149checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11150dependencies = [
11151 "base64ct",
11152 "der 0.6.1",
11153]
11154
11155[[package]]
11156name = "spki"
11157version = "0.7.3"
11158source = "registry+https://github.com/rust-lang/crates.io-index"
11159checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11160dependencies = [
11161 "base64ct",
11162 "der 0.7.9",
11163]
11164
11165[[package]]
11166name = "sptr"
11167version = "0.3.2"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11170
11171[[package]]
11172name = "sqlez"
11173version = "0.1.0"
11174dependencies = [
11175 "anyhow",
11176 "collections",
11177 "futures 0.3.30",
11178 "indoc",
11179 "libsqlite3-sys",
11180 "parking_lot",
11181 "smol",
11182 "sqlformat",
11183 "thread_local",
11184 "util",
11185 "uuid",
11186]
11187
11188[[package]]
11189name = "sqlez_macros"
11190version = "0.1.0"
11191dependencies = [
11192 "sqlez",
11193 "sqlformat",
11194 "syn 1.0.109",
11195]
11196
11197[[package]]
11198name = "sqlformat"
11199version = "0.2.6"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
11202dependencies = [
11203 "nom",
11204 "unicode_categories",
11205]
11206
11207[[package]]
11208name = "sqlx"
11209version = "0.8.0"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
11212dependencies = [
11213 "sqlx-core",
11214 "sqlx-macros",
11215 "sqlx-mysql",
11216 "sqlx-postgres",
11217 "sqlx-sqlite",
11218]
11219
11220[[package]]
11221name = "sqlx-core"
11222version = "0.8.0"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
11225dependencies = [
11226 "atoi",
11227 "bigdecimal",
11228 "byteorder",
11229 "bytes 1.7.2",
11230 "chrono",
11231 "crc",
11232 "crossbeam-queue",
11233 "either",
11234 "event-listener 5.3.1",
11235 "futures-channel",
11236 "futures-core",
11237 "futures-intrusive",
11238 "futures-io",
11239 "futures-util",
11240 "hashbrown 0.14.5",
11241 "hashlink 0.9.1",
11242 "hex",
11243 "indexmap 2.4.0",
11244 "log",
11245 "memchr",
11246 "once_cell",
11247 "paste",
11248 "percent-encoding",
11249 "rust_decimal",
11250 "rustls 0.21.12",
11251 "rustls-pemfile 1.0.4",
11252 "serde",
11253 "serde_json",
11254 "sha2",
11255 "smallvec",
11256 "sqlformat",
11257 "thiserror",
11258 "time",
11259 "tokio",
11260 "tokio-stream",
11261 "tracing",
11262 "url",
11263 "uuid",
11264 "webpki-roots 0.25.4",
11265]
11266
11267[[package]]
11268name = "sqlx-macros"
11269version = "0.8.0"
11270source = "registry+https://github.com/rust-lang/crates.io-index"
11271checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
11272dependencies = [
11273 "proc-macro2",
11274 "quote",
11275 "sqlx-core",
11276 "sqlx-macros-core",
11277 "syn 2.0.76",
11278]
11279
11280[[package]]
11281name = "sqlx-macros-core"
11282version = "0.8.0"
11283source = "registry+https://github.com/rust-lang/crates.io-index"
11284checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
11285dependencies = [
11286 "dotenvy",
11287 "either",
11288 "heck 0.5.0",
11289 "hex",
11290 "once_cell",
11291 "proc-macro2",
11292 "quote",
11293 "serde",
11294 "serde_json",
11295 "sha2",
11296 "sqlx-core",
11297 "sqlx-mysql",
11298 "sqlx-postgres",
11299 "sqlx-sqlite",
11300 "syn 2.0.76",
11301 "tempfile",
11302 "tokio",
11303 "url",
11304]
11305
11306[[package]]
11307name = "sqlx-mysql"
11308version = "0.8.0"
11309source = "registry+https://github.com/rust-lang/crates.io-index"
11310checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
11311dependencies = [
11312 "atoi",
11313 "base64 0.22.1",
11314 "bigdecimal",
11315 "bitflags 2.6.0",
11316 "byteorder",
11317 "bytes 1.7.2",
11318 "chrono",
11319 "crc",
11320 "digest",
11321 "dotenvy",
11322 "either",
11323 "futures-channel",
11324 "futures-core",
11325 "futures-io",
11326 "futures-util",
11327 "generic-array",
11328 "hex",
11329 "hkdf",
11330 "hmac",
11331 "itoa",
11332 "log",
11333 "md-5",
11334 "memchr",
11335 "once_cell",
11336 "percent-encoding",
11337 "rand 0.8.5",
11338 "rsa",
11339 "rust_decimal",
11340 "serde",
11341 "sha1",
11342 "sha2",
11343 "smallvec",
11344 "sqlx-core",
11345 "stringprep",
11346 "thiserror",
11347 "time",
11348 "tracing",
11349 "uuid",
11350 "whoami",
11351]
11352
11353[[package]]
11354name = "sqlx-postgres"
11355version = "0.8.0"
11356source = "registry+https://github.com/rust-lang/crates.io-index"
11357checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
11358dependencies = [
11359 "atoi",
11360 "base64 0.22.1",
11361 "bigdecimal",
11362 "bitflags 2.6.0",
11363 "byteorder",
11364 "chrono",
11365 "crc",
11366 "dotenvy",
11367 "etcetera",
11368 "futures-channel",
11369 "futures-core",
11370 "futures-io",
11371 "futures-util",
11372 "hex",
11373 "hkdf",
11374 "hmac",
11375 "home",
11376 "itoa",
11377 "log",
11378 "md-5",
11379 "memchr",
11380 "num-bigint",
11381 "once_cell",
11382 "rand 0.8.5",
11383 "rust_decimal",
11384 "serde",
11385 "serde_json",
11386 "sha2",
11387 "smallvec",
11388 "sqlx-core",
11389 "stringprep",
11390 "thiserror",
11391 "time",
11392 "tracing",
11393 "uuid",
11394 "whoami",
11395]
11396
11397[[package]]
11398name = "sqlx-sqlite"
11399version = "0.8.0"
11400source = "registry+https://github.com/rust-lang/crates.io-index"
11401checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
11402dependencies = [
11403 "atoi",
11404 "chrono",
11405 "flume",
11406 "futures-channel",
11407 "futures-core",
11408 "futures-executor",
11409 "futures-intrusive",
11410 "futures-util",
11411 "libsqlite3-sys",
11412 "log",
11413 "percent-encoding",
11414 "serde",
11415 "serde_urlencoded",
11416 "sqlx-core",
11417 "time",
11418 "tracing",
11419 "url",
11420 "uuid",
11421]
11422
11423[[package]]
11424name = "stable_deref_trait"
11425version = "1.2.0"
11426source = "registry+https://github.com/rust-lang/crates.io-index"
11427checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
11428
11429[[package]]
11430name = "static_assertions"
11431version = "1.1.0"
11432source = "registry+https://github.com/rust-lang/crates.io-index"
11433checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
11434
11435[[package]]
11436name = "story"
11437version = "0.1.0"
11438dependencies = [
11439 "gpui",
11440 "itertools 0.13.0",
11441 "smallvec",
11442]
11443
11444[[package]]
11445name = "storybook"
11446version = "0.1.0"
11447dependencies = [
11448 "anyhow",
11449 "clap",
11450 "collab_ui",
11451 "ctrlc",
11452 "dialoguer",
11453 "editor",
11454 "fuzzy",
11455 "gpui",
11456 "indoc",
11457 "language",
11458 "log",
11459 "menu",
11460 "picker",
11461 "project",
11462 "reqwest_client",
11463 "rust-embed",
11464 "settings",
11465 "simplelog",
11466 "story",
11467 "strum 0.25.0",
11468 "theme",
11469 "title_bar",
11470 "ui",
11471]
11472
11473[[package]]
11474name = "strict-num"
11475version = "0.1.1"
11476source = "registry+https://github.com/rust-lang/crates.io-index"
11477checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
11478dependencies = [
11479 "float-cmp",
11480]
11481
11482[[package]]
11483name = "string_cache"
11484version = "0.8.7"
11485source = "registry+https://github.com/rust-lang/crates.io-index"
11486checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
11487dependencies = [
11488 "new_debug_unreachable",
11489 "once_cell",
11490 "parking_lot",
11491 "phf_shared 0.10.0",
11492 "precomputed-hash",
11493 "serde",
11494]
11495
11496[[package]]
11497name = "string_cache_codegen"
11498version = "0.5.2"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
11501dependencies = [
11502 "phf_generator 0.10.0",
11503 "phf_shared 0.10.0",
11504 "proc-macro2",
11505 "quote",
11506]
11507
11508[[package]]
11509name = "stringprep"
11510version = "0.1.5"
11511source = "registry+https://github.com/rust-lang/crates.io-index"
11512checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
11513dependencies = [
11514 "unicode-bidi",
11515 "unicode-normalization",
11516 "unicode-properties",
11517]
11518
11519[[package]]
11520name = "strsim"
11521version = "0.11.1"
11522source = "registry+https://github.com/rust-lang/crates.io-index"
11523checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
11524
11525[[package]]
11526name = "strum"
11527version = "0.25.0"
11528source = "registry+https://github.com/rust-lang/crates.io-index"
11529checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
11530dependencies = [
11531 "strum_macros",
11532]
11533
11534[[package]]
11535name = "strum"
11536version = "0.26.3"
11537source = "registry+https://github.com/rust-lang/crates.io-index"
11538checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
11539
11540[[package]]
11541name = "strum_macros"
11542version = "0.25.3"
11543source = "registry+https://github.com/rust-lang/crates.io-index"
11544checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
11545dependencies = [
11546 "heck 0.4.1",
11547 "proc-macro2",
11548 "quote",
11549 "rustversion",
11550 "syn 2.0.76",
11551]
11552
11553[[package]]
11554name = "subtle"
11555version = "2.6.1"
11556source = "registry+https://github.com/rust-lang/crates.io-index"
11557checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
11558
11559[[package]]
11560name = "sum_tree"
11561version = "0.1.0"
11562dependencies = [
11563 "arrayvec",
11564 "ctor",
11565 "env_logger 0.11.5",
11566 "log",
11567 "rand 0.8.5",
11568 "rayon",
11569]
11570
11571[[package]]
11572name = "supermaven"
11573version = "0.1.0"
11574dependencies = [
11575 "anyhow",
11576 "client",
11577 "collections",
11578 "editor",
11579 "env_logger 0.11.5",
11580 "futures 0.3.30",
11581 "gpui",
11582 "http_client",
11583 "language",
11584 "log",
11585 "postage",
11586 "project",
11587 "serde",
11588 "serde_json",
11589 "settings",
11590 "smol",
11591 "supermaven_api",
11592 "text",
11593 "theme",
11594 "ui",
11595 "unicode-segmentation",
11596 "util",
11597 "windows 0.58.0",
11598]
11599
11600[[package]]
11601name = "supermaven_api"
11602version = "0.1.0"
11603dependencies = [
11604 "anyhow",
11605 "futures 0.3.30",
11606 "http_client",
11607 "paths",
11608 "serde",
11609 "serde_json",
11610 "smol",
11611]
11612
11613[[package]]
11614name = "sval"
11615version = "2.13.0"
11616source = "registry+https://github.com/rust-lang/crates.io-index"
11617checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
11618
11619[[package]]
11620name = "sval_buffer"
11621version = "2.13.0"
11622source = "registry+https://github.com/rust-lang/crates.io-index"
11623checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
11624dependencies = [
11625 "sval",
11626 "sval_ref",
11627]
11628
11629[[package]]
11630name = "sval_dynamic"
11631version = "2.13.0"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
11634dependencies = [
11635 "sval",
11636]
11637
11638[[package]]
11639name = "sval_fmt"
11640version = "2.13.0"
11641source = "registry+https://github.com/rust-lang/crates.io-index"
11642checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
11643dependencies = [
11644 "itoa",
11645 "ryu",
11646 "sval",
11647]
11648
11649[[package]]
11650name = "sval_json"
11651version = "2.13.0"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
11654dependencies = [
11655 "itoa",
11656 "ryu",
11657 "sval",
11658]
11659
11660[[package]]
11661name = "sval_nested"
11662version = "2.13.0"
11663source = "registry+https://github.com/rust-lang/crates.io-index"
11664checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
11665dependencies = [
11666 "sval",
11667 "sval_buffer",
11668 "sval_ref",
11669]
11670
11671[[package]]
11672name = "sval_ref"
11673version = "2.13.0"
11674source = "registry+https://github.com/rust-lang/crates.io-index"
11675checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
11676dependencies = [
11677 "sval",
11678]
11679
11680[[package]]
11681name = "sval_serde"
11682version = "2.13.0"
11683source = "registry+https://github.com/rust-lang/crates.io-index"
11684checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
11685dependencies = [
11686 "serde",
11687 "sval",
11688 "sval_nested",
11689]
11690
11691[[package]]
11692name = "svg_fmt"
11693version = "0.4.3"
11694source = "registry+https://github.com/rust-lang/crates.io-index"
11695checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
11696
11697[[package]]
11698name = "svgtypes"
11699version = "0.15.2"
11700source = "registry+https://github.com/rust-lang/crates.io-index"
11701checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
11702dependencies = [
11703 "kurbo",
11704 "siphasher 1.0.1",
11705]
11706
11707[[package]]
11708name = "swash"
11709version = "0.1.18"
11710source = "registry+https://github.com/rust-lang/crates.io-index"
11711checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
11712dependencies = [
11713 "skrifa",
11714 "yazi",
11715 "zeno",
11716]
11717
11718[[package]]
11719name = "syn"
11720version = "1.0.109"
11721source = "registry+https://github.com/rust-lang/crates.io-index"
11722checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
11723dependencies = [
11724 "proc-macro2",
11725 "quote",
11726 "unicode-ident",
11727]
11728
11729[[package]]
11730name = "syn"
11731version = "2.0.76"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525"
11734dependencies = [
11735 "proc-macro2",
11736 "quote",
11737 "unicode-ident",
11738]
11739
11740[[package]]
11741name = "syn_derive"
11742version = "0.1.8"
11743source = "registry+https://github.com/rust-lang/crates.io-index"
11744checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
11745dependencies = [
11746 "proc-macro-error",
11747 "proc-macro2",
11748 "quote",
11749 "syn 2.0.76",
11750]
11751
11752[[package]]
11753name = "sync_wrapper"
11754version = "0.1.2"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
11757
11758[[package]]
11759name = "sync_wrapper"
11760version = "1.0.1"
11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
11763dependencies = [
11764 "futures-core",
11765]
11766
11767[[package]]
11768name = "synchronoise"
11769version = "1.0.1"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
11772dependencies = [
11773 "crossbeam-queue",
11774]
11775
11776[[package]]
11777name = "sys-locale"
11778version = "0.3.1"
11779source = "registry+https://github.com/rust-lang/crates.io-index"
11780checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
11781dependencies = [
11782 "libc",
11783]
11784
11785[[package]]
11786name = "sysinfo"
11787version = "0.31.4"
11788source = "registry+https://github.com/rust-lang/crates.io-index"
11789checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
11790dependencies = [
11791 "core-foundation-sys",
11792 "libc",
11793 "memchr",
11794 "ntapi",
11795 "rayon",
11796 "windows 0.54.0",
11797]
11798
11799[[package]]
11800name = "system-configuration"
11801version = "0.5.1"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
11804dependencies = [
11805 "bitflags 1.3.2",
11806 "core-foundation 0.9.4",
11807 "system-configuration-sys 0.5.0",
11808]
11809
11810[[package]]
11811name = "system-configuration"
11812version = "0.6.1"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
11815dependencies = [
11816 "bitflags 2.6.0",
11817 "core-foundation 0.9.4",
11818 "system-configuration-sys 0.6.0",
11819]
11820
11821[[package]]
11822name = "system-configuration-sys"
11823version = "0.5.0"
11824source = "registry+https://github.com/rust-lang/crates.io-index"
11825checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
11826dependencies = [
11827 "core-foundation-sys",
11828 "libc",
11829]
11830
11831[[package]]
11832name = "system-configuration-sys"
11833version = "0.6.0"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
11836dependencies = [
11837 "core-foundation-sys",
11838 "libc",
11839]
11840
11841[[package]]
11842name = "system-deps"
11843version = "6.2.2"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
11846dependencies = [
11847 "cfg-expr",
11848 "heck 0.5.0",
11849 "pkg-config",
11850 "toml 0.8.19",
11851 "version-compare",
11852]
11853
11854[[package]]
11855name = "system-interface"
11856version = "0.27.2"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
11859dependencies = [
11860 "bitflags 2.6.0",
11861 "cap-fs-ext",
11862 "cap-std",
11863 "fd-lock",
11864 "io-lifetimes 2.0.3",
11865 "rustix 0.38.35",
11866 "windows-sys 0.52.0",
11867 "winx",
11868]
11869
11870[[package]]
11871name = "tab_switcher"
11872version = "0.1.0"
11873dependencies = [
11874 "anyhow",
11875 "collections",
11876 "ctor",
11877 "editor",
11878 "env_logger 0.11.5",
11879 "gpui",
11880 "language",
11881 "menu",
11882 "picker",
11883 "project",
11884 "serde",
11885 "serde_json",
11886 "settings",
11887 "theme",
11888 "ui",
11889 "util",
11890 "workspace",
11891]
11892
11893[[package]]
11894name = "taffy"
11895version = "0.4.4"
11896source = "registry+https://github.com/rust-lang/crates.io-index"
11897checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
11898dependencies = [
11899 "arrayvec",
11900 "grid",
11901 "num-traits",
11902 "serde",
11903 "slotmap",
11904]
11905
11906[[package]]
11907name = "take-until"
11908version = "0.2.0"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
11911
11912[[package]]
11913name = "tap"
11914version = "1.0.1"
11915source = "registry+https://github.com/rust-lang/crates.io-index"
11916checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
11917
11918[[package]]
11919name = "target-lexicon"
11920version = "0.12.16"
11921source = "registry+https://github.com/rust-lang/crates.io-index"
11922checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
11923
11924[[package]]
11925name = "task"
11926version = "0.1.0"
11927dependencies = [
11928 "anyhow",
11929 "collections",
11930 "futures 0.3.30",
11931 "gpui",
11932 "hex",
11933 "parking_lot",
11934 "schemars",
11935 "serde",
11936 "serde_json_lenient",
11937 "sha2",
11938 "shellexpand 2.1.2",
11939 "util",
11940]
11941
11942[[package]]
11943name = "tasks_ui"
11944version = "0.1.0"
11945dependencies = [
11946 "anyhow",
11947 "editor",
11948 "file_icons",
11949 "fuzzy",
11950 "gpui",
11951 "language",
11952 "menu",
11953 "picker",
11954 "project",
11955 "schemars",
11956 "serde",
11957 "serde_json",
11958 "settings",
11959 "task",
11960 "tree-sitter-rust",
11961 "tree-sitter-typescript",
11962 "ui",
11963 "util",
11964 "workspace",
11965]
11966
11967[[package]]
11968name = "telemetry_events"
11969version = "0.1.0"
11970dependencies = [
11971 "semantic_version",
11972 "serde",
11973]
11974
11975[[package]]
11976name = "tempfile"
11977version = "3.12.0"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
11980dependencies = [
11981 "cfg-if",
11982 "fastrand 2.1.1",
11983 "once_cell",
11984 "rustix 0.38.35",
11985 "windows-sys 0.59.0",
11986]
11987
11988[[package]]
11989name = "tendril"
11990version = "0.4.3"
11991source = "registry+https://github.com/rust-lang/crates.io-index"
11992checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
11993dependencies = [
11994 "futf",
11995 "mac",
11996 "utf-8",
11997]
11998
11999[[package]]
12000name = "termcolor"
12001version = "1.4.1"
12002source = "registry+https://github.com/rust-lang/crates.io-index"
12003checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12004dependencies = [
12005 "winapi-util",
12006]
12007
12008[[package]]
12009name = "terminal"
12010version = "0.1.0"
12011dependencies = [
12012 "alacritty_terminal",
12013 "anyhow",
12014 "collections",
12015 "dirs 4.0.0",
12016 "futures 0.3.30",
12017 "gpui",
12018 "libc",
12019 "rand 0.8.5",
12020 "regex",
12021 "release_channel",
12022 "schemars",
12023 "serde",
12024 "serde_derive",
12025 "settings",
12026 "smol",
12027 "sysinfo",
12028 "task",
12029 "theme",
12030 "thiserror",
12031 "util",
12032 "windows 0.58.0",
12033]
12034
12035[[package]]
12036name = "terminal_size"
12037version = "0.4.0"
12038source = "registry+https://github.com/rust-lang/crates.io-index"
12039checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
12040dependencies = [
12041 "rustix 0.38.35",
12042 "windows-sys 0.59.0",
12043]
12044
12045[[package]]
12046name = "terminal_view"
12047version = "0.1.0"
12048dependencies = [
12049 "anyhow",
12050 "client",
12051 "collections",
12052 "db",
12053 "dirs 4.0.0",
12054 "editor",
12055 "futures 0.3.30",
12056 "gpui",
12057 "itertools 0.13.0",
12058 "language",
12059 "project",
12060 "rand 0.8.5",
12061 "search",
12062 "serde",
12063 "serde_json",
12064 "settings",
12065 "shellexpand 2.1.2",
12066 "smol",
12067 "task",
12068 "tasks_ui",
12069 "terminal",
12070 "theme",
12071 "ui",
12072 "util",
12073 "workspace",
12074 "zed_actions",
12075]
12076
12077[[package]]
12078name = "text"
12079version = "0.1.0"
12080dependencies = [
12081 "anyhow",
12082 "clock",
12083 "collections",
12084 "ctor",
12085 "env_logger 0.11.5",
12086 "gpui",
12087 "http_client",
12088 "log",
12089 "parking_lot",
12090 "postage",
12091 "rand 0.8.5",
12092 "regex",
12093 "rope",
12094 "smallvec",
12095 "sum_tree",
12096 "util",
12097]
12098
12099[[package]]
12100name = "theme"
12101version = "0.1.0"
12102dependencies = [
12103 "anyhow",
12104 "collections",
12105 "derive_more",
12106 "fs",
12107 "futures 0.3.30",
12108 "gpui",
12109 "indexmap 1.9.3",
12110 "log",
12111 "palette",
12112 "parking_lot",
12113 "refineable",
12114 "schemars",
12115 "serde",
12116 "serde_derive",
12117 "serde_json",
12118 "serde_json_lenient",
12119 "serde_repr",
12120 "settings",
12121 "strum 0.25.0",
12122 "util",
12123 "uuid",
12124]
12125
12126[[package]]
12127name = "theme_importer"
12128version = "0.1.0"
12129dependencies = [
12130 "anyhow",
12131 "clap",
12132 "gpui",
12133 "indexmap 1.9.3",
12134 "log",
12135 "palette",
12136 "rust-embed",
12137 "schemars",
12138 "serde",
12139 "serde_json",
12140 "serde_json_lenient",
12141 "simplelog",
12142 "strum 0.25.0",
12143 "theme",
12144 "vscode_theme",
12145]
12146
12147[[package]]
12148name = "theme_selector"
12149version = "0.1.0"
12150dependencies = [
12151 "client",
12152 "fs",
12153 "fuzzy",
12154 "gpui",
12155 "log",
12156 "picker",
12157 "serde",
12158 "settings",
12159 "theme",
12160 "ui",
12161 "util",
12162 "workspace",
12163]
12164
12165[[package]]
12166name = "thiserror"
12167version = "1.0.64"
12168source = "registry+https://github.com/rust-lang/crates.io-index"
12169checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
12170dependencies = [
12171 "thiserror-impl",
12172]
12173
12174[[package]]
12175name = "thiserror-impl"
12176version = "1.0.64"
12177source = "registry+https://github.com/rust-lang/crates.io-index"
12178checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
12179dependencies = [
12180 "proc-macro2",
12181 "quote",
12182 "syn 2.0.76",
12183]
12184
12185[[package]]
12186name = "thread_local"
12187version = "1.1.8"
12188source = "registry+https://github.com/rust-lang/crates.io-index"
12189checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
12190dependencies = [
12191 "cfg-if",
12192 "once_cell",
12193]
12194
12195[[package]]
12196name = "tiff"
12197version = "0.9.1"
12198source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
12200dependencies = [
12201 "flate2",
12202 "jpeg-decoder",
12203 "weezl",
12204]
12205
12206[[package]]
12207name = "tiktoken-rs"
12208version = "0.5.9"
12209source = "registry+https://github.com/rust-lang/crates.io-index"
12210checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
12211dependencies = [
12212 "anyhow",
12213 "base64 0.21.7",
12214 "bstr",
12215 "fancy-regex",
12216 "lazy_static",
12217 "parking_lot",
12218 "rustc-hash 1.1.0",
12219]
12220
12221[[package]]
12222name = "time"
12223version = "0.3.36"
12224source = "registry+https://github.com/rust-lang/crates.io-index"
12225checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
12226dependencies = [
12227 "deranged",
12228 "itoa",
12229 "libc",
12230 "num-conv",
12231 "num_threads",
12232 "powerfmt",
12233 "serde",
12234 "time-core",
12235 "time-macros",
12236]
12237
12238[[package]]
12239name = "time-core"
12240version = "0.1.2"
12241source = "registry+https://github.com/rust-lang/crates.io-index"
12242checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
12243
12244[[package]]
12245name = "time-macros"
12246version = "0.2.18"
12247source = "registry+https://github.com/rust-lang/crates.io-index"
12248checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
12249dependencies = [
12250 "num-conv",
12251 "time-core",
12252]
12253
12254[[package]]
12255name = "time_format"
12256version = "0.1.0"
12257dependencies = [
12258 "core-foundation 0.9.4",
12259 "core-foundation-sys",
12260 "sys-locale",
12261 "time",
12262]
12263
12264[[package]]
12265name = "tiny-keccak"
12266version = "2.0.2"
12267source = "registry+https://github.com/rust-lang/crates.io-index"
12268checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
12269dependencies = [
12270 "crunchy",
12271]
12272
12273[[package]]
12274name = "tiny-skia"
12275version = "0.11.4"
12276source = "registry+https://github.com/rust-lang/crates.io-index"
12277checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
12278dependencies = [
12279 "arrayref",
12280 "arrayvec",
12281 "bytemuck",
12282 "cfg-if",
12283 "log",
12284 "png",
12285 "tiny-skia-path",
12286]
12287
12288[[package]]
12289name = "tiny-skia-path"
12290version = "0.11.4"
12291source = "registry+https://github.com/rust-lang/crates.io-index"
12292checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
12293dependencies = [
12294 "arrayref",
12295 "bytemuck",
12296 "strict-num",
12297]
12298
12299[[package]]
12300name = "tiny_http"
12301version = "0.8.2"
12302source = "registry+https://github.com/rust-lang/crates.io-index"
12303checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
12304dependencies = [
12305 "ascii",
12306 "chrono",
12307 "chunked_transfer",
12308 "log",
12309 "url",
12310]
12311
12312[[package]]
12313name = "tinytemplate"
12314version = "1.2.1"
12315source = "registry+https://github.com/rust-lang/crates.io-index"
12316checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
12317dependencies = [
12318 "serde",
12319 "serde_json",
12320]
12321
12322[[package]]
12323name = "tinyvec"
12324version = "1.8.0"
12325source = "registry+https://github.com/rust-lang/crates.io-index"
12326checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
12327dependencies = [
12328 "tinyvec_macros",
12329]
12330
12331[[package]]
12332name = "tinyvec_macros"
12333version = "0.1.1"
12334source = "registry+https://github.com/rust-lang/crates.io-index"
12335checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
12336
12337[[package]]
12338name = "title_bar"
12339version = "0.1.0"
12340dependencies = [
12341 "auto_update",
12342 "call",
12343 "client",
12344 "collections",
12345 "command_palette",
12346 "editor",
12347 "extensions_ui",
12348 "feature_flags",
12349 "feedback",
12350 "gpui",
12351 "http_client",
12352 "notifications",
12353 "pretty_assertions",
12354 "project",
12355 "recent_projects",
12356 "remote",
12357 "rpc",
12358 "serde",
12359 "settings",
12360 "smallvec",
12361 "story",
12362 "theme",
12363 "theme_selector",
12364 "tree-sitter-md",
12365 "ui",
12366 "util",
12367 "vcs_menu",
12368 "windows 0.58.0",
12369 "workspace",
12370 "zed_actions",
12371]
12372
12373[[package]]
12374name = "tokio"
12375version = "1.40.0"
12376source = "registry+https://github.com/rust-lang/crates.io-index"
12377checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
12378dependencies = [
12379 "backtrace",
12380 "bytes 1.7.2",
12381 "libc",
12382 "mio 1.0.2",
12383 "parking_lot",
12384 "pin-project-lite",
12385 "signal-hook-registry",
12386 "socket2 0.5.7",
12387 "tokio-macros",
12388 "windows-sys 0.52.0",
12389]
12390
12391[[package]]
12392name = "tokio-io"
12393version = "0.1.13"
12394source = "registry+https://github.com/rust-lang/crates.io-index"
12395checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
12396dependencies = [
12397 "bytes 0.4.12",
12398 "futures 0.1.31",
12399 "log",
12400]
12401
12402[[package]]
12403name = "tokio-macros"
12404version = "2.4.0"
12405source = "registry+https://github.com/rust-lang/crates.io-index"
12406checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
12407dependencies = [
12408 "proc-macro2",
12409 "quote",
12410 "syn 2.0.76",
12411]
12412
12413[[package]]
12414name = "tokio-native-tls"
12415version = "0.3.1"
12416source = "registry+https://github.com/rust-lang/crates.io-index"
12417checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
12418dependencies = [
12419 "native-tls",
12420 "tokio",
12421]
12422
12423[[package]]
12424name = "tokio-rustls"
12425version = "0.24.1"
12426source = "registry+https://github.com/rust-lang/crates.io-index"
12427checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
12428dependencies = [
12429 "rustls 0.21.12",
12430 "tokio",
12431]
12432
12433[[package]]
12434name = "tokio-rustls"
12435version = "0.26.0"
12436source = "registry+https://github.com/rust-lang/crates.io-index"
12437checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
12438dependencies = [
12439 "rustls 0.23.13",
12440 "rustls-pki-types",
12441 "tokio",
12442]
12443
12444[[package]]
12445name = "tokio-socks"
12446version = "0.5.2"
12447source = "registry+https://github.com/rust-lang/crates.io-index"
12448checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
12449dependencies = [
12450 "either",
12451 "futures-io",
12452 "futures-util",
12453 "thiserror",
12454 "tokio",
12455]
12456
12457[[package]]
12458name = "tokio-stream"
12459version = "0.1.15"
12460source = "registry+https://github.com/rust-lang/crates.io-index"
12461checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
12462dependencies = [
12463 "futures-core",
12464 "pin-project-lite",
12465 "tokio",
12466]
12467
12468[[package]]
12469name = "tokio-tungstenite"
12470version = "0.20.1"
12471source = "registry+https://github.com/rust-lang/crates.io-index"
12472checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
12473dependencies = [
12474 "futures-util",
12475 "log",
12476 "tokio",
12477 "tungstenite 0.20.1",
12478]
12479
12480[[package]]
12481name = "tokio-tungstenite"
12482version = "0.21.0"
12483source = "registry+https://github.com/rust-lang/crates.io-index"
12484checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
12485dependencies = [
12486 "futures-util",
12487 "log",
12488 "tokio",
12489 "tungstenite 0.21.0",
12490]
12491
12492[[package]]
12493name = "tokio-util"
12494version = "0.7.12"
12495source = "registry+https://github.com/rust-lang/crates.io-index"
12496checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
12497dependencies = [
12498 "bytes 1.7.2",
12499 "futures-core",
12500 "futures-io",
12501 "futures-sink",
12502 "pin-project-lite",
12503 "tokio",
12504]
12505
12506[[package]]
12507name = "toml"
12508version = "0.5.11"
12509source = "registry+https://github.com/rust-lang/crates.io-index"
12510checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
12511dependencies = [
12512 "serde",
12513]
12514
12515[[package]]
12516name = "toml"
12517version = "0.7.8"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
12520dependencies = [
12521 "serde",
12522 "serde_spanned",
12523 "toml_datetime",
12524 "toml_edit 0.19.15",
12525]
12526
12527[[package]]
12528name = "toml"
12529version = "0.8.19"
12530source = "registry+https://github.com/rust-lang/crates.io-index"
12531checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
12532dependencies = [
12533 "serde",
12534 "serde_spanned",
12535 "toml_datetime",
12536 "toml_edit 0.22.20",
12537]
12538
12539[[package]]
12540name = "toml_datetime"
12541version = "0.6.8"
12542source = "registry+https://github.com/rust-lang/crates.io-index"
12543checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
12544dependencies = [
12545 "serde",
12546]
12547
12548[[package]]
12549name = "toml_edit"
12550version = "0.19.15"
12551source = "registry+https://github.com/rust-lang/crates.io-index"
12552checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
12553dependencies = [
12554 "indexmap 2.4.0",
12555 "serde",
12556 "serde_spanned",
12557 "toml_datetime",
12558 "winnow 0.5.40",
12559]
12560
12561[[package]]
12562name = "toml_edit"
12563version = "0.22.20"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
12566dependencies = [
12567 "indexmap 2.4.0",
12568 "serde",
12569 "serde_spanned",
12570 "toml_datetime",
12571 "winnow 0.6.18",
12572]
12573
12574[[package]]
12575name = "toolchain_selector"
12576version = "0.1.0"
12577dependencies = [
12578 "editor",
12579 "fuzzy",
12580 "gpui",
12581 "language",
12582 "picker",
12583 "project",
12584 "ui",
12585 "util",
12586 "workspace",
12587]
12588
12589[[package]]
12590name = "topological-sort"
12591version = "0.2.2"
12592source = "registry+https://github.com/rust-lang/crates.io-index"
12593checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
12594
12595[[package]]
12596name = "tower"
12597version = "0.4.13"
12598source = "registry+https://github.com/rust-lang/crates.io-index"
12599checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
12600dependencies = [
12601 "futures-core",
12602 "futures-util",
12603 "pin-project",
12604 "pin-project-lite",
12605 "tokio",
12606 "tower-layer",
12607 "tower-service",
12608 "tracing",
12609]
12610
12611[[package]]
12612name = "tower-http"
12613version = "0.3.5"
12614source = "registry+https://github.com/rust-lang/crates.io-index"
12615checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
12616dependencies = [
12617 "bitflags 1.3.2",
12618 "bytes 1.7.2",
12619 "futures-core",
12620 "futures-util",
12621 "http 0.2.12",
12622 "http-body 0.4.6",
12623 "http-range-header",
12624 "pin-project-lite",
12625 "tower-layer",
12626 "tower-service",
12627]
12628
12629[[package]]
12630name = "tower-http"
12631version = "0.4.4"
12632source = "registry+https://github.com/rust-lang/crates.io-index"
12633checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
12634dependencies = [
12635 "bitflags 2.6.0",
12636 "bytes 1.7.2",
12637 "futures-core",
12638 "futures-util",
12639 "http 0.2.12",
12640 "http-body 0.4.6",
12641 "http-range-header",
12642 "pin-project-lite",
12643 "tower-layer",
12644 "tower-service",
12645 "tracing",
12646]
12647
12648[[package]]
12649name = "tower-layer"
12650version = "0.3.3"
12651source = "registry+https://github.com/rust-lang/crates.io-index"
12652checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
12653
12654[[package]]
12655name = "tower-service"
12656version = "0.3.3"
12657source = "registry+https://github.com/rust-lang/crates.io-index"
12658checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
12659
12660[[package]]
12661name = "tracing"
12662version = "0.1.40"
12663source = "registry+https://github.com/rust-lang/crates.io-index"
12664checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
12665dependencies = [
12666 "log",
12667 "pin-project-lite",
12668 "tracing-attributes",
12669 "tracing-core",
12670]
12671
12672[[package]]
12673name = "tracing-attributes"
12674version = "0.1.27"
12675source = "registry+https://github.com/rust-lang/crates.io-index"
12676checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
12677dependencies = [
12678 "proc-macro2",
12679 "quote",
12680 "syn 2.0.76",
12681]
12682
12683[[package]]
12684name = "tracing-core"
12685version = "0.1.32"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
12688dependencies = [
12689 "once_cell",
12690 "valuable",
12691]
12692
12693[[package]]
12694name = "tracing-log"
12695version = "0.2.0"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
12698dependencies = [
12699 "log",
12700 "once_cell",
12701 "tracing-core",
12702]
12703
12704[[package]]
12705name = "tracing-serde"
12706version = "0.1.3"
12707source = "registry+https://github.com/rust-lang/crates.io-index"
12708checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
12709dependencies = [
12710 "serde",
12711 "tracing-core",
12712]
12713
12714[[package]]
12715name = "tracing-subscriber"
12716version = "0.3.18"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
12719dependencies = [
12720 "matchers",
12721 "nu-ansi-term",
12722 "once_cell",
12723 "regex",
12724 "serde",
12725 "serde_json",
12726 "sharded-slab",
12727 "smallvec",
12728 "thread_local",
12729 "tracing",
12730 "tracing-core",
12731 "tracing-log",
12732 "tracing-serde",
12733]
12734
12735[[package]]
12736name = "tree-sitter"
12737version = "0.23.0"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "20f4cd3642c47a85052a887d86704f4eac272969f61b686bdd3f772122aabaff"
12740dependencies = [
12741 "cc",
12742 "regex",
12743 "regex-syntax 0.8.4",
12744 "tree-sitter-language",
12745 "wasmtime-c-api-impl",
12746]
12747
12748[[package]]
12749name = "tree-sitter-bash"
12750version = "0.23.1"
12751source = "registry+https://github.com/rust-lang/crates.io-index"
12752checksum = "3aa5e1c6bd02c0053f3f68edcf5d8866b38a8640584279e30fca88149ce14dda"
12753dependencies = [
12754 "cc",
12755 "tree-sitter-language",
12756]
12757
12758[[package]]
12759name = "tree-sitter-c"
12760version = "0.23.1"
12761source = "registry+https://github.com/rust-lang/crates.io-index"
12762checksum = "c8b3fb515e498e258799a31d78e6603767cd6892770d9e2290ec00af5c3ad80b"
12763dependencies = [
12764 "cc",
12765 "tree-sitter-language",
12766]
12767
12768[[package]]
12769name = "tree-sitter-cpp"
12770version = "0.23.1"
12771source = "registry+https://github.com/rust-lang/crates.io-index"
12772checksum = "1d67e862242878d6ee50e1e5814f267ee3eea0168aea2cdbd700ccfb4c74b6d3"
12773dependencies = [
12774 "cc",
12775 "tree-sitter-language",
12776]
12777
12778[[package]]
12779name = "tree-sitter-css"
12780version = "0.23.0"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "8d0018d6b1692a806f9cddaa1e5616951fd58840c39a0b21401b55ab3df12292"
12783dependencies = [
12784 "cc",
12785 "tree-sitter-language",
12786]
12787
12788[[package]]
12789name = "tree-sitter-diff"
12790version = "0.1.0"
12791source = "registry+https://github.com/rust-lang/crates.io-index"
12792checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
12793dependencies = [
12794 "cc",
12795 "tree-sitter-language",
12796]
12797
12798[[package]]
12799name = "tree-sitter-elixir"
12800version = "0.3.1"
12801source = "registry+https://github.com/rust-lang/crates.io-index"
12802checksum = "97bf0efa4be41120018f23305b105ad4dfd3be1b7f302dc4071d0e6c2dec3a32"
12803dependencies = [
12804 "cc",
12805 "tree-sitter-language",
12806]
12807
12808[[package]]
12809name = "tree-sitter-embedded-template"
12810version = "0.23.0"
12811source = "registry+https://github.com/rust-lang/crates.io-index"
12812checksum = "9644d7586ebe850c84037ee2f4804dda4a9348eef053be6b1e0d7712342a2495"
12813dependencies = [
12814 "cc",
12815 "tree-sitter-language",
12816]
12817
12818[[package]]
12819name = "tree-sitter-go"
12820version = "0.23.1"
12821source = "registry+https://github.com/rust-lang/crates.io-index"
12822checksum = "caf57626e4c9b6d6efaf8a8d5ee1241c5f178ae7bfdf693713ae6a774f01424e"
12823dependencies = [
12824 "cc",
12825 "tree-sitter-language",
12826]
12827
12828[[package]]
12829name = "tree-sitter-gomod"
12830version = "1.0.2"
12831source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
12832dependencies = [
12833 "cc",
12834 "tree-sitter-language",
12835]
12836
12837[[package]]
12838name = "tree-sitter-gowork"
12839version = "0.0.1"
12840source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
12841dependencies = [
12842 "cc",
12843 "tree-sitter-language",
12844]
12845
12846[[package]]
12847name = "tree-sitter-heex"
12848version = "0.0.1"
12849source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
12850dependencies = [
12851 "cc",
12852 "tree-sitter-language",
12853]
12854
12855[[package]]
12856name = "tree-sitter-html"
12857version = "0.20.4"
12858source = "registry+https://github.com/rust-lang/crates.io-index"
12859checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
12860dependencies = [
12861 "cc",
12862 "tree-sitter",
12863]
12864
12865[[package]]
12866name = "tree-sitter-jsdoc"
12867version = "0.23.0"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "f8c4049eb0ad690e34e5f63640f75ce12a2ff8ba18344d0a13926805b139c0c8"
12870dependencies = [
12871 "cc",
12872 "tree-sitter-language",
12873]
12874
12875[[package]]
12876name = "tree-sitter-json"
12877version = "0.23.0"
12878source = "registry+https://github.com/rust-lang/crates.io-index"
12879checksum = "86a5d6b3ea17e06e7a34aabeadd68f5866c0d0f9359155d432095f8b751865e4"
12880dependencies = [
12881 "cc",
12882 "tree-sitter-language",
12883]
12884
12885[[package]]
12886name = "tree-sitter-language"
12887version = "0.1.0"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57"
12890
12891[[package]]
12892name = "tree-sitter-md"
12893version = "0.3.2"
12894source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
12895dependencies = [
12896 "cc",
12897 "tree-sitter-language",
12898]
12899
12900[[package]]
12901name = "tree-sitter-python"
12902version = "0.23.2"
12903source = "registry+https://github.com/rust-lang/crates.io-index"
12904checksum = "65661b1a3e24139e2e54207e47d910ab07e28790d78efc7d5dc3a11ce2a110eb"
12905dependencies = [
12906 "cc",
12907 "tree-sitter-language",
12908]
12909
12910[[package]]
12911name = "tree-sitter-regex"
12912version = "0.23.0"
12913source = "registry+https://github.com/rust-lang/crates.io-index"
12914checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
12915dependencies = [
12916 "cc",
12917 "tree-sitter-language",
12918]
12919
12920[[package]]
12921name = "tree-sitter-ruby"
12922version = "0.23.0"
12923source = "registry+https://github.com/rust-lang/crates.io-index"
12924checksum = "6ec5ee842e27791e0adffa0b2a177614de51d2a26e5c7e84d014ed7f097e5ed0"
12925dependencies = [
12926 "cc",
12927 "tree-sitter-language",
12928]
12929
12930[[package]]
12931name = "tree-sitter-rust"
12932version = "0.23.0"
12933source = "registry+https://github.com/rust-lang/crates.io-index"
12934checksum = "cffbbcb780348fbae8395742ae5b34c1fd794e4085d43aac9f259387f9a84dc8"
12935dependencies = [
12936 "cc",
12937 "tree-sitter-language",
12938]
12939
12940[[package]]
12941name = "tree-sitter-typescript"
12942version = "0.23.0"
12943source = "registry+https://github.com/rust-lang/crates.io-index"
12944checksum = "aecf1585ae2a9dddc2b1d4c0e2140b2ec9876e2a25fd79de47fcf7dae0384685"
12945dependencies = [
12946 "cc",
12947 "tree-sitter-language",
12948]
12949
12950[[package]]
12951name = "tree-sitter-yaml"
12952version = "0.6.1"
12953source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
12954dependencies = [
12955 "cc",
12956 "tree-sitter-language",
12957]
12958
12959[[package]]
12960name = "try-lock"
12961version = "0.2.5"
12962source = "registry+https://github.com/rust-lang/crates.io-index"
12963checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
12964
12965[[package]]
12966name = "ttf-parser"
12967version = "0.21.1"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
12970
12971[[package]]
12972name = "tungstenite"
12973version = "0.20.1"
12974source = "registry+https://github.com/rust-lang/crates.io-index"
12975checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
12976dependencies = [
12977 "byteorder",
12978 "bytes 1.7.2",
12979 "data-encoding",
12980 "http 0.2.12",
12981 "httparse",
12982 "log",
12983 "rand 0.8.5",
12984 "sha1",
12985 "thiserror",
12986 "url",
12987 "utf-8",
12988]
12989
12990[[package]]
12991name = "tungstenite"
12992version = "0.21.0"
12993source = "registry+https://github.com/rust-lang/crates.io-index"
12994checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
12995dependencies = [
12996 "byteorder",
12997 "bytes 1.7.2",
12998 "data-encoding",
12999 "http 1.1.0",
13000 "httparse",
13001 "log",
13002 "rand 0.8.5",
13003 "sha1",
13004 "thiserror",
13005 "url",
13006 "utf-8",
13007]
13008
13009[[package]]
13010name = "typeid"
13011version = "1.0.2"
13012source = "registry+https://github.com/rust-lang/crates.io-index"
13013checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13014
13015[[package]]
13016name = "typenum"
13017version = "1.17.0"
13018source = "registry+https://github.com/rust-lang/crates.io-index"
13019checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13020
13021[[package]]
13022name = "ucd-trie"
13023version = "0.1.6"
13024source = "registry+https://github.com/rust-lang/crates.io-index"
13025checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
13026
13027[[package]]
13028name = "uds_windows"
13029version = "1.1.0"
13030source = "registry+https://github.com/rust-lang/crates.io-index"
13031checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13032dependencies = [
13033 "memoffset",
13034 "tempfile",
13035 "winapi",
13036]
13037
13038[[package]]
13039name = "ui"
13040version = "0.1.0"
13041dependencies = [
13042 "chrono",
13043 "gpui",
13044 "itertools 0.13.0",
13045 "menu",
13046 "serde",
13047 "settings",
13048 "smallvec",
13049 "story",
13050 "strum 0.25.0",
13051 "theme",
13052 "ui_macros",
13053 "windows 0.58.0",
13054]
13055
13056[[package]]
13057name = "ui_input"
13058version = "0.1.0"
13059dependencies = [
13060 "editor",
13061 "gpui",
13062 "settings",
13063 "theme",
13064 "ui",
13065]
13066
13067[[package]]
13068name = "ui_macros"
13069version = "0.1.0"
13070dependencies = [
13071 "convert_case 0.6.0",
13072 "proc-macro2",
13073 "quote",
13074 "syn 1.0.109",
13075]
13076
13077[[package]]
13078name = "unicase"
13079version = "2.7.0"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
13082dependencies = [
13083 "version_check",
13084]
13085
13086[[package]]
13087name = "unicode-bidi"
13088version = "0.3.15"
13089source = "registry+https://github.com/rust-lang/crates.io-index"
13090checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
13091
13092[[package]]
13093name = "unicode-bidi-mirroring"
13094version = "0.2.0"
13095source = "registry+https://github.com/rust-lang/crates.io-index"
13096checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13097
13098[[package]]
13099name = "unicode-ccc"
13100version = "0.2.0"
13101source = "registry+https://github.com/rust-lang/crates.io-index"
13102checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13103
13104[[package]]
13105name = "unicode-ident"
13106version = "1.0.12"
13107source = "registry+https://github.com/rust-lang/crates.io-index"
13108checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
13109
13110[[package]]
13111name = "unicode-linebreak"
13112version = "0.1.5"
13113source = "registry+https://github.com/rust-lang/crates.io-index"
13114checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13115
13116[[package]]
13117name = "unicode-normalization"
13118version = "0.1.23"
13119source = "registry+https://github.com/rust-lang/crates.io-index"
13120checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
13121dependencies = [
13122 "tinyvec",
13123]
13124
13125[[package]]
13126name = "unicode-properties"
13127version = "0.1.2"
13128source = "registry+https://github.com/rust-lang/crates.io-index"
13129checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
13130
13131[[package]]
13132name = "unicode-script"
13133version = "0.5.6"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
13136
13137[[package]]
13138name = "unicode-segmentation"
13139version = "1.11.0"
13140source = "registry+https://github.com/rust-lang/crates.io-index"
13141checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
13142
13143[[package]]
13144name = "unicode-width"
13145version = "0.1.13"
13146source = "registry+https://github.com/rust-lang/crates.io-index"
13147checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
13148
13149[[package]]
13150name = "unicode-xid"
13151version = "0.2.5"
13152source = "registry+https://github.com/rust-lang/crates.io-index"
13153checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
13154
13155[[package]]
13156name = "unicode_categories"
13157version = "0.1.1"
13158source = "registry+https://github.com/rust-lang/crates.io-index"
13159checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
13160
13161[[package]]
13162name = "unindent"
13163version = "0.1.11"
13164source = "registry+https://github.com/rust-lang/crates.io-index"
13165checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
13166
13167[[package]]
13168name = "untrusted"
13169version = "0.7.1"
13170source = "registry+https://github.com/rust-lang/crates.io-index"
13171checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
13172
13173[[package]]
13174name = "untrusted"
13175version = "0.9.0"
13176source = "registry+https://github.com/rust-lang/crates.io-index"
13177checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
13178
13179[[package]]
13180name = "url"
13181version = "2.5.2"
13182source = "registry+https://github.com/rust-lang/crates.io-index"
13183checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
13184dependencies = [
13185 "form_urlencoded",
13186 "idna",
13187 "percent-encoding",
13188 "serde",
13189]
13190
13191[[package]]
13192name = "urlencoding"
13193version = "2.1.3"
13194source = "registry+https://github.com/rust-lang/crates.io-index"
13195checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
13196
13197[[package]]
13198name = "usvg"
13199version = "0.41.0"
13200source = "registry+https://github.com/rust-lang/crates.io-index"
13201checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
13202dependencies = [
13203 "base64 0.22.1",
13204 "data-url",
13205 "flate2",
13206 "imagesize",
13207 "kurbo",
13208 "log",
13209 "pico-args",
13210 "roxmltree 0.19.0",
13211 "simplecss",
13212 "siphasher 1.0.1",
13213 "strict-num",
13214 "svgtypes",
13215 "tiny-skia-path",
13216 "xmlwriter",
13217]
13218
13219[[package]]
13220name = "utf-8"
13221version = "0.7.6"
13222source = "registry+https://github.com/rust-lang/crates.io-index"
13223checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
13224
13225[[package]]
13226name = "utf8parse"
13227version = "0.2.2"
13228source = "registry+https://github.com/rust-lang/crates.io-index"
13229checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
13230
13231[[package]]
13232name = "util"
13233version = "0.1.0"
13234dependencies = [
13235 "anyhow",
13236 "async-fs 1.6.0",
13237 "collections",
13238 "dirs 4.0.0",
13239 "futures 0.3.30",
13240 "futures-lite 1.13.0",
13241 "git2",
13242 "globset",
13243 "log",
13244 "rand 0.8.5",
13245 "regex",
13246 "rust-embed",
13247 "serde",
13248 "serde_json",
13249 "take-until",
13250 "tempfile",
13251 "tendril",
13252 "unicase",
13253]
13254
13255[[package]]
13256name = "uuid"
13257version = "1.10.0"
13258source = "registry+https://github.com/rust-lang/crates.io-index"
13259checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
13260dependencies = [
13261 "getrandom 0.2.15",
13262 "serde",
13263 "sha1_smol",
13264]
13265
13266[[package]]
13267name = "v_frame"
13268version = "0.3.8"
13269source = "registry+https://github.com/rust-lang/crates.io-index"
13270checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
13271dependencies = [
13272 "aligned-vec",
13273 "num-traits",
13274 "wasm-bindgen",
13275]
13276
13277[[package]]
13278name = "valuable"
13279version = "0.1.0"
13280source = "registry+https://github.com/rust-lang/crates.io-index"
13281checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
13282
13283[[package]]
13284name = "value-bag"
13285version = "1.9.0"
13286source = "registry+https://github.com/rust-lang/crates.io-index"
13287checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
13288dependencies = [
13289 "value-bag-serde1",
13290 "value-bag-sval2",
13291]
13292
13293[[package]]
13294name = "value-bag-serde1"
13295version = "1.9.0"
13296source = "registry+https://github.com/rust-lang/crates.io-index"
13297checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
13298dependencies = [
13299 "erased-serde",
13300 "serde",
13301 "serde_fmt",
13302]
13303
13304[[package]]
13305name = "value-bag-sval2"
13306version = "1.9.0"
13307source = "registry+https://github.com/rust-lang/crates.io-index"
13308checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
13309dependencies = [
13310 "sval",
13311 "sval_buffer",
13312 "sval_dynamic",
13313 "sval_fmt",
13314 "sval_json",
13315 "sval_ref",
13316 "sval_serde",
13317]
13318
13319[[package]]
13320name = "vcpkg"
13321version = "0.2.15"
13322source = "registry+https://github.com/rust-lang/crates.io-index"
13323checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
13324
13325[[package]]
13326name = "vcs_menu"
13327version = "0.1.0"
13328dependencies = [
13329 "anyhow",
13330 "fuzzy",
13331 "git",
13332 "gpui",
13333 "picker",
13334 "project",
13335 "ui",
13336 "util",
13337 "workspace",
13338]
13339
13340[[package]]
13341name = "version-compare"
13342version = "0.2.0"
13343source = "registry+https://github.com/rust-lang/crates.io-index"
13344checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
13345
13346[[package]]
13347name = "version_check"
13348version = "0.9.5"
13349source = "registry+https://github.com/rust-lang/crates.io-index"
13350checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
13351
13352[[package]]
13353name = "vim"
13354version = "0.1.0"
13355dependencies = [
13356 "anyhow",
13357 "async-compat",
13358 "async-trait",
13359 "collections",
13360 "command_palette",
13361 "command_palette_hooks",
13362 "editor",
13363 "futures 0.3.30",
13364 "gpui",
13365 "indoc",
13366 "itertools 0.13.0",
13367 "language",
13368 "log",
13369 "lsp",
13370 "multi_buffer",
13371 "nvim-rs",
13372 "parking_lot",
13373 "regex",
13374 "release_channel",
13375 "schemars",
13376 "search",
13377 "serde",
13378 "serde_derive",
13379 "serde_json",
13380 "settings",
13381 "tokio",
13382 "ui",
13383 "util",
13384 "workspace",
13385 "zed_actions",
13386]
13387
13388[[package]]
13389name = "vscode_theme"
13390version = "0.2.0"
13391source = "registry+https://github.com/rust-lang/crates.io-index"
13392checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
13393dependencies = [
13394 "serde",
13395]
13396
13397[[package]]
13398name = "vsimd"
13399version = "0.8.0"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
13402
13403[[package]]
13404name = "vswhom"
13405version = "0.1.0"
13406source = "registry+https://github.com/rust-lang/crates.io-index"
13407checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
13408dependencies = [
13409 "libc",
13410 "vswhom-sys",
13411]
13412
13413[[package]]
13414name = "vswhom-sys"
13415version = "0.1.2"
13416source = "registry+https://github.com/rust-lang/crates.io-index"
13417checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
13418dependencies = [
13419 "cc",
13420 "libc",
13421]
13422
13423[[package]]
13424name = "vte"
13425version = "0.13.0"
13426source = "registry+https://github.com/rust-lang/crates.io-index"
13427checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
13428dependencies = [
13429 "bitflags 2.6.0",
13430 "cursor-icon",
13431 "log",
13432 "serde",
13433 "utf8parse",
13434 "vte_generate_state_changes",
13435]
13436
13437[[package]]
13438name = "vte_generate_state_changes"
13439version = "0.1.2"
13440source = "registry+https://github.com/rust-lang/crates.io-index"
13441checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
13442dependencies = [
13443 "proc-macro2",
13444 "quote",
13445]
13446
13447[[package]]
13448name = "waker-fn"
13449version = "1.2.0"
13450source = "registry+https://github.com/rust-lang/crates.io-index"
13451checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
13452
13453[[package]]
13454name = "walkdir"
13455version = "2.5.0"
13456source = "registry+https://github.com/rust-lang/crates.io-index"
13457checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
13458dependencies = [
13459 "same-file",
13460 "winapi-util",
13461]
13462
13463[[package]]
13464name = "want"
13465version = "0.3.1"
13466source = "registry+https://github.com/rust-lang/crates.io-index"
13467checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
13468dependencies = [
13469 "try-lock",
13470]
13471
13472[[package]]
13473name = "warp"
13474version = "0.3.7"
13475source = "registry+https://github.com/rust-lang/crates.io-index"
13476checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
13477dependencies = [
13478 "bytes 1.7.2",
13479 "futures-channel",
13480 "futures-util",
13481 "headers",
13482 "http 0.2.12",
13483 "hyper 0.14.31",
13484 "log",
13485 "mime",
13486 "mime_guess",
13487 "percent-encoding",
13488 "pin-project",
13489 "scoped-tls",
13490 "serde",
13491 "serde_json",
13492 "serde_urlencoded",
13493 "tokio",
13494 "tokio-tungstenite 0.21.0",
13495 "tokio-util",
13496 "tower-service",
13497 "tracing",
13498]
13499
13500[[package]]
13501name = "wasi"
13502version = "0.9.0+wasi-snapshot-preview1"
13503source = "registry+https://github.com/rust-lang/crates.io-index"
13504checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
13505
13506[[package]]
13507name = "wasi"
13508version = "0.11.0+wasi-snapshot-preview1"
13509source = "registry+https://github.com/rust-lang/crates.io-index"
13510checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
13511
13512[[package]]
13513name = "wasite"
13514version = "0.1.0"
13515source = "registry+https://github.com/rust-lang/crates.io-index"
13516checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
13517
13518[[package]]
13519name = "wasm-bindgen"
13520version = "0.2.93"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
13523dependencies = [
13524 "cfg-if",
13525 "once_cell",
13526 "wasm-bindgen-macro",
13527]
13528
13529[[package]]
13530name = "wasm-bindgen-backend"
13531version = "0.2.93"
13532source = "registry+https://github.com/rust-lang/crates.io-index"
13533checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
13534dependencies = [
13535 "bumpalo",
13536 "log",
13537 "once_cell",
13538 "proc-macro2",
13539 "quote",
13540 "syn 2.0.76",
13541 "wasm-bindgen-shared",
13542]
13543
13544[[package]]
13545name = "wasm-bindgen-futures"
13546version = "0.4.43"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
13549dependencies = [
13550 "cfg-if",
13551 "js-sys",
13552 "wasm-bindgen",
13553 "web-sys",
13554]
13555
13556[[package]]
13557name = "wasm-bindgen-macro"
13558version = "0.2.93"
13559source = "registry+https://github.com/rust-lang/crates.io-index"
13560checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
13561dependencies = [
13562 "quote",
13563 "wasm-bindgen-macro-support",
13564]
13565
13566[[package]]
13567name = "wasm-bindgen-macro-support"
13568version = "0.2.93"
13569source = "registry+https://github.com/rust-lang/crates.io-index"
13570checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
13571dependencies = [
13572 "proc-macro2",
13573 "quote",
13574 "syn 2.0.76",
13575 "wasm-bindgen-backend",
13576 "wasm-bindgen-shared",
13577]
13578
13579[[package]]
13580name = "wasm-bindgen-shared"
13581version = "0.2.93"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
13584
13585[[package]]
13586name = "wasm-encoder"
13587version = "0.201.0"
13588source = "registry+https://github.com/rust-lang/crates.io-index"
13589checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
13590dependencies = [
13591 "leb128",
13592]
13593
13594[[package]]
13595name = "wasm-encoder"
13596version = "0.215.0"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
13599dependencies = [
13600 "leb128",
13601]
13602
13603[[package]]
13604name = "wasm-metadata"
13605version = "0.201.0"
13606source = "registry+https://github.com/rust-lang/crates.io-index"
13607checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
13608dependencies = [
13609 "anyhow",
13610 "indexmap 2.4.0",
13611 "serde",
13612 "serde_derive",
13613 "serde_json",
13614 "spdx",
13615 "wasm-encoder 0.201.0",
13616 "wasmparser 0.201.0",
13617]
13618
13619[[package]]
13620name = "wasm-streams"
13621version = "0.4.1"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
13624dependencies = [
13625 "futures-util",
13626 "js-sys",
13627 "wasm-bindgen",
13628 "wasm-bindgen-futures",
13629 "web-sys",
13630]
13631
13632[[package]]
13633name = "wasmparser"
13634version = "0.201.0"
13635source = "registry+https://github.com/rust-lang/crates.io-index"
13636checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
13637dependencies = [
13638 "bitflags 2.6.0",
13639 "indexmap 2.4.0",
13640 "semver",
13641]
13642
13643[[package]]
13644name = "wasmparser"
13645version = "0.215.0"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
13648dependencies = [
13649 "ahash 0.8.11",
13650 "bitflags 2.6.0",
13651 "hashbrown 0.14.5",
13652 "indexmap 2.4.0",
13653 "semver",
13654 "serde",
13655]
13656
13657[[package]]
13658name = "wasmprinter"
13659version = "0.215.0"
13660source = "registry+https://github.com/rust-lang/crates.io-index"
13661checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
13662dependencies = [
13663 "anyhow",
13664 "termcolor",
13665 "wasmparser 0.215.0",
13666]
13667
13668[[package]]
13669name = "wasmtime"
13670version = "24.0.1"
13671source = "registry+https://github.com/rust-lang/crates.io-index"
13672checksum = "7e4a5b05e9f1797e557e79f0cf04348eaa7a232596939ef4762838ddf7a6127a"
13673dependencies = [
13674 "anyhow",
13675 "async-trait",
13676 "bitflags 2.6.0",
13677 "bumpalo",
13678 "cc",
13679 "cfg-if",
13680 "encoding_rs",
13681 "hashbrown 0.14.5",
13682 "indexmap 2.4.0",
13683 "libc",
13684 "libm",
13685 "log",
13686 "mach2",
13687 "memfd",
13688 "object",
13689 "once_cell",
13690 "paste",
13691 "postcard",
13692 "psm",
13693 "rustix 0.38.35",
13694 "semver",
13695 "serde",
13696 "serde_derive",
13697 "smallvec",
13698 "sptr",
13699 "target-lexicon",
13700 "wasmparser 0.215.0",
13701 "wasmtime-asm-macros",
13702 "wasmtime-component-macro",
13703 "wasmtime-component-util",
13704 "wasmtime-cranelift",
13705 "wasmtime-environ",
13706 "wasmtime-fiber",
13707 "wasmtime-jit-icache-coherence",
13708 "wasmtime-slab",
13709 "wasmtime-versioned-export-macros",
13710 "wasmtime-winch",
13711 "windows-sys 0.52.0",
13712]
13713
13714[[package]]
13715name = "wasmtime-asm-macros"
13716version = "24.0.1"
13717source = "registry+https://github.com/rust-lang/crates.io-index"
13718checksum = "64414227e19556d4372f9688458c5673606de83473eb66cd0514d36ea8808cab"
13719dependencies = [
13720 "cfg-if",
13721]
13722
13723[[package]]
13724name = "wasmtime-c-api-impl"
13725version = "24.0.0"
13726source = "registry+https://github.com/rust-lang/crates.io-index"
13727checksum = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58"
13728dependencies = [
13729 "anyhow",
13730 "log",
13731 "once_cell",
13732 "tracing",
13733 "wasmtime",
13734 "wasmtime-c-api-macros",
13735]
13736
13737[[package]]
13738name = "wasmtime-c-api-macros"
13739version = "24.0.0"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6"
13742dependencies = [
13743 "proc-macro2",
13744 "quote",
13745]
13746
13747[[package]]
13748name = "wasmtime-component-macro"
13749version = "24.0.1"
13750source = "registry+https://github.com/rust-lang/crates.io-index"
13751checksum = "d3ead31b73689602225742920adbcd881f5656702c1a3b4830862c0c66731727"
13752dependencies = [
13753 "anyhow",
13754 "proc-macro2",
13755 "quote",
13756 "syn 2.0.76",
13757 "wasmtime-component-util",
13758 "wasmtime-wit-bindgen",
13759 "wit-parser 0.215.0",
13760]
13761
13762[[package]]
13763name = "wasmtime-component-util"
13764version = "24.0.1"
13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "ab2c778661800e1dcd8ba3e15ff042299709e0a4c512525d9cbb604a04c0421b"
13767
13768[[package]]
13769name = "wasmtime-cranelift"
13770version = "24.0.1"
13771source = "registry+https://github.com/rust-lang/crates.io-index"
13772checksum = "9f7ee1f436bcf7d213ef7c2e9d44caffcd57e540ccf997d013384c2ae9b82db7"
13773dependencies = [
13774 "anyhow",
13775 "cfg-if",
13776 "cranelift-codegen",
13777 "cranelift-control",
13778 "cranelift-entity",
13779 "cranelift-frontend",
13780 "cranelift-native",
13781 "cranelift-wasm",
13782 "gimli 0.29.0",
13783 "log",
13784 "object",
13785 "target-lexicon",
13786 "thiserror",
13787 "wasmparser 0.215.0",
13788 "wasmtime-environ",
13789 "wasmtime-versioned-export-macros",
13790]
13791
13792[[package]]
13793name = "wasmtime-environ"
13794version = "24.0.1"
13795source = "registry+https://github.com/rust-lang/crates.io-index"
13796checksum = "fa8c33adfb3b9f8d6ef716bc55aea5e6b2275cd5a6721ec8c837d1cb0c471516"
13797dependencies = [
13798 "anyhow",
13799 "cpp_demangle",
13800 "cranelift-bitset",
13801 "cranelift-entity",
13802 "gimli 0.29.0",
13803 "indexmap 2.4.0",
13804 "log",
13805 "object",
13806 "postcard",
13807 "rustc-demangle",
13808 "semver",
13809 "serde",
13810 "serde_derive",
13811 "target-lexicon",
13812 "wasm-encoder 0.215.0",
13813 "wasmparser 0.215.0",
13814 "wasmprinter",
13815 "wasmtime-component-util",
13816 "wasmtime-types",
13817]
13818
13819[[package]]
13820name = "wasmtime-fiber"
13821version = "24.0.1"
13822source = "registry+https://github.com/rust-lang/crates.io-index"
13823checksum = "9f3227ed807c2dda9dd770c241023fcd6e48e6722c1c26ff79fc3604d412e884"
13824dependencies = [
13825 "anyhow",
13826 "cc",
13827 "cfg-if",
13828 "rustix 0.38.35",
13829 "wasmtime-asm-macros",
13830 "wasmtime-versioned-export-macros",
13831 "windows-sys 0.52.0",
13832]
13833
13834[[package]]
13835name = "wasmtime-jit-icache-coherence"
13836version = "24.0.1"
13837source = "registry+https://github.com/rust-lang/crates.io-index"
13838checksum = "fa89fc440f0edca882ba6d1890608898e6f0193afdc504c0a64478ec53622bd6"
13839dependencies = [
13840 "anyhow",
13841 "cfg-if",
13842 "libc",
13843 "windows-sys 0.52.0",
13844]
13845
13846[[package]]
13847name = "wasmtime-slab"
13848version = "24.0.1"
13849source = "registry+https://github.com/rust-lang/crates.io-index"
13850checksum = "682b7a5b6772c4e4de8c696fc619ec97930b5e89098db9bee22c1136e002438b"
13851
13852[[package]]
13853name = "wasmtime-types"
13854version = "24.0.1"
13855source = "registry+https://github.com/rust-lang/crates.io-index"
13856checksum = "4a95ea5572f8c3ffe777af21aa00a92097ded291a342fecad9f2c6a972ecea99"
13857dependencies = [
13858 "anyhow",
13859 "cranelift-entity",
13860 "serde",
13861 "serde_derive",
13862 "smallvec",
13863 "wasmparser 0.215.0",
13864]
13865
13866[[package]]
13867name = "wasmtime-versioned-export-macros"
13868version = "24.0.1"
13869source = "registry+https://github.com/rust-lang/crates.io-index"
13870checksum = "ac3621bfccd4e4336ae141d62b96e96316c0f23c47d64e9700594ebe3c4d9a10"
13871dependencies = [
13872 "proc-macro2",
13873 "quote",
13874 "syn 2.0.76",
13875]
13876
13877[[package]]
13878name = "wasmtime-wasi"
13879version = "24.0.1"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "fda03f5bfd5c4cc09f75c7e44846663f25f2c48a2d688fbfb5c7a33af6cf34f5"
13882dependencies = [
13883 "anyhow",
13884 "async-trait",
13885 "bitflags 2.6.0",
13886 "bytes 1.7.2",
13887 "cap-fs-ext",
13888 "cap-net-ext",
13889 "cap-rand",
13890 "cap-std",
13891 "cap-time-ext",
13892 "fs-set-times",
13893 "futures 0.3.30",
13894 "io-extras",
13895 "io-lifetimes 2.0.3",
13896 "once_cell",
13897 "rustix 0.38.35",
13898 "system-interface",
13899 "thiserror",
13900 "tokio",
13901 "tracing",
13902 "url",
13903 "wasmtime",
13904 "wiggle",
13905 "windows-sys 0.52.0",
13906]
13907
13908[[package]]
13909name = "wasmtime-winch"
13910version = "24.0.1"
13911source = "registry+https://github.com/rust-lang/crates.io-index"
13912checksum = "d1d3e99f6bba37864487c9356398667699935b9cfa3655ed2b153b9428b3dd21"
13913dependencies = [
13914 "anyhow",
13915 "cranelift-codegen",
13916 "gimli 0.29.0",
13917 "object",
13918 "target-lexicon",
13919 "wasmparser 0.215.0",
13920 "wasmtime-cranelift",
13921 "wasmtime-environ",
13922 "winch-codegen",
13923]
13924
13925[[package]]
13926name = "wasmtime-wit-bindgen"
13927version = "24.0.1"
13928source = "registry+https://github.com/rust-lang/crates.io-index"
13929checksum = "ee0f4524da226d2cb503d794c8928de6bc24878758cebd4e383c946e9fdb8b3a"
13930dependencies = [
13931 "anyhow",
13932 "heck 0.4.1",
13933 "indexmap 2.4.0",
13934 "wit-parser 0.215.0",
13935]
13936
13937[[package]]
13938name = "wast"
13939version = "35.0.2"
13940source = "registry+https://github.com/rust-lang/crates.io-index"
13941checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
13942dependencies = [
13943 "leb128",
13944]
13945
13946[[package]]
13947name = "wayland-backend"
13948version = "0.3.6"
13949source = "registry+https://github.com/rust-lang/crates.io-index"
13950checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
13951dependencies = [
13952 "cc",
13953 "downcast-rs",
13954 "rustix 0.38.35",
13955 "scoped-tls",
13956 "smallvec",
13957 "wayland-sys",
13958]
13959
13960[[package]]
13961name = "wayland-client"
13962version = "0.31.5"
13963source = "registry+https://github.com/rust-lang/crates.io-index"
13964checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
13965dependencies = [
13966 "bitflags 2.6.0",
13967 "rustix 0.38.35",
13968 "wayland-backend",
13969 "wayland-scanner",
13970]
13971
13972[[package]]
13973name = "wayland-cursor"
13974version = "0.31.5"
13975source = "registry+https://github.com/rust-lang/crates.io-index"
13976checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
13977dependencies = [
13978 "rustix 0.38.35",
13979 "wayland-client",
13980 "xcursor",
13981]
13982
13983[[package]]
13984name = "wayland-protocols"
13985version = "0.31.2"
13986source = "registry+https://github.com/rust-lang/crates.io-index"
13987checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
13988dependencies = [
13989 "bitflags 2.6.0",
13990 "wayland-backend",
13991 "wayland-client",
13992 "wayland-scanner",
13993]
13994
13995[[package]]
13996name = "wayland-protocols-plasma"
13997version = "0.2.0"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14000dependencies = [
14001 "bitflags 2.6.0",
14002 "wayland-backend",
14003 "wayland-client",
14004 "wayland-protocols",
14005 "wayland-scanner",
14006]
14007
14008[[package]]
14009name = "wayland-scanner"
14010version = "0.31.4"
14011source = "registry+https://github.com/rust-lang/crates.io-index"
14012checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
14013dependencies = [
14014 "proc-macro2",
14015 "quick-xml 0.34.0",
14016 "quote",
14017]
14018
14019[[package]]
14020name = "wayland-sys"
14021version = "0.31.4"
14022source = "registry+https://github.com/rust-lang/crates.io-index"
14023checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
14024dependencies = [
14025 "dlib",
14026 "log",
14027 "once_cell",
14028 "pkg-config",
14029]
14030
14031[[package]]
14032name = "web-sys"
14033version = "0.3.70"
14034source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
14036dependencies = [
14037 "js-sys",
14038 "wasm-bindgen",
14039]
14040
14041[[package]]
14042name = "webpki"
14043version = "0.22.4"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14046dependencies = [
14047 "ring 0.17.8",
14048 "untrusted 0.9.0",
14049]
14050
14051[[package]]
14052name = "webpki-roots"
14053version = "0.22.6"
14054source = "registry+https://github.com/rust-lang/crates.io-index"
14055checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14056dependencies = [
14057 "webpki",
14058]
14059
14060[[package]]
14061name = "webpki-roots"
14062version = "0.25.4"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
14065
14066[[package]]
14067name = "weezl"
14068version = "0.1.8"
14069source = "registry+https://github.com/rust-lang/crates.io-index"
14070checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14071
14072[[package]]
14073name = "welcome"
14074version = "0.1.0"
14075dependencies = [
14076 "anyhow",
14077 "client",
14078 "db",
14079 "editor",
14080 "extensions_ui",
14081 "fuzzy",
14082 "gpui",
14083 "inline_completion_button",
14084 "install_cli",
14085 "picker",
14086 "project",
14087 "schemars",
14088 "serde",
14089 "settings",
14090 "theme_selector",
14091 "ui",
14092 "util",
14093 "vim",
14094 "workspace",
14095 "zed_actions",
14096]
14097
14098[[package]]
14099name = "which"
14100version = "4.4.2"
14101source = "registry+https://github.com/rust-lang/crates.io-index"
14102checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
14103dependencies = [
14104 "either",
14105 "home",
14106 "once_cell",
14107 "rustix 0.38.35",
14108]
14109
14110[[package]]
14111name = "which"
14112version = "6.0.3"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
14115dependencies = [
14116 "either",
14117 "home",
14118 "rustix 0.38.35",
14119 "winsafe",
14120]
14121
14122[[package]]
14123name = "whoami"
14124version = "1.5.1"
14125source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
14127dependencies = [
14128 "redox_syscall 0.4.1",
14129 "wasite",
14130]
14131
14132[[package]]
14133name = "wiggle"
14134version = "24.0.1"
14135source = "registry+https://github.com/rust-lang/crates.io-index"
14136checksum = "2d3b31bd2b4d2d82a4b747b8dbc45f566214214a4ffdc5690429a73bc221dc8a"
14137dependencies = [
14138 "anyhow",
14139 "async-trait",
14140 "bitflags 2.6.0",
14141 "thiserror",
14142 "tracing",
14143 "wasmtime",
14144 "wiggle-macro",
14145]
14146
14147[[package]]
14148name = "wiggle-generate"
14149version = "24.0.1"
14150source = "registry+https://github.com/rust-lang/crates.io-index"
14151checksum = "e2c6136b195fc12067aa9d4e7a5baf118729394df7bc7cbf8c63119bc9f2a7cd"
14152dependencies = [
14153 "anyhow",
14154 "heck 0.4.1",
14155 "proc-macro2",
14156 "quote",
14157 "shellexpand 2.1.2",
14158 "syn 2.0.76",
14159 "witx",
14160]
14161
14162[[package]]
14163name = "wiggle-macro"
14164version = "24.0.1"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "8a41eaceee468da976ac43b85c4eb82e482f828d5e8e56f49f90dfac2d9bc3b4"
14167dependencies = [
14168 "proc-macro2",
14169 "quote",
14170 "syn 2.0.76",
14171 "wiggle-generate",
14172]
14173
14174[[package]]
14175name = "winapi"
14176version = "0.3.9"
14177source = "registry+https://github.com/rust-lang/crates.io-index"
14178checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
14179dependencies = [
14180 "winapi-i686-pc-windows-gnu",
14181 "winapi-x86_64-pc-windows-gnu",
14182]
14183
14184[[package]]
14185name = "winapi-i686-pc-windows-gnu"
14186version = "0.4.0"
14187source = "registry+https://github.com/rust-lang/crates.io-index"
14188checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
14189
14190[[package]]
14191name = "winapi-util"
14192version = "0.1.9"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
14195dependencies = [
14196 "windows-sys 0.59.0",
14197]
14198
14199[[package]]
14200name = "winapi-x86_64-pc-windows-gnu"
14201version = "0.4.0"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
14204
14205[[package]]
14206name = "winch-codegen"
14207version = "0.22.1"
14208source = "registry+https://github.com/rust-lang/crates.io-index"
14209checksum = "c139fb9298d9651b6869afd544e567ca2448cd5f5ddcb24e4bb86a1ee187c8b3"
14210dependencies = [
14211 "anyhow",
14212 "cranelift-codegen",
14213 "gimli 0.29.0",
14214 "regalloc2",
14215 "smallvec",
14216 "target-lexicon",
14217 "wasmparser 0.215.0",
14218 "wasmtime-cranelift",
14219 "wasmtime-environ",
14220]
14221
14222[[package]]
14223name = "windows"
14224version = "0.54.0"
14225source = "registry+https://github.com/rust-lang/crates.io-index"
14226checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
14227dependencies = [
14228 "windows-core 0.54.0",
14229 "windows-targets 0.52.6",
14230]
14231
14232[[package]]
14233name = "windows"
14234version = "0.58.0"
14235source = "registry+https://github.com/rust-lang/crates.io-index"
14236checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
14237dependencies = [
14238 "windows-core 0.58.0",
14239 "windows-targets 0.52.6",
14240]
14241
14242[[package]]
14243name = "windows-core"
14244version = "0.52.0"
14245source = "registry+https://github.com/rust-lang/crates.io-index"
14246checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
14247dependencies = [
14248 "windows-targets 0.52.6",
14249]
14250
14251[[package]]
14252name = "windows-core"
14253version = "0.54.0"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
14256dependencies = [
14257 "windows-result 0.1.2",
14258 "windows-targets 0.52.6",
14259]
14260
14261[[package]]
14262name = "windows-core"
14263version = "0.58.0"
14264source = "registry+https://github.com/rust-lang/crates.io-index"
14265checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
14266dependencies = [
14267 "windows-implement",
14268 "windows-interface",
14269 "windows-result 0.2.0",
14270 "windows-strings",
14271 "windows-targets 0.52.6",
14272]
14273
14274[[package]]
14275name = "windows-implement"
14276version = "0.58.0"
14277source = "registry+https://github.com/rust-lang/crates.io-index"
14278checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
14279dependencies = [
14280 "proc-macro2",
14281 "quote",
14282 "syn 2.0.76",
14283]
14284
14285[[package]]
14286name = "windows-interface"
14287version = "0.58.0"
14288source = "registry+https://github.com/rust-lang/crates.io-index"
14289checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
14290dependencies = [
14291 "proc-macro2",
14292 "quote",
14293 "syn 2.0.76",
14294]
14295
14296[[package]]
14297name = "windows-registry"
14298version = "0.2.0"
14299source = "registry+https://github.com/rust-lang/crates.io-index"
14300checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
14301dependencies = [
14302 "windows-result 0.2.0",
14303 "windows-strings",
14304 "windows-targets 0.52.6",
14305]
14306
14307[[package]]
14308name = "windows-result"
14309version = "0.1.2"
14310source = "registry+https://github.com/rust-lang/crates.io-index"
14311checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
14312dependencies = [
14313 "windows-targets 0.52.6",
14314]
14315
14316[[package]]
14317name = "windows-result"
14318version = "0.2.0"
14319source = "registry+https://github.com/rust-lang/crates.io-index"
14320checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
14321dependencies = [
14322 "windows-targets 0.52.6",
14323]
14324
14325[[package]]
14326name = "windows-strings"
14327version = "0.1.0"
14328source = "registry+https://github.com/rust-lang/crates.io-index"
14329checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
14330dependencies = [
14331 "windows-result 0.2.0",
14332 "windows-targets 0.52.6",
14333]
14334
14335[[package]]
14336name = "windows-sys"
14337version = "0.45.0"
14338source = "registry+https://github.com/rust-lang/crates.io-index"
14339checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
14340dependencies = [
14341 "windows-targets 0.42.2",
14342]
14343
14344[[package]]
14345name = "windows-sys"
14346version = "0.48.0"
14347source = "registry+https://github.com/rust-lang/crates.io-index"
14348checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
14349dependencies = [
14350 "windows-targets 0.48.5",
14351]
14352
14353[[package]]
14354name = "windows-sys"
14355version = "0.52.0"
14356source = "registry+https://github.com/rust-lang/crates.io-index"
14357checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
14358dependencies = [
14359 "windows-targets 0.52.6",
14360]
14361
14362[[package]]
14363name = "windows-sys"
14364version = "0.59.0"
14365source = "registry+https://github.com/rust-lang/crates.io-index"
14366checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
14367dependencies = [
14368 "windows-targets 0.52.6",
14369]
14370
14371[[package]]
14372name = "windows-targets"
14373version = "0.42.2"
14374source = "registry+https://github.com/rust-lang/crates.io-index"
14375checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
14376dependencies = [
14377 "windows_aarch64_gnullvm 0.42.2",
14378 "windows_aarch64_msvc 0.42.2",
14379 "windows_i686_gnu 0.42.2",
14380 "windows_i686_msvc 0.42.2",
14381 "windows_x86_64_gnu 0.42.2",
14382 "windows_x86_64_gnullvm 0.42.2",
14383 "windows_x86_64_msvc 0.42.2",
14384]
14385
14386[[package]]
14387name = "windows-targets"
14388version = "0.48.5"
14389source = "registry+https://github.com/rust-lang/crates.io-index"
14390checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
14391dependencies = [
14392 "windows_aarch64_gnullvm 0.48.5",
14393 "windows_aarch64_msvc 0.48.5",
14394 "windows_i686_gnu 0.48.5",
14395 "windows_i686_msvc 0.48.5",
14396 "windows_x86_64_gnu 0.48.5",
14397 "windows_x86_64_gnullvm 0.48.5",
14398 "windows_x86_64_msvc 0.48.5",
14399]
14400
14401[[package]]
14402name = "windows-targets"
14403version = "0.52.6"
14404source = "registry+https://github.com/rust-lang/crates.io-index"
14405checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
14406dependencies = [
14407 "windows_aarch64_gnullvm 0.52.6",
14408 "windows_aarch64_msvc 0.52.6",
14409 "windows_i686_gnu 0.52.6",
14410 "windows_i686_gnullvm",
14411 "windows_i686_msvc 0.52.6",
14412 "windows_x86_64_gnu 0.52.6",
14413 "windows_x86_64_gnullvm 0.52.6",
14414 "windows_x86_64_msvc 0.52.6",
14415]
14416
14417[[package]]
14418name = "windows_aarch64_gnullvm"
14419version = "0.42.2"
14420source = "registry+https://github.com/rust-lang/crates.io-index"
14421checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
14422
14423[[package]]
14424name = "windows_aarch64_gnullvm"
14425version = "0.48.5"
14426source = "registry+https://github.com/rust-lang/crates.io-index"
14427checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
14428
14429[[package]]
14430name = "windows_aarch64_gnullvm"
14431version = "0.52.6"
14432source = "registry+https://github.com/rust-lang/crates.io-index"
14433checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
14434
14435[[package]]
14436name = "windows_aarch64_msvc"
14437version = "0.42.2"
14438source = "registry+https://github.com/rust-lang/crates.io-index"
14439checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
14440
14441[[package]]
14442name = "windows_aarch64_msvc"
14443version = "0.48.5"
14444source = "registry+https://github.com/rust-lang/crates.io-index"
14445checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
14446
14447[[package]]
14448name = "windows_aarch64_msvc"
14449version = "0.52.6"
14450source = "registry+https://github.com/rust-lang/crates.io-index"
14451checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
14452
14453[[package]]
14454name = "windows_i686_gnu"
14455version = "0.42.2"
14456source = "registry+https://github.com/rust-lang/crates.io-index"
14457checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
14458
14459[[package]]
14460name = "windows_i686_gnu"
14461version = "0.48.5"
14462source = "registry+https://github.com/rust-lang/crates.io-index"
14463checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
14464
14465[[package]]
14466name = "windows_i686_gnu"
14467version = "0.52.6"
14468source = "registry+https://github.com/rust-lang/crates.io-index"
14469checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
14470
14471[[package]]
14472name = "windows_i686_gnullvm"
14473version = "0.52.6"
14474source = "registry+https://github.com/rust-lang/crates.io-index"
14475checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
14476
14477[[package]]
14478name = "windows_i686_msvc"
14479version = "0.42.2"
14480source = "registry+https://github.com/rust-lang/crates.io-index"
14481checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
14482
14483[[package]]
14484name = "windows_i686_msvc"
14485version = "0.48.5"
14486source = "registry+https://github.com/rust-lang/crates.io-index"
14487checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
14488
14489[[package]]
14490name = "windows_i686_msvc"
14491version = "0.52.6"
14492source = "registry+https://github.com/rust-lang/crates.io-index"
14493checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
14494
14495[[package]]
14496name = "windows_x86_64_gnu"
14497version = "0.42.2"
14498source = "registry+https://github.com/rust-lang/crates.io-index"
14499checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
14500
14501[[package]]
14502name = "windows_x86_64_gnu"
14503version = "0.48.5"
14504source = "registry+https://github.com/rust-lang/crates.io-index"
14505checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
14506
14507[[package]]
14508name = "windows_x86_64_gnu"
14509version = "0.52.6"
14510source = "registry+https://github.com/rust-lang/crates.io-index"
14511checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
14512
14513[[package]]
14514name = "windows_x86_64_gnullvm"
14515version = "0.42.2"
14516source = "registry+https://github.com/rust-lang/crates.io-index"
14517checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
14518
14519[[package]]
14520name = "windows_x86_64_gnullvm"
14521version = "0.48.5"
14522source = "registry+https://github.com/rust-lang/crates.io-index"
14523checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
14524
14525[[package]]
14526name = "windows_x86_64_gnullvm"
14527version = "0.52.6"
14528source = "registry+https://github.com/rust-lang/crates.io-index"
14529checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
14530
14531[[package]]
14532name = "windows_x86_64_msvc"
14533version = "0.42.2"
14534source = "registry+https://github.com/rust-lang/crates.io-index"
14535checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
14536
14537[[package]]
14538name = "windows_x86_64_msvc"
14539version = "0.48.5"
14540source = "registry+https://github.com/rust-lang/crates.io-index"
14541checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
14542
14543[[package]]
14544name = "windows_x86_64_msvc"
14545version = "0.52.6"
14546source = "registry+https://github.com/rust-lang/crates.io-index"
14547checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
14548
14549[[package]]
14550name = "winnow"
14551version = "0.5.40"
14552source = "registry+https://github.com/rust-lang/crates.io-index"
14553checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
14554dependencies = [
14555 "memchr",
14556]
14557
14558[[package]]
14559name = "winnow"
14560version = "0.6.18"
14561source = "registry+https://github.com/rust-lang/crates.io-index"
14562checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
14563dependencies = [
14564 "memchr",
14565]
14566
14567[[package]]
14568name = "winreg"
14569version = "0.50.0"
14570source = "registry+https://github.com/rust-lang/crates.io-index"
14571checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
14572dependencies = [
14573 "cfg-if",
14574 "windows-sys 0.48.0",
14575]
14576
14577[[package]]
14578name = "winreg"
14579version = "0.52.0"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
14582dependencies = [
14583 "cfg-if",
14584 "windows-sys 0.48.0",
14585]
14586
14587[[package]]
14588name = "winresource"
14589version = "0.1.17"
14590source = "registry+https://github.com/rust-lang/crates.io-index"
14591checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
14592dependencies = [
14593 "toml 0.7.8",
14594 "version_check",
14595]
14596
14597[[package]]
14598name = "winsafe"
14599version = "0.0.19"
14600source = "registry+https://github.com/rust-lang/crates.io-index"
14601checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
14602
14603[[package]]
14604name = "winx"
14605version = "0.36.3"
14606source = "registry+https://github.com/rust-lang/crates.io-index"
14607checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
14608dependencies = [
14609 "bitflags 2.6.0",
14610 "windows-sys 0.52.0",
14611]
14612
14613[[package]]
14614name = "wio"
14615version = "0.2.2"
14616source = "registry+https://github.com/rust-lang/crates.io-index"
14617checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
14618dependencies = [
14619 "winapi",
14620]
14621
14622[[package]]
14623name = "wit-bindgen"
14624version = "0.22.0"
14625source = "registry+https://github.com/rust-lang/crates.io-index"
14626checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
14627dependencies = [
14628 "bitflags 2.6.0",
14629 "wit-bindgen-rt",
14630 "wit-bindgen-rust-macro",
14631]
14632
14633[[package]]
14634name = "wit-bindgen-core"
14635version = "0.22.0"
14636source = "registry+https://github.com/rust-lang/crates.io-index"
14637checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
14638dependencies = [
14639 "anyhow",
14640 "wit-parser 0.201.0",
14641]
14642
14643[[package]]
14644name = "wit-bindgen-rt"
14645version = "0.22.0"
14646source = "registry+https://github.com/rust-lang/crates.io-index"
14647checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
14648
14649[[package]]
14650name = "wit-bindgen-rust"
14651version = "0.22.0"
14652source = "registry+https://github.com/rust-lang/crates.io-index"
14653checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
14654dependencies = [
14655 "anyhow",
14656 "heck 0.4.1",
14657 "indexmap 2.4.0",
14658 "wasm-metadata",
14659 "wit-bindgen-core",
14660 "wit-component",
14661]
14662
14663[[package]]
14664name = "wit-bindgen-rust-macro"
14665version = "0.22.0"
14666source = "registry+https://github.com/rust-lang/crates.io-index"
14667checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
14668dependencies = [
14669 "anyhow",
14670 "proc-macro2",
14671 "quote",
14672 "syn 2.0.76",
14673 "wit-bindgen-core",
14674 "wit-bindgen-rust",
14675]
14676
14677[[package]]
14678name = "wit-component"
14679version = "0.201.0"
14680source = "registry+https://github.com/rust-lang/crates.io-index"
14681checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
14682dependencies = [
14683 "anyhow",
14684 "bitflags 2.6.0",
14685 "indexmap 2.4.0",
14686 "log",
14687 "serde",
14688 "serde_derive",
14689 "serde_json",
14690 "wasm-encoder 0.201.0",
14691 "wasm-metadata",
14692 "wasmparser 0.201.0",
14693 "wit-parser 0.201.0",
14694]
14695
14696[[package]]
14697name = "wit-parser"
14698version = "0.201.0"
14699source = "registry+https://github.com/rust-lang/crates.io-index"
14700checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
14701dependencies = [
14702 "anyhow",
14703 "id-arena",
14704 "indexmap 2.4.0",
14705 "log",
14706 "semver",
14707 "serde",
14708 "serde_derive",
14709 "serde_json",
14710 "unicode-xid",
14711 "wasmparser 0.201.0",
14712]
14713
14714[[package]]
14715name = "wit-parser"
14716version = "0.215.0"
14717source = "registry+https://github.com/rust-lang/crates.io-index"
14718checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
14719dependencies = [
14720 "anyhow",
14721 "id-arena",
14722 "indexmap 2.4.0",
14723 "log",
14724 "semver",
14725 "serde",
14726 "serde_derive",
14727 "serde_json",
14728 "unicode-xid",
14729 "wasmparser 0.215.0",
14730]
14731
14732[[package]]
14733name = "witx"
14734version = "0.9.1"
14735source = "registry+https://github.com/rust-lang/crates.io-index"
14736checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
14737dependencies = [
14738 "anyhow",
14739 "log",
14740 "thiserror",
14741 "wast",
14742]
14743
14744[[package]]
14745name = "workspace"
14746version = "0.1.0"
14747dependencies = [
14748 "any_vec",
14749 "anyhow",
14750 "async-recursion 1.1.1",
14751 "bincode",
14752 "call",
14753 "client",
14754 "clock",
14755 "collections",
14756 "db",
14757 "derive_more",
14758 "env_logger 0.11.5",
14759 "fs",
14760 "futures 0.3.30",
14761 "git",
14762 "gpui",
14763 "http_client",
14764 "itertools 0.13.0",
14765 "language",
14766 "log",
14767 "node_runtime",
14768 "parking_lot",
14769 "postage",
14770 "project",
14771 "remote",
14772 "schemars",
14773 "serde",
14774 "serde_json",
14775 "session",
14776 "settings",
14777 "smallvec",
14778 "sqlez",
14779 "strum 0.25.0",
14780 "task",
14781 "tempfile",
14782 "theme",
14783 "ui",
14784 "util",
14785 "uuid",
14786]
14787
14788[[package]]
14789name = "worktree"
14790version = "0.1.0"
14791dependencies = [
14792 "anyhow",
14793 "clock",
14794 "collections",
14795 "env_logger 0.11.5",
14796 "fs",
14797 "futures 0.3.30",
14798 "fuzzy",
14799 "git",
14800 "git2",
14801 "git_hosting_providers",
14802 "gpui",
14803 "http_client",
14804 "ignore",
14805 "language",
14806 "log",
14807 "parking_lot",
14808 "paths",
14809 "postage",
14810 "pretty_assertions",
14811 "rand 0.8.5",
14812 "rpc",
14813 "schemars",
14814 "serde",
14815 "serde_json",
14816 "settings",
14817 "smallvec",
14818 "smol",
14819 "sum_tree",
14820 "text",
14821 "util",
14822]
14823
14824[[package]]
14825name = "wyz"
14826version = "0.5.1"
14827source = "registry+https://github.com/rust-lang/crates.io-index"
14828checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
14829dependencies = [
14830 "tap",
14831]
14832
14833[[package]]
14834name = "x11-clipboard"
14835version = "0.9.2"
14836source = "registry+https://github.com/rust-lang/crates.io-index"
14837checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
14838dependencies = [
14839 "libc",
14840 "x11rb",
14841]
14842
14843[[package]]
14844name = "x11rb"
14845version = "0.13.1"
14846source = "registry+https://github.com/rust-lang/crates.io-index"
14847checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
14848dependencies = [
14849 "as-raw-xcb-connection",
14850 "gethostname",
14851 "libc",
14852 "rustix 0.38.35",
14853 "x11rb-protocol",
14854]
14855
14856[[package]]
14857name = "x11rb-protocol"
14858version = "0.13.1"
14859source = "registry+https://github.com/rust-lang/crates.io-index"
14860checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
14861
14862[[package]]
14863name = "xattr"
14864version = "0.2.3"
14865source = "registry+https://github.com/rust-lang/crates.io-index"
14866checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
14867dependencies = [
14868 "libc",
14869]
14870
14871[[package]]
14872name = "xcursor"
14873version = "0.3.8"
14874source = "registry+https://github.com/rust-lang/crates.io-index"
14875checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
14876
14877[[package]]
14878name = "xdg-home"
14879version = "1.3.0"
14880source = "registry+https://github.com/rust-lang/crates.io-index"
14881checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
14882dependencies = [
14883 "libc",
14884 "windows-sys 0.59.0",
14885]
14886
14887[[package]]
14888name = "xim"
14889version = "0.4.0"
14890source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14891dependencies = [
14892 "ahash 0.8.11",
14893 "hashbrown 0.14.5",
14894 "log",
14895 "x11rb",
14896 "xim-ctext",
14897 "xim-parser",
14898]
14899
14900[[package]]
14901name = "xim-ctext"
14902version = "0.3.0"
14903source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14904dependencies = [
14905 "encoding_rs",
14906]
14907
14908[[package]]
14909name = "xim-parser"
14910version = "0.2.1"
14911source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14912dependencies = [
14913 "bitflags 2.6.0",
14914]
14915
14916[[package]]
14917name = "xkbcommon"
14918version = "0.7.0"
14919source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
14920dependencies = [
14921 "as-raw-xcb-connection",
14922 "libc",
14923 "memmap2",
14924 "xkeysym",
14925]
14926
14927[[package]]
14928name = "xkeysym"
14929version = "0.2.1"
14930source = "registry+https://github.com/rust-lang/crates.io-index"
14931checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
14932
14933[[package]]
14934name = "xml5ever"
14935version = "0.18.1"
14936source = "registry+https://github.com/rust-lang/crates.io-index"
14937checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
14938dependencies = [
14939 "log",
14940 "mac",
14941 "markup5ever",
14942]
14943
14944[[package]]
14945name = "xmlparser"
14946version = "0.13.6"
14947source = "registry+https://github.com/rust-lang/crates.io-index"
14948checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
14949
14950[[package]]
14951name = "xmlwriter"
14952version = "0.1.0"
14953source = "registry+https://github.com/rust-lang/crates.io-index"
14954checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
14955
14956[[package]]
14957name = "xtask"
14958version = "0.1.0"
14959dependencies = [
14960 "anyhow",
14961 "cargo_metadata",
14962 "cargo_toml",
14963 "clap",
14964]
14965
14966[[package]]
14967name = "yaml-rust2"
14968version = "0.8.1"
14969source = "registry+https://github.com/rust-lang/crates.io-index"
14970checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
14971dependencies = [
14972 "arraydeque",
14973 "encoding_rs",
14974 "hashlink 0.8.4",
14975]
14976
14977[[package]]
14978name = "yansi"
14979version = "1.0.1"
14980source = "registry+https://github.com/rust-lang/crates.io-index"
14981checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
14982
14983[[package]]
14984name = "yazi"
14985version = "0.1.6"
14986source = "registry+https://github.com/rust-lang/crates.io-index"
14987checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
14988
14989[[package]]
14990name = "yeslogic-fontconfig-sys"
14991version = "6.0.0"
14992source = "registry+https://github.com/rust-lang/crates.io-index"
14993checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
14994dependencies = [
14995 "dlib",
14996 "once_cell",
14997 "pkg-config",
14998]
14999
15000[[package]]
15001name = "zbus"
15002version = "4.4.0"
15003source = "registry+https://github.com/rust-lang/crates.io-index"
15004checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
15005dependencies = [
15006 "async-broadcast",
15007 "async-executor",
15008 "async-fs 2.1.2",
15009 "async-io 2.3.4",
15010 "async-lock 3.4.0",
15011 "async-process 2.2.4",
15012 "async-recursion 1.1.1",
15013 "async-task",
15014 "async-trait",
15015 "blocking",
15016 "enumflags2",
15017 "event-listener 5.3.1",
15018 "futures-core",
15019 "futures-sink",
15020 "futures-util",
15021 "hex",
15022 "nix",
15023 "ordered-stream",
15024 "rand 0.8.5",
15025 "serde",
15026 "serde_repr",
15027 "sha1",
15028 "static_assertions",
15029 "tracing",
15030 "uds_windows",
15031 "windows-sys 0.52.0",
15032 "xdg-home",
15033 "zbus_macros",
15034 "zbus_names",
15035 "zvariant",
15036]
15037
15038[[package]]
15039name = "zbus_macros"
15040version = "4.4.0"
15041source = "registry+https://github.com/rust-lang/crates.io-index"
15042checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
15043dependencies = [
15044 "proc-macro-crate",
15045 "proc-macro2",
15046 "quote",
15047 "syn 2.0.76",
15048 "zvariant_utils",
15049]
15050
15051[[package]]
15052name = "zbus_names"
15053version = "3.0.0"
15054source = "registry+https://github.com/rust-lang/crates.io-index"
15055checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
15056dependencies = [
15057 "serde",
15058 "static_assertions",
15059 "zvariant",
15060]
15061
15062[[package]]
15063name = "zed"
15064version = "0.161.0"
15065dependencies = [
15066 "activity_indicator",
15067 "anyhow",
15068 "ashpd",
15069 "assets",
15070 "assistant",
15071 "async-watch",
15072 "audio",
15073 "auto_update",
15074 "backtrace",
15075 "breadcrumbs",
15076 "call",
15077 "channel",
15078 "chrono",
15079 "clap",
15080 "cli",
15081 "client",
15082 "collab_ui",
15083 "collections",
15084 "command_palette",
15085 "command_palette_hooks",
15086 "copilot",
15087 "db",
15088 "diagnostics",
15089 "editor",
15090 "env_logger 0.11.5",
15091 "extension_host",
15092 "extensions_ui",
15093 "feature_flags",
15094 "feedback",
15095 "file_finder",
15096 "file_icons",
15097 "fs",
15098 "futures 0.3.30",
15099 "git",
15100 "git_hosting_providers",
15101 "go_to_line",
15102 "gpui",
15103 "http_client",
15104 "image_viewer",
15105 "inline_completion_button",
15106 "install_cli",
15107 "journal",
15108 "language",
15109 "language_model",
15110 "language_selector",
15111 "language_tools",
15112 "languages",
15113 "libc",
15114 "log",
15115 "markdown_preview",
15116 "menu",
15117 "mimalloc",
15118 "nix",
15119 "node_runtime",
15120 "notifications",
15121 "outline",
15122 "outline_panel",
15123 "parking_lot",
15124 "paths",
15125 "profiling",
15126 "project",
15127 "project_panel",
15128 "project_symbols",
15129 "proto",
15130 "quick_action_bar",
15131 "recent_projects",
15132 "release_channel",
15133 "remote",
15134 "repl",
15135 "reqwest_client",
15136 "rope",
15137 "search",
15138 "serde",
15139 "serde_json",
15140 "session",
15141 "settings",
15142 "settings_ui",
15143 "shellexpand 2.1.2",
15144 "simplelog",
15145 "smol",
15146 "snippet_provider",
15147 "snippets_ui",
15148 "supermaven",
15149 "sysinfo",
15150 "tab_switcher",
15151 "task",
15152 "tasks_ui",
15153 "telemetry_events",
15154 "terminal_view",
15155 "theme",
15156 "theme_selector",
15157 "time",
15158 "toolchain_selector",
15159 "tree-sitter-md",
15160 "tree-sitter-rust",
15161 "ui",
15162 "url",
15163 "urlencoding",
15164 "util",
15165 "uuid",
15166 "vim",
15167 "welcome",
15168 "windows 0.58.0",
15169 "winresource",
15170 "workspace",
15171 "zed_actions",
15172]
15173
15174[[package]]
15175name = "zed_actions"
15176version = "0.1.0"
15177dependencies = [
15178 "gpui",
15179 "serde",
15180]
15181
15182[[package]]
15183name = "zed_astro"
15184version = "0.1.1"
15185dependencies = [
15186 "serde",
15187 "zed_extension_api 0.1.0",
15188]
15189
15190[[package]]
15191name = "zed_clojure"
15192version = "0.0.3"
15193dependencies = [
15194 "zed_extension_api 0.1.0",
15195]
15196
15197[[package]]
15198name = "zed_csharp"
15199version = "0.0.2"
15200dependencies = [
15201 "zed_extension_api 0.1.0",
15202]
15203
15204[[package]]
15205name = "zed_deno"
15206version = "0.0.2"
15207dependencies = [
15208 "zed_extension_api 0.1.0",
15209]
15210
15211[[package]]
15212name = "zed_elixir"
15213version = "0.1.1"
15214dependencies = [
15215 "zed_extension_api 0.1.0",
15216]
15217
15218[[package]]
15219name = "zed_elm"
15220version = "0.0.1"
15221dependencies = [
15222 "zed_extension_api 0.1.0",
15223]
15224
15225[[package]]
15226name = "zed_emmet"
15227version = "0.0.3"
15228dependencies = [
15229 "zed_extension_api 0.1.0",
15230]
15231
15232[[package]]
15233name = "zed_erlang"
15234version = "0.1.0"
15235dependencies = [
15236 "zed_extension_api 0.1.0",
15237]
15238
15239[[package]]
15240name = "zed_extension_api"
15241version = "0.1.0"
15242source = "registry+https://github.com/rust-lang/crates.io-index"
15243checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
15244dependencies = [
15245 "serde",
15246 "serde_json",
15247 "wit-bindgen",
15248]
15249
15250[[package]]
15251name = "zed_extension_api"
15252version = "0.2.0"
15253dependencies = [
15254 "serde",
15255 "serde_json",
15256 "wit-bindgen",
15257]
15258
15259[[package]]
15260name = "zed_glsl"
15261version = "0.1.0"
15262dependencies = [
15263 "zed_extension_api 0.1.0",
15264]
15265
15266[[package]]
15267name = "zed_haskell"
15268version = "0.1.1"
15269dependencies = [
15270 "zed_extension_api 0.1.0",
15271]
15272
15273[[package]]
15274name = "zed_html"
15275version = "0.1.3"
15276dependencies = [
15277 "zed_extension_api 0.1.0",
15278]
15279
15280[[package]]
15281name = "zed_lua"
15282version = "0.1.0"
15283dependencies = [
15284 "zed_extension_api 0.1.0",
15285]
15286
15287[[package]]
15288name = "zed_ocaml"
15289version = "0.1.0"
15290dependencies = [
15291 "zed_extension_api 0.1.0",
15292]
15293
15294[[package]]
15295name = "zed_php"
15296version = "0.2.2"
15297dependencies = [
15298 "zed_extension_api 0.1.0",
15299]
15300
15301[[package]]
15302name = "zed_prisma"
15303version = "0.0.3"
15304dependencies = [
15305 "zed_extension_api 0.1.0",
15306]
15307
15308[[package]]
15309name = "zed_proto"
15310version = "0.2.0"
15311dependencies = [
15312 "zed_extension_api 0.1.0",
15313]
15314
15315[[package]]
15316name = "zed_purescript"
15317version = "0.0.1"
15318dependencies = [
15319 "zed_extension_api 0.1.0",
15320]
15321
15322[[package]]
15323name = "zed_ruff"
15324version = "0.1.0"
15325dependencies = [
15326 "zed_extension_api 0.1.0",
15327]
15328
15329[[package]]
15330name = "zed_snippets"
15331version = "0.0.5"
15332dependencies = [
15333 "serde_json",
15334 "zed_extension_api 0.1.0",
15335]
15336
15337[[package]]
15338name = "zed_terraform"
15339version = "0.1.1"
15340dependencies = [
15341 "zed_extension_api 0.1.0",
15342]
15343
15344[[package]]
15345name = "zed_test_extension"
15346version = "0.1.0"
15347dependencies = [
15348 "zed_extension_api 0.2.0",
15349]
15350
15351[[package]]
15352name = "zed_toml"
15353version = "0.1.1"
15354dependencies = [
15355 "zed_extension_api 0.1.0",
15356]
15357
15358[[package]]
15359name = "zed_uiua"
15360version = "0.0.1"
15361dependencies = [
15362 "zed_extension_api 0.1.0",
15363]
15364
15365[[package]]
15366name = "zed_zig"
15367version = "0.3.1"
15368dependencies = [
15369 "zed_extension_api 0.1.0",
15370]
15371
15372[[package]]
15373name = "zeno"
15374version = "0.2.3"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
15377
15378[[package]]
15379name = "zerocopy"
15380version = "0.7.35"
15381source = "registry+https://github.com/rust-lang/crates.io-index"
15382checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
15383dependencies = [
15384 "byteorder",
15385 "zerocopy-derive",
15386]
15387
15388[[package]]
15389name = "zerocopy-derive"
15390version = "0.7.35"
15391source = "registry+https://github.com/rust-lang/crates.io-index"
15392checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
15393dependencies = [
15394 "proc-macro2",
15395 "quote",
15396 "syn 2.0.76",
15397]
15398
15399[[package]]
15400name = "zeroize"
15401version = "1.8.1"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
15404dependencies = [
15405 "zeroize_derive",
15406]
15407
15408[[package]]
15409name = "zeroize_derive"
15410version = "1.4.2"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
15413dependencies = [
15414 "proc-macro2",
15415 "quote",
15416 "syn 2.0.76",
15417]
15418
15419[[package]]
15420name = "zeromq"
15421version = "0.4.0"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
15424dependencies = [
15425 "async-dispatcher",
15426 "async-std",
15427 "async-trait",
15428 "asynchronous-codec",
15429 "bytes 1.7.2",
15430 "crossbeam-queue",
15431 "dashmap 5.5.3",
15432 "futures-channel",
15433 "futures-io",
15434 "futures-task",
15435 "futures-util",
15436 "log",
15437 "num-traits",
15438 "once_cell",
15439 "parking_lot",
15440 "rand 0.8.5",
15441 "regex",
15442 "thiserror",
15443 "uuid",
15444]
15445
15446[[package]]
15447name = "zstd"
15448version = "0.11.2+zstd.1.5.2"
15449source = "registry+https://github.com/rust-lang/crates.io-index"
15450checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
15451dependencies = [
15452 "zstd-safe",
15453]
15454
15455[[package]]
15456name = "zstd-safe"
15457version = "5.0.2+zstd.1.5.2"
15458source = "registry+https://github.com/rust-lang/crates.io-index"
15459checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
15460dependencies = [
15461 "libc",
15462 "zstd-sys",
15463]
15464
15465[[package]]
15466name = "zstd-sys"
15467version = "2.0.13+zstd.1.5.6"
15468source = "registry+https://github.com/rust-lang/crates.io-index"
15469checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
15470dependencies = [
15471 "cc",
15472 "pkg-config",
15473]
15474
15475[[package]]
15476name = "zune-core"
15477version = "0.4.12"
15478source = "registry+https://github.com/rust-lang/crates.io-index"
15479checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
15480
15481[[package]]
15482name = "zune-inflate"
15483version = "0.2.54"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
15486dependencies = [
15487 "simd-adler32",
15488]
15489
15490[[package]]
15491name = "zune-jpeg"
15492version = "0.4.13"
15493source = "registry+https://github.com/rust-lang/crates.io-index"
15494checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
15495dependencies = [
15496 "zune-core",
15497]
15498
15499[[package]]
15500name = "zvariant"
15501version = "4.2.0"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
15504dependencies = [
15505 "endi",
15506 "enumflags2",
15507 "serde",
15508 "static_assertions",
15509 "url",
15510 "zvariant_derive",
15511]
15512
15513[[package]]
15514name = "zvariant_derive"
15515version = "4.2.0"
15516source = "registry+https://github.com/rust-lang/crates.io-index"
15517checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
15518dependencies = [
15519 "proc-macro-crate",
15520 "proc-macro2",
15521 "quote",
15522 "syn 2.0.76",
15523 "zvariant_utils",
15524]
15525
15526[[package]]
15527name = "zvariant_utils"
15528version = "2.1.0"
15529source = "registry+https://github.com/rust-lang/crates.io-index"
15530checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
15531dependencies = [
15532 "proc-macro2",
15533 "quote",
15534 "syn 2.0.76",
15535]