1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
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.31",
14 "gpui",
15 "language",
16 "lsp",
17 "project",
18 "smallvec",
19 "ui",
20 "util",
21 "workspace",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.24.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
29dependencies = [
30 "gimli 0.31.1",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.0"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
38
39[[package]]
40name = "aes"
41version = "0.8.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
44dependencies = [
45 "cfg-if",
46 "cipher",
47 "cpufeatures",
48 "zeroize",
49]
50
51[[package]]
52name = "ahash"
53version = "0.7.8"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
56dependencies = [
57 "getrandom 0.2.15",
58 "once_cell",
59 "version_check",
60]
61
62[[package]]
63name = "ahash"
64version = "0.8.11"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
67dependencies = [
68 "cfg-if",
69 "const-random",
70 "once_cell",
71 "version_check",
72 "zerocopy",
73]
74
75[[package]]
76name = "aho-corasick"
77version = "1.1.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
80dependencies = [
81 "memchr",
82]
83
84[[package]]
85name = "alacritty_terminal"
86version = "0.24.1"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "52b9241459831fee2f22fcda52ddaf9e449b6627334a0f40f13a1b3344018060"
89dependencies = [
90 "base64 0.22.1",
91 "bitflags 2.6.0",
92 "home",
93 "libc",
94 "log",
95 "miow",
96 "parking_lot",
97 "piper",
98 "polling",
99 "regex-automata 0.4.9",
100 "rustix-openpty",
101 "serde",
102 "signal-hook",
103 "unicode-width",
104 "vte",
105 "windows-sys 0.52.0",
106]
107
108[[package]]
109name = "aliasable"
110version = "0.1.3"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
113
114[[package]]
115name = "aligned-vec"
116version = "0.5.0"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
119
120[[package]]
121name = "allocator-api2"
122version = "0.2.21"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
125
126[[package]]
127name = "alsa"
128version = "0.9.1"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
131dependencies = [
132 "alsa-sys",
133 "bitflags 2.6.0",
134 "cfg-if",
135 "libc",
136]
137
138[[package]]
139name = "alsa-sys"
140version = "0.3.1"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
143dependencies = [
144 "libc",
145 "pkg-config",
146]
147
148[[package]]
149name = "ambient-authority"
150version = "0.0.2"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
153
154[[package]]
155name = "ammonia"
156version = "4.0.0"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
159dependencies = [
160 "html5ever",
161 "maplit",
162 "once_cell",
163 "tendril",
164 "url",
165]
166
167[[package]]
168name = "android-tzdata"
169version = "0.1.1"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
172
173[[package]]
174name = "android_system_properties"
175version = "0.1.5"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
178dependencies = [
179 "libc",
180]
181
182[[package]]
183name = "anes"
184version = "0.1.6"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
187
188[[package]]
189name = "anstream"
190version = "0.6.18"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
193dependencies = [
194 "anstyle",
195 "anstyle-parse",
196 "anstyle-query",
197 "anstyle-wincon",
198 "colorchoice",
199 "is_terminal_polyfill",
200 "utf8parse",
201]
202
203[[package]]
204name = "anstyle"
205version = "1.0.10"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
208
209[[package]]
210name = "anstyle-parse"
211version = "0.2.6"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
214dependencies = [
215 "utf8parse",
216]
217
218[[package]]
219name = "anstyle-query"
220version = "1.1.2"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
223dependencies = [
224 "windows-sys 0.59.0",
225]
226
227[[package]]
228name = "anstyle-wincon"
229version = "3.0.6"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
232dependencies = [
233 "anstyle",
234 "windows-sys 0.59.0",
235]
236
237[[package]]
238name = "anthropic"
239version = "0.1.0"
240dependencies = [
241 "anyhow",
242 "chrono",
243 "futures 0.3.31",
244 "http_client",
245 "schemars",
246 "serde",
247 "serde_json",
248 "strum",
249 "thiserror 1.0.69",
250 "util",
251]
252
253[[package]]
254name = "any_vec"
255version = "0.14.0"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
258
259[[package]]
260name = "anyhow"
261version = "1.0.95"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
264
265[[package]]
266name = "approx"
267version = "0.5.1"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
270dependencies = [
271 "num-traits",
272]
273
274[[package]]
275name = "arbitrary"
276version = "1.4.1"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
279
280[[package]]
281name = "arg_enum_proc_macro"
282version = "0.3.4"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
285dependencies = [
286 "proc-macro2",
287 "quote",
288 "syn 2.0.90",
289]
290
291[[package]]
292name = "arraydeque"
293version = "0.5.1"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
296
297[[package]]
298name = "arrayref"
299version = "0.3.9"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
302
303[[package]]
304name = "arrayvec"
305version = "0.7.6"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
308dependencies = [
309 "serde",
310]
311
312[[package]]
313name = "as-raw-xcb-connection"
314version = "1.0.1"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
317
318[[package]]
319name = "ascii"
320version = "1.1.0"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
323
324[[package]]
325name = "ash"
326version = "0.38.0+1.3.281"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
329dependencies = [
330 "libloading",
331]
332
333[[package]]
334name = "ash-window"
335version = "0.13.0"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
338dependencies = [
339 "ash",
340 "raw-window-handle",
341 "raw-window-metal",
342]
343
344[[package]]
345name = "ashpd"
346version = "0.10.2"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "e9c39d707614dbcc6bed00015539f488d8e3fe3e66ed60961efc0c90f4b380b3"
349dependencies = [
350 "async-fs",
351 "async-net",
352 "enumflags2",
353 "futures-channel",
354 "futures-util",
355 "rand 0.8.5",
356 "serde",
357 "serde_repr",
358 "url",
359 "zbus 5.1.1",
360]
361
362[[package]]
363name = "assets"
364version = "0.1.0"
365dependencies = [
366 "anyhow",
367 "gpui",
368 "rust-embed",
369]
370
371[[package]]
372name = "assistant"
373version = "0.1.0"
374dependencies = [
375 "anyhow",
376 "assets",
377 "assistant_settings",
378 "assistant_slash_command",
379 "assistant_tool",
380 "async-watch",
381 "cargo_toml",
382 "chrono",
383 "client",
384 "clock",
385 "collections",
386 "command_palette_hooks",
387 "context_server",
388 "ctor",
389 "db",
390 "editor",
391 "env_logger 0.11.6",
392 "feature_flags",
393 "fs",
394 "futures 0.3.31",
395 "fuzzy",
396 "globset",
397 "gpui",
398 "handlebars 4.5.0",
399 "heed",
400 "html_to_markdown",
401 "http_client",
402 "indexed_docs",
403 "indoc",
404 "language",
405 "language_model",
406 "language_model_selector",
407 "language_models",
408 "languages",
409 "log",
410 "lsp",
411 "markdown",
412 "menu",
413 "multi_buffer",
414 "open_ai",
415 "ordered-float 2.10.1",
416 "parking_lot",
417 "paths",
418 "picker",
419 "pretty_assertions",
420 "project",
421 "proto",
422 "rand 0.8.5",
423 "regex",
424 "release_channel",
425 "rope",
426 "rpc",
427 "schemars",
428 "search",
429 "semantic_index",
430 "serde",
431 "serde_json",
432 "serde_json_lenient",
433 "settings",
434 "similar",
435 "smallvec",
436 "smol",
437 "strum",
438 "telemetry",
439 "telemetry_events",
440 "terminal",
441 "terminal_view",
442 "text",
443 "theme",
444 "toml 0.8.19",
445 "tree-sitter-md",
446 "ui",
447 "unindent",
448 "util",
449 "uuid",
450 "workspace",
451 "zed_actions",
452]
453
454[[package]]
455name = "assistant2"
456version = "0.1.0"
457dependencies = [
458 "anyhow",
459 "assets",
460 "assistant_settings",
461 "assistant_tool",
462 "async-watch",
463 "chrono",
464 "client",
465 "clock",
466 "collections",
467 "command_palette_hooks",
468 "context_server",
469 "db",
470 "editor",
471 "feature_flags",
472 "file_icons",
473 "fs",
474 "futures 0.3.31",
475 "fuzzy",
476 "gpui",
477 "handlebars 4.5.0",
478 "html_to_markdown",
479 "http_client",
480 "indoc",
481 "itertools 0.14.0",
482 "language",
483 "language_model",
484 "language_model_selector",
485 "language_models",
486 "log",
487 "lsp",
488 "markdown",
489 "menu",
490 "multi_buffer",
491 "ordered-float 2.10.1",
492 "parking_lot",
493 "paths",
494 "picker",
495 "project",
496 "proto",
497 "rand 0.8.5",
498 "rope",
499 "serde",
500 "serde_json",
501 "settings",
502 "similar",
503 "smol",
504 "telemetry_events",
505 "terminal",
506 "terminal_view",
507 "text",
508 "theme",
509 "time",
510 "time_format",
511 "ui",
512 "unindent",
513 "util",
514 "uuid",
515 "workspace",
516 "zed_actions",
517]
518
519[[package]]
520name = "assistant_settings"
521version = "0.1.0"
522dependencies = [
523 "anthropic",
524 "anyhow",
525 "feature_flags",
526 "fs",
527 "gpui",
528 "language_model",
529 "lmstudio",
530 "log",
531 "ollama",
532 "open_ai",
533 "paths",
534 "schemars",
535 "serde",
536 "serde_json_lenient",
537 "settings",
538]
539
540[[package]]
541name = "assistant_slash_command"
542version = "0.1.0"
543dependencies = [
544 "anyhow",
545 "async-trait",
546 "collections",
547 "derive_more",
548 "extension",
549 "futures 0.3.31",
550 "gpui",
551 "language",
552 "language_model",
553 "parking_lot",
554 "pretty_assertions",
555 "serde",
556 "serde_json",
557 "ui",
558 "workspace",
559]
560
561[[package]]
562name = "assistant_tool"
563version = "0.1.0"
564dependencies = [
565 "anyhow",
566 "collections",
567 "derive_more",
568 "gpui",
569 "parking_lot",
570 "serde",
571 "serde_json",
572 "workspace",
573]
574
575[[package]]
576name = "assistant_tools"
577version = "0.1.0"
578dependencies = [
579 "anyhow",
580 "assistant_tool",
581 "chrono",
582 "gpui",
583 "schemars",
584 "serde",
585 "serde_json",
586 "workspace",
587]
588
589[[package]]
590name = "async-attributes"
591version = "1.1.2"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
594dependencies = [
595 "quote",
596 "syn 1.0.109",
597]
598
599[[package]]
600name = "async-broadcast"
601version = "0.7.2"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
604dependencies = [
605 "event-listener 5.3.1",
606 "event-listener-strategy",
607 "futures-core",
608 "pin-project-lite",
609]
610
611[[package]]
612name = "async-channel"
613version = "1.9.0"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
616dependencies = [
617 "concurrent-queue",
618 "event-listener 2.5.3",
619 "futures-core",
620]
621
622[[package]]
623name = "async-channel"
624version = "2.3.1"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
627dependencies = [
628 "concurrent-queue",
629 "event-listener-strategy",
630 "futures-core",
631 "pin-project-lite",
632]
633
634[[package]]
635name = "async-compat"
636version = "0.2.4"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
639dependencies = [
640 "futures-core",
641 "futures-io",
642 "once_cell",
643 "pin-project-lite",
644 "tokio",
645]
646
647[[package]]
648name = "async-compression"
649version = "0.4.18"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
652dependencies = [
653 "deflate64",
654 "flate2",
655 "futures-core",
656 "futures-io",
657 "memchr",
658 "pin-project-lite",
659]
660
661[[package]]
662name = "async-dispatcher"
663version = "0.1.2"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
666dependencies = [
667 "async-task",
668 "futures-lite 1.13.0",
669]
670
671[[package]]
672name = "async-executor"
673version = "1.13.1"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
676dependencies = [
677 "async-task",
678 "concurrent-queue",
679 "fastrand 2.3.0",
680 "futures-lite 2.5.0",
681 "slab",
682]
683
684[[package]]
685name = "async-fs"
686version = "2.1.2"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
689dependencies = [
690 "async-lock",
691 "blocking",
692 "futures-lite 2.5.0",
693]
694
695[[package]]
696name = "async-global-executor"
697version = "2.4.1"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
700dependencies = [
701 "async-channel 2.3.1",
702 "async-executor",
703 "async-io",
704 "async-lock",
705 "blocking",
706 "futures-lite 2.5.0",
707 "once_cell",
708]
709
710[[package]]
711name = "async-io"
712version = "2.4.0"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
715dependencies = [
716 "async-lock",
717 "cfg-if",
718 "concurrent-queue",
719 "futures-io",
720 "futures-lite 2.5.0",
721 "parking",
722 "polling",
723 "rustix",
724 "slab",
725 "tracing",
726 "windows-sys 0.59.0",
727]
728
729[[package]]
730name = "async-lock"
731version = "3.4.0"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
734dependencies = [
735 "event-listener 5.3.1",
736 "event-listener-strategy",
737 "pin-project-lite",
738]
739
740[[package]]
741name = "async-native-tls"
742version = "0.5.0"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
745dependencies = [
746 "futures-util",
747 "native-tls",
748 "thiserror 1.0.69",
749 "url",
750]
751
752[[package]]
753name = "async-net"
754version = "2.0.0"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
757dependencies = [
758 "async-io",
759 "blocking",
760 "futures-lite 2.5.0",
761]
762
763[[package]]
764name = "async-pipe"
765version = "0.1.3"
766source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
767dependencies = [
768 "futures 0.3.31",
769 "log",
770]
771
772[[package]]
773name = "async-process"
774version = "2.3.0"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
777dependencies = [
778 "async-channel 2.3.1",
779 "async-io",
780 "async-lock",
781 "async-signal",
782 "async-task",
783 "blocking",
784 "cfg-if",
785 "event-listener 5.3.1",
786 "futures-lite 2.5.0",
787 "rustix",
788 "tracing",
789]
790
791[[package]]
792name = "async-recursion"
793version = "0.3.2"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
796dependencies = [
797 "proc-macro2",
798 "quote",
799 "syn 1.0.109",
800]
801
802[[package]]
803name = "async-recursion"
804version = "1.1.1"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
807dependencies = [
808 "proc-macro2",
809 "quote",
810 "syn 2.0.90",
811]
812
813[[package]]
814name = "async-signal"
815version = "0.2.10"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
818dependencies = [
819 "async-io",
820 "async-lock",
821 "atomic-waker",
822 "cfg-if",
823 "futures-core",
824 "futures-io",
825 "rustix",
826 "signal-hook-registry",
827 "slab",
828 "windows-sys 0.59.0",
829]
830
831[[package]]
832name = "async-std"
833version = "1.13.0"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
836dependencies = [
837 "async-attributes",
838 "async-channel 1.9.0",
839 "async-global-executor",
840 "async-io",
841 "async-lock",
842 "async-process",
843 "crossbeam-utils",
844 "futures-channel",
845 "futures-core",
846 "futures-io",
847 "futures-lite 2.5.0",
848 "gloo-timers",
849 "kv-log-macro",
850 "log",
851 "memchr",
852 "once_cell",
853 "pin-project-lite",
854 "pin-utils",
855 "slab",
856 "wasm-bindgen-futures",
857]
858
859[[package]]
860name = "async-stream"
861version = "0.3.6"
862source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
864dependencies = [
865 "async-stream-impl",
866 "futures-core",
867 "pin-project-lite",
868]
869
870[[package]]
871name = "async-stream-impl"
872version = "0.3.6"
873source = "registry+https://github.com/rust-lang/crates.io-index"
874checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
875dependencies = [
876 "proc-macro2",
877 "quote",
878 "syn 2.0.90",
879]
880
881[[package]]
882name = "async-stripe"
883version = "0.40.0"
884source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
885dependencies = [
886 "chrono",
887 "futures-util",
888 "http-types",
889 "hyper 0.14.32",
890 "hyper-rustls 0.24.2",
891 "serde",
892 "serde_json",
893 "serde_path_to_error",
894 "serde_qs 0.10.1",
895 "smart-default",
896 "smol_str",
897 "thiserror 1.0.69",
898 "tokio",
899]
900
901[[package]]
902name = "async-tar"
903version = "0.5.0"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
906dependencies = [
907 "async-std",
908 "filetime",
909 "libc",
910 "pin-project",
911 "redox_syscall 0.2.16",
912 "xattr",
913]
914
915[[package]]
916name = "async-task"
917version = "4.7.1"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
920
921[[package]]
922name = "async-tls"
923version = "0.13.0"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
926dependencies = [
927 "futures-core",
928 "futures-io",
929 "rustls 0.21.12",
930 "rustls-pemfile 1.0.4",
931 "webpki-roots 0.22.6",
932]
933
934[[package]]
935name = "async-trait"
936version = "0.1.85"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
939dependencies = [
940 "proc-macro2",
941 "quote",
942 "syn 2.0.90",
943]
944
945[[package]]
946name = "async-tungstenite"
947version = "0.25.1"
948source = "registry+https://github.com/rust-lang/crates.io-index"
949checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
950dependencies = [
951 "async-native-tls",
952 "async-std",
953 "async-tls",
954 "futures-io",
955 "futures-util",
956 "log",
957 "pin-project-lite",
958 "tungstenite 0.21.0",
959]
960
961[[package]]
962name = "async-tungstenite"
963version = "0.28.2"
964source = "registry+https://github.com/rust-lang/crates.io-index"
965checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
966dependencies = [
967 "async-std",
968 "async-tls",
969 "atomic-waker",
970 "futures-core",
971 "futures-io",
972 "futures-task",
973 "futures-util",
974 "log",
975 "pin-project-lite",
976 "tungstenite 0.24.0",
977]
978
979[[package]]
980name = "async-watch"
981version = "0.3.1"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
984dependencies = [
985 "event-listener 2.5.3",
986]
987
988[[package]]
989name = "async_zip"
990version = "0.0.17"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
993dependencies = [
994 "async-compression",
995 "crc32fast",
996 "futures-lite 2.5.0",
997 "pin-project",
998 "thiserror 1.0.69",
999]
1000
1001[[package]]
1002name = "asynchronous-codec"
1003version = "0.7.0"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1006dependencies = [
1007 "bytes 1.9.0",
1008 "futures-sink",
1009 "futures-util",
1010 "memchr",
1011 "pin-project-lite",
1012]
1013
1014[[package]]
1015name = "atoi"
1016version = "2.0.0"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1019dependencies = [
1020 "num-traits",
1021]
1022
1023[[package]]
1024name = "atomic"
1025version = "0.5.3"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1028
1029[[package]]
1030name = "atomic-waker"
1031version = "1.1.2"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1034
1035[[package]]
1036name = "audio"
1037version = "0.1.0"
1038dependencies = [
1039 "anyhow",
1040 "collections",
1041 "derive_more",
1042 "gpui",
1043 "parking_lot",
1044 "rodio",
1045 "util",
1046]
1047
1048[[package]]
1049name = "auto_update"
1050version = "0.1.0"
1051dependencies = [
1052 "anyhow",
1053 "client",
1054 "db",
1055 "gpui",
1056 "http_client",
1057 "log",
1058 "paths",
1059 "release_channel",
1060 "schemars",
1061 "serde",
1062 "serde_json",
1063 "settings",
1064 "smol",
1065 "tempfile",
1066 "which 6.0.3",
1067 "workspace",
1068]
1069
1070[[package]]
1071name = "auto_update_ui"
1072version = "0.1.0"
1073dependencies = [
1074 "anyhow",
1075 "auto_update",
1076 "client",
1077 "editor",
1078 "gpui",
1079 "http_client",
1080 "markdown_preview",
1081 "menu",
1082 "release_channel",
1083 "serde",
1084 "serde_json",
1085 "smol",
1086 "util",
1087 "workspace",
1088]
1089
1090[[package]]
1091name = "autocfg"
1092version = "1.4.0"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1095
1096[[package]]
1097name = "av1-grain"
1098version = "0.2.3"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1101dependencies = [
1102 "anyhow",
1103 "arrayvec",
1104 "log",
1105 "nom",
1106 "num-rational",
1107 "v_frame",
1108]
1109
1110[[package]]
1111name = "avif-serialize"
1112version = "0.8.2"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1115dependencies = [
1116 "arrayvec",
1117]
1118
1119[[package]]
1120name = "aws-config"
1121version = "1.5.13"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "c03a50b30228d3af8865ce83376b4e99e1ffa34728220fe2860e4df0bb5278d6"
1124dependencies = [
1125 "aws-credential-types",
1126 "aws-runtime",
1127 "aws-sdk-sso",
1128 "aws-sdk-ssooidc",
1129 "aws-sdk-sts",
1130 "aws-smithy-async",
1131 "aws-smithy-http",
1132 "aws-smithy-json",
1133 "aws-smithy-runtime",
1134 "aws-smithy-runtime-api",
1135 "aws-smithy-types",
1136 "aws-types",
1137 "bytes 1.9.0",
1138 "fastrand 2.3.0",
1139 "hex",
1140 "http 0.2.12",
1141 "ring",
1142 "time",
1143 "tokio",
1144 "tracing",
1145 "url",
1146 "zeroize",
1147]
1148
1149[[package]]
1150name = "aws-credential-types"
1151version = "1.2.1"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1154dependencies = [
1155 "aws-smithy-async",
1156 "aws-smithy-runtime-api",
1157 "aws-smithy-types",
1158 "zeroize",
1159]
1160
1161[[package]]
1162name = "aws-runtime"
1163version = "1.5.3"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "b16d1aa50accc11a4b4d5c50f7fb81cc0cf60328259c587d0e6b0f11385bde46"
1166dependencies = [
1167 "aws-credential-types",
1168 "aws-sigv4",
1169 "aws-smithy-async",
1170 "aws-smithy-eventstream",
1171 "aws-smithy-http",
1172 "aws-smithy-runtime",
1173 "aws-smithy-runtime-api",
1174 "aws-smithy-types",
1175 "aws-types",
1176 "bytes 1.9.0",
1177 "fastrand 2.3.0",
1178 "http 0.2.12",
1179 "http-body 0.4.6",
1180 "once_cell",
1181 "percent-encoding",
1182 "pin-project-lite",
1183 "tracing",
1184 "uuid",
1185]
1186
1187[[package]]
1188name = "aws-sdk-kinesis"
1189version = "1.55.0"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "f825a8304333d400ddc0b183e1d85b2e9f197e22aa3c1f03b98ae49451ec33e4"
1192dependencies = [
1193 "aws-credential-types",
1194 "aws-runtime",
1195 "aws-smithy-async",
1196 "aws-smithy-http",
1197 "aws-smithy-json",
1198 "aws-smithy-runtime",
1199 "aws-smithy-runtime-api",
1200 "aws-smithy-types",
1201 "aws-types",
1202 "bytes 1.9.0",
1203 "http 0.2.12",
1204 "once_cell",
1205 "regex-lite",
1206 "tracing",
1207]
1208
1209[[package]]
1210name = "aws-sdk-s3"
1211version = "1.68.0"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "bc5ddf1dc70287dc9a2f953766a1fe15e3e74aef02fd1335f2afa475c9b4f4fc"
1214dependencies = [
1215 "aws-credential-types",
1216 "aws-runtime",
1217 "aws-sigv4",
1218 "aws-smithy-async",
1219 "aws-smithy-checksums",
1220 "aws-smithy-eventstream",
1221 "aws-smithy-http",
1222 "aws-smithy-json",
1223 "aws-smithy-runtime",
1224 "aws-smithy-runtime-api",
1225 "aws-smithy-types",
1226 "aws-smithy-xml",
1227 "aws-types",
1228 "bytes 1.9.0",
1229 "fastrand 2.3.0",
1230 "hex",
1231 "hmac",
1232 "http 0.2.12",
1233 "http-body 0.4.6",
1234 "lru",
1235 "once_cell",
1236 "percent-encoding",
1237 "regex-lite",
1238 "sha2",
1239 "tracing",
1240 "url",
1241]
1242
1243[[package]]
1244name = "aws-sdk-sso"
1245version = "1.53.0"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "1605dc0bf9f0a4b05b451441a17fcb0bda229db384f23bf5cead3adbab0664ac"
1248dependencies = [
1249 "aws-credential-types",
1250 "aws-runtime",
1251 "aws-smithy-async",
1252 "aws-smithy-http",
1253 "aws-smithy-json",
1254 "aws-smithy-runtime",
1255 "aws-smithy-runtime-api",
1256 "aws-smithy-types",
1257 "aws-types",
1258 "bytes 1.9.0",
1259 "http 0.2.12",
1260 "once_cell",
1261 "regex-lite",
1262 "tracing",
1263]
1264
1265[[package]]
1266name = "aws-sdk-ssooidc"
1267version = "1.54.0"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "59f3f73466ff24f6ad109095e0f3f2c830bfb4cd6c8b12f744c8e61ebf4d3ba1"
1270dependencies = [
1271 "aws-credential-types",
1272 "aws-runtime",
1273 "aws-smithy-async",
1274 "aws-smithy-http",
1275 "aws-smithy-json",
1276 "aws-smithy-runtime",
1277 "aws-smithy-runtime-api",
1278 "aws-smithy-types",
1279 "aws-types",
1280 "bytes 1.9.0",
1281 "http 0.2.12",
1282 "once_cell",
1283 "regex-lite",
1284 "tracing",
1285]
1286
1287[[package]]
1288name = "aws-sdk-sts"
1289version = "1.54.0"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "249b2acaa8e02fd4718705a9494e3eb633637139aa4bb09d70965b0448e865db"
1292dependencies = [
1293 "aws-credential-types",
1294 "aws-runtime",
1295 "aws-smithy-async",
1296 "aws-smithy-http",
1297 "aws-smithy-json",
1298 "aws-smithy-query",
1299 "aws-smithy-runtime",
1300 "aws-smithy-runtime-api",
1301 "aws-smithy-types",
1302 "aws-smithy-xml",
1303 "aws-types",
1304 "http 0.2.12",
1305 "once_cell",
1306 "regex-lite",
1307 "tracing",
1308]
1309
1310[[package]]
1311name = "aws-sigv4"
1312version = "1.2.6"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "7d3820e0c08d0737872ff3c7c1f21ebbb6693d832312d6152bf18ef50a5471c2"
1315dependencies = [
1316 "aws-credential-types",
1317 "aws-smithy-eventstream",
1318 "aws-smithy-http",
1319 "aws-smithy-runtime-api",
1320 "aws-smithy-types",
1321 "bytes 1.9.0",
1322 "crypto-bigint 0.5.5",
1323 "form_urlencoded",
1324 "hex",
1325 "hmac",
1326 "http 0.2.12",
1327 "http 1.2.0",
1328 "once_cell",
1329 "p256",
1330 "percent-encoding",
1331 "ring",
1332 "sha2",
1333 "subtle",
1334 "time",
1335 "tracing",
1336 "zeroize",
1337]
1338
1339[[package]]
1340name = "aws-smithy-async"
1341version = "1.2.3"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "427cb637d15d63d6f9aae26358e1c9a9c09d5aa490d64b09354c8217cfef0f28"
1344dependencies = [
1345 "futures-util",
1346 "pin-project-lite",
1347 "tokio",
1348]
1349
1350[[package]]
1351name = "aws-smithy-checksums"
1352version = "0.60.13"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
1355dependencies = [
1356 "aws-smithy-http",
1357 "aws-smithy-types",
1358 "bytes 1.9.0",
1359 "crc32c",
1360 "crc32fast",
1361 "hex",
1362 "http 0.2.12",
1363 "http-body 0.4.6",
1364 "md-5",
1365 "pin-project-lite",
1366 "sha1",
1367 "sha2",
1368 "tracing",
1369]
1370
1371[[package]]
1372name = "aws-smithy-eventstream"
1373version = "0.60.5"
1374source = "registry+https://github.com/rust-lang/crates.io-index"
1375checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
1376dependencies = [
1377 "aws-smithy-types",
1378 "bytes 1.9.0",
1379 "crc32fast",
1380]
1381
1382[[package]]
1383name = "aws-smithy-http"
1384version = "0.60.11"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
1387dependencies = [
1388 "aws-smithy-eventstream",
1389 "aws-smithy-runtime-api",
1390 "aws-smithy-types",
1391 "bytes 1.9.0",
1392 "bytes-utils",
1393 "futures-core",
1394 "http 0.2.12",
1395 "http-body 0.4.6",
1396 "once_cell",
1397 "percent-encoding",
1398 "pin-project-lite",
1399 "pin-utils",
1400 "tracing",
1401]
1402
1403[[package]]
1404name = "aws-smithy-json"
1405version = "0.61.1"
1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "ee4e69cc50921eb913c6b662f8d909131bb3e6ad6cb6090d3a39b66fc5c52095"
1408dependencies = [
1409 "aws-smithy-types",
1410]
1411
1412[[package]]
1413name = "aws-smithy-query"
1414version = "0.60.7"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1417dependencies = [
1418 "aws-smithy-types",
1419 "urlencoding",
1420]
1421
1422[[package]]
1423name = "aws-smithy-runtime"
1424version = "1.7.6"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "a05dd41a70fc74051758ee75b5c4db2c0ca070ed9229c3df50e9475cda1cb985"
1427dependencies = [
1428 "aws-smithy-async",
1429 "aws-smithy-http",
1430 "aws-smithy-runtime-api",
1431 "aws-smithy-types",
1432 "bytes 1.9.0",
1433 "fastrand 2.3.0",
1434 "h2 0.3.26",
1435 "http 0.2.12",
1436 "http-body 0.4.6",
1437 "http-body 1.0.1",
1438 "httparse",
1439 "hyper 0.14.32",
1440 "hyper-rustls 0.24.2",
1441 "once_cell",
1442 "pin-project-lite",
1443 "pin-utils",
1444 "rustls 0.21.12",
1445 "tokio",
1446 "tracing",
1447]
1448
1449[[package]]
1450name = "aws-smithy-runtime-api"
1451version = "1.7.3"
1452source = "registry+https://github.com/rust-lang/crates.io-index"
1453checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1454dependencies = [
1455 "aws-smithy-async",
1456 "aws-smithy-types",
1457 "bytes 1.9.0",
1458 "http 0.2.12",
1459 "http 1.2.0",
1460 "pin-project-lite",
1461 "tokio",
1462 "tracing",
1463 "zeroize",
1464]
1465
1466[[package]]
1467name = "aws-smithy-types"
1468version = "1.2.11"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "38ddc9bd6c28aeb303477170ddd183760a956a03e083b3902a990238a7e3792d"
1471dependencies = [
1472 "base64-simd",
1473 "bytes 1.9.0",
1474 "bytes-utils",
1475 "futures-core",
1476 "http 0.2.12",
1477 "http 1.2.0",
1478 "http-body 0.4.6",
1479 "http-body 1.0.1",
1480 "http-body-util",
1481 "itoa",
1482 "num-integer",
1483 "pin-project-lite",
1484 "pin-utils",
1485 "ryu",
1486 "serde",
1487 "time",
1488 "tokio",
1489 "tokio-util",
1490]
1491
1492[[package]]
1493name = "aws-smithy-xml"
1494version = "0.60.9"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1497dependencies = [
1498 "xmlparser",
1499]
1500
1501[[package]]
1502name = "aws-types"
1503version = "1.3.3"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1506dependencies = [
1507 "aws-credential-types",
1508 "aws-smithy-async",
1509 "aws-smithy-runtime-api",
1510 "aws-smithy-types",
1511 "rustc_version",
1512 "tracing",
1513]
1514
1515[[package]]
1516name = "axum"
1517version = "0.6.20"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1520dependencies = [
1521 "async-trait",
1522 "axum-core",
1523 "base64 0.21.7",
1524 "bitflags 1.3.2",
1525 "bytes 1.9.0",
1526 "futures-util",
1527 "headers",
1528 "http 0.2.12",
1529 "http-body 0.4.6",
1530 "hyper 0.14.32",
1531 "itoa",
1532 "matchit",
1533 "memchr",
1534 "mime",
1535 "percent-encoding",
1536 "pin-project-lite",
1537 "rustversion",
1538 "serde",
1539 "serde_json",
1540 "serde_path_to_error",
1541 "serde_urlencoded",
1542 "sha1",
1543 "sync_wrapper 0.1.2",
1544 "tokio",
1545 "tokio-tungstenite 0.20.1",
1546 "tower",
1547 "tower-layer",
1548 "tower-service",
1549]
1550
1551[[package]]
1552name = "axum-core"
1553version = "0.3.4"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1556dependencies = [
1557 "async-trait",
1558 "bytes 1.9.0",
1559 "futures-util",
1560 "http 0.2.12",
1561 "http-body 0.4.6",
1562 "mime",
1563 "rustversion",
1564 "tower-layer",
1565 "tower-service",
1566]
1567
1568[[package]]
1569name = "axum-extra"
1570version = "0.4.2"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1573dependencies = [
1574 "axum",
1575 "bytes 1.9.0",
1576 "futures-util",
1577 "http 0.2.12",
1578 "mime",
1579 "pin-project-lite",
1580 "serde",
1581 "serde_json",
1582 "tokio",
1583 "tower",
1584 "tower-http 0.3.5",
1585 "tower-layer",
1586 "tower-service",
1587]
1588
1589[[package]]
1590name = "backtrace"
1591version = "0.3.74"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1594dependencies = [
1595 "addr2line",
1596 "cfg-if",
1597 "libc",
1598 "miniz_oxide",
1599 "object",
1600 "rustc-demangle",
1601 "windows-targets 0.52.6",
1602]
1603
1604[[package]]
1605name = "base16ct"
1606version = "0.1.1"
1607source = "registry+https://github.com/rust-lang/crates.io-index"
1608checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1609
1610[[package]]
1611name = "base64"
1612version = "0.13.1"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1615
1616[[package]]
1617name = "base64"
1618version = "0.21.7"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1621
1622[[package]]
1623name = "base64"
1624version = "0.22.1"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1627
1628[[package]]
1629name = "base64-simd"
1630version = "0.8.0"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
1632checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1633dependencies = [
1634 "outref",
1635 "vsimd",
1636]
1637
1638[[package]]
1639name = "base64ct"
1640version = "1.6.0"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1643
1644[[package]]
1645name = "bigdecimal"
1646version = "0.4.7"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1649dependencies = [
1650 "autocfg",
1651 "libm",
1652 "num-bigint",
1653 "num-integer",
1654 "num-traits",
1655 "serde",
1656]
1657
1658[[package]]
1659name = "bincode"
1660version = "1.3.3"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1663dependencies = [
1664 "serde",
1665]
1666
1667[[package]]
1668name = "bindgen"
1669version = "0.70.1"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1672dependencies = [
1673 "bitflags 2.6.0",
1674 "cexpr",
1675 "clang-sys",
1676 "itertools 0.12.1",
1677 "log",
1678 "prettyplease",
1679 "proc-macro2",
1680 "quote",
1681 "regex",
1682 "rustc-hash 1.1.0",
1683 "shlex",
1684 "syn 2.0.90",
1685]
1686
1687[[package]]
1688name = "bit-set"
1689version = "0.5.3"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1692dependencies = [
1693 "bit-vec 0.6.3",
1694]
1695
1696[[package]]
1697name = "bit-set"
1698version = "0.8.0"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1701dependencies = [
1702 "bit-vec 0.8.0",
1703]
1704
1705[[package]]
1706name = "bit-vec"
1707version = "0.6.3"
1708source = "registry+https://github.com/rust-lang/crates.io-index"
1709checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1710
1711[[package]]
1712name = "bit-vec"
1713version = "0.8.0"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1716
1717[[package]]
1718name = "bit_field"
1719version = "0.10.2"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1722
1723[[package]]
1724name = "bitflags"
1725version = "1.3.2"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1728
1729[[package]]
1730name = "bitflags"
1731version = "2.6.0"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
1733checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1734dependencies = [
1735 "serde",
1736]
1737
1738[[package]]
1739name = "bitstream-io"
1740version = "2.6.0"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1743
1744[[package]]
1745name = "bitvec"
1746version = "1.0.1"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1749dependencies = [
1750 "funty",
1751 "radium",
1752 "tap",
1753 "wyz",
1754]
1755
1756[[package]]
1757name = "blade-graphics"
1758version = "0.6.0"
1759source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1760dependencies = [
1761 "ash",
1762 "ash-window",
1763 "bitflags 2.6.0",
1764 "bytemuck",
1765 "codespan-reporting",
1766 "glow",
1767 "gpu-alloc",
1768 "gpu-alloc-ash",
1769 "hidden-trait",
1770 "js-sys",
1771 "khronos-egl",
1772 "libloading",
1773 "log",
1774 "mint",
1775 "naga",
1776 "objc2",
1777 "objc2-app-kit",
1778 "objc2-foundation",
1779 "objc2-metal",
1780 "objc2-quartz-core",
1781 "objc2-ui-kit",
1782 "raw-window-handle",
1783 "slab",
1784 "wasm-bindgen",
1785 "web-sys",
1786]
1787
1788[[package]]
1789name = "blade-macros"
1790version = "0.3.0"
1791source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1792dependencies = [
1793 "proc-macro2",
1794 "quote",
1795 "syn 2.0.90",
1796]
1797
1798[[package]]
1799name = "blade-util"
1800version = "0.2.0"
1801source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1802dependencies = [
1803 "blade-graphics",
1804 "bytemuck",
1805 "log",
1806 "profiling",
1807]
1808
1809[[package]]
1810name = "blake3"
1811version = "1.5.5"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
1814dependencies = [
1815 "arrayref",
1816 "arrayvec",
1817 "cc",
1818 "cfg-if",
1819 "constant_time_eq 0.3.1",
1820]
1821
1822[[package]]
1823name = "block"
1824version = "0.1.6"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1827
1828[[package]]
1829name = "block-buffer"
1830version = "0.10.4"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1833dependencies = [
1834 "generic-array",
1835]
1836
1837[[package]]
1838name = "block-padding"
1839version = "0.3.3"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1842dependencies = [
1843 "generic-array",
1844]
1845
1846[[package]]
1847name = "block2"
1848version = "0.5.1"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
1851dependencies = [
1852 "objc2",
1853]
1854
1855[[package]]
1856name = "blocking"
1857version = "1.6.1"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1860dependencies = [
1861 "async-channel 2.3.1",
1862 "async-task",
1863 "futures-io",
1864 "futures-lite 2.5.0",
1865 "piper",
1866]
1867
1868[[package]]
1869name = "borsh"
1870version = "1.5.3"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
1873dependencies = [
1874 "borsh-derive",
1875 "cfg_aliases 0.2.1",
1876]
1877
1878[[package]]
1879name = "borsh-derive"
1880version = "1.5.3"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
1883dependencies = [
1884 "once_cell",
1885 "proc-macro-crate",
1886 "proc-macro2",
1887 "quote",
1888 "syn 2.0.90",
1889]
1890
1891[[package]]
1892name = "breadcrumbs"
1893version = "0.1.0"
1894dependencies = [
1895 "editor",
1896 "gpui",
1897 "itertools 0.14.0",
1898 "theme",
1899 "ui",
1900 "workspace",
1901 "zed_actions",
1902]
1903
1904[[package]]
1905name = "bstr"
1906version = "1.11.1"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
1909dependencies = [
1910 "memchr",
1911 "regex-automata 0.4.9",
1912 "serde",
1913]
1914
1915[[package]]
1916name = "built"
1917version = "0.7.5"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
1920
1921[[package]]
1922name = "bumpalo"
1923version = "3.16.0"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1926
1927[[package]]
1928name = "by_address"
1929version = "1.2.1"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1932
1933[[package]]
1934name = "bytecheck"
1935version = "0.6.12"
1936source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1938dependencies = [
1939 "bytecheck_derive",
1940 "ptr_meta",
1941 "simdutf8",
1942]
1943
1944[[package]]
1945name = "bytecheck_derive"
1946version = "0.6.12"
1947source = "registry+https://github.com/rust-lang/crates.io-index"
1948checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1949dependencies = [
1950 "proc-macro2",
1951 "quote",
1952 "syn 1.0.109",
1953]
1954
1955[[package]]
1956name = "bytemuck"
1957version = "1.21.0"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
1960dependencies = [
1961 "bytemuck_derive",
1962]
1963
1964[[package]]
1965name = "bytemuck_derive"
1966version = "1.8.0"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
1969dependencies = [
1970 "proc-macro2",
1971 "quote",
1972 "syn 2.0.90",
1973]
1974
1975[[package]]
1976name = "byteorder"
1977version = "1.5.0"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1980
1981[[package]]
1982name = "byteorder-lite"
1983version = "0.1.0"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1986
1987[[package]]
1988name = "bytes"
1989version = "0.4.12"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1992dependencies = [
1993 "byteorder",
1994 "iovec",
1995]
1996
1997[[package]]
1998name = "bytes"
1999version = "1.9.0"
2000source = "registry+https://github.com/rust-lang/crates.io-index"
2001checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2002
2003[[package]]
2004name = "bytes-utils"
2005version = "0.1.4"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2008dependencies = [
2009 "bytes 1.9.0",
2010 "either",
2011]
2012
2013[[package]]
2014name = "bzip2"
2015version = "0.4.4"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2018dependencies = [
2019 "bzip2-sys",
2020 "libc",
2021]
2022
2023[[package]]
2024name = "bzip2-sys"
2025version = "0.1.11+1.0.8"
2026source = "registry+https://github.com/rust-lang/crates.io-index"
2027checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2028dependencies = [
2029 "cc",
2030 "libc",
2031 "pkg-config",
2032]
2033
2034[[package]]
2035name = "call"
2036version = "0.1.0"
2037dependencies = [
2038 "anyhow",
2039 "audio",
2040 "client",
2041 "collections",
2042 "feature_flags",
2043 "fs",
2044 "futures 0.3.31",
2045 "gpui",
2046 "http_client",
2047 "language",
2048 "livekit_client",
2049 "livekit_client_macos",
2050 "log",
2051 "postage",
2052 "project",
2053 "schemars",
2054 "serde",
2055 "serde_derive",
2056 "settings",
2057 "telemetry",
2058 "util",
2059]
2060
2061[[package]]
2062name = "calloop"
2063version = "0.13.0"
2064source = "registry+https://github.com/rust-lang/crates.io-index"
2065checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2066dependencies = [
2067 "bitflags 2.6.0",
2068 "log",
2069 "polling",
2070 "rustix",
2071 "slab",
2072 "thiserror 1.0.69",
2073]
2074
2075[[package]]
2076name = "calloop-wayland-source"
2077version = "0.3.0"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2080dependencies = [
2081 "calloop",
2082 "rustix",
2083 "wayland-backend",
2084 "wayland-client",
2085]
2086
2087[[package]]
2088name = "camino"
2089version = "1.1.9"
2090source = "registry+https://github.com/rust-lang/crates.io-index"
2091checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2092dependencies = [
2093 "serde",
2094]
2095
2096[[package]]
2097name = "cap-fs-ext"
2098version = "3.4.2"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2101dependencies = [
2102 "cap-primitives",
2103 "cap-std",
2104 "io-lifetimes",
2105 "windows-sys 0.59.0",
2106]
2107
2108[[package]]
2109name = "cap-net-ext"
2110version = "3.4.2"
2111source = "registry+https://github.com/rust-lang/crates.io-index"
2112checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2113dependencies = [
2114 "cap-primitives",
2115 "cap-std",
2116 "rustix",
2117 "smallvec",
2118]
2119
2120[[package]]
2121name = "cap-primitives"
2122version = "3.4.2"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2125dependencies = [
2126 "ambient-authority",
2127 "fs-set-times",
2128 "io-extras",
2129 "io-lifetimes",
2130 "ipnet",
2131 "maybe-owned",
2132 "rustix",
2133 "windows-sys 0.59.0",
2134 "winx",
2135]
2136
2137[[package]]
2138name = "cap-rand"
2139version = "3.4.2"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2142dependencies = [
2143 "ambient-authority",
2144 "rand 0.8.5",
2145]
2146
2147[[package]]
2148name = "cap-std"
2149version = "3.4.2"
2150source = "registry+https://github.com/rust-lang/crates.io-index"
2151checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2152dependencies = [
2153 "cap-primitives",
2154 "io-extras",
2155 "io-lifetimes",
2156 "rustix",
2157]
2158
2159[[package]]
2160name = "cap-time-ext"
2161version = "3.4.2"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2164dependencies = [
2165 "ambient-authority",
2166 "cap-primitives",
2167 "iana-time-zone",
2168 "once_cell",
2169 "rustix",
2170 "winx",
2171]
2172
2173[[package]]
2174name = "cargo-platform"
2175version = "0.1.9"
2176source = "registry+https://github.com/rust-lang/crates.io-index"
2177checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2178dependencies = [
2179 "serde",
2180]
2181
2182[[package]]
2183name = "cargo_metadata"
2184version = "0.19.1"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
2187dependencies = [
2188 "camino",
2189 "cargo-platform",
2190 "semver",
2191 "serde",
2192 "serde_json",
2193 "thiserror 2.0.6",
2194]
2195
2196[[package]]
2197name = "cargo_toml"
2198version = "0.21.0"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2201dependencies = [
2202 "serde",
2203 "toml 0.8.19",
2204]
2205
2206[[package]]
2207name = "cast"
2208version = "0.3.0"
2209source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2211
2212[[package]]
2213name = "cbc"
2214version = "0.1.2"
2215source = "registry+https://github.com/rust-lang/crates.io-index"
2216checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2217dependencies = [
2218 "cipher",
2219]
2220
2221[[package]]
2222name = "cbindgen"
2223version = "0.27.0"
2224source = "registry+https://github.com/rust-lang/crates.io-index"
2225checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2226dependencies = [
2227 "heck 0.4.1",
2228 "indexmap",
2229 "log",
2230 "proc-macro2",
2231 "quote",
2232 "serde",
2233 "serde_json",
2234 "syn 2.0.90",
2235 "tempfile",
2236 "toml 0.8.19",
2237]
2238
2239[[package]]
2240name = "cc"
2241version = "1.2.3"
2242source = "registry+https://github.com/rust-lang/crates.io-index"
2243checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2244dependencies = [
2245 "jobserver",
2246 "libc",
2247 "shlex",
2248]
2249
2250[[package]]
2251name = "cesu8"
2252version = "1.1.0"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2255
2256[[package]]
2257name = "cexpr"
2258version = "0.6.0"
2259source = "registry+https://github.com/rust-lang/crates.io-index"
2260checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2261dependencies = [
2262 "nom",
2263]
2264
2265[[package]]
2266name = "cfg-expr"
2267version = "0.15.8"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2270dependencies = [
2271 "smallvec",
2272 "target-lexicon",
2273]
2274
2275[[package]]
2276name = "cfg-if"
2277version = "1.0.0"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2280
2281[[package]]
2282name = "cfg_aliases"
2283version = "0.1.1"
2284source = "registry+https://github.com/rust-lang/crates.io-index"
2285checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2286
2287[[package]]
2288name = "cfg_aliases"
2289version = "0.2.1"
2290source = "registry+https://github.com/rust-lang/crates.io-index"
2291checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2292
2293[[package]]
2294name = "channel"
2295version = "0.1.0"
2296dependencies = [
2297 "anyhow",
2298 "client",
2299 "clock",
2300 "collections",
2301 "futures 0.3.31",
2302 "gpui",
2303 "http_client",
2304 "language",
2305 "log",
2306 "rand 0.8.5",
2307 "release_channel",
2308 "rpc",
2309 "settings",
2310 "sum_tree",
2311 "text",
2312 "time",
2313 "util",
2314]
2315
2316[[package]]
2317name = "chrono"
2318version = "0.4.39"
2319source = "registry+https://github.com/rust-lang/crates.io-index"
2320checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2321dependencies = [
2322 "android-tzdata",
2323 "iana-time-zone",
2324 "js-sys",
2325 "num-traits",
2326 "serde",
2327 "wasm-bindgen",
2328 "windows-targets 0.52.6",
2329]
2330
2331[[package]]
2332name = "chunked_transfer"
2333version = "1.5.0"
2334source = "registry+https://github.com/rust-lang/crates.io-index"
2335checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2336
2337[[package]]
2338name = "ciborium"
2339version = "0.2.2"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2342dependencies = [
2343 "ciborium-io",
2344 "ciborium-ll",
2345 "serde",
2346]
2347
2348[[package]]
2349name = "ciborium-io"
2350version = "0.2.2"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2353
2354[[package]]
2355name = "ciborium-ll"
2356version = "0.2.2"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2359dependencies = [
2360 "ciborium-io",
2361 "half",
2362]
2363
2364[[package]]
2365name = "cipher"
2366version = "0.4.4"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2369dependencies = [
2370 "crypto-common",
2371 "inout",
2372 "zeroize",
2373]
2374
2375[[package]]
2376name = "clang-sys"
2377version = "1.8.1"
2378source = "registry+https://github.com/rust-lang/crates.io-index"
2379checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2380dependencies = [
2381 "glob",
2382 "libc",
2383 "libloading",
2384]
2385
2386[[package]]
2387name = "clap"
2388version = "4.5.23"
2389source = "registry+https://github.com/rust-lang/crates.io-index"
2390checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
2391dependencies = [
2392 "clap_builder",
2393 "clap_derive",
2394]
2395
2396[[package]]
2397name = "clap_builder"
2398version = "4.5.23"
2399source = "registry+https://github.com/rust-lang/crates.io-index"
2400checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
2401dependencies = [
2402 "anstream",
2403 "anstyle",
2404 "clap_lex",
2405 "strsim",
2406 "terminal_size",
2407]
2408
2409[[package]]
2410name = "clap_complete"
2411version = "4.5.38"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2414dependencies = [
2415 "clap",
2416]
2417
2418[[package]]
2419name = "clap_derive"
2420version = "4.5.18"
2421source = "registry+https://github.com/rust-lang/crates.io-index"
2422checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2423dependencies = [
2424 "heck 0.5.0",
2425 "proc-macro2",
2426 "quote",
2427 "syn 2.0.90",
2428]
2429
2430[[package]]
2431name = "clap_lex"
2432version = "0.7.4"
2433source = "registry+https://github.com/rust-lang/crates.io-index"
2434checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2435
2436[[package]]
2437name = "cli"
2438version = "0.1.0"
2439dependencies = [
2440 "anyhow",
2441 "clap",
2442 "collections",
2443 "core-foundation 0.9.4",
2444 "core-services",
2445 "exec",
2446 "fork",
2447 "ipc-channel",
2448 "parking_lot",
2449 "paths",
2450 "plist",
2451 "release_channel",
2452 "serde",
2453 "tempfile",
2454 "util",
2455]
2456
2457[[package]]
2458name = "client"
2459version = "0.1.0"
2460dependencies = [
2461 "anyhow",
2462 "async-native-tls",
2463 "async-recursion 0.3.2",
2464 "async-tungstenite 0.28.2",
2465 "chrono",
2466 "clock",
2467 "cocoa 0.26.0",
2468 "collections",
2469 "feature_flags",
2470 "futures 0.3.31",
2471 "gpui",
2472 "http_client",
2473 "log",
2474 "parking_lot",
2475 "paths",
2476 "postage",
2477 "rand 0.8.5",
2478 "release_channel",
2479 "rpc",
2480 "rustls 0.21.12",
2481 "rustls-native-certs 0.8.1",
2482 "schemars",
2483 "serde",
2484 "serde_json",
2485 "settings",
2486 "sha2",
2487 "smol",
2488 "telemetry",
2489 "telemetry_events",
2490 "text",
2491 "thiserror 1.0.69",
2492 "time",
2493 "tiny_http",
2494 "tokio-socks",
2495 "url",
2496 "util",
2497 "windows 0.58.0",
2498 "worktree",
2499]
2500
2501[[package]]
2502name = "clock"
2503version = "0.1.0"
2504dependencies = [
2505 "parking_lot",
2506 "serde",
2507 "smallvec",
2508]
2509
2510[[package]]
2511name = "cobs"
2512version = "0.2.3"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2515
2516[[package]]
2517name = "cocoa"
2518version = "0.25.0"
2519source = "registry+https://github.com/rust-lang/crates.io-index"
2520checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2521dependencies = [
2522 "bitflags 1.3.2",
2523 "block",
2524 "cocoa-foundation 0.1.2",
2525 "core-foundation 0.9.4",
2526 "core-graphics 0.23.2",
2527 "foreign-types 0.5.0",
2528 "libc",
2529 "objc",
2530]
2531
2532[[package]]
2533name = "cocoa"
2534version = "0.26.0"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2537dependencies = [
2538 "bitflags 2.6.0",
2539 "block",
2540 "cocoa-foundation 0.2.0",
2541 "core-foundation 0.10.0",
2542 "core-graphics 0.24.0",
2543 "foreign-types 0.5.0",
2544 "libc",
2545 "objc",
2546]
2547
2548[[package]]
2549name = "cocoa-foundation"
2550version = "0.1.2"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2553dependencies = [
2554 "bitflags 1.3.2",
2555 "block",
2556 "core-foundation 0.9.4",
2557 "core-graphics-types 0.1.3",
2558 "libc",
2559 "objc",
2560]
2561
2562[[package]]
2563name = "cocoa-foundation"
2564version = "0.2.0"
2565source = "registry+https://github.com/rust-lang/crates.io-index"
2566checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2567dependencies = [
2568 "bitflags 2.6.0",
2569 "block",
2570 "core-foundation 0.10.0",
2571 "core-graphics-types 0.2.0",
2572 "libc",
2573 "objc",
2574]
2575
2576[[package]]
2577name = "codespan-reporting"
2578version = "0.11.1"
2579source = "registry+https://github.com/rust-lang/crates.io-index"
2580checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2581dependencies = [
2582 "termcolor",
2583 "unicode-width",
2584]
2585
2586[[package]]
2587name = "collab"
2588version = "0.44.0"
2589dependencies = [
2590 "anthropic",
2591 "anyhow",
2592 "assistant",
2593 "assistant_tool",
2594 "async-stripe",
2595 "async-trait",
2596 "async-tungstenite 0.28.2",
2597 "audio",
2598 "aws-config",
2599 "aws-sdk-kinesis",
2600 "aws-sdk-s3",
2601 "axum",
2602 "axum-extra",
2603 "base64 0.22.1",
2604 "call",
2605 "channel",
2606 "chrono",
2607 "client",
2608 "clock",
2609 "collab_ui",
2610 "collections",
2611 "context_server",
2612 "ctor",
2613 "dashmap 6.1.0",
2614 "derive_more",
2615 "editor",
2616 "env_logger 0.11.6",
2617 "envy",
2618 "extension",
2619 "file_finder",
2620 "fireworks",
2621 "fs",
2622 "futures 0.3.31",
2623 "git",
2624 "git_hosting_providers",
2625 "google_ai",
2626 "gpui",
2627 "hex",
2628 "http_client",
2629 "hyper 0.14.32",
2630 "indoc",
2631 "jsonwebtoken",
2632 "language",
2633 "language_model",
2634 "livekit_client",
2635 "livekit_client_macos",
2636 "livekit_server",
2637 "log",
2638 "lsp",
2639 "menu",
2640 "multi_buffer",
2641 "nanoid",
2642 "node_runtime",
2643 "notifications",
2644 "open_ai",
2645 "parking_lot",
2646 "pretty_assertions",
2647 "project",
2648 "prometheus",
2649 "prost 0.9.0",
2650 "rand 0.8.5",
2651 "recent_projects",
2652 "release_channel",
2653 "remote",
2654 "remote_server",
2655 "reqwest 0.11.27",
2656 "reqwest_client",
2657 "rpc",
2658 "rustc-demangle",
2659 "scrypt",
2660 "sea-orm",
2661 "semantic_version",
2662 "semver",
2663 "serde",
2664 "serde_derive",
2665 "serde_json",
2666 "session",
2667 "settings",
2668 "sha2",
2669 "sqlx",
2670 "strum",
2671 "subtle",
2672 "supermaven_api",
2673 "telemetry_events",
2674 "text",
2675 "theme",
2676 "thiserror 1.0.69",
2677 "time",
2678 "tokio",
2679 "toml 0.8.19",
2680 "tower",
2681 "tower-http 0.4.4",
2682 "tracing",
2683 "tracing-subscriber",
2684 "unindent",
2685 "util",
2686 "uuid",
2687 "workspace",
2688 "worktree",
2689]
2690
2691[[package]]
2692name = "collab_ui"
2693version = "0.1.0"
2694dependencies = [
2695 "anyhow",
2696 "call",
2697 "channel",
2698 "chrono",
2699 "client",
2700 "collections",
2701 "db",
2702 "editor",
2703 "emojis",
2704 "futures 0.3.31",
2705 "fuzzy",
2706 "gpui",
2707 "http_client",
2708 "language",
2709 "menu",
2710 "notifications",
2711 "picker",
2712 "pretty_assertions",
2713 "project",
2714 "release_channel",
2715 "rich_text",
2716 "rpc",
2717 "schemars",
2718 "serde",
2719 "serde_derive",
2720 "serde_json",
2721 "settings",
2722 "smallvec",
2723 "story",
2724 "telemetry",
2725 "theme",
2726 "time",
2727 "time_format",
2728 "title_bar",
2729 "tree-sitter-md",
2730 "ui",
2731 "util",
2732 "workspace",
2733]
2734
2735[[package]]
2736name = "collections"
2737version = "0.1.0"
2738dependencies = [
2739 "indexmap",
2740 "rustc-hash 2.1.0",
2741]
2742
2743[[package]]
2744name = "color_quant"
2745version = "1.1.0"
2746source = "registry+https://github.com/rust-lang/crates.io-index"
2747checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2748
2749[[package]]
2750name = "colorchoice"
2751version = "1.0.3"
2752source = "registry+https://github.com/rust-lang/crates.io-index"
2753checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2754
2755[[package]]
2756name = "combine"
2757version = "4.6.7"
2758source = "registry+https://github.com/rust-lang/crates.io-index"
2759checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2760dependencies = [
2761 "bytes 1.9.0",
2762 "memchr",
2763]
2764
2765[[package]]
2766name = "command_palette"
2767version = "0.1.0"
2768dependencies = [
2769 "client",
2770 "collections",
2771 "command_palette_hooks",
2772 "ctor",
2773 "editor",
2774 "env_logger 0.11.6",
2775 "fuzzy",
2776 "go_to_line",
2777 "gpui",
2778 "language",
2779 "menu",
2780 "picker",
2781 "postage",
2782 "project",
2783 "serde",
2784 "serde_json",
2785 "settings",
2786 "telemetry",
2787 "theme",
2788 "ui",
2789 "util",
2790 "workspace",
2791 "zed_actions",
2792]
2793
2794[[package]]
2795name = "command_palette_hooks"
2796version = "0.1.0"
2797dependencies = [
2798 "collections",
2799 "derive_more",
2800 "gpui",
2801]
2802
2803[[package]]
2804name = "concurrent-queue"
2805version = "2.5.0"
2806source = "registry+https://github.com/rust-lang/crates.io-index"
2807checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2808dependencies = [
2809 "crossbeam-utils",
2810]
2811
2812[[package]]
2813name = "console"
2814version = "0.15.8"
2815source = "registry+https://github.com/rust-lang/crates.io-index"
2816checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2817dependencies = [
2818 "encode_unicode",
2819 "lazy_static",
2820 "libc",
2821 "unicode-width",
2822 "windows-sys 0.52.0",
2823]
2824
2825[[package]]
2826name = "const-oid"
2827version = "0.9.6"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2830
2831[[package]]
2832name = "const-random"
2833version = "0.1.18"
2834source = "registry+https://github.com/rust-lang/crates.io-index"
2835checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2836dependencies = [
2837 "const-random-macro",
2838]
2839
2840[[package]]
2841name = "const-random-macro"
2842version = "0.1.16"
2843source = "registry+https://github.com/rust-lang/crates.io-index"
2844checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2845dependencies = [
2846 "getrandom 0.2.15",
2847 "once_cell",
2848 "tiny-keccak",
2849]
2850
2851[[package]]
2852name = "constant_time_eq"
2853version = "0.1.5"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2856
2857[[package]]
2858name = "constant_time_eq"
2859version = "0.3.1"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2862
2863[[package]]
2864name = "context_server"
2865version = "0.1.0"
2866dependencies = [
2867 "anyhow",
2868 "assistant_tool",
2869 "collections",
2870 "command_palette_hooks",
2871 "context_server_settings",
2872 "extension",
2873 "futures 0.3.31",
2874 "gpui",
2875 "log",
2876 "parking_lot",
2877 "postage",
2878 "project",
2879 "serde",
2880 "serde_json",
2881 "settings",
2882 "smol",
2883 "url",
2884 "util",
2885 "workspace",
2886]
2887
2888[[package]]
2889name = "context_server_settings"
2890version = "0.1.0"
2891dependencies = [
2892 "anyhow",
2893 "collections",
2894 "gpui",
2895 "schemars",
2896 "serde",
2897 "serde_json",
2898 "settings",
2899]
2900
2901[[package]]
2902name = "convert_case"
2903version = "0.4.0"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2906
2907[[package]]
2908name = "convert_case"
2909version = "0.6.0"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2912dependencies = [
2913 "unicode-segmentation",
2914]
2915
2916[[package]]
2917name = "copilot"
2918version = "0.1.0"
2919dependencies = [
2920 "anyhow",
2921 "async-compression",
2922 "async-std",
2923 "async-tar",
2924 "chrono",
2925 "client",
2926 "clock",
2927 "collections",
2928 "command_palette_hooks",
2929 "editor",
2930 "fs",
2931 "futures 0.3.31",
2932 "gpui",
2933 "http_client",
2934 "indoc",
2935 "inline_completion",
2936 "language",
2937 "lsp",
2938 "menu",
2939 "node_runtime",
2940 "parking_lot",
2941 "paths",
2942 "project",
2943 "rpc",
2944 "schemars",
2945 "serde",
2946 "serde_json",
2947 "settings",
2948 "smol",
2949 "strum",
2950 "task",
2951 "theme",
2952 "ui",
2953 "util",
2954 "workspace",
2955]
2956
2957[[package]]
2958name = "core-foundation"
2959version = "0.9.4"
2960source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2962dependencies = [
2963 "core-foundation-sys",
2964 "libc",
2965]
2966
2967[[package]]
2968name = "core-foundation"
2969version = "0.10.0"
2970source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
2972dependencies = [
2973 "core-foundation-sys",
2974 "libc",
2975]
2976
2977[[package]]
2978name = "core-foundation-sys"
2979version = "0.8.7"
2980source = "registry+https://github.com/rust-lang/crates.io-index"
2981checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2982
2983[[package]]
2984name = "core-graphics"
2985version = "0.23.2"
2986source = "registry+https://github.com/rust-lang/crates.io-index"
2987checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2988dependencies = [
2989 "bitflags 1.3.2",
2990 "core-foundation 0.9.4",
2991 "core-graphics-types 0.1.3",
2992 "foreign-types 0.5.0",
2993 "libc",
2994]
2995
2996[[package]]
2997name = "core-graphics"
2998version = "0.24.0"
2999source = "registry+https://github.com/rust-lang/crates.io-index"
3000checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3001dependencies = [
3002 "bitflags 2.6.0",
3003 "core-foundation 0.10.0",
3004 "core-graphics-types 0.2.0",
3005 "foreign-types 0.5.0",
3006 "libc",
3007]
3008
3009[[package]]
3010name = "core-graphics-types"
3011version = "0.1.3"
3012source = "registry+https://github.com/rust-lang/crates.io-index"
3013checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3014dependencies = [
3015 "bitflags 1.3.2",
3016 "core-foundation 0.9.4",
3017 "libc",
3018]
3019
3020[[package]]
3021name = "core-graphics-types"
3022version = "0.2.0"
3023source = "registry+https://github.com/rust-lang/crates.io-index"
3024checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3025dependencies = [
3026 "bitflags 2.6.0",
3027 "core-foundation 0.10.0",
3028 "libc",
3029]
3030
3031[[package]]
3032name = "core-services"
3033version = "0.2.1"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3036dependencies = [
3037 "core-foundation 0.9.4",
3038]
3039
3040[[package]]
3041name = "core-text"
3042version = "20.1.0"
3043source = "registry+https://github.com/rust-lang/crates.io-index"
3044checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3045dependencies = [
3046 "core-foundation 0.9.4",
3047 "core-graphics 0.23.2",
3048 "foreign-types 0.5.0",
3049 "libc",
3050]
3051
3052[[package]]
3053name = "coreaudio-rs"
3054version = "0.11.3"
3055source = "registry+https://github.com/rust-lang/crates.io-index"
3056checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3057dependencies = [
3058 "bitflags 1.3.2",
3059 "core-foundation-sys",
3060 "coreaudio-sys",
3061]
3062
3063[[package]]
3064name = "coreaudio-rs"
3065version = "0.12.1"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3068dependencies = [
3069 "bitflags 1.3.2",
3070 "core-foundation-sys",
3071 "coreaudio-sys",
3072]
3073
3074[[package]]
3075name = "coreaudio-sys"
3076version = "0.2.16"
3077source = "registry+https://github.com/rust-lang/crates.io-index"
3078checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3079dependencies = [
3080 "bindgen",
3081]
3082
3083[[package]]
3084name = "cosmic-text"
3085version = "0.11.2"
3086source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3087dependencies = [
3088 "bitflags 2.6.0",
3089 "fontdb",
3090 "log",
3091 "rangemap",
3092 "rayon",
3093 "rustc-hash 1.1.0",
3094 "rustybuzz",
3095 "self_cell",
3096 "swash",
3097 "sys-locale",
3098 "ttf-parser",
3099 "unicode-bidi",
3100 "unicode-linebreak",
3101 "unicode-script",
3102 "unicode-segmentation",
3103]
3104
3105[[package]]
3106name = "cpal"
3107version = "0.15.3"
3108source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3109dependencies = [
3110 "alsa",
3111 "core-foundation-sys",
3112 "coreaudio-rs 0.11.3",
3113 "dasp_sample",
3114 "jni",
3115 "js-sys",
3116 "libc",
3117 "mach2",
3118 "ndk",
3119 "ndk-context",
3120 "oboe",
3121 "wasm-bindgen",
3122 "wasm-bindgen-futures",
3123 "web-sys",
3124 "windows 0.54.0",
3125]
3126
3127[[package]]
3128name = "cpp_demangle"
3129version = "0.4.4"
3130source = "registry+https://github.com/rust-lang/crates.io-index"
3131checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3132dependencies = [
3133 "cfg-if",
3134]
3135
3136[[package]]
3137name = "cpufeatures"
3138version = "0.2.16"
3139source = "registry+https://github.com/rust-lang/crates.io-index"
3140checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3141dependencies = [
3142 "libc",
3143]
3144
3145[[package]]
3146name = "cranelift-bforest"
3147version = "0.111.2"
3148source = "registry+https://github.com/rust-lang/crates.io-index"
3149checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3150dependencies = [
3151 "cranelift-entity",
3152]
3153
3154[[package]]
3155name = "cranelift-bitset"
3156version = "0.111.2"
3157source = "registry+https://github.com/rust-lang/crates.io-index"
3158checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3159dependencies = [
3160 "serde",
3161 "serde_derive",
3162]
3163
3164[[package]]
3165name = "cranelift-codegen"
3166version = "0.111.2"
3167source = "registry+https://github.com/rust-lang/crates.io-index"
3168checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3169dependencies = [
3170 "bumpalo",
3171 "cranelift-bforest",
3172 "cranelift-bitset",
3173 "cranelift-codegen-meta",
3174 "cranelift-codegen-shared",
3175 "cranelift-control",
3176 "cranelift-entity",
3177 "cranelift-isle",
3178 "gimli 0.29.0",
3179 "hashbrown 0.14.5",
3180 "log",
3181 "regalloc2",
3182 "rustc-hash 1.1.0",
3183 "smallvec",
3184 "target-lexicon",
3185]
3186
3187[[package]]
3188name = "cranelift-codegen-meta"
3189version = "0.111.2"
3190source = "registry+https://github.com/rust-lang/crates.io-index"
3191checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3192dependencies = [
3193 "cranelift-codegen-shared",
3194]
3195
3196[[package]]
3197name = "cranelift-codegen-shared"
3198version = "0.111.2"
3199source = "registry+https://github.com/rust-lang/crates.io-index"
3200checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3201
3202[[package]]
3203name = "cranelift-control"
3204version = "0.111.2"
3205source = "registry+https://github.com/rust-lang/crates.io-index"
3206checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3207dependencies = [
3208 "arbitrary",
3209]
3210
3211[[package]]
3212name = "cranelift-entity"
3213version = "0.111.2"
3214source = "registry+https://github.com/rust-lang/crates.io-index"
3215checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3216dependencies = [
3217 "cranelift-bitset",
3218 "serde",
3219 "serde_derive",
3220]
3221
3222[[package]]
3223name = "cranelift-frontend"
3224version = "0.111.2"
3225source = "registry+https://github.com/rust-lang/crates.io-index"
3226checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3227dependencies = [
3228 "cranelift-codegen",
3229 "log",
3230 "smallvec",
3231 "target-lexicon",
3232]
3233
3234[[package]]
3235name = "cranelift-isle"
3236version = "0.111.2"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3239
3240[[package]]
3241name = "cranelift-native"
3242version = "0.111.2"
3243source = "registry+https://github.com/rust-lang/crates.io-index"
3244checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3245dependencies = [
3246 "cranelift-codegen",
3247 "libc",
3248 "target-lexicon",
3249]
3250
3251[[package]]
3252name = "cranelift-wasm"
3253version = "0.111.2"
3254source = "registry+https://github.com/rust-lang/crates.io-index"
3255checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3256dependencies = [
3257 "cranelift-codegen",
3258 "cranelift-entity",
3259 "cranelift-frontend",
3260 "itertools 0.12.1",
3261 "log",
3262 "smallvec",
3263 "wasmparser 0.215.0",
3264 "wasmtime-types",
3265]
3266
3267[[package]]
3268name = "crc"
3269version = "3.2.1"
3270source = "registry+https://github.com/rust-lang/crates.io-index"
3271checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3272dependencies = [
3273 "crc-catalog",
3274]
3275
3276[[package]]
3277name = "crc-catalog"
3278version = "2.4.0"
3279source = "registry+https://github.com/rust-lang/crates.io-index"
3280checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3281
3282[[package]]
3283name = "crc32c"
3284version = "0.6.8"
3285source = "registry+https://github.com/rust-lang/crates.io-index"
3286checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3287dependencies = [
3288 "rustc_version",
3289]
3290
3291[[package]]
3292name = "crc32fast"
3293version = "1.4.2"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3296dependencies = [
3297 "cfg-if",
3298]
3299
3300[[package]]
3301name = "criterion"
3302version = "0.5.1"
3303source = "registry+https://github.com/rust-lang/crates.io-index"
3304checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3305dependencies = [
3306 "anes",
3307 "cast",
3308 "ciborium",
3309 "clap",
3310 "criterion-plot",
3311 "is-terminal",
3312 "itertools 0.10.5",
3313 "num-traits",
3314 "once_cell",
3315 "oorandom",
3316 "plotters",
3317 "rayon",
3318 "regex",
3319 "serde",
3320 "serde_derive",
3321 "serde_json",
3322 "tinytemplate",
3323 "walkdir",
3324]
3325
3326[[package]]
3327name = "criterion-plot"
3328version = "0.5.0"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3331dependencies = [
3332 "cast",
3333 "itertools 0.10.5",
3334]
3335
3336[[package]]
3337name = "crossbeam-channel"
3338version = "0.5.13"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3341dependencies = [
3342 "crossbeam-utils",
3343]
3344
3345[[package]]
3346name = "crossbeam-deque"
3347version = "0.8.5"
3348source = "registry+https://github.com/rust-lang/crates.io-index"
3349checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3350dependencies = [
3351 "crossbeam-epoch",
3352 "crossbeam-utils",
3353]
3354
3355[[package]]
3356name = "crossbeam-epoch"
3357version = "0.9.18"
3358source = "registry+https://github.com/rust-lang/crates.io-index"
3359checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3360dependencies = [
3361 "crossbeam-utils",
3362]
3363
3364[[package]]
3365name = "crossbeam-queue"
3366version = "0.3.11"
3367source = "registry+https://github.com/rust-lang/crates.io-index"
3368checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3369dependencies = [
3370 "crossbeam-utils",
3371]
3372
3373[[package]]
3374name = "crossbeam-utils"
3375version = "0.8.20"
3376source = "registry+https://github.com/rust-lang/crates.io-index"
3377checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3378
3379[[package]]
3380name = "crunchy"
3381version = "0.2.2"
3382source = "registry+https://github.com/rust-lang/crates.io-index"
3383checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3384
3385[[package]]
3386name = "crypto-bigint"
3387version = "0.4.9"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3390dependencies = [
3391 "generic-array",
3392 "rand_core 0.6.4",
3393 "subtle",
3394 "zeroize",
3395]
3396
3397[[package]]
3398name = "crypto-bigint"
3399version = "0.5.5"
3400source = "registry+https://github.com/rust-lang/crates.io-index"
3401checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3402dependencies = [
3403 "rand_core 0.6.4",
3404 "subtle",
3405]
3406
3407[[package]]
3408name = "crypto-common"
3409version = "0.1.6"
3410source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3412dependencies = [
3413 "generic-array",
3414 "rand_core 0.6.4",
3415 "typenum",
3416]
3417
3418[[package]]
3419name = "ctor"
3420version = "0.2.9"
3421source = "registry+https://github.com/rust-lang/crates.io-index"
3422checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
3423dependencies = [
3424 "quote",
3425 "syn 2.0.90",
3426]
3427
3428[[package]]
3429name = "ctrlc"
3430version = "3.4.5"
3431source = "registry+https://github.com/rust-lang/crates.io-index"
3432checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3433dependencies = [
3434 "nix",
3435 "windows-sys 0.59.0",
3436]
3437
3438[[package]]
3439name = "cursor-icon"
3440version = "1.1.0"
3441source = "registry+https://github.com/rust-lang/crates.io-index"
3442checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3443
3444[[package]]
3445name = "cxx"
3446version = "1.0.134"
3447source = "registry+https://github.com/rust-lang/crates.io-index"
3448checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3449dependencies = [
3450 "cc",
3451 "cxxbridge-cmd",
3452 "cxxbridge-flags",
3453 "cxxbridge-macro",
3454 "foldhash",
3455 "link-cplusplus",
3456]
3457
3458[[package]]
3459name = "cxx-build"
3460version = "1.0.134"
3461source = "registry+https://github.com/rust-lang/crates.io-index"
3462checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3463dependencies = [
3464 "cc",
3465 "codespan-reporting",
3466 "proc-macro2",
3467 "quote",
3468 "scratch",
3469 "syn 2.0.90",
3470]
3471
3472[[package]]
3473name = "cxxbridge-cmd"
3474version = "1.0.134"
3475source = "registry+https://github.com/rust-lang/crates.io-index"
3476checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3477dependencies = [
3478 "clap",
3479 "codespan-reporting",
3480 "proc-macro2",
3481 "quote",
3482 "syn 2.0.90",
3483]
3484
3485[[package]]
3486name = "cxxbridge-flags"
3487version = "1.0.134"
3488source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3490
3491[[package]]
3492name = "cxxbridge-macro"
3493version = "1.0.134"
3494source = "registry+https://github.com/rust-lang/crates.io-index"
3495checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3496dependencies = [
3497 "proc-macro2",
3498 "quote",
3499 "rustversion",
3500 "syn 2.0.90",
3501]
3502
3503[[package]]
3504name = "dashmap"
3505version = "5.5.3"
3506source = "registry+https://github.com/rust-lang/crates.io-index"
3507checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3508dependencies = [
3509 "cfg-if",
3510 "hashbrown 0.14.5",
3511 "lock_api",
3512 "once_cell",
3513 "parking_lot_core",
3514]
3515
3516[[package]]
3517name = "dashmap"
3518version = "6.1.0"
3519source = "registry+https://github.com/rust-lang/crates.io-index"
3520checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3521dependencies = [
3522 "cfg-if",
3523 "crossbeam-utils",
3524 "hashbrown 0.14.5",
3525 "lock_api",
3526 "once_cell",
3527 "parking_lot_core",
3528]
3529
3530[[package]]
3531name = "dasp_sample"
3532version = "0.11.0"
3533source = "registry+https://github.com/rust-lang/crates.io-index"
3534checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3535
3536[[package]]
3537name = "data-encoding"
3538version = "2.6.0"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3541
3542[[package]]
3543name = "data-url"
3544version = "0.3.1"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3547
3548[[package]]
3549name = "db"
3550version = "0.1.0"
3551dependencies = [
3552 "anyhow",
3553 "gpui",
3554 "indoc",
3555 "log",
3556 "paths",
3557 "release_channel",
3558 "smol",
3559 "sqlez",
3560 "sqlez_macros",
3561 "tempfile",
3562 "util",
3563]
3564
3565[[package]]
3566name = "dbus"
3567version = "0.9.7"
3568source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3570dependencies = [
3571 "libc",
3572 "libdbus-sys",
3573 "winapi",
3574]
3575
3576[[package]]
3577name = "deflate64"
3578version = "0.1.9"
3579source = "registry+https://github.com/rust-lang/crates.io-index"
3580checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3581
3582[[package]]
3583name = "der"
3584version = "0.6.1"
3585source = "registry+https://github.com/rust-lang/crates.io-index"
3586checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3587dependencies = [
3588 "const-oid",
3589 "zeroize",
3590]
3591
3592[[package]]
3593name = "der"
3594version = "0.7.9"
3595source = "registry+https://github.com/rust-lang/crates.io-index"
3596checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3597dependencies = [
3598 "const-oid",
3599 "pem-rfc7468",
3600 "zeroize",
3601]
3602
3603[[package]]
3604name = "deranged"
3605version = "0.3.11"
3606source = "registry+https://github.com/rust-lang/crates.io-index"
3607checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3608dependencies = [
3609 "powerfmt",
3610 "serde",
3611]
3612
3613[[package]]
3614name = "derive_more"
3615version = "0.99.18"
3616source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3618dependencies = [
3619 "convert_case 0.4.0",
3620 "proc-macro2",
3621 "quote",
3622 "rustc_version",
3623 "syn 2.0.90",
3624]
3625
3626[[package]]
3627name = "derive_refineable"
3628version = "0.1.0"
3629dependencies = [
3630 "proc-macro2",
3631 "quote",
3632 "syn 1.0.109",
3633]
3634
3635[[package]]
3636name = "diagnostics"
3637version = "0.1.0"
3638dependencies = [
3639 "anyhow",
3640 "client",
3641 "collections",
3642 "ctor",
3643 "editor",
3644 "env_logger 0.11.6",
3645 "gpui",
3646 "language",
3647 "log",
3648 "lsp",
3649 "pretty_assertions",
3650 "project",
3651 "rand 0.8.5",
3652 "schemars",
3653 "serde",
3654 "serde_json",
3655 "settings",
3656 "theme",
3657 "ui",
3658 "unindent",
3659 "util",
3660 "workspace",
3661]
3662
3663[[package]]
3664name = "dialoguer"
3665version = "0.11.0"
3666source = "registry+https://github.com/rust-lang/crates.io-index"
3667checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3668dependencies = [
3669 "console",
3670 "fuzzy-matcher",
3671 "shell-words",
3672 "tempfile",
3673 "thiserror 1.0.69",
3674 "zeroize",
3675]
3676
3677[[package]]
3678name = "diff"
3679version = "0.1.13"
3680source = "registry+https://github.com/rust-lang/crates.io-index"
3681checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3682
3683[[package]]
3684name = "digest"
3685version = "0.10.7"
3686source = "registry+https://github.com/rust-lang/crates.io-index"
3687checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3688dependencies = [
3689 "block-buffer",
3690 "const-oid",
3691 "crypto-common",
3692 "subtle",
3693]
3694
3695[[package]]
3696name = "dirs"
3697version = "4.0.0"
3698source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3700dependencies = [
3701 "dirs-sys 0.3.7",
3702]
3703
3704[[package]]
3705name = "dirs"
3706version = "5.0.1"
3707source = "registry+https://github.com/rust-lang/crates.io-index"
3708checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3709dependencies = [
3710 "dirs-sys 0.4.1",
3711]
3712
3713[[package]]
3714name = "dirs-sys"
3715version = "0.3.7"
3716source = "registry+https://github.com/rust-lang/crates.io-index"
3717checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3718dependencies = [
3719 "libc",
3720 "redox_users",
3721 "winapi",
3722]
3723
3724[[package]]
3725name = "dirs-sys"
3726version = "0.4.1"
3727source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3729dependencies = [
3730 "libc",
3731 "option-ext",
3732 "redox_users",
3733 "windows-sys 0.48.0",
3734]
3735
3736[[package]]
3737name = "displaydoc"
3738version = "0.2.5"
3739source = "registry+https://github.com/rust-lang/crates.io-index"
3740checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3741dependencies = [
3742 "proc-macro2",
3743 "quote",
3744 "syn 2.0.90",
3745]
3746
3747[[package]]
3748name = "dlib"
3749version = "0.5.2"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3752dependencies = [
3753 "libloading",
3754]
3755
3756[[package]]
3757name = "docs_preprocessor"
3758version = "0.1.0"
3759dependencies = [
3760 "anyhow",
3761 "clap",
3762 "mdbook",
3763 "regex",
3764 "serde",
3765 "serde_json",
3766 "settings",
3767 "util",
3768]
3769
3770[[package]]
3771name = "dotenvy"
3772version = "0.15.7"
3773source = "registry+https://github.com/rust-lang/crates.io-index"
3774checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3775
3776[[package]]
3777name = "downcast-rs"
3778version = "1.2.1"
3779source = "registry+https://github.com/rust-lang/crates.io-index"
3780checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3781
3782[[package]]
3783name = "doxygen-rs"
3784version = "0.4.2"
3785source = "registry+https://github.com/rust-lang/crates.io-index"
3786checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3787dependencies = [
3788 "phf",
3789]
3790
3791[[package]]
3792name = "dunce"
3793version = "1.0.5"
3794source = "registry+https://github.com/rust-lang/crates.io-index"
3795checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3796
3797[[package]]
3798name = "dwrote"
3799version = "0.11.2"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
3802dependencies = [
3803 "lazy_static",
3804 "libc",
3805 "winapi",
3806 "wio",
3807]
3808
3809[[package]]
3810name = "dyn-clone"
3811version = "1.0.17"
3812source = "registry+https://github.com/rust-lang/crates.io-index"
3813checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3814
3815[[package]]
3816name = "ec4rs"
3817version = "1.1.1"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3820
3821[[package]]
3822name = "ecdsa"
3823version = "0.14.8"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3826dependencies = [
3827 "der 0.6.1",
3828 "elliptic-curve",
3829 "rfc6979",
3830 "signature 1.6.4",
3831]
3832
3833[[package]]
3834name = "editor"
3835version = "0.1.0"
3836dependencies = [
3837 "aho-corasick",
3838 "anyhow",
3839 "assets",
3840 "chrono",
3841 "client",
3842 "clock",
3843 "collections",
3844 "convert_case 0.6.0",
3845 "ctor",
3846 "db",
3847 "emojis",
3848 "env_logger 0.11.6",
3849 "feature_flags",
3850 "file_icons",
3851 "fs",
3852 "futures 0.3.31",
3853 "fuzzy",
3854 "git",
3855 "gpui",
3856 "http_client",
3857 "indoc",
3858 "inline_completion",
3859 "itertools 0.14.0",
3860 "language",
3861 "linkify",
3862 "log",
3863 "lsp",
3864 "markdown",
3865 "multi_buffer",
3866 "ordered-float 2.10.1",
3867 "parking_lot",
3868 "pretty_assertions",
3869 "project",
3870 "rand 0.8.5",
3871 "release_channel",
3872 "rpc",
3873 "schemars",
3874 "serde",
3875 "serde_json",
3876 "settings",
3877 "similar",
3878 "smallvec",
3879 "smol",
3880 "snippet",
3881 "sum_tree",
3882 "task",
3883 "telemetry",
3884 "tempfile",
3885 "text",
3886 "theme",
3887 "time",
3888 "time_format",
3889 "tree-sitter-html",
3890 "tree-sitter-rust",
3891 "tree-sitter-typescript",
3892 "ui",
3893 "unicode-script",
3894 "unicode-segmentation",
3895 "unindent",
3896 "url",
3897 "util",
3898 "uuid",
3899 "workspace",
3900]
3901
3902[[package]]
3903name = "either"
3904version = "1.13.0"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3907dependencies = [
3908 "serde",
3909]
3910
3911[[package]]
3912name = "elasticlunr-rs"
3913version = "3.0.2"
3914source = "registry+https://github.com/rust-lang/crates.io-index"
3915checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3916dependencies = [
3917 "regex",
3918 "serde",
3919 "serde_derive",
3920 "serde_json",
3921]
3922
3923[[package]]
3924name = "elliptic-curve"
3925version = "0.12.3"
3926source = "registry+https://github.com/rust-lang/crates.io-index"
3927checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3928dependencies = [
3929 "base16ct",
3930 "crypto-bigint 0.4.9",
3931 "der 0.6.1",
3932 "digest",
3933 "ff",
3934 "generic-array",
3935 "group",
3936 "pkcs8 0.9.0",
3937 "rand_core 0.6.4",
3938 "sec1",
3939 "subtle",
3940 "zeroize",
3941]
3942
3943[[package]]
3944name = "embed-resource"
3945version = "3.0.1"
3946source = "registry+https://github.com/rust-lang/crates.io-index"
3947checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
3948dependencies = [
3949 "cc",
3950 "memchr",
3951 "rustc_version",
3952 "toml 0.8.19",
3953 "vswhom",
3954 "winreg 0.52.0",
3955]
3956
3957[[package]]
3958name = "embedded-io"
3959version = "0.4.0"
3960source = "registry+https://github.com/rust-lang/crates.io-index"
3961checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3962
3963[[package]]
3964name = "embedded-io"
3965version = "0.6.1"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3968
3969[[package]]
3970name = "emojis"
3971version = "0.6.4"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
3974dependencies = [
3975 "phf",
3976]
3977
3978[[package]]
3979name = "encode_unicode"
3980version = "0.3.6"
3981source = "registry+https://github.com/rust-lang/crates.io-index"
3982checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3983
3984[[package]]
3985name = "encoding_rs"
3986version = "0.8.35"
3987source = "registry+https://github.com/rust-lang/crates.io-index"
3988checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
3989dependencies = [
3990 "cfg-if",
3991]
3992
3993[[package]]
3994name = "endi"
3995version = "1.1.0"
3996source = "registry+https://github.com/rust-lang/crates.io-index"
3997checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3998
3999[[package]]
4000name = "enumflags2"
4001version = "0.7.10"
4002source = "registry+https://github.com/rust-lang/crates.io-index"
4003checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4004dependencies = [
4005 "enumflags2_derive",
4006 "serde",
4007]
4008
4009[[package]]
4010name = "enumflags2_derive"
4011version = "0.7.10"
4012source = "registry+https://github.com/rust-lang/crates.io-index"
4013checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4014dependencies = [
4015 "proc-macro2",
4016 "quote",
4017 "syn 2.0.90",
4018]
4019
4020[[package]]
4021name = "env_filter"
4022version = "0.1.2"
4023source = "registry+https://github.com/rust-lang/crates.io-index"
4024checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4025dependencies = [
4026 "log",
4027 "regex",
4028]
4029
4030[[package]]
4031name = "env_logger"
4032version = "0.10.2"
4033source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4035dependencies = [
4036 "humantime",
4037 "is-terminal",
4038 "log",
4039 "regex",
4040 "termcolor",
4041]
4042
4043[[package]]
4044name = "env_logger"
4045version = "0.11.6"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4048dependencies = [
4049 "anstream",
4050 "anstyle",
4051 "env_filter",
4052 "humantime",
4053 "log",
4054]
4055
4056[[package]]
4057name = "envy"
4058version = "0.4.2"
4059source = "registry+https://github.com/rust-lang/crates.io-index"
4060checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4061dependencies = [
4062 "serde",
4063]
4064
4065[[package]]
4066name = "equivalent"
4067version = "1.0.1"
4068source = "registry+https://github.com/rust-lang/crates.io-index"
4069checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4070
4071[[package]]
4072name = "erased-serde"
4073version = "0.4.5"
4074source = "registry+https://github.com/rust-lang/crates.io-index"
4075checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4076dependencies = [
4077 "serde",
4078 "typeid",
4079]
4080
4081[[package]]
4082name = "errno"
4083version = "0.2.8"
4084source = "registry+https://github.com/rust-lang/crates.io-index"
4085checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4086dependencies = [
4087 "errno-dragonfly",
4088 "libc",
4089 "winapi",
4090]
4091
4092[[package]]
4093name = "errno"
4094version = "0.3.10"
4095source = "registry+https://github.com/rust-lang/crates.io-index"
4096checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4097dependencies = [
4098 "libc",
4099 "windows-sys 0.59.0",
4100]
4101
4102[[package]]
4103name = "errno-dragonfly"
4104version = "0.1.2"
4105source = "registry+https://github.com/rust-lang/crates.io-index"
4106checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4107dependencies = [
4108 "cc",
4109 "libc",
4110]
4111
4112[[package]]
4113name = "etagere"
4114version = "0.2.13"
4115source = "registry+https://github.com/rust-lang/crates.io-index"
4116checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
4117dependencies = [
4118 "euclid",
4119 "svg_fmt",
4120]
4121
4122[[package]]
4123name = "etcetera"
4124version = "0.8.0"
4125source = "registry+https://github.com/rust-lang/crates.io-index"
4126checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4127dependencies = [
4128 "cfg-if",
4129 "home",
4130 "windows-sys 0.48.0",
4131]
4132
4133[[package]]
4134name = "euclid"
4135version = "0.22.11"
4136source = "registry+https://github.com/rust-lang/crates.io-index"
4137checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4138dependencies = [
4139 "num-traits",
4140]
4141
4142[[package]]
4143name = "evals"
4144version = "0.1.0"
4145dependencies = [
4146 "anyhow",
4147 "clap",
4148 "client",
4149 "clock",
4150 "collections",
4151 "env_logger 0.11.6",
4152 "feature_flags",
4153 "fs",
4154 "git",
4155 "gpui",
4156 "http_client",
4157 "language",
4158 "languages",
4159 "node_runtime",
4160 "open_ai",
4161 "project",
4162 "reqwest_client",
4163 "semantic_index",
4164 "serde",
4165 "serde_json",
4166 "settings",
4167 "smol",
4168 "util",
4169]
4170
4171[[package]]
4172name = "event-listener"
4173version = "2.5.3"
4174source = "registry+https://github.com/rust-lang/crates.io-index"
4175checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4176
4177[[package]]
4178name = "event-listener"
4179version = "5.3.1"
4180source = "registry+https://github.com/rust-lang/crates.io-index"
4181checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4182dependencies = [
4183 "concurrent-queue",
4184 "parking",
4185 "pin-project-lite",
4186]
4187
4188[[package]]
4189name = "event-listener-strategy"
4190version = "0.5.3"
4191source = "registry+https://github.com/rust-lang/crates.io-index"
4192checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4193dependencies = [
4194 "event-listener 5.3.1",
4195 "pin-project-lite",
4196]
4197
4198[[package]]
4199name = "exec"
4200version = "0.3.1"
4201source = "registry+https://github.com/rust-lang/crates.io-index"
4202checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4203dependencies = [
4204 "errno 0.2.8",
4205 "libc",
4206]
4207
4208[[package]]
4209name = "exr"
4210version = "1.73.0"
4211source = "registry+https://github.com/rust-lang/crates.io-index"
4212checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4213dependencies = [
4214 "bit_field",
4215 "half",
4216 "lebe",
4217 "miniz_oxide",
4218 "rayon-core",
4219 "smallvec",
4220 "zune-inflate",
4221]
4222
4223[[package]]
4224name = "extension"
4225version = "0.1.0"
4226dependencies = [
4227 "anyhow",
4228 "async-compression",
4229 "async-tar",
4230 "async-trait",
4231 "collections",
4232 "fs",
4233 "futures 0.3.31",
4234 "gpui",
4235 "http_client",
4236 "language",
4237 "log",
4238 "lsp",
4239 "parking_lot",
4240 "semantic_version",
4241 "serde",
4242 "serde_json",
4243 "toml 0.8.19",
4244 "util",
4245 "wasm-encoder 0.215.0",
4246 "wasmparser 0.215.0",
4247 "wit-component",
4248]
4249
4250[[package]]
4251name = "extension_cli"
4252version = "0.1.0"
4253dependencies = [
4254 "anyhow",
4255 "clap",
4256 "env_logger 0.11.6",
4257 "extension",
4258 "fs",
4259 "language",
4260 "log",
4261 "reqwest_client",
4262 "rpc",
4263 "serde",
4264 "serde_json",
4265 "theme",
4266 "tokio",
4267 "toml 0.8.19",
4268 "tree-sitter",
4269 "wasmtime",
4270]
4271
4272[[package]]
4273name = "extension_host"
4274version = "0.1.0"
4275dependencies = [
4276 "anyhow",
4277 "async-compression",
4278 "async-tar",
4279 "async-trait",
4280 "client",
4281 "collections",
4282 "context_server_settings",
4283 "ctor",
4284 "env_logger 0.11.6",
4285 "extension",
4286 "fs",
4287 "futures 0.3.31",
4288 "gpui",
4289 "http_client",
4290 "language",
4291 "language_extension",
4292 "log",
4293 "lsp",
4294 "node_runtime",
4295 "parking_lot",
4296 "paths",
4297 "project",
4298 "release_channel",
4299 "remote",
4300 "reqwest_client",
4301 "schemars",
4302 "semantic_version",
4303 "serde",
4304 "serde_json",
4305 "serde_json_lenient",
4306 "settings",
4307 "task",
4308 "telemetry",
4309 "tempfile",
4310 "theme",
4311 "theme_extension",
4312 "toml 0.8.19",
4313 "url",
4314 "util",
4315 "wasmparser 0.215.0",
4316 "wasmtime",
4317 "wasmtime-wasi",
4318]
4319
4320[[package]]
4321name = "extensions_ui"
4322version = "0.1.0"
4323dependencies = [
4324 "anyhow",
4325 "client",
4326 "collections",
4327 "db",
4328 "editor",
4329 "extension_host",
4330 "fs",
4331 "fuzzy",
4332 "gpui",
4333 "language",
4334 "num-format",
4335 "picker",
4336 "project",
4337 "release_channel",
4338 "semantic_version",
4339 "serde",
4340 "settings",
4341 "smallvec",
4342 "telemetry",
4343 "theme",
4344 "ui",
4345 "util",
4346 "vim_mode_setting",
4347 "workspace",
4348 "zed_actions",
4349]
4350
4351[[package]]
4352name = "fallible-iterator"
4353version = "0.3.0"
4354source = "registry+https://github.com/rust-lang/crates.io-index"
4355checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4356
4357[[package]]
4358name = "fancy-regex"
4359version = "0.13.0"
4360source = "registry+https://github.com/rust-lang/crates.io-index"
4361checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4362dependencies = [
4363 "bit-set 0.5.3",
4364 "regex-automata 0.4.9",
4365 "regex-syntax 0.8.5",
4366]
4367
4368[[package]]
4369name = "fancy-regex"
4370version = "0.14.0"
4371source = "registry+https://github.com/rust-lang/crates.io-index"
4372checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4373dependencies = [
4374 "bit-set 0.8.0",
4375 "regex-automata 0.4.9",
4376 "regex-syntax 0.8.5",
4377]
4378
4379[[package]]
4380name = "fast-srgb8"
4381version = "1.0.0"
4382source = "registry+https://github.com/rust-lang/crates.io-index"
4383checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4384
4385[[package]]
4386name = "fastrand"
4387version = "1.9.0"
4388source = "registry+https://github.com/rust-lang/crates.io-index"
4389checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4390dependencies = [
4391 "instant",
4392]
4393
4394[[package]]
4395name = "fastrand"
4396version = "2.3.0"
4397source = "registry+https://github.com/rust-lang/crates.io-index"
4398checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4399
4400[[package]]
4401name = "fd-lock"
4402version = "4.0.2"
4403source = "registry+https://github.com/rust-lang/crates.io-index"
4404checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4405dependencies = [
4406 "cfg-if",
4407 "rustix",
4408 "windows-sys 0.52.0",
4409]
4410
4411[[package]]
4412name = "fdeflate"
4413version = "0.3.7"
4414source = "registry+https://github.com/rust-lang/crates.io-index"
4415checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4416dependencies = [
4417 "simd-adler32",
4418]
4419
4420[[package]]
4421name = "feature_flags"
4422version = "0.1.0"
4423dependencies = [
4424 "futures 0.3.31",
4425 "gpui",
4426]
4427
4428[[package]]
4429name = "feedback"
4430version = "0.1.0"
4431dependencies = [
4432 "anyhow",
4433 "bitflags 2.6.0",
4434 "client",
4435 "db",
4436 "editor",
4437 "futures 0.3.31",
4438 "gpui",
4439 "http_client",
4440 "human_bytes",
4441 "language",
4442 "log",
4443 "menu",
4444 "project",
4445 "regex",
4446 "release_channel",
4447 "serde",
4448 "serde_derive",
4449 "serde_json",
4450 "smol",
4451 "sysinfo",
4452 "ui",
4453 "urlencoding",
4454 "util",
4455 "workspace",
4456 "zed_actions",
4457]
4458
4459[[package]]
4460name = "ff"
4461version = "0.12.1"
4462source = "registry+https://github.com/rust-lang/crates.io-index"
4463checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4464dependencies = [
4465 "rand_core 0.6.4",
4466 "subtle",
4467]
4468
4469[[package]]
4470name = "file_finder"
4471version = "0.1.0"
4472dependencies = [
4473 "anyhow",
4474 "collections",
4475 "ctor",
4476 "editor",
4477 "env_logger 0.11.6",
4478 "file_icons",
4479 "futures 0.3.31",
4480 "fuzzy",
4481 "gpui",
4482 "language",
4483 "menu",
4484 "picker",
4485 "project",
4486 "schemars",
4487 "serde",
4488 "serde_derive",
4489 "serde_json",
4490 "settings",
4491 "text",
4492 "theme",
4493 "ui",
4494 "util",
4495 "workspace",
4496]
4497
4498[[package]]
4499name = "file_icons"
4500version = "0.1.0"
4501dependencies = [
4502 "collections",
4503 "gpui",
4504 "serde",
4505 "serde_derive",
4506 "serde_json",
4507 "settings",
4508 "theme",
4509 "util",
4510]
4511
4512[[package]]
4513name = "filedescriptor"
4514version = "0.8.2"
4515source = "registry+https://github.com/rust-lang/crates.io-index"
4516checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4517dependencies = [
4518 "libc",
4519 "thiserror 1.0.69",
4520 "winapi",
4521]
4522
4523[[package]]
4524name = "filetime"
4525version = "0.2.25"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4528dependencies = [
4529 "cfg-if",
4530 "libc",
4531 "libredox",
4532 "windows-sys 0.59.0",
4533]
4534
4535[[package]]
4536name = "fireworks"
4537version = "0.1.0"
4538dependencies = [
4539 "anyhow",
4540 "futures 0.3.31",
4541 "http_client",
4542 "serde",
4543 "serde_json",
4544]
4545
4546[[package]]
4547name = "fixedbitset"
4548version = "0.4.2"
4549source = "registry+https://github.com/rust-lang/crates.io-index"
4550checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4551
4552[[package]]
4553name = "flate2"
4554version = "1.0.35"
4555source = "registry+https://github.com/rust-lang/crates.io-index"
4556checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4557dependencies = [
4558 "crc32fast",
4559 "miniz_oxide",
4560]
4561
4562[[package]]
4563name = "float-cmp"
4564version = "0.9.0"
4565source = "registry+https://github.com/rust-lang/crates.io-index"
4566checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4567
4568[[package]]
4569name = "float-ord"
4570version = "0.3.2"
4571source = "registry+https://github.com/rust-lang/crates.io-index"
4572checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4573
4574[[package]]
4575name = "flume"
4576version = "0.11.1"
4577source = "registry+https://github.com/rust-lang/crates.io-index"
4578checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4579dependencies = [
4580 "futures-core",
4581 "futures-sink",
4582 "nanorand",
4583 "spin",
4584]
4585
4586[[package]]
4587name = "fnv"
4588version = "1.0.7"
4589source = "registry+https://github.com/rust-lang/crates.io-index"
4590checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4591
4592[[package]]
4593name = "foldhash"
4594version = "0.1.3"
4595source = "registry+https://github.com/rust-lang/crates.io-index"
4596checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4597
4598[[package]]
4599name = "font-kit"
4600version = "0.14.1"
4601source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4602dependencies = [
4603 "bitflags 2.6.0",
4604 "byteorder",
4605 "core-foundation 0.9.4",
4606 "core-graphics 0.23.2",
4607 "core-text",
4608 "dirs 5.0.1",
4609 "dwrote",
4610 "float-ord",
4611 "freetype-sys",
4612 "lazy_static",
4613 "libc",
4614 "log",
4615 "pathfinder_geometry",
4616 "pathfinder_simd",
4617 "walkdir",
4618 "winapi",
4619 "yeslogic-fontconfig-sys",
4620]
4621
4622[[package]]
4623name = "font-types"
4624version = "0.7.3"
4625source = "registry+https://github.com/rust-lang/crates.io-index"
4626checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4627dependencies = [
4628 "bytemuck",
4629]
4630
4631[[package]]
4632name = "fontconfig-parser"
4633version = "0.5.7"
4634source = "registry+https://github.com/rust-lang/crates.io-index"
4635checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4636dependencies = [
4637 "roxmltree",
4638]
4639
4640[[package]]
4641name = "fontdb"
4642version = "0.18.0"
4643source = "registry+https://github.com/rust-lang/crates.io-index"
4644checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4645dependencies = [
4646 "fontconfig-parser",
4647 "log",
4648 "memmap2",
4649 "slotmap",
4650 "tinyvec",
4651 "ttf-parser",
4652]
4653
4654[[package]]
4655name = "foreign-types"
4656version = "0.3.2"
4657source = "registry+https://github.com/rust-lang/crates.io-index"
4658checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4659dependencies = [
4660 "foreign-types-shared 0.1.1",
4661]
4662
4663[[package]]
4664name = "foreign-types"
4665version = "0.5.0"
4666source = "registry+https://github.com/rust-lang/crates.io-index"
4667checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4668dependencies = [
4669 "foreign-types-macros",
4670 "foreign-types-shared 0.3.1",
4671]
4672
4673[[package]]
4674name = "foreign-types-macros"
4675version = "0.2.3"
4676source = "registry+https://github.com/rust-lang/crates.io-index"
4677checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4678dependencies = [
4679 "proc-macro2",
4680 "quote",
4681 "syn 2.0.90",
4682]
4683
4684[[package]]
4685name = "foreign-types-shared"
4686version = "0.1.1"
4687source = "registry+https://github.com/rust-lang/crates.io-index"
4688checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4689
4690[[package]]
4691name = "foreign-types-shared"
4692version = "0.3.1"
4693source = "registry+https://github.com/rust-lang/crates.io-index"
4694checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4695
4696[[package]]
4697name = "fork"
4698version = "0.2.0"
4699source = "registry+https://github.com/rust-lang/crates.io-index"
4700checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4701dependencies = [
4702 "libc",
4703]
4704
4705[[package]]
4706name = "form_urlencoded"
4707version = "1.2.1"
4708source = "registry+https://github.com/rust-lang/crates.io-index"
4709checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4710dependencies = [
4711 "percent-encoding",
4712]
4713
4714[[package]]
4715name = "freetype-sys"
4716version = "0.20.1"
4717source = "registry+https://github.com/rust-lang/crates.io-index"
4718checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4719dependencies = [
4720 "cc",
4721 "libc",
4722 "pkg-config",
4723]
4724
4725[[package]]
4726name = "fs"
4727version = "0.1.0"
4728dependencies = [
4729 "anyhow",
4730 "ashpd",
4731 "async-tar",
4732 "async-trait",
4733 "cocoa 0.26.0",
4734 "collections",
4735 "fsevent",
4736 "futures 0.3.31",
4737 "git",
4738 "git2",
4739 "gpui",
4740 "libc",
4741 "log",
4742 "notify",
4743 "objc",
4744 "parking_lot",
4745 "paths",
4746 "proto",
4747 "rope",
4748 "serde",
4749 "serde_json",
4750 "smol",
4751 "tempfile",
4752 "text",
4753 "time",
4754 "util",
4755 "windows 0.58.0",
4756]
4757
4758[[package]]
4759name = "fs-set-times"
4760version = "0.20.2"
4761source = "registry+https://github.com/rust-lang/crates.io-index"
4762checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4763dependencies = [
4764 "io-lifetimes",
4765 "rustix",
4766 "windows-sys 0.59.0",
4767]
4768
4769[[package]]
4770name = "fs2"
4771version = "0.4.3"
4772source = "registry+https://github.com/rust-lang/crates.io-index"
4773checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4774dependencies = [
4775 "libc",
4776 "winapi",
4777]
4778
4779[[package]]
4780name = "fsevent"
4781version = "0.1.0"
4782dependencies = [
4783 "bitflags 2.6.0",
4784 "core-foundation 0.9.4",
4785 "fsevent-sys 3.1.0",
4786 "parking_lot",
4787 "tempfile",
4788]
4789
4790[[package]]
4791name = "fsevent-sys"
4792version = "3.1.0"
4793source = "registry+https://github.com/rust-lang/crates.io-index"
4794checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4795dependencies = [
4796 "libc",
4797]
4798
4799[[package]]
4800name = "fsevent-sys"
4801version = "4.1.0"
4802source = "registry+https://github.com/rust-lang/crates.io-index"
4803checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4804dependencies = [
4805 "libc",
4806]
4807
4808[[package]]
4809name = "funty"
4810version = "2.0.0"
4811source = "registry+https://github.com/rust-lang/crates.io-index"
4812checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4813
4814[[package]]
4815name = "futf"
4816version = "0.1.5"
4817source = "registry+https://github.com/rust-lang/crates.io-index"
4818checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4819dependencies = [
4820 "mac",
4821 "new_debug_unreachable",
4822]
4823
4824[[package]]
4825name = "futures"
4826version = "0.1.31"
4827source = "registry+https://github.com/rust-lang/crates.io-index"
4828checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4829
4830[[package]]
4831name = "futures"
4832version = "0.3.31"
4833source = "registry+https://github.com/rust-lang/crates.io-index"
4834checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4835dependencies = [
4836 "futures-channel",
4837 "futures-core",
4838 "futures-executor",
4839 "futures-io",
4840 "futures-sink",
4841 "futures-task",
4842 "futures-util",
4843]
4844
4845[[package]]
4846name = "futures-batch"
4847version = "0.6.1"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4850dependencies = [
4851 "futures 0.3.31",
4852 "futures-timer",
4853 "pin-utils",
4854]
4855
4856[[package]]
4857name = "futures-channel"
4858version = "0.3.31"
4859source = "registry+https://github.com/rust-lang/crates.io-index"
4860checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4861dependencies = [
4862 "futures-core",
4863 "futures-sink",
4864]
4865
4866[[package]]
4867name = "futures-core"
4868version = "0.3.31"
4869source = "registry+https://github.com/rust-lang/crates.io-index"
4870checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4871
4872[[package]]
4873name = "futures-executor"
4874version = "0.3.31"
4875source = "registry+https://github.com/rust-lang/crates.io-index"
4876checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
4877dependencies = [
4878 "futures-core",
4879 "futures-task",
4880 "futures-util",
4881]
4882
4883[[package]]
4884name = "futures-intrusive"
4885version = "0.5.0"
4886source = "registry+https://github.com/rust-lang/crates.io-index"
4887checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4888dependencies = [
4889 "futures-core",
4890 "lock_api",
4891 "parking_lot",
4892]
4893
4894[[package]]
4895name = "futures-io"
4896version = "0.3.31"
4897source = "registry+https://github.com/rust-lang/crates.io-index"
4898checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
4899
4900[[package]]
4901name = "futures-lite"
4902version = "1.13.0"
4903source = "registry+https://github.com/rust-lang/crates.io-index"
4904checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4905dependencies = [
4906 "fastrand 1.9.0",
4907 "futures-core",
4908 "futures-io",
4909 "memchr",
4910 "parking",
4911 "pin-project-lite",
4912 "waker-fn",
4913]
4914
4915[[package]]
4916name = "futures-lite"
4917version = "2.5.0"
4918source = "registry+https://github.com/rust-lang/crates.io-index"
4919checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
4920dependencies = [
4921 "fastrand 2.3.0",
4922 "futures-core",
4923 "futures-io",
4924 "parking",
4925 "pin-project-lite",
4926]
4927
4928[[package]]
4929name = "futures-macro"
4930version = "0.3.31"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
4933dependencies = [
4934 "proc-macro2",
4935 "quote",
4936 "syn 2.0.90",
4937]
4938
4939[[package]]
4940name = "futures-sink"
4941version = "0.3.31"
4942source = "registry+https://github.com/rust-lang/crates.io-index"
4943checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
4944
4945[[package]]
4946name = "futures-task"
4947version = "0.3.31"
4948source = "registry+https://github.com/rust-lang/crates.io-index"
4949checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
4950
4951[[package]]
4952name = "futures-timer"
4953version = "3.0.3"
4954source = "registry+https://github.com/rust-lang/crates.io-index"
4955checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4956
4957[[package]]
4958name = "futures-util"
4959version = "0.3.31"
4960source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
4962dependencies = [
4963 "futures 0.1.31",
4964 "futures-channel",
4965 "futures-core",
4966 "futures-io",
4967 "futures-macro",
4968 "futures-sink",
4969 "futures-task",
4970 "memchr",
4971 "pin-project-lite",
4972 "pin-utils",
4973 "slab",
4974 "tokio-io",
4975]
4976
4977[[package]]
4978name = "fuzzy"
4979version = "0.1.0"
4980dependencies = [
4981 "gpui",
4982 "log",
4983 "util",
4984]
4985
4986[[package]]
4987name = "fuzzy-matcher"
4988version = "0.3.7"
4989source = "registry+https://github.com/rust-lang/crates.io-index"
4990checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4991dependencies = [
4992 "thread_local",
4993]
4994
4995[[package]]
4996name = "generic-array"
4997version = "0.14.7"
4998source = "registry+https://github.com/rust-lang/crates.io-index"
4999checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5000dependencies = [
5001 "typenum",
5002 "version_check",
5003]
5004
5005[[package]]
5006name = "gethostname"
5007version = "0.4.3"
5008source = "registry+https://github.com/rust-lang/crates.io-index"
5009checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5010dependencies = [
5011 "libc",
5012 "windows-targets 0.48.5",
5013]
5014
5015[[package]]
5016name = "getrandom"
5017version = "0.1.16"
5018source = "registry+https://github.com/rust-lang/crates.io-index"
5019checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5020dependencies = [
5021 "cfg-if",
5022 "libc",
5023 "wasi 0.9.0+wasi-snapshot-preview1",
5024]
5025
5026[[package]]
5027name = "getrandom"
5028version = "0.2.15"
5029source = "registry+https://github.com/rust-lang/crates.io-index"
5030checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5031dependencies = [
5032 "cfg-if",
5033 "js-sys",
5034 "libc",
5035 "wasi 0.11.0+wasi-snapshot-preview1",
5036 "wasm-bindgen",
5037]
5038
5039[[package]]
5040name = "gif"
5041version = "0.13.1"
5042source = "registry+https://github.com/rust-lang/crates.io-index"
5043checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5044dependencies = [
5045 "color_quant",
5046 "weezl",
5047]
5048
5049[[package]]
5050name = "gimli"
5051version = "0.29.0"
5052source = "registry+https://github.com/rust-lang/crates.io-index"
5053checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5054dependencies = [
5055 "fallible-iterator",
5056 "indexmap",
5057 "stable_deref_trait",
5058]
5059
5060[[package]]
5061name = "gimli"
5062version = "0.31.1"
5063source = "registry+https://github.com/rust-lang/crates.io-index"
5064checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5065
5066[[package]]
5067name = "git"
5068version = "0.1.0"
5069dependencies = [
5070 "anyhow",
5071 "async-trait",
5072 "collections",
5073 "derive_more",
5074 "git2",
5075 "gpui",
5076 "http_client",
5077 "log",
5078 "parking_lot",
5079 "pretty_assertions",
5080 "regex",
5081 "rope",
5082 "serde",
5083 "serde_json",
5084 "smol",
5085 "sum_tree",
5086 "text",
5087 "time",
5088 "unindent",
5089 "url",
5090 "util",
5091]
5092
5093[[package]]
5094name = "git2"
5095version = "0.19.0"
5096source = "registry+https://github.com/rust-lang/crates.io-index"
5097checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
5098dependencies = [
5099 "bitflags 2.6.0",
5100 "libc",
5101 "libgit2-sys",
5102 "log",
5103 "url",
5104]
5105
5106[[package]]
5107name = "git_hosting_providers"
5108version = "0.1.0"
5109dependencies = [
5110 "anyhow",
5111 "async-trait",
5112 "futures 0.3.31",
5113 "git",
5114 "gpui",
5115 "http_client",
5116 "indoc",
5117 "pretty_assertions",
5118 "regex",
5119 "serde",
5120 "serde_json",
5121 "url",
5122 "util",
5123]
5124
5125[[package]]
5126name = "git_ui"
5127version = "0.1.0"
5128dependencies = [
5129 "anyhow",
5130 "collections",
5131 "db",
5132 "editor",
5133 "futures 0.3.31",
5134 "git",
5135 "gpui",
5136 "language",
5137 "menu",
5138 "project",
5139 "schemars",
5140 "serde",
5141 "serde_derive",
5142 "serde_json",
5143 "settings",
5144 "sum_tree",
5145 "theme",
5146 "ui",
5147 "util",
5148 "windows 0.58.0",
5149 "workspace",
5150 "worktree",
5151]
5152
5153[[package]]
5154name = "glob"
5155version = "0.3.1"
5156source = "registry+https://github.com/rust-lang/crates.io-index"
5157checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5158
5159[[package]]
5160name = "globset"
5161version = "0.4.15"
5162source = "registry+https://github.com/rust-lang/crates.io-index"
5163checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5164dependencies = [
5165 "aho-corasick",
5166 "bstr",
5167 "log",
5168 "regex-automata 0.4.9",
5169 "regex-syntax 0.8.5",
5170]
5171
5172[[package]]
5173name = "gloo-timers"
5174version = "0.3.0"
5175source = "registry+https://github.com/rust-lang/crates.io-index"
5176checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5177dependencies = [
5178 "futures-channel",
5179 "futures-core",
5180 "js-sys",
5181 "wasm-bindgen",
5182]
5183
5184[[package]]
5185name = "glow"
5186version = "0.14.2"
5187source = "registry+https://github.com/rust-lang/crates.io-index"
5188checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5189dependencies = [
5190 "js-sys",
5191 "slotmap",
5192 "wasm-bindgen",
5193 "web-sys",
5194]
5195
5196[[package]]
5197name = "go_to_line"
5198version = "0.1.0"
5199dependencies = [
5200 "anyhow",
5201 "editor",
5202 "gpui",
5203 "indoc",
5204 "language",
5205 "menu",
5206 "project",
5207 "rope",
5208 "schemars",
5209 "serde",
5210 "serde_json",
5211 "settings",
5212 "text",
5213 "theme",
5214 "tree-sitter-rust",
5215 "tree-sitter-typescript",
5216 "ui",
5217 "util",
5218 "workspace",
5219]
5220
5221[[package]]
5222name = "google_ai"
5223version = "0.1.0"
5224dependencies = [
5225 "anyhow",
5226 "futures 0.3.31",
5227 "http_client",
5228 "schemars",
5229 "serde",
5230 "serde_json",
5231 "strum",
5232]
5233
5234[[package]]
5235name = "gpu-alloc"
5236version = "0.6.0"
5237source = "registry+https://github.com/rust-lang/crates.io-index"
5238checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5239dependencies = [
5240 "bitflags 2.6.0",
5241 "gpu-alloc-types",
5242]
5243
5244[[package]]
5245name = "gpu-alloc-ash"
5246version = "0.7.0"
5247source = "registry+https://github.com/rust-lang/crates.io-index"
5248checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5249dependencies = [
5250 "ash",
5251 "gpu-alloc-types",
5252 "tinyvec",
5253]
5254
5255[[package]]
5256name = "gpu-alloc-types"
5257version = "0.3.0"
5258source = "registry+https://github.com/rust-lang/crates.io-index"
5259checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5260dependencies = [
5261 "bitflags 2.6.0",
5262]
5263
5264[[package]]
5265name = "gpui"
5266version = "0.1.0"
5267dependencies = [
5268 "anyhow",
5269 "as-raw-xcb-connection",
5270 "ashpd",
5271 "async-task",
5272 "backtrace",
5273 "bindgen",
5274 "blade-graphics",
5275 "blade-macros",
5276 "blade-util",
5277 "block",
5278 "bytemuck",
5279 "calloop",
5280 "calloop-wayland-source",
5281 "cbindgen",
5282 "cocoa 0.26.0",
5283 "collections",
5284 "core-foundation 0.9.4",
5285 "core-foundation-sys",
5286 "core-graphics 0.23.2",
5287 "core-text",
5288 "cosmic-text",
5289 "ctor",
5290 "derive_more",
5291 "embed-resource",
5292 "env_logger 0.11.6",
5293 "etagere",
5294 "filedescriptor",
5295 "flume",
5296 "font-kit",
5297 "foreign-types 0.5.0",
5298 "futures 0.3.31",
5299 "gpui_macros",
5300 "http_client",
5301 "image",
5302 "itertools 0.14.0",
5303 "linkme",
5304 "log",
5305 "media",
5306 "metal",
5307 "num_cpus",
5308 "objc",
5309 "objc2",
5310 "objc2-metal",
5311 "oo7",
5312 "open",
5313 "parking",
5314 "parking_lot",
5315 "pathfinder_geometry",
5316 "postage",
5317 "profiling",
5318 "rand 0.8.5",
5319 "raw-window-handle",
5320 "refineable",
5321 "resvg",
5322 "schemars",
5323 "seahash",
5324 "semantic_version",
5325 "serde",
5326 "serde_derive",
5327 "serde_json",
5328 "slotmap",
5329 "smallvec",
5330 "smol",
5331 "strum",
5332 "sum_tree",
5333 "taffy",
5334 "thiserror 1.0.69",
5335 "unicode-segmentation",
5336 "usvg",
5337 "util",
5338 "uuid",
5339 "waker-fn",
5340 "wayland-backend",
5341 "wayland-client",
5342 "wayland-cursor",
5343 "wayland-protocols",
5344 "wayland-protocols-plasma",
5345 "windows 0.58.0",
5346 "windows-core 0.58.0",
5347 "x11-clipboard",
5348 "x11rb",
5349 "xim",
5350 "xkbcommon",
5351]
5352
5353[[package]]
5354name = "gpui_macros"
5355version = "0.1.0"
5356dependencies = [
5357 "proc-macro2",
5358 "quote",
5359 "syn 1.0.109",
5360]
5361
5362[[package]]
5363name = "grid"
5364version = "0.13.0"
5365source = "registry+https://github.com/rust-lang/crates.io-index"
5366checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5367
5368[[package]]
5369name = "group"
5370version = "0.12.1"
5371source = "registry+https://github.com/rust-lang/crates.io-index"
5372checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5373dependencies = [
5374 "ff",
5375 "rand_core 0.6.4",
5376 "subtle",
5377]
5378
5379[[package]]
5380name = "h2"
5381version = "0.3.26"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5384dependencies = [
5385 "bytes 1.9.0",
5386 "fnv",
5387 "futures-core",
5388 "futures-sink",
5389 "futures-util",
5390 "http 0.2.12",
5391 "indexmap",
5392 "slab",
5393 "tokio",
5394 "tokio-util",
5395 "tracing",
5396]
5397
5398[[package]]
5399name = "h2"
5400version = "0.4.7"
5401source = "registry+https://github.com/rust-lang/crates.io-index"
5402checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5403dependencies = [
5404 "atomic-waker",
5405 "bytes 1.9.0",
5406 "fnv",
5407 "futures-core",
5408 "futures-sink",
5409 "http 1.2.0",
5410 "indexmap",
5411 "slab",
5412 "tokio",
5413 "tokio-util",
5414 "tracing",
5415]
5416
5417[[package]]
5418name = "half"
5419version = "2.4.1"
5420source = "registry+https://github.com/rust-lang/crates.io-index"
5421checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5422dependencies = [
5423 "cfg-if",
5424 "crunchy",
5425]
5426
5427[[package]]
5428name = "handlebars"
5429version = "4.5.0"
5430source = "registry+https://github.com/rust-lang/crates.io-index"
5431checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5432dependencies = [
5433 "log",
5434 "pest",
5435 "pest_derive",
5436 "serde",
5437 "serde_json",
5438 "thiserror 1.0.69",
5439]
5440
5441[[package]]
5442name = "handlebars"
5443version = "6.2.0"
5444source = "registry+https://github.com/rust-lang/crates.io-index"
5445checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5446dependencies = [
5447 "log",
5448 "num-order",
5449 "pest",
5450 "pest_derive",
5451 "serde",
5452 "serde_json",
5453 "thiserror 1.0.69",
5454]
5455
5456[[package]]
5457name = "hashbrown"
5458version = "0.12.3"
5459source = "registry+https://github.com/rust-lang/crates.io-index"
5460checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5461dependencies = [
5462 "ahash 0.7.8",
5463]
5464
5465[[package]]
5466name = "hashbrown"
5467version = "0.13.2"
5468source = "registry+https://github.com/rust-lang/crates.io-index"
5469checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5470dependencies = [
5471 "ahash 0.8.11",
5472]
5473
5474[[package]]
5475name = "hashbrown"
5476version = "0.14.5"
5477source = "registry+https://github.com/rust-lang/crates.io-index"
5478checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5479dependencies = [
5480 "ahash 0.8.11",
5481 "allocator-api2",
5482 "serde",
5483]
5484
5485[[package]]
5486name = "hashbrown"
5487version = "0.15.2"
5488source = "registry+https://github.com/rust-lang/crates.io-index"
5489checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5490dependencies = [
5491 "allocator-api2",
5492 "equivalent",
5493 "foldhash",
5494]
5495
5496[[package]]
5497name = "hashlink"
5498version = "0.8.4"
5499source = "registry+https://github.com/rust-lang/crates.io-index"
5500checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5501dependencies = [
5502 "hashbrown 0.14.5",
5503]
5504
5505[[package]]
5506name = "hashlink"
5507version = "0.9.1"
5508source = "registry+https://github.com/rust-lang/crates.io-index"
5509checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5510dependencies = [
5511 "hashbrown 0.14.5",
5512]
5513
5514[[package]]
5515name = "headers"
5516version = "0.3.9"
5517source = "registry+https://github.com/rust-lang/crates.io-index"
5518checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5519dependencies = [
5520 "base64 0.21.7",
5521 "bytes 1.9.0",
5522 "headers-core",
5523 "http 0.2.12",
5524 "httpdate",
5525 "mime",
5526 "sha1",
5527]
5528
5529[[package]]
5530name = "headers-core"
5531version = "0.2.0"
5532source = "registry+https://github.com/rust-lang/crates.io-index"
5533checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5534dependencies = [
5535 "http 0.2.12",
5536]
5537
5538[[package]]
5539name = "heck"
5540version = "0.3.3"
5541source = "registry+https://github.com/rust-lang/crates.io-index"
5542checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5543dependencies = [
5544 "unicode-segmentation",
5545]
5546
5547[[package]]
5548name = "heck"
5549version = "0.4.1"
5550source = "registry+https://github.com/rust-lang/crates.io-index"
5551checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5552dependencies = [
5553 "unicode-segmentation",
5554]
5555
5556[[package]]
5557name = "heck"
5558version = "0.5.0"
5559source = "registry+https://github.com/rust-lang/crates.io-index"
5560checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5561
5562[[package]]
5563name = "heed"
5564version = "0.21.0"
5565source = "registry+https://github.com/rust-lang/crates.io-index"
5566checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5567dependencies = [
5568 "bitflags 2.6.0",
5569 "byteorder",
5570 "heed-traits",
5571 "heed-types",
5572 "libc",
5573 "lmdb-master-sys",
5574 "once_cell",
5575 "page_size",
5576 "serde",
5577 "synchronoise",
5578 "url",
5579]
5580
5581[[package]]
5582name = "heed-traits"
5583version = "0.20.0"
5584source = "registry+https://github.com/rust-lang/crates.io-index"
5585checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5586
5587[[package]]
5588name = "heed-types"
5589version = "0.21.0"
5590source = "registry+https://github.com/rust-lang/crates.io-index"
5591checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5592dependencies = [
5593 "bincode",
5594 "byteorder",
5595 "heed-traits",
5596 "serde",
5597 "serde_json",
5598]
5599
5600[[package]]
5601name = "hermit-abi"
5602version = "0.3.9"
5603source = "registry+https://github.com/rust-lang/crates.io-index"
5604checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5605
5606[[package]]
5607name = "hermit-abi"
5608version = "0.4.0"
5609source = "registry+https://github.com/rust-lang/crates.io-index"
5610checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5611
5612[[package]]
5613name = "hex"
5614version = "0.4.3"
5615source = "registry+https://github.com/rust-lang/crates.io-index"
5616checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5617
5618[[package]]
5619name = "hexf-parse"
5620version = "0.2.1"
5621source = "registry+https://github.com/rust-lang/crates.io-index"
5622checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5623
5624[[package]]
5625name = "hidden-trait"
5626version = "0.1.2"
5627source = "registry+https://github.com/rust-lang/crates.io-index"
5628checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5629dependencies = [
5630 "proc-macro2",
5631 "quote",
5632 "syn 1.0.109",
5633]
5634
5635[[package]]
5636name = "hkdf"
5637version = "0.12.4"
5638source = "registry+https://github.com/rust-lang/crates.io-index"
5639checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5640dependencies = [
5641 "hmac",
5642]
5643
5644[[package]]
5645name = "hmac"
5646version = "0.12.1"
5647source = "registry+https://github.com/rust-lang/crates.io-index"
5648checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5649dependencies = [
5650 "digest",
5651]
5652
5653[[package]]
5654name = "home"
5655version = "0.5.9"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5658dependencies = [
5659 "windows-sys 0.52.0",
5660]
5661
5662[[package]]
5663name = "hound"
5664version = "3.5.1"
5665source = "registry+https://github.com/rust-lang/crates.io-index"
5666checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5667
5668[[package]]
5669name = "html5ever"
5670version = "0.27.0"
5671source = "registry+https://github.com/rust-lang/crates.io-index"
5672checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5673dependencies = [
5674 "log",
5675 "mac",
5676 "markup5ever",
5677 "proc-macro2",
5678 "quote",
5679 "syn 2.0.90",
5680]
5681
5682[[package]]
5683name = "html_to_markdown"
5684version = "0.1.0"
5685dependencies = [
5686 "anyhow",
5687 "html5ever",
5688 "indoc",
5689 "markup5ever_rcdom",
5690 "pretty_assertions",
5691 "regex",
5692]
5693
5694[[package]]
5695name = "http"
5696version = "0.2.12"
5697source = "registry+https://github.com/rust-lang/crates.io-index"
5698checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5699dependencies = [
5700 "bytes 1.9.0",
5701 "fnv",
5702 "itoa",
5703]
5704
5705[[package]]
5706name = "http"
5707version = "1.2.0"
5708source = "registry+https://github.com/rust-lang/crates.io-index"
5709checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5710dependencies = [
5711 "bytes 1.9.0",
5712 "fnv",
5713 "itoa",
5714]
5715
5716[[package]]
5717name = "http-body"
5718version = "0.4.6"
5719source = "registry+https://github.com/rust-lang/crates.io-index"
5720checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5721dependencies = [
5722 "bytes 1.9.0",
5723 "http 0.2.12",
5724 "pin-project-lite",
5725]
5726
5727[[package]]
5728name = "http-body"
5729version = "1.0.1"
5730source = "registry+https://github.com/rust-lang/crates.io-index"
5731checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5732dependencies = [
5733 "bytes 1.9.0",
5734 "http 1.2.0",
5735]
5736
5737[[package]]
5738name = "http-body-util"
5739version = "0.1.2"
5740source = "registry+https://github.com/rust-lang/crates.io-index"
5741checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5742dependencies = [
5743 "bytes 1.9.0",
5744 "futures-util",
5745 "http 1.2.0",
5746 "http-body 1.0.1",
5747 "pin-project-lite",
5748]
5749
5750[[package]]
5751name = "http-range-header"
5752version = "0.3.1"
5753source = "registry+https://github.com/rust-lang/crates.io-index"
5754checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5755
5756[[package]]
5757name = "http-types"
5758version = "2.12.0"
5759source = "registry+https://github.com/rust-lang/crates.io-index"
5760checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5761dependencies = [
5762 "anyhow",
5763 "async-channel 1.9.0",
5764 "base64 0.13.1",
5765 "futures-lite 1.13.0",
5766 "http 0.2.12",
5767 "infer",
5768 "pin-project-lite",
5769 "rand 0.7.3",
5770 "serde",
5771 "serde_json",
5772 "serde_qs 0.8.5",
5773 "serde_urlencoded",
5774 "url",
5775]
5776
5777[[package]]
5778name = "http_client"
5779version = "0.1.0"
5780dependencies = [
5781 "anyhow",
5782 "bytes 1.9.0",
5783 "derive_more",
5784 "futures 0.3.31",
5785 "http 1.2.0",
5786 "log",
5787 "serde",
5788 "serde_json",
5789 "url",
5790]
5791
5792[[package]]
5793name = "httparse"
5794version = "1.9.5"
5795source = "registry+https://github.com/rust-lang/crates.io-index"
5796checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5797
5798[[package]]
5799name = "httpdate"
5800version = "1.0.3"
5801source = "registry+https://github.com/rust-lang/crates.io-index"
5802checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5803
5804[[package]]
5805name = "human_bytes"
5806version = "0.4.3"
5807source = "registry+https://github.com/rust-lang/crates.io-index"
5808checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5809
5810[[package]]
5811name = "humantime"
5812version = "2.1.0"
5813source = "registry+https://github.com/rust-lang/crates.io-index"
5814checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5815
5816[[package]]
5817name = "hyper"
5818version = "0.14.32"
5819source = "registry+https://github.com/rust-lang/crates.io-index"
5820checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5821dependencies = [
5822 "bytes 1.9.0",
5823 "futures-channel",
5824 "futures-core",
5825 "futures-util",
5826 "h2 0.3.26",
5827 "http 0.2.12",
5828 "http-body 0.4.6",
5829 "httparse",
5830 "httpdate",
5831 "itoa",
5832 "pin-project-lite",
5833 "socket2",
5834 "tokio",
5835 "tower-service",
5836 "tracing",
5837 "want",
5838]
5839
5840[[package]]
5841name = "hyper"
5842version = "1.5.1"
5843source = "registry+https://github.com/rust-lang/crates.io-index"
5844checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5845dependencies = [
5846 "bytes 1.9.0",
5847 "futures-channel",
5848 "futures-util",
5849 "h2 0.4.7",
5850 "http 1.2.0",
5851 "http-body 1.0.1",
5852 "httparse",
5853 "itoa",
5854 "pin-project-lite",
5855 "smallvec",
5856 "tokio",
5857 "want",
5858]
5859
5860[[package]]
5861name = "hyper-rustls"
5862version = "0.24.2"
5863source = "registry+https://github.com/rust-lang/crates.io-index"
5864checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5865dependencies = [
5866 "futures-util",
5867 "http 0.2.12",
5868 "hyper 0.14.32",
5869 "log",
5870 "rustls 0.21.12",
5871 "rustls-native-certs 0.6.3",
5872 "tokio",
5873 "tokio-rustls 0.24.1",
5874]
5875
5876[[package]]
5877name = "hyper-rustls"
5878version = "0.27.3"
5879source = "registry+https://github.com/rust-lang/crates.io-index"
5880checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5881dependencies = [
5882 "futures-util",
5883 "http 1.2.0",
5884 "hyper 1.5.1",
5885 "hyper-util",
5886 "rustls 0.23.20",
5887 "rustls-native-certs 0.8.1",
5888 "rustls-pki-types",
5889 "tokio",
5890 "tokio-rustls 0.26.1",
5891 "tower-service",
5892]
5893
5894[[package]]
5895name = "hyper-tls"
5896version = "0.5.0"
5897source = "registry+https://github.com/rust-lang/crates.io-index"
5898checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5899dependencies = [
5900 "bytes 1.9.0",
5901 "hyper 0.14.32",
5902 "native-tls",
5903 "tokio",
5904 "tokio-native-tls",
5905]
5906
5907[[package]]
5908name = "hyper-util"
5909version = "0.1.10"
5910source = "registry+https://github.com/rust-lang/crates.io-index"
5911checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
5912dependencies = [
5913 "bytes 1.9.0",
5914 "futures-channel",
5915 "futures-util",
5916 "http 1.2.0",
5917 "http-body 1.0.1",
5918 "hyper 1.5.1",
5919 "pin-project-lite",
5920 "socket2",
5921 "tokio",
5922 "tower-service",
5923 "tracing",
5924]
5925
5926[[package]]
5927name = "iana-time-zone"
5928version = "0.1.61"
5929source = "registry+https://github.com/rust-lang/crates.io-index"
5930checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
5931dependencies = [
5932 "android_system_properties",
5933 "core-foundation-sys",
5934 "iana-time-zone-haiku",
5935 "js-sys",
5936 "wasm-bindgen",
5937 "windows-core 0.52.0",
5938]
5939
5940[[package]]
5941name = "iana-time-zone-haiku"
5942version = "0.1.2"
5943source = "registry+https://github.com/rust-lang/crates.io-index"
5944checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5945dependencies = [
5946 "cc",
5947]
5948
5949[[package]]
5950name = "icu_collections"
5951version = "1.5.0"
5952source = "registry+https://github.com/rust-lang/crates.io-index"
5953checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
5954dependencies = [
5955 "displaydoc",
5956 "yoke",
5957 "zerofrom",
5958 "zerovec",
5959]
5960
5961[[package]]
5962name = "icu_locid"
5963version = "1.5.0"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
5966dependencies = [
5967 "displaydoc",
5968 "litemap",
5969 "tinystr",
5970 "writeable",
5971 "zerovec",
5972]
5973
5974[[package]]
5975name = "icu_locid_transform"
5976version = "1.5.0"
5977source = "registry+https://github.com/rust-lang/crates.io-index"
5978checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
5979dependencies = [
5980 "displaydoc",
5981 "icu_locid",
5982 "icu_locid_transform_data",
5983 "icu_provider",
5984 "tinystr",
5985 "zerovec",
5986]
5987
5988[[package]]
5989name = "icu_locid_transform_data"
5990version = "1.5.0"
5991source = "registry+https://github.com/rust-lang/crates.io-index"
5992checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
5993
5994[[package]]
5995name = "icu_normalizer"
5996version = "1.5.0"
5997source = "registry+https://github.com/rust-lang/crates.io-index"
5998checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
5999dependencies = [
6000 "displaydoc",
6001 "icu_collections",
6002 "icu_normalizer_data",
6003 "icu_properties",
6004 "icu_provider",
6005 "smallvec",
6006 "utf16_iter",
6007 "utf8_iter",
6008 "write16",
6009 "zerovec",
6010]
6011
6012[[package]]
6013name = "icu_normalizer_data"
6014version = "1.5.0"
6015source = "registry+https://github.com/rust-lang/crates.io-index"
6016checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6017
6018[[package]]
6019name = "icu_properties"
6020version = "1.5.1"
6021source = "registry+https://github.com/rust-lang/crates.io-index"
6022checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6023dependencies = [
6024 "displaydoc",
6025 "icu_collections",
6026 "icu_locid_transform",
6027 "icu_properties_data",
6028 "icu_provider",
6029 "tinystr",
6030 "zerovec",
6031]
6032
6033[[package]]
6034name = "icu_properties_data"
6035version = "1.5.0"
6036source = "registry+https://github.com/rust-lang/crates.io-index"
6037checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6038
6039[[package]]
6040name = "icu_provider"
6041version = "1.5.0"
6042source = "registry+https://github.com/rust-lang/crates.io-index"
6043checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6044dependencies = [
6045 "displaydoc",
6046 "icu_locid",
6047 "icu_provider_macros",
6048 "stable_deref_trait",
6049 "tinystr",
6050 "writeable",
6051 "yoke",
6052 "zerofrom",
6053 "zerovec",
6054]
6055
6056[[package]]
6057name = "icu_provider_macros"
6058version = "1.5.0"
6059source = "registry+https://github.com/rust-lang/crates.io-index"
6060checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6061dependencies = [
6062 "proc-macro2",
6063 "quote",
6064 "syn 2.0.90",
6065]
6066
6067[[package]]
6068name = "id-arena"
6069version = "2.2.1"
6070source = "registry+https://github.com/rust-lang/crates.io-index"
6071checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6072
6073[[package]]
6074name = "idna"
6075version = "1.0.3"
6076source = "registry+https://github.com/rust-lang/crates.io-index"
6077checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6078dependencies = [
6079 "idna_adapter",
6080 "smallvec",
6081 "utf8_iter",
6082]
6083
6084[[package]]
6085name = "idna_adapter"
6086version = "1.2.0"
6087source = "registry+https://github.com/rust-lang/crates.io-index"
6088checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6089dependencies = [
6090 "icu_normalizer",
6091 "icu_properties",
6092]
6093
6094[[package]]
6095name = "ignore"
6096version = "0.4.23"
6097source = "registry+https://github.com/rust-lang/crates.io-index"
6098checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6099dependencies = [
6100 "crossbeam-deque",
6101 "globset",
6102 "log",
6103 "memchr",
6104 "regex-automata 0.4.9",
6105 "same-file",
6106 "walkdir",
6107 "winapi-util",
6108]
6109
6110[[package]]
6111name = "image"
6112version = "0.25.5"
6113source = "registry+https://github.com/rust-lang/crates.io-index"
6114checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6115dependencies = [
6116 "bytemuck",
6117 "byteorder-lite",
6118 "color_quant",
6119 "exr",
6120 "gif",
6121 "image-webp",
6122 "num-traits",
6123 "png",
6124 "qoi",
6125 "ravif",
6126 "rayon",
6127 "rgb",
6128 "tiff",
6129 "zune-core",
6130 "zune-jpeg",
6131]
6132
6133[[package]]
6134name = "image-webp"
6135version = "0.2.0"
6136source = "registry+https://github.com/rust-lang/crates.io-index"
6137checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6138dependencies = [
6139 "byteorder-lite",
6140 "quick-error",
6141]
6142
6143[[package]]
6144name = "image_viewer"
6145version = "0.1.0"
6146dependencies = [
6147 "anyhow",
6148 "db",
6149 "editor",
6150 "file_icons",
6151 "gpui",
6152 "project",
6153 "settings",
6154 "theme",
6155 "ui",
6156 "util",
6157 "workspace",
6158]
6159
6160[[package]]
6161name = "imagesize"
6162version = "0.13.0"
6163source = "registry+https://github.com/rust-lang/crates.io-index"
6164checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6165
6166[[package]]
6167name = "imgref"
6168version = "1.11.0"
6169source = "registry+https://github.com/rust-lang/crates.io-index"
6170checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6171
6172[[package]]
6173name = "indexed_docs"
6174version = "0.1.0"
6175dependencies = [
6176 "anyhow",
6177 "async-trait",
6178 "cargo_metadata",
6179 "collections",
6180 "derive_more",
6181 "extension",
6182 "fs",
6183 "futures 0.3.31",
6184 "fuzzy",
6185 "gpui",
6186 "heed",
6187 "html_to_markdown",
6188 "http_client",
6189 "indexmap",
6190 "indoc",
6191 "parking_lot",
6192 "paths",
6193 "pretty_assertions",
6194 "serde",
6195 "strum",
6196 "util",
6197]
6198
6199[[package]]
6200name = "indexmap"
6201version = "2.7.0"
6202source = "registry+https://github.com/rust-lang/crates.io-index"
6203checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
6204dependencies = [
6205 "equivalent",
6206 "hashbrown 0.15.2",
6207 "serde",
6208]
6209
6210[[package]]
6211name = "indoc"
6212version = "2.0.5"
6213source = "registry+https://github.com/rust-lang/crates.io-index"
6214checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6215
6216[[package]]
6217name = "infer"
6218version = "0.2.3"
6219source = "registry+https://github.com/rust-lang/crates.io-index"
6220checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6221
6222[[package]]
6223name = "inherent"
6224version = "1.0.11"
6225source = "registry+https://github.com/rust-lang/crates.io-index"
6226checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6227dependencies = [
6228 "proc-macro2",
6229 "quote",
6230 "syn 2.0.90",
6231]
6232
6233[[package]]
6234name = "inline_completion"
6235version = "0.1.0"
6236dependencies = [
6237 "gpui",
6238 "language",
6239]
6240
6241[[package]]
6242name = "inline_completion_button"
6243version = "0.1.0"
6244dependencies = [
6245 "anyhow",
6246 "copilot",
6247 "editor",
6248 "feature_flags",
6249 "fs",
6250 "futures 0.3.31",
6251 "gpui",
6252 "indoc",
6253 "inline_completion",
6254 "language",
6255 "lsp",
6256 "paths",
6257 "project",
6258 "serde_json",
6259 "settings",
6260 "supermaven",
6261 "theme",
6262 "ui",
6263 "workspace",
6264 "zed_actions",
6265 "zeta",
6266]
6267
6268[[package]]
6269name = "inotify"
6270version = "0.9.6"
6271source = "registry+https://github.com/rust-lang/crates.io-index"
6272checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6273dependencies = [
6274 "bitflags 1.3.2",
6275 "inotify-sys",
6276 "libc",
6277]
6278
6279[[package]]
6280name = "inotify-sys"
6281version = "0.1.5"
6282source = "registry+https://github.com/rust-lang/crates.io-index"
6283checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6284dependencies = [
6285 "libc",
6286]
6287
6288[[package]]
6289name = "inout"
6290version = "0.1.3"
6291source = "registry+https://github.com/rust-lang/crates.io-index"
6292checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6293dependencies = [
6294 "block-padding",
6295 "generic-array",
6296]
6297
6298[[package]]
6299name = "install_cli"
6300version = "0.1.0"
6301dependencies = [
6302 "anyhow",
6303 "gpui",
6304 "smol",
6305 "util",
6306]
6307
6308[[package]]
6309name = "instant"
6310version = "0.1.13"
6311source = "registry+https://github.com/rust-lang/crates.io-index"
6312checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6313dependencies = [
6314 "cfg-if",
6315]
6316
6317[[package]]
6318name = "interpolate_name"
6319version = "0.2.4"
6320source = "registry+https://github.com/rust-lang/crates.io-index"
6321checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6322dependencies = [
6323 "proc-macro2",
6324 "quote",
6325 "syn 2.0.90",
6326]
6327
6328[[package]]
6329name = "io-extras"
6330version = "0.18.4"
6331source = "registry+https://github.com/rust-lang/crates.io-index"
6332checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6333dependencies = [
6334 "io-lifetimes",
6335 "windows-sys 0.59.0",
6336]
6337
6338[[package]]
6339name = "io-lifetimes"
6340version = "2.0.4"
6341source = "registry+https://github.com/rust-lang/crates.io-index"
6342checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6343
6344[[package]]
6345name = "iovec"
6346version = "0.1.4"
6347source = "registry+https://github.com/rust-lang/crates.io-index"
6348checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6349dependencies = [
6350 "libc",
6351]
6352
6353[[package]]
6354name = "ipc-channel"
6355version = "0.19.0"
6356source = "registry+https://github.com/rust-lang/crates.io-index"
6357checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6358dependencies = [
6359 "bincode",
6360 "crossbeam-channel",
6361 "fnv",
6362 "lazy_static",
6363 "libc",
6364 "mio 1.0.3",
6365 "rand 0.8.5",
6366 "serde",
6367 "tempfile",
6368 "uuid",
6369 "windows 0.58.0",
6370]
6371
6372[[package]]
6373name = "ipnet"
6374version = "2.10.1"
6375source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6377
6378[[package]]
6379name = "is-docker"
6380version = "0.2.0"
6381source = "registry+https://github.com/rust-lang/crates.io-index"
6382checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6383dependencies = [
6384 "once_cell",
6385]
6386
6387[[package]]
6388name = "is-terminal"
6389version = "0.4.13"
6390source = "registry+https://github.com/rust-lang/crates.io-index"
6391checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6392dependencies = [
6393 "hermit-abi 0.4.0",
6394 "libc",
6395 "windows-sys 0.52.0",
6396]
6397
6398[[package]]
6399name = "is-wsl"
6400version = "0.4.0"
6401source = "registry+https://github.com/rust-lang/crates.io-index"
6402checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6403dependencies = [
6404 "is-docker",
6405 "once_cell",
6406]
6407
6408[[package]]
6409name = "is_terminal_polyfill"
6410version = "1.70.1"
6411source = "registry+https://github.com/rust-lang/crates.io-index"
6412checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6413
6414[[package]]
6415name = "itertools"
6416version = "0.10.5"
6417source = "registry+https://github.com/rust-lang/crates.io-index"
6418checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6419dependencies = [
6420 "either",
6421]
6422
6423[[package]]
6424name = "itertools"
6425version = "0.11.0"
6426source = "registry+https://github.com/rust-lang/crates.io-index"
6427checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6428dependencies = [
6429 "either",
6430]
6431
6432[[package]]
6433name = "itertools"
6434version = "0.12.1"
6435source = "registry+https://github.com/rust-lang/crates.io-index"
6436checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6437dependencies = [
6438 "either",
6439]
6440
6441[[package]]
6442name = "itertools"
6443version = "0.14.0"
6444source = "registry+https://github.com/rust-lang/crates.io-index"
6445checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6446dependencies = [
6447 "either",
6448]
6449
6450[[package]]
6451name = "itoa"
6452version = "1.0.14"
6453source = "registry+https://github.com/rust-lang/crates.io-index"
6454checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6455
6456[[package]]
6457name = "jni"
6458version = "0.21.1"
6459source = "registry+https://github.com/rust-lang/crates.io-index"
6460checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6461dependencies = [
6462 "cesu8",
6463 "cfg-if",
6464 "combine",
6465 "jni-sys",
6466 "log",
6467 "thiserror 1.0.69",
6468 "walkdir",
6469 "windows-sys 0.45.0",
6470]
6471
6472[[package]]
6473name = "jni-sys"
6474version = "0.3.0"
6475source = "registry+https://github.com/rust-lang/crates.io-index"
6476checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6477
6478[[package]]
6479name = "jobserver"
6480version = "0.1.32"
6481source = "registry+https://github.com/rust-lang/crates.io-index"
6482checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6483dependencies = [
6484 "libc",
6485]
6486
6487[[package]]
6488name = "journal"
6489version = "0.1.0"
6490dependencies = [
6491 "anyhow",
6492 "chrono",
6493 "editor",
6494 "gpui",
6495 "log",
6496 "schemars",
6497 "serde",
6498 "settings",
6499 "shellexpand 2.1.2",
6500 "workspace",
6501]
6502
6503[[package]]
6504name = "jpeg-decoder"
6505version = "0.3.1"
6506source = "registry+https://github.com/rust-lang/crates.io-index"
6507checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6508
6509[[package]]
6510name = "js-sys"
6511version = "0.3.76"
6512source = "registry+https://github.com/rust-lang/crates.io-index"
6513checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6514dependencies = [
6515 "once_cell",
6516 "wasm-bindgen",
6517]
6518
6519[[package]]
6520name = "jsonwebtoken"
6521version = "9.3.0"
6522source = "registry+https://github.com/rust-lang/crates.io-index"
6523checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6524dependencies = [
6525 "base64 0.21.7",
6526 "js-sys",
6527 "pem",
6528 "ring",
6529 "serde",
6530 "serde_json",
6531 "simple_asn1",
6532]
6533
6534[[package]]
6535name = "jupyter-protocol"
6536version = "0.6.0"
6537source = "registry+https://github.com/rust-lang/crates.io-index"
6538checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6539dependencies = [
6540 "anyhow",
6541 "async-trait",
6542 "bytes 1.9.0",
6543 "chrono",
6544 "futures 0.3.31",
6545 "serde",
6546 "serde_json",
6547 "uuid",
6548]
6549
6550[[package]]
6551name = "jupyter-websocket-client"
6552version = "0.9.0"
6553source = "registry+https://github.com/rust-lang/crates.io-index"
6554checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6555dependencies = [
6556 "anyhow",
6557 "async-trait",
6558 "async-tungstenite 0.28.2",
6559 "futures 0.3.31",
6560 "jupyter-protocol",
6561 "serde",
6562 "serde_json",
6563 "url",
6564 "uuid",
6565]
6566
6567[[package]]
6568name = "khronos-egl"
6569version = "6.0.0"
6570source = "registry+https://github.com/rust-lang/crates.io-index"
6571checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6572dependencies = [
6573 "libc",
6574 "libloading",
6575]
6576
6577[[package]]
6578name = "kqueue"
6579version = "1.0.8"
6580source = "registry+https://github.com/rust-lang/crates.io-index"
6581checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6582dependencies = [
6583 "kqueue-sys",
6584 "libc",
6585]
6586
6587[[package]]
6588name = "kqueue-sys"
6589version = "1.0.4"
6590source = "registry+https://github.com/rust-lang/crates.io-index"
6591checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6592dependencies = [
6593 "bitflags 1.3.2",
6594 "libc",
6595]
6596
6597[[package]]
6598name = "kurbo"
6599version = "0.11.1"
6600source = "registry+https://github.com/rust-lang/crates.io-index"
6601checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6602dependencies = [
6603 "arrayvec",
6604 "smallvec",
6605]
6606
6607[[package]]
6608name = "kv-log-macro"
6609version = "1.0.7"
6610source = "registry+https://github.com/rust-lang/crates.io-index"
6611checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6612dependencies = [
6613 "log",
6614]
6615
6616[[package]]
6617name = "language"
6618version = "0.1.0"
6619dependencies = [
6620 "anyhow",
6621 "async-trait",
6622 "async-watch",
6623 "clock",
6624 "collections",
6625 "ctor",
6626 "ec4rs",
6627 "env_logger 0.11.6",
6628 "fs",
6629 "futures 0.3.31",
6630 "fuzzy",
6631 "globset",
6632 "gpui",
6633 "http_client",
6634 "indoc",
6635 "itertools 0.14.0",
6636 "log",
6637 "lsp",
6638 "parking_lot",
6639 "postage",
6640 "pretty_assertions",
6641 "pulldown-cmark 0.12.2",
6642 "rand 0.8.5",
6643 "regex",
6644 "rpc",
6645 "schemars",
6646 "serde",
6647 "serde_json",
6648 "settings",
6649 "similar",
6650 "smallvec",
6651 "smol",
6652 "strsim",
6653 "sum_tree",
6654 "task",
6655 "text",
6656 "theme",
6657 "tree-sitter",
6658 "tree-sitter-elixir",
6659 "tree-sitter-embedded-template",
6660 "tree-sitter-heex",
6661 "tree-sitter-html",
6662 "tree-sitter-json",
6663 "tree-sitter-md",
6664 "tree-sitter-ruby",
6665 "tree-sitter-rust",
6666 "tree-sitter-typescript",
6667 "unicase",
6668 "unindent",
6669 "util",
6670]
6671
6672[[package]]
6673name = "language_extension"
6674version = "0.1.0"
6675dependencies = [
6676 "anyhow",
6677 "async-trait",
6678 "collections",
6679 "extension",
6680 "futures 0.3.31",
6681 "gpui",
6682 "language",
6683 "lsp",
6684 "serde",
6685 "serde_json",
6686 "util",
6687]
6688
6689[[package]]
6690name = "language_model"
6691version = "0.1.0"
6692dependencies = [
6693 "anthropic",
6694 "anyhow",
6695 "base64 0.22.1",
6696 "collections",
6697 "futures 0.3.31",
6698 "google_ai",
6699 "gpui",
6700 "http_client",
6701 "image",
6702 "lmstudio",
6703 "log",
6704 "ollama",
6705 "open_ai",
6706 "parking_lot",
6707 "proto",
6708 "schemars",
6709 "serde",
6710 "serde_json",
6711 "smol",
6712 "strum",
6713 "ui",
6714 "util",
6715]
6716
6717[[package]]
6718name = "language_model_selector"
6719version = "0.1.0"
6720dependencies = [
6721 "feature_flags",
6722 "gpui",
6723 "language_model",
6724 "picker",
6725 "proto",
6726 "ui",
6727 "workspace",
6728 "zed_actions",
6729]
6730
6731[[package]]
6732name = "language_models"
6733version = "0.1.0"
6734dependencies = [
6735 "anthropic",
6736 "anyhow",
6737 "client",
6738 "collections",
6739 "copilot",
6740 "editor",
6741 "feature_flags",
6742 "fs",
6743 "futures 0.3.31",
6744 "google_ai",
6745 "gpui",
6746 "http_client",
6747 "language_model",
6748 "lmstudio",
6749 "menu",
6750 "ollama",
6751 "open_ai",
6752 "project",
6753 "proto",
6754 "schemars",
6755 "serde",
6756 "serde_json",
6757 "settings",
6758 "smol",
6759 "strum",
6760 "telemetry_events",
6761 "theme",
6762 "thiserror 1.0.69",
6763 "tiktoken-rs",
6764 "ui",
6765 "util",
6766]
6767
6768[[package]]
6769name = "language_selector"
6770version = "0.1.0"
6771dependencies = [
6772 "anyhow",
6773 "editor",
6774 "file_finder",
6775 "file_icons",
6776 "fuzzy",
6777 "gpui",
6778 "language",
6779 "picker",
6780 "project",
6781 "settings",
6782 "ui",
6783 "util",
6784 "workspace",
6785]
6786
6787[[package]]
6788name = "language_tools"
6789version = "0.1.0"
6790dependencies = [
6791 "anyhow",
6792 "client",
6793 "collections",
6794 "copilot",
6795 "editor",
6796 "env_logger 0.11.6",
6797 "futures 0.3.31",
6798 "gpui",
6799 "itertools 0.14.0",
6800 "language",
6801 "lsp",
6802 "project",
6803 "release_channel",
6804 "serde_json",
6805 "settings",
6806 "theme",
6807 "tree-sitter",
6808 "ui",
6809 "util",
6810 "workspace",
6811 "zed_actions",
6812]
6813
6814[[package]]
6815name = "languages"
6816version = "0.1.0"
6817dependencies = [
6818 "anyhow",
6819 "async-compression",
6820 "async-tar",
6821 "async-trait",
6822 "collections",
6823 "futures 0.3.31",
6824 "gpui",
6825 "http_client",
6826 "language",
6827 "log",
6828 "lsp",
6829 "node_runtime",
6830 "paths",
6831 "pet",
6832 "pet-conda",
6833 "pet-core",
6834 "pet-fs",
6835 "pet-poetry",
6836 "pet-reporter",
6837 "project",
6838 "regex",
6839 "rope",
6840 "rust-embed",
6841 "serde",
6842 "serde_json",
6843 "settings",
6844 "smol",
6845 "task",
6846 "text",
6847 "theme",
6848 "toml 0.8.19",
6849 "tree-sitter",
6850 "tree-sitter-bash",
6851 "tree-sitter-c",
6852 "tree-sitter-cpp",
6853 "tree-sitter-css",
6854 "tree-sitter-diff",
6855 "tree-sitter-go",
6856 "tree-sitter-gomod",
6857 "tree-sitter-gowork",
6858 "tree-sitter-jsdoc",
6859 "tree-sitter-json",
6860 "tree-sitter-md",
6861 "tree-sitter-python",
6862 "tree-sitter-regex",
6863 "tree-sitter-rust",
6864 "tree-sitter-typescript",
6865 "tree-sitter-yaml",
6866 "unindent",
6867 "util",
6868 "workspace",
6869]
6870
6871[[package]]
6872name = "lazy_static"
6873version = "1.5.0"
6874source = "registry+https://github.com/rust-lang/crates.io-index"
6875checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6876dependencies = [
6877 "spin",
6878]
6879
6880[[package]]
6881name = "leb128"
6882version = "0.2.5"
6883source = "registry+https://github.com/rust-lang/crates.io-index"
6884checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6885
6886[[package]]
6887name = "lebe"
6888version = "0.5.2"
6889source = "registry+https://github.com/rust-lang/crates.io-index"
6890checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6891
6892[[package]]
6893name = "libc"
6894version = "0.2.169"
6895source = "registry+https://github.com/rust-lang/crates.io-index"
6896checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
6897
6898[[package]]
6899name = "libdbus-sys"
6900version = "0.2.5"
6901source = "registry+https://github.com/rust-lang/crates.io-index"
6902checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6903dependencies = [
6904 "cc",
6905 "pkg-config",
6906]
6907
6908[[package]]
6909name = "libfuzzer-sys"
6910version = "0.4.8"
6911source = "registry+https://github.com/rust-lang/crates.io-index"
6912checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
6913dependencies = [
6914 "arbitrary",
6915 "cc",
6916]
6917
6918[[package]]
6919name = "libgit2-sys"
6920version = "0.17.0+1.8.1"
6921source = "registry+https://github.com/rust-lang/crates.io-index"
6922checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6923dependencies = [
6924 "cc",
6925 "libc",
6926 "libz-sys",
6927 "pkg-config",
6928]
6929
6930[[package]]
6931name = "libloading"
6932version = "0.8.6"
6933source = "registry+https://github.com/rust-lang/crates.io-index"
6934checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
6935dependencies = [
6936 "cfg-if",
6937 "windows-targets 0.52.6",
6938]
6939
6940[[package]]
6941name = "libm"
6942version = "0.2.11"
6943source = "registry+https://github.com/rust-lang/crates.io-index"
6944checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
6945
6946[[package]]
6947name = "libmimalloc-sys"
6948version = "0.1.39"
6949source = "registry+https://github.com/rust-lang/crates.io-index"
6950checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6951dependencies = [
6952 "cc",
6953 "libc",
6954]
6955
6956[[package]]
6957name = "libredox"
6958version = "0.1.3"
6959source = "registry+https://github.com/rust-lang/crates.io-index"
6960checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6961dependencies = [
6962 "bitflags 2.6.0",
6963 "libc",
6964 "redox_syscall 0.5.8",
6965]
6966
6967[[package]]
6968name = "libsqlite3-sys"
6969version = "0.30.1"
6970source = "registry+https://github.com/rust-lang/crates.io-index"
6971checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
6972dependencies = [
6973 "cc",
6974 "pkg-config",
6975 "vcpkg",
6976]
6977
6978[[package]]
6979name = "libwebrtc"
6980version = "0.3.7"
6981source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
6982dependencies = [
6983 "cxx",
6984 "jni",
6985 "js-sys",
6986 "lazy_static",
6987 "livekit-protocol",
6988 "livekit-runtime",
6989 "log",
6990 "parking_lot",
6991 "serde",
6992 "serde_json",
6993 "thiserror 1.0.69",
6994 "tokio",
6995 "wasm-bindgen",
6996 "wasm-bindgen-futures",
6997 "web-sys",
6998 "webrtc-sys",
6999]
7000
7001[[package]]
7002name = "libz-sys"
7003version = "1.1.20"
7004source = "registry+https://github.com/rust-lang/crates.io-index"
7005checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7006dependencies = [
7007 "cc",
7008 "libc",
7009 "pkg-config",
7010 "vcpkg",
7011]
7012
7013[[package]]
7014name = "link-cplusplus"
7015version = "1.0.9"
7016source = "registry+https://github.com/rust-lang/crates.io-index"
7017checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7018dependencies = [
7019 "cc",
7020]
7021
7022[[package]]
7023name = "linkify"
7024version = "0.10.0"
7025source = "registry+https://github.com/rust-lang/crates.io-index"
7026checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7027dependencies = [
7028 "memchr",
7029]
7030
7031[[package]]
7032name = "linkme"
7033version = "0.3.31"
7034source = "registry+https://github.com/rust-lang/crates.io-index"
7035checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7036dependencies = [
7037 "linkme-impl",
7038]
7039
7040[[package]]
7041name = "linkme-impl"
7042version = "0.3.31"
7043source = "registry+https://github.com/rust-lang/crates.io-index"
7044checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7045dependencies = [
7046 "proc-macro2",
7047 "quote",
7048 "syn 2.0.90",
7049]
7050
7051[[package]]
7052name = "linux-raw-sys"
7053version = "0.4.14"
7054source = "registry+https://github.com/rust-lang/crates.io-index"
7055checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7056
7057[[package]]
7058name = "litemap"
7059version = "0.7.4"
7060source = "registry+https://github.com/rust-lang/crates.io-index"
7061checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7062
7063[[package]]
7064name = "livekit"
7065version = "0.7.0"
7066source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7067dependencies = [
7068 "chrono",
7069 "futures-util",
7070 "lazy_static",
7071 "libwebrtc",
7072 "livekit-api",
7073 "livekit-protocol",
7074 "livekit-runtime",
7075 "log",
7076 "parking_lot",
7077 "prost 0.12.6",
7078 "semver",
7079 "serde",
7080 "serde_json",
7081 "thiserror 1.0.69",
7082 "tokio",
7083]
7084
7085[[package]]
7086name = "livekit-api"
7087version = "0.4.1"
7088source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7089dependencies = [
7090 "async-tungstenite 0.25.1",
7091 "futures-util",
7092 "http 0.2.12",
7093 "jsonwebtoken",
7094 "livekit-protocol",
7095 "livekit-runtime",
7096 "log",
7097 "parking_lot",
7098 "prost 0.12.6",
7099 "reqwest 0.11.27",
7100 "scopeguard",
7101 "serde",
7102 "serde_json",
7103 "sha2",
7104 "thiserror 1.0.69",
7105 "tokio",
7106 "tokio-tungstenite 0.20.1",
7107 "url",
7108]
7109
7110[[package]]
7111name = "livekit-protocol"
7112version = "0.3.6"
7113source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7114dependencies = [
7115 "futures-util",
7116 "livekit-runtime",
7117 "parking_lot",
7118 "pbjson",
7119 "pbjson-types",
7120 "prost 0.12.6",
7121 "prost-types 0.12.6",
7122 "serde",
7123 "thiserror 1.0.69",
7124 "tokio",
7125]
7126
7127[[package]]
7128name = "livekit-runtime"
7129version = "0.3.1"
7130source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7131dependencies = [
7132 "async-io",
7133 "async-std",
7134 "async-task",
7135 "futures 0.3.31",
7136]
7137
7138[[package]]
7139name = "livekit_client"
7140version = "0.1.0"
7141dependencies = [
7142 "anyhow",
7143 "async-trait",
7144 "collections",
7145 "core-foundation 0.9.4",
7146 "coreaudio-rs 0.12.1",
7147 "cpal",
7148 "futures 0.3.31",
7149 "gpui",
7150 "http 0.2.12",
7151 "http_client",
7152 "image",
7153 "livekit",
7154 "livekit_server",
7155 "log",
7156 "media",
7157 "nanoid",
7158 "parking_lot",
7159 "postage",
7160 "serde",
7161 "serde_json",
7162 "sha2",
7163 "simplelog",
7164 "smallvec",
7165 "util",
7166]
7167
7168[[package]]
7169name = "livekit_client_macos"
7170version = "0.1.0"
7171dependencies = [
7172 "anyhow",
7173 "async-broadcast",
7174 "async-trait",
7175 "collections",
7176 "core-foundation 0.9.4",
7177 "futures 0.3.31",
7178 "gpui",
7179 "livekit_server",
7180 "log",
7181 "media",
7182 "nanoid",
7183 "parking_lot",
7184 "postage",
7185 "serde",
7186 "serde_json",
7187 "sha2",
7188 "simplelog",
7189]
7190
7191[[package]]
7192name = "livekit_server"
7193version = "0.1.0"
7194dependencies = [
7195 "anyhow",
7196 "async-trait",
7197 "jsonwebtoken",
7198 "log",
7199 "prost 0.9.0",
7200 "prost-build 0.9.0",
7201 "prost-types 0.9.0",
7202 "reqwest 0.12.8",
7203 "serde",
7204]
7205
7206[[package]]
7207name = "lmdb-master-sys"
7208version = "0.2.4"
7209source = "registry+https://github.com/rust-lang/crates.io-index"
7210checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7211dependencies = [
7212 "cc",
7213 "doxygen-rs",
7214 "libc",
7215]
7216
7217[[package]]
7218name = "lmstudio"
7219version = "0.1.0"
7220dependencies = [
7221 "anyhow",
7222 "futures 0.3.31",
7223 "http_client",
7224 "schemars",
7225 "serde",
7226 "serde_json",
7227]
7228
7229[[package]]
7230name = "lock_api"
7231version = "0.4.12"
7232source = "registry+https://github.com/rust-lang/crates.io-index"
7233checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7234dependencies = [
7235 "autocfg",
7236 "scopeguard",
7237]
7238
7239[[package]]
7240name = "log"
7241version = "0.4.22"
7242source = "registry+https://github.com/rust-lang/crates.io-index"
7243checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
7244dependencies = [
7245 "serde",
7246 "value-bag",
7247]
7248
7249[[package]]
7250name = "loop9"
7251version = "0.1.5"
7252source = "registry+https://github.com/rust-lang/crates.io-index"
7253checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7254dependencies = [
7255 "imgref",
7256]
7257
7258[[package]]
7259name = "lru"
7260version = "0.12.5"
7261source = "registry+https://github.com/rust-lang/crates.io-index"
7262checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7263dependencies = [
7264 "hashbrown 0.15.2",
7265]
7266
7267[[package]]
7268name = "lsp"
7269version = "0.1.0"
7270dependencies = [
7271 "anyhow",
7272 "async-pipe",
7273 "collections",
7274 "ctor",
7275 "env_logger 0.11.6",
7276 "futures 0.3.31",
7277 "gpui",
7278 "log",
7279 "lsp-types",
7280 "parking_lot",
7281 "postage",
7282 "release_channel",
7283 "schemars",
7284 "serde",
7285 "serde_json",
7286 "smol",
7287 "util",
7288]
7289
7290[[package]]
7291name = "lsp-types"
7292version = "0.95.1"
7293source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7294dependencies = [
7295 "bitflags 1.3.2",
7296 "serde",
7297 "serde_json",
7298 "serde_repr",
7299 "url",
7300]
7301
7302[[package]]
7303name = "mac"
7304version = "0.1.1"
7305source = "registry+https://github.com/rust-lang/crates.io-index"
7306checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7307
7308[[package]]
7309name = "mach2"
7310version = "0.4.2"
7311source = "registry+https://github.com/rust-lang/crates.io-index"
7312checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7313dependencies = [
7314 "libc",
7315]
7316
7317[[package]]
7318name = "malloc_buf"
7319version = "0.0.6"
7320source = "registry+https://github.com/rust-lang/crates.io-index"
7321checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7322dependencies = [
7323 "libc",
7324]
7325
7326[[package]]
7327name = "maplit"
7328version = "1.0.2"
7329source = "registry+https://github.com/rust-lang/crates.io-index"
7330checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7331
7332[[package]]
7333name = "markdown"
7334version = "0.1.0"
7335dependencies = [
7336 "anyhow",
7337 "assets",
7338 "env_logger 0.11.6",
7339 "futures 0.3.31",
7340 "gpui",
7341 "language",
7342 "languages",
7343 "linkify",
7344 "log",
7345 "node_runtime",
7346 "pulldown-cmark 0.12.2",
7347 "settings",
7348 "theme",
7349 "ui",
7350 "util",
7351]
7352
7353[[package]]
7354name = "markdown_preview"
7355version = "0.1.0"
7356dependencies = [
7357 "anyhow",
7358 "async-recursion 1.1.1",
7359 "collections",
7360 "editor",
7361 "gpui",
7362 "language",
7363 "linkify",
7364 "log",
7365 "pretty_assertions",
7366 "pulldown-cmark 0.12.2",
7367 "settings",
7368 "theme",
7369 "ui",
7370 "util",
7371 "workspace",
7372]
7373
7374[[package]]
7375name = "markup5ever"
7376version = "0.12.1"
7377source = "registry+https://github.com/rust-lang/crates.io-index"
7378checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7379dependencies = [
7380 "log",
7381 "phf",
7382 "phf_codegen",
7383 "string_cache",
7384 "string_cache_codegen",
7385 "tendril",
7386]
7387
7388[[package]]
7389name = "markup5ever_rcdom"
7390version = "0.3.0"
7391source = "registry+https://github.com/rust-lang/crates.io-index"
7392checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7393dependencies = [
7394 "html5ever",
7395 "markup5ever",
7396 "tendril",
7397 "xml5ever",
7398]
7399
7400[[package]]
7401name = "matchers"
7402version = "0.1.0"
7403source = "registry+https://github.com/rust-lang/crates.io-index"
7404checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7405dependencies = [
7406 "regex-automata 0.1.10",
7407]
7408
7409[[package]]
7410name = "matchit"
7411version = "0.7.3"
7412source = "registry+https://github.com/rust-lang/crates.io-index"
7413checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7414
7415[[package]]
7416name = "maybe-owned"
7417version = "0.3.4"
7418source = "registry+https://github.com/rust-lang/crates.io-index"
7419checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7420
7421[[package]]
7422name = "maybe-rayon"
7423version = "0.1.1"
7424source = "registry+https://github.com/rust-lang/crates.io-index"
7425checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7426dependencies = [
7427 "cfg-if",
7428 "rayon",
7429]
7430
7431[[package]]
7432name = "md-5"
7433version = "0.10.6"
7434source = "registry+https://github.com/rust-lang/crates.io-index"
7435checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7436dependencies = [
7437 "cfg-if",
7438 "digest",
7439]
7440
7441[[package]]
7442name = "mdbook"
7443version = "0.4.43"
7444source = "registry+https://github.com/rust-lang/crates.io-index"
7445checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7446dependencies = [
7447 "ammonia",
7448 "anyhow",
7449 "chrono",
7450 "clap",
7451 "clap_complete",
7452 "elasticlunr-rs",
7453 "env_logger 0.11.6",
7454 "futures-util",
7455 "handlebars 6.2.0",
7456 "ignore",
7457 "log",
7458 "memchr",
7459 "notify",
7460 "notify-debouncer-mini",
7461 "once_cell",
7462 "opener",
7463 "pathdiff",
7464 "pulldown-cmark 0.10.3",
7465 "regex",
7466 "serde",
7467 "serde_json",
7468 "shlex",
7469 "tempfile",
7470 "tokio",
7471 "toml 0.5.11",
7472 "topological-sort",
7473 "walkdir",
7474 "warp",
7475]
7476
7477[[package]]
7478name = "media"
7479version = "0.1.0"
7480dependencies = [
7481 "anyhow",
7482 "bindgen",
7483 "core-foundation 0.9.4",
7484 "ctor",
7485 "foreign-types 0.5.0",
7486 "metal",
7487 "objc",
7488]
7489
7490[[package]]
7491name = "memchr"
7492version = "2.7.4"
7493source = "registry+https://github.com/rust-lang/crates.io-index"
7494checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7495
7496[[package]]
7497name = "memfd"
7498version = "0.6.4"
7499source = "registry+https://github.com/rust-lang/crates.io-index"
7500checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7501dependencies = [
7502 "rustix",
7503]
7504
7505[[package]]
7506name = "memmap2"
7507version = "0.9.5"
7508source = "registry+https://github.com/rust-lang/crates.io-index"
7509checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7510dependencies = [
7511 "libc",
7512]
7513
7514[[package]]
7515name = "memoffset"
7516version = "0.9.1"
7517source = "registry+https://github.com/rust-lang/crates.io-index"
7518checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7519dependencies = [
7520 "autocfg",
7521]
7522
7523[[package]]
7524name = "menu"
7525version = "0.1.0"
7526dependencies = [
7527 "gpui",
7528 "serde",
7529]
7530
7531[[package]]
7532name = "metal"
7533version = "0.30.0"
7534source = "registry+https://github.com/rust-lang/crates.io-index"
7535checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9"
7536dependencies = [
7537 "bitflags 2.6.0",
7538 "block",
7539 "core-graphics-types 0.1.3",
7540 "foreign-types 0.5.0",
7541 "log",
7542 "objc",
7543 "paste",
7544]
7545
7546[[package]]
7547name = "mimalloc"
7548version = "0.1.43"
7549source = "registry+https://github.com/rust-lang/crates.io-index"
7550checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7551dependencies = [
7552 "libmimalloc-sys",
7553]
7554
7555[[package]]
7556name = "mime"
7557version = "0.3.17"
7558source = "registry+https://github.com/rust-lang/crates.io-index"
7559checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7560
7561[[package]]
7562name = "mime_guess"
7563version = "2.0.5"
7564source = "registry+https://github.com/rust-lang/crates.io-index"
7565checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7566dependencies = [
7567 "mime",
7568 "unicase",
7569]
7570
7571[[package]]
7572name = "minimal-lexical"
7573version = "0.2.1"
7574source = "registry+https://github.com/rust-lang/crates.io-index"
7575checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7576
7577[[package]]
7578name = "miniz_oxide"
7579version = "0.8.0"
7580source = "registry+https://github.com/rust-lang/crates.io-index"
7581checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7582dependencies = [
7583 "adler2",
7584 "simd-adler32",
7585]
7586
7587[[package]]
7588name = "mint"
7589version = "0.5.9"
7590source = "registry+https://github.com/rust-lang/crates.io-index"
7591checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7592
7593[[package]]
7594name = "mio"
7595version = "0.8.11"
7596source = "registry+https://github.com/rust-lang/crates.io-index"
7597checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7598dependencies = [
7599 "libc",
7600 "log",
7601 "wasi 0.11.0+wasi-snapshot-preview1",
7602 "windows-sys 0.48.0",
7603]
7604
7605[[package]]
7606name = "mio"
7607version = "1.0.3"
7608source = "registry+https://github.com/rust-lang/crates.io-index"
7609checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7610dependencies = [
7611 "libc",
7612 "log",
7613 "wasi 0.11.0+wasi-snapshot-preview1",
7614 "windows-sys 0.52.0",
7615]
7616
7617[[package]]
7618name = "miow"
7619version = "0.6.0"
7620source = "registry+https://github.com/rust-lang/crates.io-index"
7621checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7622dependencies = [
7623 "windows-sys 0.48.0",
7624]
7625
7626[[package]]
7627name = "msvc_spectre_libs"
7628version = "0.1.2"
7629source = "registry+https://github.com/rust-lang/crates.io-index"
7630checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7631dependencies = [
7632 "cc",
7633]
7634
7635[[package]]
7636name = "multi_buffer"
7637version = "0.1.0"
7638dependencies = [
7639 "anyhow",
7640 "clock",
7641 "collections",
7642 "ctor",
7643 "env_logger 0.11.6",
7644 "futures 0.3.31",
7645 "gpui",
7646 "itertools 0.14.0",
7647 "language",
7648 "log",
7649 "parking_lot",
7650 "rand 0.8.5",
7651 "serde",
7652 "settings",
7653 "smallvec",
7654 "sum_tree",
7655 "text",
7656 "theme",
7657 "tree-sitter",
7658 "util",
7659]
7660
7661[[package]]
7662name = "multimap"
7663version = "0.8.3"
7664source = "registry+https://github.com/rust-lang/crates.io-index"
7665checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7666
7667[[package]]
7668name = "multimap"
7669version = "0.10.0"
7670source = "registry+https://github.com/rust-lang/crates.io-index"
7671checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7672
7673[[package]]
7674name = "naga"
7675version = "23.1.0"
7676source = "registry+https://github.com/rust-lang/crates.io-index"
7677checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7678dependencies = [
7679 "arrayvec",
7680 "bit-set 0.8.0",
7681 "bitflags 2.6.0",
7682 "cfg_aliases 0.1.1",
7683 "codespan-reporting",
7684 "hexf-parse",
7685 "indexmap",
7686 "log",
7687 "rustc-hash 1.1.0",
7688 "spirv",
7689 "termcolor",
7690 "thiserror 1.0.69",
7691 "unicode-xid",
7692]
7693
7694[[package]]
7695name = "nanoid"
7696version = "0.4.0"
7697source = "registry+https://github.com/rust-lang/crates.io-index"
7698checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7699dependencies = [
7700 "rand 0.8.5",
7701]
7702
7703[[package]]
7704name = "nanorand"
7705version = "0.7.0"
7706source = "registry+https://github.com/rust-lang/crates.io-index"
7707checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7708dependencies = [
7709 "getrandom 0.2.15",
7710]
7711
7712[[package]]
7713name = "native-tls"
7714version = "0.2.12"
7715source = "registry+https://github.com/rust-lang/crates.io-index"
7716checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7717dependencies = [
7718 "libc",
7719 "log",
7720 "openssl",
7721 "openssl-probe",
7722 "openssl-sys",
7723 "schannel",
7724 "security-framework 2.11.1",
7725 "security-framework-sys",
7726 "tempfile",
7727]
7728
7729[[package]]
7730name = "nbformat"
7731version = "0.10.0"
7732source = "registry+https://github.com/rust-lang/crates.io-index"
7733checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
7734dependencies = [
7735 "anyhow",
7736 "chrono",
7737 "jupyter-protocol",
7738 "serde",
7739 "serde_json",
7740 "thiserror 1.0.69",
7741 "uuid",
7742]
7743
7744[[package]]
7745name = "ndk"
7746version = "0.8.0"
7747source = "registry+https://github.com/rust-lang/crates.io-index"
7748checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7749dependencies = [
7750 "bitflags 2.6.0",
7751 "jni-sys",
7752 "log",
7753 "ndk-sys",
7754 "num_enum",
7755 "thiserror 1.0.69",
7756]
7757
7758[[package]]
7759name = "ndk-context"
7760version = "0.1.1"
7761source = "registry+https://github.com/rust-lang/crates.io-index"
7762checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7763
7764[[package]]
7765name = "ndk-sys"
7766version = "0.5.0+25.2.9519653"
7767source = "registry+https://github.com/rust-lang/crates.io-index"
7768checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7769dependencies = [
7770 "jni-sys",
7771]
7772
7773[[package]]
7774name = "new_debug_unreachable"
7775version = "1.0.6"
7776source = "registry+https://github.com/rust-lang/crates.io-index"
7777checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7778
7779[[package]]
7780name = "nix"
7781version = "0.29.0"
7782source = "registry+https://github.com/rust-lang/crates.io-index"
7783checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7784dependencies = [
7785 "bitflags 2.6.0",
7786 "cfg-if",
7787 "cfg_aliases 0.2.1",
7788 "libc",
7789 "memoffset",
7790]
7791
7792[[package]]
7793name = "node_runtime"
7794version = "0.1.0"
7795dependencies = [
7796 "anyhow",
7797 "async-compression",
7798 "async-std",
7799 "async-tar",
7800 "async-trait",
7801 "async-watch",
7802 "async_zip",
7803 "futures 0.3.31",
7804 "http_client",
7805 "log",
7806 "paths",
7807 "semver",
7808 "serde",
7809 "serde_json",
7810 "smol",
7811 "tempfile",
7812 "util",
7813 "walkdir",
7814 "which 6.0.3",
7815]
7816
7817[[package]]
7818name = "nom"
7819version = "7.1.3"
7820source = "registry+https://github.com/rust-lang/crates.io-index"
7821checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7822dependencies = [
7823 "memchr",
7824 "minimal-lexical",
7825]
7826
7827[[package]]
7828name = "noop_proc_macro"
7829version = "0.3.0"
7830source = "registry+https://github.com/rust-lang/crates.io-index"
7831checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7832
7833[[package]]
7834name = "normpath"
7835version = "1.3.0"
7836source = "registry+https://github.com/rust-lang/crates.io-index"
7837checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7838dependencies = [
7839 "windows-sys 0.59.0",
7840]
7841
7842[[package]]
7843name = "notifications"
7844version = "0.1.0"
7845dependencies = [
7846 "anyhow",
7847 "channel",
7848 "client",
7849 "collections",
7850 "db",
7851 "gpui",
7852 "rpc",
7853 "settings",
7854 "sum_tree",
7855 "time",
7856 "util",
7857]
7858
7859[[package]]
7860name = "notify"
7861version = "6.1.1"
7862source = "registry+https://github.com/rust-lang/crates.io-index"
7863checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7864dependencies = [
7865 "bitflags 2.6.0",
7866 "crossbeam-channel",
7867 "filetime",
7868 "fsevent-sys 4.1.0",
7869 "inotify",
7870 "kqueue",
7871 "libc",
7872 "log",
7873 "mio 0.8.11",
7874 "walkdir",
7875 "windows-sys 0.48.0",
7876]
7877
7878[[package]]
7879name = "notify-debouncer-mini"
7880version = "0.4.1"
7881source = "registry+https://github.com/rust-lang/crates.io-index"
7882checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7883dependencies = [
7884 "crossbeam-channel",
7885 "log",
7886 "notify",
7887]
7888
7889[[package]]
7890name = "ntapi"
7891version = "0.4.1"
7892source = "registry+https://github.com/rust-lang/crates.io-index"
7893checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7894dependencies = [
7895 "winapi",
7896]
7897
7898[[package]]
7899name = "nu-ansi-term"
7900version = "0.46.0"
7901source = "registry+https://github.com/rust-lang/crates.io-index"
7902checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7903dependencies = [
7904 "overload",
7905 "winapi",
7906]
7907
7908[[package]]
7909name = "num"
7910version = "0.4.3"
7911source = "registry+https://github.com/rust-lang/crates.io-index"
7912checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7913dependencies = [
7914 "num-bigint",
7915 "num-complex",
7916 "num-integer",
7917 "num-iter",
7918 "num-rational",
7919 "num-traits",
7920]
7921
7922[[package]]
7923name = "num-bigint"
7924version = "0.4.6"
7925source = "registry+https://github.com/rust-lang/crates.io-index"
7926checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7927dependencies = [
7928 "num-integer",
7929 "num-traits",
7930]
7931
7932[[package]]
7933name = "num-bigint-dig"
7934version = "0.8.4"
7935source = "registry+https://github.com/rust-lang/crates.io-index"
7936checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7937dependencies = [
7938 "byteorder",
7939 "lazy_static",
7940 "libm",
7941 "num-integer",
7942 "num-iter",
7943 "num-traits",
7944 "rand 0.8.5",
7945 "serde",
7946 "smallvec",
7947 "zeroize",
7948]
7949
7950[[package]]
7951name = "num-complex"
7952version = "0.4.6"
7953source = "registry+https://github.com/rust-lang/crates.io-index"
7954checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7955dependencies = [
7956 "num-traits",
7957]
7958
7959[[package]]
7960name = "num-conv"
7961version = "0.1.0"
7962source = "registry+https://github.com/rust-lang/crates.io-index"
7963checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7964
7965[[package]]
7966name = "num-derive"
7967version = "0.4.2"
7968source = "registry+https://github.com/rust-lang/crates.io-index"
7969checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7970dependencies = [
7971 "proc-macro2",
7972 "quote",
7973 "syn 2.0.90",
7974]
7975
7976[[package]]
7977name = "num-format"
7978version = "0.4.4"
7979source = "registry+https://github.com/rust-lang/crates.io-index"
7980checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7981dependencies = [
7982 "arrayvec",
7983 "itoa",
7984]
7985
7986[[package]]
7987name = "num-integer"
7988version = "0.1.46"
7989source = "registry+https://github.com/rust-lang/crates.io-index"
7990checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7991dependencies = [
7992 "num-traits",
7993]
7994
7995[[package]]
7996name = "num-iter"
7997version = "0.1.45"
7998source = "registry+https://github.com/rust-lang/crates.io-index"
7999checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8000dependencies = [
8001 "autocfg",
8002 "num-integer",
8003 "num-traits",
8004]
8005
8006[[package]]
8007name = "num-modular"
8008version = "0.6.1"
8009source = "registry+https://github.com/rust-lang/crates.io-index"
8010checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8011
8012[[package]]
8013name = "num-order"
8014version = "1.2.0"
8015source = "registry+https://github.com/rust-lang/crates.io-index"
8016checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8017dependencies = [
8018 "num-modular",
8019]
8020
8021[[package]]
8022name = "num-rational"
8023version = "0.4.2"
8024source = "registry+https://github.com/rust-lang/crates.io-index"
8025checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8026dependencies = [
8027 "num-bigint",
8028 "num-integer",
8029 "num-traits",
8030]
8031
8032[[package]]
8033name = "num-traits"
8034version = "0.2.19"
8035source = "registry+https://github.com/rust-lang/crates.io-index"
8036checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8037dependencies = [
8038 "autocfg",
8039 "libm",
8040]
8041
8042[[package]]
8043name = "num_cpus"
8044version = "1.16.0"
8045source = "registry+https://github.com/rust-lang/crates.io-index"
8046checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8047dependencies = [
8048 "hermit-abi 0.3.9",
8049 "libc",
8050]
8051
8052[[package]]
8053name = "num_enum"
8054version = "0.7.3"
8055source = "registry+https://github.com/rust-lang/crates.io-index"
8056checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8057dependencies = [
8058 "num_enum_derive",
8059]
8060
8061[[package]]
8062name = "num_enum_derive"
8063version = "0.7.3"
8064source = "registry+https://github.com/rust-lang/crates.io-index"
8065checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8066dependencies = [
8067 "proc-macro-crate",
8068 "proc-macro2",
8069 "quote",
8070 "syn 2.0.90",
8071]
8072
8073[[package]]
8074name = "num_threads"
8075version = "0.1.7"
8076source = "registry+https://github.com/rust-lang/crates.io-index"
8077checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8078dependencies = [
8079 "libc",
8080]
8081
8082[[package]]
8083name = "nvim-rs"
8084version = "0.8.0-pre"
8085source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8086dependencies = [
8087 "async-trait",
8088 "futures 0.3.31",
8089 "log",
8090 "parity-tokio-ipc",
8091 "rmp",
8092 "rmpv",
8093 "tokio",
8094 "tokio-util",
8095 "winapi",
8096]
8097
8098[[package]]
8099name = "objc"
8100version = "0.2.7"
8101source = "registry+https://github.com/rust-lang/crates.io-index"
8102checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8103dependencies = [
8104 "malloc_buf",
8105]
8106
8107[[package]]
8108name = "objc-sys"
8109version = "0.3.5"
8110source = "registry+https://github.com/rust-lang/crates.io-index"
8111checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8112
8113[[package]]
8114name = "objc2"
8115version = "0.5.2"
8116source = "registry+https://github.com/rust-lang/crates.io-index"
8117checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8118dependencies = [
8119 "objc-sys",
8120 "objc2-encode",
8121]
8122
8123[[package]]
8124name = "objc2-app-kit"
8125version = "0.2.2"
8126source = "registry+https://github.com/rust-lang/crates.io-index"
8127checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8128dependencies = [
8129 "bitflags 2.6.0",
8130 "block2",
8131 "libc",
8132 "objc2",
8133 "objc2-core-data",
8134 "objc2-core-image",
8135 "objc2-foundation",
8136 "objc2-quartz-core",
8137]
8138
8139[[package]]
8140name = "objc2-cloud-kit"
8141version = "0.2.2"
8142source = "registry+https://github.com/rust-lang/crates.io-index"
8143checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8144dependencies = [
8145 "bitflags 2.6.0",
8146 "block2",
8147 "objc2",
8148 "objc2-core-location",
8149 "objc2-foundation",
8150]
8151
8152[[package]]
8153name = "objc2-contacts"
8154version = "0.2.2"
8155source = "registry+https://github.com/rust-lang/crates.io-index"
8156checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8157dependencies = [
8158 "block2",
8159 "objc2",
8160 "objc2-foundation",
8161]
8162
8163[[package]]
8164name = "objc2-core-data"
8165version = "0.2.2"
8166source = "registry+https://github.com/rust-lang/crates.io-index"
8167checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8168dependencies = [
8169 "bitflags 2.6.0",
8170 "block2",
8171 "objc2",
8172 "objc2-foundation",
8173]
8174
8175[[package]]
8176name = "objc2-core-image"
8177version = "0.2.2"
8178source = "registry+https://github.com/rust-lang/crates.io-index"
8179checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8180dependencies = [
8181 "block2",
8182 "objc2",
8183 "objc2-foundation",
8184 "objc2-metal",
8185]
8186
8187[[package]]
8188name = "objc2-core-location"
8189version = "0.2.2"
8190source = "registry+https://github.com/rust-lang/crates.io-index"
8191checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8192dependencies = [
8193 "block2",
8194 "objc2",
8195 "objc2-contacts",
8196 "objc2-foundation",
8197]
8198
8199[[package]]
8200name = "objc2-encode"
8201version = "4.0.3"
8202source = "registry+https://github.com/rust-lang/crates.io-index"
8203checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8204
8205[[package]]
8206name = "objc2-foundation"
8207version = "0.2.2"
8208source = "registry+https://github.com/rust-lang/crates.io-index"
8209checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8210dependencies = [
8211 "bitflags 2.6.0",
8212 "block2",
8213 "libc",
8214 "objc2",
8215]
8216
8217[[package]]
8218name = "objc2-link-presentation"
8219version = "0.2.2"
8220source = "registry+https://github.com/rust-lang/crates.io-index"
8221checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8222dependencies = [
8223 "block2",
8224 "objc2",
8225 "objc2-app-kit",
8226 "objc2-foundation",
8227]
8228
8229[[package]]
8230name = "objc2-metal"
8231version = "0.2.2"
8232source = "registry+https://github.com/rust-lang/crates.io-index"
8233checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8234dependencies = [
8235 "bitflags 2.6.0",
8236 "block2",
8237 "objc2",
8238 "objc2-foundation",
8239]
8240
8241[[package]]
8242name = "objc2-quartz-core"
8243version = "0.2.2"
8244source = "registry+https://github.com/rust-lang/crates.io-index"
8245checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8246dependencies = [
8247 "bitflags 2.6.0",
8248 "block2",
8249 "objc2",
8250 "objc2-foundation",
8251 "objc2-metal",
8252]
8253
8254[[package]]
8255name = "objc2-symbols"
8256version = "0.2.2"
8257source = "registry+https://github.com/rust-lang/crates.io-index"
8258checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8259dependencies = [
8260 "objc2",
8261 "objc2-foundation",
8262]
8263
8264[[package]]
8265name = "objc2-ui-kit"
8266version = "0.2.2"
8267source = "registry+https://github.com/rust-lang/crates.io-index"
8268checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8269dependencies = [
8270 "bitflags 2.6.0",
8271 "block2",
8272 "objc2",
8273 "objc2-cloud-kit",
8274 "objc2-core-data",
8275 "objc2-core-image",
8276 "objc2-core-location",
8277 "objc2-foundation",
8278 "objc2-link-presentation",
8279 "objc2-quartz-core",
8280 "objc2-symbols",
8281 "objc2-uniform-type-identifiers",
8282 "objc2-user-notifications",
8283]
8284
8285[[package]]
8286name = "objc2-uniform-type-identifiers"
8287version = "0.2.2"
8288source = "registry+https://github.com/rust-lang/crates.io-index"
8289checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8290dependencies = [
8291 "block2",
8292 "objc2",
8293 "objc2-foundation",
8294]
8295
8296[[package]]
8297name = "objc2-user-notifications"
8298version = "0.2.2"
8299source = "registry+https://github.com/rust-lang/crates.io-index"
8300checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8301dependencies = [
8302 "bitflags 2.6.0",
8303 "block2",
8304 "objc2",
8305 "objc2-core-location",
8306 "objc2-foundation",
8307]
8308
8309[[package]]
8310name = "object"
8311version = "0.36.5"
8312source = "registry+https://github.com/rust-lang/crates.io-index"
8313checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8314dependencies = [
8315 "crc32fast",
8316 "hashbrown 0.15.2",
8317 "indexmap",
8318 "memchr",
8319]
8320
8321[[package]]
8322name = "oboe"
8323version = "0.6.1"
8324source = "registry+https://github.com/rust-lang/crates.io-index"
8325checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8326dependencies = [
8327 "jni",
8328 "ndk",
8329 "ndk-context",
8330 "num-derive",
8331 "num-traits",
8332 "oboe-sys",
8333]
8334
8335[[package]]
8336name = "oboe-sys"
8337version = "0.6.1"
8338source = "registry+https://github.com/rust-lang/crates.io-index"
8339checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8340dependencies = [
8341 "cc",
8342]
8343
8344[[package]]
8345name = "ollama"
8346version = "0.1.0"
8347dependencies = [
8348 "anyhow",
8349 "futures 0.3.31",
8350 "http_client",
8351 "schemars",
8352 "serde",
8353 "serde_json",
8354]
8355
8356[[package]]
8357name = "once_cell"
8358version = "1.20.2"
8359source = "registry+https://github.com/rust-lang/crates.io-index"
8360checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8361
8362[[package]]
8363name = "oo7"
8364version = "0.3.3"
8365source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8366dependencies = [
8367 "aes",
8368 "async-fs",
8369 "async-io",
8370 "async-lock",
8371 "async-net",
8372 "blocking",
8373 "cbc",
8374 "cipher",
8375 "digest",
8376 "endi",
8377 "futures-lite 2.5.0",
8378 "futures-util",
8379 "hkdf",
8380 "hmac",
8381 "md-5",
8382 "num",
8383 "num-bigint-dig",
8384 "pbkdf2 0.12.2",
8385 "rand 0.8.5",
8386 "serde",
8387 "sha2",
8388 "subtle",
8389 "zbus 4.4.0",
8390 "zeroize",
8391 "zvariant 4.2.0",
8392]
8393
8394[[package]]
8395name = "oorandom"
8396version = "11.1.4"
8397source = "registry+https://github.com/rust-lang/crates.io-index"
8398checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8399
8400[[package]]
8401name = "open"
8402version = "5.3.2"
8403source = "registry+https://github.com/rust-lang/crates.io-index"
8404checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8405dependencies = [
8406 "is-wsl",
8407 "libc",
8408 "pathdiff",
8409]
8410
8411[[package]]
8412name = "open_ai"
8413version = "0.1.0"
8414dependencies = [
8415 "anyhow",
8416 "futures 0.3.31",
8417 "http_client",
8418 "schemars",
8419 "serde",
8420 "serde_json",
8421 "strum",
8422]
8423
8424[[package]]
8425name = "opener"
8426version = "0.7.2"
8427source = "registry+https://github.com/rust-lang/crates.io-index"
8428checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8429dependencies = [
8430 "bstr",
8431 "dbus",
8432 "normpath",
8433 "windows-sys 0.59.0",
8434]
8435
8436[[package]]
8437name = "openssl"
8438version = "0.10.68"
8439source = "registry+https://github.com/rust-lang/crates.io-index"
8440checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8441dependencies = [
8442 "bitflags 2.6.0",
8443 "cfg-if",
8444 "foreign-types 0.3.2",
8445 "libc",
8446 "once_cell",
8447 "openssl-macros",
8448 "openssl-sys",
8449]
8450
8451[[package]]
8452name = "openssl-macros"
8453version = "0.1.1"
8454source = "registry+https://github.com/rust-lang/crates.io-index"
8455checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8456dependencies = [
8457 "proc-macro2",
8458 "quote",
8459 "syn 2.0.90",
8460]
8461
8462[[package]]
8463name = "openssl-probe"
8464version = "0.1.5"
8465source = "registry+https://github.com/rust-lang/crates.io-index"
8466checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8467
8468[[package]]
8469name = "openssl-src"
8470version = "300.4.1+3.4.0"
8471source = "registry+https://github.com/rust-lang/crates.io-index"
8472checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8473dependencies = [
8474 "cc",
8475]
8476
8477[[package]]
8478name = "openssl-sys"
8479version = "0.9.104"
8480source = "registry+https://github.com/rust-lang/crates.io-index"
8481checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8482dependencies = [
8483 "cc",
8484 "libc",
8485 "openssl-src",
8486 "pkg-config",
8487 "vcpkg",
8488]
8489
8490[[package]]
8491name = "option-ext"
8492version = "0.2.0"
8493source = "registry+https://github.com/rust-lang/crates.io-index"
8494checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8495
8496[[package]]
8497name = "ordered-float"
8498version = "2.10.1"
8499source = "registry+https://github.com/rust-lang/crates.io-index"
8500checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8501dependencies = [
8502 "num-traits",
8503]
8504
8505[[package]]
8506name = "ordered-float"
8507version = "3.9.2"
8508source = "registry+https://github.com/rust-lang/crates.io-index"
8509checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8510dependencies = [
8511 "num-traits",
8512]
8513
8514[[package]]
8515name = "ordered-stream"
8516version = "0.2.0"
8517source = "registry+https://github.com/rust-lang/crates.io-index"
8518checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8519dependencies = [
8520 "futures-core",
8521 "pin-project-lite",
8522]
8523
8524[[package]]
8525name = "ouroboros"
8526version = "0.18.4"
8527source = "registry+https://github.com/rust-lang/crates.io-index"
8528checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8529dependencies = [
8530 "aliasable",
8531 "ouroboros_macro",
8532 "static_assertions",
8533]
8534
8535[[package]]
8536name = "ouroboros_macro"
8537version = "0.18.4"
8538source = "registry+https://github.com/rust-lang/crates.io-index"
8539checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8540dependencies = [
8541 "heck 0.4.1",
8542 "itertools 0.12.1",
8543 "proc-macro2",
8544 "proc-macro2-diagnostics",
8545 "quote",
8546 "syn 2.0.90",
8547]
8548
8549[[package]]
8550name = "outline"
8551version = "0.1.0"
8552dependencies = [
8553 "editor",
8554 "fuzzy",
8555 "gpui",
8556 "indoc",
8557 "language",
8558 "menu",
8559 "ordered-float 2.10.1",
8560 "picker",
8561 "project",
8562 "rope",
8563 "serde_json",
8564 "settings",
8565 "smol",
8566 "theme",
8567 "tree-sitter-rust",
8568 "tree-sitter-typescript",
8569 "ui",
8570 "util",
8571 "workspace",
8572 "zed_actions",
8573]
8574
8575[[package]]
8576name = "outline_panel"
8577version = "0.1.0"
8578dependencies = [
8579 "anyhow",
8580 "collections",
8581 "db",
8582 "editor",
8583 "file_icons",
8584 "fuzzy",
8585 "gpui",
8586 "itertools 0.14.0",
8587 "language",
8588 "log",
8589 "menu",
8590 "outline",
8591 "pretty_assertions",
8592 "project",
8593 "schemars",
8594 "search",
8595 "serde",
8596 "serde_json",
8597 "settings",
8598 "smallvec",
8599 "smol",
8600 "theme",
8601 "ui",
8602 "util",
8603 "workspace",
8604 "worktree",
8605]
8606
8607[[package]]
8608name = "outref"
8609version = "0.5.1"
8610source = "registry+https://github.com/rust-lang/crates.io-index"
8611checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8612
8613[[package]]
8614name = "overload"
8615version = "0.1.1"
8616source = "registry+https://github.com/rust-lang/crates.io-index"
8617checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8618
8619[[package]]
8620name = "p256"
8621version = "0.11.1"
8622source = "registry+https://github.com/rust-lang/crates.io-index"
8623checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8624dependencies = [
8625 "ecdsa",
8626 "elliptic-curve",
8627 "sha2",
8628]
8629
8630[[package]]
8631name = "page_size"
8632version = "0.6.0"
8633source = "registry+https://github.com/rust-lang/crates.io-index"
8634checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8635dependencies = [
8636 "libc",
8637 "winapi",
8638]
8639
8640[[package]]
8641name = "palette"
8642version = "0.7.6"
8643source = "registry+https://github.com/rust-lang/crates.io-index"
8644checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8645dependencies = [
8646 "approx",
8647 "fast-srgb8",
8648 "palette_derive",
8649]
8650
8651[[package]]
8652name = "palette_derive"
8653version = "0.7.6"
8654source = "registry+https://github.com/rust-lang/crates.io-index"
8655checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8656dependencies = [
8657 "by_address",
8658 "proc-macro2",
8659 "quote",
8660 "syn 2.0.90",
8661]
8662
8663[[package]]
8664name = "parity-tokio-ipc"
8665version = "0.9.0"
8666source = "registry+https://github.com/rust-lang/crates.io-index"
8667checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8668dependencies = [
8669 "futures 0.3.31",
8670 "libc",
8671 "log",
8672 "rand 0.7.3",
8673 "tokio",
8674 "winapi",
8675]
8676
8677[[package]]
8678name = "parking"
8679version = "2.2.1"
8680source = "registry+https://github.com/rust-lang/crates.io-index"
8681checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8682
8683[[package]]
8684name = "parking_lot"
8685version = "0.12.3"
8686source = "registry+https://github.com/rust-lang/crates.io-index"
8687checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8688dependencies = [
8689 "lock_api",
8690 "parking_lot_core",
8691]
8692
8693[[package]]
8694name = "parking_lot_core"
8695version = "0.9.10"
8696source = "registry+https://github.com/rust-lang/crates.io-index"
8697checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8698dependencies = [
8699 "cfg-if",
8700 "libc",
8701 "redox_syscall 0.5.8",
8702 "smallvec",
8703 "windows-targets 0.52.6",
8704]
8705
8706[[package]]
8707name = "password-hash"
8708version = "0.4.2"
8709source = "registry+https://github.com/rust-lang/crates.io-index"
8710checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8711dependencies = [
8712 "base64ct",
8713 "rand_core 0.6.4",
8714 "subtle",
8715]
8716
8717[[package]]
8718name = "password-hash"
8719version = "0.5.0"
8720source = "registry+https://github.com/rust-lang/crates.io-index"
8721checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8722dependencies = [
8723 "base64ct",
8724 "rand_core 0.6.4",
8725 "subtle",
8726]
8727
8728[[package]]
8729name = "paste"
8730version = "1.0.15"
8731source = "registry+https://github.com/rust-lang/crates.io-index"
8732checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8733
8734[[package]]
8735name = "pathdiff"
8736version = "0.2.3"
8737source = "registry+https://github.com/rust-lang/crates.io-index"
8738checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8739
8740[[package]]
8741name = "pathfinder_geometry"
8742version = "0.5.1"
8743source = "registry+https://github.com/rust-lang/crates.io-index"
8744checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8745dependencies = [
8746 "log",
8747 "pathfinder_simd",
8748]
8749
8750[[package]]
8751name = "pathfinder_simd"
8752version = "0.5.4"
8753source = "registry+https://github.com/rust-lang/crates.io-index"
8754checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8755dependencies = [
8756 "rustc_version",
8757]
8758
8759[[package]]
8760name = "paths"
8761version = "0.1.0"
8762dependencies = [
8763 "dirs 4.0.0",
8764 "util",
8765]
8766
8767[[package]]
8768name = "pbjson"
8769version = "0.6.0"
8770source = "registry+https://github.com/rust-lang/crates.io-index"
8771checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8772dependencies = [
8773 "base64 0.21.7",
8774 "serde",
8775]
8776
8777[[package]]
8778name = "pbjson-build"
8779version = "0.6.2"
8780source = "registry+https://github.com/rust-lang/crates.io-index"
8781checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8782dependencies = [
8783 "heck 0.4.1",
8784 "itertools 0.11.0",
8785 "prost 0.12.6",
8786 "prost-types 0.12.6",
8787]
8788
8789[[package]]
8790name = "pbjson-types"
8791version = "0.6.0"
8792source = "registry+https://github.com/rust-lang/crates.io-index"
8793checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8794dependencies = [
8795 "bytes 1.9.0",
8796 "chrono",
8797 "pbjson",
8798 "pbjson-build",
8799 "prost 0.12.6",
8800 "prost-build 0.12.6",
8801 "serde",
8802]
8803
8804[[package]]
8805name = "pbkdf2"
8806version = "0.11.0"
8807source = "registry+https://github.com/rust-lang/crates.io-index"
8808checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8809dependencies = [
8810 "digest",
8811 "hmac",
8812 "password-hash 0.4.2",
8813 "sha2",
8814]
8815
8816[[package]]
8817name = "pbkdf2"
8818version = "0.12.2"
8819source = "registry+https://github.com/rust-lang/crates.io-index"
8820checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8821dependencies = [
8822 "digest",
8823 "hmac",
8824]
8825
8826[[package]]
8827name = "pem"
8828version = "3.0.4"
8829source = "registry+https://github.com/rust-lang/crates.io-index"
8830checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8831dependencies = [
8832 "base64 0.22.1",
8833 "serde",
8834]
8835
8836[[package]]
8837name = "pem-rfc7468"
8838version = "0.7.0"
8839source = "registry+https://github.com/rust-lang/crates.io-index"
8840checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8841dependencies = [
8842 "base64ct",
8843]
8844
8845[[package]]
8846name = "percent-encoding"
8847version = "2.3.1"
8848source = "registry+https://github.com/rust-lang/crates.io-index"
8849checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8850
8851[[package]]
8852name = "perplexity"
8853version = "0.1.0"
8854dependencies = [
8855 "serde",
8856 "zed_extension_api 0.2.0",
8857]
8858
8859[[package]]
8860name = "pest"
8861version = "2.7.15"
8862source = "registry+https://github.com/rust-lang/crates.io-index"
8863checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8864dependencies = [
8865 "memchr",
8866 "thiserror 2.0.6",
8867 "ucd-trie",
8868]
8869
8870[[package]]
8871name = "pest_derive"
8872version = "2.7.15"
8873source = "registry+https://github.com/rust-lang/crates.io-index"
8874checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
8875dependencies = [
8876 "pest",
8877 "pest_generator",
8878]
8879
8880[[package]]
8881name = "pest_generator"
8882version = "2.7.15"
8883source = "registry+https://github.com/rust-lang/crates.io-index"
8884checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
8885dependencies = [
8886 "pest",
8887 "pest_meta",
8888 "proc-macro2",
8889 "quote",
8890 "syn 2.0.90",
8891]
8892
8893[[package]]
8894name = "pest_meta"
8895version = "2.7.15"
8896source = "registry+https://github.com/rust-lang/crates.io-index"
8897checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
8898dependencies = [
8899 "once_cell",
8900 "pest",
8901 "sha2",
8902]
8903
8904[[package]]
8905name = "pet"
8906version = "0.1.0"
8907source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8908dependencies = [
8909 "clap",
8910 "env_logger 0.10.2",
8911 "lazy_static",
8912 "log",
8913 "msvc_spectre_libs",
8914 "pet-conda",
8915 "pet-core",
8916 "pet-env-var-path",
8917 "pet-fs",
8918 "pet-global-virtualenvs",
8919 "pet-homebrew",
8920 "pet-jsonrpc",
8921 "pet-linux-global-python",
8922 "pet-mac-commandlinetools",
8923 "pet-mac-python-org",
8924 "pet-mac-xcode",
8925 "pet-pipenv",
8926 "pet-pixi",
8927 "pet-poetry",
8928 "pet-pyenv",
8929 "pet-python-utils",
8930 "pet-reporter",
8931 "pet-telemetry",
8932 "pet-venv",
8933 "pet-virtualenv",
8934 "pet-virtualenvwrapper",
8935 "pet-windows-registry",
8936 "pet-windows-store",
8937 "serde",
8938 "serde_json",
8939]
8940
8941[[package]]
8942name = "pet-conda"
8943version = "0.1.0"
8944source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8945dependencies = [
8946 "env_logger 0.10.2",
8947 "lazy_static",
8948 "log",
8949 "msvc_spectre_libs",
8950 "pet-core",
8951 "pet-fs",
8952 "pet-python-utils",
8953 "pet-reporter",
8954 "regex",
8955 "serde",
8956 "serde_json",
8957 "yaml-rust2",
8958]
8959
8960[[package]]
8961name = "pet-core"
8962version = "0.1.0"
8963source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8964dependencies = [
8965 "clap",
8966 "lazy_static",
8967 "log",
8968 "msvc_spectre_libs",
8969 "pet-fs",
8970 "regex",
8971 "serde",
8972 "serde_json",
8973]
8974
8975[[package]]
8976name = "pet-env-var-path"
8977version = "0.1.0"
8978source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8979dependencies = [
8980 "lazy_static",
8981 "log",
8982 "msvc_spectre_libs",
8983 "pet-conda",
8984 "pet-core",
8985 "pet-fs",
8986 "pet-python-utils",
8987 "pet-virtualenv",
8988 "regex",
8989]
8990
8991[[package]]
8992name = "pet-fs"
8993version = "0.1.0"
8994source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8995dependencies = [
8996 "log",
8997 "msvc_spectre_libs",
8998]
8999
9000[[package]]
9001name = "pet-global-virtualenvs"
9002version = "0.1.0"
9003source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9004dependencies = [
9005 "log",
9006 "msvc_spectre_libs",
9007 "pet-conda",
9008 "pet-core",
9009 "pet-fs",
9010 "pet-virtualenv",
9011]
9012
9013[[package]]
9014name = "pet-homebrew"
9015version = "0.1.0"
9016source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9017dependencies = [
9018 "lazy_static",
9019 "log",
9020 "msvc_spectre_libs",
9021 "pet-conda",
9022 "pet-core",
9023 "pet-fs",
9024 "pet-python-utils",
9025 "pet-virtualenv",
9026 "regex",
9027 "serde",
9028 "serde_json",
9029]
9030
9031[[package]]
9032name = "pet-jsonrpc"
9033version = "0.1.0"
9034source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9035dependencies = [
9036 "env_logger 0.10.2",
9037 "log",
9038 "msvc_spectre_libs",
9039 "pet-core",
9040 "serde",
9041 "serde_json",
9042]
9043
9044[[package]]
9045name = "pet-linux-global-python"
9046version = "0.1.0"
9047source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9048dependencies = [
9049 "log",
9050 "msvc_spectre_libs",
9051 "pet-core",
9052 "pet-fs",
9053 "pet-python-utils",
9054 "pet-virtualenv",
9055]
9056
9057[[package]]
9058name = "pet-mac-commandlinetools"
9059version = "0.1.0"
9060source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9061dependencies = [
9062 "log",
9063 "msvc_spectre_libs",
9064 "pet-core",
9065 "pet-fs",
9066 "pet-python-utils",
9067 "pet-virtualenv",
9068]
9069
9070[[package]]
9071name = "pet-mac-python-org"
9072version = "0.1.0"
9073source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9074dependencies = [
9075 "log",
9076 "msvc_spectre_libs",
9077 "pet-core",
9078 "pet-fs",
9079 "pet-python-utils",
9080 "pet-virtualenv",
9081]
9082
9083[[package]]
9084name = "pet-mac-xcode"
9085version = "0.1.0"
9086source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9087dependencies = [
9088 "log",
9089 "msvc_spectre_libs",
9090 "pet-core",
9091 "pet-fs",
9092 "pet-python-utils",
9093 "pet-virtualenv",
9094]
9095
9096[[package]]
9097name = "pet-pipenv"
9098version = "0.1.0"
9099source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9100dependencies = [
9101 "log",
9102 "msvc_spectre_libs",
9103 "pet-core",
9104 "pet-fs",
9105 "pet-python-utils",
9106 "pet-virtualenv",
9107]
9108
9109[[package]]
9110name = "pet-pixi"
9111version = "0.1.0"
9112source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9113dependencies = [
9114 "log",
9115 "msvc_spectre_libs",
9116 "pet-conda",
9117 "pet-core",
9118 "pet-python-utils",
9119]
9120
9121[[package]]
9122name = "pet-poetry"
9123version = "0.1.0"
9124source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9125dependencies = [
9126 "base64 0.22.1",
9127 "lazy_static",
9128 "log",
9129 "msvc_spectre_libs",
9130 "pet-core",
9131 "pet-fs",
9132 "pet-python-utils",
9133 "pet-reporter",
9134 "pet-virtualenv",
9135 "regex",
9136 "serde",
9137 "serde_json",
9138 "sha2",
9139 "toml 0.8.19",
9140]
9141
9142[[package]]
9143name = "pet-pyenv"
9144version = "0.1.0"
9145source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9146dependencies = [
9147 "lazy_static",
9148 "log",
9149 "msvc_spectre_libs",
9150 "pet-conda",
9151 "pet-core",
9152 "pet-fs",
9153 "pet-python-utils",
9154 "pet-reporter",
9155 "regex",
9156 "serde",
9157 "serde_json",
9158]
9159
9160[[package]]
9161name = "pet-python-utils"
9162version = "0.1.0"
9163source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9164dependencies = [
9165 "env_logger 0.10.2",
9166 "lazy_static",
9167 "log",
9168 "msvc_spectre_libs",
9169 "pet-core",
9170 "pet-fs",
9171 "regex",
9172 "serde",
9173 "serde_json",
9174 "sha2",
9175]
9176
9177[[package]]
9178name = "pet-reporter"
9179version = "0.1.0"
9180source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9181dependencies = [
9182 "env_logger 0.10.2",
9183 "log",
9184 "msvc_spectre_libs",
9185 "pet-core",
9186 "pet-jsonrpc",
9187 "serde",
9188 "serde_json",
9189]
9190
9191[[package]]
9192name = "pet-telemetry"
9193version = "0.1.0"
9194source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9195dependencies = [
9196 "env_logger 0.10.2",
9197 "lazy_static",
9198 "log",
9199 "msvc_spectre_libs",
9200 "pet-core",
9201 "pet-fs",
9202 "pet-python-utils",
9203 "regex",
9204]
9205
9206[[package]]
9207name = "pet-venv"
9208version = "0.1.0"
9209source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9210dependencies = [
9211 "log",
9212 "msvc_spectre_libs",
9213 "pet-core",
9214 "pet-python-utils",
9215 "pet-virtualenv",
9216]
9217
9218[[package]]
9219name = "pet-virtualenv"
9220version = "0.1.0"
9221source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9222dependencies = [
9223 "log",
9224 "msvc_spectre_libs",
9225 "pet-core",
9226 "pet-fs",
9227 "pet-python-utils",
9228]
9229
9230[[package]]
9231name = "pet-virtualenvwrapper"
9232version = "0.1.0"
9233source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9234dependencies = [
9235 "log",
9236 "msvc_spectre_libs",
9237 "pet-core",
9238 "pet-fs",
9239 "pet-python-utils",
9240 "pet-virtualenv",
9241]
9242
9243[[package]]
9244name = "pet-windows-registry"
9245version = "0.1.0"
9246source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9247dependencies = [
9248 "lazy_static",
9249 "log",
9250 "msvc_spectre_libs",
9251 "pet-conda",
9252 "pet-core",
9253 "pet-fs",
9254 "pet-python-utils",
9255 "pet-virtualenv",
9256 "pet-windows-store",
9257 "regex",
9258 "winreg 0.52.0",
9259]
9260
9261[[package]]
9262name = "pet-windows-store"
9263version = "0.1.0"
9264source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9265dependencies = [
9266 "lazy_static",
9267 "log",
9268 "msvc_spectre_libs",
9269 "pet-core",
9270 "pet-fs",
9271 "pet-python-utils",
9272 "pet-virtualenv",
9273 "regex",
9274 "winreg 0.52.0",
9275]
9276
9277[[package]]
9278name = "petgraph"
9279version = "0.6.5"
9280source = "registry+https://github.com/rust-lang/crates.io-index"
9281checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9282dependencies = [
9283 "fixedbitset",
9284 "indexmap",
9285]
9286
9287[[package]]
9288name = "phf"
9289version = "0.11.2"
9290source = "registry+https://github.com/rust-lang/crates.io-index"
9291checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9292dependencies = [
9293 "phf_macros",
9294 "phf_shared 0.11.2",
9295]
9296
9297[[package]]
9298name = "phf_codegen"
9299version = "0.11.2"
9300source = "registry+https://github.com/rust-lang/crates.io-index"
9301checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9302dependencies = [
9303 "phf_generator 0.11.2",
9304 "phf_shared 0.11.2",
9305]
9306
9307[[package]]
9308name = "phf_generator"
9309version = "0.10.0"
9310source = "registry+https://github.com/rust-lang/crates.io-index"
9311checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9312dependencies = [
9313 "phf_shared 0.10.0",
9314 "rand 0.8.5",
9315]
9316
9317[[package]]
9318name = "phf_generator"
9319version = "0.11.2"
9320source = "registry+https://github.com/rust-lang/crates.io-index"
9321checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9322dependencies = [
9323 "phf_shared 0.11.2",
9324 "rand 0.8.5",
9325]
9326
9327[[package]]
9328name = "phf_macros"
9329version = "0.11.2"
9330source = "registry+https://github.com/rust-lang/crates.io-index"
9331checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9332dependencies = [
9333 "phf_generator 0.11.2",
9334 "phf_shared 0.11.2",
9335 "proc-macro2",
9336 "quote",
9337 "syn 2.0.90",
9338]
9339
9340[[package]]
9341name = "phf_shared"
9342version = "0.10.0"
9343source = "registry+https://github.com/rust-lang/crates.io-index"
9344checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9345dependencies = [
9346 "siphasher 0.3.11",
9347]
9348
9349[[package]]
9350name = "phf_shared"
9351version = "0.11.2"
9352source = "registry+https://github.com/rust-lang/crates.io-index"
9353checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9354dependencies = [
9355 "siphasher 0.3.11",
9356]
9357
9358[[package]]
9359name = "picker"
9360version = "0.1.0"
9361dependencies = [
9362 "anyhow",
9363 "ctor",
9364 "editor",
9365 "env_logger 0.11.6",
9366 "gpui",
9367 "menu",
9368 "schemars",
9369 "serde",
9370 "serde_json",
9371 "ui",
9372 "workspace",
9373]
9374
9375[[package]]
9376name = "pico-args"
9377version = "0.5.0"
9378source = "registry+https://github.com/rust-lang/crates.io-index"
9379checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9380
9381[[package]]
9382name = "pin-project"
9383version = "1.1.7"
9384source = "registry+https://github.com/rust-lang/crates.io-index"
9385checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9386dependencies = [
9387 "pin-project-internal",
9388]
9389
9390[[package]]
9391name = "pin-project-internal"
9392version = "1.1.7"
9393source = "registry+https://github.com/rust-lang/crates.io-index"
9394checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9395dependencies = [
9396 "proc-macro2",
9397 "quote",
9398 "syn 2.0.90",
9399]
9400
9401[[package]]
9402name = "pin-project-lite"
9403version = "0.2.15"
9404source = "registry+https://github.com/rust-lang/crates.io-index"
9405checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
9406
9407[[package]]
9408name = "pin-utils"
9409version = "0.1.0"
9410source = "registry+https://github.com/rust-lang/crates.io-index"
9411checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9412
9413[[package]]
9414name = "piper"
9415version = "0.2.4"
9416source = "registry+https://github.com/rust-lang/crates.io-index"
9417checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9418dependencies = [
9419 "atomic-waker",
9420 "fastrand 2.3.0",
9421 "futures-io",
9422]
9423
9424[[package]]
9425name = "pkcs1"
9426version = "0.7.5"
9427source = "registry+https://github.com/rust-lang/crates.io-index"
9428checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9429dependencies = [
9430 "der 0.7.9",
9431 "pkcs8 0.10.2",
9432 "spki 0.7.3",
9433]
9434
9435[[package]]
9436name = "pkcs8"
9437version = "0.9.0"
9438source = "registry+https://github.com/rust-lang/crates.io-index"
9439checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9440dependencies = [
9441 "der 0.6.1",
9442 "spki 0.6.0",
9443]
9444
9445[[package]]
9446name = "pkcs8"
9447version = "0.10.2"
9448source = "registry+https://github.com/rust-lang/crates.io-index"
9449checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9450dependencies = [
9451 "der 0.7.9",
9452 "spki 0.7.3",
9453]
9454
9455[[package]]
9456name = "pkg-config"
9457version = "0.3.31"
9458source = "registry+https://github.com/rust-lang/crates.io-index"
9459checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9460
9461[[package]]
9462name = "plist"
9463version = "1.7.0"
9464source = "registry+https://github.com/rust-lang/crates.io-index"
9465checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9466dependencies = [
9467 "base64 0.22.1",
9468 "indexmap",
9469 "quick-xml 0.32.0",
9470 "serde",
9471 "time",
9472]
9473
9474[[package]]
9475name = "plotters"
9476version = "0.3.7"
9477source = "registry+https://github.com/rust-lang/crates.io-index"
9478checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9479dependencies = [
9480 "num-traits",
9481 "plotters-backend",
9482 "plotters-svg",
9483 "wasm-bindgen",
9484 "web-sys",
9485]
9486
9487[[package]]
9488name = "plotters-backend"
9489version = "0.3.7"
9490source = "registry+https://github.com/rust-lang/crates.io-index"
9491checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9492
9493[[package]]
9494name = "plotters-svg"
9495version = "0.3.7"
9496source = "registry+https://github.com/rust-lang/crates.io-index"
9497checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9498dependencies = [
9499 "plotters-backend",
9500]
9501
9502[[package]]
9503name = "png"
9504version = "0.17.15"
9505source = "registry+https://github.com/rust-lang/crates.io-index"
9506checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9507dependencies = [
9508 "bitflags 1.3.2",
9509 "crc32fast",
9510 "fdeflate",
9511 "flate2",
9512 "miniz_oxide",
9513]
9514
9515[[package]]
9516name = "polling"
9517version = "3.7.4"
9518source = "registry+https://github.com/rust-lang/crates.io-index"
9519checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9520dependencies = [
9521 "cfg-if",
9522 "concurrent-queue",
9523 "hermit-abi 0.4.0",
9524 "pin-project-lite",
9525 "rustix",
9526 "tracing",
9527 "windows-sys 0.59.0",
9528]
9529
9530[[package]]
9531name = "pollster"
9532version = "0.2.5"
9533source = "registry+https://github.com/rust-lang/crates.io-index"
9534checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9535
9536[[package]]
9537name = "postage"
9538version = "0.5.0"
9539source = "registry+https://github.com/rust-lang/crates.io-index"
9540checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9541dependencies = [
9542 "atomic",
9543 "crossbeam-queue",
9544 "futures 0.3.31",
9545 "log",
9546 "parking_lot",
9547 "pin-project",
9548 "pollster",
9549 "static_assertions",
9550 "thiserror 1.0.69",
9551]
9552
9553[[package]]
9554name = "postcard"
9555version = "1.1.1"
9556source = "registry+https://github.com/rust-lang/crates.io-index"
9557checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9558dependencies = [
9559 "cobs",
9560 "embedded-io 0.4.0",
9561 "embedded-io 0.6.1",
9562 "serde",
9563]
9564
9565[[package]]
9566name = "powerfmt"
9567version = "0.2.0"
9568source = "registry+https://github.com/rust-lang/crates.io-index"
9569checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9570
9571[[package]]
9572name = "ppv-lite86"
9573version = "0.2.20"
9574source = "registry+https://github.com/rust-lang/crates.io-index"
9575checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9576dependencies = [
9577 "zerocopy",
9578]
9579
9580[[package]]
9581name = "precomputed-hash"
9582version = "0.1.1"
9583source = "registry+https://github.com/rust-lang/crates.io-index"
9584checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9585
9586[[package]]
9587name = "prettier"
9588version = "0.1.0"
9589dependencies = [
9590 "anyhow",
9591 "collections",
9592 "fs",
9593 "gpui",
9594 "language",
9595 "log",
9596 "lsp",
9597 "node_runtime",
9598 "parking_lot",
9599 "paths",
9600 "serde",
9601 "serde_json",
9602 "util",
9603]
9604
9605[[package]]
9606name = "pretty_assertions"
9607version = "1.4.1"
9608source = "registry+https://github.com/rust-lang/crates.io-index"
9609checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9610dependencies = [
9611 "diff",
9612 "yansi",
9613]
9614
9615[[package]]
9616name = "prettyplease"
9617version = "0.2.25"
9618source = "registry+https://github.com/rust-lang/crates.io-index"
9619checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9620dependencies = [
9621 "proc-macro2",
9622 "syn 2.0.90",
9623]
9624
9625[[package]]
9626name = "proc-macro-crate"
9627version = "3.2.0"
9628source = "registry+https://github.com/rust-lang/crates.io-index"
9629checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9630dependencies = [
9631 "toml_edit",
9632]
9633
9634[[package]]
9635name = "proc-macro-error-attr2"
9636version = "2.0.0"
9637source = "registry+https://github.com/rust-lang/crates.io-index"
9638checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9639dependencies = [
9640 "proc-macro2",
9641 "quote",
9642]
9643
9644[[package]]
9645name = "proc-macro-error2"
9646version = "2.0.1"
9647source = "registry+https://github.com/rust-lang/crates.io-index"
9648checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9649dependencies = [
9650 "proc-macro-error-attr2",
9651 "proc-macro2",
9652 "quote",
9653 "syn 2.0.90",
9654]
9655
9656[[package]]
9657name = "proc-macro2"
9658version = "1.0.92"
9659source = "registry+https://github.com/rust-lang/crates.io-index"
9660checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
9661dependencies = [
9662 "unicode-ident",
9663]
9664
9665[[package]]
9666name = "proc-macro2-diagnostics"
9667version = "0.10.1"
9668source = "registry+https://github.com/rust-lang/crates.io-index"
9669checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9670dependencies = [
9671 "proc-macro2",
9672 "quote",
9673 "syn 2.0.90",
9674 "version_check",
9675 "yansi",
9676]
9677
9678[[package]]
9679name = "profiling"
9680version = "1.0.16"
9681source = "registry+https://github.com/rust-lang/crates.io-index"
9682checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9683dependencies = [
9684 "profiling-procmacros",
9685]
9686
9687[[package]]
9688name = "profiling-procmacros"
9689version = "1.0.16"
9690source = "registry+https://github.com/rust-lang/crates.io-index"
9691checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9692dependencies = [
9693 "quote",
9694 "syn 2.0.90",
9695]
9696
9697[[package]]
9698name = "project"
9699version = "0.1.0"
9700dependencies = [
9701 "aho-corasick",
9702 "anyhow",
9703 "async-trait",
9704 "client",
9705 "clock",
9706 "collections",
9707 "env_logger 0.11.6",
9708 "fancy-regex 0.14.0",
9709 "fs",
9710 "futures 0.3.31",
9711 "fuzzy",
9712 "git",
9713 "git2",
9714 "globset",
9715 "gpui",
9716 "http_client",
9717 "image",
9718 "itertools 0.14.0",
9719 "language",
9720 "log",
9721 "lsp",
9722 "node_runtime",
9723 "parking_lot",
9724 "pathdiff",
9725 "paths",
9726 "postage",
9727 "prettier",
9728 "pretty_assertions",
9729 "rand 0.8.5",
9730 "regex",
9731 "release_channel",
9732 "remote",
9733 "rpc",
9734 "schemars",
9735 "serde",
9736 "serde_json",
9737 "settings",
9738 "sha2",
9739 "shellexpand 2.1.2",
9740 "shlex",
9741 "similar",
9742 "smol",
9743 "snippet",
9744 "snippet_provider",
9745 "task",
9746 "tempfile",
9747 "terminal",
9748 "text",
9749 "toml 0.8.19",
9750 "unindent",
9751 "url",
9752 "util",
9753 "which 6.0.3",
9754 "worktree",
9755]
9756
9757[[package]]
9758name = "project_panel"
9759version = "0.1.0"
9760dependencies = [
9761 "anyhow",
9762 "client",
9763 "collections",
9764 "command_palette_hooks",
9765 "db",
9766 "editor",
9767 "file_icons",
9768 "git",
9769 "gpui",
9770 "indexmap",
9771 "language",
9772 "menu",
9773 "pretty_assertions",
9774 "project",
9775 "schemars",
9776 "search",
9777 "serde",
9778 "serde_derive",
9779 "serde_json",
9780 "settings",
9781 "smallvec",
9782 "theme",
9783 "ui",
9784 "util",
9785 "workspace",
9786 "worktree",
9787]
9788
9789[[package]]
9790name = "project_symbols"
9791version = "0.1.0"
9792dependencies = [
9793 "anyhow",
9794 "editor",
9795 "futures 0.3.31",
9796 "fuzzy",
9797 "gpui",
9798 "language",
9799 "lsp",
9800 "ordered-float 2.10.1",
9801 "picker",
9802 "project",
9803 "release_channel",
9804 "serde_json",
9805 "settings",
9806 "theme",
9807 "util",
9808 "workspace",
9809]
9810
9811[[package]]
9812name = "prometheus"
9813version = "0.13.4"
9814source = "registry+https://github.com/rust-lang/crates.io-index"
9815checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9816dependencies = [
9817 "cfg-if",
9818 "fnv",
9819 "lazy_static",
9820 "memchr",
9821 "parking_lot",
9822 "protobuf",
9823 "thiserror 1.0.69",
9824]
9825
9826[[package]]
9827name = "prost"
9828version = "0.9.0"
9829source = "registry+https://github.com/rust-lang/crates.io-index"
9830checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9831dependencies = [
9832 "bytes 1.9.0",
9833 "prost-derive 0.9.0",
9834]
9835
9836[[package]]
9837name = "prost"
9838version = "0.12.6"
9839source = "registry+https://github.com/rust-lang/crates.io-index"
9840checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9841dependencies = [
9842 "bytes 1.9.0",
9843 "prost-derive 0.12.6",
9844]
9845
9846[[package]]
9847name = "prost-build"
9848version = "0.9.0"
9849source = "registry+https://github.com/rust-lang/crates.io-index"
9850checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9851dependencies = [
9852 "bytes 1.9.0",
9853 "heck 0.3.3",
9854 "itertools 0.10.5",
9855 "lazy_static",
9856 "log",
9857 "multimap 0.8.3",
9858 "petgraph",
9859 "prost 0.9.0",
9860 "prost-types 0.9.0",
9861 "regex",
9862 "tempfile",
9863 "which 4.4.2",
9864]
9865
9866[[package]]
9867name = "prost-build"
9868version = "0.12.6"
9869source = "registry+https://github.com/rust-lang/crates.io-index"
9870checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
9871dependencies = [
9872 "bytes 1.9.0",
9873 "heck 0.5.0",
9874 "itertools 0.12.1",
9875 "log",
9876 "multimap 0.10.0",
9877 "once_cell",
9878 "petgraph",
9879 "prettyplease",
9880 "prost 0.12.6",
9881 "prost-types 0.12.6",
9882 "regex",
9883 "syn 2.0.90",
9884 "tempfile",
9885]
9886
9887[[package]]
9888name = "prost-derive"
9889version = "0.9.0"
9890source = "registry+https://github.com/rust-lang/crates.io-index"
9891checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9892dependencies = [
9893 "anyhow",
9894 "itertools 0.10.5",
9895 "proc-macro2",
9896 "quote",
9897 "syn 1.0.109",
9898]
9899
9900[[package]]
9901name = "prost-derive"
9902version = "0.12.6"
9903source = "registry+https://github.com/rust-lang/crates.io-index"
9904checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
9905dependencies = [
9906 "anyhow",
9907 "itertools 0.12.1",
9908 "proc-macro2",
9909 "quote",
9910 "syn 2.0.90",
9911]
9912
9913[[package]]
9914name = "prost-types"
9915version = "0.9.0"
9916source = "registry+https://github.com/rust-lang/crates.io-index"
9917checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9918dependencies = [
9919 "bytes 1.9.0",
9920 "prost 0.9.0",
9921]
9922
9923[[package]]
9924name = "prost-types"
9925version = "0.12.6"
9926source = "registry+https://github.com/rust-lang/crates.io-index"
9927checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
9928dependencies = [
9929 "prost 0.12.6",
9930]
9931
9932[[package]]
9933name = "proto"
9934version = "0.1.0"
9935dependencies = [
9936 "anyhow",
9937 "collections",
9938 "prost 0.9.0",
9939 "prost-build 0.9.0",
9940 "serde",
9941]
9942
9943[[package]]
9944name = "protobuf"
9945version = "2.28.0"
9946source = "registry+https://github.com/rust-lang/crates.io-index"
9947checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9948
9949[[package]]
9950name = "psm"
9951version = "0.1.24"
9952source = "registry+https://github.com/rust-lang/crates.io-index"
9953checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
9954dependencies = [
9955 "cc",
9956]
9957
9958[[package]]
9959name = "ptr_meta"
9960version = "0.1.4"
9961source = "registry+https://github.com/rust-lang/crates.io-index"
9962checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9963dependencies = [
9964 "ptr_meta_derive",
9965]
9966
9967[[package]]
9968name = "ptr_meta_derive"
9969version = "0.1.4"
9970source = "registry+https://github.com/rust-lang/crates.io-index"
9971checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9972dependencies = [
9973 "proc-macro2",
9974 "quote",
9975 "syn 1.0.109",
9976]
9977
9978[[package]]
9979name = "pulldown-cmark"
9980version = "0.10.3"
9981source = "registry+https://github.com/rust-lang/crates.io-index"
9982checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9983dependencies = [
9984 "bitflags 2.6.0",
9985 "memchr",
9986 "pulldown-cmark-escape",
9987 "unicase",
9988]
9989
9990[[package]]
9991name = "pulldown-cmark"
9992version = "0.12.2"
9993source = "registry+https://github.com/rust-lang/crates.io-index"
9994checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
9995dependencies = [
9996 "bitflags 2.6.0",
9997 "memchr",
9998 "unicase",
9999]
10000
10001[[package]]
10002name = "pulldown-cmark-escape"
10003version = "0.10.1"
10004source = "registry+https://github.com/rust-lang/crates.io-index"
10005checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10006
10007[[package]]
10008name = "qoi"
10009version = "0.4.1"
10010source = "registry+https://github.com/rust-lang/crates.io-index"
10011checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10012dependencies = [
10013 "bytemuck",
10014]
10015
10016[[package]]
10017name = "quick-error"
10018version = "2.0.1"
10019source = "registry+https://github.com/rust-lang/crates.io-index"
10020checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10021
10022[[package]]
10023name = "quick-xml"
10024version = "0.32.0"
10025source = "registry+https://github.com/rust-lang/crates.io-index"
10026checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10027dependencies = [
10028 "memchr",
10029]
10030
10031[[package]]
10032name = "quick-xml"
10033version = "0.36.2"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10036dependencies = [
10037 "memchr",
10038]
10039
10040[[package]]
10041name = "quinn"
10042version = "0.11.6"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10045dependencies = [
10046 "bytes 1.9.0",
10047 "pin-project-lite",
10048 "quinn-proto",
10049 "quinn-udp",
10050 "rustc-hash 2.1.0",
10051 "rustls 0.23.20",
10052 "socket2",
10053 "thiserror 2.0.6",
10054 "tokio",
10055 "tracing",
10056]
10057
10058[[package]]
10059name = "quinn-proto"
10060version = "0.11.9"
10061source = "registry+https://github.com/rust-lang/crates.io-index"
10062checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10063dependencies = [
10064 "bytes 1.9.0",
10065 "getrandom 0.2.15",
10066 "rand 0.8.5",
10067 "ring",
10068 "rustc-hash 2.1.0",
10069 "rustls 0.23.20",
10070 "rustls-pki-types",
10071 "slab",
10072 "thiserror 2.0.6",
10073 "tinyvec",
10074 "tracing",
10075 "web-time",
10076]
10077
10078[[package]]
10079name = "quinn-udp"
10080version = "0.5.8"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10083dependencies = [
10084 "cfg_aliases 0.2.1",
10085 "libc",
10086 "once_cell",
10087 "socket2",
10088 "tracing",
10089 "windows-sys 0.59.0",
10090]
10091
10092[[package]]
10093name = "quote"
10094version = "1.0.38"
10095source = "registry+https://github.com/rust-lang/crates.io-index"
10096checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10097dependencies = [
10098 "proc-macro2",
10099]
10100
10101[[package]]
10102name = "radium"
10103version = "0.7.0"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10106
10107[[package]]
10108name = "rand"
10109version = "0.7.3"
10110source = "registry+https://github.com/rust-lang/crates.io-index"
10111checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10112dependencies = [
10113 "getrandom 0.1.16",
10114 "libc",
10115 "rand_chacha 0.2.2",
10116 "rand_core 0.5.1",
10117 "rand_hc",
10118]
10119
10120[[package]]
10121name = "rand"
10122version = "0.8.5"
10123source = "registry+https://github.com/rust-lang/crates.io-index"
10124checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10125dependencies = [
10126 "libc",
10127 "rand_chacha 0.3.1",
10128 "rand_core 0.6.4",
10129]
10130
10131[[package]]
10132name = "rand_chacha"
10133version = "0.2.2"
10134source = "registry+https://github.com/rust-lang/crates.io-index"
10135checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10136dependencies = [
10137 "ppv-lite86",
10138 "rand_core 0.5.1",
10139]
10140
10141[[package]]
10142name = "rand_chacha"
10143version = "0.3.1"
10144source = "registry+https://github.com/rust-lang/crates.io-index"
10145checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10146dependencies = [
10147 "ppv-lite86",
10148 "rand_core 0.6.4",
10149]
10150
10151[[package]]
10152name = "rand_core"
10153version = "0.5.1"
10154source = "registry+https://github.com/rust-lang/crates.io-index"
10155checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10156dependencies = [
10157 "getrandom 0.1.16",
10158]
10159
10160[[package]]
10161name = "rand_core"
10162version = "0.6.4"
10163source = "registry+https://github.com/rust-lang/crates.io-index"
10164checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10165dependencies = [
10166 "getrandom 0.2.15",
10167]
10168
10169[[package]]
10170name = "rand_hc"
10171version = "0.2.0"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10174dependencies = [
10175 "rand_core 0.5.1",
10176]
10177
10178[[package]]
10179name = "rangemap"
10180version = "1.5.1"
10181source = "registry+https://github.com/rust-lang/crates.io-index"
10182checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10183
10184[[package]]
10185name = "rav1e"
10186version = "0.7.1"
10187source = "registry+https://github.com/rust-lang/crates.io-index"
10188checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10189dependencies = [
10190 "arbitrary",
10191 "arg_enum_proc_macro",
10192 "arrayvec",
10193 "av1-grain",
10194 "bitstream-io",
10195 "built",
10196 "cfg-if",
10197 "interpolate_name",
10198 "itertools 0.12.1",
10199 "libc",
10200 "libfuzzer-sys",
10201 "log",
10202 "maybe-rayon",
10203 "new_debug_unreachable",
10204 "noop_proc_macro",
10205 "num-derive",
10206 "num-traits",
10207 "once_cell",
10208 "paste",
10209 "profiling",
10210 "rand 0.8.5",
10211 "rand_chacha 0.3.1",
10212 "simd_helpers",
10213 "system-deps",
10214 "thiserror 1.0.69",
10215 "v_frame",
10216 "wasm-bindgen",
10217]
10218
10219[[package]]
10220name = "ravif"
10221version = "0.11.11"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10224dependencies = [
10225 "avif-serialize",
10226 "imgref",
10227 "loop9",
10228 "quick-error",
10229 "rav1e",
10230 "rayon",
10231 "rgb",
10232]
10233
10234[[package]]
10235name = "raw-window-handle"
10236version = "0.6.2"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10239
10240[[package]]
10241name = "raw-window-metal"
10242version = "0.4.0"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10245dependencies = [
10246 "cocoa 0.25.0",
10247 "core-graphics 0.23.2",
10248 "objc",
10249 "raw-window-handle",
10250]
10251
10252[[package]]
10253name = "rayon"
10254version = "1.10.0"
10255source = "registry+https://github.com/rust-lang/crates.io-index"
10256checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10257dependencies = [
10258 "either",
10259 "rayon-core",
10260]
10261
10262[[package]]
10263name = "rayon-core"
10264version = "1.12.1"
10265source = "registry+https://github.com/rust-lang/crates.io-index"
10266checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10267dependencies = [
10268 "crossbeam-deque",
10269 "crossbeam-utils",
10270]
10271
10272[[package]]
10273name = "read-fonts"
10274version = "0.22.5"
10275source = "registry+https://github.com/rust-lang/crates.io-index"
10276checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10277dependencies = [
10278 "bytemuck",
10279 "font-types",
10280]
10281
10282[[package]]
10283name = "recent_projects"
10284version = "0.1.0"
10285dependencies = [
10286 "anyhow",
10287 "auto_update",
10288 "editor",
10289 "extension_host",
10290 "file_finder",
10291 "futures 0.3.31",
10292 "fuzzy",
10293 "gpui",
10294 "language",
10295 "log",
10296 "markdown",
10297 "menu",
10298 "ordered-float 2.10.1",
10299 "paths",
10300 "picker",
10301 "project",
10302 "release_channel",
10303 "remote",
10304 "schemars",
10305 "serde",
10306 "serde_json",
10307 "settings",
10308 "smol",
10309 "task",
10310 "theme",
10311 "ui",
10312 "util",
10313 "workspace",
10314 "zed_actions",
10315]
10316
10317[[package]]
10318name = "redox_syscall"
10319version = "0.2.16"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10322dependencies = [
10323 "bitflags 1.3.2",
10324]
10325
10326[[package]]
10327name = "redox_syscall"
10328version = "0.5.8"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10331dependencies = [
10332 "bitflags 2.6.0",
10333]
10334
10335[[package]]
10336name = "redox_users"
10337version = "0.4.6"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10340dependencies = [
10341 "getrandom 0.2.15",
10342 "libredox",
10343 "thiserror 1.0.69",
10344]
10345
10346[[package]]
10347name = "refineable"
10348version = "0.1.0"
10349dependencies = [
10350 "derive_refineable",
10351]
10352
10353[[package]]
10354name = "regalloc2"
10355version = "0.9.3"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10358dependencies = [
10359 "hashbrown 0.13.2",
10360 "log",
10361 "rustc-hash 1.1.0",
10362 "slice-group-by",
10363 "smallvec",
10364]
10365
10366[[package]]
10367name = "regex"
10368version = "1.11.1"
10369source = "registry+https://github.com/rust-lang/crates.io-index"
10370checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10371dependencies = [
10372 "aho-corasick",
10373 "memchr",
10374 "regex-automata 0.4.9",
10375 "regex-syntax 0.8.5",
10376]
10377
10378[[package]]
10379name = "regex-automata"
10380version = "0.1.10"
10381source = "registry+https://github.com/rust-lang/crates.io-index"
10382checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10383dependencies = [
10384 "regex-syntax 0.6.29",
10385]
10386
10387[[package]]
10388name = "regex-automata"
10389version = "0.4.9"
10390source = "registry+https://github.com/rust-lang/crates.io-index"
10391checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10392dependencies = [
10393 "aho-corasick",
10394 "memchr",
10395 "regex-syntax 0.8.5",
10396]
10397
10398[[package]]
10399name = "regex-lite"
10400version = "0.1.6"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10403
10404[[package]]
10405name = "regex-syntax"
10406version = "0.6.29"
10407source = "registry+https://github.com/rust-lang/crates.io-index"
10408checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10409
10410[[package]]
10411name = "regex-syntax"
10412version = "0.8.5"
10413source = "registry+https://github.com/rust-lang/crates.io-index"
10414checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10415
10416[[package]]
10417name = "release_channel"
10418version = "0.1.0"
10419dependencies = [
10420 "gpui",
10421]
10422
10423[[package]]
10424name = "remote"
10425version = "0.1.0"
10426dependencies = [
10427 "anyhow",
10428 "async-trait",
10429 "collections",
10430 "fs",
10431 "futures 0.3.31",
10432 "gpui",
10433 "itertools 0.14.0",
10434 "log",
10435 "parking_lot",
10436 "paths",
10437 "prost 0.9.0",
10438 "release_channel",
10439 "rpc",
10440 "serde",
10441 "serde_json",
10442 "shlex",
10443 "smol",
10444 "tempfile",
10445 "thiserror 1.0.69",
10446 "util",
10447 "which 6.0.3",
10448]
10449
10450[[package]]
10451name = "remote_server"
10452version = "0.1.0"
10453dependencies = [
10454 "anyhow",
10455 "async-watch",
10456 "backtrace",
10457 "cargo_toml",
10458 "chrono",
10459 "clap",
10460 "client",
10461 "clock",
10462 "env_logger 0.11.6",
10463 "extension",
10464 "extension_host",
10465 "fork",
10466 "fs",
10467 "futures 0.3.31",
10468 "git",
10469 "git_hosting_providers",
10470 "gpui",
10471 "http_client",
10472 "language",
10473 "language_extension",
10474 "languages",
10475 "libc",
10476 "log",
10477 "lsp",
10478 "node_runtime",
10479 "paths",
10480 "project",
10481 "proto",
10482 "release_channel",
10483 "remote",
10484 "reqwest_client",
10485 "rpc",
10486 "rust-embed",
10487 "serde",
10488 "serde_json",
10489 "settings",
10490 "shellexpand 2.1.2",
10491 "smol",
10492 "sysinfo",
10493 "telemetry_events",
10494 "toml 0.8.19",
10495 "util",
10496 "worktree",
10497]
10498
10499[[package]]
10500name = "rend"
10501version = "0.4.2"
10502source = "registry+https://github.com/rust-lang/crates.io-index"
10503checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10504dependencies = [
10505 "bytecheck",
10506]
10507
10508[[package]]
10509name = "repl"
10510version = "0.1.0"
10511dependencies = [
10512 "alacritty_terminal",
10513 "anyhow",
10514 "async-dispatcher",
10515 "async-tungstenite 0.28.2",
10516 "base64 0.22.1",
10517 "client",
10518 "collections",
10519 "command_palette_hooks",
10520 "editor",
10521 "env_logger 0.11.6",
10522 "feature_flags",
10523 "file_icons",
10524 "futures 0.3.31",
10525 "gpui",
10526 "http_client",
10527 "image",
10528 "indoc",
10529 "jupyter-protocol",
10530 "jupyter-websocket-client",
10531 "language",
10532 "languages",
10533 "log",
10534 "markdown_preview",
10535 "menu",
10536 "multi_buffer",
10537 "nbformat",
10538 "picker",
10539 "project",
10540 "runtimelib",
10541 "schemars",
10542 "serde",
10543 "serde_json",
10544 "settings",
10545 "smol",
10546 "telemetry",
10547 "terminal",
10548 "terminal_view",
10549 "theme",
10550 "tree-sitter-md",
10551 "tree-sitter-python",
10552 "tree-sitter-typescript",
10553 "ui",
10554 "util",
10555 "uuid",
10556 "workspace",
10557]
10558
10559[[package]]
10560name = "reqwest"
10561version = "0.11.27"
10562source = "registry+https://github.com/rust-lang/crates.io-index"
10563checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10564dependencies = [
10565 "base64 0.21.7",
10566 "bytes 1.9.0",
10567 "encoding_rs",
10568 "futures-core",
10569 "futures-util",
10570 "h2 0.3.26",
10571 "http 0.2.12",
10572 "http-body 0.4.6",
10573 "hyper 0.14.32",
10574 "hyper-rustls 0.24.2",
10575 "hyper-tls",
10576 "ipnet",
10577 "js-sys",
10578 "log",
10579 "mime",
10580 "native-tls",
10581 "once_cell",
10582 "percent-encoding",
10583 "pin-project-lite",
10584 "rustls 0.21.12",
10585 "rustls-native-certs 0.6.3",
10586 "rustls-pemfile 1.0.4",
10587 "serde",
10588 "serde_json",
10589 "serde_urlencoded",
10590 "sync_wrapper 0.1.2",
10591 "system-configuration 0.5.1",
10592 "tokio",
10593 "tokio-native-tls",
10594 "tokio-rustls 0.24.1",
10595 "tower-service",
10596 "url",
10597 "wasm-bindgen",
10598 "wasm-bindgen-futures",
10599 "web-sys",
10600 "winreg 0.50.0",
10601]
10602
10603[[package]]
10604name = "reqwest"
10605version = "0.12.8"
10606source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10607dependencies = [
10608 "base64 0.22.1",
10609 "bytes 1.9.0",
10610 "encoding_rs",
10611 "futures-core",
10612 "futures-util",
10613 "h2 0.4.7",
10614 "http 1.2.0",
10615 "http-body 1.0.1",
10616 "http-body-util",
10617 "hyper 1.5.1",
10618 "hyper-rustls 0.27.3",
10619 "hyper-util",
10620 "ipnet",
10621 "js-sys",
10622 "log",
10623 "mime",
10624 "once_cell",
10625 "percent-encoding",
10626 "pin-project-lite",
10627 "quinn",
10628 "rustls 0.23.20",
10629 "rustls-native-certs 0.8.1",
10630 "rustls-pemfile 2.2.0",
10631 "rustls-pki-types",
10632 "serde",
10633 "serde_json",
10634 "serde_urlencoded",
10635 "sync_wrapper 1.0.2",
10636 "system-configuration 0.6.1",
10637 "tokio",
10638 "tokio-rustls 0.26.1",
10639 "tokio-socks",
10640 "tokio-util",
10641 "tower-service",
10642 "url",
10643 "wasm-bindgen",
10644 "wasm-bindgen-futures",
10645 "wasm-streams",
10646 "web-sys",
10647 "windows-registry",
10648]
10649
10650[[package]]
10651name = "reqwest_client"
10652version = "0.1.0"
10653dependencies = [
10654 "anyhow",
10655 "bytes 1.9.0",
10656 "futures 0.3.31",
10657 "gpui",
10658 "http_client",
10659 "log",
10660 "reqwest 0.12.8",
10661 "serde",
10662 "smol",
10663 "tokio",
10664]
10665
10666[[package]]
10667name = "resvg"
10668version = "0.44.0"
10669source = "registry+https://github.com/rust-lang/crates.io-index"
10670checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10671dependencies = [
10672 "log",
10673 "pico-args",
10674 "rgb",
10675 "svgtypes",
10676 "tiny-skia",
10677 "usvg",
10678]
10679
10680[[package]]
10681name = "rfc6979"
10682version = "0.3.1"
10683source = "registry+https://github.com/rust-lang/crates.io-index"
10684checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10685dependencies = [
10686 "crypto-bigint 0.4.9",
10687 "hmac",
10688 "zeroize",
10689]
10690
10691[[package]]
10692name = "rgb"
10693version = "0.8.50"
10694source = "registry+https://github.com/rust-lang/crates.io-index"
10695checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10696dependencies = [
10697 "bytemuck",
10698]
10699
10700[[package]]
10701name = "rich_text"
10702version = "0.1.0"
10703dependencies = [
10704 "futures 0.3.31",
10705 "gpui",
10706 "language",
10707 "linkify",
10708 "pulldown-cmark 0.12.2",
10709 "theme",
10710 "ui",
10711 "util",
10712]
10713
10714[[package]]
10715name = "ring"
10716version = "0.17.8"
10717source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10719dependencies = [
10720 "cc",
10721 "cfg-if",
10722 "getrandom 0.2.15",
10723 "libc",
10724 "spin",
10725 "untrusted",
10726 "windows-sys 0.52.0",
10727]
10728
10729[[package]]
10730name = "rkyv"
10731version = "0.7.45"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10734dependencies = [
10735 "bitvec",
10736 "bytecheck",
10737 "bytes 1.9.0",
10738 "hashbrown 0.12.3",
10739 "ptr_meta",
10740 "rend",
10741 "rkyv_derive",
10742 "seahash",
10743 "tinyvec",
10744 "uuid",
10745]
10746
10747[[package]]
10748name = "rkyv_derive"
10749version = "0.7.45"
10750source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10752dependencies = [
10753 "proc-macro2",
10754 "quote",
10755 "syn 1.0.109",
10756]
10757
10758[[package]]
10759name = "rmp"
10760version = "0.8.14"
10761source = "registry+https://github.com/rust-lang/crates.io-index"
10762checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10763dependencies = [
10764 "byteorder",
10765 "num-traits",
10766 "paste",
10767]
10768
10769[[package]]
10770name = "rmpv"
10771version = "1.3.0"
10772source = "registry+https://github.com/rust-lang/crates.io-index"
10773checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10774dependencies = [
10775 "num-traits",
10776 "rmp",
10777]
10778
10779[[package]]
10780name = "rodio"
10781version = "0.20.1"
10782source = "registry+https://github.com/rust-lang/crates.io-index"
10783checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10784dependencies = [
10785 "cpal",
10786 "hound",
10787]
10788
10789[[package]]
10790name = "rope"
10791version = "0.1.0"
10792dependencies = [
10793 "arrayvec",
10794 "criterion",
10795 "ctor",
10796 "env_logger 0.11.6",
10797 "gpui",
10798 "log",
10799 "rand 0.8.5",
10800 "rayon",
10801 "smallvec",
10802 "sum_tree",
10803 "unicode-segmentation",
10804 "util",
10805]
10806
10807[[package]]
10808name = "roxmltree"
10809version = "0.20.0"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10812
10813[[package]]
10814name = "rpc"
10815version = "0.1.0"
10816dependencies = [
10817 "anyhow",
10818 "async-tungstenite 0.28.2",
10819 "base64 0.22.1",
10820 "chrono",
10821 "collections",
10822 "env_logger 0.11.6",
10823 "futures 0.3.31",
10824 "gpui",
10825 "parking_lot",
10826 "proto",
10827 "rand 0.8.5",
10828 "rsa",
10829 "serde",
10830 "serde_json",
10831 "sha2",
10832 "strum",
10833 "tracing",
10834 "util",
10835 "zstd",
10836]
10837
10838[[package]]
10839name = "rsa"
10840version = "0.9.7"
10841source = "registry+https://github.com/rust-lang/crates.io-index"
10842checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
10843dependencies = [
10844 "const-oid",
10845 "digest",
10846 "num-bigint-dig",
10847 "num-integer",
10848 "num-traits",
10849 "pkcs1",
10850 "pkcs8 0.10.2",
10851 "rand_core 0.6.4",
10852 "signature 2.2.0",
10853 "spki 0.7.3",
10854 "subtle",
10855 "zeroize",
10856]
10857
10858[[package]]
10859name = "runtimelib"
10860version = "0.25.0"
10861source = "registry+https://github.com/rust-lang/crates.io-index"
10862checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
10863dependencies = [
10864 "anyhow",
10865 "async-dispatcher",
10866 "async-std",
10867 "base64 0.22.1",
10868 "bytes 1.9.0",
10869 "chrono",
10870 "data-encoding",
10871 "dirs 5.0.1",
10872 "futures 0.3.31",
10873 "glob",
10874 "jupyter-protocol",
10875 "ring",
10876 "serde",
10877 "serde_json",
10878 "shellexpand 3.1.0",
10879 "smol",
10880 "uuid",
10881 "zeromq",
10882]
10883
10884[[package]]
10885name = "rust-embed"
10886version = "8.5.0"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10889dependencies = [
10890 "rust-embed-impl",
10891 "rust-embed-utils",
10892 "walkdir",
10893]
10894
10895[[package]]
10896name = "rust-embed-impl"
10897version = "8.5.0"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10900dependencies = [
10901 "proc-macro2",
10902 "quote",
10903 "rust-embed-utils",
10904 "syn 2.0.90",
10905 "walkdir",
10906]
10907
10908[[package]]
10909name = "rust-embed-utils"
10910version = "8.5.0"
10911source = "registry+https://github.com/rust-lang/crates.io-index"
10912checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10913dependencies = [
10914 "globset",
10915 "sha2",
10916 "walkdir",
10917]
10918
10919[[package]]
10920name = "rust_decimal"
10921version = "1.36.0"
10922source = "registry+https://github.com/rust-lang/crates.io-index"
10923checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10924dependencies = [
10925 "arrayvec",
10926 "borsh",
10927 "bytes 1.9.0",
10928 "num-traits",
10929 "rand 0.8.5",
10930 "rkyv",
10931 "serde",
10932 "serde_json",
10933]
10934
10935[[package]]
10936name = "rustc-demangle"
10937version = "0.1.24"
10938source = "registry+https://github.com/rust-lang/crates.io-index"
10939checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10940
10941[[package]]
10942name = "rustc-hash"
10943version = "1.1.0"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10946
10947[[package]]
10948name = "rustc-hash"
10949version = "2.1.0"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
10952
10953[[package]]
10954name = "rustc_version"
10955version = "0.4.1"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10958dependencies = [
10959 "semver",
10960]
10961
10962[[package]]
10963name = "rustix"
10964version = "0.38.42"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
10967dependencies = [
10968 "bitflags 2.6.0",
10969 "errno 0.3.10",
10970 "itoa",
10971 "libc",
10972 "linux-raw-sys",
10973 "once_cell",
10974 "windows-sys 0.59.0",
10975]
10976
10977[[package]]
10978name = "rustix-openpty"
10979version = "0.1.1"
10980source = "registry+https://github.com/rust-lang/crates.io-index"
10981checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10982dependencies = [
10983 "errno 0.3.10",
10984 "libc",
10985 "rustix",
10986]
10987
10988[[package]]
10989name = "rustls"
10990version = "0.21.12"
10991source = "registry+https://github.com/rust-lang/crates.io-index"
10992checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10993dependencies = [
10994 "log",
10995 "ring",
10996 "rustls-webpki 0.101.7",
10997 "sct",
10998]
10999
11000[[package]]
11001name = "rustls"
11002version = "0.23.20"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
11005dependencies = [
11006 "once_cell",
11007 "ring",
11008 "rustls-pki-types",
11009 "rustls-webpki 0.102.8",
11010 "subtle",
11011 "zeroize",
11012]
11013
11014[[package]]
11015name = "rustls-native-certs"
11016version = "0.6.3"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11019dependencies = [
11020 "openssl-probe",
11021 "rustls-pemfile 1.0.4",
11022 "schannel",
11023 "security-framework 2.11.1",
11024]
11025
11026[[package]]
11027name = "rustls-native-certs"
11028version = "0.8.1"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11031dependencies = [
11032 "openssl-probe",
11033 "rustls-pki-types",
11034 "schannel",
11035 "security-framework 3.0.1",
11036]
11037
11038[[package]]
11039name = "rustls-pemfile"
11040version = "1.0.4"
11041source = "registry+https://github.com/rust-lang/crates.io-index"
11042checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11043dependencies = [
11044 "base64 0.21.7",
11045]
11046
11047[[package]]
11048name = "rustls-pemfile"
11049version = "2.2.0"
11050source = "registry+https://github.com/rust-lang/crates.io-index"
11051checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11052dependencies = [
11053 "rustls-pki-types",
11054]
11055
11056[[package]]
11057name = "rustls-pki-types"
11058version = "1.10.0"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11061dependencies = [
11062 "web-time",
11063]
11064
11065[[package]]
11066name = "rustls-webpki"
11067version = "0.101.7"
11068source = "registry+https://github.com/rust-lang/crates.io-index"
11069checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11070dependencies = [
11071 "ring",
11072 "untrusted",
11073]
11074
11075[[package]]
11076name = "rustls-webpki"
11077version = "0.102.8"
11078source = "registry+https://github.com/rust-lang/crates.io-index"
11079checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11080dependencies = [
11081 "ring",
11082 "rustls-pki-types",
11083 "untrusted",
11084]
11085
11086[[package]]
11087name = "rustversion"
11088version = "1.0.18"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11091
11092[[package]]
11093name = "rustybuzz"
11094version = "0.14.1"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11097dependencies = [
11098 "bitflags 2.6.0",
11099 "bytemuck",
11100 "libm",
11101 "smallvec",
11102 "ttf-parser",
11103 "unicode-bidi-mirroring",
11104 "unicode-ccc",
11105 "unicode-properties",
11106 "unicode-script",
11107]
11108
11109[[package]]
11110name = "ryu"
11111version = "1.0.18"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11114
11115[[package]]
11116name = "salsa20"
11117version = "0.10.2"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11120dependencies = [
11121 "cipher",
11122]
11123
11124[[package]]
11125name = "same-file"
11126version = "1.0.6"
11127source = "registry+https://github.com/rust-lang/crates.io-index"
11128checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11129dependencies = [
11130 "winapi-util",
11131]
11132
11133[[package]]
11134name = "schannel"
11135version = "0.1.27"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11138dependencies = [
11139 "windows-sys 0.59.0",
11140]
11141
11142[[package]]
11143name = "schemars"
11144version = "0.8.21"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11147dependencies = [
11148 "dyn-clone",
11149 "indexmap",
11150 "schemars_derive",
11151 "serde",
11152 "serde_json",
11153]
11154
11155[[package]]
11156name = "schemars_derive"
11157version = "0.8.21"
11158source = "registry+https://github.com/rust-lang/crates.io-index"
11159checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11160dependencies = [
11161 "proc-macro2",
11162 "quote",
11163 "serde_derive_internals",
11164 "syn 2.0.90",
11165]
11166
11167[[package]]
11168name = "scoped-tls"
11169version = "1.0.1"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11172
11173[[package]]
11174name = "scopeguard"
11175version = "1.2.0"
11176source = "registry+https://github.com/rust-lang/crates.io-index"
11177checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11178
11179[[package]]
11180name = "scratch"
11181version = "1.0.7"
11182source = "registry+https://github.com/rust-lang/crates.io-index"
11183checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11184
11185[[package]]
11186name = "scrypt"
11187version = "0.11.0"
11188source = "registry+https://github.com/rust-lang/crates.io-index"
11189checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11190dependencies = [
11191 "password-hash 0.5.0",
11192 "pbkdf2 0.12.2",
11193 "salsa20",
11194 "sha2",
11195]
11196
11197[[package]]
11198name = "sct"
11199version = "0.7.1"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11202dependencies = [
11203 "ring",
11204 "untrusted",
11205]
11206
11207[[package]]
11208name = "sea-bae"
11209version = "0.2.1"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11212dependencies = [
11213 "heck 0.4.1",
11214 "proc-macro-error2",
11215 "proc-macro2",
11216 "quote",
11217 "syn 2.0.90",
11218]
11219
11220[[package]]
11221name = "sea-orm"
11222version = "1.1.3"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "0dbcf83248860dc632c46c7e81a221e041b50d0006191756cb001d9e8afc60a9"
11225dependencies = [
11226 "async-stream",
11227 "async-trait",
11228 "bigdecimal",
11229 "chrono",
11230 "futures 0.3.31",
11231 "log",
11232 "ouroboros",
11233 "rust_decimal",
11234 "sea-orm-macros",
11235 "sea-query",
11236 "sea-query-binder",
11237 "serde",
11238 "serde_json",
11239 "sqlx",
11240 "strum",
11241 "thiserror 1.0.69",
11242 "time",
11243 "tracing",
11244 "url",
11245 "uuid",
11246]
11247
11248[[package]]
11249name = "sea-orm-macros"
11250version = "1.1.3"
11251source = "registry+https://github.com/rust-lang/crates.io-index"
11252checksum = "49ce6f08134f3681b1ca92185b96fac898f26d9b4f5538d13f7032ef243d14b2"
11253dependencies = [
11254 "heck 0.4.1",
11255 "proc-macro2",
11256 "quote",
11257 "sea-bae",
11258 "syn 2.0.90",
11259 "unicode-ident",
11260]
11261
11262[[package]]
11263name = "sea-query"
11264version = "0.32.1"
11265source = "registry+https://github.com/rust-lang/crates.io-index"
11266checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11267dependencies = [
11268 "bigdecimal",
11269 "chrono",
11270 "inherent",
11271 "ordered-float 3.9.2",
11272 "rust_decimal",
11273 "serde_json",
11274 "time",
11275 "uuid",
11276]
11277
11278[[package]]
11279name = "sea-query-binder"
11280version = "0.7.0"
11281source = "registry+https://github.com/rust-lang/crates.io-index"
11282checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11283dependencies = [
11284 "bigdecimal",
11285 "chrono",
11286 "rust_decimal",
11287 "sea-query",
11288 "serde_json",
11289 "sqlx",
11290 "time",
11291 "uuid",
11292]
11293
11294[[package]]
11295name = "seahash"
11296version = "4.1.0"
11297source = "registry+https://github.com/rust-lang/crates.io-index"
11298checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11299
11300[[package]]
11301name = "search"
11302version = "0.1.0"
11303dependencies = [
11304 "any_vec",
11305 "anyhow",
11306 "bitflags 2.6.0",
11307 "client",
11308 "collections",
11309 "editor",
11310 "futures 0.3.31",
11311 "gpui",
11312 "language",
11313 "menu",
11314 "project",
11315 "schemars",
11316 "serde",
11317 "serde_json",
11318 "settings",
11319 "smol",
11320 "theme",
11321 "ui",
11322 "unindent",
11323 "util",
11324 "workspace",
11325]
11326
11327[[package]]
11328name = "sec1"
11329version = "0.3.0"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11332dependencies = [
11333 "base16ct",
11334 "der 0.6.1",
11335 "generic-array",
11336 "pkcs8 0.9.0",
11337 "subtle",
11338 "zeroize",
11339]
11340
11341[[package]]
11342name = "security-framework"
11343version = "2.11.1"
11344source = "registry+https://github.com/rust-lang/crates.io-index"
11345checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11346dependencies = [
11347 "bitflags 2.6.0",
11348 "core-foundation 0.9.4",
11349 "core-foundation-sys",
11350 "libc",
11351 "security-framework-sys",
11352]
11353
11354[[package]]
11355name = "security-framework"
11356version = "3.0.1"
11357source = "registry+https://github.com/rust-lang/crates.io-index"
11358checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11359dependencies = [
11360 "bitflags 2.6.0",
11361 "core-foundation 0.10.0",
11362 "core-foundation-sys",
11363 "libc",
11364 "security-framework-sys",
11365]
11366
11367[[package]]
11368name = "security-framework-sys"
11369version = "2.12.1"
11370source = "registry+https://github.com/rust-lang/crates.io-index"
11371checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11372dependencies = [
11373 "core-foundation-sys",
11374 "libc",
11375]
11376
11377[[package]]
11378name = "self_cell"
11379version = "1.1.0"
11380source = "registry+https://github.com/rust-lang/crates.io-index"
11381checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11382
11383[[package]]
11384name = "semantic_index"
11385version = "0.1.0"
11386dependencies = [
11387 "anyhow",
11388 "arrayvec",
11389 "blake3",
11390 "client",
11391 "clock",
11392 "collections",
11393 "env_logger 0.11.6",
11394 "feature_flags",
11395 "fs",
11396 "futures 0.3.31",
11397 "futures-batch",
11398 "gpui",
11399 "heed",
11400 "http_client",
11401 "language",
11402 "language_model",
11403 "languages",
11404 "log",
11405 "open_ai",
11406 "parking_lot",
11407 "project",
11408 "reqwest_client",
11409 "serde",
11410 "serde_json",
11411 "settings",
11412 "sha2",
11413 "smol",
11414 "tempfile",
11415 "theme",
11416 "tree-sitter",
11417 "ui",
11418 "unindent",
11419 "util",
11420 "workspace",
11421 "worktree",
11422]
11423
11424[[package]]
11425name = "semantic_version"
11426version = "0.1.0"
11427dependencies = [
11428 "anyhow",
11429 "serde",
11430]
11431
11432[[package]]
11433name = "semver"
11434version = "1.0.24"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
11437dependencies = [
11438 "serde",
11439]
11440
11441[[package]]
11442name = "serde"
11443version = "1.0.217"
11444source = "registry+https://github.com/rust-lang/crates.io-index"
11445checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
11446dependencies = [
11447 "serde_derive",
11448]
11449
11450[[package]]
11451name = "serde_derive"
11452version = "1.0.217"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
11455dependencies = [
11456 "proc-macro2",
11457 "quote",
11458 "syn 2.0.90",
11459]
11460
11461[[package]]
11462name = "serde_derive_internals"
11463version = "0.29.1"
11464source = "registry+https://github.com/rust-lang/crates.io-index"
11465checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11466dependencies = [
11467 "proc-macro2",
11468 "quote",
11469 "syn 2.0.90",
11470]
11471
11472[[package]]
11473name = "serde_fmt"
11474version = "1.0.3"
11475source = "registry+https://github.com/rust-lang/crates.io-index"
11476checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11477dependencies = [
11478 "serde",
11479]
11480
11481[[package]]
11482name = "serde_json"
11483version = "1.0.135"
11484source = "registry+https://github.com/rust-lang/crates.io-index"
11485checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
11486dependencies = [
11487 "indexmap",
11488 "itoa",
11489 "memchr",
11490 "ryu",
11491 "serde",
11492]
11493
11494[[package]]
11495name = "serde_json_lenient"
11496version = "0.2.4"
11497source = "registry+https://github.com/rust-lang/crates.io-index"
11498checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11499dependencies = [
11500 "indexmap",
11501 "itoa",
11502 "memchr",
11503 "ryu",
11504 "serde",
11505]
11506
11507[[package]]
11508name = "serde_path_to_error"
11509version = "0.1.16"
11510source = "registry+https://github.com/rust-lang/crates.io-index"
11511checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11512dependencies = [
11513 "itoa",
11514 "serde",
11515]
11516
11517[[package]]
11518name = "serde_qs"
11519version = "0.8.5"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11522dependencies = [
11523 "percent-encoding",
11524 "serde",
11525 "thiserror 1.0.69",
11526]
11527
11528[[package]]
11529name = "serde_qs"
11530version = "0.10.1"
11531source = "registry+https://github.com/rust-lang/crates.io-index"
11532checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11533dependencies = [
11534 "percent-encoding",
11535 "serde",
11536 "thiserror 1.0.69",
11537]
11538
11539[[package]]
11540name = "serde_repr"
11541version = "0.1.19"
11542source = "registry+https://github.com/rust-lang/crates.io-index"
11543checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11544dependencies = [
11545 "proc-macro2",
11546 "quote",
11547 "syn 2.0.90",
11548]
11549
11550[[package]]
11551name = "serde_spanned"
11552version = "0.6.8"
11553source = "registry+https://github.com/rust-lang/crates.io-index"
11554checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11555dependencies = [
11556 "serde",
11557]
11558
11559[[package]]
11560name = "serde_urlencoded"
11561version = "0.7.1"
11562source = "registry+https://github.com/rust-lang/crates.io-index"
11563checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11564dependencies = [
11565 "form_urlencoded",
11566 "itoa",
11567 "ryu",
11568 "serde",
11569]
11570
11571[[package]]
11572name = "session"
11573version = "0.1.0"
11574dependencies = [
11575 "db",
11576 "gpui",
11577 "serde_json",
11578 "util",
11579 "uuid",
11580]
11581
11582[[package]]
11583name = "settings"
11584version = "0.1.0"
11585dependencies = [
11586 "anyhow",
11587 "collections",
11588 "ec4rs",
11589 "fs",
11590 "futures 0.3.31",
11591 "gpui",
11592 "indoc",
11593 "log",
11594 "paths",
11595 "pretty_assertions",
11596 "release_channel",
11597 "rust-embed",
11598 "schemars",
11599 "serde",
11600 "serde_derive",
11601 "serde_json",
11602 "serde_json_lenient",
11603 "smallvec",
11604 "tree-sitter",
11605 "tree-sitter-json",
11606 "unindent",
11607 "util",
11608]
11609
11610[[package]]
11611name = "settings_ui"
11612version = "0.1.0"
11613dependencies = [
11614 "command_palette_hooks",
11615 "editor",
11616 "feature_flags",
11617 "gpui",
11618 "settings",
11619 "theme",
11620 "ui",
11621 "workspace",
11622]
11623
11624[[package]]
11625name = "sha1"
11626version = "0.10.6"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11629dependencies = [
11630 "cfg-if",
11631 "cpufeatures",
11632 "digest",
11633]
11634
11635[[package]]
11636name = "sha1_smol"
11637version = "1.0.1"
11638source = "registry+https://github.com/rust-lang/crates.io-index"
11639checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11640
11641[[package]]
11642name = "sha2"
11643version = "0.10.8"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11646dependencies = [
11647 "cfg-if",
11648 "cpufeatures",
11649 "digest",
11650]
11651
11652[[package]]
11653name = "sharded-slab"
11654version = "0.1.7"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11657dependencies = [
11658 "lazy_static",
11659]
11660
11661[[package]]
11662name = "shell-words"
11663version = "1.1.0"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11666
11667[[package]]
11668name = "shellexpand"
11669version = "2.1.2"
11670source = "registry+https://github.com/rust-lang/crates.io-index"
11671checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11672dependencies = [
11673 "dirs 4.0.0",
11674]
11675
11676[[package]]
11677name = "shellexpand"
11678version = "3.1.0"
11679source = "registry+https://github.com/rust-lang/crates.io-index"
11680checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11681dependencies = [
11682 "dirs 5.0.1",
11683]
11684
11685[[package]]
11686name = "shlex"
11687version = "1.3.0"
11688source = "registry+https://github.com/rust-lang/crates.io-index"
11689checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11690
11691[[package]]
11692name = "signal-hook"
11693version = "0.3.17"
11694source = "registry+https://github.com/rust-lang/crates.io-index"
11695checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11696dependencies = [
11697 "libc",
11698 "signal-hook-registry",
11699]
11700
11701[[package]]
11702name = "signal-hook-registry"
11703version = "1.4.2"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11706dependencies = [
11707 "libc",
11708]
11709
11710[[package]]
11711name = "signature"
11712version = "1.6.4"
11713source = "registry+https://github.com/rust-lang/crates.io-index"
11714checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11715dependencies = [
11716 "digest",
11717 "rand_core 0.6.4",
11718]
11719
11720[[package]]
11721name = "signature"
11722version = "2.2.0"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11725dependencies = [
11726 "digest",
11727 "rand_core 0.6.4",
11728]
11729
11730[[package]]
11731name = "simd-adler32"
11732version = "0.3.7"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11735
11736[[package]]
11737name = "simd_helpers"
11738version = "0.1.0"
11739source = "registry+https://github.com/rust-lang/crates.io-index"
11740checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11741dependencies = [
11742 "quote",
11743]
11744
11745[[package]]
11746name = "simdutf8"
11747version = "0.1.5"
11748source = "registry+https://github.com/rust-lang/crates.io-index"
11749checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11750
11751[[package]]
11752name = "similar"
11753version = "1.3.0"
11754source = "registry+https://github.com/rust-lang/crates.io-index"
11755checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11756
11757[[package]]
11758name = "simple_asn1"
11759version = "0.6.2"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11762dependencies = [
11763 "num-bigint",
11764 "num-traits",
11765 "thiserror 1.0.69",
11766 "time",
11767]
11768
11769[[package]]
11770name = "simplecss"
11771version = "0.2.1"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11774dependencies = [
11775 "log",
11776]
11777
11778[[package]]
11779name = "simplelog"
11780version = "0.12.2"
11781source = "registry+https://github.com/rust-lang/crates.io-index"
11782checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11783dependencies = [
11784 "log",
11785 "termcolor",
11786 "time",
11787]
11788
11789[[package]]
11790name = "siphasher"
11791version = "0.3.11"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11794
11795[[package]]
11796name = "siphasher"
11797version = "1.0.1"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11800
11801[[package]]
11802name = "skrifa"
11803version = "0.22.3"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11806dependencies = [
11807 "bytemuck",
11808 "read-fonts",
11809]
11810
11811[[package]]
11812name = "slab"
11813version = "0.4.9"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11816dependencies = [
11817 "autocfg",
11818]
11819
11820[[package]]
11821name = "slash_commands_example"
11822version = "0.1.0"
11823dependencies = [
11824 "zed_extension_api 0.1.0",
11825]
11826
11827[[package]]
11828name = "slice-group-by"
11829version = "0.3.1"
11830source = "registry+https://github.com/rust-lang/crates.io-index"
11831checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11832
11833[[package]]
11834name = "slotmap"
11835version = "1.0.7"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11838dependencies = [
11839 "version_check",
11840]
11841
11842[[package]]
11843name = "smallvec"
11844version = "1.13.2"
11845source = "registry+https://github.com/rust-lang/crates.io-index"
11846checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11847dependencies = [
11848 "serde",
11849]
11850
11851[[package]]
11852name = "smart-default"
11853version = "0.6.0"
11854source = "registry+https://github.com/rust-lang/crates.io-index"
11855checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11856dependencies = [
11857 "proc-macro2",
11858 "quote",
11859 "syn 1.0.109",
11860]
11861
11862[[package]]
11863name = "smol"
11864version = "2.0.2"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
11867dependencies = [
11868 "async-channel 2.3.1",
11869 "async-executor",
11870 "async-fs",
11871 "async-io",
11872 "async-lock",
11873 "async-net",
11874 "async-process",
11875 "blocking",
11876 "futures-lite 2.5.0",
11877]
11878
11879[[package]]
11880name = "smol_str"
11881version = "0.1.24"
11882source = "registry+https://github.com/rust-lang/crates.io-index"
11883checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11884dependencies = [
11885 "serde",
11886]
11887
11888[[package]]
11889name = "snippet"
11890version = "0.1.0"
11891dependencies = [
11892 "anyhow",
11893 "smallvec",
11894]
11895
11896[[package]]
11897name = "snippet_provider"
11898version = "0.1.0"
11899dependencies = [
11900 "anyhow",
11901 "collections",
11902 "extension",
11903 "fs",
11904 "futures 0.3.31",
11905 "gpui",
11906 "parking_lot",
11907 "paths",
11908 "serde",
11909 "serde_json",
11910 "snippet",
11911 "util",
11912]
11913
11914[[package]]
11915name = "snippets_ui"
11916version = "0.1.0"
11917dependencies = [
11918 "fuzzy",
11919 "gpui",
11920 "language",
11921 "paths",
11922 "picker",
11923 "ui",
11924 "util",
11925 "workspace",
11926]
11927
11928[[package]]
11929name = "socket2"
11930version = "0.5.8"
11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
11933dependencies = [
11934 "libc",
11935 "windows-sys 0.52.0",
11936]
11937
11938[[package]]
11939name = "spdx"
11940version = "0.10.7"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
11943dependencies = [
11944 "smallvec",
11945]
11946
11947[[package]]
11948name = "spin"
11949version = "0.9.8"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11952dependencies = [
11953 "lock_api",
11954]
11955
11956[[package]]
11957name = "spirv"
11958version = "0.3.0+sdk-1.3.268.0"
11959source = "registry+https://github.com/rust-lang/crates.io-index"
11960checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11961dependencies = [
11962 "bitflags 2.6.0",
11963]
11964
11965[[package]]
11966name = "spki"
11967version = "0.6.0"
11968source = "registry+https://github.com/rust-lang/crates.io-index"
11969checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11970dependencies = [
11971 "base64ct",
11972 "der 0.6.1",
11973]
11974
11975[[package]]
11976name = "spki"
11977version = "0.7.3"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11980dependencies = [
11981 "base64ct",
11982 "der 0.7.9",
11983]
11984
11985[[package]]
11986name = "sptr"
11987version = "0.3.2"
11988source = "registry+https://github.com/rust-lang/crates.io-index"
11989checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11990
11991[[package]]
11992name = "sqlez"
11993version = "0.1.0"
11994dependencies = [
11995 "anyhow",
11996 "collections",
11997 "futures 0.3.31",
11998 "indoc",
11999 "libsqlite3-sys",
12000 "parking_lot",
12001 "smol",
12002 "sqlformat",
12003 "thread_local",
12004 "util",
12005 "uuid",
12006]
12007
12008[[package]]
12009name = "sqlez_macros"
12010version = "0.1.0"
12011dependencies = [
12012 "sqlez",
12013 "sqlformat",
12014 "syn 1.0.109",
12015]
12016
12017[[package]]
12018name = "sqlformat"
12019version = "0.2.6"
12020source = "registry+https://github.com/rust-lang/crates.io-index"
12021checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12022dependencies = [
12023 "nom",
12024 "unicode_categories",
12025]
12026
12027[[package]]
12028name = "sqlx"
12029version = "0.8.2"
12030source = "registry+https://github.com/rust-lang/crates.io-index"
12031checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12032dependencies = [
12033 "sqlx-core",
12034 "sqlx-macros",
12035 "sqlx-mysql",
12036 "sqlx-postgres",
12037 "sqlx-sqlite",
12038]
12039
12040[[package]]
12041name = "sqlx-core"
12042version = "0.8.2"
12043source = "registry+https://github.com/rust-lang/crates.io-index"
12044checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12045dependencies = [
12046 "atoi",
12047 "bigdecimal",
12048 "byteorder",
12049 "bytes 1.9.0",
12050 "chrono",
12051 "crc",
12052 "crossbeam-queue",
12053 "either",
12054 "event-listener 5.3.1",
12055 "futures-channel",
12056 "futures-core",
12057 "futures-intrusive",
12058 "futures-io",
12059 "futures-util",
12060 "hashbrown 0.14.5",
12061 "hashlink 0.9.1",
12062 "hex",
12063 "indexmap",
12064 "log",
12065 "memchr",
12066 "once_cell",
12067 "paste",
12068 "percent-encoding",
12069 "rust_decimal",
12070 "rustls 0.23.20",
12071 "rustls-pemfile 2.2.0",
12072 "serde",
12073 "serde_json",
12074 "sha2",
12075 "smallvec",
12076 "sqlformat",
12077 "thiserror 1.0.69",
12078 "time",
12079 "tokio",
12080 "tokio-stream",
12081 "tracing",
12082 "url",
12083 "uuid",
12084 "webpki-roots 0.26.7",
12085]
12086
12087[[package]]
12088name = "sqlx-macros"
12089version = "0.8.2"
12090source = "registry+https://github.com/rust-lang/crates.io-index"
12091checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12092dependencies = [
12093 "proc-macro2",
12094 "quote",
12095 "sqlx-core",
12096 "sqlx-macros-core",
12097 "syn 2.0.90",
12098]
12099
12100[[package]]
12101name = "sqlx-macros-core"
12102version = "0.8.2"
12103source = "registry+https://github.com/rust-lang/crates.io-index"
12104checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12105dependencies = [
12106 "dotenvy",
12107 "either",
12108 "heck 0.5.0",
12109 "hex",
12110 "once_cell",
12111 "proc-macro2",
12112 "quote",
12113 "serde",
12114 "serde_json",
12115 "sha2",
12116 "sqlx-core",
12117 "sqlx-mysql",
12118 "sqlx-postgres",
12119 "sqlx-sqlite",
12120 "syn 2.0.90",
12121 "tempfile",
12122 "tokio",
12123 "url",
12124]
12125
12126[[package]]
12127name = "sqlx-mysql"
12128version = "0.8.2"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12131dependencies = [
12132 "atoi",
12133 "base64 0.22.1",
12134 "bigdecimal",
12135 "bitflags 2.6.0",
12136 "byteorder",
12137 "bytes 1.9.0",
12138 "chrono",
12139 "crc",
12140 "digest",
12141 "dotenvy",
12142 "either",
12143 "futures-channel",
12144 "futures-core",
12145 "futures-io",
12146 "futures-util",
12147 "generic-array",
12148 "hex",
12149 "hkdf",
12150 "hmac",
12151 "itoa",
12152 "log",
12153 "md-5",
12154 "memchr",
12155 "once_cell",
12156 "percent-encoding",
12157 "rand 0.8.5",
12158 "rsa",
12159 "rust_decimal",
12160 "serde",
12161 "sha1",
12162 "sha2",
12163 "smallvec",
12164 "sqlx-core",
12165 "stringprep",
12166 "thiserror 1.0.69",
12167 "time",
12168 "tracing",
12169 "uuid",
12170 "whoami",
12171]
12172
12173[[package]]
12174name = "sqlx-postgres"
12175version = "0.8.2"
12176source = "registry+https://github.com/rust-lang/crates.io-index"
12177checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12178dependencies = [
12179 "atoi",
12180 "base64 0.22.1",
12181 "bigdecimal",
12182 "bitflags 2.6.0",
12183 "byteorder",
12184 "chrono",
12185 "crc",
12186 "dotenvy",
12187 "etcetera",
12188 "futures-channel",
12189 "futures-core",
12190 "futures-io",
12191 "futures-util",
12192 "hex",
12193 "hkdf",
12194 "hmac",
12195 "home",
12196 "itoa",
12197 "log",
12198 "md-5",
12199 "memchr",
12200 "num-bigint",
12201 "once_cell",
12202 "rand 0.8.5",
12203 "rust_decimal",
12204 "serde",
12205 "serde_json",
12206 "sha2",
12207 "smallvec",
12208 "sqlx-core",
12209 "stringprep",
12210 "thiserror 1.0.69",
12211 "time",
12212 "tracing",
12213 "uuid",
12214 "whoami",
12215]
12216
12217[[package]]
12218name = "sqlx-sqlite"
12219version = "0.8.2"
12220source = "registry+https://github.com/rust-lang/crates.io-index"
12221checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12222dependencies = [
12223 "atoi",
12224 "chrono",
12225 "flume",
12226 "futures-channel",
12227 "futures-core",
12228 "futures-executor",
12229 "futures-intrusive",
12230 "futures-util",
12231 "libsqlite3-sys",
12232 "log",
12233 "percent-encoding",
12234 "serde",
12235 "serde_urlencoded",
12236 "sqlx-core",
12237 "time",
12238 "tracing",
12239 "url",
12240 "uuid",
12241]
12242
12243[[package]]
12244name = "stable_deref_trait"
12245version = "1.2.0"
12246source = "registry+https://github.com/rust-lang/crates.io-index"
12247checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12248
12249[[package]]
12250name = "static_assertions"
12251version = "1.1.0"
12252source = "registry+https://github.com/rust-lang/crates.io-index"
12253checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12254
12255[[package]]
12256name = "story"
12257version = "0.1.0"
12258dependencies = [
12259 "gpui",
12260 "itertools 0.14.0",
12261 "smallvec",
12262]
12263
12264[[package]]
12265name = "storybook"
12266version = "0.1.0"
12267dependencies = [
12268 "anyhow",
12269 "clap",
12270 "collab_ui",
12271 "ctrlc",
12272 "dialoguer",
12273 "editor",
12274 "fuzzy",
12275 "gpui",
12276 "indoc",
12277 "language",
12278 "log",
12279 "menu",
12280 "picker",
12281 "project",
12282 "reqwest_client",
12283 "rust-embed",
12284 "settings",
12285 "simplelog",
12286 "story",
12287 "strum",
12288 "theme",
12289 "title_bar",
12290 "ui",
12291]
12292
12293[[package]]
12294name = "strict-num"
12295version = "0.1.1"
12296source = "registry+https://github.com/rust-lang/crates.io-index"
12297checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12298dependencies = [
12299 "float-cmp",
12300]
12301
12302[[package]]
12303name = "string_cache"
12304version = "0.8.7"
12305source = "registry+https://github.com/rust-lang/crates.io-index"
12306checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12307dependencies = [
12308 "new_debug_unreachable",
12309 "once_cell",
12310 "parking_lot",
12311 "phf_shared 0.10.0",
12312 "precomputed-hash",
12313 "serde",
12314]
12315
12316[[package]]
12317name = "string_cache_codegen"
12318version = "0.5.2"
12319source = "registry+https://github.com/rust-lang/crates.io-index"
12320checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12321dependencies = [
12322 "phf_generator 0.10.0",
12323 "phf_shared 0.10.0",
12324 "proc-macro2",
12325 "quote",
12326]
12327
12328[[package]]
12329name = "stringprep"
12330version = "0.1.5"
12331source = "registry+https://github.com/rust-lang/crates.io-index"
12332checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12333dependencies = [
12334 "unicode-bidi",
12335 "unicode-normalization",
12336 "unicode-properties",
12337]
12338
12339[[package]]
12340name = "strsim"
12341version = "0.11.1"
12342source = "registry+https://github.com/rust-lang/crates.io-index"
12343checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12344
12345[[package]]
12346name = "strum"
12347version = "0.26.3"
12348source = "registry+https://github.com/rust-lang/crates.io-index"
12349checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12350dependencies = [
12351 "strum_macros",
12352]
12353
12354[[package]]
12355name = "strum_macros"
12356version = "0.26.4"
12357source = "registry+https://github.com/rust-lang/crates.io-index"
12358checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12359dependencies = [
12360 "heck 0.5.0",
12361 "proc-macro2",
12362 "quote",
12363 "rustversion",
12364 "syn 2.0.90",
12365]
12366
12367[[package]]
12368name = "subtle"
12369version = "2.6.1"
12370source = "registry+https://github.com/rust-lang/crates.io-index"
12371checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12372
12373[[package]]
12374name = "sum_tree"
12375version = "0.1.0"
12376dependencies = [
12377 "arrayvec",
12378 "ctor",
12379 "env_logger 0.11.6",
12380 "log",
12381 "rand 0.8.5",
12382 "rayon",
12383]
12384
12385[[package]]
12386name = "supermaven"
12387version = "0.1.0"
12388dependencies = [
12389 "anyhow",
12390 "client",
12391 "collections",
12392 "editor",
12393 "env_logger 0.11.6",
12394 "futures 0.3.31",
12395 "gpui",
12396 "http_client",
12397 "inline_completion",
12398 "language",
12399 "log",
12400 "postage",
12401 "project",
12402 "serde",
12403 "serde_json",
12404 "settings",
12405 "smol",
12406 "supermaven_api",
12407 "text",
12408 "theme",
12409 "ui",
12410 "unicode-segmentation",
12411 "util",
12412]
12413
12414[[package]]
12415name = "supermaven_api"
12416version = "0.1.0"
12417dependencies = [
12418 "anyhow",
12419 "futures 0.3.31",
12420 "http_client",
12421 "paths",
12422 "serde",
12423 "serde_json",
12424 "smol",
12425]
12426
12427[[package]]
12428name = "sval"
12429version = "2.13.2"
12430source = "registry+https://github.com/rust-lang/crates.io-index"
12431checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12432
12433[[package]]
12434name = "sval_buffer"
12435version = "2.13.2"
12436source = "registry+https://github.com/rust-lang/crates.io-index"
12437checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12438dependencies = [
12439 "sval",
12440 "sval_ref",
12441]
12442
12443[[package]]
12444name = "sval_dynamic"
12445version = "2.13.2"
12446source = "registry+https://github.com/rust-lang/crates.io-index"
12447checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12448dependencies = [
12449 "sval",
12450]
12451
12452[[package]]
12453name = "sval_fmt"
12454version = "2.13.2"
12455source = "registry+https://github.com/rust-lang/crates.io-index"
12456checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12457dependencies = [
12458 "itoa",
12459 "ryu",
12460 "sval",
12461]
12462
12463[[package]]
12464name = "sval_json"
12465version = "2.13.2"
12466source = "registry+https://github.com/rust-lang/crates.io-index"
12467checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12468dependencies = [
12469 "itoa",
12470 "ryu",
12471 "sval",
12472]
12473
12474[[package]]
12475name = "sval_nested"
12476version = "2.13.2"
12477source = "registry+https://github.com/rust-lang/crates.io-index"
12478checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12479dependencies = [
12480 "sval",
12481 "sval_buffer",
12482 "sval_ref",
12483]
12484
12485[[package]]
12486name = "sval_ref"
12487version = "2.13.2"
12488source = "registry+https://github.com/rust-lang/crates.io-index"
12489checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12490dependencies = [
12491 "sval",
12492]
12493
12494[[package]]
12495name = "sval_serde"
12496version = "2.13.2"
12497source = "registry+https://github.com/rust-lang/crates.io-index"
12498checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12499dependencies = [
12500 "serde",
12501 "sval",
12502 "sval_nested",
12503]
12504
12505[[package]]
12506name = "svg_fmt"
12507version = "0.4.4"
12508source = "registry+https://github.com/rust-lang/crates.io-index"
12509checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12510
12511[[package]]
12512name = "svgtypes"
12513version = "0.15.2"
12514source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12516dependencies = [
12517 "kurbo",
12518 "siphasher 1.0.1",
12519]
12520
12521[[package]]
12522name = "swash"
12523version = "0.1.19"
12524source = "registry+https://github.com/rust-lang/crates.io-index"
12525checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12526dependencies = [
12527 "skrifa",
12528 "yazi",
12529 "zeno",
12530]
12531
12532[[package]]
12533name = "syn"
12534version = "1.0.109"
12535source = "registry+https://github.com/rust-lang/crates.io-index"
12536checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12537dependencies = [
12538 "proc-macro2",
12539 "quote",
12540 "unicode-ident",
12541]
12542
12543[[package]]
12544name = "syn"
12545version = "2.0.90"
12546source = "registry+https://github.com/rust-lang/crates.io-index"
12547checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12548dependencies = [
12549 "proc-macro2",
12550 "quote",
12551 "unicode-ident",
12552]
12553
12554[[package]]
12555name = "sync_wrapper"
12556version = "0.1.2"
12557source = "registry+https://github.com/rust-lang/crates.io-index"
12558checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12559
12560[[package]]
12561name = "sync_wrapper"
12562version = "1.0.2"
12563source = "registry+https://github.com/rust-lang/crates.io-index"
12564checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12565dependencies = [
12566 "futures-core",
12567]
12568
12569[[package]]
12570name = "synchronoise"
12571version = "1.0.1"
12572source = "registry+https://github.com/rust-lang/crates.io-index"
12573checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12574dependencies = [
12575 "crossbeam-queue",
12576]
12577
12578[[package]]
12579name = "synstructure"
12580version = "0.13.1"
12581source = "registry+https://github.com/rust-lang/crates.io-index"
12582checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12583dependencies = [
12584 "proc-macro2",
12585 "quote",
12586 "syn 2.0.90",
12587]
12588
12589[[package]]
12590name = "sys-locale"
12591version = "0.3.2"
12592source = "registry+https://github.com/rust-lang/crates.io-index"
12593checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12594dependencies = [
12595 "libc",
12596]
12597
12598[[package]]
12599name = "sysinfo"
12600version = "0.31.4"
12601source = "registry+https://github.com/rust-lang/crates.io-index"
12602checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12603dependencies = [
12604 "core-foundation-sys",
12605 "libc",
12606 "memchr",
12607 "ntapi",
12608 "rayon",
12609 "windows 0.57.0",
12610]
12611
12612[[package]]
12613name = "system-configuration"
12614version = "0.5.1"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12617dependencies = [
12618 "bitflags 1.3.2",
12619 "core-foundation 0.9.4",
12620 "system-configuration-sys 0.5.0",
12621]
12622
12623[[package]]
12624name = "system-configuration"
12625version = "0.6.1"
12626source = "registry+https://github.com/rust-lang/crates.io-index"
12627checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12628dependencies = [
12629 "bitflags 2.6.0",
12630 "core-foundation 0.9.4",
12631 "system-configuration-sys 0.6.0",
12632]
12633
12634[[package]]
12635name = "system-configuration-sys"
12636version = "0.5.0"
12637source = "registry+https://github.com/rust-lang/crates.io-index"
12638checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12639dependencies = [
12640 "core-foundation-sys",
12641 "libc",
12642]
12643
12644[[package]]
12645name = "system-configuration-sys"
12646version = "0.6.0"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12649dependencies = [
12650 "core-foundation-sys",
12651 "libc",
12652]
12653
12654[[package]]
12655name = "system-deps"
12656version = "6.2.2"
12657source = "registry+https://github.com/rust-lang/crates.io-index"
12658checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12659dependencies = [
12660 "cfg-expr",
12661 "heck 0.5.0",
12662 "pkg-config",
12663 "toml 0.8.19",
12664 "version-compare",
12665]
12666
12667[[package]]
12668name = "system-interface"
12669version = "0.27.3"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12672dependencies = [
12673 "bitflags 2.6.0",
12674 "cap-fs-ext",
12675 "cap-std",
12676 "fd-lock",
12677 "io-lifetimes",
12678 "rustix",
12679 "windows-sys 0.59.0",
12680 "winx",
12681]
12682
12683[[package]]
12684name = "tab_switcher"
12685version = "0.1.0"
12686dependencies = [
12687 "anyhow",
12688 "collections",
12689 "ctor",
12690 "editor",
12691 "env_logger 0.11.6",
12692 "gpui",
12693 "language",
12694 "menu",
12695 "picker",
12696 "project",
12697 "schemars",
12698 "serde",
12699 "serde_json",
12700 "settings",
12701 "theme",
12702 "ui",
12703 "util",
12704 "workspace",
12705]
12706
12707[[package]]
12708name = "taffy"
12709version = "0.4.4"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12712dependencies = [
12713 "arrayvec",
12714 "grid",
12715 "num-traits",
12716 "serde",
12717 "slotmap",
12718]
12719
12720[[package]]
12721name = "take-until"
12722version = "0.2.0"
12723source = "registry+https://github.com/rust-lang/crates.io-index"
12724checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12725
12726[[package]]
12727name = "tap"
12728version = "1.0.1"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12731
12732[[package]]
12733name = "target-lexicon"
12734version = "0.12.16"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12737
12738[[package]]
12739name = "task"
12740version = "0.1.0"
12741dependencies = [
12742 "anyhow",
12743 "collections",
12744 "futures 0.3.31",
12745 "gpui",
12746 "hex",
12747 "parking_lot",
12748 "schemars",
12749 "serde",
12750 "serde_json_lenient",
12751 "sha2",
12752 "shellexpand 2.1.2",
12753 "util",
12754 "zed_actions",
12755]
12756
12757[[package]]
12758name = "tasks_ui"
12759version = "0.1.0"
12760dependencies = [
12761 "anyhow",
12762 "editor",
12763 "file_icons",
12764 "fuzzy",
12765 "gpui",
12766 "language",
12767 "menu",
12768 "picker",
12769 "project",
12770 "schemars",
12771 "serde",
12772 "serde_json",
12773 "settings",
12774 "task",
12775 "tree-sitter-rust",
12776 "tree-sitter-typescript",
12777 "ui",
12778 "util",
12779 "workspace",
12780 "zed_actions",
12781]
12782
12783[[package]]
12784name = "telemetry"
12785version = "0.1.0"
12786dependencies = [
12787 "futures 0.3.31",
12788 "serde",
12789 "serde_json",
12790 "telemetry_events",
12791]
12792
12793[[package]]
12794name = "telemetry_events"
12795version = "0.1.0"
12796dependencies = [
12797 "semantic_version",
12798 "serde",
12799 "serde_json",
12800]
12801
12802[[package]]
12803name = "tempfile"
12804version = "3.15.0"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
12807dependencies = [
12808 "cfg-if",
12809 "fastrand 2.3.0",
12810 "getrandom 0.2.15",
12811 "once_cell",
12812 "rustix",
12813 "windows-sys 0.59.0",
12814]
12815
12816[[package]]
12817name = "tendril"
12818version = "0.4.3"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12821dependencies = [
12822 "futf",
12823 "mac",
12824 "utf-8",
12825]
12826
12827[[package]]
12828name = "termcolor"
12829version = "1.4.1"
12830source = "registry+https://github.com/rust-lang/crates.io-index"
12831checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12832dependencies = [
12833 "winapi-util",
12834]
12835
12836[[package]]
12837name = "terminal"
12838version = "0.1.0"
12839dependencies = [
12840 "alacritty_terminal",
12841 "anyhow",
12842 "collections",
12843 "dirs 4.0.0",
12844 "futures 0.3.31",
12845 "gpui",
12846 "libc",
12847 "rand 0.8.5",
12848 "regex",
12849 "release_channel",
12850 "schemars",
12851 "serde",
12852 "serde_derive",
12853 "settings",
12854 "smol",
12855 "sysinfo",
12856 "task",
12857 "theme",
12858 "thiserror 1.0.69",
12859 "util",
12860 "windows 0.58.0",
12861]
12862
12863[[package]]
12864name = "terminal_size"
12865version = "0.4.1"
12866source = "registry+https://github.com/rust-lang/crates.io-index"
12867checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
12868dependencies = [
12869 "rustix",
12870 "windows-sys 0.59.0",
12871]
12872
12873[[package]]
12874name = "terminal_view"
12875version = "0.1.0"
12876dependencies = [
12877 "anyhow",
12878 "async-recursion 1.1.1",
12879 "breadcrumbs",
12880 "client",
12881 "collections",
12882 "db",
12883 "dirs 4.0.0",
12884 "editor",
12885 "futures 0.3.31",
12886 "gpui",
12887 "itertools 0.14.0",
12888 "language",
12889 "project",
12890 "rand 0.8.5",
12891 "schemars",
12892 "search",
12893 "serde",
12894 "serde_json",
12895 "settings",
12896 "shellexpand 2.1.2",
12897 "smol",
12898 "task",
12899 "terminal",
12900 "theme",
12901 "ui",
12902 "util",
12903 "workspace",
12904 "zed_actions",
12905]
12906
12907[[package]]
12908name = "text"
12909version = "0.1.0"
12910dependencies = [
12911 "anyhow",
12912 "clock",
12913 "collections",
12914 "ctor",
12915 "env_logger 0.11.6",
12916 "gpui",
12917 "http_client",
12918 "log",
12919 "parking_lot",
12920 "postage",
12921 "rand 0.8.5",
12922 "regex",
12923 "rope",
12924 "smallvec",
12925 "sum_tree",
12926 "util",
12927]
12928
12929[[package]]
12930name = "theme"
12931version = "0.1.0"
12932dependencies = [
12933 "anyhow",
12934 "collections",
12935 "derive_more",
12936 "fs",
12937 "futures 0.3.31",
12938 "gpui",
12939 "indexmap",
12940 "log",
12941 "palette",
12942 "parking_lot",
12943 "refineable",
12944 "schemars",
12945 "serde",
12946 "serde_derive",
12947 "serde_json",
12948 "serde_json_lenient",
12949 "serde_repr",
12950 "settings",
12951 "strum",
12952 "util",
12953 "uuid",
12954]
12955
12956[[package]]
12957name = "theme_extension"
12958version = "0.1.0"
12959dependencies = [
12960 "anyhow",
12961 "extension",
12962 "fs",
12963 "gpui",
12964 "theme",
12965]
12966
12967[[package]]
12968name = "theme_importer"
12969version = "0.1.0"
12970dependencies = [
12971 "anyhow",
12972 "clap",
12973 "gpui",
12974 "indexmap",
12975 "log",
12976 "palette",
12977 "rust-embed",
12978 "schemars",
12979 "serde",
12980 "serde_json",
12981 "serde_json_lenient",
12982 "simplelog",
12983 "strum",
12984 "theme",
12985 "vscode_theme",
12986]
12987
12988[[package]]
12989name = "theme_selector"
12990version = "0.1.0"
12991dependencies = [
12992 "fs",
12993 "fuzzy",
12994 "gpui",
12995 "log",
12996 "picker",
12997 "serde",
12998 "settings",
12999 "telemetry",
13000 "theme",
13001 "ui",
13002 "util",
13003 "workspace",
13004 "zed_actions",
13005]
13006
13007[[package]]
13008name = "thiserror"
13009version = "1.0.69"
13010source = "registry+https://github.com/rust-lang/crates.io-index"
13011checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13012dependencies = [
13013 "thiserror-impl 1.0.69",
13014]
13015
13016[[package]]
13017name = "thiserror"
13018version = "2.0.6"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13021dependencies = [
13022 "thiserror-impl 2.0.6",
13023]
13024
13025[[package]]
13026name = "thiserror-impl"
13027version = "1.0.69"
13028source = "registry+https://github.com/rust-lang/crates.io-index"
13029checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13030dependencies = [
13031 "proc-macro2",
13032 "quote",
13033 "syn 2.0.90",
13034]
13035
13036[[package]]
13037name = "thiserror-impl"
13038version = "2.0.6"
13039source = "registry+https://github.com/rust-lang/crates.io-index"
13040checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13041dependencies = [
13042 "proc-macro2",
13043 "quote",
13044 "syn 2.0.90",
13045]
13046
13047[[package]]
13048name = "thread_local"
13049version = "1.1.8"
13050source = "registry+https://github.com/rust-lang/crates.io-index"
13051checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13052dependencies = [
13053 "cfg-if",
13054 "once_cell",
13055]
13056
13057[[package]]
13058name = "tiff"
13059version = "0.9.1"
13060source = "registry+https://github.com/rust-lang/crates.io-index"
13061checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13062dependencies = [
13063 "flate2",
13064 "jpeg-decoder",
13065 "weezl",
13066]
13067
13068[[package]]
13069name = "tiktoken-rs"
13070version = "0.6.0"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13073dependencies = [
13074 "anyhow",
13075 "base64 0.21.7",
13076 "bstr",
13077 "fancy-regex 0.13.0",
13078 "lazy_static",
13079 "parking_lot",
13080 "regex",
13081 "rustc-hash 1.1.0",
13082]
13083
13084[[package]]
13085name = "time"
13086version = "0.3.37"
13087source = "registry+https://github.com/rust-lang/crates.io-index"
13088checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13089dependencies = [
13090 "deranged",
13091 "itoa",
13092 "libc",
13093 "num-conv",
13094 "num_threads",
13095 "powerfmt",
13096 "serde",
13097 "time-core",
13098 "time-macros",
13099]
13100
13101[[package]]
13102name = "time-core"
13103version = "0.1.2"
13104source = "registry+https://github.com/rust-lang/crates.io-index"
13105checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13106
13107[[package]]
13108name = "time-macros"
13109version = "0.2.19"
13110source = "registry+https://github.com/rust-lang/crates.io-index"
13111checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13112dependencies = [
13113 "num-conv",
13114 "time-core",
13115]
13116
13117[[package]]
13118name = "time_format"
13119version = "0.1.0"
13120dependencies = [
13121 "core-foundation 0.9.4",
13122 "core-foundation-sys",
13123 "sys-locale",
13124 "time",
13125]
13126
13127[[package]]
13128name = "tiny-keccak"
13129version = "2.0.2"
13130source = "registry+https://github.com/rust-lang/crates.io-index"
13131checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13132dependencies = [
13133 "crunchy",
13134]
13135
13136[[package]]
13137name = "tiny-skia"
13138version = "0.11.4"
13139source = "registry+https://github.com/rust-lang/crates.io-index"
13140checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13141dependencies = [
13142 "arrayref",
13143 "arrayvec",
13144 "bytemuck",
13145 "cfg-if",
13146 "log",
13147 "png",
13148 "tiny-skia-path",
13149]
13150
13151[[package]]
13152name = "tiny-skia-path"
13153version = "0.11.4"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13156dependencies = [
13157 "arrayref",
13158 "bytemuck",
13159 "strict-num",
13160]
13161
13162[[package]]
13163name = "tiny_http"
13164version = "0.8.2"
13165source = "registry+https://github.com/rust-lang/crates.io-index"
13166checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13167dependencies = [
13168 "ascii",
13169 "chrono",
13170 "chunked_transfer",
13171 "log",
13172 "url",
13173]
13174
13175[[package]]
13176name = "tinystr"
13177version = "0.7.6"
13178source = "registry+https://github.com/rust-lang/crates.io-index"
13179checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13180dependencies = [
13181 "displaydoc",
13182 "zerovec",
13183]
13184
13185[[package]]
13186name = "tinytemplate"
13187version = "1.2.1"
13188source = "registry+https://github.com/rust-lang/crates.io-index"
13189checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13190dependencies = [
13191 "serde",
13192 "serde_json",
13193]
13194
13195[[package]]
13196name = "tinyvec"
13197version = "1.8.0"
13198source = "registry+https://github.com/rust-lang/crates.io-index"
13199checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13200dependencies = [
13201 "tinyvec_macros",
13202]
13203
13204[[package]]
13205name = "tinyvec_macros"
13206version = "0.1.1"
13207source = "registry+https://github.com/rust-lang/crates.io-index"
13208checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13209
13210[[package]]
13211name = "title_bar"
13212version = "0.1.0"
13213dependencies = [
13214 "auto_update",
13215 "call",
13216 "client",
13217 "collections",
13218 "feature_flags",
13219 "gpui",
13220 "http_client",
13221 "notifications",
13222 "pretty_assertions",
13223 "project",
13224 "remote",
13225 "rpc",
13226 "schemars",
13227 "serde",
13228 "settings",
13229 "smallvec",
13230 "story",
13231 "telemetry",
13232 "theme",
13233 "tree-sitter-md",
13234 "ui",
13235 "util",
13236 "windows 0.58.0",
13237 "workspace",
13238 "zed_actions",
13239]
13240
13241[[package]]
13242name = "tokio"
13243version = "1.42.0"
13244source = "registry+https://github.com/rust-lang/crates.io-index"
13245checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
13246dependencies = [
13247 "backtrace",
13248 "bytes 1.9.0",
13249 "libc",
13250 "mio 1.0.3",
13251 "parking_lot",
13252 "pin-project-lite",
13253 "signal-hook-registry",
13254 "socket2",
13255 "tokio-macros",
13256 "windows-sys 0.52.0",
13257]
13258
13259[[package]]
13260name = "tokio-io"
13261version = "0.1.13"
13262source = "registry+https://github.com/rust-lang/crates.io-index"
13263checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13264dependencies = [
13265 "bytes 0.4.12",
13266 "futures 0.1.31",
13267 "log",
13268]
13269
13270[[package]]
13271name = "tokio-macros"
13272version = "2.4.0"
13273source = "registry+https://github.com/rust-lang/crates.io-index"
13274checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
13275dependencies = [
13276 "proc-macro2",
13277 "quote",
13278 "syn 2.0.90",
13279]
13280
13281[[package]]
13282name = "tokio-native-tls"
13283version = "0.3.1"
13284source = "registry+https://github.com/rust-lang/crates.io-index"
13285checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13286dependencies = [
13287 "native-tls",
13288 "tokio",
13289]
13290
13291[[package]]
13292name = "tokio-rustls"
13293version = "0.24.1"
13294source = "registry+https://github.com/rust-lang/crates.io-index"
13295checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13296dependencies = [
13297 "rustls 0.21.12",
13298 "tokio",
13299]
13300
13301[[package]]
13302name = "tokio-rustls"
13303version = "0.26.1"
13304source = "registry+https://github.com/rust-lang/crates.io-index"
13305checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13306dependencies = [
13307 "rustls 0.23.20",
13308 "tokio",
13309]
13310
13311[[package]]
13312name = "tokio-socks"
13313version = "0.5.2"
13314source = "registry+https://github.com/rust-lang/crates.io-index"
13315checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13316dependencies = [
13317 "either",
13318 "futures-io",
13319 "futures-util",
13320 "thiserror 1.0.69",
13321 "tokio",
13322]
13323
13324[[package]]
13325name = "tokio-stream"
13326version = "0.1.17"
13327source = "registry+https://github.com/rust-lang/crates.io-index"
13328checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13329dependencies = [
13330 "futures-core",
13331 "pin-project-lite",
13332 "tokio",
13333]
13334
13335[[package]]
13336name = "tokio-tungstenite"
13337version = "0.20.1"
13338source = "registry+https://github.com/rust-lang/crates.io-index"
13339checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13340dependencies = [
13341 "futures-util",
13342 "log",
13343 "rustls 0.21.12",
13344 "rustls-native-certs 0.6.3",
13345 "tokio",
13346 "tokio-rustls 0.24.1",
13347 "tungstenite 0.20.1",
13348]
13349
13350[[package]]
13351name = "tokio-tungstenite"
13352version = "0.21.0"
13353source = "registry+https://github.com/rust-lang/crates.io-index"
13354checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13355dependencies = [
13356 "futures-util",
13357 "log",
13358 "tokio",
13359 "tungstenite 0.21.0",
13360]
13361
13362[[package]]
13363name = "tokio-util"
13364version = "0.7.13"
13365source = "registry+https://github.com/rust-lang/crates.io-index"
13366checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13367dependencies = [
13368 "bytes 1.9.0",
13369 "futures-core",
13370 "futures-io",
13371 "futures-sink",
13372 "pin-project-lite",
13373 "tokio",
13374]
13375
13376[[package]]
13377name = "toml"
13378version = "0.5.11"
13379source = "registry+https://github.com/rust-lang/crates.io-index"
13380checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13381dependencies = [
13382 "serde",
13383]
13384
13385[[package]]
13386name = "toml"
13387version = "0.8.19"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13390dependencies = [
13391 "serde",
13392 "serde_spanned",
13393 "toml_datetime",
13394 "toml_edit",
13395]
13396
13397[[package]]
13398name = "toml_datetime"
13399version = "0.6.8"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13402dependencies = [
13403 "serde",
13404]
13405
13406[[package]]
13407name = "toml_edit"
13408version = "0.22.22"
13409source = "registry+https://github.com/rust-lang/crates.io-index"
13410checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13411dependencies = [
13412 "indexmap",
13413 "serde",
13414 "serde_spanned",
13415 "toml_datetime",
13416 "winnow",
13417]
13418
13419[[package]]
13420name = "toolchain_selector"
13421version = "0.1.0"
13422dependencies = [
13423 "editor",
13424 "fuzzy",
13425 "gpui",
13426 "language",
13427 "picker",
13428 "project",
13429 "ui",
13430 "util",
13431 "workspace",
13432]
13433
13434[[package]]
13435name = "topological-sort"
13436version = "0.2.2"
13437source = "registry+https://github.com/rust-lang/crates.io-index"
13438checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13439
13440[[package]]
13441name = "tower"
13442version = "0.4.13"
13443source = "registry+https://github.com/rust-lang/crates.io-index"
13444checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13445dependencies = [
13446 "futures-core",
13447 "futures-util",
13448 "pin-project",
13449 "pin-project-lite",
13450 "tokio",
13451 "tower-layer",
13452 "tower-service",
13453 "tracing",
13454]
13455
13456[[package]]
13457name = "tower-http"
13458version = "0.3.5"
13459source = "registry+https://github.com/rust-lang/crates.io-index"
13460checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13461dependencies = [
13462 "bitflags 1.3.2",
13463 "bytes 1.9.0",
13464 "futures-core",
13465 "futures-util",
13466 "http 0.2.12",
13467 "http-body 0.4.6",
13468 "http-range-header",
13469 "pin-project-lite",
13470 "tower-layer",
13471 "tower-service",
13472]
13473
13474[[package]]
13475name = "tower-http"
13476version = "0.4.4"
13477source = "registry+https://github.com/rust-lang/crates.io-index"
13478checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13479dependencies = [
13480 "bitflags 2.6.0",
13481 "bytes 1.9.0",
13482 "futures-core",
13483 "futures-util",
13484 "http 0.2.12",
13485 "http-body 0.4.6",
13486 "http-range-header",
13487 "pin-project-lite",
13488 "tower-layer",
13489 "tower-service",
13490 "tracing",
13491]
13492
13493[[package]]
13494name = "tower-layer"
13495version = "0.3.3"
13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13498
13499[[package]]
13500name = "tower-service"
13501version = "0.3.3"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13504
13505[[package]]
13506name = "tracing"
13507version = "0.1.41"
13508source = "registry+https://github.com/rust-lang/crates.io-index"
13509checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13510dependencies = [
13511 "log",
13512 "pin-project-lite",
13513 "tracing-attributes",
13514 "tracing-core",
13515]
13516
13517[[package]]
13518name = "tracing-attributes"
13519version = "0.1.28"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13522dependencies = [
13523 "proc-macro2",
13524 "quote",
13525 "syn 2.0.90",
13526]
13527
13528[[package]]
13529name = "tracing-core"
13530version = "0.1.33"
13531source = "registry+https://github.com/rust-lang/crates.io-index"
13532checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13533dependencies = [
13534 "once_cell",
13535 "valuable",
13536]
13537
13538[[package]]
13539name = "tracing-log"
13540version = "0.2.0"
13541source = "registry+https://github.com/rust-lang/crates.io-index"
13542checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13543dependencies = [
13544 "log",
13545 "once_cell",
13546 "tracing-core",
13547]
13548
13549[[package]]
13550name = "tracing-serde"
13551version = "0.2.0"
13552source = "registry+https://github.com/rust-lang/crates.io-index"
13553checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13554dependencies = [
13555 "serde",
13556 "tracing-core",
13557]
13558
13559[[package]]
13560name = "tracing-subscriber"
13561version = "0.3.19"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13564dependencies = [
13565 "matchers",
13566 "nu-ansi-term",
13567 "once_cell",
13568 "regex",
13569 "serde",
13570 "serde_json",
13571 "sharded-slab",
13572 "smallvec",
13573 "thread_local",
13574 "tracing",
13575 "tracing-core",
13576 "tracing-log",
13577 "tracing-serde",
13578]
13579
13580[[package]]
13581name = "tree-sitter"
13582version = "0.23.2"
13583source = "registry+https://github.com/rust-lang/crates.io-index"
13584checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13585dependencies = [
13586 "cc",
13587 "regex",
13588 "regex-syntax 0.8.5",
13589 "tree-sitter-language",
13590 "wasmtime-c-api-impl",
13591]
13592
13593[[package]]
13594name = "tree-sitter-bash"
13595version = "0.23.3"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13598dependencies = [
13599 "cc",
13600 "tree-sitter-language",
13601]
13602
13603[[package]]
13604name = "tree-sitter-c"
13605version = "0.23.4"
13606source = "registry+https://github.com/rust-lang/crates.io-index"
13607checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13608dependencies = [
13609 "cc",
13610 "tree-sitter-language",
13611]
13612
13613[[package]]
13614name = "tree-sitter-cpp"
13615version = "0.23.4"
13616source = "registry+https://github.com/rust-lang/crates.io-index"
13617checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13618dependencies = [
13619 "cc",
13620 "tree-sitter-language",
13621]
13622
13623[[package]]
13624name = "tree-sitter-css"
13625version = "0.23.1"
13626source = "registry+https://github.com/rust-lang/crates.io-index"
13627checksum = "25435a275adb3226b6fddab891bbc50d1a500774a44ceb97022a39666ccda75d"
13628dependencies = [
13629 "cc",
13630 "tree-sitter-language",
13631]
13632
13633[[package]]
13634name = "tree-sitter-diff"
13635version = "0.1.0"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13638dependencies = [
13639 "cc",
13640 "tree-sitter-language",
13641]
13642
13643[[package]]
13644name = "tree-sitter-elixir"
13645version = "0.3.3"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13648dependencies = [
13649 "cc",
13650 "tree-sitter-language",
13651]
13652
13653[[package]]
13654name = "tree-sitter-embedded-template"
13655version = "0.23.2"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13658dependencies = [
13659 "cc",
13660 "tree-sitter-language",
13661]
13662
13663[[package]]
13664name = "tree-sitter-go"
13665version = "0.23.4"
13666source = "registry+https://github.com/rust-lang/crates.io-index"
13667checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13668dependencies = [
13669 "cc",
13670 "tree-sitter-language",
13671]
13672
13673[[package]]
13674name = "tree-sitter-gomod"
13675version = "1.1.1"
13676source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
13677dependencies = [
13678 "cc",
13679 "tree-sitter-language",
13680]
13681
13682[[package]]
13683name = "tree-sitter-gowork"
13684version = "0.0.1"
13685source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13686dependencies = [
13687 "cc",
13688 "tree-sitter-language",
13689]
13690
13691[[package]]
13692name = "tree-sitter-heex"
13693version = "0.0.1"
13694source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13695dependencies = [
13696 "cc",
13697 "tree-sitter-language",
13698]
13699
13700[[package]]
13701name = "tree-sitter-html"
13702version = "0.20.4"
13703source = "registry+https://github.com/rust-lang/crates.io-index"
13704checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13705dependencies = [
13706 "cc",
13707 "tree-sitter",
13708]
13709
13710[[package]]
13711name = "tree-sitter-jsdoc"
13712version = "0.23.2"
13713source = "registry+https://github.com/rust-lang/crates.io-index"
13714checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13715dependencies = [
13716 "cc",
13717 "tree-sitter-language",
13718]
13719
13720[[package]]
13721name = "tree-sitter-json"
13722version = "0.24.8"
13723source = "registry+https://github.com/rust-lang/crates.io-index"
13724checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13725dependencies = [
13726 "cc",
13727 "tree-sitter-language",
13728]
13729
13730[[package]]
13731name = "tree-sitter-language"
13732version = "0.1.3"
13733source = "registry+https://github.com/rust-lang/crates.io-index"
13734checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13735
13736[[package]]
13737name = "tree-sitter-md"
13738version = "0.3.2"
13739source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13740dependencies = [
13741 "cc",
13742 "tree-sitter-language",
13743]
13744
13745[[package]]
13746name = "tree-sitter-python"
13747version = "0.23.6"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13750dependencies = [
13751 "cc",
13752 "tree-sitter-language",
13753]
13754
13755[[package]]
13756name = "tree-sitter-regex"
13757version = "0.23.0"
13758source = "registry+https://github.com/rust-lang/crates.io-index"
13759checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13760dependencies = [
13761 "cc",
13762 "tree-sitter-language",
13763]
13764
13765[[package]]
13766name = "tree-sitter-ruby"
13767version = "0.23.1"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13770dependencies = [
13771 "cc",
13772 "tree-sitter-language",
13773]
13774
13775[[package]]
13776name = "tree-sitter-rust"
13777version = "0.23.2"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13780dependencies = [
13781 "cc",
13782 "tree-sitter-language",
13783]
13784
13785[[package]]
13786name = "tree-sitter-typescript"
13787version = "0.23.2"
13788source = "registry+https://github.com/rust-lang/crates.io-index"
13789checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13790dependencies = [
13791 "cc",
13792 "tree-sitter-language",
13793]
13794
13795[[package]]
13796name = "tree-sitter-yaml"
13797version = "0.6.1"
13798source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13799dependencies = [
13800 "cc",
13801 "tree-sitter-language",
13802]
13803
13804[[package]]
13805name = "try-lock"
13806version = "0.2.5"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13809
13810[[package]]
13811name = "ttf-parser"
13812version = "0.21.1"
13813source = "registry+https://github.com/rust-lang/crates.io-index"
13814checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13815
13816[[package]]
13817name = "tungstenite"
13818version = "0.20.1"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13821dependencies = [
13822 "byteorder",
13823 "bytes 1.9.0",
13824 "data-encoding",
13825 "http 0.2.12",
13826 "httparse",
13827 "log",
13828 "rand 0.8.5",
13829 "rustls 0.21.12",
13830 "sha1",
13831 "thiserror 1.0.69",
13832 "url",
13833 "utf-8",
13834]
13835
13836[[package]]
13837name = "tungstenite"
13838version = "0.21.0"
13839source = "registry+https://github.com/rust-lang/crates.io-index"
13840checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13841dependencies = [
13842 "byteorder",
13843 "bytes 1.9.0",
13844 "data-encoding",
13845 "http 1.2.0",
13846 "httparse",
13847 "log",
13848 "native-tls",
13849 "rand 0.8.5",
13850 "sha1",
13851 "thiserror 1.0.69",
13852 "url",
13853 "utf-8",
13854]
13855
13856[[package]]
13857name = "tungstenite"
13858version = "0.24.0"
13859source = "registry+https://github.com/rust-lang/crates.io-index"
13860checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13861dependencies = [
13862 "byteorder",
13863 "bytes 1.9.0",
13864 "data-encoding",
13865 "http 1.2.0",
13866 "httparse",
13867 "log",
13868 "rand 0.8.5",
13869 "sha1",
13870 "thiserror 1.0.69",
13871 "utf-8",
13872]
13873
13874[[package]]
13875name = "typeid"
13876version = "1.0.2"
13877source = "registry+https://github.com/rust-lang/crates.io-index"
13878checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13879
13880[[package]]
13881name = "typenum"
13882version = "1.17.0"
13883source = "registry+https://github.com/rust-lang/crates.io-index"
13884checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13885
13886[[package]]
13887name = "ucd-trie"
13888version = "0.1.7"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
13891
13892[[package]]
13893name = "uds_windows"
13894version = "1.1.0"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13897dependencies = [
13898 "memoffset",
13899 "tempfile",
13900 "winapi",
13901]
13902
13903[[package]]
13904name = "ui"
13905version = "0.1.0"
13906dependencies = [
13907 "chrono",
13908 "gpui",
13909 "itertools 0.14.0",
13910 "menu",
13911 "serde",
13912 "settings",
13913 "smallvec",
13914 "story",
13915 "strum",
13916 "theme",
13917 "ui_macros",
13918 "windows 0.58.0",
13919]
13920
13921[[package]]
13922name = "ui_input"
13923version = "0.1.0"
13924dependencies = [
13925 "editor",
13926 "gpui",
13927 "settings",
13928 "theme",
13929 "ui",
13930]
13931
13932[[package]]
13933name = "ui_macros"
13934version = "0.1.0"
13935dependencies = [
13936 "convert_case 0.6.0",
13937 "proc-macro2",
13938 "quote",
13939 "syn 1.0.109",
13940]
13941
13942[[package]]
13943name = "unicase"
13944version = "2.8.1"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
13947
13948[[package]]
13949name = "unicode-bidi"
13950version = "0.3.17"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
13953
13954[[package]]
13955name = "unicode-bidi-mirroring"
13956version = "0.2.0"
13957source = "registry+https://github.com/rust-lang/crates.io-index"
13958checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13959
13960[[package]]
13961name = "unicode-ccc"
13962version = "0.2.0"
13963source = "registry+https://github.com/rust-lang/crates.io-index"
13964checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13965
13966[[package]]
13967name = "unicode-ident"
13968version = "1.0.14"
13969source = "registry+https://github.com/rust-lang/crates.io-index"
13970checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
13971
13972[[package]]
13973name = "unicode-linebreak"
13974version = "0.1.5"
13975source = "registry+https://github.com/rust-lang/crates.io-index"
13976checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13977
13978[[package]]
13979name = "unicode-normalization"
13980version = "0.1.24"
13981source = "registry+https://github.com/rust-lang/crates.io-index"
13982checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
13983dependencies = [
13984 "tinyvec",
13985]
13986
13987[[package]]
13988name = "unicode-properties"
13989version = "0.1.3"
13990source = "registry+https://github.com/rust-lang/crates.io-index"
13991checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
13992
13993[[package]]
13994name = "unicode-script"
13995version = "0.5.7"
13996source = "registry+https://github.com/rust-lang/crates.io-index"
13997checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
13998
13999[[package]]
14000name = "unicode-segmentation"
14001version = "1.12.0"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14004
14005[[package]]
14006name = "unicode-width"
14007version = "0.1.14"
14008source = "registry+https://github.com/rust-lang/crates.io-index"
14009checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14010
14011[[package]]
14012name = "unicode-xid"
14013version = "0.2.6"
14014source = "registry+https://github.com/rust-lang/crates.io-index"
14015checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14016
14017[[package]]
14018name = "unicode_categories"
14019version = "0.1.1"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14022
14023[[package]]
14024name = "unindent"
14025version = "0.1.11"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14028
14029[[package]]
14030name = "untrusted"
14031version = "0.9.0"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14034
14035[[package]]
14036name = "url"
14037version = "2.5.4"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14040dependencies = [
14041 "form_urlencoded",
14042 "idna",
14043 "percent-encoding",
14044 "serde",
14045]
14046
14047[[package]]
14048name = "urlencoding"
14049version = "2.1.3"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14052
14053[[package]]
14054name = "usvg"
14055version = "0.44.0"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14058dependencies = [
14059 "base64 0.22.1",
14060 "data-url",
14061 "flate2",
14062 "imagesize",
14063 "kurbo",
14064 "log",
14065 "pico-args",
14066 "roxmltree",
14067 "simplecss",
14068 "siphasher 1.0.1",
14069 "strict-num",
14070 "svgtypes",
14071 "tiny-skia-path",
14072 "xmlwriter",
14073]
14074
14075[[package]]
14076name = "utf-8"
14077version = "0.7.6"
14078source = "registry+https://github.com/rust-lang/crates.io-index"
14079checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14080
14081[[package]]
14082name = "utf16_iter"
14083version = "1.0.5"
14084source = "registry+https://github.com/rust-lang/crates.io-index"
14085checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14086
14087[[package]]
14088name = "utf8_iter"
14089version = "1.0.4"
14090source = "registry+https://github.com/rust-lang/crates.io-index"
14091checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14092
14093[[package]]
14094name = "utf8parse"
14095version = "0.2.2"
14096source = "registry+https://github.com/rust-lang/crates.io-index"
14097checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14098
14099[[package]]
14100name = "util"
14101version = "0.1.0"
14102dependencies = [
14103 "anyhow",
14104 "async-fs",
14105 "collections",
14106 "dirs 4.0.0",
14107 "dunce",
14108 "futures 0.3.31",
14109 "futures-lite 1.13.0",
14110 "git2",
14111 "globset",
14112 "itertools 0.14.0",
14113 "libc",
14114 "log",
14115 "rand 0.8.5",
14116 "regex",
14117 "rust-embed",
14118 "serde",
14119 "serde_json",
14120 "smol",
14121 "take-until",
14122 "tempfile",
14123 "tendril",
14124 "unicase",
14125]
14126
14127[[package]]
14128name = "uuid"
14129version = "1.11.0"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14132dependencies = [
14133 "getrandom 0.2.15",
14134 "serde",
14135 "sha1_smol",
14136]
14137
14138[[package]]
14139name = "v_frame"
14140version = "0.3.8"
14141source = "registry+https://github.com/rust-lang/crates.io-index"
14142checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14143dependencies = [
14144 "aligned-vec",
14145 "num-traits",
14146 "wasm-bindgen",
14147]
14148
14149[[package]]
14150name = "valuable"
14151version = "0.1.0"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14154
14155[[package]]
14156name = "value-bag"
14157version = "1.10.0"
14158source = "registry+https://github.com/rust-lang/crates.io-index"
14159checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14160dependencies = [
14161 "value-bag-serde1",
14162 "value-bag-sval2",
14163]
14164
14165[[package]]
14166name = "value-bag-serde1"
14167version = "1.10.0"
14168source = "registry+https://github.com/rust-lang/crates.io-index"
14169checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14170dependencies = [
14171 "erased-serde",
14172 "serde",
14173 "serde_fmt",
14174]
14175
14176[[package]]
14177name = "value-bag-sval2"
14178version = "1.10.0"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14181dependencies = [
14182 "sval",
14183 "sval_buffer",
14184 "sval_dynamic",
14185 "sval_fmt",
14186 "sval_json",
14187 "sval_ref",
14188 "sval_serde",
14189]
14190
14191[[package]]
14192name = "vcpkg"
14193version = "0.2.15"
14194source = "registry+https://github.com/rust-lang/crates.io-index"
14195checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14196
14197[[package]]
14198name = "vcs_menu"
14199version = "0.1.0"
14200dependencies = [
14201 "anyhow",
14202 "fuzzy",
14203 "git",
14204 "gpui",
14205 "picker",
14206 "project",
14207 "ui",
14208 "util",
14209 "workspace",
14210 "zed_actions",
14211]
14212
14213[[package]]
14214name = "version-compare"
14215version = "0.2.0"
14216source = "registry+https://github.com/rust-lang/crates.io-index"
14217checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14218
14219[[package]]
14220name = "version_check"
14221version = "0.9.5"
14222source = "registry+https://github.com/rust-lang/crates.io-index"
14223checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14224
14225[[package]]
14226name = "vim"
14227version = "0.1.0"
14228dependencies = [
14229 "anyhow",
14230 "async-compat",
14231 "async-trait",
14232 "collections",
14233 "command_palette",
14234 "command_palette_hooks",
14235 "editor",
14236 "futures 0.3.31",
14237 "gpui",
14238 "indoc",
14239 "itertools 0.14.0",
14240 "language",
14241 "log",
14242 "lsp",
14243 "multi_buffer",
14244 "nvim-rs",
14245 "parking_lot",
14246 "regex",
14247 "release_channel",
14248 "schemars",
14249 "search",
14250 "serde",
14251 "serde_derive",
14252 "serde_json",
14253 "settings",
14254 "theme",
14255 "tokio",
14256 "ui",
14257 "util",
14258 "vim_mode_setting",
14259 "workspace",
14260 "zed_actions",
14261]
14262
14263[[package]]
14264name = "vim_mode_setting"
14265version = "0.1.0"
14266dependencies = [
14267 "anyhow",
14268 "gpui",
14269 "settings",
14270]
14271
14272[[package]]
14273name = "vscode_theme"
14274version = "0.2.0"
14275source = "registry+https://github.com/rust-lang/crates.io-index"
14276checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14277dependencies = [
14278 "serde",
14279]
14280
14281[[package]]
14282name = "vsimd"
14283version = "0.8.0"
14284source = "registry+https://github.com/rust-lang/crates.io-index"
14285checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14286
14287[[package]]
14288name = "vswhom"
14289version = "0.1.0"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14292dependencies = [
14293 "libc",
14294 "vswhom-sys",
14295]
14296
14297[[package]]
14298name = "vswhom-sys"
14299version = "0.1.2"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14302dependencies = [
14303 "cc",
14304 "libc",
14305]
14306
14307[[package]]
14308name = "vte"
14309version = "0.13.0"
14310source = "registry+https://github.com/rust-lang/crates.io-index"
14311checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
14312dependencies = [
14313 "bitflags 2.6.0",
14314 "cursor-icon",
14315 "log",
14316 "serde",
14317 "utf8parse",
14318 "vte_generate_state_changes",
14319]
14320
14321[[package]]
14322name = "vte_generate_state_changes"
14323version = "0.1.2"
14324source = "registry+https://github.com/rust-lang/crates.io-index"
14325checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
14326dependencies = [
14327 "proc-macro2",
14328 "quote",
14329]
14330
14331[[package]]
14332name = "waker-fn"
14333version = "1.2.0"
14334source = "registry+https://github.com/rust-lang/crates.io-index"
14335checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14336
14337[[package]]
14338name = "walkdir"
14339version = "2.5.0"
14340source = "registry+https://github.com/rust-lang/crates.io-index"
14341checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14342dependencies = [
14343 "same-file",
14344 "winapi-util",
14345]
14346
14347[[package]]
14348name = "want"
14349version = "0.3.1"
14350source = "registry+https://github.com/rust-lang/crates.io-index"
14351checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14352dependencies = [
14353 "try-lock",
14354]
14355
14356[[package]]
14357name = "warp"
14358version = "0.3.7"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14361dependencies = [
14362 "bytes 1.9.0",
14363 "futures-channel",
14364 "futures-util",
14365 "headers",
14366 "http 0.2.12",
14367 "hyper 0.14.32",
14368 "log",
14369 "mime",
14370 "mime_guess",
14371 "percent-encoding",
14372 "pin-project",
14373 "scoped-tls",
14374 "serde",
14375 "serde_json",
14376 "serde_urlencoded",
14377 "tokio",
14378 "tokio-tungstenite 0.21.0",
14379 "tokio-util",
14380 "tower-service",
14381 "tracing",
14382]
14383
14384[[package]]
14385name = "wasi"
14386version = "0.9.0+wasi-snapshot-preview1"
14387source = "registry+https://github.com/rust-lang/crates.io-index"
14388checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14389
14390[[package]]
14391name = "wasi"
14392version = "0.11.0+wasi-snapshot-preview1"
14393source = "registry+https://github.com/rust-lang/crates.io-index"
14394checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14395
14396[[package]]
14397name = "wasite"
14398version = "0.1.0"
14399source = "registry+https://github.com/rust-lang/crates.io-index"
14400checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14401
14402[[package]]
14403name = "wasm-bindgen"
14404version = "0.2.99"
14405source = "registry+https://github.com/rust-lang/crates.io-index"
14406checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14407dependencies = [
14408 "cfg-if",
14409 "once_cell",
14410 "wasm-bindgen-macro",
14411]
14412
14413[[package]]
14414name = "wasm-bindgen-backend"
14415version = "0.2.99"
14416source = "registry+https://github.com/rust-lang/crates.io-index"
14417checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14418dependencies = [
14419 "bumpalo",
14420 "log",
14421 "proc-macro2",
14422 "quote",
14423 "syn 2.0.90",
14424 "wasm-bindgen-shared",
14425]
14426
14427[[package]]
14428name = "wasm-bindgen-futures"
14429version = "0.4.49"
14430source = "registry+https://github.com/rust-lang/crates.io-index"
14431checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14432dependencies = [
14433 "cfg-if",
14434 "js-sys",
14435 "once_cell",
14436 "wasm-bindgen",
14437 "web-sys",
14438]
14439
14440[[package]]
14441name = "wasm-bindgen-macro"
14442version = "0.2.99"
14443source = "registry+https://github.com/rust-lang/crates.io-index"
14444checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14445dependencies = [
14446 "quote",
14447 "wasm-bindgen-macro-support",
14448]
14449
14450[[package]]
14451name = "wasm-bindgen-macro-support"
14452version = "0.2.99"
14453source = "registry+https://github.com/rust-lang/crates.io-index"
14454checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14455dependencies = [
14456 "proc-macro2",
14457 "quote",
14458 "syn 2.0.90",
14459 "wasm-bindgen-backend",
14460 "wasm-bindgen-shared",
14461]
14462
14463[[package]]
14464name = "wasm-bindgen-shared"
14465version = "0.2.99"
14466source = "registry+https://github.com/rust-lang/crates.io-index"
14467checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14468
14469[[package]]
14470name = "wasm-encoder"
14471version = "0.201.0"
14472source = "registry+https://github.com/rust-lang/crates.io-index"
14473checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14474dependencies = [
14475 "leb128",
14476]
14477
14478[[package]]
14479name = "wasm-encoder"
14480version = "0.215.0"
14481source = "registry+https://github.com/rust-lang/crates.io-index"
14482checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14483dependencies = [
14484 "leb128",
14485]
14486
14487[[package]]
14488name = "wasm-metadata"
14489version = "0.201.0"
14490source = "registry+https://github.com/rust-lang/crates.io-index"
14491checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14492dependencies = [
14493 "anyhow",
14494 "indexmap",
14495 "serde",
14496 "serde_derive",
14497 "serde_json",
14498 "spdx",
14499 "wasm-encoder 0.201.0",
14500 "wasmparser 0.201.0",
14501]
14502
14503[[package]]
14504name = "wasm-streams"
14505version = "0.4.2"
14506source = "registry+https://github.com/rust-lang/crates.io-index"
14507checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14508dependencies = [
14509 "futures-util",
14510 "js-sys",
14511 "wasm-bindgen",
14512 "wasm-bindgen-futures",
14513 "web-sys",
14514]
14515
14516[[package]]
14517name = "wasmparser"
14518version = "0.201.0"
14519source = "registry+https://github.com/rust-lang/crates.io-index"
14520checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14521dependencies = [
14522 "bitflags 2.6.0",
14523 "indexmap",
14524 "semver",
14525]
14526
14527[[package]]
14528name = "wasmparser"
14529version = "0.215.0"
14530source = "registry+https://github.com/rust-lang/crates.io-index"
14531checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14532dependencies = [
14533 "ahash 0.8.11",
14534 "bitflags 2.6.0",
14535 "hashbrown 0.14.5",
14536 "indexmap",
14537 "semver",
14538 "serde",
14539]
14540
14541[[package]]
14542name = "wasmprinter"
14543version = "0.215.0"
14544source = "registry+https://github.com/rust-lang/crates.io-index"
14545checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14546dependencies = [
14547 "anyhow",
14548 "termcolor",
14549 "wasmparser 0.215.0",
14550]
14551
14552[[package]]
14553name = "wasmtime"
14554version = "24.0.2"
14555source = "registry+https://github.com/rust-lang/crates.io-index"
14556checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14557dependencies = [
14558 "anyhow",
14559 "async-trait",
14560 "bitflags 2.6.0",
14561 "bumpalo",
14562 "cc",
14563 "cfg-if",
14564 "encoding_rs",
14565 "hashbrown 0.14.5",
14566 "indexmap",
14567 "libc",
14568 "libm",
14569 "log",
14570 "mach2",
14571 "memfd",
14572 "object",
14573 "once_cell",
14574 "paste",
14575 "postcard",
14576 "psm",
14577 "rustix",
14578 "semver",
14579 "serde",
14580 "serde_derive",
14581 "smallvec",
14582 "sptr",
14583 "target-lexicon",
14584 "wasmparser 0.215.0",
14585 "wasmtime-asm-macros",
14586 "wasmtime-component-macro",
14587 "wasmtime-component-util",
14588 "wasmtime-cranelift",
14589 "wasmtime-environ",
14590 "wasmtime-fiber",
14591 "wasmtime-jit-icache-coherence",
14592 "wasmtime-slab",
14593 "wasmtime-versioned-export-macros",
14594 "wasmtime-winch",
14595 "windows-sys 0.52.0",
14596]
14597
14598[[package]]
14599name = "wasmtime-asm-macros"
14600version = "24.0.2"
14601source = "registry+https://github.com/rust-lang/crates.io-index"
14602checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14603dependencies = [
14604 "cfg-if",
14605]
14606
14607[[package]]
14608name = "wasmtime-c-api-impl"
14609version = "24.0.2"
14610source = "registry+https://github.com/rust-lang/crates.io-index"
14611checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14612dependencies = [
14613 "anyhow",
14614 "log",
14615 "once_cell",
14616 "tracing",
14617 "wasmtime",
14618 "wasmtime-c-api-macros",
14619]
14620
14621[[package]]
14622name = "wasmtime-c-api-macros"
14623version = "24.0.2"
14624source = "registry+https://github.com/rust-lang/crates.io-index"
14625checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14626dependencies = [
14627 "proc-macro2",
14628 "quote",
14629]
14630
14631[[package]]
14632name = "wasmtime-component-macro"
14633version = "24.0.2"
14634source = "registry+https://github.com/rust-lang/crates.io-index"
14635checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14636dependencies = [
14637 "anyhow",
14638 "proc-macro2",
14639 "quote",
14640 "syn 2.0.90",
14641 "wasmtime-component-util",
14642 "wasmtime-wit-bindgen",
14643 "wit-parser 0.215.0",
14644]
14645
14646[[package]]
14647name = "wasmtime-component-util"
14648version = "24.0.2"
14649source = "registry+https://github.com/rust-lang/crates.io-index"
14650checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14651
14652[[package]]
14653name = "wasmtime-cranelift"
14654version = "24.0.2"
14655source = "registry+https://github.com/rust-lang/crates.io-index"
14656checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14657dependencies = [
14658 "anyhow",
14659 "cfg-if",
14660 "cranelift-codegen",
14661 "cranelift-control",
14662 "cranelift-entity",
14663 "cranelift-frontend",
14664 "cranelift-native",
14665 "cranelift-wasm",
14666 "gimli 0.29.0",
14667 "log",
14668 "object",
14669 "target-lexicon",
14670 "thiserror 1.0.69",
14671 "wasmparser 0.215.0",
14672 "wasmtime-environ",
14673 "wasmtime-versioned-export-macros",
14674]
14675
14676[[package]]
14677name = "wasmtime-environ"
14678version = "24.0.2"
14679source = "registry+https://github.com/rust-lang/crates.io-index"
14680checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14681dependencies = [
14682 "anyhow",
14683 "cpp_demangle",
14684 "cranelift-bitset",
14685 "cranelift-entity",
14686 "gimli 0.29.0",
14687 "indexmap",
14688 "log",
14689 "object",
14690 "postcard",
14691 "rustc-demangle",
14692 "semver",
14693 "serde",
14694 "serde_derive",
14695 "target-lexicon",
14696 "wasm-encoder 0.215.0",
14697 "wasmparser 0.215.0",
14698 "wasmprinter",
14699 "wasmtime-component-util",
14700 "wasmtime-types",
14701]
14702
14703[[package]]
14704name = "wasmtime-fiber"
14705version = "24.0.2"
14706source = "registry+https://github.com/rust-lang/crates.io-index"
14707checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14708dependencies = [
14709 "anyhow",
14710 "cc",
14711 "cfg-if",
14712 "rustix",
14713 "wasmtime-asm-macros",
14714 "wasmtime-versioned-export-macros",
14715 "windows-sys 0.52.0",
14716]
14717
14718[[package]]
14719name = "wasmtime-jit-icache-coherence"
14720version = "24.0.2"
14721source = "registry+https://github.com/rust-lang/crates.io-index"
14722checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14723dependencies = [
14724 "anyhow",
14725 "cfg-if",
14726 "libc",
14727 "windows-sys 0.52.0",
14728]
14729
14730[[package]]
14731name = "wasmtime-slab"
14732version = "24.0.2"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14735
14736[[package]]
14737name = "wasmtime-types"
14738version = "24.0.2"
14739source = "registry+https://github.com/rust-lang/crates.io-index"
14740checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14741dependencies = [
14742 "anyhow",
14743 "cranelift-entity",
14744 "serde",
14745 "serde_derive",
14746 "smallvec",
14747 "wasmparser 0.215.0",
14748]
14749
14750[[package]]
14751name = "wasmtime-versioned-export-macros"
14752version = "24.0.2"
14753source = "registry+https://github.com/rust-lang/crates.io-index"
14754checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14755dependencies = [
14756 "proc-macro2",
14757 "quote",
14758 "syn 2.0.90",
14759]
14760
14761[[package]]
14762name = "wasmtime-wasi"
14763version = "24.0.2"
14764source = "registry+https://github.com/rust-lang/crates.io-index"
14765checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14766dependencies = [
14767 "anyhow",
14768 "async-trait",
14769 "bitflags 2.6.0",
14770 "bytes 1.9.0",
14771 "cap-fs-ext",
14772 "cap-net-ext",
14773 "cap-rand",
14774 "cap-std",
14775 "cap-time-ext",
14776 "fs-set-times",
14777 "futures 0.3.31",
14778 "io-extras",
14779 "io-lifetimes",
14780 "once_cell",
14781 "rustix",
14782 "system-interface",
14783 "thiserror 1.0.69",
14784 "tokio",
14785 "tracing",
14786 "url",
14787 "wasmtime",
14788 "wiggle",
14789 "windows-sys 0.52.0",
14790]
14791
14792[[package]]
14793name = "wasmtime-winch"
14794version = "24.0.2"
14795source = "registry+https://github.com/rust-lang/crates.io-index"
14796checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14797dependencies = [
14798 "anyhow",
14799 "cranelift-codegen",
14800 "gimli 0.29.0",
14801 "object",
14802 "target-lexicon",
14803 "wasmparser 0.215.0",
14804 "wasmtime-cranelift",
14805 "wasmtime-environ",
14806 "winch-codegen",
14807]
14808
14809[[package]]
14810name = "wasmtime-wit-bindgen"
14811version = "24.0.2"
14812source = "registry+https://github.com/rust-lang/crates.io-index"
14813checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14814dependencies = [
14815 "anyhow",
14816 "heck 0.4.1",
14817 "indexmap",
14818 "wit-parser 0.215.0",
14819]
14820
14821[[package]]
14822name = "wast"
14823version = "35.0.2"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14826dependencies = [
14827 "leb128",
14828]
14829
14830[[package]]
14831name = "wayland-backend"
14832version = "0.3.7"
14833source = "registry+https://github.com/rust-lang/crates.io-index"
14834checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
14835dependencies = [
14836 "cc",
14837 "downcast-rs",
14838 "rustix",
14839 "scoped-tls",
14840 "smallvec",
14841 "wayland-sys",
14842]
14843
14844[[package]]
14845name = "wayland-client"
14846version = "0.31.7"
14847source = "registry+https://github.com/rust-lang/crates.io-index"
14848checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
14849dependencies = [
14850 "bitflags 2.6.0",
14851 "rustix",
14852 "wayland-backend",
14853 "wayland-scanner",
14854]
14855
14856[[package]]
14857name = "wayland-cursor"
14858version = "0.31.7"
14859source = "registry+https://github.com/rust-lang/crates.io-index"
14860checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
14861dependencies = [
14862 "rustix",
14863 "wayland-client",
14864 "xcursor",
14865]
14866
14867[[package]]
14868name = "wayland-protocols"
14869version = "0.31.2"
14870source = "registry+https://github.com/rust-lang/crates.io-index"
14871checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14872dependencies = [
14873 "bitflags 2.6.0",
14874 "wayland-backend",
14875 "wayland-client",
14876 "wayland-scanner",
14877]
14878
14879[[package]]
14880name = "wayland-protocols-plasma"
14881version = "0.2.0"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14884dependencies = [
14885 "bitflags 2.6.0",
14886 "wayland-backend",
14887 "wayland-client",
14888 "wayland-protocols",
14889 "wayland-scanner",
14890]
14891
14892[[package]]
14893name = "wayland-scanner"
14894version = "0.31.5"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
14897dependencies = [
14898 "proc-macro2",
14899 "quick-xml 0.36.2",
14900 "quote",
14901]
14902
14903[[package]]
14904name = "wayland-sys"
14905version = "0.31.5"
14906source = "registry+https://github.com/rust-lang/crates.io-index"
14907checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
14908dependencies = [
14909 "dlib",
14910 "log",
14911 "once_cell",
14912 "pkg-config",
14913]
14914
14915[[package]]
14916name = "web-sys"
14917version = "0.3.76"
14918source = "registry+https://github.com/rust-lang/crates.io-index"
14919checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
14920dependencies = [
14921 "js-sys",
14922 "wasm-bindgen",
14923]
14924
14925[[package]]
14926name = "web-time"
14927version = "1.1.0"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
14930dependencies = [
14931 "js-sys",
14932 "wasm-bindgen",
14933]
14934
14935[[package]]
14936name = "webpki"
14937version = "0.22.4"
14938source = "registry+https://github.com/rust-lang/crates.io-index"
14939checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14940dependencies = [
14941 "ring",
14942 "untrusted",
14943]
14944
14945[[package]]
14946name = "webpki-roots"
14947version = "0.22.6"
14948source = "registry+https://github.com/rust-lang/crates.io-index"
14949checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14950dependencies = [
14951 "webpki",
14952]
14953
14954[[package]]
14955name = "webpki-roots"
14956version = "0.26.7"
14957source = "registry+https://github.com/rust-lang/crates.io-index"
14958checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
14959dependencies = [
14960 "rustls-pki-types",
14961]
14962
14963[[package]]
14964name = "webrtc-sys"
14965version = "0.3.5"
14966source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
14967dependencies = [
14968 "cc",
14969 "cxx",
14970 "cxx-build",
14971 "glob",
14972 "log",
14973 "webrtc-sys-build",
14974]
14975
14976[[package]]
14977name = "webrtc-sys-build"
14978version = "0.3.5"
14979source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
14980dependencies = [
14981 "fs2",
14982 "regex",
14983 "reqwest 0.11.27",
14984 "scratch",
14985 "semver",
14986 "zip",
14987]
14988
14989[[package]]
14990name = "weezl"
14991version = "0.1.8"
14992source = "registry+https://github.com/rust-lang/crates.io-index"
14993checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14994
14995[[package]]
14996name = "welcome"
14997version = "0.1.0"
14998dependencies = [
14999 "anyhow",
15000 "client",
15001 "copilot",
15002 "db",
15003 "editor",
15004 "fuzzy",
15005 "gpui",
15006 "install_cli",
15007 "picker",
15008 "project",
15009 "schemars",
15010 "serde",
15011 "settings",
15012 "telemetry",
15013 "ui",
15014 "util",
15015 "vim_mode_setting",
15016 "workspace",
15017 "zed_actions",
15018]
15019
15020[[package]]
15021name = "which"
15022version = "4.4.2"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15025dependencies = [
15026 "either",
15027 "home",
15028 "once_cell",
15029 "rustix",
15030]
15031
15032[[package]]
15033name = "which"
15034version = "6.0.3"
15035source = "registry+https://github.com/rust-lang/crates.io-index"
15036checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15037dependencies = [
15038 "either",
15039 "home",
15040 "rustix",
15041 "winsafe",
15042]
15043
15044[[package]]
15045name = "whoami"
15046version = "1.5.2"
15047source = "registry+https://github.com/rust-lang/crates.io-index"
15048checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15049dependencies = [
15050 "redox_syscall 0.5.8",
15051 "wasite",
15052]
15053
15054[[package]]
15055name = "wiggle"
15056version = "24.0.2"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15059dependencies = [
15060 "anyhow",
15061 "async-trait",
15062 "bitflags 2.6.0",
15063 "thiserror 1.0.69",
15064 "tracing",
15065 "wasmtime",
15066 "wiggle-macro",
15067]
15068
15069[[package]]
15070name = "wiggle-generate"
15071version = "24.0.2"
15072source = "registry+https://github.com/rust-lang/crates.io-index"
15073checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15074dependencies = [
15075 "anyhow",
15076 "heck 0.4.1",
15077 "proc-macro2",
15078 "quote",
15079 "shellexpand 2.1.2",
15080 "syn 2.0.90",
15081 "witx",
15082]
15083
15084[[package]]
15085name = "wiggle-macro"
15086version = "24.0.2"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15089dependencies = [
15090 "proc-macro2",
15091 "quote",
15092 "syn 2.0.90",
15093 "wiggle-generate",
15094]
15095
15096[[package]]
15097name = "winapi"
15098version = "0.3.9"
15099source = "registry+https://github.com/rust-lang/crates.io-index"
15100checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15101dependencies = [
15102 "winapi-i686-pc-windows-gnu",
15103 "winapi-x86_64-pc-windows-gnu",
15104]
15105
15106[[package]]
15107name = "winapi-i686-pc-windows-gnu"
15108version = "0.4.0"
15109source = "registry+https://github.com/rust-lang/crates.io-index"
15110checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15111
15112[[package]]
15113name = "winapi-util"
15114version = "0.1.9"
15115source = "registry+https://github.com/rust-lang/crates.io-index"
15116checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15117dependencies = [
15118 "windows-sys 0.59.0",
15119]
15120
15121[[package]]
15122name = "winapi-x86_64-pc-windows-gnu"
15123version = "0.4.0"
15124source = "registry+https://github.com/rust-lang/crates.io-index"
15125checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15126
15127[[package]]
15128name = "winch-codegen"
15129version = "0.22.2"
15130source = "registry+https://github.com/rust-lang/crates.io-index"
15131checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15132dependencies = [
15133 "anyhow",
15134 "cranelift-codegen",
15135 "gimli 0.29.0",
15136 "regalloc2",
15137 "smallvec",
15138 "target-lexicon",
15139 "wasmparser 0.215.0",
15140 "wasmtime-cranelift",
15141 "wasmtime-environ",
15142]
15143
15144[[package]]
15145name = "windows"
15146version = "0.54.0"
15147source = "registry+https://github.com/rust-lang/crates.io-index"
15148checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15149dependencies = [
15150 "windows-core 0.54.0",
15151 "windows-targets 0.52.6",
15152]
15153
15154[[package]]
15155name = "windows"
15156version = "0.57.0"
15157source = "registry+https://github.com/rust-lang/crates.io-index"
15158checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15159dependencies = [
15160 "windows-core 0.57.0",
15161 "windows-targets 0.52.6",
15162]
15163
15164[[package]]
15165name = "windows"
15166version = "0.58.0"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15169dependencies = [
15170 "windows-core 0.58.0",
15171 "windows-targets 0.52.6",
15172]
15173
15174[[package]]
15175name = "windows-core"
15176version = "0.52.0"
15177source = "registry+https://github.com/rust-lang/crates.io-index"
15178checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15179dependencies = [
15180 "windows-targets 0.52.6",
15181]
15182
15183[[package]]
15184name = "windows-core"
15185version = "0.54.0"
15186source = "registry+https://github.com/rust-lang/crates.io-index"
15187checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15188dependencies = [
15189 "windows-result 0.1.2",
15190 "windows-targets 0.52.6",
15191]
15192
15193[[package]]
15194name = "windows-core"
15195version = "0.57.0"
15196source = "registry+https://github.com/rust-lang/crates.io-index"
15197checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15198dependencies = [
15199 "windows-implement 0.57.0",
15200 "windows-interface 0.57.0",
15201 "windows-result 0.1.2",
15202 "windows-targets 0.52.6",
15203]
15204
15205[[package]]
15206name = "windows-core"
15207version = "0.58.0"
15208source = "registry+https://github.com/rust-lang/crates.io-index"
15209checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15210dependencies = [
15211 "windows-implement 0.58.0",
15212 "windows-interface 0.58.0",
15213 "windows-result 0.2.0",
15214 "windows-strings",
15215 "windows-targets 0.52.6",
15216]
15217
15218[[package]]
15219name = "windows-implement"
15220version = "0.57.0"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15223dependencies = [
15224 "proc-macro2",
15225 "quote",
15226 "syn 2.0.90",
15227]
15228
15229[[package]]
15230name = "windows-implement"
15231version = "0.58.0"
15232source = "registry+https://github.com/rust-lang/crates.io-index"
15233checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15234dependencies = [
15235 "proc-macro2",
15236 "quote",
15237 "syn 2.0.90",
15238]
15239
15240[[package]]
15241name = "windows-interface"
15242version = "0.57.0"
15243source = "registry+https://github.com/rust-lang/crates.io-index"
15244checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15245dependencies = [
15246 "proc-macro2",
15247 "quote",
15248 "syn 2.0.90",
15249]
15250
15251[[package]]
15252name = "windows-interface"
15253version = "0.58.0"
15254source = "registry+https://github.com/rust-lang/crates.io-index"
15255checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15256dependencies = [
15257 "proc-macro2",
15258 "quote",
15259 "syn 2.0.90",
15260]
15261
15262[[package]]
15263name = "windows-registry"
15264version = "0.2.0"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15267dependencies = [
15268 "windows-result 0.2.0",
15269 "windows-strings",
15270 "windows-targets 0.52.6",
15271]
15272
15273[[package]]
15274name = "windows-result"
15275version = "0.1.2"
15276source = "registry+https://github.com/rust-lang/crates.io-index"
15277checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15278dependencies = [
15279 "windows-targets 0.52.6",
15280]
15281
15282[[package]]
15283name = "windows-result"
15284version = "0.2.0"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15287dependencies = [
15288 "windows-targets 0.52.6",
15289]
15290
15291[[package]]
15292name = "windows-strings"
15293version = "0.1.0"
15294source = "registry+https://github.com/rust-lang/crates.io-index"
15295checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15296dependencies = [
15297 "windows-result 0.2.0",
15298 "windows-targets 0.52.6",
15299]
15300
15301[[package]]
15302name = "windows-sys"
15303version = "0.45.0"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15306dependencies = [
15307 "windows-targets 0.42.2",
15308]
15309
15310[[package]]
15311name = "windows-sys"
15312version = "0.48.0"
15313source = "registry+https://github.com/rust-lang/crates.io-index"
15314checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15315dependencies = [
15316 "windows-targets 0.48.5",
15317]
15318
15319[[package]]
15320name = "windows-sys"
15321version = "0.52.0"
15322source = "registry+https://github.com/rust-lang/crates.io-index"
15323checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15324dependencies = [
15325 "windows-targets 0.52.6",
15326]
15327
15328[[package]]
15329name = "windows-sys"
15330version = "0.59.0"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15333dependencies = [
15334 "windows-targets 0.52.6",
15335]
15336
15337[[package]]
15338name = "windows-targets"
15339version = "0.42.2"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15342dependencies = [
15343 "windows_aarch64_gnullvm 0.42.2",
15344 "windows_aarch64_msvc 0.42.2",
15345 "windows_i686_gnu 0.42.2",
15346 "windows_i686_msvc 0.42.2",
15347 "windows_x86_64_gnu 0.42.2",
15348 "windows_x86_64_gnullvm 0.42.2",
15349 "windows_x86_64_msvc 0.42.2",
15350]
15351
15352[[package]]
15353name = "windows-targets"
15354version = "0.48.5"
15355source = "registry+https://github.com/rust-lang/crates.io-index"
15356checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15357dependencies = [
15358 "windows_aarch64_gnullvm 0.48.5",
15359 "windows_aarch64_msvc 0.48.5",
15360 "windows_i686_gnu 0.48.5",
15361 "windows_i686_msvc 0.48.5",
15362 "windows_x86_64_gnu 0.48.5",
15363 "windows_x86_64_gnullvm 0.48.5",
15364 "windows_x86_64_msvc 0.48.5",
15365]
15366
15367[[package]]
15368name = "windows-targets"
15369version = "0.52.6"
15370source = "registry+https://github.com/rust-lang/crates.io-index"
15371checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15372dependencies = [
15373 "windows_aarch64_gnullvm 0.52.6",
15374 "windows_aarch64_msvc 0.52.6",
15375 "windows_i686_gnu 0.52.6",
15376 "windows_i686_gnullvm",
15377 "windows_i686_msvc 0.52.6",
15378 "windows_x86_64_gnu 0.52.6",
15379 "windows_x86_64_gnullvm 0.52.6",
15380 "windows_x86_64_msvc 0.52.6",
15381]
15382
15383[[package]]
15384name = "windows_aarch64_gnullvm"
15385version = "0.42.2"
15386source = "registry+https://github.com/rust-lang/crates.io-index"
15387checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15388
15389[[package]]
15390name = "windows_aarch64_gnullvm"
15391version = "0.48.5"
15392source = "registry+https://github.com/rust-lang/crates.io-index"
15393checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15394
15395[[package]]
15396name = "windows_aarch64_gnullvm"
15397version = "0.52.6"
15398source = "registry+https://github.com/rust-lang/crates.io-index"
15399checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15400
15401[[package]]
15402name = "windows_aarch64_msvc"
15403version = "0.42.2"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15406
15407[[package]]
15408name = "windows_aarch64_msvc"
15409version = "0.48.5"
15410source = "registry+https://github.com/rust-lang/crates.io-index"
15411checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15412
15413[[package]]
15414name = "windows_aarch64_msvc"
15415version = "0.52.6"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15418
15419[[package]]
15420name = "windows_i686_gnu"
15421version = "0.42.2"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15424
15425[[package]]
15426name = "windows_i686_gnu"
15427version = "0.48.5"
15428source = "registry+https://github.com/rust-lang/crates.io-index"
15429checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15430
15431[[package]]
15432name = "windows_i686_gnu"
15433version = "0.52.6"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15436
15437[[package]]
15438name = "windows_i686_gnullvm"
15439version = "0.52.6"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15442
15443[[package]]
15444name = "windows_i686_msvc"
15445version = "0.42.2"
15446source = "registry+https://github.com/rust-lang/crates.io-index"
15447checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15448
15449[[package]]
15450name = "windows_i686_msvc"
15451version = "0.48.5"
15452source = "registry+https://github.com/rust-lang/crates.io-index"
15453checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15454
15455[[package]]
15456name = "windows_i686_msvc"
15457version = "0.52.6"
15458source = "registry+https://github.com/rust-lang/crates.io-index"
15459checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15460
15461[[package]]
15462name = "windows_x86_64_gnu"
15463version = "0.42.2"
15464source = "registry+https://github.com/rust-lang/crates.io-index"
15465checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15466
15467[[package]]
15468name = "windows_x86_64_gnu"
15469version = "0.48.5"
15470source = "registry+https://github.com/rust-lang/crates.io-index"
15471checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15472
15473[[package]]
15474name = "windows_x86_64_gnu"
15475version = "0.52.6"
15476source = "registry+https://github.com/rust-lang/crates.io-index"
15477checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15478
15479[[package]]
15480name = "windows_x86_64_gnullvm"
15481version = "0.42.2"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15484
15485[[package]]
15486name = "windows_x86_64_gnullvm"
15487version = "0.48.5"
15488source = "registry+https://github.com/rust-lang/crates.io-index"
15489checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15490
15491[[package]]
15492name = "windows_x86_64_gnullvm"
15493version = "0.52.6"
15494source = "registry+https://github.com/rust-lang/crates.io-index"
15495checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15496
15497[[package]]
15498name = "windows_x86_64_msvc"
15499version = "0.42.2"
15500source = "registry+https://github.com/rust-lang/crates.io-index"
15501checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15502
15503[[package]]
15504name = "windows_x86_64_msvc"
15505version = "0.48.5"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15508
15509[[package]]
15510name = "windows_x86_64_msvc"
15511version = "0.52.6"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15514
15515[[package]]
15516name = "winnow"
15517version = "0.6.20"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15520dependencies = [
15521 "memchr",
15522]
15523
15524[[package]]
15525name = "winreg"
15526version = "0.50.0"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15529dependencies = [
15530 "cfg-if",
15531 "windows-sys 0.48.0",
15532]
15533
15534[[package]]
15535name = "winreg"
15536version = "0.52.0"
15537source = "registry+https://github.com/rust-lang/crates.io-index"
15538checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15539dependencies = [
15540 "cfg-if",
15541 "windows-sys 0.48.0",
15542]
15543
15544[[package]]
15545name = "winresource"
15546version = "0.1.19"
15547source = "registry+https://github.com/rust-lang/crates.io-index"
15548checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15549dependencies = [
15550 "toml 0.8.19",
15551 "version_check",
15552]
15553
15554[[package]]
15555name = "winsafe"
15556version = "0.0.19"
15557source = "registry+https://github.com/rust-lang/crates.io-index"
15558checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15559
15560[[package]]
15561name = "winx"
15562version = "0.36.4"
15563source = "registry+https://github.com/rust-lang/crates.io-index"
15564checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15565dependencies = [
15566 "bitflags 2.6.0",
15567 "windows-sys 0.59.0",
15568]
15569
15570[[package]]
15571name = "wio"
15572version = "0.2.2"
15573source = "registry+https://github.com/rust-lang/crates.io-index"
15574checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15575dependencies = [
15576 "winapi",
15577]
15578
15579[[package]]
15580name = "wit-bindgen"
15581version = "0.22.0"
15582source = "registry+https://github.com/rust-lang/crates.io-index"
15583checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15584dependencies = [
15585 "bitflags 2.6.0",
15586 "wit-bindgen-rt",
15587 "wit-bindgen-rust-macro",
15588]
15589
15590[[package]]
15591name = "wit-bindgen-core"
15592version = "0.22.0"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15595dependencies = [
15596 "anyhow",
15597 "wit-parser 0.201.0",
15598]
15599
15600[[package]]
15601name = "wit-bindgen-rt"
15602version = "0.22.0"
15603source = "registry+https://github.com/rust-lang/crates.io-index"
15604checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15605
15606[[package]]
15607name = "wit-bindgen-rust"
15608version = "0.22.0"
15609source = "registry+https://github.com/rust-lang/crates.io-index"
15610checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15611dependencies = [
15612 "anyhow",
15613 "heck 0.4.1",
15614 "indexmap",
15615 "wasm-metadata",
15616 "wit-bindgen-core",
15617 "wit-component",
15618]
15619
15620[[package]]
15621name = "wit-bindgen-rust-macro"
15622version = "0.22.0"
15623source = "registry+https://github.com/rust-lang/crates.io-index"
15624checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15625dependencies = [
15626 "anyhow",
15627 "proc-macro2",
15628 "quote",
15629 "syn 2.0.90",
15630 "wit-bindgen-core",
15631 "wit-bindgen-rust",
15632]
15633
15634[[package]]
15635name = "wit-component"
15636version = "0.201.0"
15637source = "registry+https://github.com/rust-lang/crates.io-index"
15638checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15639dependencies = [
15640 "anyhow",
15641 "bitflags 2.6.0",
15642 "indexmap",
15643 "log",
15644 "serde",
15645 "serde_derive",
15646 "serde_json",
15647 "wasm-encoder 0.201.0",
15648 "wasm-metadata",
15649 "wasmparser 0.201.0",
15650 "wit-parser 0.201.0",
15651]
15652
15653[[package]]
15654name = "wit-parser"
15655version = "0.201.0"
15656source = "registry+https://github.com/rust-lang/crates.io-index"
15657checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15658dependencies = [
15659 "anyhow",
15660 "id-arena",
15661 "indexmap",
15662 "log",
15663 "semver",
15664 "serde",
15665 "serde_derive",
15666 "serde_json",
15667 "unicode-xid",
15668 "wasmparser 0.201.0",
15669]
15670
15671[[package]]
15672name = "wit-parser"
15673version = "0.215.0"
15674source = "registry+https://github.com/rust-lang/crates.io-index"
15675checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15676dependencies = [
15677 "anyhow",
15678 "id-arena",
15679 "indexmap",
15680 "log",
15681 "semver",
15682 "serde",
15683 "serde_derive",
15684 "serde_json",
15685 "unicode-xid",
15686 "wasmparser 0.215.0",
15687]
15688
15689[[package]]
15690name = "witx"
15691version = "0.9.1"
15692source = "registry+https://github.com/rust-lang/crates.io-index"
15693checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15694dependencies = [
15695 "anyhow",
15696 "log",
15697 "thiserror 1.0.69",
15698 "wast",
15699]
15700
15701[[package]]
15702name = "workspace"
15703version = "0.1.0"
15704dependencies = [
15705 "any_vec",
15706 "anyhow",
15707 "async-recursion 1.1.1",
15708 "bincode",
15709 "call",
15710 "client",
15711 "clock",
15712 "collections",
15713 "db",
15714 "derive_more",
15715 "env_logger 0.11.6",
15716 "fs",
15717 "futures 0.3.31",
15718 "gpui",
15719 "http_client",
15720 "itertools 0.14.0",
15721 "language",
15722 "log",
15723 "node_runtime",
15724 "parking_lot",
15725 "postage",
15726 "project",
15727 "remote",
15728 "schemars",
15729 "serde",
15730 "serde_json",
15731 "session",
15732 "settings",
15733 "smallvec",
15734 "sqlez",
15735 "strum",
15736 "task",
15737 "tempfile",
15738 "theme",
15739 "ui",
15740 "util",
15741 "uuid",
15742]
15743
15744[[package]]
15745name = "worktree"
15746version = "0.1.0"
15747dependencies = [
15748 "anyhow",
15749 "clock",
15750 "collections",
15751 "env_logger 0.11.6",
15752 "fs",
15753 "futures 0.3.31",
15754 "fuzzy",
15755 "git",
15756 "git2",
15757 "git_hosting_providers",
15758 "gpui",
15759 "http_client",
15760 "ignore",
15761 "language",
15762 "log",
15763 "parking_lot",
15764 "paths",
15765 "postage",
15766 "pretty_assertions",
15767 "rand 0.8.5",
15768 "rpc",
15769 "schemars",
15770 "serde",
15771 "serde_json",
15772 "settings",
15773 "smallvec",
15774 "smol",
15775 "sum_tree",
15776 "text",
15777 "util",
15778]
15779
15780[[package]]
15781name = "write16"
15782version = "1.0.0"
15783source = "registry+https://github.com/rust-lang/crates.io-index"
15784checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15785
15786[[package]]
15787name = "writeable"
15788version = "0.5.5"
15789source = "registry+https://github.com/rust-lang/crates.io-index"
15790checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15791
15792[[package]]
15793name = "wyz"
15794version = "0.5.1"
15795source = "registry+https://github.com/rust-lang/crates.io-index"
15796checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15797dependencies = [
15798 "tap",
15799]
15800
15801[[package]]
15802name = "x11-clipboard"
15803version = "0.9.3"
15804source = "registry+https://github.com/rust-lang/crates.io-index"
15805checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15806dependencies = [
15807 "libc",
15808 "x11rb",
15809]
15810
15811[[package]]
15812name = "x11rb"
15813version = "0.13.1"
15814source = "registry+https://github.com/rust-lang/crates.io-index"
15815checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15816dependencies = [
15817 "as-raw-xcb-connection",
15818 "gethostname",
15819 "libc",
15820 "rustix",
15821 "x11rb-protocol",
15822]
15823
15824[[package]]
15825name = "x11rb-protocol"
15826version = "0.13.1"
15827source = "registry+https://github.com/rust-lang/crates.io-index"
15828checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15829
15830[[package]]
15831name = "xattr"
15832version = "0.2.3"
15833source = "registry+https://github.com/rust-lang/crates.io-index"
15834checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15835dependencies = [
15836 "libc",
15837]
15838
15839[[package]]
15840name = "xcursor"
15841version = "0.3.8"
15842source = "registry+https://github.com/rust-lang/crates.io-index"
15843checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15844
15845[[package]]
15846name = "xdg-home"
15847version = "1.3.0"
15848source = "registry+https://github.com/rust-lang/crates.io-index"
15849checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
15850dependencies = [
15851 "libc",
15852 "windows-sys 0.59.0",
15853]
15854
15855[[package]]
15856name = "xim"
15857version = "0.4.0"
15858source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15859dependencies = [
15860 "ahash 0.8.11",
15861 "hashbrown 0.14.5",
15862 "log",
15863 "x11rb",
15864 "xim-ctext",
15865 "xim-parser",
15866]
15867
15868[[package]]
15869name = "xim-ctext"
15870version = "0.3.0"
15871source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15872dependencies = [
15873 "encoding_rs",
15874]
15875
15876[[package]]
15877name = "xim-parser"
15878version = "0.2.1"
15879source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15880dependencies = [
15881 "bitflags 2.6.0",
15882]
15883
15884[[package]]
15885name = "xkbcommon"
15886version = "0.7.0"
15887source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
15888dependencies = [
15889 "as-raw-xcb-connection",
15890 "libc",
15891 "memmap2",
15892 "xkeysym",
15893]
15894
15895[[package]]
15896name = "xkeysym"
15897version = "0.2.1"
15898source = "registry+https://github.com/rust-lang/crates.io-index"
15899checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
15900
15901[[package]]
15902name = "xml5ever"
15903version = "0.18.1"
15904source = "registry+https://github.com/rust-lang/crates.io-index"
15905checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
15906dependencies = [
15907 "log",
15908 "mac",
15909 "markup5ever",
15910]
15911
15912[[package]]
15913name = "xmlparser"
15914version = "0.13.6"
15915source = "registry+https://github.com/rust-lang/crates.io-index"
15916checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
15917
15918[[package]]
15919name = "xmlwriter"
15920version = "0.1.0"
15921source = "registry+https://github.com/rust-lang/crates.io-index"
15922checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
15923
15924[[package]]
15925name = "xtask"
15926version = "0.1.0"
15927dependencies = [
15928 "anyhow",
15929 "cargo_metadata",
15930 "cargo_toml",
15931 "clap",
15932]
15933
15934[[package]]
15935name = "yaml-rust2"
15936version = "0.8.1"
15937source = "registry+https://github.com/rust-lang/crates.io-index"
15938checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
15939dependencies = [
15940 "arraydeque",
15941 "encoding_rs",
15942 "hashlink 0.8.4",
15943]
15944
15945[[package]]
15946name = "yansi"
15947version = "1.0.1"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
15950
15951[[package]]
15952name = "yazi"
15953version = "0.1.6"
15954source = "registry+https://github.com/rust-lang/crates.io-index"
15955checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
15956
15957[[package]]
15958name = "yeslogic-fontconfig-sys"
15959version = "6.0.0"
15960source = "registry+https://github.com/rust-lang/crates.io-index"
15961checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
15962dependencies = [
15963 "dlib",
15964 "once_cell",
15965 "pkg-config",
15966]
15967
15968[[package]]
15969name = "yoke"
15970version = "0.7.5"
15971source = "registry+https://github.com/rust-lang/crates.io-index"
15972checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
15973dependencies = [
15974 "serde",
15975 "stable_deref_trait",
15976 "yoke-derive",
15977 "zerofrom",
15978]
15979
15980[[package]]
15981name = "yoke-derive"
15982version = "0.7.5"
15983source = "registry+https://github.com/rust-lang/crates.io-index"
15984checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
15985dependencies = [
15986 "proc-macro2",
15987 "quote",
15988 "syn 2.0.90",
15989 "synstructure",
15990]
15991
15992[[package]]
15993name = "zbus"
15994version = "4.4.0"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
15997dependencies = [
15998 "async-broadcast",
15999 "async-executor",
16000 "async-fs",
16001 "async-io",
16002 "async-lock",
16003 "async-process",
16004 "async-recursion 1.1.1",
16005 "async-task",
16006 "async-trait",
16007 "blocking",
16008 "enumflags2",
16009 "event-listener 5.3.1",
16010 "futures-core",
16011 "futures-sink",
16012 "futures-util",
16013 "hex",
16014 "nix",
16015 "ordered-stream",
16016 "rand 0.8.5",
16017 "serde",
16018 "serde_repr",
16019 "sha1",
16020 "static_assertions",
16021 "tracing",
16022 "uds_windows",
16023 "windows-sys 0.52.0",
16024 "xdg-home",
16025 "zbus_macros 4.4.0",
16026 "zbus_names 3.0.0",
16027 "zvariant 4.2.0",
16028]
16029
16030[[package]]
16031name = "zbus"
16032version = "5.1.1"
16033source = "registry+https://github.com/rust-lang/crates.io-index"
16034checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16035dependencies = [
16036 "async-broadcast",
16037 "async-executor",
16038 "async-fs",
16039 "async-io",
16040 "async-lock",
16041 "async-process",
16042 "async-recursion 1.1.1",
16043 "async-task",
16044 "async-trait",
16045 "blocking",
16046 "enumflags2",
16047 "event-listener 5.3.1",
16048 "futures-core",
16049 "futures-util",
16050 "hex",
16051 "nix",
16052 "ordered-stream",
16053 "serde",
16054 "serde_repr",
16055 "static_assertions",
16056 "tracing",
16057 "uds_windows",
16058 "windows-sys 0.59.0",
16059 "winnow",
16060 "xdg-home",
16061 "zbus_macros 5.1.1",
16062 "zbus_names 4.1.0",
16063 "zvariant 5.1.0",
16064]
16065
16066[[package]]
16067name = "zbus_macros"
16068version = "4.4.0"
16069source = "registry+https://github.com/rust-lang/crates.io-index"
16070checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16071dependencies = [
16072 "proc-macro-crate",
16073 "proc-macro2",
16074 "quote",
16075 "syn 2.0.90",
16076 "zvariant_utils 2.1.0",
16077]
16078
16079[[package]]
16080name = "zbus_macros"
16081version = "5.1.1"
16082source = "registry+https://github.com/rust-lang/crates.io-index"
16083checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16084dependencies = [
16085 "proc-macro-crate",
16086 "proc-macro2",
16087 "quote",
16088 "syn 2.0.90",
16089 "zbus_names 4.1.0",
16090 "zvariant 5.1.0",
16091 "zvariant_utils 3.0.2",
16092]
16093
16094[[package]]
16095name = "zbus_names"
16096version = "3.0.0"
16097source = "registry+https://github.com/rust-lang/crates.io-index"
16098checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16099dependencies = [
16100 "serde",
16101 "static_assertions",
16102 "zvariant 4.2.0",
16103]
16104
16105[[package]]
16106name = "zbus_names"
16107version = "4.1.0"
16108source = "registry+https://github.com/rust-lang/crates.io-index"
16109checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16110dependencies = [
16111 "serde",
16112 "static_assertions",
16113 "winnow",
16114 "zvariant 5.1.0",
16115]
16116
16117[[package]]
16118name = "zed"
16119version = "0.171.0"
16120dependencies = [
16121 "activity_indicator",
16122 "anyhow",
16123 "ashpd",
16124 "assets",
16125 "assistant",
16126 "assistant2",
16127 "assistant_settings",
16128 "assistant_tools",
16129 "async-watch",
16130 "audio",
16131 "auto_update",
16132 "auto_update_ui",
16133 "backtrace",
16134 "breadcrumbs",
16135 "call",
16136 "channel",
16137 "chrono",
16138 "clap",
16139 "cli",
16140 "client",
16141 "collab_ui",
16142 "collections",
16143 "command_palette",
16144 "command_palette_hooks",
16145 "copilot",
16146 "db",
16147 "diagnostics",
16148 "editor",
16149 "env_logger 0.11.6",
16150 "extension",
16151 "extension_host",
16152 "extensions_ui",
16153 "feature_flags",
16154 "feedback",
16155 "file_finder",
16156 "file_icons",
16157 "fs",
16158 "futures 0.3.31",
16159 "git",
16160 "git_hosting_providers",
16161 "git_ui",
16162 "go_to_line",
16163 "gpui",
16164 "http_client",
16165 "image_viewer",
16166 "inline_completion_button",
16167 "install_cli",
16168 "journal",
16169 "language",
16170 "language_extension",
16171 "language_model",
16172 "language_models",
16173 "language_selector",
16174 "language_tools",
16175 "languages",
16176 "libc",
16177 "log",
16178 "markdown",
16179 "markdown_preview",
16180 "menu",
16181 "mimalloc",
16182 "nix",
16183 "node_runtime",
16184 "notifications",
16185 "outline",
16186 "outline_panel",
16187 "parking_lot",
16188 "paths",
16189 "picker",
16190 "profiling",
16191 "project",
16192 "project_panel",
16193 "project_symbols",
16194 "proto",
16195 "recent_projects",
16196 "release_channel",
16197 "remote",
16198 "repl",
16199 "reqwest_client",
16200 "rope",
16201 "search",
16202 "serde",
16203 "serde_json",
16204 "session",
16205 "settings",
16206 "settings_ui",
16207 "shellexpand 2.1.2",
16208 "simplelog",
16209 "smol",
16210 "snippet_provider",
16211 "snippets_ui",
16212 "supermaven",
16213 "sysinfo",
16214 "tab_switcher",
16215 "task",
16216 "tasks_ui",
16217 "telemetry",
16218 "telemetry_events",
16219 "terminal_view",
16220 "theme",
16221 "theme_extension",
16222 "theme_selector",
16223 "time",
16224 "toolchain_selector",
16225 "tree-sitter-md",
16226 "tree-sitter-rust",
16227 "ui",
16228 "url",
16229 "urlencoding",
16230 "util",
16231 "uuid",
16232 "vcs_menu",
16233 "vim",
16234 "vim_mode_setting",
16235 "welcome",
16236 "windows 0.58.0",
16237 "winresource",
16238 "workspace",
16239 "zed_actions",
16240 "zeta",
16241]
16242
16243[[package]]
16244name = "zed_actions"
16245version = "0.1.0"
16246dependencies = [
16247 "gpui",
16248 "schemars",
16249 "serde",
16250]
16251
16252[[package]]
16253name = "zed_csharp"
16254version = "0.1.0"
16255dependencies = [
16256 "zed_extension_api 0.1.0",
16257]
16258
16259[[package]]
16260name = "zed_deno"
16261version = "0.0.2"
16262dependencies = [
16263 "zed_extension_api 0.1.0",
16264]
16265
16266[[package]]
16267name = "zed_elixir"
16268version = "0.1.2"
16269dependencies = [
16270 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16271]
16272
16273[[package]]
16274name = "zed_emmet"
16275version = "0.0.3"
16276dependencies = [
16277 "zed_extension_api 0.1.0",
16278]
16279
16280[[package]]
16281name = "zed_erlang"
16282version = "0.1.1"
16283dependencies = [
16284 "zed_extension_api 0.1.0",
16285]
16286
16287[[package]]
16288name = "zed_extension_api"
16289version = "0.1.0"
16290source = "registry+https://github.com/rust-lang/crates.io-index"
16291checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16292dependencies = [
16293 "serde",
16294 "serde_json",
16295 "wit-bindgen",
16296]
16297
16298[[package]]
16299name = "zed_extension_api"
16300version = "0.2.0"
16301dependencies = [
16302 "serde",
16303 "serde_json",
16304 "wit-bindgen",
16305]
16306
16307[[package]]
16308name = "zed_extension_api"
16309version = "0.2.0"
16310source = "registry+https://github.com/rust-lang/crates.io-index"
16311checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16312dependencies = [
16313 "serde",
16314 "serde_json",
16315 "wit-bindgen",
16316]
16317
16318[[package]]
16319name = "zed_glsl"
16320version = "0.1.0"
16321dependencies = [
16322 "zed_extension_api 0.1.0",
16323]
16324
16325[[package]]
16326name = "zed_haskell"
16327version = "0.1.2"
16328dependencies = [
16329 "zed_extension_api 0.1.0",
16330]
16331
16332[[package]]
16333name = "zed_html"
16334version = "0.1.4"
16335dependencies = [
16336 "zed_extension_api 0.1.0",
16337]
16338
16339[[package]]
16340name = "zed_lua"
16341version = "0.1.1"
16342dependencies = [
16343 "zed_extension_api 0.1.0",
16344]
16345
16346[[package]]
16347name = "zed_php"
16348version = "0.2.3"
16349dependencies = [
16350 "zed_extension_api 0.1.0",
16351]
16352
16353[[package]]
16354name = "zed_prisma"
16355version = "0.0.4"
16356dependencies = [
16357 "zed_extension_api 0.1.0",
16358]
16359
16360[[package]]
16361name = "zed_proto"
16362version = "0.2.1"
16363dependencies = [
16364 "zed_extension_api 0.1.0",
16365]
16366
16367[[package]]
16368name = "zed_purescript"
16369version = "0.0.1"
16370dependencies = [
16371 "zed_extension_api 0.1.0",
16372]
16373
16374[[package]]
16375name = "zed_ruff"
16376version = "0.1.0"
16377dependencies = [
16378 "zed_extension_api 0.1.0",
16379]
16380
16381[[package]]
16382name = "zed_snippets"
16383version = "0.0.5"
16384dependencies = [
16385 "serde_json",
16386 "zed_extension_api 0.1.0",
16387]
16388
16389[[package]]
16390name = "zed_terraform"
16391version = "0.1.1"
16392dependencies = [
16393 "zed_extension_api 0.1.0",
16394]
16395
16396[[package]]
16397name = "zed_test_extension"
16398version = "0.1.0"
16399dependencies = [
16400 "zed_extension_api 0.2.0",
16401]
16402
16403[[package]]
16404name = "zed_toml"
16405version = "0.1.2"
16406dependencies = [
16407 "zed_extension_api 0.1.0",
16408]
16409
16410[[package]]
16411name = "zed_uiua"
16412version = "0.0.1"
16413dependencies = [
16414 "zed_extension_api 0.1.0",
16415]
16416
16417[[package]]
16418name = "zed_zig"
16419version = "0.3.2"
16420dependencies = [
16421 "zed_extension_api 0.1.0",
16422]
16423
16424[[package]]
16425name = "zeno"
16426version = "0.2.3"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16429
16430[[package]]
16431name = "zerocopy"
16432version = "0.7.35"
16433source = "registry+https://github.com/rust-lang/crates.io-index"
16434checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16435dependencies = [
16436 "byteorder",
16437 "zerocopy-derive",
16438]
16439
16440[[package]]
16441name = "zerocopy-derive"
16442version = "0.7.35"
16443source = "registry+https://github.com/rust-lang/crates.io-index"
16444checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16445dependencies = [
16446 "proc-macro2",
16447 "quote",
16448 "syn 2.0.90",
16449]
16450
16451[[package]]
16452name = "zerofrom"
16453version = "0.1.5"
16454source = "registry+https://github.com/rust-lang/crates.io-index"
16455checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16456dependencies = [
16457 "zerofrom-derive",
16458]
16459
16460[[package]]
16461name = "zerofrom-derive"
16462version = "0.1.5"
16463source = "registry+https://github.com/rust-lang/crates.io-index"
16464checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16465dependencies = [
16466 "proc-macro2",
16467 "quote",
16468 "syn 2.0.90",
16469 "synstructure",
16470]
16471
16472[[package]]
16473name = "zeroize"
16474version = "1.8.1"
16475source = "registry+https://github.com/rust-lang/crates.io-index"
16476checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16477dependencies = [
16478 "zeroize_derive",
16479]
16480
16481[[package]]
16482name = "zeroize_derive"
16483version = "1.4.2"
16484source = "registry+https://github.com/rust-lang/crates.io-index"
16485checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16486dependencies = [
16487 "proc-macro2",
16488 "quote",
16489 "syn 2.0.90",
16490]
16491
16492[[package]]
16493name = "zeromq"
16494version = "0.5.0-pre"
16495source = "registry+https://github.com/rust-lang/crates.io-index"
16496checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
16497dependencies = [
16498 "async-dispatcher",
16499 "async-std",
16500 "async-trait",
16501 "asynchronous-codec",
16502 "bytes 1.9.0",
16503 "crossbeam-queue",
16504 "dashmap 5.5.3",
16505 "futures 0.3.31",
16506 "log",
16507 "num-traits",
16508 "once_cell",
16509 "parking_lot",
16510 "rand 0.8.5",
16511 "regex",
16512 "thiserror 1.0.69",
16513 "uuid",
16514]
16515
16516[[package]]
16517name = "zerovec"
16518version = "0.10.4"
16519source = "registry+https://github.com/rust-lang/crates.io-index"
16520checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16521dependencies = [
16522 "yoke",
16523 "zerofrom",
16524 "zerovec-derive",
16525]
16526
16527[[package]]
16528name = "zerovec-derive"
16529version = "0.10.3"
16530source = "registry+https://github.com/rust-lang/crates.io-index"
16531checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16532dependencies = [
16533 "proc-macro2",
16534 "quote",
16535 "syn 2.0.90",
16536]
16537
16538[[package]]
16539name = "zeta"
16540version = "0.1.0"
16541dependencies = [
16542 "anyhow",
16543 "arrayvec",
16544 "call",
16545 "client",
16546 "clock",
16547 "collections",
16548 "ctor",
16549 "editor",
16550 "env_logger 0.11.6",
16551 "futures 0.3.31",
16552 "gpui",
16553 "http_client",
16554 "indoc",
16555 "inline_completion",
16556 "language",
16557 "language_models",
16558 "log",
16559 "menu",
16560 "reqwest_client",
16561 "rpc",
16562 "serde_json",
16563 "settings",
16564 "similar",
16565 "telemetry",
16566 "telemetry_events",
16567 "theme",
16568 "tree-sitter-go",
16569 "tree-sitter-rust",
16570 "ui",
16571 "util",
16572 "uuid",
16573 "workspace",
16574 "worktree",
16575]
16576
16577[[package]]
16578name = "zip"
16579version = "0.6.6"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16582dependencies = [
16583 "aes",
16584 "byteorder",
16585 "bzip2",
16586 "constant_time_eq 0.1.5",
16587 "crc32fast",
16588 "crossbeam-utils",
16589 "flate2",
16590 "hmac",
16591 "pbkdf2 0.11.0",
16592 "sha1",
16593 "time",
16594 "zstd",
16595]
16596
16597[[package]]
16598name = "zstd"
16599version = "0.11.2+zstd.1.5.2"
16600source = "registry+https://github.com/rust-lang/crates.io-index"
16601checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16602dependencies = [
16603 "zstd-safe",
16604]
16605
16606[[package]]
16607name = "zstd-safe"
16608version = "5.0.2+zstd.1.5.2"
16609source = "registry+https://github.com/rust-lang/crates.io-index"
16610checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16611dependencies = [
16612 "libc",
16613 "zstd-sys",
16614]
16615
16616[[package]]
16617name = "zstd-sys"
16618version = "2.0.13+zstd.1.5.6"
16619source = "registry+https://github.com/rust-lang/crates.io-index"
16620checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16621dependencies = [
16622 "cc",
16623 "pkg-config",
16624]
16625
16626[[package]]
16627name = "zune-core"
16628version = "0.4.12"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16631
16632[[package]]
16633name = "zune-inflate"
16634version = "0.2.54"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16637dependencies = [
16638 "simd-adler32",
16639]
16640
16641[[package]]
16642name = "zune-jpeg"
16643version = "0.4.13"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16646dependencies = [
16647 "zune-core",
16648]
16649
16650[[package]]
16651name = "zvariant"
16652version = "4.2.0"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16655dependencies = [
16656 "endi",
16657 "enumflags2",
16658 "serde",
16659 "static_assertions",
16660 "zvariant_derive 4.2.0",
16661]
16662
16663[[package]]
16664name = "zvariant"
16665version = "5.1.0"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16668dependencies = [
16669 "endi",
16670 "enumflags2",
16671 "serde",
16672 "static_assertions",
16673 "url",
16674 "winnow",
16675 "zvariant_derive 5.1.0",
16676 "zvariant_utils 3.0.2",
16677]
16678
16679[[package]]
16680name = "zvariant_derive"
16681version = "4.2.0"
16682source = "registry+https://github.com/rust-lang/crates.io-index"
16683checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16684dependencies = [
16685 "proc-macro-crate",
16686 "proc-macro2",
16687 "quote",
16688 "syn 2.0.90",
16689 "zvariant_utils 2.1.0",
16690]
16691
16692[[package]]
16693name = "zvariant_derive"
16694version = "5.1.0"
16695source = "registry+https://github.com/rust-lang/crates.io-index"
16696checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16697dependencies = [
16698 "proc-macro-crate",
16699 "proc-macro2",
16700 "quote",
16701 "syn 2.0.90",
16702 "zvariant_utils 3.0.2",
16703]
16704
16705[[package]]
16706name = "zvariant_utils"
16707version = "2.1.0"
16708source = "registry+https://github.com/rust-lang/crates.io-index"
16709checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16710dependencies = [
16711 "proc-macro2",
16712 "quote",
16713 "syn 2.0.90",
16714]
16715
16716[[package]]
16717name = "zvariant_utils"
16718version = "3.0.2"
16719source = "registry+https://github.com/rust-lang/crates.io-index"
16720checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16721dependencies = [
16722 "proc-macro2",
16723 "quote",
16724 "serde",
16725 "static_assertions",
16726 "syn 2.0.90",
16727 "winnow",
16728]