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 "anthropic",
376 "anyhow",
377 "assets",
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 "lmstudio",
410 "log",
411 "lsp",
412 "markdown",
413 "menu",
414 "multi_buffer",
415 "ollama",
416 "open_ai",
417 "ordered-float 2.10.1",
418 "parking_lot",
419 "paths",
420 "picker",
421 "pretty_assertions",
422 "project",
423 "proto",
424 "rand 0.8.5",
425 "regex",
426 "release_channel",
427 "rope",
428 "rpc",
429 "schemars",
430 "search",
431 "semantic_index",
432 "serde",
433 "serde_json",
434 "serde_json_lenient",
435 "settings",
436 "similar",
437 "smallvec",
438 "smol",
439 "strum",
440 "telemetry",
441 "telemetry_events",
442 "terminal",
443 "terminal_view",
444 "text",
445 "theme",
446 "toml 0.8.19",
447 "tree-sitter-md",
448 "ui",
449 "unindent",
450 "util",
451 "uuid",
452 "workspace",
453 "zed_actions",
454]
455
456[[package]]
457name = "assistant2"
458version = "0.1.0"
459dependencies = [
460 "anthropic",
461 "anyhow",
462 "assets",
463 "assistant_tool",
464 "async-watch",
465 "chrono",
466 "client",
467 "clock",
468 "collections",
469 "command_palette_hooks",
470 "context_server",
471 "db",
472 "editor",
473 "feature_flags",
474 "file_icons",
475 "fs",
476 "futures 0.3.31",
477 "fuzzy",
478 "gpui",
479 "handlebars 4.5.0",
480 "html_to_markdown",
481 "http_client",
482 "indoc",
483 "itertools 0.14.0",
484 "language",
485 "language_model",
486 "language_model_selector",
487 "language_models",
488 "lmstudio",
489 "log",
490 "lsp",
491 "markdown",
492 "menu",
493 "multi_buffer",
494 "ollama",
495 "open_ai",
496 "ordered-float 2.10.1",
497 "parking_lot",
498 "paths",
499 "picker",
500 "project",
501 "proto",
502 "rand 0.8.5",
503 "rope",
504 "schemars",
505 "serde",
506 "serde_json",
507 "serde_json_lenient",
508 "settings",
509 "similar",
510 "smol",
511 "telemetry_events",
512 "terminal",
513 "terminal_view",
514 "text",
515 "theme",
516 "time",
517 "time_format",
518 "ui",
519 "unindent",
520 "util",
521 "uuid",
522 "workspace",
523 "zed_actions",
524]
525
526[[package]]
527name = "assistant_slash_command"
528version = "0.1.0"
529dependencies = [
530 "anyhow",
531 "async-trait",
532 "collections",
533 "derive_more",
534 "extension",
535 "futures 0.3.31",
536 "gpui",
537 "language",
538 "language_model",
539 "parking_lot",
540 "pretty_assertions",
541 "serde",
542 "serde_json",
543 "ui",
544 "workspace",
545]
546
547[[package]]
548name = "assistant_tool"
549version = "0.1.0"
550dependencies = [
551 "anyhow",
552 "collections",
553 "derive_more",
554 "gpui",
555 "parking_lot",
556 "serde",
557 "serde_json",
558 "workspace",
559]
560
561[[package]]
562name = "assistant_tools"
563version = "0.1.0"
564dependencies = [
565 "anyhow",
566 "assistant_tool",
567 "chrono",
568 "gpui",
569 "schemars",
570 "serde",
571 "serde_json",
572 "workspace",
573]
574
575[[package]]
576name = "async-attributes"
577version = "1.1.2"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
580dependencies = [
581 "quote",
582 "syn 1.0.109",
583]
584
585[[package]]
586name = "async-broadcast"
587version = "0.7.2"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
590dependencies = [
591 "event-listener 5.3.1",
592 "event-listener-strategy",
593 "futures-core",
594 "pin-project-lite",
595]
596
597[[package]]
598name = "async-channel"
599version = "1.9.0"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
602dependencies = [
603 "concurrent-queue",
604 "event-listener 2.5.3",
605 "futures-core",
606]
607
608[[package]]
609name = "async-channel"
610version = "2.3.1"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
613dependencies = [
614 "concurrent-queue",
615 "event-listener-strategy",
616 "futures-core",
617 "pin-project-lite",
618]
619
620[[package]]
621name = "async-compat"
622version = "0.2.4"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
625dependencies = [
626 "futures-core",
627 "futures-io",
628 "once_cell",
629 "pin-project-lite",
630 "tokio",
631]
632
633[[package]]
634name = "async-compression"
635version = "0.4.18"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
638dependencies = [
639 "deflate64",
640 "flate2",
641 "futures-core",
642 "futures-io",
643 "memchr",
644 "pin-project-lite",
645]
646
647[[package]]
648name = "async-dispatcher"
649version = "0.1.2"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
652dependencies = [
653 "async-task",
654 "futures-lite 1.13.0",
655]
656
657[[package]]
658name = "async-executor"
659version = "1.13.1"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
662dependencies = [
663 "async-task",
664 "concurrent-queue",
665 "fastrand 2.3.0",
666 "futures-lite 2.5.0",
667 "slab",
668]
669
670[[package]]
671name = "async-fs"
672version = "2.1.2"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
675dependencies = [
676 "async-lock",
677 "blocking",
678 "futures-lite 2.5.0",
679]
680
681[[package]]
682name = "async-global-executor"
683version = "2.4.1"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
686dependencies = [
687 "async-channel 2.3.1",
688 "async-executor",
689 "async-io",
690 "async-lock",
691 "blocking",
692 "futures-lite 2.5.0",
693 "once_cell",
694]
695
696[[package]]
697name = "async-io"
698version = "2.4.0"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
701dependencies = [
702 "async-lock",
703 "cfg-if",
704 "concurrent-queue",
705 "futures-io",
706 "futures-lite 2.5.0",
707 "parking",
708 "polling",
709 "rustix",
710 "slab",
711 "tracing",
712 "windows-sys 0.59.0",
713]
714
715[[package]]
716name = "async-lock"
717version = "3.4.0"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
720dependencies = [
721 "event-listener 5.3.1",
722 "event-listener-strategy",
723 "pin-project-lite",
724]
725
726[[package]]
727name = "async-native-tls"
728version = "0.5.0"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
731dependencies = [
732 "futures-util",
733 "native-tls",
734 "thiserror 1.0.69",
735 "url",
736]
737
738[[package]]
739name = "async-net"
740version = "2.0.0"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
743dependencies = [
744 "async-io",
745 "blocking",
746 "futures-lite 2.5.0",
747]
748
749[[package]]
750name = "async-pipe"
751version = "0.1.3"
752source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
753dependencies = [
754 "futures 0.3.31",
755 "log",
756]
757
758[[package]]
759name = "async-process"
760version = "2.3.0"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
763dependencies = [
764 "async-channel 2.3.1",
765 "async-io",
766 "async-lock",
767 "async-signal",
768 "async-task",
769 "blocking",
770 "cfg-if",
771 "event-listener 5.3.1",
772 "futures-lite 2.5.0",
773 "rustix",
774 "tracing",
775]
776
777[[package]]
778name = "async-recursion"
779version = "0.3.2"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
782dependencies = [
783 "proc-macro2",
784 "quote",
785 "syn 1.0.109",
786]
787
788[[package]]
789name = "async-recursion"
790version = "1.1.1"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
793dependencies = [
794 "proc-macro2",
795 "quote",
796 "syn 2.0.90",
797]
798
799[[package]]
800name = "async-signal"
801version = "0.2.10"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
804dependencies = [
805 "async-io",
806 "async-lock",
807 "atomic-waker",
808 "cfg-if",
809 "futures-core",
810 "futures-io",
811 "rustix",
812 "signal-hook-registry",
813 "slab",
814 "windows-sys 0.59.0",
815]
816
817[[package]]
818name = "async-std"
819version = "1.13.0"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
822dependencies = [
823 "async-attributes",
824 "async-channel 1.9.0",
825 "async-global-executor",
826 "async-io",
827 "async-lock",
828 "async-process",
829 "crossbeam-utils",
830 "futures-channel",
831 "futures-core",
832 "futures-io",
833 "futures-lite 2.5.0",
834 "gloo-timers",
835 "kv-log-macro",
836 "log",
837 "memchr",
838 "once_cell",
839 "pin-project-lite",
840 "pin-utils",
841 "slab",
842 "wasm-bindgen-futures",
843]
844
845[[package]]
846name = "async-stream"
847version = "0.3.6"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
850dependencies = [
851 "async-stream-impl",
852 "futures-core",
853 "pin-project-lite",
854]
855
856[[package]]
857name = "async-stream-impl"
858version = "0.3.6"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
861dependencies = [
862 "proc-macro2",
863 "quote",
864 "syn 2.0.90",
865]
866
867[[package]]
868name = "async-stripe"
869version = "0.40.0"
870source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
871dependencies = [
872 "chrono",
873 "futures-util",
874 "http-types",
875 "hyper 0.14.32",
876 "hyper-rustls 0.24.2",
877 "serde",
878 "serde_json",
879 "serde_path_to_error",
880 "serde_qs 0.10.1",
881 "smart-default",
882 "smol_str",
883 "thiserror 1.0.69",
884 "tokio",
885]
886
887[[package]]
888name = "async-tar"
889version = "0.5.0"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
892dependencies = [
893 "async-std",
894 "filetime",
895 "libc",
896 "pin-project",
897 "redox_syscall 0.2.16",
898 "xattr",
899]
900
901[[package]]
902name = "async-task"
903version = "4.7.1"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
906
907[[package]]
908name = "async-tls"
909version = "0.13.0"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
912dependencies = [
913 "futures-core",
914 "futures-io",
915 "rustls 0.21.12",
916 "rustls-pemfile 1.0.4",
917 "webpki-roots 0.22.6",
918]
919
920[[package]]
921name = "async-trait"
922version = "0.1.85"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
925dependencies = [
926 "proc-macro2",
927 "quote",
928 "syn 2.0.90",
929]
930
931[[package]]
932name = "async-tungstenite"
933version = "0.25.1"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
936dependencies = [
937 "async-native-tls",
938 "async-std",
939 "async-tls",
940 "futures-io",
941 "futures-util",
942 "log",
943 "pin-project-lite",
944 "tungstenite 0.21.0",
945]
946
947[[package]]
948name = "async-tungstenite"
949version = "0.28.2"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
952dependencies = [
953 "async-std",
954 "async-tls",
955 "atomic-waker",
956 "futures-core",
957 "futures-io",
958 "futures-task",
959 "futures-util",
960 "log",
961 "pin-project-lite",
962 "tungstenite 0.24.0",
963]
964
965[[package]]
966name = "async-watch"
967version = "0.3.1"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
970dependencies = [
971 "event-listener 2.5.3",
972]
973
974[[package]]
975name = "async_zip"
976version = "0.0.17"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
979dependencies = [
980 "async-compression",
981 "crc32fast",
982 "futures-lite 2.5.0",
983 "pin-project",
984 "thiserror 1.0.69",
985]
986
987[[package]]
988name = "asynchronous-codec"
989version = "0.7.0"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
992dependencies = [
993 "bytes 1.9.0",
994 "futures-sink",
995 "futures-util",
996 "memchr",
997 "pin-project-lite",
998]
999
1000[[package]]
1001name = "atoi"
1002version = "2.0.0"
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1005dependencies = [
1006 "num-traits",
1007]
1008
1009[[package]]
1010name = "atomic"
1011version = "0.5.3"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1014
1015[[package]]
1016name = "atomic-waker"
1017version = "1.1.2"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1020
1021[[package]]
1022name = "audio"
1023version = "0.1.0"
1024dependencies = [
1025 "anyhow",
1026 "collections",
1027 "derive_more",
1028 "gpui",
1029 "parking_lot",
1030 "rodio",
1031 "util",
1032]
1033
1034[[package]]
1035name = "auto_update"
1036version = "0.1.0"
1037dependencies = [
1038 "anyhow",
1039 "client",
1040 "db",
1041 "gpui",
1042 "http_client",
1043 "log",
1044 "paths",
1045 "release_channel",
1046 "schemars",
1047 "serde",
1048 "serde_json",
1049 "settings",
1050 "smol",
1051 "tempfile",
1052 "which 6.0.3",
1053 "workspace",
1054]
1055
1056[[package]]
1057name = "auto_update_ui"
1058version = "0.1.0"
1059dependencies = [
1060 "anyhow",
1061 "auto_update",
1062 "client",
1063 "editor",
1064 "gpui",
1065 "http_client",
1066 "markdown_preview",
1067 "menu",
1068 "release_channel",
1069 "serde",
1070 "serde_json",
1071 "smol",
1072 "util",
1073 "workspace",
1074]
1075
1076[[package]]
1077name = "autocfg"
1078version = "1.4.0"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1081
1082[[package]]
1083name = "av1-grain"
1084version = "0.2.3"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1087dependencies = [
1088 "anyhow",
1089 "arrayvec",
1090 "log",
1091 "nom",
1092 "num-rational",
1093 "v_frame",
1094]
1095
1096[[package]]
1097name = "avif-serialize"
1098version = "0.8.2"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1101dependencies = [
1102 "arrayvec",
1103]
1104
1105[[package]]
1106name = "aws-config"
1107version = "1.5.13"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "c03a50b30228d3af8865ce83376b4e99e1ffa34728220fe2860e4df0bb5278d6"
1110dependencies = [
1111 "aws-credential-types",
1112 "aws-runtime",
1113 "aws-sdk-sso",
1114 "aws-sdk-ssooidc",
1115 "aws-sdk-sts",
1116 "aws-smithy-async",
1117 "aws-smithy-http",
1118 "aws-smithy-json",
1119 "aws-smithy-runtime",
1120 "aws-smithy-runtime-api",
1121 "aws-smithy-types",
1122 "aws-types",
1123 "bytes 1.9.0",
1124 "fastrand 2.3.0",
1125 "hex",
1126 "http 0.2.12",
1127 "ring",
1128 "time",
1129 "tokio",
1130 "tracing",
1131 "url",
1132 "zeroize",
1133]
1134
1135[[package]]
1136name = "aws-credential-types"
1137version = "1.2.1"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1140dependencies = [
1141 "aws-smithy-async",
1142 "aws-smithy-runtime-api",
1143 "aws-smithy-types",
1144 "zeroize",
1145]
1146
1147[[package]]
1148name = "aws-runtime"
1149version = "1.5.3"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
1151checksum = "b16d1aa50accc11a4b4d5c50f7fb81cc0cf60328259c587d0e6b0f11385bde46"
1152dependencies = [
1153 "aws-credential-types",
1154 "aws-sigv4",
1155 "aws-smithy-async",
1156 "aws-smithy-eventstream",
1157 "aws-smithy-http",
1158 "aws-smithy-runtime",
1159 "aws-smithy-runtime-api",
1160 "aws-smithy-types",
1161 "aws-types",
1162 "bytes 1.9.0",
1163 "fastrand 2.3.0",
1164 "http 0.2.12",
1165 "http-body 0.4.6",
1166 "once_cell",
1167 "percent-encoding",
1168 "pin-project-lite",
1169 "tracing",
1170 "uuid",
1171]
1172
1173[[package]]
1174name = "aws-sdk-kinesis"
1175version = "1.55.0"
1176source = "registry+https://github.com/rust-lang/crates.io-index"
1177checksum = "f825a8304333d400ddc0b183e1d85b2e9f197e22aa3c1f03b98ae49451ec33e4"
1178dependencies = [
1179 "aws-credential-types",
1180 "aws-runtime",
1181 "aws-smithy-async",
1182 "aws-smithy-http",
1183 "aws-smithy-json",
1184 "aws-smithy-runtime",
1185 "aws-smithy-runtime-api",
1186 "aws-smithy-types",
1187 "aws-types",
1188 "bytes 1.9.0",
1189 "http 0.2.12",
1190 "once_cell",
1191 "regex-lite",
1192 "tracing",
1193]
1194
1195[[package]]
1196name = "aws-sdk-s3"
1197version = "1.68.0"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "bc5ddf1dc70287dc9a2f953766a1fe15e3e74aef02fd1335f2afa475c9b4f4fc"
1200dependencies = [
1201 "aws-credential-types",
1202 "aws-runtime",
1203 "aws-sigv4",
1204 "aws-smithy-async",
1205 "aws-smithy-checksums",
1206 "aws-smithy-eventstream",
1207 "aws-smithy-http",
1208 "aws-smithy-json",
1209 "aws-smithy-runtime",
1210 "aws-smithy-runtime-api",
1211 "aws-smithy-types",
1212 "aws-smithy-xml",
1213 "aws-types",
1214 "bytes 1.9.0",
1215 "fastrand 2.3.0",
1216 "hex",
1217 "hmac",
1218 "http 0.2.12",
1219 "http-body 0.4.6",
1220 "lru",
1221 "once_cell",
1222 "percent-encoding",
1223 "regex-lite",
1224 "sha2",
1225 "tracing",
1226 "url",
1227]
1228
1229[[package]]
1230name = "aws-sdk-sso"
1231version = "1.53.0"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "1605dc0bf9f0a4b05b451441a17fcb0bda229db384f23bf5cead3adbab0664ac"
1234dependencies = [
1235 "aws-credential-types",
1236 "aws-runtime",
1237 "aws-smithy-async",
1238 "aws-smithy-http",
1239 "aws-smithy-json",
1240 "aws-smithy-runtime",
1241 "aws-smithy-runtime-api",
1242 "aws-smithy-types",
1243 "aws-types",
1244 "bytes 1.9.0",
1245 "http 0.2.12",
1246 "once_cell",
1247 "regex-lite",
1248 "tracing",
1249]
1250
1251[[package]]
1252name = "aws-sdk-ssooidc"
1253version = "1.54.0"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "59f3f73466ff24f6ad109095e0f3f2c830bfb4cd6c8b12f744c8e61ebf4d3ba1"
1256dependencies = [
1257 "aws-credential-types",
1258 "aws-runtime",
1259 "aws-smithy-async",
1260 "aws-smithy-http",
1261 "aws-smithy-json",
1262 "aws-smithy-runtime",
1263 "aws-smithy-runtime-api",
1264 "aws-smithy-types",
1265 "aws-types",
1266 "bytes 1.9.0",
1267 "http 0.2.12",
1268 "once_cell",
1269 "regex-lite",
1270 "tracing",
1271]
1272
1273[[package]]
1274name = "aws-sdk-sts"
1275version = "1.54.0"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "249b2acaa8e02fd4718705a9494e3eb633637139aa4bb09d70965b0448e865db"
1278dependencies = [
1279 "aws-credential-types",
1280 "aws-runtime",
1281 "aws-smithy-async",
1282 "aws-smithy-http",
1283 "aws-smithy-json",
1284 "aws-smithy-query",
1285 "aws-smithy-runtime",
1286 "aws-smithy-runtime-api",
1287 "aws-smithy-types",
1288 "aws-smithy-xml",
1289 "aws-types",
1290 "http 0.2.12",
1291 "once_cell",
1292 "regex-lite",
1293 "tracing",
1294]
1295
1296[[package]]
1297name = "aws-sigv4"
1298version = "1.2.6"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "7d3820e0c08d0737872ff3c7c1f21ebbb6693d832312d6152bf18ef50a5471c2"
1301dependencies = [
1302 "aws-credential-types",
1303 "aws-smithy-eventstream",
1304 "aws-smithy-http",
1305 "aws-smithy-runtime-api",
1306 "aws-smithy-types",
1307 "bytes 1.9.0",
1308 "crypto-bigint 0.5.5",
1309 "form_urlencoded",
1310 "hex",
1311 "hmac",
1312 "http 0.2.12",
1313 "http 1.2.0",
1314 "once_cell",
1315 "p256",
1316 "percent-encoding",
1317 "ring",
1318 "sha2",
1319 "subtle",
1320 "time",
1321 "tracing",
1322 "zeroize",
1323]
1324
1325[[package]]
1326name = "aws-smithy-async"
1327version = "1.2.3"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "427cb637d15d63d6f9aae26358e1c9a9c09d5aa490d64b09354c8217cfef0f28"
1330dependencies = [
1331 "futures-util",
1332 "pin-project-lite",
1333 "tokio",
1334]
1335
1336[[package]]
1337name = "aws-smithy-checksums"
1338version = "0.60.13"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
1341dependencies = [
1342 "aws-smithy-http",
1343 "aws-smithy-types",
1344 "bytes 1.9.0",
1345 "crc32c",
1346 "crc32fast",
1347 "hex",
1348 "http 0.2.12",
1349 "http-body 0.4.6",
1350 "md-5",
1351 "pin-project-lite",
1352 "sha1",
1353 "sha2",
1354 "tracing",
1355]
1356
1357[[package]]
1358name = "aws-smithy-eventstream"
1359version = "0.60.5"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
1362dependencies = [
1363 "aws-smithy-types",
1364 "bytes 1.9.0",
1365 "crc32fast",
1366]
1367
1368[[package]]
1369name = "aws-smithy-http"
1370version = "0.60.11"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
1373dependencies = [
1374 "aws-smithy-eventstream",
1375 "aws-smithy-runtime-api",
1376 "aws-smithy-types",
1377 "bytes 1.9.0",
1378 "bytes-utils",
1379 "futures-core",
1380 "http 0.2.12",
1381 "http-body 0.4.6",
1382 "once_cell",
1383 "percent-encoding",
1384 "pin-project-lite",
1385 "pin-utils",
1386 "tracing",
1387]
1388
1389[[package]]
1390name = "aws-smithy-json"
1391version = "0.61.1"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "ee4e69cc50921eb913c6b662f8d909131bb3e6ad6cb6090d3a39b66fc5c52095"
1394dependencies = [
1395 "aws-smithy-types",
1396]
1397
1398[[package]]
1399name = "aws-smithy-query"
1400version = "0.60.7"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1403dependencies = [
1404 "aws-smithy-types",
1405 "urlencoding",
1406]
1407
1408[[package]]
1409name = "aws-smithy-runtime"
1410version = "1.7.6"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "a05dd41a70fc74051758ee75b5c4db2c0ca070ed9229c3df50e9475cda1cb985"
1413dependencies = [
1414 "aws-smithy-async",
1415 "aws-smithy-http",
1416 "aws-smithy-runtime-api",
1417 "aws-smithy-types",
1418 "bytes 1.9.0",
1419 "fastrand 2.3.0",
1420 "h2 0.3.26",
1421 "http 0.2.12",
1422 "http-body 0.4.6",
1423 "http-body 1.0.1",
1424 "httparse",
1425 "hyper 0.14.32",
1426 "hyper-rustls 0.24.2",
1427 "once_cell",
1428 "pin-project-lite",
1429 "pin-utils",
1430 "rustls 0.21.12",
1431 "tokio",
1432 "tracing",
1433]
1434
1435[[package]]
1436name = "aws-smithy-runtime-api"
1437version = "1.7.3"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1440dependencies = [
1441 "aws-smithy-async",
1442 "aws-smithy-types",
1443 "bytes 1.9.0",
1444 "http 0.2.12",
1445 "http 1.2.0",
1446 "pin-project-lite",
1447 "tokio",
1448 "tracing",
1449 "zeroize",
1450]
1451
1452[[package]]
1453name = "aws-smithy-types"
1454version = "1.2.11"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "38ddc9bd6c28aeb303477170ddd183760a956a03e083b3902a990238a7e3792d"
1457dependencies = [
1458 "base64-simd",
1459 "bytes 1.9.0",
1460 "bytes-utils",
1461 "futures-core",
1462 "http 0.2.12",
1463 "http 1.2.0",
1464 "http-body 0.4.6",
1465 "http-body 1.0.1",
1466 "http-body-util",
1467 "itoa",
1468 "num-integer",
1469 "pin-project-lite",
1470 "pin-utils",
1471 "ryu",
1472 "serde",
1473 "time",
1474 "tokio",
1475 "tokio-util",
1476]
1477
1478[[package]]
1479name = "aws-smithy-xml"
1480version = "0.60.9"
1481source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1483dependencies = [
1484 "xmlparser",
1485]
1486
1487[[package]]
1488name = "aws-types"
1489version = "1.3.3"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1492dependencies = [
1493 "aws-credential-types",
1494 "aws-smithy-async",
1495 "aws-smithy-runtime-api",
1496 "aws-smithy-types",
1497 "rustc_version",
1498 "tracing",
1499]
1500
1501[[package]]
1502name = "axum"
1503version = "0.6.20"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1506dependencies = [
1507 "async-trait",
1508 "axum-core",
1509 "base64 0.21.7",
1510 "bitflags 1.3.2",
1511 "bytes 1.9.0",
1512 "futures-util",
1513 "headers",
1514 "http 0.2.12",
1515 "http-body 0.4.6",
1516 "hyper 0.14.32",
1517 "itoa",
1518 "matchit",
1519 "memchr",
1520 "mime",
1521 "percent-encoding",
1522 "pin-project-lite",
1523 "rustversion",
1524 "serde",
1525 "serde_json",
1526 "serde_path_to_error",
1527 "serde_urlencoded",
1528 "sha1",
1529 "sync_wrapper 0.1.2",
1530 "tokio",
1531 "tokio-tungstenite 0.20.1",
1532 "tower",
1533 "tower-layer",
1534 "tower-service",
1535]
1536
1537[[package]]
1538name = "axum-core"
1539version = "0.3.4"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1542dependencies = [
1543 "async-trait",
1544 "bytes 1.9.0",
1545 "futures-util",
1546 "http 0.2.12",
1547 "http-body 0.4.6",
1548 "mime",
1549 "rustversion",
1550 "tower-layer",
1551 "tower-service",
1552]
1553
1554[[package]]
1555name = "axum-extra"
1556version = "0.4.2"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1559dependencies = [
1560 "axum",
1561 "bytes 1.9.0",
1562 "futures-util",
1563 "http 0.2.12",
1564 "mime",
1565 "pin-project-lite",
1566 "serde",
1567 "serde_json",
1568 "tokio",
1569 "tower",
1570 "tower-http 0.3.5",
1571 "tower-layer",
1572 "tower-service",
1573]
1574
1575[[package]]
1576name = "backtrace"
1577version = "0.3.74"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1580dependencies = [
1581 "addr2line",
1582 "cfg-if",
1583 "libc",
1584 "miniz_oxide",
1585 "object",
1586 "rustc-demangle",
1587 "windows-targets 0.52.6",
1588]
1589
1590[[package]]
1591name = "base16ct"
1592version = "0.1.1"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1595
1596[[package]]
1597name = "base64"
1598version = "0.13.1"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1601
1602[[package]]
1603name = "base64"
1604version = "0.21.7"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1607
1608[[package]]
1609name = "base64"
1610version = "0.22.1"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1613
1614[[package]]
1615name = "base64-simd"
1616version = "0.8.0"
1617source = "registry+https://github.com/rust-lang/crates.io-index"
1618checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1619dependencies = [
1620 "outref",
1621 "vsimd",
1622]
1623
1624[[package]]
1625name = "base64ct"
1626version = "1.6.0"
1627source = "registry+https://github.com/rust-lang/crates.io-index"
1628checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1629
1630[[package]]
1631name = "bigdecimal"
1632version = "0.4.7"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1635dependencies = [
1636 "autocfg",
1637 "libm",
1638 "num-bigint",
1639 "num-integer",
1640 "num-traits",
1641 "serde",
1642]
1643
1644[[package]]
1645name = "bincode"
1646version = "1.3.3"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1649dependencies = [
1650 "serde",
1651]
1652
1653[[package]]
1654name = "bindgen"
1655version = "0.70.1"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1658dependencies = [
1659 "bitflags 2.6.0",
1660 "cexpr",
1661 "clang-sys",
1662 "itertools 0.12.1",
1663 "log",
1664 "prettyplease",
1665 "proc-macro2",
1666 "quote",
1667 "regex",
1668 "rustc-hash 1.1.0",
1669 "shlex",
1670 "syn 2.0.90",
1671]
1672
1673[[package]]
1674name = "bit-set"
1675version = "0.5.3"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1678dependencies = [
1679 "bit-vec 0.6.3",
1680]
1681
1682[[package]]
1683name = "bit-set"
1684version = "0.8.0"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1687dependencies = [
1688 "bit-vec 0.8.0",
1689]
1690
1691[[package]]
1692name = "bit-vec"
1693version = "0.6.3"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1696
1697[[package]]
1698name = "bit-vec"
1699version = "0.8.0"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1702
1703[[package]]
1704name = "bit_field"
1705version = "0.10.2"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1708
1709[[package]]
1710name = "bitflags"
1711version = "1.3.2"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1714
1715[[package]]
1716name = "bitflags"
1717version = "2.6.0"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1720dependencies = [
1721 "serde",
1722]
1723
1724[[package]]
1725name = "bitstream-io"
1726version = "2.6.0"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1729
1730[[package]]
1731name = "bitvec"
1732version = "1.0.1"
1733source = "registry+https://github.com/rust-lang/crates.io-index"
1734checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1735dependencies = [
1736 "funty",
1737 "radium",
1738 "tap",
1739 "wyz",
1740]
1741
1742[[package]]
1743name = "blade-graphics"
1744version = "0.6.0"
1745source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1746dependencies = [
1747 "ash",
1748 "ash-window",
1749 "bitflags 2.6.0",
1750 "bytemuck",
1751 "codespan-reporting",
1752 "glow",
1753 "gpu-alloc",
1754 "gpu-alloc-ash",
1755 "hidden-trait",
1756 "js-sys",
1757 "khronos-egl",
1758 "libloading",
1759 "log",
1760 "mint",
1761 "naga",
1762 "objc2",
1763 "objc2-app-kit",
1764 "objc2-foundation",
1765 "objc2-metal",
1766 "objc2-quartz-core",
1767 "objc2-ui-kit",
1768 "raw-window-handle",
1769 "slab",
1770 "wasm-bindgen",
1771 "web-sys",
1772]
1773
1774[[package]]
1775name = "blade-macros"
1776version = "0.3.0"
1777source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1778dependencies = [
1779 "proc-macro2",
1780 "quote",
1781 "syn 2.0.90",
1782]
1783
1784[[package]]
1785name = "blade-util"
1786version = "0.2.0"
1787source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1788dependencies = [
1789 "blade-graphics",
1790 "bytemuck",
1791 "log",
1792 "profiling",
1793]
1794
1795[[package]]
1796name = "blake3"
1797version = "1.5.5"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
1800dependencies = [
1801 "arrayref",
1802 "arrayvec",
1803 "cc",
1804 "cfg-if",
1805 "constant_time_eq 0.3.1",
1806]
1807
1808[[package]]
1809name = "block"
1810version = "0.1.6"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1813
1814[[package]]
1815name = "block-buffer"
1816version = "0.10.4"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1819dependencies = [
1820 "generic-array",
1821]
1822
1823[[package]]
1824name = "block-padding"
1825version = "0.3.3"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1828dependencies = [
1829 "generic-array",
1830]
1831
1832[[package]]
1833name = "block2"
1834version = "0.5.1"
1835source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
1837dependencies = [
1838 "objc2",
1839]
1840
1841[[package]]
1842name = "blocking"
1843version = "1.6.1"
1844source = "registry+https://github.com/rust-lang/crates.io-index"
1845checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1846dependencies = [
1847 "async-channel 2.3.1",
1848 "async-task",
1849 "futures-io",
1850 "futures-lite 2.5.0",
1851 "piper",
1852]
1853
1854[[package]]
1855name = "borsh"
1856version = "1.5.3"
1857source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
1859dependencies = [
1860 "borsh-derive",
1861 "cfg_aliases 0.2.1",
1862]
1863
1864[[package]]
1865name = "borsh-derive"
1866version = "1.5.3"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
1869dependencies = [
1870 "once_cell",
1871 "proc-macro-crate",
1872 "proc-macro2",
1873 "quote",
1874 "syn 2.0.90",
1875]
1876
1877[[package]]
1878name = "breadcrumbs"
1879version = "0.1.0"
1880dependencies = [
1881 "editor",
1882 "gpui",
1883 "itertools 0.14.0",
1884 "theme",
1885 "ui",
1886 "workspace",
1887 "zed_actions",
1888]
1889
1890[[package]]
1891name = "bstr"
1892version = "1.11.1"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
1895dependencies = [
1896 "memchr",
1897 "regex-automata 0.4.9",
1898 "serde",
1899]
1900
1901[[package]]
1902name = "built"
1903version = "0.7.5"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
1906
1907[[package]]
1908name = "bumpalo"
1909version = "3.16.0"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1912
1913[[package]]
1914name = "by_address"
1915version = "1.2.1"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1918
1919[[package]]
1920name = "bytecheck"
1921version = "0.6.12"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1924dependencies = [
1925 "bytecheck_derive",
1926 "ptr_meta",
1927 "simdutf8",
1928]
1929
1930[[package]]
1931name = "bytecheck_derive"
1932version = "0.6.12"
1933source = "registry+https://github.com/rust-lang/crates.io-index"
1934checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1935dependencies = [
1936 "proc-macro2",
1937 "quote",
1938 "syn 1.0.109",
1939]
1940
1941[[package]]
1942name = "bytemuck"
1943version = "1.21.0"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
1946dependencies = [
1947 "bytemuck_derive",
1948]
1949
1950[[package]]
1951name = "bytemuck_derive"
1952version = "1.8.0"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
1955dependencies = [
1956 "proc-macro2",
1957 "quote",
1958 "syn 2.0.90",
1959]
1960
1961[[package]]
1962name = "byteorder"
1963version = "1.5.0"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1966
1967[[package]]
1968name = "byteorder-lite"
1969version = "0.1.0"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1972
1973[[package]]
1974name = "bytes"
1975version = "0.4.12"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1978dependencies = [
1979 "byteorder",
1980 "iovec",
1981]
1982
1983[[package]]
1984name = "bytes"
1985version = "1.9.0"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
1988
1989[[package]]
1990name = "bytes-utils"
1991version = "0.1.4"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1994dependencies = [
1995 "bytes 1.9.0",
1996 "either",
1997]
1998
1999[[package]]
2000name = "bzip2"
2001version = "0.4.4"
2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2004dependencies = [
2005 "bzip2-sys",
2006 "libc",
2007]
2008
2009[[package]]
2010name = "bzip2-sys"
2011version = "0.1.11+1.0.8"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2014dependencies = [
2015 "cc",
2016 "libc",
2017 "pkg-config",
2018]
2019
2020[[package]]
2021name = "call"
2022version = "0.1.0"
2023dependencies = [
2024 "anyhow",
2025 "audio",
2026 "client",
2027 "collections",
2028 "feature_flags",
2029 "fs",
2030 "futures 0.3.31",
2031 "gpui",
2032 "http_client",
2033 "language",
2034 "livekit_client",
2035 "livekit_client_macos",
2036 "log",
2037 "postage",
2038 "project",
2039 "schemars",
2040 "serde",
2041 "serde_derive",
2042 "settings",
2043 "telemetry",
2044 "util",
2045]
2046
2047[[package]]
2048name = "calloop"
2049version = "0.13.0"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2052dependencies = [
2053 "bitflags 2.6.0",
2054 "log",
2055 "polling",
2056 "rustix",
2057 "slab",
2058 "thiserror 1.0.69",
2059]
2060
2061[[package]]
2062name = "calloop-wayland-source"
2063version = "0.3.0"
2064source = "registry+https://github.com/rust-lang/crates.io-index"
2065checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2066dependencies = [
2067 "calloop",
2068 "rustix",
2069 "wayland-backend",
2070 "wayland-client",
2071]
2072
2073[[package]]
2074name = "camino"
2075version = "1.1.9"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2078dependencies = [
2079 "serde",
2080]
2081
2082[[package]]
2083name = "cap-fs-ext"
2084version = "3.4.2"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2087dependencies = [
2088 "cap-primitives",
2089 "cap-std",
2090 "io-lifetimes",
2091 "windows-sys 0.59.0",
2092]
2093
2094[[package]]
2095name = "cap-net-ext"
2096version = "3.4.2"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2099dependencies = [
2100 "cap-primitives",
2101 "cap-std",
2102 "rustix",
2103 "smallvec",
2104]
2105
2106[[package]]
2107name = "cap-primitives"
2108version = "3.4.2"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2111dependencies = [
2112 "ambient-authority",
2113 "fs-set-times",
2114 "io-extras",
2115 "io-lifetimes",
2116 "ipnet",
2117 "maybe-owned",
2118 "rustix",
2119 "windows-sys 0.59.0",
2120 "winx",
2121]
2122
2123[[package]]
2124name = "cap-rand"
2125version = "3.4.2"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2128dependencies = [
2129 "ambient-authority",
2130 "rand 0.8.5",
2131]
2132
2133[[package]]
2134name = "cap-std"
2135version = "3.4.2"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2138dependencies = [
2139 "cap-primitives",
2140 "io-extras",
2141 "io-lifetimes",
2142 "rustix",
2143]
2144
2145[[package]]
2146name = "cap-time-ext"
2147version = "3.4.2"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2150dependencies = [
2151 "ambient-authority",
2152 "cap-primitives",
2153 "iana-time-zone",
2154 "once_cell",
2155 "rustix",
2156 "winx",
2157]
2158
2159[[package]]
2160name = "cargo-platform"
2161version = "0.1.9"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2164dependencies = [
2165 "serde",
2166]
2167
2168[[package]]
2169name = "cargo_metadata"
2170version = "0.19.1"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
2173dependencies = [
2174 "camino",
2175 "cargo-platform",
2176 "semver",
2177 "serde",
2178 "serde_json",
2179 "thiserror 2.0.6",
2180]
2181
2182[[package]]
2183name = "cargo_toml"
2184version = "0.21.0"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2187dependencies = [
2188 "serde",
2189 "toml 0.8.19",
2190]
2191
2192[[package]]
2193name = "cast"
2194version = "0.3.0"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2197
2198[[package]]
2199name = "cbc"
2200version = "0.1.2"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2203dependencies = [
2204 "cipher",
2205]
2206
2207[[package]]
2208name = "cbindgen"
2209version = "0.27.0"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2212dependencies = [
2213 "heck 0.4.1",
2214 "indexmap",
2215 "log",
2216 "proc-macro2",
2217 "quote",
2218 "serde",
2219 "serde_json",
2220 "syn 2.0.90",
2221 "tempfile",
2222 "toml 0.8.19",
2223]
2224
2225[[package]]
2226name = "cc"
2227version = "1.2.3"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2230dependencies = [
2231 "jobserver",
2232 "libc",
2233 "shlex",
2234]
2235
2236[[package]]
2237name = "cesu8"
2238version = "1.1.0"
2239source = "registry+https://github.com/rust-lang/crates.io-index"
2240checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2241
2242[[package]]
2243name = "cexpr"
2244version = "0.6.0"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2247dependencies = [
2248 "nom",
2249]
2250
2251[[package]]
2252name = "cfg-expr"
2253version = "0.15.8"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2256dependencies = [
2257 "smallvec",
2258 "target-lexicon",
2259]
2260
2261[[package]]
2262name = "cfg-if"
2263version = "1.0.0"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2266
2267[[package]]
2268name = "cfg_aliases"
2269version = "0.1.1"
2270source = "registry+https://github.com/rust-lang/crates.io-index"
2271checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2272
2273[[package]]
2274name = "cfg_aliases"
2275version = "0.2.1"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2278
2279[[package]]
2280name = "channel"
2281version = "0.1.0"
2282dependencies = [
2283 "anyhow",
2284 "client",
2285 "clock",
2286 "collections",
2287 "futures 0.3.31",
2288 "gpui",
2289 "http_client",
2290 "language",
2291 "log",
2292 "rand 0.8.5",
2293 "release_channel",
2294 "rpc",
2295 "settings",
2296 "sum_tree",
2297 "text",
2298 "time",
2299 "util",
2300]
2301
2302[[package]]
2303name = "chrono"
2304version = "0.4.39"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2307dependencies = [
2308 "android-tzdata",
2309 "iana-time-zone",
2310 "js-sys",
2311 "num-traits",
2312 "serde",
2313 "wasm-bindgen",
2314 "windows-targets 0.52.6",
2315]
2316
2317[[package]]
2318name = "chunked_transfer"
2319version = "1.5.0"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2322
2323[[package]]
2324name = "ciborium"
2325version = "0.2.2"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2328dependencies = [
2329 "ciborium-io",
2330 "ciborium-ll",
2331 "serde",
2332]
2333
2334[[package]]
2335name = "ciborium-io"
2336version = "0.2.2"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2339
2340[[package]]
2341name = "ciborium-ll"
2342version = "0.2.2"
2343source = "registry+https://github.com/rust-lang/crates.io-index"
2344checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2345dependencies = [
2346 "ciborium-io",
2347 "half",
2348]
2349
2350[[package]]
2351name = "cipher"
2352version = "0.4.4"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2355dependencies = [
2356 "crypto-common",
2357 "inout",
2358 "zeroize",
2359]
2360
2361[[package]]
2362name = "clang-sys"
2363version = "1.8.1"
2364source = "registry+https://github.com/rust-lang/crates.io-index"
2365checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2366dependencies = [
2367 "glob",
2368 "libc",
2369 "libloading",
2370]
2371
2372[[package]]
2373name = "clap"
2374version = "4.5.23"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
2377dependencies = [
2378 "clap_builder",
2379 "clap_derive",
2380]
2381
2382[[package]]
2383name = "clap_builder"
2384version = "4.5.23"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
2387dependencies = [
2388 "anstream",
2389 "anstyle",
2390 "clap_lex",
2391 "strsim",
2392 "terminal_size",
2393]
2394
2395[[package]]
2396name = "clap_complete"
2397version = "4.5.38"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2400dependencies = [
2401 "clap",
2402]
2403
2404[[package]]
2405name = "clap_derive"
2406version = "4.5.18"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2409dependencies = [
2410 "heck 0.5.0",
2411 "proc-macro2",
2412 "quote",
2413 "syn 2.0.90",
2414]
2415
2416[[package]]
2417name = "clap_lex"
2418version = "0.7.4"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2421
2422[[package]]
2423name = "cli"
2424version = "0.1.0"
2425dependencies = [
2426 "anyhow",
2427 "clap",
2428 "collections",
2429 "core-foundation 0.9.4",
2430 "core-services",
2431 "exec",
2432 "fork",
2433 "ipc-channel",
2434 "parking_lot",
2435 "paths",
2436 "plist",
2437 "release_channel",
2438 "serde",
2439 "tempfile",
2440 "util",
2441]
2442
2443[[package]]
2444name = "client"
2445version = "0.1.0"
2446dependencies = [
2447 "anyhow",
2448 "async-native-tls",
2449 "async-recursion 0.3.2",
2450 "async-tungstenite 0.28.2",
2451 "chrono",
2452 "clock",
2453 "cocoa 0.26.0",
2454 "collections",
2455 "feature_flags",
2456 "futures 0.3.31",
2457 "gpui",
2458 "http_client",
2459 "log",
2460 "parking_lot",
2461 "paths",
2462 "postage",
2463 "rand 0.8.5",
2464 "release_channel",
2465 "rpc",
2466 "rustls 0.21.12",
2467 "rustls-native-certs 0.8.1",
2468 "schemars",
2469 "serde",
2470 "serde_json",
2471 "settings",
2472 "sha2",
2473 "smol",
2474 "telemetry",
2475 "telemetry_events",
2476 "text",
2477 "thiserror 1.0.69",
2478 "time",
2479 "tiny_http",
2480 "tokio-socks",
2481 "url",
2482 "util",
2483 "windows 0.58.0",
2484 "worktree",
2485]
2486
2487[[package]]
2488name = "clock"
2489version = "0.1.0"
2490dependencies = [
2491 "parking_lot",
2492 "serde",
2493 "smallvec",
2494]
2495
2496[[package]]
2497name = "cobs"
2498version = "0.2.3"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2501
2502[[package]]
2503name = "cocoa"
2504version = "0.25.0"
2505source = "registry+https://github.com/rust-lang/crates.io-index"
2506checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2507dependencies = [
2508 "bitflags 1.3.2",
2509 "block",
2510 "cocoa-foundation 0.1.2",
2511 "core-foundation 0.9.4",
2512 "core-graphics 0.23.2",
2513 "foreign-types 0.5.0",
2514 "libc",
2515 "objc",
2516]
2517
2518[[package]]
2519name = "cocoa"
2520version = "0.26.0"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2523dependencies = [
2524 "bitflags 2.6.0",
2525 "block",
2526 "cocoa-foundation 0.2.0",
2527 "core-foundation 0.10.0",
2528 "core-graphics 0.24.0",
2529 "foreign-types 0.5.0",
2530 "libc",
2531 "objc",
2532]
2533
2534[[package]]
2535name = "cocoa-foundation"
2536version = "0.1.2"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2539dependencies = [
2540 "bitflags 1.3.2",
2541 "block",
2542 "core-foundation 0.9.4",
2543 "core-graphics-types 0.1.3",
2544 "libc",
2545 "objc",
2546]
2547
2548[[package]]
2549name = "cocoa-foundation"
2550version = "0.2.0"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2553dependencies = [
2554 "bitflags 2.6.0",
2555 "block",
2556 "core-foundation 0.10.0",
2557 "core-graphics-types 0.2.0",
2558 "libc",
2559 "objc",
2560]
2561
2562[[package]]
2563name = "codespan-reporting"
2564version = "0.11.1"
2565source = "registry+https://github.com/rust-lang/crates.io-index"
2566checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2567dependencies = [
2568 "termcolor",
2569 "unicode-width",
2570]
2571
2572[[package]]
2573name = "collab"
2574version = "0.44.0"
2575dependencies = [
2576 "anthropic",
2577 "anyhow",
2578 "assistant",
2579 "assistant_tool",
2580 "async-stripe",
2581 "async-trait",
2582 "async-tungstenite 0.28.2",
2583 "audio",
2584 "aws-config",
2585 "aws-sdk-kinesis",
2586 "aws-sdk-s3",
2587 "axum",
2588 "axum-extra",
2589 "base64 0.22.1",
2590 "call",
2591 "channel",
2592 "chrono",
2593 "client",
2594 "clock",
2595 "collab_ui",
2596 "collections",
2597 "context_server",
2598 "ctor",
2599 "dashmap 6.1.0",
2600 "derive_more",
2601 "editor",
2602 "env_logger 0.11.6",
2603 "envy",
2604 "extension",
2605 "file_finder",
2606 "fireworks",
2607 "fs",
2608 "futures 0.3.31",
2609 "git",
2610 "git_hosting_providers",
2611 "google_ai",
2612 "gpui",
2613 "hex",
2614 "http_client",
2615 "hyper 0.14.32",
2616 "indoc",
2617 "jsonwebtoken",
2618 "language",
2619 "language_model",
2620 "livekit_client",
2621 "livekit_client_macos",
2622 "livekit_server",
2623 "log",
2624 "lsp",
2625 "menu",
2626 "multi_buffer",
2627 "nanoid",
2628 "node_runtime",
2629 "notifications",
2630 "open_ai",
2631 "parking_lot",
2632 "pretty_assertions",
2633 "project",
2634 "prometheus",
2635 "prost 0.9.0",
2636 "rand 0.8.5",
2637 "recent_projects",
2638 "release_channel",
2639 "remote",
2640 "remote_server",
2641 "reqwest 0.11.27",
2642 "reqwest_client",
2643 "rpc",
2644 "rustc-demangle",
2645 "scrypt",
2646 "sea-orm",
2647 "semantic_version",
2648 "semver",
2649 "serde",
2650 "serde_derive",
2651 "serde_json",
2652 "session",
2653 "settings",
2654 "sha2",
2655 "sqlx",
2656 "strum",
2657 "subtle",
2658 "supermaven_api",
2659 "telemetry_events",
2660 "text",
2661 "theme",
2662 "thiserror 1.0.69",
2663 "time",
2664 "tokio",
2665 "toml 0.8.19",
2666 "tower",
2667 "tower-http 0.4.4",
2668 "tracing",
2669 "tracing-subscriber",
2670 "unindent",
2671 "util",
2672 "uuid",
2673 "workspace",
2674 "worktree",
2675]
2676
2677[[package]]
2678name = "collab_ui"
2679version = "0.1.0"
2680dependencies = [
2681 "anyhow",
2682 "call",
2683 "channel",
2684 "chrono",
2685 "client",
2686 "collections",
2687 "db",
2688 "editor",
2689 "emojis",
2690 "futures 0.3.31",
2691 "fuzzy",
2692 "gpui",
2693 "http_client",
2694 "language",
2695 "menu",
2696 "notifications",
2697 "picker",
2698 "pretty_assertions",
2699 "project",
2700 "release_channel",
2701 "rich_text",
2702 "rpc",
2703 "schemars",
2704 "serde",
2705 "serde_derive",
2706 "serde_json",
2707 "settings",
2708 "smallvec",
2709 "story",
2710 "telemetry",
2711 "theme",
2712 "time",
2713 "time_format",
2714 "title_bar",
2715 "tree-sitter-md",
2716 "ui",
2717 "util",
2718 "workspace",
2719]
2720
2721[[package]]
2722name = "collections"
2723version = "0.1.0"
2724dependencies = [
2725 "indexmap",
2726 "rustc-hash 2.1.0",
2727]
2728
2729[[package]]
2730name = "color_quant"
2731version = "1.1.0"
2732source = "registry+https://github.com/rust-lang/crates.io-index"
2733checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2734
2735[[package]]
2736name = "colorchoice"
2737version = "1.0.3"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2740
2741[[package]]
2742name = "combine"
2743version = "4.6.7"
2744source = "registry+https://github.com/rust-lang/crates.io-index"
2745checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2746dependencies = [
2747 "bytes 1.9.0",
2748 "memchr",
2749]
2750
2751[[package]]
2752name = "command_palette"
2753version = "0.1.0"
2754dependencies = [
2755 "client",
2756 "collections",
2757 "command_palette_hooks",
2758 "ctor",
2759 "editor",
2760 "env_logger 0.11.6",
2761 "fuzzy",
2762 "go_to_line",
2763 "gpui",
2764 "language",
2765 "menu",
2766 "picker",
2767 "postage",
2768 "project",
2769 "serde",
2770 "serde_json",
2771 "settings",
2772 "telemetry",
2773 "theme",
2774 "ui",
2775 "util",
2776 "workspace",
2777 "zed_actions",
2778]
2779
2780[[package]]
2781name = "command_palette_hooks"
2782version = "0.1.0"
2783dependencies = [
2784 "collections",
2785 "derive_more",
2786 "gpui",
2787]
2788
2789[[package]]
2790name = "concurrent-queue"
2791version = "2.5.0"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2794dependencies = [
2795 "crossbeam-utils",
2796]
2797
2798[[package]]
2799name = "console"
2800version = "0.15.8"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2803dependencies = [
2804 "encode_unicode",
2805 "lazy_static",
2806 "libc",
2807 "unicode-width",
2808 "windows-sys 0.52.0",
2809]
2810
2811[[package]]
2812name = "const-oid"
2813version = "0.9.6"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2816
2817[[package]]
2818name = "const-random"
2819version = "0.1.18"
2820source = "registry+https://github.com/rust-lang/crates.io-index"
2821checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2822dependencies = [
2823 "const-random-macro",
2824]
2825
2826[[package]]
2827name = "const-random-macro"
2828version = "0.1.16"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2831dependencies = [
2832 "getrandom 0.2.15",
2833 "once_cell",
2834 "tiny-keccak",
2835]
2836
2837[[package]]
2838name = "constant_time_eq"
2839version = "0.1.5"
2840source = "registry+https://github.com/rust-lang/crates.io-index"
2841checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2842
2843[[package]]
2844name = "constant_time_eq"
2845version = "0.3.1"
2846source = "registry+https://github.com/rust-lang/crates.io-index"
2847checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2848
2849[[package]]
2850name = "context_server"
2851version = "0.1.0"
2852dependencies = [
2853 "anyhow",
2854 "assistant_tool",
2855 "collections",
2856 "command_palette_hooks",
2857 "context_server_settings",
2858 "extension",
2859 "futures 0.3.31",
2860 "gpui",
2861 "log",
2862 "parking_lot",
2863 "postage",
2864 "project",
2865 "serde",
2866 "serde_json",
2867 "settings",
2868 "smol",
2869 "url",
2870 "util",
2871 "workspace",
2872]
2873
2874[[package]]
2875name = "context_server_settings"
2876version = "0.1.0"
2877dependencies = [
2878 "anyhow",
2879 "collections",
2880 "gpui",
2881 "schemars",
2882 "serde",
2883 "serde_json",
2884 "settings",
2885]
2886
2887[[package]]
2888name = "convert_case"
2889version = "0.4.0"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2892
2893[[package]]
2894name = "convert_case"
2895version = "0.6.0"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2898dependencies = [
2899 "unicode-segmentation",
2900]
2901
2902[[package]]
2903name = "copilot"
2904version = "0.1.0"
2905dependencies = [
2906 "anyhow",
2907 "async-compression",
2908 "async-std",
2909 "async-tar",
2910 "chrono",
2911 "client",
2912 "clock",
2913 "collections",
2914 "command_palette_hooks",
2915 "editor",
2916 "fs",
2917 "futures 0.3.31",
2918 "gpui",
2919 "http_client",
2920 "indoc",
2921 "inline_completion",
2922 "language",
2923 "lsp",
2924 "menu",
2925 "node_runtime",
2926 "parking_lot",
2927 "paths",
2928 "project",
2929 "rpc",
2930 "schemars",
2931 "serde",
2932 "serde_json",
2933 "settings",
2934 "smol",
2935 "strum",
2936 "task",
2937 "theme",
2938 "ui",
2939 "util",
2940 "workspace",
2941]
2942
2943[[package]]
2944name = "core-foundation"
2945version = "0.9.4"
2946source = "registry+https://github.com/rust-lang/crates.io-index"
2947checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2948dependencies = [
2949 "core-foundation-sys",
2950 "libc",
2951]
2952
2953[[package]]
2954name = "core-foundation"
2955version = "0.10.0"
2956source = "registry+https://github.com/rust-lang/crates.io-index"
2957checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
2958dependencies = [
2959 "core-foundation-sys",
2960 "libc",
2961]
2962
2963[[package]]
2964name = "core-foundation-sys"
2965version = "0.8.7"
2966source = "registry+https://github.com/rust-lang/crates.io-index"
2967checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2968
2969[[package]]
2970name = "core-graphics"
2971version = "0.23.2"
2972source = "registry+https://github.com/rust-lang/crates.io-index"
2973checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2974dependencies = [
2975 "bitflags 1.3.2",
2976 "core-foundation 0.9.4",
2977 "core-graphics-types 0.1.3",
2978 "foreign-types 0.5.0",
2979 "libc",
2980]
2981
2982[[package]]
2983name = "core-graphics"
2984version = "0.24.0"
2985source = "registry+https://github.com/rust-lang/crates.io-index"
2986checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
2987dependencies = [
2988 "bitflags 2.6.0",
2989 "core-foundation 0.10.0",
2990 "core-graphics-types 0.2.0",
2991 "foreign-types 0.5.0",
2992 "libc",
2993]
2994
2995[[package]]
2996name = "core-graphics-types"
2997version = "0.1.3"
2998source = "registry+https://github.com/rust-lang/crates.io-index"
2999checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3000dependencies = [
3001 "bitflags 1.3.2",
3002 "core-foundation 0.9.4",
3003 "libc",
3004]
3005
3006[[package]]
3007name = "core-graphics-types"
3008version = "0.2.0"
3009source = "registry+https://github.com/rust-lang/crates.io-index"
3010checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3011dependencies = [
3012 "bitflags 2.6.0",
3013 "core-foundation 0.10.0",
3014 "libc",
3015]
3016
3017[[package]]
3018name = "core-services"
3019version = "0.2.1"
3020source = "registry+https://github.com/rust-lang/crates.io-index"
3021checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3022dependencies = [
3023 "core-foundation 0.9.4",
3024]
3025
3026[[package]]
3027name = "core-text"
3028version = "20.1.0"
3029source = "registry+https://github.com/rust-lang/crates.io-index"
3030checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3031dependencies = [
3032 "core-foundation 0.9.4",
3033 "core-graphics 0.23.2",
3034 "foreign-types 0.5.0",
3035 "libc",
3036]
3037
3038[[package]]
3039name = "coreaudio-rs"
3040version = "0.11.3"
3041source = "registry+https://github.com/rust-lang/crates.io-index"
3042checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3043dependencies = [
3044 "bitflags 1.3.2",
3045 "core-foundation-sys",
3046 "coreaudio-sys",
3047]
3048
3049[[package]]
3050name = "coreaudio-rs"
3051version = "0.12.1"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3054dependencies = [
3055 "bitflags 1.3.2",
3056 "core-foundation-sys",
3057 "coreaudio-sys",
3058]
3059
3060[[package]]
3061name = "coreaudio-sys"
3062version = "0.2.16"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3065dependencies = [
3066 "bindgen",
3067]
3068
3069[[package]]
3070name = "cosmic-text"
3071version = "0.11.2"
3072source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3073dependencies = [
3074 "bitflags 2.6.0",
3075 "fontdb",
3076 "log",
3077 "rangemap",
3078 "rayon",
3079 "rustc-hash 1.1.0",
3080 "rustybuzz",
3081 "self_cell",
3082 "swash",
3083 "sys-locale",
3084 "ttf-parser",
3085 "unicode-bidi",
3086 "unicode-linebreak",
3087 "unicode-script",
3088 "unicode-segmentation",
3089]
3090
3091[[package]]
3092name = "cpal"
3093version = "0.15.3"
3094source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3095dependencies = [
3096 "alsa",
3097 "core-foundation-sys",
3098 "coreaudio-rs 0.11.3",
3099 "dasp_sample",
3100 "jni",
3101 "js-sys",
3102 "libc",
3103 "mach2",
3104 "ndk",
3105 "ndk-context",
3106 "oboe",
3107 "wasm-bindgen",
3108 "wasm-bindgen-futures",
3109 "web-sys",
3110 "windows 0.54.0",
3111]
3112
3113[[package]]
3114name = "cpp_demangle"
3115version = "0.4.4"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3118dependencies = [
3119 "cfg-if",
3120]
3121
3122[[package]]
3123name = "cpufeatures"
3124version = "0.2.16"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3127dependencies = [
3128 "libc",
3129]
3130
3131[[package]]
3132name = "cranelift-bforest"
3133version = "0.111.2"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3136dependencies = [
3137 "cranelift-entity",
3138]
3139
3140[[package]]
3141name = "cranelift-bitset"
3142version = "0.111.2"
3143source = "registry+https://github.com/rust-lang/crates.io-index"
3144checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3145dependencies = [
3146 "serde",
3147 "serde_derive",
3148]
3149
3150[[package]]
3151name = "cranelift-codegen"
3152version = "0.111.2"
3153source = "registry+https://github.com/rust-lang/crates.io-index"
3154checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3155dependencies = [
3156 "bumpalo",
3157 "cranelift-bforest",
3158 "cranelift-bitset",
3159 "cranelift-codegen-meta",
3160 "cranelift-codegen-shared",
3161 "cranelift-control",
3162 "cranelift-entity",
3163 "cranelift-isle",
3164 "gimli 0.29.0",
3165 "hashbrown 0.14.5",
3166 "log",
3167 "regalloc2",
3168 "rustc-hash 1.1.0",
3169 "smallvec",
3170 "target-lexicon",
3171]
3172
3173[[package]]
3174name = "cranelift-codegen-meta"
3175version = "0.111.2"
3176source = "registry+https://github.com/rust-lang/crates.io-index"
3177checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3178dependencies = [
3179 "cranelift-codegen-shared",
3180]
3181
3182[[package]]
3183name = "cranelift-codegen-shared"
3184version = "0.111.2"
3185source = "registry+https://github.com/rust-lang/crates.io-index"
3186checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3187
3188[[package]]
3189name = "cranelift-control"
3190version = "0.111.2"
3191source = "registry+https://github.com/rust-lang/crates.io-index"
3192checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3193dependencies = [
3194 "arbitrary",
3195]
3196
3197[[package]]
3198name = "cranelift-entity"
3199version = "0.111.2"
3200source = "registry+https://github.com/rust-lang/crates.io-index"
3201checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3202dependencies = [
3203 "cranelift-bitset",
3204 "serde",
3205 "serde_derive",
3206]
3207
3208[[package]]
3209name = "cranelift-frontend"
3210version = "0.111.2"
3211source = "registry+https://github.com/rust-lang/crates.io-index"
3212checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3213dependencies = [
3214 "cranelift-codegen",
3215 "log",
3216 "smallvec",
3217 "target-lexicon",
3218]
3219
3220[[package]]
3221name = "cranelift-isle"
3222version = "0.111.2"
3223source = "registry+https://github.com/rust-lang/crates.io-index"
3224checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3225
3226[[package]]
3227name = "cranelift-native"
3228version = "0.111.2"
3229source = "registry+https://github.com/rust-lang/crates.io-index"
3230checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3231dependencies = [
3232 "cranelift-codegen",
3233 "libc",
3234 "target-lexicon",
3235]
3236
3237[[package]]
3238name = "cranelift-wasm"
3239version = "0.111.2"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3242dependencies = [
3243 "cranelift-codegen",
3244 "cranelift-entity",
3245 "cranelift-frontend",
3246 "itertools 0.12.1",
3247 "log",
3248 "smallvec",
3249 "wasmparser 0.215.0",
3250 "wasmtime-types",
3251]
3252
3253[[package]]
3254name = "crc"
3255version = "3.2.1"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3258dependencies = [
3259 "crc-catalog",
3260]
3261
3262[[package]]
3263name = "crc-catalog"
3264version = "2.4.0"
3265source = "registry+https://github.com/rust-lang/crates.io-index"
3266checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3267
3268[[package]]
3269name = "crc32c"
3270version = "0.6.8"
3271source = "registry+https://github.com/rust-lang/crates.io-index"
3272checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3273dependencies = [
3274 "rustc_version",
3275]
3276
3277[[package]]
3278name = "crc32fast"
3279version = "1.4.2"
3280source = "registry+https://github.com/rust-lang/crates.io-index"
3281checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3282dependencies = [
3283 "cfg-if",
3284]
3285
3286[[package]]
3287name = "criterion"
3288version = "0.5.1"
3289source = "registry+https://github.com/rust-lang/crates.io-index"
3290checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3291dependencies = [
3292 "anes",
3293 "cast",
3294 "ciborium",
3295 "clap",
3296 "criterion-plot",
3297 "is-terminal",
3298 "itertools 0.10.5",
3299 "num-traits",
3300 "once_cell",
3301 "oorandom",
3302 "plotters",
3303 "rayon",
3304 "regex",
3305 "serde",
3306 "serde_derive",
3307 "serde_json",
3308 "tinytemplate",
3309 "walkdir",
3310]
3311
3312[[package]]
3313name = "criterion-plot"
3314version = "0.5.0"
3315source = "registry+https://github.com/rust-lang/crates.io-index"
3316checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3317dependencies = [
3318 "cast",
3319 "itertools 0.10.5",
3320]
3321
3322[[package]]
3323name = "crossbeam-channel"
3324version = "0.5.13"
3325source = "registry+https://github.com/rust-lang/crates.io-index"
3326checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3327dependencies = [
3328 "crossbeam-utils",
3329]
3330
3331[[package]]
3332name = "crossbeam-deque"
3333version = "0.8.5"
3334source = "registry+https://github.com/rust-lang/crates.io-index"
3335checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3336dependencies = [
3337 "crossbeam-epoch",
3338 "crossbeam-utils",
3339]
3340
3341[[package]]
3342name = "crossbeam-epoch"
3343version = "0.9.18"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3346dependencies = [
3347 "crossbeam-utils",
3348]
3349
3350[[package]]
3351name = "crossbeam-queue"
3352version = "0.3.11"
3353source = "registry+https://github.com/rust-lang/crates.io-index"
3354checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3355dependencies = [
3356 "crossbeam-utils",
3357]
3358
3359[[package]]
3360name = "crossbeam-utils"
3361version = "0.8.20"
3362source = "registry+https://github.com/rust-lang/crates.io-index"
3363checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3364
3365[[package]]
3366name = "crunchy"
3367version = "0.2.2"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3370
3371[[package]]
3372name = "crypto-bigint"
3373version = "0.4.9"
3374source = "registry+https://github.com/rust-lang/crates.io-index"
3375checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3376dependencies = [
3377 "generic-array",
3378 "rand_core 0.6.4",
3379 "subtle",
3380 "zeroize",
3381]
3382
3383[[package]]
3384name = "crypto-bigint"
3385version = "0.5.5"
3386source = "registry+https://github.com/rust-lang/crates.io-index"
3387checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3388dependencies = [
3389 "rand_core 0.6.4",
3390 "subtle",
3391]
3392
3393[[package]]
3394name = "crypto-common"
3395version = "0.1.6"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3398dependencies = [
3399 "generic-array",
3400 "rand_core 0.6.4",
3401 "typenum",
3402]
3403
3404[[package]]
3405name = "ctor"
3406version = "0.2.9"
3407source = "registry+https://github.com/rust-lang/crates.io-index"
3408checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
3409dependencies = [
3410 "quote",
3411 "syn 2.0.90",
3412]
3413
3414[[package]]
3415name = "ctrlc"
3416version = "3.4.5"
3417source = "registry+https://github.com/rust-lang/crates.io-index"
3418checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3419dependencies = [
3420 "nix",
3421 "windows-sys 0.59.0",
3422]
3423
3424[[package]]
3425name = "cursor-icon"
3426version = "1.1.0"
3427source = "registry+https://github.com/rust-lang/crates.io-index"
3428checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3429
3430[[package]]
3431name = "cxx"
3432version = "1.0.134"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3435dependencies = [
3436 "cc",
3437 "cxxbridge-cmd",
3438 "cxxbridge-flags",
3439 "cxxbridge-macro",
3440 "foldhash",
3441 "link-cplusplus",
3442]
3443
3444[[package]]
3445name = "cxx-build"
3446version = "1.0.134"
3447source = "registry+https://github.com/rust-lang/crates.io-index"
3448checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3449dependencies = [
3450 "cc",
3451 "codespan-reporting",
3452 "proc-macro2",
3453 "quote",
3454 "scratch",
3455 "syn 2.0.90",
3456]
3457
3458[[package]]
3459name = "cxxbridge-cmd"
3460version = "1.0.134"
3461source = "registry+https://github.com/rust-lang/crates.io-index"
3462checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3463dependencies = [
3464 "clap",
3465 "codespan-reporting",
3466 "proc-macro2",
3467 "quote",
3468 "syn 2.0.90",
3469]
3470
3471[[package]]
3472name = "cxxbridge-flags"
3473version = "1.0.134"
3474source = "registry+https://github.com/rust-lang/crates.io-index"
3475checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3476
3477[[package]]
3478name = "cxxbridge-macro"
3479version = "1.0.134"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3482dependencies = [
3483 "proc-macro2",
3484 "quote",
3485 "rustversion",
3486 "syn 2.0.90",
3487]
3488
3489[[package]]
3490name = "dashmap"
3491version = "5.5.3"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3494dependencies = [
3495 "cfg-if",
3496 "hashbrown 0.14.5",
3497 "lock_api",
3498 "once_cell",
3499 "parking_lot_core",
3500]
3501
3502[[package]]
3503name = "dashmap"
3504version = "6.1.0"
3505source = "registry+https://github.com/rust-lang/crates.io-index"
3506checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3507dependencies = [
3508 "cfg-if",
3509 "crossbeam-utils",
3510 "hashbrown 0.14.5",
3511 "lock_api",
3512 "once_cell",
3513 "parking_lot_core",
3514]
3515
3516[[package]]
3517name = "dasp_sample"
3518version = "0.11.0"
3519source = "registry+https://github.com/rust-lang/crates.io-index"
3520checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3521
3522[[package]]
3523name = "data-encoding"
3524version = "2.6.0"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3527
3528[[package]]
3529name = "data-url"
3530version = "0.3.1"
3531source = "registry+https://github.com/rust-lang/crates.io-index"
3532checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3533
3534[[package]]
3535name = "db"
3536version = "0.1.0"
3537dependencies = [
3538 "anyhow",
3539 "gpui",
3540 "indoc",
3541 "log",
3542 "paths",
3543 "release_channel",
3544 "smol",
3545 "sqlez",
3546 "sqlez_macros",
3547 "tempfile",
3548 "util",
3549]
3550
3551[[package]]
3552name = "dbus"
3553version = "0.9.7"
3554source = "registry+https://github.com/rust-lang/crates.io-index"
3555checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3556dependencies = [
3557 "libc",
3558 "libdbus-sys",
3559 "winapi",
3560]
3561
3562[[package]]
3563name = "deflate64"
3564version = "0.1.9"
3565source = "registry+https://github.com/rust-lang/crates.io-index"
3566checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3567
3568[[package]]
3569name = "der"
3570version = "0.6.1"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3573dependencies = [
3574 "const-oid",
3575 "zeroize",
3576]
3577
3578[[package]]
3579name = "der"
3580version = "0.7.9"
3581source = "registry+https://github.com/rust-lang/crates.io-index"
3582checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3583dependencies = [
3584 "const-oid",
3585 "pem-rfc7468",
3586 "zeroize",
3587]
3588
3589[[package]]
3590name = "deranged"
3591version = "0.3.11"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3594dependencies = [
3595 "powerfmt",
3596 "serde",
3597]
3598
3599[[package]]
3600name = "derive_more"
3601version = "0.99.18"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3604dependencies = [
3605 "convert_case 0.4.0",
3606 "proc-macro2",
3607 "quote",
3608 "rustc_version",
3609 "syn 2.0.90",
3610]
3611
3612[[package]]
3613name = "derive_refineable"
3614version = "0.1.0"
3615dependencies = [
3616 "proc-macro2",
3617 "quote",
3618 "syn 1.0.109",
3619]
3620
3621[[package]]
3622name = "diagnostics"
3623version = "0.1.0"
3624dependencies = [
3625 "anyhow",
3626 "client",
3627 "collections",
3628 "ctor",
3629 "editor",
3630 "env_logger 0.11.6",
3631 "gpui",
3632 "language",
3633 "log",
3634 "lsp",
3635 "pretty_assertions",
3636 "project",
3637 "rand 0.8.5",
3638 "schemars",
3639 "serde",
3640 "serde_json",
3641 "settings",
3642 "theme",
3643 "ui",
3644 "unindent",
3645 "util",
3646 "workspace",
3647]
3648
3649[[package]]
3650name = "dialoguer"
3651version = "0.11.0"
3652source = "registry+https://github.com/rust-lang/crates.io-index"
3653checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3654dependencies = [
3655 "console",
3656 "fuzzy-matcher",
3657 "shell-words",
3658 "tempfile",
3659 "thiserror 1.0.69",
3660 "zeroize",
3661]
3662
3663[[package]]
3664name = "diff"
3665version = "0.1.13"
3666source = "registry+https://github.com/rust-lang/crates.io-index"
3667checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3668
3669[[package]]
3670name = "digest"
3671version = "0.10.7"
3672source = "registry+https://github.com/rust-lang/crates.io-index"
3673checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3674dependencies = [
3675 "block-buffer",
3676 "const-oid",
3677 "crypto-common",
3678 "subtle",
3679]
3680
3681[[package]]
3682name = "dirs"
3683version = "4.0.0"
3684source = "registry+https://github.com/rust-lang/crates.io-index"
3685checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3686dependencies = [
3687 "dirs-sys 0.3.7",
3688]
3689
3690[[package]]
3691name = "dirs"
3692version = "5.0.1"
3693source = "registry+https://github.com/rust-lang/crates.io-index"
3694checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3695dependencies = [
3696 "dirs-sys 0.4.1",
3697]
3698
3699[[package]]
3700name = "dirs-sys"
3701version = "0.3.7"
3702source = "registry+https://github.com/rust-lang/crates.io-index"
3703checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3704dependencies = [
3705 "libc",
3706 "redox_users",
3707 "winapi",
3708]
3709
3710[[package]]
3711name = "dirs-sys"
3712version = "0.4.1"
3713source = "registry+https://github.com/rust-lang/crates.io-index"
3714checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3715dependencies = [
3716 "libc",
3717 "option-ext",
3718 "redox_users",
3719 "windows-sys 0.48.0",
3720]
3721
3722[[package]]
3723name = "displaydoc"
3724version = "0.2.5"
3725source = "registry+https://github.com/rust-lang/crates.io-index"
3726checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3727dependencies = [
3728 "proc-macro2",
3729 "quote",
3730 "syn 2.0.90",
3731]
3732
3733[[package]]
3734name = "dlib"
3735version = "0.5.2"
3736source = "registry+https://github.com/rust-lang/crates.io-index"
3737checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3738dependencies = [
3739 "libloading",
3740]
3741
3742[[package]]
3743name = "docs_preprocessor"
3744version = "0.1.0"
3745dependencies = [
3746 "anyhow",
3747 "clap",
3748 "mdbook",
3749 "regex",
3750 "serde",
3751 "serde_json",
3752 "settings",
3753 "util",
3754]
3755
3756[[package]]
3757name = "dotenvy"
3758version = "0.15.7"
3759source = "registry+https://github.com/rust-lang/crates.io-index"
3760checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3761
3762[[package]]
3763name = "downcast-rs"
3764version = "1.2.1"
3765source = "registry+https://github.com/rust-lang/crates.io-index"
3766checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3767
3768[[package]]
3769name = "doxygen-rs"
3770version = "0.4.2"
3771source = "registry+https://github.com/rust-lang/crates.io-index"
3772checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3773dependencies = [
3774 "phf",
3775]
3776
3777[[package]]
3778name = "dunce"
3779version = "1.0.5"
3780source = "registry+https://github.com/rust-lang/crates.io-index"
3781checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3782
3783[[package]]
3784name = "dwrote"
3785version = "0.11.2"
3786source = "registry+https://github.com/rust-lang/crates.io-index"
3787checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
3788dependencies = [
3789 "lazy_static",
3790 "libc",
3791 "winapi",
3792 "wio",
3793]
3794
3795[[package]]
3796name = "dyn-clone"
3797version = "1.0.17"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3800
3801[[package]]
3802name = "ec4rs"
3803version = "1.1.1"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3806
3807[[package]]
3808name = "ecdsa"
3809version = "0.14.8"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3812dependencies = [
3813 "der 0.6.1",
3814 "elliptic-curve",
3815 "rfc6979",
3816 "signature 1.6.4",
3817]
3818
3819[[package]]
3820name = "editor"
3821version = "0.1.0"
3822dependencies = [
3823 "aho-corasick",
3824 "anyhow",
3825 "assets",
3826 "chrono",
3827 "client",
3828 "clock",
3829 "collections",
3830 "convert_case 0.6.0",
3831 "ctor",
3832 "db",
3833 "emojis",
3834 "env_logger 0.11.6",
3835 "feature_flags",
3836 "file_icons",
3837 "fs",
3838 "futures 0.3.31",
3839 "fuzzy",
3840 "git",
3841 "gpui",
3842 "http_client",
3843 "indoc",
3844 "inline_completion",
3845 "itertools 0.14.0",
3846 "language",
3847 "linkify",
3848 "log",
3849 "lsp",
3850 "markdown",
3851 "multi_buffer",
3852 "ordered-float 2.10.1",
3853 "parking_lot",
3854 "pretty_assertions",
3855 "project",
3856 "rand 0.8.5",
3857 "release_channel",
3858 "rpc",
3859 "schemars",
3860 "serde",
3861 "serde_json",
3862 "settings",
3863 "similar",
3864 "smallvec",
3865 "smol",
3866 "snippet",
3867 "sum_tree",
3868 "task",
3869 "telemetry",
3870 "tempfile",
3871 "text",
3872 "theme",
3873 "time",
3874 "time_format",
3875 "tree-sitter-html",
3876 "tree-sitter-rust",
3877 "tree-sitter-typescript",
3878 "ui",
3879 "unicode-script",
3880 "unicode-segmentation",
3881 "unindent",
3882 "url",
3883 "util",
3884 "uuid",
3885 "workspace",
3886]
3887
3888[[package]]
3889name = "either"
3890version = "1.13.0"
3891source = "registry+https://github.com/rust-lang/crates.io-index"
3892checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3893dependencies = [
3894 "serde",
3895]
3896
3897[[package]]
3898name = "elasticlunr-rs"
3899version = "3.0.2"
3900source = "registry+https://github.com/rust-lang/crates.io-index"
3901checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3902dependencies = [
3903 "regex",
3904 "serde",
3905 "serde_derive",
3906 "serde_json",
3907]
3908
3909[[package]]
3910name = "elliptic-curve"
3911version = "0.12.3"
3912source = "registry+https://github.com/rust-lang/crates.io-index"
3913checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3914dependencies = [
3915 "base16ct",
3916 "crypto-bigint 0.4.9",
3917 "der 0.6.1",
3918 "digest",
3919 "ff",
3920 "generic-array",
3921 "group",
3922 "pkcs8 0.9.0",
3923 "rand_core 0.6.4",
3924 "sec1",
3925 "subtle",
3926 "zeroize",
3927]
3928
3929[[package]]
3930name = "embed-resource"
3931version = "3.0.1"
3932source = "registry+https://github.com/rust-lang/crates.io-index"
3933checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
3934dependencies = [
3935 "cc",
3936 "memchr",
3937 "rustc_version",
3938 "toml 0.8.19",
3939 "vswhom",
3940 "winreg 0.52.0",
3941]
3942
3943[[package]]
3944name = "embedded-io"
3945version = "0.4.0"
3946source = "registry+https://github.com/rust-lang/crates.io-index"
3947checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3948
3949[[package]]
3950name = "embedded-io"
3951version = "0.6.1"
3952source = "registry+https://github.com/rust-lang/crates.io-index"
3953checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3954
3955[[package]]
3956name = "emojis"
3957version = "0.6.4"
3958source = "registry+https://github.com/rust-lang/crates.io-index"
3959checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
3960dependencies = [
3961 "phf",
3962]
3963
3964[[package]]
3965name = "encode_unicode"
3966version = "0.3.6"
3967source = "registry+https://github.com/rust-lang/crates.io-index"
3968checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3969
3970[[package]]
3971name = "encoding_rs"
3972version = "0.8.35"
3973source = "registry+https://github.com/rust-lang/crates.io-index"
3974checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
3975dependencies = [
3976 "cfg-if",
3977]
3978
3979[[package]]
3980name = "endi"
3981version = "1.1.0"
3982source = "registry+https://github.com/rust-lang/crates.io-index"
3983checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3984
3985[[package]]
3986name = "enumflags2"
3987version = "0.7.10"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
3990dependencies = [
3991 "enumflags2_derive",
3992 "serde",
3993]
3994
3995[[package]]
3996name = "enumflags2_derive"
3997version = "0.7.10"
3998source = "registry+https://github.com/rust-lang/crates.io-index"
3999checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4000dependencies = [
4001 "proc-macro2",
4002 "quote",
4003 "syn 2.0.90",
4004]
4005
4006[[package]]
4007name = "env_filter"
4008version = "0.1.2"
4009source = "registry+https://github.com/rust-lang/crates.io-index"
4010checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4011dependencies = [
4012 "log",
4013 "regex",
4014]
4015
4016[[package]]
4017name = "env_logger"
4018version = "0.10.2"
4019source = "registry+https://github.com/rust-lang/crates.io-index"
4020checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4021dependencies = [
4022 "humantime",
4023 "is-terminal",
4024 "log",
4025 "regex",
4026 "termcolor",
4027]
4028
4029[[package]]
4030name = "env_logger"
4031version = "0.11.6"
4032source = "registry+https://github.com/rust-lang/crates.io-index"
4033checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4034dependencies = [
4035 "anstream",
4036 "anstyle",
4037 "env_filter",
4038 "humantime",
4039 "log",
4040]
4041
4042[[package]]
4043name = "envy"
4044version = "0.4.2"
4045source = "registry+https://github.com/rust-lang/crates.io-index"
4046checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4047dependencies = [
4048 "serde",
4049]
4050
4051[[package]]
4052name = "equivalent"
4053version = "1.0.1"
4054source = "registry+https://github.com/rust-lang/crates.io-index"
4055checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4056
4057[[package]]
4058name = "erased-serde"
4059version = "0.4.5"
4060source = "registry+https://github.com/rust-lang/crates.io-index"
4061checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4062dependencies = [
4063 "serde",
4064 "typeid",
4065]
4066
4067[[package]]
4068name = "errno"
4069version = "0.2.8"
4070source = "registry+https://github.com/rust-lang/crates.io-index"
4071checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4072dependencies = [
4073 "errno-dragonfly",
4074 "libc",
4075 "winapi",
4076]
4077
4078[[package]]
4079name = "errno"
4080version = "0.3.10"
4081source = "registry+https://github.com/rust-lang/crates.io-index"
4082checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4083dependencies = [
4084 "libc",
4085 "windows-sys 0.59.0",
4086]
4087
4088[[package]]
4089name = "errno-dragonfly"
4090version = "0.1.2"
4091source = "registry+https://github.com/rust-lang/crates.io-index"
4092checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4093dependencies = [
4094 "cc",
4095 "libc",
4096]
4097
4098[[package]]
4099name = "etagere"
4100version = "0.2.13"
4101source = "registry+https://github.com/rust-lang/crates.io-index"
4102checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
4103dependencies = [
4104 "euclid",
4105 "svg_fmt",
4106]
4107
4108[[package]]
4109name = "etcetera"
4110version = "0.8.0"
4111source = "registry+https://github.com/rust-lang/crates.io-index"
4112checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4113dependencies = [
4114 "cfg-if",
4115 "home",
4116 "windows-sys 0.48.0",
4117]
4118
4119[[package]]
4120name = "euclid"
4121version = "0.22.11"
4122source = "registry+https://github.com/rust-lang/crates.io-index"
4123checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4124dependencies = [
4125 "num-traits",
4126]
4127
4128[[package]]
4129name = "evals"
4130version = "0.1.0"
4131dependencies = [
4132 "anyhow",
4133 "clap",
4134 "client",
4135 "clock",
4136 "collections",
4137 "env_logger 0.11.6",
4138 "feature_flags",
4139 "fs",
4140 "git",
4141 "gpui",
4142 "http_client",
4143 "language",
4144 "languages",
4145 "node_runtime",
4146 "open_ai",
4147 "project",
4148 "reqwest_client",
4149 "semantic_index",
4150 "serde",
4151 "serde_json",
4152 "settings",
4153 "smol",
4154 "util",
4155]
4156
4157[[package]]
4158name = "event-listener"
4159version = "2.5.3"
4160source = "registry+https://github.com/rust-lang/crates.io-index"
4161checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4162
4163[[package]]
4164name = "event-listener"
4165version = "5.3.1"
4166source = "registry+https://github.com/rust-lang/crates.io-index"
4167checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4168dependencies = [
4169 "concurrent-queue",
4170 "parking",
4171 "pin-project-lite",
4172]
4173
4174[[package]]
4175name = "event-listener-strategy"
4176version = "0.5.3"
4177source = "registry+https://github.com/rust-lang/crates.io-index"
4178checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4179dependencies = [
4180 "event-listener 5.3.1",
4181 "pin-project-lite",
4182]
4183
4184[[package]]
4185name = "exec"
4186version = "0.3.1"
4187source = "registry+https://github.com/rust-lang/crates.io-index"
4188checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4189dependencies = [
4190 "errno 0.2.8",
4191 "libc",
4192]
4193
4194[[package]]
4195name = "exr"
4196version = "1.73.0"
4197source = "registry+https://github.com/rust-lang/crates.io-index"
4198checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4199dependencies = [
4200 "bit_field",
4201 "half",
4202 "lebe",
4203 "miniz_oxide",
4204 "rayon-core",
4205 "smallvec",
4206 "zune-inflate",
4207]
4208
4209[[package]]
4210name = "extension"
4211version = "0.1.0"
4212dependencies = [
4213 "anyhow",
4214 "async-compression",
4215 "async-tar",
4216 "async-trait",
4217 "collections",
4218 "fs",
4219 "futures 0.3.31",
4220 "gpui",
4221 "http_client",
4222 "language",
4223 "log",
4224 "lsp",
4225 "parking_lot",
4226 "semantic_version",
4227 "serde",
4228 "serde_json",
4229 "toml 0.8.19",
4230 "util",
4231 "wasm-encoder 0.215.0",
4232 "wasmparser 0.215.0",
4233 "wit-component",
4234]
4235
4236[[package]]
4237name = "extension_cli"
4238version = "0.1.0"
4239dependencies = [
4240 "anyhow",
4241 "clap",
4242 "env_logger 0.11.6",
4243 "extension",
4244 "fs",
4245 "language",
4246 "log",
4247 "reqwest_client",
4248 "rpc",
4249 "serde",
4250 "serde_json",
4251 "theme",
4252 "tokio",
4253 "toml 0.8.19",
4254 "tree-sitter",
4255 "wasmtime",
4256]
4257
4258[[package]]
4259name = "extension_host"
4260version = "0.1.0"
4261dependencies = [
4262 "anyhow",
4263 "async-compression",
4264 "async-tar",
4265 "async-trait",
4266 "client",
4267 "collections",
4268 "context_server_settings",
4269 "ctor",
4270 "env_logger 0.11.6",
4271 "extension",
4272 "fs",
4273 "futures 0.3.31",
4274 "gpui",
4275 "http_client",
4276 "language",
4277 "language_extension",
4278 "log",
4279 "lsp",
4280 "node_runtime",
4281 "parking_lot",
4282 "paths",
4283 "project",
4284 "release_channel",
4285 "remote",
4286 "reqwest_client",
4287 "schemars",
4288 "semantic_version",
4289 "serde",
4290 "serde_json",
4291 "serde_json_lenient",
4292 "settings",
4293 "task",
4294 "telemetry",
4295 "tempfile",
4296 "theme",
4297 "theme_extension",
4298 "toml 0.8.19",
4299 "url",
4300 "util",
4301 "wasmparser 0.215.0",
4302 "wasmtime",
4303 "wasmtime-wasi",
4304]
4305
4306[[package]]
4307name = "extensions_ui"
4308version = "0.1.0"
4309dependencies = [
4310 "anyhow",
4311 "client",
4312 "collections",
4313 "db",
4314 "editor",
4315 "extension_host",
4316 "fs",
4317 "fuzzy",
4318 "gpui",
4319 "language",
4320 "num-format",
4321 "picker",
4322 "project",
4323 "release_channel",
4324 "semantic_version",
4325 "serde",
4326 "settings",
4327 "smallvec",
4328 "telemetry",
4329 "theme",
4330 "ui",
4331 "util",
4332 "vim_mode_setting",
4333 "workspace",
4334 "zed_actions",
4335]
4336
4337[[package]]
4338name = "fallible-iterator"
4339version = "0.3.0"
4340source = "registry+https://github.com/rust-lang/crates.io-index"
4341checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4342
4343[[package]]
4344name = "fancy-regex"
4345version = "0.13.0"
4346source = "registry+https://github.com/rust-lang/crates.io-index"
4347checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4348dependencies = [
4349 "bit-set 0.5.3",
4350 "regex-automata 0.4.9",
4351 "regex-syntax 0.8.5",
4352]
4353
4354[[package]]
4355name = "fancy-regex"
4356version = "0.14.0"
4357source = "registry+https://github.com/rust-lang/crates.io-index"
4358checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4359dependencies = [
4360 "bit-set 0.8.0",
4361 "regex-automata 0.4.9",
4362 "regex-syntax 0.8.5",
4363]
4364
4365[[package]]
4366name = "fast-srgb8"
4367version = "1.0.0"
4368source = "registry+https://github.com/rust-lang/crates.io-index"
4369checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4370
4371[[package]]
4372name = "fastrand"
4373version = "1.9.0"
4374source = "registry+https://github.com/rust-lang/crates.io-index"
4375checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4376dependencies = [
4377 "instant",
4378]
4379
4380[[package]]
4381name = "fastrand"
4382version = "2.3.0"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4385
4386[[package]]
4387name = "fd-lock"
4388version = "4.0.2"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4391dependencies = [
4392 "cfg-if",
4393 "rustix",
4394 "windows-sys 0.52.0",
4395]
4396
4397[[package]]
4398name = "fdeflate"
4399version = "0.3.7"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4402dependencies = [
4403 "simd-adler32",
4404]
4405
4406[[package]]
4407name = "feature_flags"
4408version = "0.1.0"
4409dependencies = [
4410 "futures 0.3.31",
4411 "gpui",
4412]
4413
4414[[package]]
4415name = "feedback"
4416version = "0.1.0"
4417dependencies = [
4418 "anyhow",
4419 "bitflags 2.6.0",
4420 "client",
4421 "db",
4422 "editor",
4423 "futures 0.3.31",
4424 "gpui",
4425 "http_client",
4426 "human_bytes",
4427 "language",
4428 "log",
4429 "menu",
4430 "project",
4431 "regex",
4432 "release_channel",
4433 "serde",
4434 "serde_derive",
4435 "serde_json",
4436 "smol",
4437 "sysinfo",
4438 "ui",
4439 "urlencoding",
4440 "util",
4441 "workspace",
4442 "zed_actions",
4443]
4444
4445[[package]]
4446name = "ff"
4447version = "0.12.1"
4448source = "registry+https://github.com/rust-lang/crates.io-index"
4449checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4450dependencies = [
4451 "rand_core 0.6.4",
4452 "subtle",
4453]
4454
4455[[package]]
4456name = "file_finder"
4457version = "0.1.0"
4458dependencies = [
4459 "anyhow",
4460 "collections",
4461 "ctor",
4462 "editor",
4463 "env_logger 0.11.6",
4464 "file_icons",
4465 "futures 0.3.31",
4466 "fuzzy",
4467 "gpui",
4468 "language",
4469 "menu",
4470 "picker",
4471 "project",
4472 "schemars",
4473 "serde",
4474 "serde_derive",
4475 "serde_json",
4476 "settings",
4477 "text",
4478 "theme",
4479 "ui",
4480 "util",
4481 "workspace",
4482]
4483
4484[[package]]
4485name = "file_icons"
4486version = "0.1.0"
4487dependencies = [
4488 "collections",
4489 "gpui",
4490 "serde",
4491 "serde_derive",
4492 "serde_json",
4493 "settings",
4494 "theme",
4495 "util",
4496]
4497
4498[[package]]
4499name = "filedescriptor"
4500version = "0.8.2"
4501source = "registry+https://github.com/rust-lang/crates.io-index"
4502checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4503dependencies = [
4504 "libc",
4505 "thiserror 1.0.69",
4506 "winapi",
4507]
4508
4509[[package]]
4510name = "filetime"
4511version = "0.2.25"
4512source = "registry+https://github.com/rust-lang/crates.io-index"
4513checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4514dependencies = [
4515 "cfg-if",
4516 "libc",
4517 "libredox",
4518 "windows-sys 0.59.0",
4519]
4520
4521[[package]]
4522name = "fireworks"
4523version = "0.1.0"
4524dependencies = [
4525 "anyhow",
4526 "futures 0.3.31",
4527 "http_client",
4528 "serde",
4529 "serde_json",
4530]
4531
4532[[package]]
4533name = "fixedbitset"
4534version = "0.4.2"
4535source = "registry+https://github.com/rust-lang/crates.io-index"
4536checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4537
4538[[package]]
4539name = "flate2"
4540version = "1.0.35"
4541source = "registry+https://github.com/rust-lang/crates.io-index"
4542checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4543dependencies = [
4544 "crc32fast",
4545 "miniz_oxide",
4546]
4547
4548[[package]]
4549name = "float-cmp"
4550version = "0.9.0"
4551source = "registry+https://github.com/rust-lang/crates.io-index"
4552checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4553
4554[[package]]
4555name = "float-ord"
4556version = "0.3.2"
4557source = "registry+https://github.com/rust-lang/crates.io-index"
4558checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4559
4560[[package]]
4561name = "flume"
4562version = "0.11.1"
4563source = "registry+https://github.com/rust-lang/crates.io-index"
4564checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4565dependencies = [
4566 "futures-core",
4567 "futures-sink",
4568 "nanorand",
4569 "spin",
4570]
4571
4572[[package]]
4573name = "fnv"
4574version = "1.0.7"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4577
4578[[package]]
4579name = "foldhash"
4580version = "0.1.3"
4581source = "registry+https://github.com/rust-lang/crates.io-index"
4582checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4583
4584[[package]]
4585name = "font-kit"
4586version = "0.14.1"
4587source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4588dependencies = [
4589 "bitflags 2.6.0",
4590 "byteorder",
4591 "core-foundation 0.9.4",
4592 "core-graphics 0.23.2",
4593 "core-text",
4594 "dirs 5.0.1",
4595 "dwrote",
4596 "float-ord",
4597 "freetype-sys",
4598 "lazy_static",
4599 "libc",
4600 "log",
4601 "pathfinder_geometry",
4602 "pathfinder_simd",
4603 "walkdir",
4604 "winapi",
4605 "yeslogic-fontconfig-sys",
4606]
4607
4608[[package]]
4609name = "font-types"
4610version = "0.7.3"
4611source = "registry+https://github.com/rust-lang/crates.io-index"
4612checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4613dependencies = [
4614 "bytemuck",
4615]
4616
4617[[package]]
4618name = "fontconfig-parser"
4619version = "0.5.7"
4620source = "registry+https://github.com/rust-lang/crates.io-index"
4621checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4622dependencies = [
4623 "roxmltree",
4624]
4625
4626[[package]]
4627name = "fontdb"
4628version = "0.18.0"
4629source = "registry+https://github.com/rust-lang/crates.io-index"
4630checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4631dependencies = [
4632 "fontconfig-parser",
4633 "log",
4634 "memmap2",
4635 "slotmap",
4636 "tinyvec",
4637 "ttf-parser",
4638]
4639
4640[[package]]
4641name = "foreign-types"
4642version = "0.3.2"
4643source = "registry+https://github.com/rust-lang/crates.io-index"
4644checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4645dependencies = [
4646 "foreign-types-shared 0.1.1",
4647]
4648
4649[[package]]
4650name = "foreign-types"
4651version = "0.5.0"
4652source = "registry+https://github.com/rust-lang/crates.io-index"
4653checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4654dependencies = [
4655 "foreign-types-macros",
4656 "foreign-types-shared 0.3.1",
4657]
4658
4659[[package]]
4660name = "foreign-types-macros"
4661version = "0.2.3"
4662source = "registry+https://github.com/rust-lang/crates.io-index"
4663checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4664dependencies = [
4665 "proc-macro2",
4666 "quote",
4667 "syn 2.0.90",
4668]
4669
4670[[package]]
4671name = "foreign-types-shared"
4672version = "0.1.1"
4673source = "registry+https://github.com/rust-lang/crates.io-index"
4674checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4675
4676[[package]]
4677name = "foreign-types-shared"
4678version = "0.3.1"
4679source = "registry+https://github.com/rust-lang/crates.io-index"
4680checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4681
4682[[package]]
4683name = "fork"
4684version = "0.2.0"
4685source = "registry+https://github.com/rust-lang/crates.io-index"
4686checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4687dependencies = [
4688 "libc",
4689]
4690
4691[[package]]
4692name = "form_urlencoded"
4693version = "1.2.1"
4694source = "registry+https://github.com/rust-lang/crates.io-index"
4695checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4696dependencies = [
4697 "percent-encoding",
4698]
4699
4700[[package]]
4701name = "freetype-sys"
4702version = "0.20.1"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4705dependencies = [
4706 "cc",
4707 "libc",
4708 "pkg-config",
4709]
4710
4711[[package]]
4712name = "fs"
4713version = "0.1.0"
4714dependencies = [
4715 "anyhow",
4716 "ashpd",
4717 "async-tar",
4718 "async-trait",
4719 "cocoa 0.26.0",
4720 "collections",
4721 "fsevent",
4722 "futures 0.3.31",
4723 "git",
4724 "git2",
4725 "gpui",
4726 "libc",
4727 "log",
4728 "notify",
4729 "objc",
4730 "parking_lot",
4731 "paths",
4732 "proto",
4733 "rope",
4734 "serde",
4735 "serde_json",
4736 "shlex",
4737 "smol",
4738 "tempfile",
4739 "text",
4740 "time",
4741 "util",
4742 "which 6.0.3",
4743 "windows 0.58.0",
4744]
4745
4746[[package]]
4747name = "fs-set-times"
4748version = "0.20.2"
4749source = "registry+https://github.com/rust-lang/crates.io-index"
4750checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4751dependencies = [
4752 "io-lifetimes",
4753 "rustix",
4754 "windows-sys 0.59.0",
4755]
4756
4757[[package]]
4758name = "fs2"
4759version = "0.4.3"
4760source = "registry+https://github.com/rust-lang/crates.io-index"
4761checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4762dependencies = [
4763 "libc",
4764 "winapi",
4765]
4766
4767[[package]]
4768name = "fsevent"
4769version = "0.1.0"
4770dependencies = [
4771 "bitflags 2.6.0",
4772 "core-foundation 0.9.4",
4773 "fsevent-sys 3.1.0",
4774 "parking_lot",
4775 "tempfile",
4776]
4777
4778[[package]]
4779name = "fsevent-sys"
4780version = "3.1.0"
4781source = "registry+https://github.com/rust-lang/crates.io-index"
4782checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4783dependencies = [
4784 "libc",
4785]
4786
4787[[package]]
4788name = "fsevent-sys"
4789version = "4.1.0"
4790source = "registry+https://github.com/rust-lang/crates.io-index"
4791checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4792dependencies = [
4793 "libc",
4794]
4795
4796[[package]]
4797name = "funty"
4798version = "2.0.0"
4799source = "registry+https://github.com/rust-lang/crates.io-index"
4800checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4801
4802[[package]]
4803name = "futf"
4804version = "0.1.5"
4805source = "registry+https://github.com/rust-lang/crates.io-index"
4806checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4807dependencies = [
4808 "mac",
4809 "new_debug_unreachable",
4810]
4811
4812[[package]]
4813name = "futures"
4814version = "0.1.31"
4815source = "registry+https://github.com/rust-lang/crates.io-index"
4816checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4817
4818[[package]]
4819name = "futures"
4820version = "0.3.31"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4823dependencies = [
4824 "futures-channel",
4825 "futures-core",
4826 "futures-executor",
4827 "futures-io",
4828 "futures-sink",
4829 "futures-task",
4830 "futures-util",
4831]
4832
4833[[package]]
4834name = "futures-batch"
4835version = "0.6.1"
4836source = "registry+https://github.com/rust-lang/crates.io-index"
4837checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4838dependencies = [
4839 "futures 0.3.31",
4840 "futures-timer",
4841 "pin-utils",
4842]
4843
4844[[package]]
4845name = "futures-channel"
4846version = "0.3.31"
4847source = "registry+https://github.com/rust-lang/crates.io-index"
4848checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4849dependencies = [
4850 "futures-core",
4851 "futures-sink",
4852]
4853
4854[[package]]
4855name = "futures-core"
4856version = "0.3.31"
4857source = "registry+https://github.com/rust-lang/crates.io-index"
4858checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4859
4860[[package]]
4861name = "futures-executor"
4862version = "0.3.31"
4863source = "registry+https://github.com/rust-lang/crates.io-index"
4864checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
4865dependencies = [
4866 "futures-core",
4867 "futures-task",
4868 "futures-util",
4869]
4870
4871[[package]]
4872name = "futures-intrusive"
4873version = "0.5.0"
4874source = "registry+https://github.com/rust-lang/crates.io-index"
4875checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4876dependencies = [
4877 "futures-core",
4878 "lock_api",
4879 "parking_lot",
4880]
4881
4882[[package]]
4883name = "futures-io"
4884version = "0.3.31"
4885source = "registry+https://github.com/rust-lang/crates.io-index"
4886checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
4887
4888[[package]]
4889name = "futures-lite"
4890version = "1.13.0"
4891source = "registry+https://github.com/rust-lang/crates.io-index"
4892checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4893dependencies = [
4894 "fastrand 1.9.0",
4895 "futures-core",
4896 "futures-io",
4897 "memchr",
4898 "parking",
4899 "pin-project-lite",
4900 "waker-fn",
4901]
4902
4903[[package]]
4904name = "futures-lite"
4905version = "2.5.0"
4906source = "registry+https://github.com/rust-lang/crates.io-index"
4907checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
4908dependencies = [
4909 "fastrand 2.3.0",
4910 "futures-core",
4911 "futures-io",
4912 "parking",
4913 "pin-project-lite",
4914]
4915
4916[[package]]
4917name = "futures-macro"
4918version = "0.3.31"
4919source = "registry+https://github.com/rust-lang/crates.io-index"
4920checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
4921dependencies = [
4922 "proc-macro2",
4923 "quote",
4924 "syn 2.0.90",
4925]
4926
4927[[package]]
4928name = "futures-sink"
4929version = "0.3.31"
4930source = "registry+https://github.com/rust-lang/crates.io-index"
4931checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
4932
4933[[package]]
4934name = "futures-task"
4935version = "0.3.31"
4936source = "registry+https://github.com/rust-lang/crates.io-index"
4937checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
4938
4939[[package]]
4940name = "futures-timer"
4941version = "3.0.3"
4942source = "registry+https://github.com/rust-lang/crates.io-index"
4943checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4944
4945[[package]]
4946name = "futures-util"
4947version = "0.3.31"
4948source = "registry+https://github.com/rust-lang/crates.io-index"
4949checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
4950dependencies = [
4951 "futures 0.1.31",
4952 "futures-channel",
4953 "futures-core",
4954 "futures-io",
4955 "futures-macro",
4956 "futures-sink",
4957 "futures-task",
4958 "memchr",
4959 "pin-project-lite",
4960 "pin-utils",
4961 "slab",
4962 "tokio-io",
4963]
4964
4965[[package]]
4966name = "fuzzy"
4967version = "0.1.0"
4968dependencies = [
4969 "gpui",
4970 "log",
4971 "util",
4972]
4973
4974[[package]]
4975name = "fuzzy-matcher"
4976version = "0.3.7"
4977source = "registry+https://github.com/rust-lang/crates.io-index"
4978checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4979dependencies = [
4980 "thread_local",
4981]
4982
4983[[package]]
4984name = "generic-array"
4985version = "0.14.7"
4986source = "registry+https://github.com/rust-lang/crates.io-index"
4987checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4988dependencies = [
4989 "typenum",
4990 "version_check",
4991]
4992
4993[[package]]
4994name = "gethostname"
4995version = "0.4.3"
4996source = "registry+https://github.com/rust-lang/crates.io-index"
4997checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4998dependencies = [
4999 "libc",
5000 "windows-targets 0.48.5",
5001]
5002
5003[[package]]
5004name = "getrandom"
5005version = "0.1.16"
5006source = "registry+https://github.com/rust-lang/crates.io-index"
5007checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5008dependencies = [
5009 "cfg-if",
5010 "libc",
5011 "wasi 0.9.0+wasi-snapshot-preview1",
5012]
5013
5014[[package]]
5015name = "getrandom"
5016version = "0.2.15"
5017source = "registry+https://github.com/rust-lang/crates.io-index"
5018checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5019dependencies = [
5020 "cfg-if",
5021 "js-sys",
5022 "libc",
5023 "wasi 0.11.0+wasi-snapshot-preview1",
5024 "wasm-bindgen",
5025]
5026
5027[[package]]
5028name = "gif"
5029version = "0.13.1"
5030source = "registry+https://github.com/rust-lang/crates.io-index"
5031checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5032dependencies = [
5033 "color_quant",
5034 "weezl",
5035]
5036
5037[[package]]
5038name = "gimli"
5039version = "0.29.0"
5040source = "registry+https://github.com/rust-lang/crates.io-index"
5041checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5042dependencies = [
5043 "fallible-iterator",
5044 "indexmap",
5045 "stable_deref_trait",
5046]
5047
5048[[package]]
5049name = "gimli"
5050version = "0.31.1"
5051source = "registry+https://github.com/rust-lang/crates.io-index"
5052checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5053
5054[[package]]
5055name = "git"
5056version = "0.1.0"
5057dependencies = [
5058 "anyhow",
5059 "async-trait",
5060 "collections",
5061 "derive_more",
5062 "git2",
5063 "gpui",
5064 "http_client",
5065 "log",
5066 "parking_lot",
5067 "pretty_assertions",
5068 "regex",
5069 "rope",
5070 "serde",
5071 "serde_json",
5072 "smol",
5073 "sum_tree",
5074 "text",
5075 "time",
5076 "unindent",
5077 "url",
5078 "util",
5079]
5080
5081[[package]]
5082name = "git2"
5083version = "0.19.0"
5084source = "registry+https://github.com/rust-lang/crates.io-index"
5085checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
5086dependencies = [
5087 "bitflags 2.6.0",
5088 "libc",
5089 "libgit2-sys",
5090 "log",
5091 "url",
5092]
5093
5094[[package]]
5095name = "git_hosting_providers"
5096version = "0.1.0"
5097dependencies = [
5098 "anyhow",
5099 "async-trait",
5100 "futures 0.3.31",
5101 "git",
5102 "gpui",
5103 "http_client",
5104 "indoc",
5105 "pretty_assertions",
5106 "regex",
5107 "serde",
5108 "serde_json",
5109 "url",
5110 "util",
5111]
5112
5113[[package]]
5114name = "git_ui"
5115version = "0.1.0"
5116dependencies = [
5117 "anyhow",
5118 "collections",
5119 "db",
5120 "editor",
5121 "futures 0.3.31",
5122 "git",
5123 "gpui",
5124 "language",
5125 "menu",
5126 "project",
5127 "schemars",
5128 "serde",
5129 "serde_derive",
5130 "serde_json",
5131 "settings",
5132 "sum_tree",
5133 "theme",
5134 "ui",
5135 "util",
5136 "windows 0.58.0",
5137 "workspace",
5138 "worktree",
5139]
5140
5141[[package]]
5142name = "glob"
5143version = "0.3.1"
5144source = "registry+https://github.com/rust-lang/crates.io-index"
5145checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5146
5147[[package]]
5148name = "globset"
5149version = "0.4.15"
5150source = "registry+https://github.com/rust-lang/crates.io-index"
5151checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5152dependencies = [
5153 "aho-corasick",
5154 "bstr",
5155 "log",
5156 "regex-automata 0.4.9",
5157 "regex-syntax 0.8.5",
5158]
5159
5160[[package]]
5161name = "gloo-timers"
5162version = "0.3.0"
5163source = "registry+https://github.com/rust-lang/crates.io-index"
5164checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5165dependencies = [
5166 "futures-channel",
5167 "futures-core",
5168 "js-sys",
5169 "wasm-bindgen",
5170]
5171
5172[[package]]
5173name = "glow"
5174version = "0.14.2"
5175source = "registry+https://github.com/rust-lang/crates.io-index"
5176checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5177dependencies = [
5178 "js-sys",
5179 "slotmap",
5180 "wasm-bindgen",
5181 "web-sys",
5182]
5183
5184[[package]]
5185name = "go_to_line"
5186version = "0.1.0"
5187dependencies = [
5188 "anyhow",
5189 "editor",
5190 "gpui",
5191 "indoc",
5192 "language",
5193 "menu",
5194 "project",
5195 "rope",
5196 "schemars",
5197 "serde",
5198 "serde_json",
5199 "settings",
5200 "text",
5201 "theme",
5202 "tree-sitter-rust",
5203 "tree-sitter-typescript",
5204 "ui",
5205 "util",
5206 "workspace",
5207]
5208
5209[[package]]
5210name = "google_ai"
5211version = "0.1.0"
5212dependencies = [
5213 "anyhow",
5214 "futures 0.3.31",
5215 "http_client",
5216 "schemars",
5217 "serde",
5218 "serde_json",
5219 "strum",
5220]
5221
5222[[package]]
5223name = "gpu-alloc"
5224version = "0.6.0"
5225source = "registry+https://github.com/rust-lang/crates.io-index"
5226checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5227dependencies = [
5228 "bitflags 2.6.0",
5229 "gpu-alloc-types",
5230]
5231
5232[[package]]
5233name = "gpu-alloc-ash"
5234version = "0.7.0"
5235source = "registry+https://github.com/rust-lang/crates.io-index"
5236checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5237dependencies = [
5238 "ash",
5239 "gpu-alloc-types",
5240 "tinyvec",
5241]
5242
5243[[package]]
5244name = "gpu-alloc-types"
5245version = "0.3.0"
5246source = "registry+https://github.com/rust-lang/crates.io-index"
5247checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5248dependencies = [
5249 "bitflags 2.6.0",
5250]
5251
5252[[package]]
5253name = "gpui"
5254version = "0.1.0"
5255dependencies = [
5256 "anyhow",
5257 "as-raw-xcb-connection",
5258 "ashpd",
5259 "async-task",
5260 "backtrace",
5261 "bindgen",
5262 "blade-graphics",
5263 "blade-macros",
5264 "blade-util",
5265 "block",
5266 "bytemuck",
5267 "calloop",
5268 "calloop-wayland-source",
5269 "cbindgen",
5270 "cocoa 0.26.0",
5271 "collections",
5272 "core-foundation 0.9.4",
5273 "core-foundation-sys",
5274 "core-graphics 0.23.2",
5275 "core-text",
5276 "cosmic-text",
5277 "ctor",
5278 "derive_more",
5279 "embed-resource",
5280 "env_logger 0.11.6",
5281 "etagere",
5282 "filedescriptor",
5283 "flume",
5284 "font-kit",
5285 "foreign-types 0.5.0",
5286 "futures 0.3.31",
5287 "gpui_macros",
5288 "http_client",
5289 "image",
5290 "itertools 0.14.0",
5291 "linkme",
5292 "log",
5293 "media",
5294 "metal",
5295 "num_cpus",
5296 "objc",
5297 "objc2",
5298 "objc2-metal",
5299 "oo7",
5300 "open",
5301 "parking",
5302 "parking_lot",
5303 "pathfinder_geometry",
5304 "postage",
5305 "profiling",
5306 "rand 0.8.5",
5307 "raw-window-handle",
5308 "refineable",
5309 "resvg",
5310 "schemars",
5311 "seahash",
5312 "semantic_version",
5313 "serde",
5314 "serde_derive",
5315 "serde_json",
5316 "slotmap",
5317 "smallvec",
5318 "smol",
5319 "strum",
5320 "sum_tree",
5321 "taffy",
5322 "thiserror 1.0.69",
5323 "unicode-segmentation",
5324 "usvg",
5325 "util",
5326 "uuid",
5327 "waker-fn",
5328 "wayland-backend",
5329 "wayland-client",
5330 "wayland-cursor",
5331 "wayland-protocols",
5332 "wayland-protocols-plasma",
5333 "windows 0.58.0",
5334 "windows-core 0.58.0",
5335 "x11-clipboard",
5336 "x11rb",
5337 "xim",
5338 "xkbcommon",
5339]
5340
5341[[package]]
5342name = "gpui_macros"
5343version = "0.1.0"
5344dependencies = [
5345 "proc-macro2",
5346 "quote",
5347 "syn 1.0.109",
5348]
5349
5350[[package]]
5351name = "grid"
5352version = "0.13.0"
5353source = "registry+https://github.com/rust-lang/crates.io-index"
5354checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5355
5356[[package]]
5357name = "group"
5358version = "0.12.1"
5359source = "registry+https://github.com/rust-lang/crates.io-index"
5360checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5361dependencies = [
5362 "ff",
5363 "rand_core 0.6.4",
5364 "subtle",
5365]
5366
5367[[package]]
5368name = "h2"
5369version = "0.3.26"
5370source = "registry+https://github.com/rust-lang/crates.io-index"
5371checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5372dependencies = [
5373 "bytes 1.9.0",
5374 "fnv",
5375 "futures-core",
5376 "futures-sink",
5377 "futures-util",
5378 "http 0.2.12",
5379 "indexmap",
5380 "slab",
5381 "tokio",
5382 "tokio-util",
5383 "tracing",
5384]
5385
5386[[package]]
5387name = "h2"
5388version = "0.4.7"
5389source = "registry+https://github.com/rust-lang/crates.io-index"
5390checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5391dependencies = [
5392 "atomic-waker",
5393 "bytes 1.9.0",
5394 "fnv",
5395 "futures-core",
5396 "futures-sink",
5397 "http 1.2.0",
5398 "indexmap",
5399 "slab",
5400 "tokio",
5401 "tokio-util",
5402 "tracing",
5403]
5404
5405[[package]]
5406name = "half"
5407version = "2.4.1"
5408source = "registry+https://github.com/rust-lang/crates.io-index"
5409checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5410dependencies = [
5411 "cfg-if",
5412 "crunchy",
5413]
5414
5415[[package]]
5416name = "handlebars"
5417version = "4.5.0"
5418source = "registry+https://github.com/rust-lang/crates.io-index"
5419checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5420dependencies = [
5421 "log",
5422 "pest",
5423 "pest_derive",
5424 "serde",
5425 "serde_json",
5426 "thiserror 1.0.69",
5427]
5428
5429[[package]]
5430name = "handlebars"
5431version = "6.2.0"
5432source = "registry+https://github.com/rust-lang/crates.io-index"
5433checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5434dependencies = [
5435 "log",
5436 "num-order",
5437 "pest",
5438 "pest_derive",
5439 "serde",
5440 "serde_json",
5441 "thiserror 1.0.69",
5442]
5443
5444[[package]]
5445name = "hashbrown"
5446version = "0.12.3"
5447source = "registry+https://github.com/rust-lang/crates.io-index"
5448checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5449dependencies = [
5450 "ahash 0.7.8",
5451]
5452
5453[[package]]
5454name = "hashbrown"
5455version = "0.13.2"
5456source = "registry+https://github.com/rust-lang/crates.io-index"
5457checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5458dependencies = [
5459 "ahash 0.8.11",
5460]
5461
5462[[package]]
5463name = "hashbrown"
5464version = "0.14.5"
5465source = "registry+https://github.com/rust-lang/crates.io-index"
5466checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5467dependencies = [
5468 "ahash 0.8.11",
5469 "allocator-api2",
5470 "serde",
5471]
5472
5473[[package]]
5474name = "hashbrown"
5475version = "0.15.2"
5476source = "registry+https://github.com/rust-lang/crates.io-index"
5477checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5478dependencies = [
5479 "allocator-api2",
5480 "equivalent",
5481 "foldhash",
5482]
5483
5484[[package]]
5485name = "hashlink"
5486version = "0.8.4"
5487source = "registry+https://github.com/rust-lang/crates.io-index"
5488checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5489dependencies = [
5490 "hashbrown 0.14.5",
5491]
5492
5493[[package]]
5494name = "hashlink"
5495version = "0.9.1"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5498dependencies = [
5499 "hashbrown 0.14.5",
5500]
5501
5502[[package]]
5503name = "headers"
5504version = "0.3.9"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5507dependencies = [
5508 "base64 0.21.7",
5509 "bytes 1.9.0",
5510 "headers-core",
5511 "http 0.2.12",
5512 "httpdate",
5513 "mime",
5514 "sha1",
5515]
5516
5517[[package]]
5518name = "headers-core"
5519version = "0.2.0"
5520source = "registry+https://github.com/rust-lang/crates.io-index"
5521checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5522dependencies = [
5523 "http 0.2.12",
5524]
5525
5526[[package]]
5527name = "heck"
5528version = "0.3.3"
5529source = "registry+https://github.com/rust-lang/crates.io-index"
5530checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5531dependencies = [
5532 "unicode-segmentation",
5533]
5534
5535[[package]]
5536name = "heck"
5537version = "0.4.1"
5538source = "registry+https://github.com/rust-lang/crates.io-index"
5539checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5540dependencies = [
5541 "unicode-segmentation",
5542]
5543
5544[[package]]
5545name = "heck"
5546version = "0.5.0"
5547source = "registry+https://github.com/rust-lang/crates.io-index"
5548checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5549
5550[[package]]
5551name = "heed"
5552version = "0.21.0"
5553source = "registry+https://github.com/rust-lang/crates.io-index"
5554checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5555dependencies = [
5556 "bitflags 2.6.0",
5557 "byteorder",
5558 "heed-traits",
5559 "heed-types",
5560 "libc",
5561 "lmdb-master-sys",
5562 "once_cell",
5563 "page_size",
5564 "serde",
5565 "synchronoise",
5566 "url",
5567]
5568
5569[[package]]
5570name = "heed-traits"
5571version = "0.20.0"
5572source = "registry+https://github.com/rust-lang/crates.io-index"
5573checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5574
5575[[package]]
5576name = "heed-types"
5577version = "0.21.0"
5578source = "registry+https://github.com/rust-lang/crates.io-index"
5579checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5580dependencies = [
5581 "bincode",
5582 "byteorder",
5583 "heed-traits",
5584 "serde",
5585 "serde_json",
5586]
5587
5588[[package]]
5589name = "hermit-abi"
5590version = "0.3.9"
5591source = "registry+https://github.com/rust-lang/crates.io-index"
5592checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5593
5594[[package]]
5595name = "hermit-abi"
5596version = "0.4.0"
5597source = "registry+https://github.com/rust-lang/crates.io-index"
5598checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5599
5600[[package]]
5601name = "hex"
5602version = "0.4.3"
5603source = "registry+https://github.com/rust-lang/crates.io-index"
5604checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5605
5606[[package]]
5607name = "hexf-parse"
5608version = "0.2.1"
5609source = "registry+https://github.com/rust-lang/crates.io-index"
5610checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5611
5612[[package]]
5613name = "hidden-trait"
5614version = "0.1.2"
5615source = "registry+https://github.com/rust-lang/crates.io-index"
5616checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5617dependencies = [
5618 "proc-macro2",
5619 "quote",
5620 "syn 1.0.109",
5621]
5622
5623[[package]]
5624name = "hkdf"
5625version = "0.12.4"
5626source = "registry+https://github.com/rust-lang/crates.io-index"
5627checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5628dependencies = [
5629 "hmac",
5630]
5631
5632[[package]]
5633name = "hmac"
5634version = "0.12.1"
5635source = "registry+https://github.com/rust-lang/crates.io-index"
5636checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5637dependencies = [
5638 "digest",
5639]
5640
5641[[package]]
5642name = "home"
5643version = "0.5.9"
5644source = "registry+https://github.com/rust-lang/crates.io-index"
5645checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5646dependencies = [
5647 "windows-sys 0.52.0",
5648]
5649
5650[[package]]
5651name = "hound"
5652version = "3.5.1"
5653source = "registry+https://github.com/rust-lang/crates.io-index"
5654checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5655
5656[[package]]
5657name = "html5ever"
5658version = "0.27.0"
5659source = "registry+https://github.com/rust-lang/crates.io-index"
5660checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5661dependencies = [
5662 "log",
5663 "mac",
5664 "markup5ever",
5665 "proc-macro2",
5666 "quote",
5667 "syn 2.0.90",
5668]
5669
5670[[package]]
5671name = "html_to_markdown"
5672version = "0.1.0"
5673dependencies = [
5674 "anyhow",
5675 "html5ever",
5676 "indoc",
5677 "markup5ever_rcdom",
5678 "pretty_assertions",
5679 "regex",
5680]
5681
5682[[package]]
5683name = "http"
5684version = "0.2.12"
5685source = "registry+https://github.com/rust-lang/crates.io-index"
5686checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5687dependencies = [
5688 "bytes 1.9.0",
5689 "fnv",
5690 "itoa",
5691]
5692
5693[[package]]
5694name = "http"
5695version = "1.2.0"
5696source = "registry+https://github.com/rust-lang/crates.io-index"
5697checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5698dependencies = [
5699 "bytes 1.9.0",
5700 "fnv",
5701 "itoa",
5702]
5703
5704[[package]]
5705name = "http-body"
5706version = "0.4.6"
5707source = "registry+https://github.com/rust-lang/crates.io-index"
5708checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5709dependencies = [
5710 "bytes 1.9.0",
5711 "http 0.2.12",
5712 "pin-project-lite",
5713]
5714
5715[[package]]
5716name = "http-body"
5717version = "1.0.1"
5718source = "registry+https://github.com/rust-lang/crates.io-index"
5719checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5720dependencies = [
5721 "bytes 1.9.0",
5722 "http 1.2.0",
5723]
5724
5725[[package]]
5726name = "http-body-util"
5727version = "0.1.2"
5728source = "registry+https://github.com/rust-lang/crates.io-index"
5729checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5730dependencies = [
5731 "bytes 1.9.0",
5732 "futures-util",
5733 "http 1.2.0",
5734 "http-body 1.0.1",
5735 "pin-project-lite",
5736]
5737
5738[[package]]
5739name = "http-range-header"
5740version = "0.3.1"
5741source = "registry+https://github.com/rust-lang/crates.io-index"
5742checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5743
5744[[package]]
5745name = "http-types"
5746version = "2.12.0"
5747source = "registry+https://github.com/rust-lang/crates.io-index"
5748checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5749dependencies = [
5750 "anyhow",
5751 "async-channel 1.9.0",
5752 "base64 0.13.1",
5753 "futures-lite 1.13.0",
5754 "http 0.2.12",
5755 "infer",
5756 "pin-project-lite",
5757 "rand 0.7.3",
5758 "serde",
5759 "serde_json",
5760 "serde_qs 0.8.5",
5761 "serde_urlencoded",
5762 "url",
5763]
5764
5765[[package]]
5766name = "http_client"
5767version = "0.1.0"
5768dependencies = [
5769 "anyhow",
5770 "bytes 1.9.0",
5771 "derive_more",
5772 "futures 0.3.31",
5773 "http 1.2.0",
5774 "log",
5775 "serde",
5776 "serde_json",
5777 "url",
5778]
5779
5780[[package]]
5781name = "httparse"
5782version = "1.9.5"
5783source = "registry+https://github.com/rust-lang/crates.io-index"
5784checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5785
5786[[package]]
5787name = "httpdate"
5788version = "1.0.3"
5789source = "registry+https://github.com/rust-lang/crates.io-index"
5790checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5791
5792[[package]]
5793name = "human_bytes"
5794version = "0.4.3"
5795source = "registry+https://github.com/rust-lang/crates.io-index"
5796checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5797
5798[[package]]
5799name = "humantime"
5800version = "2.1.0"
5801source = "registry+https://github.com/rust-lang/crates.io-index"
5802checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5803
5804[[package]]
5805name = "hyper"
5806version = "0.14.32"
5807source = "registry+https://github.com/rust-lang/crates.io-index"
5808checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5809dependencies = [
5810 "bytes 1.9.0",
5811 "futures-channel",
5812 "futures-core",
5813 "futures-util",
5814 "h2 0.3.26",
5815 "http 0.2.12",
5816 "http-body 0.4.6",
5817 "httparse",
5818 "httpdate",
5819 "itoa",
5820 "pin-project-lite",
5821 "socket2",
5822 "tokio",
5823 "tower-service",
5824 "tracing",
5825 "want",
5826]
5827
5828[[package]]
5829name = "hyper"
5830version = "1.5.1"
5831source = "registry+https://github.com/rust-lang/crates.io-index"
5832checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5833dependencies = [
5834 "bytes 1.9.0",
5835 "futures-channel",
5836 "futures-util",
5837 "h2 0.4.7",
5838 "http 1.2.0",
5839 "http-body 1.0.1",
5840 "httparse",
5841 "itoa",
5842 "pin-project-lite",
5843 "smallvec",
5844 "tokio",
5845 "want",
5846]
5847
5848[[package]]
5849name = "hyper-rustls"
5850version = "0.24.2"
5851source = "registry+https://github.com/rust-lang/crates.io-index"
5852checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5853dependencies = [
5854 "futures-util",
5855 "http 0.2.12",
5856 "hyper 0.14.32",
5857 "log",
5858 "rustls 0.21.12",
5859 "rustls-native-certs 0.6.3",
5860 "tokio",
5861 "tokio-rustls 0.24.1",
5862]
5863
5864[[package]]
5865name = "hyper-rustls"
5866version = "0.27.3"
5867source = "registry+https://github.com/rust-lang/crates.io-index"
5868checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5869dependencies = [
5870 "futures-util",
5871 "http 1.2.0",
5872 "hyper 1.5.1",
5873 "hyper-util",
5874 "rustls 0.23.20",
5875 "rustls-native-certs 0.8.1",
5876 "rustls-pki-types",
5877 "tokio",
5878 "tokio-rustls 0.26.1",
5879 "tower-service",
5880]
5881
5882[[package]]
5883name = "hyper-tls"
5884version = "0.5.0"
5885source = "registry+https://github.com/rust-lang/crates.io-index"
5886checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5887dependencies = [
5888 "bytes 1.9.0",
5889 "hyper 0.14.32",
5890 "native-tls",
5891 "tokio",
5892 "tokio-native-tls",
5893]
5894
5895[[package]]
5896name = "hyper-util"
5897version = "0.1.10"
5898source = "registry+https://github.com/rust-lang/crates.io-index"
5899checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
5900dependencies = [
5901 "bytes 1.9.0",
5902 "futures-channel",
5903 "futures-util",
5904 "http 1.2.0",
5905 "http-body 1.0.1",
5906 "hyper 1.5.1",
5907 "pin-project-lite",
5908 "socket2",
5909 "tokio",
5910 "tower-service",
5911 "tracing",
5912]
5913
5914[[package]]
5915name = "iana-time-zone"
5916version = "0.1.61"
5917source = "registry+https://github.com/rust-lang/crates.io-index"
5918checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
5919dependencies = [
5920 "android_system_properties",
5921 "core-foundation-sys",
5922 "iana-time-zone-haiku",
5923 "js-sys",
5924 "wasm-bindgen",
5925 "windows-core 0.52.0",
5926]
5927
5928[[package]]
5929name = "iana-time-zone-haiku"
5930version = "0.1.2"
5931source = "registry+https://github.com/rust-lang/crates.io-index"
5932checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5933dependencies = [
5934 "cc",
5935]
5936
5937[[package]]
5938name = "icu_collections"
5939version = "1.5.0"
5940source = "registry+https://github.com/rust-lang/crates.io-index"
5941checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
5942dependencies = [
5943 "displaydoc",
5944 "yoke",
5945 "zerofrom",
5946 "zerovec",
5947]
5948
5949[[package]]
5950name = "icu_locid"
5951version = "1.5.0"
5952source = "registry+https://github.com/rust-lang/crates.io-index"
5953checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
5954dependencies = [
5955 "displaydoc",
5956 "litemap",
5957 "tinystr",
5958 "writeable",
5959 "zerovec",
5960]
5961
5962[[package]]
5963name = "icu_locid_transform"
5964version = "1.5.0"
5965source = "registry+https://github.com/rust-lang/crates.io-index"
5966checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
5967dependencies = [
5968 "displaydoc",
5969 "icu_locid",
5970 "icu_locid_transform_data",
5971 "icu_provider",
5972 "tinystr",
5973 "zerovec",
5974]
5975
5976[[package]]
5977name = "icu_locid_transform_data"
5978version = "1.5.0"
5979source = "registry+https://github.com/rust-lang/crates.io-index"
5980checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
5981
5982[[package]]
5983name = "icu_normalizer"
5984version = "1.5.0"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
5987dependencies = [
5988 "displaydoc",
5989 "icu_collections",
5990 "icu_normalizer_data",
5991 "icu_properties",
5992 "icu_provider",
5993 "smallvec",
5994 "utf16_iter",
5995 "utf8_iter",
5996 "write16",
5997 "zerovec",
5998]
5999
6000[[package]]
6001name = "icu_normalizer_data"
6002version = "1.5.0"
6003source = "registry+https://github.com/rust-lang/crates.io-index"
6004checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6005
6006[[package]]
6007name = "icu_properties"
6008version = "1.5.1"
6009source = "registry+https://github.com/rust-lang/crates.io-index"
6010checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6011dependencies = [
6012 "displaydoc",
6013 "icu_collections",
6014 "icu_locid_transform",
6015 "icu_properties_data",
6016 "icu_provider",
6017 "tinystr",
6018 "zerovec",
6019]
6020
6021[[package]]
6022name = "icu_properties_data"
6023version = "1.5.0"
6024source = "registry+https://github.com/rust-lang/crates.io-index"
6025checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6026
6027[[package]]
6028name = "icu_provider"
6029version = "1.5.0"
6030source = "registry+https://github.com/rust-lang/crates.io-index"
6031checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6032dependencies = [
6033 "displaydoc",
6034 "icu_locid",
6035 "icu_provider_macros",
6036 "stable_deref_trait",
6037 "tinystr",
6038 "writeable",
6039 "yoke",
6040 "zerofrom",
6041 "zerovec",
6042]
6043
6044[[package]]
6045name = "icu_provider_macros"
6046version = "1.5.0"
6047source = "registry+https://github.com/rust-lang/crates.io-index"
6048checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6049dependencies = [
6050 "proc-macro2",
6051 "quote",
6052 "syn 2.0.90",
6053]
6054
6055[[package]]
6056name = "id-arena"
6057version = "2.2.1"
6058source = "registry+https://github.com/rust-lang/crates.io-index"
6059checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6060
6061[[package]]
6062name = "idna"
6063version = "1.0.3"
6064source = "registry+https://github.com/rust-lang/crates.io-index"
6065checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6066dependencies = [
6067 "idna_adapter",
6068 "smallvec",
6069 "utf8_iter",
6070]
6071
6072[[package]]
6073name = "idna_adapter"
6074version = "1.2.0"
6075source = "registry+https://github.com/rust-lang/crates.io-index"
6076checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6077dependencies = [
6078 "icu_normalizer",
6079 "icu_properties",
6080]
6081
6082[[package]]
6083name = "ignore"
6084version = "0.4.23"
6085source = "registry+https://github.com/rust-lang/crates.io-index"
6086checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6087dependencies = [
6088 "crossbeam-deque",
6089 "globset",
6090 "log",
6091 "memchr",
6092 "regex-automata 0.4.9",
6093 "same-file",
6094 "walkdir",
6095 "winapi-util",
6096]
6097
6098[[package]]
6099name = "image"
6100version = "0.25.5"
6101source = "registry+https://github.com/rust-lang/crates.io-index"
6102checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6103dependencies = [
6104 "bytemuck",
6105 "byteorder-lite",
6106 "color_quant",
6107 "exr",
6108 "gif",
6109 "image-webp",
6110 "num-traits",
6111 "png",
6112 "qoi",
6113 "ravif",
6114 "rayon",
6115 "rgb",
6116 "tiff",
6117 "zune-core",
6118 "zune-jpeg",
6119]
6120
6121[[package]]
6122name = "image-webp"
6123version = "0.2.0"
6124source = "registry+https://github.com/rust-lang/crates.io-index"
6125checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6126dependencies = [
6127 "byteorder-lite",
6128 "quick-error",
6129]
6130
6131[[package]]
6132name = "image_viewer"
6133version = "0.1.0"
6134dependencies = [
6135 "anyhow",
6136 "db",
6137 "editor",
6138 "file_icons",
6139 "gpui",
6140 "project",
6141 "settings",
6142 "theme",
6143 "ui",
6144 "util",
6145 "workspace",
6146]
6147
6148[[package]]
6149name = "imagesize"
6150version = "0.13.0"
6151source = "registry+https://github.com/rust-lang/crates.io-index"
6152checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6153
6154[[package]]
6155name = "imgref"
6156version = "1.11.0"
6157source = "registry+https://github.com/rust-lang/crates.io-index"
6158checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6159
6160[[package]]
6161name = "indexed_docs"
6162version = "0.1.0"
6163dependencies = [
6164 "anyhow",
6165 "async-trait",
6166 "cargo_metadata",
6167 "collections",
6168 "derive_more",
6169 "extension",
6170 "fs",
6171 "futures 0.3.31",
6172 "fuzzy",
6173 "gpui",
6174 "heed",
6175 "html_to_markdown",
6176 "http_client",
6177 "indexmap",
6178 "indoc",
6179 "parking_lot",
6180 "paths",
6181 "pretty_assertions",
6182 "serde",
6183 "strum",
6184 "util",
6185]
6186
6187[[package]]
6188name = "indexmap"
6189version = "2.7.0"
6190source = "registry+https://github.com/rust-lang/crates.io-index"
6191checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
6192dependencies = [
6193 "equivalent",
6194 "hashbrown 0.15.2",
6195 "serde",
6196]
6197
6198[[package]]
6199name = "indoc"
6200version = "2.0.5"
6201source = "registry+https://github.com/rust-lang/crates.io-index"
6202checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6203
6204[[package]]
6205name = "infer"
6206version = "0.2.3"
6207source = "registry+https://github.com/rust-lang/crates.io-index"
6208checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6209
6210[[package]]
6211name = "inherent"
6212version = "1.0.11"
6213source = "registry+https://github.com/rust-lang/crates.io-index"
6214checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6215dependencies = [
6216 "proc-macro2",
6217 "quote",
6218 "syn 2.0.90",
6219]
6220
6221[[package]]
6222name = "inline_completion"
6223version = "0.1.0"
6224dependencies = [
6225 "gpui",
6226 "language",
6227]
6228
6229[[package]]
6230name = "inline_completion_button"
6231version = "0.1.0"
6232dependencies = [
6233 "anyhow",
6234 "copilot",
6235 "editor",
6236 "feature_flags",
6237 "fs",
6238 "futures 0.3.31",
6239 "gpui",
6240 "indoc",
6241 "inline_completion",
6242 "language",
6243 "lsp",
6244 "paths",
6245 "project",
6246 "serde_json",
6247 "settings",
6248 "supermaven",
6249 "theme",
6250 "ui",
6251 "workspace",
6252 "zed_actions",
6253 "zeta",
6254]
6255
6256[[package]]
6257name = "inotify"
6258version = "0.9.6"
6259source = "registry+https://github.com/rust-lang/crates.io-index"
6260checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6261dependencies = [
6262 "bitflags 1.3.2",
6263 "inotify-sys",
6264 "libc",
6265]
6266
6267[[package]]
6268name = "inotify-sys"
6269version = "0.1.5"
6270source = "registry+https://github.com/rust-lang/crates.io-index"
6271checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6272dependencies = [
6273 "libc",
6274]
6275
6276[[package]]
6277name = "inout"
6278version = "0.1.3"
6279source = "registry+https://github.com/rust-lang/crates.io-index"
6280checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6281dependencies = [
6282 "block-padding",
6283 "generic-array",
6284]
6285
6286[[package]]
6287name = "install_cli"
6288version = "0.1.0"
6289dependencies = [
6290 "anyhow",
6291 "gpui",
6292 "smol",
6293 "util",
6294]
6295
6296[[package]]
6297name = "instant"
6298version = "0.1.13"
6299source = "registry+https://github.com/rust-lang/crates.io-index"
6300checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6301dependencies = [
6302 "cfg-if",
6303]
6304
6305[[package]]
6306name = "interpolate_name"
6307version = "0.2.4"
6308source = "registry+https://github.com/rust-lang/crates.io-index"
6309checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6310dependencies = [
6311 "proc-macro2",
6312 "quote",
6313 "syn 2.0.90",
6314]
6315
6316[[package]]
6317name = "io-extras"
6318version = "0.18.4"
6319source = "registry+https://github.com/rust-lang/crates.io-index"
6320checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6321dependencies = [
6322 "io-lifetimes",
6323 "windows-sys 0.59.0",
6324]
6325
6326[[package]]
6327name = "io-lifetimes"
6328version = "2.0.4"
6329source = "registry+https://github.com/rust-lang/crates.io-index"
6330checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6331
6332[[package]]
6333name = "iovec"
6334version = "0.1.4"
6335source = "registry+https://github.com/rust-lang/crates.io-index"
6336checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6337dependencies = [
6338 "libc",
6339]
6340
6341[[package]]
6342name = "ipc-channel"
6343version = "0.19.0"
6344source = "registry+https://github.com/rust-lang/crates.io-index"
6345checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6346dependencies = [
6347 "bincode",
6348 "crossbeam-channel",
6349 "fnv",
6350 "lazy_static",
6351 "libc",
6352 "mio 1.0.3",
6353 "rand 0.8.5",
6354 "serde",
6355 "tempfile",
6356 "uuid",
6357 "windows 0.58.0",
6358]
6359
6360[[package]]
6361name = "ipnet"
6362version = "2.10.1"
6363source = "registry+https://github.com/rust-lang/crates.io-index"
6364checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6365
6366[[package]]
6367name = "is-docker"
6368version = "0.2.0"
6369source = "registry+https://github.com/rust-lang/crates.io-index"
6370checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6371dependencies = [
6372 "once_cell",
6373]
6374
6375[[package]]
6376name = "is-terminal"
6377version = "0.4.13"
6378source = "registry+https://github.com/rust-lang/crates.io-index"
6379checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6380dependencies = [
6381 "hermit-abi 0.4.0",
6382 "libc",
6383 "windows-sys 0.52.0",
6384]
6385
6386[[package]]
6387name = "is-wsl"
6388version = "0.4.0"
6389source = "registry+https://github.com/rust-lang/crates.io-index"
6390checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6391dependencies = [
6392 "is-docker",
6393 "once_cell",
6394]
6395
6396[[package]]
6397name = "is_terminal_polyfill"
6398version = "1.70.1"
6399source = "registry+https://github.com/rust-lang/crates.io-index"
6400checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6401
6402[[package]]
6403name = "itertools"
6404version = "0.10.5"
6405source = "registry+https://github.com/rust-lang/crates.io-index"
6406checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6407dependencies = [
6408 "either",
6409]
6410
6411[[package]]
6412name = "itertools"
6413version = "0.11.0"
6414source = "registry+https://github.com/rust-lang/crates.io-index"
6415checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6416dependencies = [
6417 "either",
6418]
6419
6420[[package]]
6421name = "itertools"
6422version = "0.12.1"
6423source = "registry+https://github.com/rust-lang/crates.io-index"
6424checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6425dependencies = [
6426 "either",
6427]
6428
6429[[package]]
6430name = "itertools"
6431version = "0.14.0"
6432source = "registry+https://github.com/rust-lang/crates.io-index"
6433checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6434dependencies = [
6435 "either",
6436]
6437
6438[[package]]
6439name = "itoa"
6440version = "1.0.14"
6441source = "registry+https://github.com/rust-lang/crates.io-index"
6442checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6443
6444[[package]]
6445name = "jni"
6446version = "0.21.1"
6447source = "registry+https://github.com/rust-lang/crates.io-index"
6448checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6449dependencies = [
6450 "cesu8",
6451 "cfg-if",
6452 "combine",
6453 "jni-sys",
6454 "log",
6455 "thiserror 1.0.69",
6456 "walkdir",
6457 "windows-sys 0.45.0",
6458]
6459
6460[[package]]
6461name = "jni-sys"
6462version = "0.3.0"
6463source = "registry+https://github.com/rust-lang/crates.io-index"
6464checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6465
6466[[package]]
6467name = "jobserver"
6468version = "0.1.32"
6469source = "registry+https://github.com/rust-lang/crates.io-index"
6470checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6471dependencies = [
6472 "libc",
6473]
6474
6475[[package]]
6476name = "journal"
6477version = "0.1.0"
6478dependencies = [
6479 "anyhow",
6480 "chrono",
6481 "editor",
6482 "gpui",
6483 "log",
6484 "schemars",
6485 "serde",
6486 "settings",
6487 "shellexpand 2.1.2",
6488 "workspace",
6489]
6490
6491[[package]]
6492name = "jpeg-decoder"
6493version = "0.3.1"
6494source = "registry+https://github.com/rust-lang/crates.io-index"
6495checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6496
6497[[package]]
6498name = "js-sys"
6499version = "0.3.76"
6500source = "registry+https://github.com/rust-lang/crates.io-index"
6501checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6502dependencies = [
6503 "once_cell",
6504 "wasm-bindgen",
6505]
6506
6507[[package]]
6508name = "jsonwebtoken"
6509version = "9.3.0"
6510source = "registry+https://github.com/rust-lang/crates.io-index"
6511checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6512dependencies = [
6513 "base64 0.21.7",
6514 "js-sys",
6515 "pem",
6516 "ring",
6517 "serde",
6518 "serde_json",
6519 "simple_asn1",
6520]
6521
6522[[package]]
6523name = "jupyter-protocol"
6524version = "0.6.0"
6525source = "registry+https://github.com/rust-lang/crates.io-index"
6526checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6527dependencies = [
6528 "anyhow",
6529 "async-trait",
6530 "bytes 1.9.0",
6531 "chrono",
6532 "futures 0.3.31",
6533 "serde",
6534 "serde_json",
6535 "uuid",
6536]
6537
6538[[package]]
6539name = "jupyter-websocket-client"
6540version = "0.9.0"
6541source = "registry+https://github.com/rust-lang/crates.io-index"
6542checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6543dependencies = [
6544 "anyhow",
6545 "async-trait",
6546 "async-tungstenite 0.28.2",
6547 "futures 0.3.31",
6548 "jupyter-protocol",
6549 "serde",
6550 "serde_json",
6551 "url",
6552 "uuid",
6553]
6554
6555[[package]]
6556name = "khronos-egl"
6557version = "6.0.0"
6558source = "registry+https://github.com/rust-lang/crates.io-index"
6559checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6560dependencies = [
6561 "libc",
6562 "libloading",
6563]
6564
6565[[package]]
6566name = "kqueue"
6567version = "1.0.8"
6568source = "registry+https://github.com/rust-lang/crates.io-index"
6569checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6570dependencies = [
6571 "kqueue-sys",
6572 "libc",
6573]
6574
6575[[package]]
6576name = "kqueue-sys"
6577version = "1.0.4"
6578source = "registry+https://github.com/rust-lang/crates.io-index"
6579checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6580dependencies = [
6581 "bitflags 1.3.2",
6582 "libc",
6583]
6584
6585[[package]]
6586name = "kurbo"
6587version = "0.11.1"
6588source = "registry+https://github.com/rust-lang/crates.io-index"
6589checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6590dependencies = [
6591 "arrayvec",
6592 "smallvec",
6593]
6594
6595[[package]]
6596name = "kv-log-macro"
6597version = "1.0.7"
6598source = "registry+https://github.com/rust-lang/crates.io-index"
6599checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6600dependencies = [
6601 "log",
6602]
6603
6604[[package]]
6605name = "language"
6606version = "0.1.0"
6607dependencies = [
6608 "anyhow",
6609 "async-trait",
6610 "async-watch",
6611 "clock",
6612 "collections",
6613 "ctor",
6614 "ec4rs",
6615 "env_logger 0.11.6",
6616 "fs",
6617 "futures 0.3.31",
6618 "fuzzy",
6619 "globset",
6620 "gpui",
6621 "http_client",
6622 "indoc",
6623 "itertools 0.14.0",
6624 "log",
6625 "lsp",
6626 "parking_lot",
6627 "postage",
6628 "pretty_assertions",
6629 "pulldown-cmark 0.12.2",
6630 "rand 0.8.5",
6631 "regex",
6632 "rpc",
6633 "schemars",
6634 "serde",
6635 "serde_json",
6636 "settings",
6637 "similar",
6638 "smallvec",
6639 "smol",
6640 "strsim",
6641 "sum_tree",
6642 "task",
6643 "text",
6644 "theme",
6645 "tree-sitter",
6646 "tree-sitter-elixir",
6647 "tree-sitter-embedded-template",
6648 "tree-sitter-heex",
6649 "tree-sitter-html",
6650 "tree-sitter-json",
6651 "tree-sitter-md",
6652 "tree-sitter-ruby",
6653 "tree-sitter-rust",
6654 "tree-sitter-typescript",
6655 "unicase",
6656 "unindent",
6657 "util",
6658]
6659
6660[[package]]
6661name = "language_extension"
6662version = "0.1.0"
6663dependencies = [
6664 "anyhow",
6665 "async-trait",
6666 "collections",
6667 "extension",
6668 "futures 0.3.31",
6669 "gpui",
6670 "language",
6671 "lsp",
6672 "serde",
6673 "serde_json",
6674 "util",
6675]
6676
6677[[package]]
6678name = "language_model"
6679version = "0.1.0"
6680dependencies = [
6681 "anthropic",
6682 "anyhow",
6683 "base64 0.22.1",
6684 "collections",
6685 "futures 0.3.31",
6686 "google_ai",
6687 "gpui",
6688 "http_client",
6689 "image",
6690 "lmstudio",
6691 "log",
6692 "ollama",
6693 "open_ai",
6694 "parking_lot",
6695 "proto",
6696 "schemars",
6697 "serde",
6698 "serde_json",
6699 "smol",
6700 "strum",
6701 "ui",
6702 "util",
6703]
6704
6705[[package]]
6706name = "language_model_selector"
6707version = "0.1.0"
6708dependencies = [
6709 "feature_flags",
6710 "gpui",
6711 "language_model",
6712 "picker",
6713 "proto",
6714 "ui",
6715 "workspace",
6716 "zed_actions",
6717]
6718
6719[[package]]
6720name = "language_models"
6721version = "0.1.0"
6722dependencies = [
6723 "anthropic",
6724 "anyhow",
6725 "client",
6726 "collections",
6727 "copilot",
6728 "editor",
6729 "feature_flags",
6730 "fs",
6731 "futures 0.3.31",
6732 "google_ai",
6733 "gpui",
6734 "http_client",
6735 "language_model",
6736 "lmstudio",
6737 "menu",
6738 "ollama",
6739 "open_ai",
6740 "project",
6741 "proto",
6742 "schemars",
6743 "serde",
6744 "serde_json",
6745 "settings",
6746 "smol",
6747 "strum",
6748 "telemetry_events",
6749 "theme",
6750 "thiserror 1.0.69",
6751 "tiktoken-rs",
6752 "ui",
6753 "util",
6754]
6755
6756[[package]]
6757name = "language_selector"
6758version = "0.1.0"
6759dependencies = [
6760 "anyhow",
6761 "editor",
6762 "file_finder",
6763 "file_icons",
6764 "fuzzy",
6765 "gpui",
6766 "language",
6767 "picker",
6768 "project",
6769 "settings",
6770 "ui",
6771 "util",
6772 "workspace",
6773]
6774
6775[[package]]
6776name = "language_tools"
6777version = "0.1.0"
6778dependencies = [
6779 "anyhow",
6780 "client",
6781 "collections",
6782 "copilot",
6783 "editor",
6784 "env_logger 0.11.6",
6785 "futures 0.3.31",
6786 "gpui",
6787 "itertools 0.14.0",
6788 "language",
6789 "lsp",
6790 "project",
6791 "release_channel",
6792 "serde_json",
6793 "settings",
6794 "theme",
6795 "tree-sitter",
6796 "ui",
6797 "util",
6798 "workspace",
6799 "zed_actions",
6800]
6801
6802[[package]]
6803name = "languages"
6804version = "0.1.0"
6805dependencies = [
6806 "anyhow",
6807 "async-compression",
6808 "async-tar",
6809 "async-trait",
6810 "collections",
6811 "futures 0.3.31",
6812 "gpui",
6813 "http_client",
6814 "language",
6815 "log",
6816 "lsp",
6817 "node_runtime",
6818 "paths",
6819 "pet",
6820 "pet-conda",
6821 "pet-core",
6822 "pet-fs",
6823 "pet-poetry",
6824 "pet-reporter",
6825 "project",
6826 "regex",
6827 "rope",
6828 "rust-embed",
6829 "serde",
6830 "serde_json",
6831 "settings",
6832 "smol",
6833 "task",
6834 "text",
6835 "theme",
6836 "toml 0.8.19",
6837 "tree-sitter",
6838 "tree-sitter-bash",
6839 "tree-sitter-c",
6840 "tree-sitter-cpp",
6841 "tree-sitter-css",
6842 "tree-sitter-diff",
6843 "tree-sitter-go",
6844 "tree-sitter-gomod",
6845 "tree-sitter-gowork",
6846 "tree-sitter-jsdoc",
6847 "tree-sitter-json",
6848 "tree-sitter-md",
6849 "tree-sitter-python",
6850 "tree-sitter-regex",
6851 "tree-sitter-rust",
6852 "tree-sitter-typescript",
6853 "tree-sitter-yaml",
6854 "unindent",
6855 "util",
6856 "workspace",
6857]
6858
6859[[package]]
6860name = "lazy_static"
6861version = "1.5.0"
6862source = "registry+https://github.com/rust-lang/crates.io-index"
6863checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6864dependencies = [
6865 "spin",
6866]
6867
6868[[package]]
6869name = "leb128"
6870version = "0.2.5"
6871source = "registry+https://github.com/rust-lang/crates.io-index"
6872checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6873
6874[[package]]
6875name = "lebe"
6876version = "0.5.2"
6877source = "registry+https://github.com/rust-lang/crates.io-index"
6878checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6879
6880[[package]]
6881name = "libc"
6882version = "0.2.169"
6883source = "registry+https://github.com/rust-lang/crates.io-index"
6884checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
6885
6886[[package]]
6887name = "libdbus-sys"
6888version = "0.2.5"
6889source = "registry+https://github.com/rust-lang/crates.io-index"
6890checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6891dependencies = [
6892 "cc",
6893 "pkg-config",
6894]
6895
6896[[package]]
6897name = "libfuzzer-sys"
6898version = "0.4.8"
6899source = "registry+https://github.com/rust-lang/crates.io-index"
6900checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
6901dependencies = [
6902 "arbitrary",
6903 "cc",
6904]
6905
6906[[package]]
6907name = "libgit2-sys"
6908version = "0.17.0+1.8.1"
6909source = "registry+https://github.com/rust-lang/crates.io-index"
6910checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6911dependencies = [
6912 "cc",
6913 "libc",
6914 "libz-sys",
6915 "pkg-config",
6916]
6917
6918[[package]]
6919name = "libloading"
6920version = "0.8.6"
6921source = "registry+https://github.com/rust-lang/crates.io-index"
6922checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
6923dependencies = [
6924 "cfg-if",
6925 "windows-targets 0.52.6",
6926]
6927
6928[[package]]
6929name = "libm"
6930version = "0.2.11"
6931source = "registry+https://github.com/rust-lang/crates.io-index"
6932checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
6933
6934[[package]]
6935name = "libmimalloc-sys"
6936version = "0.1.39"
6937source = "registry+https://github.com/rust-lang/crates.io-index"
6938checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6939dependencies = [
6940 "cc",
6941 "libc",
6942]
6943
6944[[package]]
6945name = "libredox"
6946version = "0.1.3"
6947source = "registry+https://github.com/rust-lang/crates.io-index"
6948checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6949dependencies = [
6950 "bitflags 2.6.0",
6951 "libc",
6952 "redox_syscall 0.5.8",
6953]
6954
6955[[package]]
6956name = "libsqlite3-sys"
6957version = "0.30.1"
6958source = "registry+https://github.com/rust-lang/crates.io-index"
6959checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
6960dependencies = [
6961 "cc",
6962 "pkg-config",
6963 "vcpkg",
6964]
6965
6966[[package]]
6967name = "libwebrtc"
6968version = "0.3.7"
6969source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
6970dependencies = [
6971 "cxx",
6972 "jni",
6973 "js-sys",
6974 "lazy_static",
6975 "livekit-protocol",
6976 "livekit-runtime",
6977 "log",
6978 "parking_lot",
6979 "serde",
6980 "serde_json",
6981 "thiserror 1.0.69",
6982 "tokio",
6983 "wasm-bindgen",
6984 "wasm-bindgen-futures",
6985 "web-sys",
6986 "webrtc-sys",
6987]
6988
6989[[package]]
6990name = "libz-sys"
6991version = "1.1.20"
6992source = "registry+https://github.com/rust-lang/crates.io-index"
6993checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6994dependencies = [
6995 "cc",
6996 "libc",
6997 "pkg-config",
6998 "vcpkg",
6999]
7000
7001[[package]]
7002name = "link-cplusplus"
7003version = "1.0.9"
7004source = "registry+https://github.com/rust-lang/crates.io-index"
7005checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7006dependencies = [
7007 "cc",
7008]
7009
7010[[package]]
7011name = "linkify"
7012version = "0.10.0"
7013source = "registry+https://github.com/rust-lang/crates.io-index"
7014checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7015dependencies = [
7016 "memchr",
7017]
7018
7019[[package]]
7020name = "linkme"
7021version = "0.3.31"
7022source = "registry+https://github.com/rust-lang/crates.io-index"
7023checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7024dependencies = [
7025 "linkme-impl",
7026]
7027
7028[[package]]
7029name = "linkme-impl"
7030version = "0.3.31"
7031source = "registry+https://github.com/rust-lang/crates.io-index"
7032checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7033dependencies = [
7034 "proc-macro2",
7035 "quote",
7036 "syn 2.0.90",
7037]
7038
7039[[package]]
7040name = "linux-raw-sys"
7041version = "0.4.14"
7042source = "registry+https://github.com/rust-lang/crates.io-index"
7043checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7044
7045[[package]]
7046name = "litemap"
7047version = "0.7.4"
7048source = "registry+https://github.com/rust-lang/crates.io-index"
7049checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7050
7051[[package]]
7052name = "livekit"
7053version = "0.7.0"
7054source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7055dependencies = [
7056 "chrono",
7057 "futures-util",
7058 "lazy_static",
7059 "libwebrtc",
7060 "livekit-api",
7061 "livekit-protocol",
7062 "livekit-runtime",
7063 "log",
7064 "parking_lot",
7065 "prost 0.12.6",
7066 "semver",
7067 "serde",
7068 "serde_json",
7069 "thiserror 1.0.69",
7070 "tokio",
7071]
7072
7073[[package]]
7074name = "livekit-api"
7075version = "0.4.1"
7076source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7077dependencies = [
7078 "async-tungstenite 0.25.1",
7079 "futures-util",
7080 "http 0.2.12",
7081 "jsonwebtoken",
7082 "livekit-protocol",
7083 "livekit-runtime",
7084 "log",
7085 "parking_lot",
7086 "prost 0.12.6",
7087 "reqwest 0.11.27",
7088 "scopeguard",
7089 "serde",
7090 "serde_json",
7091 "sha2",
7092 "thiserror 1.0.69",
7093 "tokio",
7094 "tokio-tungstenite 0.20.1",
7095 "url",
7096]
7097
7098[[package]]
7099name = "livekit-protocol"
7100version = "0.3.6"
7101source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7102dependencies = [
7103 "futures-util",
7104 "livekit-runtime",
7105 "parking_lot",
7106 "pbjson",
7107 "pbjson-types",
7108 "prost 0.12.6",
7109 "prost-types 0.12.6",
7110 "serde",
7111 "thiserror 1.0.69",
7112 "tokio",
7113]
7114
7115[[package]]
7116name = "livekit-runtime"
7117version = "0.3.1"
7118source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7119dependencies = [
7120 "async-io",
7121 "async-std",
7122 "async-task",
7123 "futures 0.3.31",
7124]
7125
7126[[package]]
7127name = "livekit_client"
7128version = "0.1.0"
7129dependencies = [
7130 "anyhow",
7131 "async-trait",
7132 "collections",
7133 "core-foundation 0.9.4",
7134 "coreaudio-rs 0.12.1",
7135 "cpal",
7136 "futures 0.3.31",
7137 "gpui",
7138 "http 0.2.12",
7139 "http_client",
7140 "image",
7141 "livekit",
7142 "livekit_server",
7143 "log",
7144 "media",
7145 "nanoid",
7146 "parking_lot",
7147 "postage",
7148 "serde",
7149 "serde_json",
7150 "sha2",
7151 "simplelog",
7152 "smallvec",
7153 "util",
7154]
7155
7156[[package]]
7157name = "livekit_client_macos"
7158version = "0.1.0"
7159dependencies = [
7160 "anyhow",
7161 "async-broadcast",
7162 "async-trait",
7163 "collections",
7164 "core-foundation 0.9.4",
7165 "futures 0.3.31",
7166 "gpui",
7167 "livekit_server",
7168 "log",
7169 "media",
7170 "nanoid",
7171 "parking_lot",
7172 "postage",
7173 "serde",
7174 "serde_json",
7175 "sha2",
7176 "simplelog",
7177]
7178
7179[[package]]
7180name = "livekit_server"
7181version = "0.1.0"
7182dependencies = [
7183 "anyhow",
7184 "async-trait",
7185 "jsonwebtoken",
7186 "log",
7187 "prost 0.9.0",
7188 "prost-build 0.9.0",
7189 "prost-types 0.9.0",
7190 "reqwest 0.12.8",
7191 "serde",
7192]
7193
7194[[package]]
7195name = "lmdb-master-sys"
7196version = "0.2.4"
7197source = "registry+https://github.com/rust-lang/crates.io-index"
7198checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7199dependencies = [
7200 "cc",
7201 "doxygen-rs",
7202 "libc",
7203]
7204
7205[[package]]
7206name = "lmstudio"
7207version = "0.1.0"
7208dependencies = [
7209 "anyhow",
7210 "futures 0.3.31",
7211 "http_client",
7212 "schemars",
7213 "serde",
7214 "serde_json",
7215]
7216
7217[[package]]
7218name = "lock_api"
7219version = "0.4.12"
7220source = "registry+https://github.com/rust-lang/crates.io-index"
7221checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7222dependencies = [
7223 "autocfg",
7224 "scopeguard",
7225]
7226
7227[[package]]
7228name = "log"
7229version = "0.4.22"
7230source = "registry+https://github.com/rust-lang/crates.io-index"
7231checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
7232dependencies = [
7233 "serde",
7234 "value-bag",
7235]
7236
7237[[package]]
7238name = "loop9"
7239version = "0.1.5"
7240source = "registry+https://github.com/rust-lang/crates.io-index"
7241checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7242dependencies = [
7243 "imgref",
7244]
7245
7246[[package]]
7247name = "lru"
7248version = "0.12.5"
7249source = "registry+https://github.com/rust-lang/crates.io-index"
7250checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7251dependencies = [
7252 "hashbrown 0.15.2",
7253]
7254
7255[[package]]
7256name = "lsp"
7257version = "0.1.0"
7258dependencies = [
7259 "anyhow",
7260 "async-pipe",
7261 "collections",
7262 "ctor",
7263 "env_logger 0.11.6",
7264 "futures 0.3.31",
7265 "gpui",
7266 "log",
7267 "lsp-types",
7268 "parking_lot",
7269 "postage",
7270 "release_channel",
7271 "schemars",
7272 "serde",
7273 "serde_json",
7274 "smol",
7275 "util",
7276]
7277
7278[[package]]
7279name = "lsp-types"
7280version = "0.95.1"
7281source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7282dependencies = [
7283 "bitflags 1.3.2",
7284 "serde",
7285 "serde_json",
7286 "serde_repr",
7287 "url",
7288]
7289
7290[[package]]
7291name = "mac"
7292version = "0.1.1"
7293source = "registry+https://github.com/rust-lang/crates.io-index"
7294checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7295
7296[[package]]
7297name = "mach2"
7298version = "0.4.2"
7299source = "registry+https://github.com/rust-lang/crates.io-index"
7300checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7301dependencies = [
7302 "libc",
7303]
7304
7305[[package]]
7306name = "malloc_buf"
7307version = "0.0.6"
7308source = "registry+https://github.com/rust-lang/crates.io-index"
7309checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7310dependencies = [
7311 "libc",
7312]
7313
7314[[package]]
7315name = "maplit"
7316version = "1.0.2"
7317source = "registry+https://github.com/rust-lang/crates.io-index"
7318checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7319
7320[[package]]
7321name = "markdown"
7322version = "0.1.0"
7323dependencies = [
7324 "anyhow",
7325 "assets",
7326 "env_logger 0.11.6",
7327 "futures 0.3.31",
7328 "gpui",
7329 "language",
7330 "languages",
7331 "linkify",
7332 "log",
7333 "node_runtime",
7334 "pulldown-cmark 0.12.2",
7335 "settings",
7336 "theme",
7337 "ui",
7338 "util",
7339]
7340
7341[[package]]
7342name = "markdown_preview"
7343version = "0.1.0"
7344dependencies = [
7345 "anyhow",
7346 "async-recursion 1.1.1",
7347 "collections",
7348 "editor",
7349 "gpui",
7350 "language",
7351 "linkify",
7352 "log",
7353 "pretty_assertions",
7354 "pulldown-cmark 0.12.2",
7355 "settings",
7356 "theme",
7357 "ui",
7358 "util",
7359 "workspace",
7360]
7361
7362[[package]]
7363name = "markup5ever"
7364version = "0.12.1"
7365source = "registry+https://github.com/rust-lang/crates.io-index"
7366checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7367dependencies = [
7368 "log",
7369 "phf",
7370 "phf_codegen",
7371 "string_cache",
7372 "string_cache_codegen",
7373 "tendril",
7374]
7375
7376[[package]]
7377name = "markup5ever_rcdom"
7378version = "0.3.0"
7379source = "registry+https://github.com/rust-lang/crates.io-index"
7380checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7381dependencies = [
7382 "html5ever",
7383 "markup5ever",
7384 "tendril",
7385 "xml5ever",
7386]
7387
7388[[package]]
7389name = "matchers"
7390version = "0.1.0"
7391source = "registry+https://github.com/rust-lang/crates.io-index"
7392checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7393dependencies = [
7394 "regex-automata 0.1.10",
7395]
7396
7397[[package]]
7398name = "matchit"
7399version = "0.7.3"
7400source = "registry+https://github.com/rust-lang/crates.io-index"
7401checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7402
7403[[package]]
7404name = "maybe-owned"
7405version = "0.3.4"
7406source = "registry+https://github.com/rust-lang/crates.io-index"
7407checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7408
7409[[package]]
7410name = "maybe-rayon"
7411version = "0.1.1"
7412source = "registry+https://github.com/rust-lang/crates.io-index"
7413checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7414dependencies = [
7415 "cfg-if",
7416 "rayon",
7417]
7418
7419[[package]]
7420name = "md-5"
7421version = "0.10.6"
7422source = "registry+https://github.com/rust-lang/crates.io-index"
7423checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7424dependencies = [
7425 "cfg-if",
7426 "digest",
7427]
7428
7429[[package]]
7430name = "mdbook"
7431version = "0.4.43"
7432source = "registry+https://github.com/rust-lang/crates.io-index"
7433checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7434dependencies = [
7435 "ammonia",
7436 "anyhow",
7437 "chrono",
7438 "clap",
7439 "clap_complete",
7440 "elasticlunr-rs",
7441 "env_logger 0.11.6",
7442 "futures-util",
7443 "handlebars 6.2.0",
7444 "ignore",
7445 "log",
7446 "memchr",
7447 "notify",
7448 "notify-debouncer-mini",
7449 "once_cell",
7450 "opener",
7451 "pathdiff",
7452 "pulldown-cmark 0.10.3",
7453 "regex",
7454 "serde",
7455 "serde_json",
7456 "shlex",
7457 "tempfile",
7458 "tokio",
7459 "toml 0.5.11",
7460 "topological-sort",
7461 "walkdir",
7462 "warp",
7463]
7464
7465[[package]]
7466name = "media"
7467version = "0.1.0"
7468dependencies = [
7469 "anyhow",
7470 "bindgen",
7471 "core-foundation 0.9.4",
7472 "ctor",
7473 "foreign-types 0.5.0",
7474 "metal",
7475 "objc",
7476]
7477
7478[[package]]
7479name = "memchr"
7480version = "2.7.4"
7481source = "registry+https://github.com/rust-lang/crates.io-index"
7482checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7483
7484[[package]]
7485name = "memfd"
7486version = "0.6.4"
7487source = "registry+https://github.com/rust-lang/crates.io-index"
7488checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7489dependencies = [
7490 "rustix",
7491]
7492
7493[[package]]
7494name = "memmap2"
7495version = "0.9.5"
7496source = "registry+https://github.com/rust-lang/crates.io-index"
7497checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7498dependencies = [
7499 "libc",
7500]
7501
7502[[package]]
7503name = "memoffset"
7504version = "0.9.1"
7505source = "registry+https://github.com/rust-lang/crates.io-index"
7506checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7507dependencies = [
7508 "autocfg",
7509]
7510
7511[[package]]
7512name = "menu"
7513version = "0.1.0"
7514dependencies = [
7515 "gpui",
7516 "serde",
7517]
7518
7519[[package]]
7520name = "metal"
7521version = "0.30.0"
7522source = "registry+https://github.com/rust-lang/crates.io-index"
7523checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9"
7524dependencies = [
7525 "bitflags 2.6.0",
7526 "block",
7527 "core-graphics-types 0.1.3",
7528 "foreign-types 0.5.0",
7529 "log",
7530 "objc",
7531 "paste",
7532]
7533
7534[[package]]
7535name = "mimalloc"
7536version = "0.1.43"
7537source = "registry+https://github.com/rust-lang/crates.io-index"
7538checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7539dependencies = [
7540 "libmimalloc-sys",
7541]
7542
7543[[package]]
7544name = "mime"
7545version = "0.3.17"
7546source = "registry+https://github.com/rust-lang/crates.io-index"
7547checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7548
7549[[package]]
7550name = "mime_guess"
7551version = "2.0.5"
7552source = "registry+https://github.com/rust-lang/crates.io-index"
7553checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7554dependencies = [
7555 "mime",
7556 "unicase",
7557]
7558
7559[[package]]
7560name = "minimal-lexical"
7561version = "0.2.1"
7562source = "registry+https://github.com/rust-lang/crates.io-index"
7563checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7564
7565[[package]]
7566name = "miniz_oxide"
7567version = "0.8.0"
7568source = "registry+https://github.com/rust-lang/crates.io-index"
7569checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7570dependencies = [
7571 "adler2",
7572 "simd-adler32",
7573]
7574
7575[[package]]
7576name = "mint"
7577version = "0.5.9"
7578source = "registry+https://github.com/rust-lang/crates.io-index"
7579checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7580
7581[[package]]
7582name = "mio"
7583version = "0.8.11"
7584source = "registry+https://github.com/rust-lang/crates.io-index"
7585checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7586dependencies = [
7587 "libc",
7588 "log",
7589 "wasi 0.11.0+wasi-snapshot-preview1",
7590 "windows-sys 0.48.0",
7591]
7592
7593[[package]]
7594name = "mio"
7595version = "1.0.3"
7596source = "registry+https://github.com/rust-lang/crates.io-index"
7597checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7598dependencies = [
7599 "libc",
7600 "log",
7601 "wasi 0.11.0+wasi-snapshot-preview1",
7602 "windows-sys 0.52.0",
7603]
7604
7605[[package]]
7606name = "miow"
7607version = "0.6.0"
7608source = "registry+https://github.com/rust-lang/crates.io-index"
7609checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7610dependencies = [
7611 "windows-sys 0.48.0",
7612]
7613
7614[[package]]
7615name = "msvc_spectre_libs"
7616version = "0.1.2"
7617source = "registry+https://github.com/rust-lang/crates.io-index"
7618checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7619dependencies = [
7620 "cc",
7621]
7622
7623[[package]]
7624name = "multi_buffer"
7625version = "0.1.0"
7626dependencies = [
7627 "anyhow",
7628 "clock",
7629 "collections",
7630 "ctor",
7631 "env_logger 0.11.6",
7632 "futures 0.3.31",
7633 "gpui",
7634 "itertools 0.14.0",
7635 "language",
7636 "log",
7637 "parking_lot",
7638 "rand 0.8.5",
7639 "serde",
7640 "settings",
7641 "smallvec",
7642 "sum_tree",
7643 "text",
7644 "theme",
7645 "tree-sitter",
7646 "util",
7647]
7648
7649[[package]]
7650name = "multimap"
7651version = "0.8.3"
7652source = "registry+https://github.com/rust-lang/crates.io-index"
7653checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7654
7655[[package]]
7656name = "multimap"
7657version = "0.10.0"
7658source = "registry+https://github.com/rust-lang/crates.io-index"
7659checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7660
7661[[package]]
7662name = "naga"
7663version = "23.1.0"
7664source = "registry+https://github.com/rust-lang/crates.io-index"
7665checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7666dependencies = [
7667 "arrayvec",
7668 "bit-set 0.8.0",
7669 "bitflags 2.6.0",
7670 "cfg_aliases 0.1.1",
7671 "codespan-reporting",
7672 "hexf-parse",
7673 "indexmap",
7674 "log",
7675 "rustc-hash 1.1.0",
7676 "spirv",
7677 "termcolor",
7678 "thiserror 1.0.69",
7679 "unicode-xid",
7680]
7681
7682[[package]]
7683name = "nanoid"
7684version = "0.4.0"
7685source = "registry+https://github.com/rust-lang/crates.io-index"
7686checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7687dependencies = [
7688 "rand 0.8.5",
7689]
7690
7691[[package]]
7692name = "nanorand"
7693version = "0.7.0"
7694source = "registry+https://github.com/rust-lang/crates.io-index"
7695checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7696dependencies = [
7697 "getrandom 0.2.15",
7698]
7699
7700[[package]]
7701name = "native-tls"
7702version = "0.2.12"
7703source = "registry+https://github.com/rust-lang/crates.io-index"
7704checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7705dependencies = [
7706 "libc",
7707 "log",
7708 "openssl",
7709 "openssl-probe",
7710 "openssl-sys",
7711 "schannel",
7712 "security-framework 2.11.1",
7713 "security-framework-sys",
7714 "tempfile",
7715]
7716
7717[[package]]
7718name = "nbformat"
7719version = "0.10.0"
7720source = "registry+https://github.com/rust-lang/crates.io-index"
7721checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
7722dependencies = [
7723 "anyhow",
7724 "chrono",
7725 "jupyter-protocol",
7726 "serde",
7727 "serde_json",
7728 "thiserror 1.0.69",
7729 "uuid",
7730]
7731
7732[[package]]
7733name = "ndk"
7734version = "0.8.0"
7735source = "registry+https://github.com/rust-lang/crates.io-index"
7736checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7737dependencies = [
7738 "bitflags 2.6.0",
7739 "jni-sys",
7740 "log",
7741 "ndk-sys",
7742 "num_enum",
7743 "thiserror 1.0.69",
7744]
7745
7746[[package]]
7747name = "ndk-context"
7748version = "0.1.1"
7749source = "registry+https://github.com/rust-lang/crates.io-index"
7750checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7751
7752[[package]]
7753name = "ndk-sys"
7754version = "0.5.0+25.2.9519653"
7755source = "registry+https://github.com/rust-lang/crates.io-index"
7756checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7757dependencies = [
7758 "jni-sys",
7759]
7760
7761[[package]]
7762name = "new_debug_unreachable"
7763version = "1.0.6"
7764source = "registry+https://github.com/rust-lang/crates.io-index"
7765checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7766
7767[[package]]
7768name = "nix"
7769version = "0.29.0"
7770source = "registry+https://github.com/rust-lang/crates.io-index"
7771checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7772dependencies = [
7773 "bitflags 2.6.0",
7774 "cfg-if",
7775 "cfg_aliases 0.2.1",
7776 "libc",
7777 "memoffset",
7778]
7779
7780[[package]]
7781name = "node_runtime"
7782version = "0.1.0"
7783dependencies = [
7784 "anyhow",
7785 "async-compression",
7786 "async-std",
7787 "async-tar",
7788 "async-trait",
7789 "async-watch",
7790 "async_zip",
7791 "futures 0.3.31",
7792 "http_client",
7793 "log",
7794 "paths",
7795 "semver",
7796 "serde",
7797 "serde_json",
7798 "smol",
7799 "tempfile",
7800 "util",
7801 "walkdir",
7802 "which 6.0.3",
7803]
7804
7805[[package]]
7806name = "nom"
7807version = "7.1.3"
7808source = "registry+https://github.com/rust-lang/crates.io-index"
7809checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7810dependencies = [
7811 "memchr",
7812 "minimal-lexical",
7813]
7814
7815[[package]]
7816name = "noop_proc_macro"
7817version = "0.3.0"
7818source = "registry+https://github.com/rust-lang/crates.io-index"
7819checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7820
7821[[package]]
7822name = "normpath"
7823version = "1.3.0"
7824source = "registry+https://github.com/rust-lang/crates.io-index"
7825checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7826dependencies = [
7827 "windows-sys 0.59.0",
7828]
7829
7830[[package]]
7831name = "notifications"
7832version = "0.1.0"
7833dependencies = [
7834 "anyhow",
7835 "channel",
7836 "client",
7837 "collections",
7838 "db",
7839 "gpui",
7840 "rpc",
7841 "settings",
7842 "sum_tree",
7843 "time",
7844 "util",
7845]
7846
7847[[package]]
7848name = "notify"
7849version = "6.1.1"
7850source = "registry+https://github.com/rust-lang/crates.io-index"
7851checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7852dependencies = [
7853 "bitflags 2.6.0",
7854 "crossbeam-channel",
7855 "filetime",
7856 "fsevent-sys 4.1.0",
7857 "inotify",
7858 "kqueue",
7859 "libc",
7860 "log",
7861 "mio 0.8.11",
7862 "walkdir",
7863 "windows-sys 0.48.0",
7864]
7865
7866[[package]]
7867name = "notify-debouncer-mini"
7868version = "0.4.1"
7869source = "registry+https://github.com/rust-lang/crates.io-index"
7870checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7871dependencies = [
7872 "crossbeam-channel",
7873 "log",
7874 "notify",
7875]
7876
7877[[package]]
7878name = "ntapi"
7879version = "0.4.1"
7880source = "registry+https://github.com/rust-lang/crates.io-index"
7881checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7882dependencies = [
7883 "winapi",
7884]
7885
7886[[package]]
7887name = "nu-ansi-term"
7888version = "0.46.0"
7889source = "registry+https://github.com/rust-lang/crates.io-index"
7890checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7891dependencies = [
7892 "overload",
7893 "winapi",
7894]
7895
7896[[package]]
7897name = "num"
7898version = "0.4.3"
7899source = "registry+https://github.com/rust-lang/crates.io-index"
7900checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7901dependencies = [
7902 "num-bigint",
7903 "num-complex",
7904 "num-integer",
7905 "num-iter",
7906 "num-rational",
7907 "num-traits",
7908]
7909
7910[[package]]
7911name = "num-bigint"
7912version = "0.4.6"
7913source = "registry+https://github.com/rust-lang/crates.io-index"
7914checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7915dependencies = [
7916 "num-integer",
7917 "num-traits",
7918]
7919
7920[[package]]
7921name = "num-bigint-dig"
7922version = "0.8.4"
7923source = "registry+https://github.com/rust-lang/crates.io-index"
7924checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7925dependencies = [
7926 "byteorder",
7927 "lazy_static",
7928 "libm",
7929 "num-integer",
7930 "num-iter",
7931 "num-traits",
7932 "rand 0.8.5",
7933 "serde",
7934 "smallvec",
7935 "zeroize",
7936]
7937
7938[[package]]
7939name = "num-complex"
7940version = "0.4.6"
7941source = "registry+https://github.com/rust-lang/crates.io-index"
7942checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7943dependencies = [
7944 "num-traits",
7945]
7946
7947[[package]]
7948name = "num-conv"
7949version = "0.1.0"
7950source = "registry+https://github.com/rust-lang/crates.io-index"
7951checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7952
7953[[package]]
7954name = "num-derive"
7955version = "0.4.2"
7956source = "registry+https://github.com/rust-lang/crates.io-index"
7957checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7958dependencies = [
7959 "proc-macro2",
7960 "quote",
7961 "syn 2.0.90",
7962]
7963
7964[[package]]
7965name = "num-format"
7966version = "0.4.4"
7967source = "registry+https://github.com/rust-lang/crates.io-index"
7968checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7969dependencies = [
7970 "arrayvec",
7971 "itoa",
7972]
7973
7974[[package]]
7975name = "num-integer"
7976version = "0.1.46"
7977source = "registry+https://github.com/rust-lang/crates.io-index"
7978checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7979dependencies = [
7980 "num-traits",
7981]
7982
7983[[package]]
7984name = "num-iter"
7985version = "0.1.45"
7986source = "registry+https://github.com/rust-lang/crates.io-index"
7987checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7988dependencies = [
7989 "autocfg",
7990 "num-integer",
7991 "num-traits",
7992]
7993
7994[[package]]
7995name = "num-modular"
7996version = "0.6.1"
7997source = "registry+https://github.com/rust-lang/crates.io-index"
7998checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
7999
8000[[package]]
8001name = "num-order"
8002version = "1.2.0"
8003source = "registry+https://github.com/rust-lang/crates.io-index"
8004checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8005dependencies = [
8006 "num-modular",
8007]
8008
8009[[package]]
8010name = "num-rational"
8011version = "0.4.2"
8012source = "registry+https://github.com/rust-lang/crates.io-index"
8013checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8014dependencies = [
8015 "num-bigint",
8016 "num-integer",
8017 "num-traits",
8018]
8019
8020[[package]]
8021name = "num-traits"
8022version = "0.2.19"
8023source = "registry+https://github.com/rust-lang/crates.io-index"
8024checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8025dependencies = [
8026 "autocfg",
8027 "libm",
8028]
8029
8030[[package]]
8031name = "num_cpus"
8032version = "1.16.0"
8033source = "registry+https://github.com/rust-lang/crates.io-index"
8034checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8035dependencies = [
8036 "hermit-abi 0.3.9",
8037 "libc",
8038]
8039
8040[[package]]
8041name = "num_enum"
8042version = "0.7.3"
8043source = "registry+https://github.com/rust-lang/crates.io-index"
8044checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8045dependencies = [
8046 "num_enum_derive",
8047]
8048
8049[[package]]
8050name = "num_enum_derive"
8051version = "0.7.3"
8052source = "registry+https://github.com/rust-lang/crates.io-index"
8053checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8054dependencies = [
8055 "proc-macro-crate",
8056 "proc-macro2",
8057 "quote",
8058 "syn 2.0.90",
8059]
8060
8061[[package]]
8062name = "num_threads"
8063version = "0.1.7"
8064source = "registry+https://github.com/rust-lang/crates.io-index"
8065checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8066dependencies = [
8067 "libc",
8068]
8069
8070[[package]]
8071name = "nvim-rs"
8072version = "0.8.0-pre"
8073source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8074dependencies = [
8075 "async-trait",
8076 "futures 0.3.31",
8077 "log",
8078 "parity-tokio-ipc",
8079 "rmp",
8080 "rmpv",
8081 "tokio",
8082 "tokio-util",
8083 "winapi",
8084]
8085
8086[[package]]
8087name = "objc"
8088version = "0.2.7"
8089source = "registry+https://github.com/rust-lang/crates.io-index"
8090checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8091dependencies = [
8092 "malloc_buf",
8093]
8094
8095[[package]]
8096name = "objc-sys"
8097version = "0.3.5"
8098source = "registry+https://github.com/rust-lang/crates.io-index"
8099checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8100
8101[[package]]
8102name = "objc2"
8103version = "0.5.2"
8104source = "registry+https://github.com/rust-lang/crates.io-index"
8105checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8106dependencies = [
8107 "objc-sys",
8108 "objc2-encode",
8109]
8110
8111[[package]]
8112name = "objc2-app-kit"
8113version = "0.2.2"
8114source = "registry+https://github.com/rust-lang/crates.io-index"
8115checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8116dependencies = [
8117 "bitflags 2.6.0",
8118 "block2",
8119 "libc",
8120 "objc2",
8121 "objc2-core-data",
8122 "objc2-core-image",
8123 "objc2-foundation",
8124 "objc2-quartz-core",
8125]
8126
8127[[package]]
8128name = "objc2-cloud-kit"
8129version = "0.2.2"
8130source = "registry+https://github.com/rust-lang/crates.io-index"
8131checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8132dependencies = [
8133 "bitflags 2.6.0",
8134 "block2",
8135 "objc2",
8136 "objc2-core-location",
8137 "objc2-foundation",
8138]
8139
8140[[package]]
8141name = "objc2-contacts"
8142version = "0.2.2"
8143source = "registry+https://github.com/rust-lang/crates.io-index"
8144checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8145dependencies = [
8146 "block2",
8147 "objc2",
8148 "objc2-foundation",
8149]
8150
8151[[package]]
8152name = "objc2-core-data"
8153version = "0.2.2"
8154source = "registry+https://github.com/rust-lang/crates.io-index"
8155checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8156dependencies = [
8157 "bitflags 2.6.0",
8158 "block2",
8159 "objc2",
8160 "objc2-foundation",
8161]
8162
8163[[package]]
8164name = "objc2-core-image"
8165version = "0.2.2"
8166source = "registry+https://github.com/rust-lang/crates.io-index"
8167checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8168dependencies = [
8169 "block2",
8170 "objc2",
8171 "objc2-foundation",
8172 "objc2-metal",
8173]
8174
8175[[package]]
8176name = "objc2-core-location"
8177version = "0.2.2"
8178source = "registry+https://github.com/rust-lang/crates.io-index"
8179checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8180dependencies = [
8181 "block2",
8182 "objc2",
8183 "objc2-contacts",
8184 "objc2-foundation",
8185]
8186
8187[[package]]
8188name = "objc2-encode"
8189version = "4.0.3"
8190source = "registry+https://github.com/rust-lang/crates.io-index"
8191checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8192
8193[[package]]
8194name = "objc2-foundation"
8195version = "0.2.2"
8196source = "registry+https://github.com/rust-lang/crates.io-index"
8197checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8198dependencies = [
8199 "bitflags 2.6.0",
8200 "block2",
8201 "libc",
8202 "objc2",
8203]
8204
8205[[package]]
8206name = "objc2-link-presentation"
8207version = "0.2.2"
8208source = "registry+https://github.com/rust-lang/crates.io-index"
8209checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8210dependencies = [
8211 "block2",
8212 "objc2",
8213 "objc2-app-kit",
8214 "objc2-foundation",
8215]
8216
8217[[package]]
8218name = "objc2-metal"
8219version = "0.2.2"
8220source = "registry+https://github.com/rust-lang/crates.io-index"
8221checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8222dependencies = [
8223 "bitflags 2.6.0",
8224 "block2",
8225 "objc2",
8226 "objc2-foundation",
8227]
8228
8229[[package]]
8230name = "objc2-quartz-core"
8231version = "0.2.2"
8232source = "registry+https://github.com/rust-lang/crates.io-index"
8233checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8234dependencies = [
8235 "bitflags 2.6.0",
8236 "block2",
8237 "objc2",
8238 "objc2-foundation",
8239 "objc2-metal",
8240]
8241
8242[[package]]
8243name = "objc2-symbols"
8244version = "0.2.2"
8245source = "registry+https://github.com/rust-lang/crates.io-index"
8246checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8247dependencies = [
8248 "objc2",
8249 "objc2-foundation",
8250]
8251
8252[[package]]
8253name = "objc2-ui-kit"
8254version = "0.2.2"
8255source = "registry+https://github.com/rust-lang/crates.io-index"
8256checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8257dependencies = [
8258 "bitflags 2.6.0",
8259 "block2",
8260 "objc2",
8261 "objc2-cloud-kit",
8262 "objc2-core-data",
8263 "objc2-core-image",
8264 "objc2-core-location",
8265 "objc2-foundation",
8266 "objc2-link-presentation",
8267 "objc2-quartz-core",
8268 "objc2-symbols",
8269 "objc2-uniform-type-identifiers",
8270 "objc2-user-notifications",
8271]
8272
8273[[package]]
8274name = "objc2-uniform-type-identifiers"
8275version = "0.2.2"
8276source = "registry+https://github.com/rust-lang/crates.io-index"
8277checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8278dependencies = [
8279 "block2",
8280 "objc2",
8281 "objc2-foundation",
8282]
8283
8284[[package]]
8285name = "objc2-user-notifications"
8286version = "0.2.2"
8287source = "registry+https://github.com/rust-lang/crates.io-index"
8288checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8289dependencies = [
8290 "bitflags 2.6.0",
8291 "block2",
8292 "objc2",
8293 "objc2-core-location",
8294 "objc2-foundation",
8295]
8296
8297[[package]]
8298name = "object"
8299version = "0.36.5"
8300source = "registry+https://github.com/rust-lang/crates.io-index"
8301checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8302dependencies = [
8303 "crc32fast",
8304 "hashbrown 0.15.2",
8305 "indexmap",
8306 "memchr",
8307]
8308
8309[[package]]
8310name = "oboe"
8311version = "0.6.1"
8312source = "registry+https://github.com/rust-lang/crates.io-index"
8313checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8314dependencies = [
8315 "jni",
8316 "ndk",
8317 "ndk-context",
8318 "num-derive",
8319 "num-traits",
8320 "oboe-sys",
8321]
8322
8323[[package]]
8324name = "oboe-sys"
8325version = "0.6.1"
8326source = "registry+https://github.com/rust-lang/crates.io-index"
8327checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8328dependencies = [
8329 "cc",
8330]
8331
8332[[package]]
8333name = "ollama"
8334version = "0.1.0"
8335dependencies = [
8336 "anyhow",
8337 "futures 0.3.31",
8338 "http_client",
8339 "schemars",
8340 "serde",
8341 "serde_json",
8342]
8343
8344[[package]]
8345name = "once_cell"
8346version = "1.20.2"
8347source = "registry+https://github.com/rust-lang/crates.io-index"
8348checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8349
8350[[package]]
8351name = "oo7"
8352version = "0.3.3"
8353source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8354dependencies = [
8355 "aes",
8356 "async-fs",
8357 "async-io",
8358 "async-lock",
8359 "async-net",
8360 "blocking",
8361 "cbc",
8362 "cipher",
8363 "digest",
8364 "endi",
8365 "futures-lite 2.5.0",
8366 "futures-util",
8367 "hkdf",
8368 "hmac",
8369 "md-5",
8370 "num",
8371 "num-bigint-dig",
8372 "pbkdf2 0.12.2",
8373 "rand 0.8.5",
8374 "serde",
8375 "sha2",
8376 "subtle",
8377 "zbus 4.4.0",
8378 "zeroize",
8379 "zvariant 4.2.0",
8380]
8381
8382[[package]]
8383name = "oorandom"
8384version = "11.1.4"
8385source = "registry+https://github.com/rust-lang/crates.io-index"
8386checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8387
8388[[package]]
8389name = "open"
8390version = "5.3.2"
8391source = "registry+https://github.com/rust-lang/crates.io-index"
8392checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8393dependencies = [
8394 "is-wsl",
8395 "libc",
8396 "pathdiff",
8397]
8398
8399[[package]]
8400name = "open_ai"
8401version = "0.1.0"
8402dependencies = [
8403 "anyhow",
8404 "futures 0.3.31",
8405 "http_client",
8406 "schemars",
8407 "serde",
8408 "serde_json",
8409 "strum",
8410]
8411
8412[[package]]
8413name = "opener"
8414version = "0.7.2"
8415source = "registry+https://github.com/rust-lang/crates.io-index"
8416checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8417dependencies = [
8418 "bstr",
8419 "dbus",
8420 "normpath",
8421 "windows-sys 0.59.0",
8422]
8423
8424[[package]]
8425name = "openssl"
8426version = "0.10.68"
8427source = "registry+https://github.com/rust-lang/crates.io-index"
8428checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8429dependencies = [
8430 "bitflags 2.6.0",
8431 "cfg-if",
8432 "foreign-types 0.3.2",
8433 "libc",
8434 "once_cell",
8435 "openssl-macros",
8436 "openssl-sys",
8437]
8438
8439[[package]]
8440name = "openssl-macros"
8441version = "0.1.1"
8442source = "registry+https://github.com/rust-lang/crates.io-index"
8443checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8444dependencies = [
8445 "proc-macro2",
8446 "quote",
8447 "syn 2.0.90",
8448]
8449
8450[[package]]
8451name = "openssl-probe"
8452version = "0.1.5"
8453source = "registry+https://github.com/rust-lang/crates.io-index"
8454checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8455
8456[[package]]
8457name = "openssl-src"
8458version = "300.4.1+3.4.0"
8459source = "registry+https://github.com/rust-lang/crates.io-index"
8460checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8461dependencies = [
8462 "cc",
8463]
8464
8465[[package]]
8466name = "openssl-sys"
8467version = "0.9.104"
8468source = "registry+https://github.com/rust-lang/crates.io-index"
8469checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8470dependencies = [
8471 "cc",
8472 "libc",
8473 "openssl-src",
8474 "pkg-config",
8475 "vcpkg",
8476]
8477
8478[[package]]
8479name = "option-ext"
8480version = "0.2.0"
8481source = "registry+https://github.com/rust-lang/crates.io-index"
8482checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8483
8484[[package]]
8485name = "ordered-float"
8486version = "2.10.1"
8487source = "registry+https://github.com/rust-lang/crates.io-index"
8488checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8489dependencies = [
8490 "num-traits",
8491]
8492
8493[[package]]
8494name = "ordered-float"
8495version = "3.9.2"
8496source = "registry+https://github.com/rust-lang/crates.io-index"
8497checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8498dependencies = [
8499 "num-traits",
8500]
8501
8502[[package]]
8503name = "ordered-stream"
8504version = "0.2.0"
8505source = "registry+https://github.com/rust-lang/crates.io-index"
8506checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8507dependencies = [
8508 "futures-core",
8509 "pin-project-lite",
8510]
8511
8512[[package]]
8513name = "ouroboros"
8514version = "0.18.4"
8515source = "registry+https://github.com/rust-lang/crates.io-index"
8516checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8517dependencies = [
8518 "aliasable",
8519 "ouroboros_macro",
8520 "static_assertions",
8521]
8522
8523[[package]]
8524name = "ouroboros_macro"
8525version = "0.18.4"
8526source = "registry+https://github.com/rust-lang/crates.io-index"
8527checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8528dependencies = [
8529 "heck 0.4.1",
8530 "itertools 0.12.1",
8531 "proc-macro2",
8532 "proc-macro2-diagnostics",
8533 "quote",
8534 "syn 2.0.90",
8535]
8536
8537[[package]]
8538name = "outline"
8539version = "0.1.0"
8540dependencies = [
8541 "editor",
8542 "fuzzy",
8543 "gpui",
8544 "indoc",
8545 "language",
8546 "menu",
8547 "ordered-float 2.10.1",
8548 "picker",
8549 "project",
8550 "rope",
8551 "serde_json",
8552 "settings",
8553 "smol",
8554 "theme",
8555 "tree-sitter-rust",
8556 "tree-sitter-typescript",
8557 "ui",
8558 "util",
8559 "workspace",
8560 "zed_actions",
8561]
8562
8563[[package]]
8564name = "outline_panel"
8565version = "0.1.0"
8566dependencies = [
8567 "anyhow",
8568 "collections",
8569 "db",
8570 "editor",
8571 "file_icons",
8572 "fuzzy",
8573 "gpui",
8574 "itertools 0.14.0",
8575 "language",
8576 "log",
8577 "menu",
8578 "outline",
8579 "pretty_assertions",
8580 "project",
8581 "schemars",
8582 "search",
8583 "serde",
8584 "serde_json",
8585 "settings",
8586 "smallvec",
8587 "smol",
8588 "theme",
8589 "ui",
8590 "util",
8591 "workspace",
8592 "worktree",
8593]
8594
8595[[package]]
8596name = "outref"
8597version = "0.5.1"
8598source = "registry+https://github.com/rust-lang/crates.io-index"
8599checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8600
8601[[package]]
8602name = "overload"
8603version = "0.1.1"
8604source = "registry+https://github.com/rust-lang/crates.io-index"
8605checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8606
8607[[package]]
8608name = "p256"
8609version = "0.11.1"
8610source = "registry+https://github.com/rust-lang/crates.io-index"
8611checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8612dependencies = [
8613 "ecdsa",
8614 "elliptic-curve",
8615 "sha2",
8616]
8617
8618[[package]]
8619name = "page_size"
8620version = "0.6.0"
8621source = "registry+https://github.com/rust-lang/crates.io-index"
8622checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8623dependencies = [
8624 "libc",
8625 "winapi",
8626]
8627
8628[[package]]
8629name = "palette"
8630version = "0.7.6"
8631source = "registry+https://github.com/rust-lang/crates.io-index"
8632checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8633dependencies = [
8634 "approx",
8635 "fast-srgb8",
8636 "palette_derive",
8637]
8638
8639[[package]]
8640name = "palette_derive"
8641version = "0.7.6"
8642source = "registry+https://github.com/rust-lang/crates.io-index"
8643checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8644dependencies = [
8645 "by_address",
8646 "proc-macro2",
8647 "quote",
8648 "syn 2.0.90",
8649]
8650
8651[[package]]
8652name = "parity-tokio-ipc"
8653version = "0.9.0"
8654source = "registry+https://github.com/rust-lang/crates.io-index"
8655checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8656dependencies = [
8657 "futures 0.3.31",
8658 "libc",
8659 "log",
8660 "rand 0.7.3",
8661 "tokio",
8662 "winapi",
8663]
8664
8665[[package]]
8666name = "parking"
8667version = "2.2.1"
8668source = "registry+https://github.com/rust-lang/crates.io-index"
8669checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8670
8671[[package]]
8672name = "parking_lot"
8673version = "0.12.3"
8674source = "registry+https://github.com/rust-lang/crates.io-index"
8675checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8676dependencies = [
8677 "lock_api",
8678 "parking_lot_core",
8679]
8680
8681[[package]]
8682name = "parking_lot_core"
8683version = "0.9.10"
8684source = "registry+https://github.com/rust-lang/crates.io-index"
8685checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8686dependencies = [
8687 "cfg-if",
8688 "libc",
8689 "redox_syscall 0.5.8",
8690 "smallvec",
8691 "windows-targets 0.52.6",
8692]
8693
8694[[package]]
8695name = "password-hash"
8696version = "0.4.2"
8697source = "registry+https://github.com/rust-lang/crates.io-index"
8698checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8699dependencies = [
8700 "base64ct",
8701 "rand_core 0.6.4",
8702 "subtle",
8703]
8704
8705[[package]]
8706name = "password-hash"
8707version = "0.5.0"
8708source = "registry+https://github.com/rust-lang/crates.io-index"
8709checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8710dependencies = [
8711 "base64ct",
8712 "rand_core 0.6.4",
8713 "subtle",
8714]
8715
8716[[package]]
8717name = "paste"
8718version = "1.0.15"
8719source = "registry+https://github.com/rust-lang/crates.io-index"
8720checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8721
8722[[package]]
8723name = "pathdiff"
8724version = "0.2.3"
8725source = "registry+https://github.com/rust-lang/crates.io-index"
8726checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8727
8728[[package]]
8729name = "pathfinder_geometry"
8730version = "0.5.1"
8731source = "registry+https://github.com/rust-lang/crates.io-index"
8732checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8733dependencies = [
8734 "log",
8735 "pathfinder_simd",
8736]
8737
8738[[package]]
8739name = "pathfinder_simd"
8740version = "0.5.4"
8741source = "registry+https://github.com/rust-lang/crates.io-index"
8742checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8743dependencies = [
8744 "rustc_version",
8745]
8746
8747[[package]]
8748name = "paths"
8749version = "0.1.0"
8750dependencies = [
8751 "dirs 4.0.0",
8752 "util",
8753]
8754
8755[[package]]
8756name = "pbjson"
8757version = "0.6.0"
8758source = "registry+https://github.com/rust-lang/crates.io-index"
8759checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8760dependencies = [
8761 "base64 0.21.7",
8762 "serde",
8763]
8764
8765[[package]]
8766name = "pbjson-build"
8767version = "0.6.2"
8768source = "registry+https://github.com/rust-lang/crates.io-index"
8769checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8770dependencies = [
8771 "heck 0.4.1",
8772 "itertools 0.11.0",
8773 "prost 0.12.6",
8774 "prost-types 0.12.6",
8775]
8776
8777[[package]]
8778name = "pbjson-types"
8779version = "0.6.0"
8780source = "registry+https://github.com/rust-lang/crates.io-index"
8781checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8782dependencies = [
8783 "bytes 1.9.0",
8784 "chrono",
8785 "pbjson",
8786 "pbjson-build",
8787 "prost 0.12.6",
8788 "prost-build 0.12.6",
8789 "serde",
8790]
8791
8792[[package]]
8793name = "pbkdf2"
8794version = "0.11.0"
8795source = "registry+https://github.com/rust-lang/crates.io-index"
8796checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8797dependencies = [
8798 "digest",
8799 "hmac",
8800 "password-hash 0.4.2",
8801 "sha2",
8802]
8803
8804[[package]]
8805name = "pbkdf2"
8806version = "0.12.2"
8807source = "registry+https://github.com/rust-lang/crates.io-index"
8808checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8809dependencies = [
8810 "digest",
8811 "hmac",
8812]
8813
8814[[package]]
8815name = "pem"
8816version = "3.0.4"
8817source = "registry+https://github.com/rust-lang/crates.io-index"
8818checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8819dependencies = [
8820 "base64 0.22.1",
8821 "serde",
8822]
8823
8824[[package]]
8825name = "pem-rfc7468"
8826version = "0.7.0"
8827source = "registry+https://github.com/rust-lang/crates.io-index"
8828checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8829dependencies = [
8830 "base64ct",
8831]
8832
8833[[package]]
8834name = "percent-encoding"
8835version = "2.3.1"
8836source = "registry+https://github.com/rust-lang/crates.io-index"
8837checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8838
8839[[package]]
8840name = "perplexity"
8841version = "0.1.0"
8842dependencies = [
8843 "serde",
8844 "zed_extension_api 0.2.0",
8845]
8846
8847[[package]]
8848name = "pest"
8849version = "2.7.15"
8850source = "registry+https://github.com/rust-lang/crates.io-index"
8851checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8852dependencies = [
8853 "memchr",
8854 "thiserror 2.0.6",
8855 "ucd-trie",
8856]
8857
8858[[package]]
8859name = "pest_derive"
8860version = "2.7.15"
8861source = "registry+https://github.com/rust-lang/crates.io-index"
8862checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
8863dependencies = [
8864 "pest",
8865 "pest_generator",
8866]
8867
8868[[package]]
8869name = "pest_generator"
8870version = "2.7.15"
8871source = "registry+https://github.com/rust-lang/crates.io-index"
8872checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
8873dependencies = [
8874 "pest",
8875 "pest_meta",
8876 "proc-macro2",
8877 "quote",
8878 "syn 2.0.90",
8879]
8880
8881[[package]]
8882name = "pest_meta"
8883version = "2.7.15"
8884source = "registry+https://github.com/rust-lang/crates.io-index"
8885checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
8886dependencies = [
8887 "once_cell",
8888 "pest",
8889 "sha2",
8890]
8891
8892[[package]]
8893name = "pet"
8894version = "0.1.0"
8895source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8896dependencies = [
8897 "clap",
8898 "env_logger 0.10.2",
8899 "lazy_static",
8900 "log",
8901 "msvc_spectre_libs",
8902 "pet-conda",
8903 "pet-core",
8904 "pet-env-var-path",
8905 "pet-fs",
8906 "pet-global-virtualenvs",
8907 "pet-homebrew",
8908 "pet-jsonrpc",
8909 "pet-linux-global-python",
8910 "pet-mac-commandlinetools",
8911 "pet-mac-python-org",
8912 "pet-mac-xcode",
8913 "pet-pipenv",
8914 "pet-pixi",
8915 "pet-poetry",
8916 "pet-pyenv",
8917 "pet-python-utils",
8918 "pet-reporter",
8919 "pet-telemetry",
8920 "pet-venv",
8921 "pet-virtualenv",
8922 "pet-virtualenvwrapper",
8923 "pet-windows-registry",
8924 "pet-windows-store",
8925 "serde",
8926 "serde_json",
8927]
8928
8929[[package]]
8930name = "pet-conda"
8931version = "0.1.0"
8932source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8933dependencies = [
8934 "env_logger 0.10.2",
8935 "lazy_static",
8936 "log",
8937 "msvc_spectre_libs",
8938 "pet-core",
8939 "pet-fs",
8940 "pet-python-utils",
8941 "pet-reporter",
8942 "regex",
8943 "serde",
8944 "serde_json",
8945 "yaml-rust2",
8946]
8947
8948[[package]]
8949name = "pet-core"
8950version = "0.1.0"
8951source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8952dependencies = [
8953 "clap",
8954 "lazy_static",
8955 "log",
8956 "msvc_spectre_libs",
8957 "pet-fs",
8958 "regex",
8959 "serde",
8960 "serde_json",
8961]
8962
8963[[package]]
8964name = "pet-env-var-path"
8965version = "0.1.0"
8966source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8967dependencies = [
8968 "lazy_static",
8969 "log",
8970 "msvc_spectre_libs",
8971 "pet-conda",
8972 "pet-core",
8973 "pet-fs",
8974 "pet-python-utils",
8975 "pet-virtualenv",
8976 "regex",
8977]
8978
8979[[package]]
8980name = "pet-fs"
8981version = "0.1.0"
8982source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8983dependencies = [
8984 "log",
8985 "msvc_spectre_libs",
8986]
8987
8988[[package]]
8989name = "pet-global-virtualenvs"
8990version = "0.1.0"
8991source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8992dependencies = [
8993 "log",
8994 "msvc_spectre_libs",
8995 "pet-conda",
8996 "pet-core",
8997 "pet-fs",
8998 "pet-virtualenv",
8999]
9000
9001[[package]]
9002name = "pet-homebrew"
9003version = "0.1.0"
9004source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9005dependencies = [
9006 "lazy_static",
9007 "log",
9008 "msvc_spectre_libs",
9009 "pet-conda",
9010 "pet-core",
9011 "pet-fs",
9012 "pet-python-utils",
9013 "pet-virtualenv",
9014 "regex",
9015 "serde",
9016 "serde_json",
9017]
9018
9019[[package]]
9020name = "pet-jsonrpc"
9021version = "0.1.0"
9022source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9023dependencies = [
9024 "env_logger 0.10.2",
9025 "log",
9026 "msvc_spectre_libs",
9027 "pet-core",
9028 "serde",
9029 "serde_json",
9030]
9031
9032[[package]]
9033name = "pet-linux-global-python"
9034version = "0.1.0"
9035source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9036dependencies = [
9037 "log",
9038 "msvc_spectre_libs",
9039 "pet-core",
9040 "pet-fs",
9041 "pet-python-utils",
9042 "pet-virtualenv",
9043]
9044
9045[[package]]
9046name = "pet-mac-commandlinetools"
9047version = "0.1.0"
9048source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9049dependencies = [
9050 "log",
9051 "msvc_spectre_libs",
9052 "pet-core",
9053 "pet-fs",
9054 "pet-python-utils",
9055 "pet-virtualenv",
9056]
9057
9058[[package]]
9059name = "pet-mac-python-org"
9060version = "0.1.0"
9061source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9062dependencies = [
9063 "log",
9064 "msvc_spectre_libs",
9065 "pet-core",
9066 "pet-fs",
9067 "pet-python-utils",
9068 "pet-virtualenv",
9069]
9070
9071[[package]]
9072name = "pet-mac-xcode"
9073version = "0.1.0"
9074source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9075dependencies = [
9076 "log",
9077 "msvc_spectre_libs",
9078 "pet-core",
9079 "pet-fs",
9080 "pet-python-utils",
9081 "pet-virtualenv",
9082]
9083
9084[[package]]
9085name = "pet-pipenv"
9086version = "0.1.0"
9087source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9088dependencies = [
9089 "log",
9090 "msvc_spectre_libs",
9091 "pet-core",
9092 "pet-fs",
9093 "pet-python-utils",
9094 "pet-virtualenv",
9095]
9096
9097[[package]]
9098name = "pet-pixi"
9099version = "0.1.0"
9100source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9101dependencies = [
9102 "log",
9103 "msvc_spectre_libs",
9104 "pet-conda",
9105 "pet-core",
9106 "pet-python-utils",
9107]
9108
9109[[package]]
9110name = "pet-poetry"
9111version = "0.1.0"
9112source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9113dependencies = [
9114 "base64 0.22.1",
9115 "lazy_static",
9116 "log",
9117 "msvc_spectre_libs",
9118 "pet-core",
9119 "pet-fs",
9120 "pet-python-utils",
9121 "pet-reporter",
9122 "pet-virtualenv",
9123 "regex",
9124 "serde",
9125 "serde_json",
9126 "sha2",
9127 "toml 0.8.19",
9128]
9129
9130[[package]]
9131name = "pet-pyenv"
9132version = "0.1.0"
9133source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9134dependencies = [
9135 "lazy_static",
9136 "log",
9137 "msvc_spectre_libs",
9138 "pet-conda",
9139 "pet-core",
9140 "pet-fs",
9141 "pet-python-utils",
9142 "pet-reporter",
9143 "regex",
9144 "serde",
9145 "serde_json",
9146]
9147
9148[[package]]
9149name = "pet-python-utils"
9150version = "0.1.0"
9151source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9152dependencies = [
9153 "env_logger 0.10.2",
9154 "lazy_static",
9155 "log",
9156 "msvc_spectre_libs",
9157 "pet-core",
9158 "pet-fs",
9159 "regex",
9160 "serde",
9161 "serde_json",
9162 "sha2",
9163]
9164
9165[[package]]
9166name = "pet-reporter"
9167version = "0.1.0"
9168source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9169dependencies = [
9170 "env_logger 0.10.2",
9171 "log",
9172 "msvc_spectre_libs",
9173 "pet-core",
9174 "pet-jsonrpc",
9175 "serde",
9176 "serde_json",
9177]
9178
9179[[package]]
9180name = "pet-telemetry"
9181version = "0.1.0"
9182source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9183dependencies = [
9184 "env_logger 0.10.2",
9185 "lazy_static",
9186 "log",
9187 "msvc_spectre_libs",
9188 "pet-core",
9189 "pet-fs",
9190 "pet-python-utils",
9191 "regex",
9192]
9193
9194[[package]]
9195name = "pet-venv"
9196version = "0.1.0"
9197source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9198dependencies = [
9199 "log",
9200 "msvc_spectre_libs",
9201 "pet-core",
9202 "pet-python-utils",
9203 "pet-virtualenv",
9204]
9205
9206[[package]]
9207name = "pet-virtualenv"
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-fs",
9215 "pet-python-utils",
9216]
9217
9218[[package]]
9219name = "pet-virtualenvwrapper"
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 "pet-virtualenv",
9229]
9230
9231[[package]]
9232name = "pet-windows-registry"
9233version = "0.1.0"
9234source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9235dependencies = [
9236 "lazy_static",
9237 "log",
9238 "msvc_spectre_libs",
9239 "pet-conda",
9240 "pet-core",
9241 "pet-fs",
9242 "pet-python-utils",
9243 "pet-virtualenv",
9244 "pet-windows-store",
9245 "regex",
9246 "winreg 0.52.0",
9247]
9248
9249[[package]]
9250name = "pet-windows-store"
9251version = "0.1.0"
9252source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9253dependencies = [
9254 "lazy_static",
9255 "log",
9256 "msvc_spectre_libs",
9257 "pet-core",
9258 "pet-fs",
9259 "pet-python-utils",
9260 "pet-virtualenv",
9261 "regex",
9262 "winreg 0.52.0",
9263]
9264
9265[[package]]
9266name = "petgraph"
9267version = "0.6.5"
9268source = "registry+https://github.com/rust-lang/crates.io-index"
9269checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9270dependencies = [
9271 "fixedbitset",
9272 "indexmap",
9273]
9274
9275[[package]]
9276name = "phf"
9277version = "0.11.2"
9278source = "registry+https://github.com/rust-lang/crates.io-index"
9279checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9280dependencies = [
9281 "phf_macros",
9282 "phf_shared 0.11.2",
9283]
9284
9285[[package]]
9286name = "phf_codegen"
9287version = "0.11.2"
9288source = "registry+https://github.com/rust-lang/crates.io-index"
9289checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9290dependencies = [
9291 "phf_generator 0.11.2",
9292 "phf_shared 0.11.2",
9293]
9294
9295[[package]]
9296name = "phf_generator"
9297version = "0.10.0"
9298source = "registry+https://github.com/rust-lang/crates.io-index"
9299checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9300dependencies = [
9301 "phf_shared 0.10.0",
9302 "rand 0.8.5",
9303]
9304
9305[[package]]
9306name = "phf_generator"
9307version = "0.11.2"
9308source = "registry+https://github.com/rust-lang/crates.io-index"
9309checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9310dependencies = [
9311 "phf_shared 0.11.2",
9312 "rand 0.8.5",
9313]
9314
9315[[package]]
9316name = "phf_macros"
9317version = "0.11.2"
9318source = "registry+https://github.com/rust-lang/crates.io-index"
9319checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9320dependencies = [
9321 "phf_generator 0.11.2",
9322 "phf_shared 0.11.2",
9323 "proc-macro2",
9324 "quote",
9325 "syn 2.0.90",
9326]
9327
9328[[package]]
9329name = "phf_shared"
9330version = "0.10.0"
9331source = "registry+https://github.com/rust-lang/crates.io-index"
9332checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9333dependencies = [
9334 "siphasher 0.3.11",
9335]
9336
9337[[package]]
9338name = "phf_shared"
9339version = "0.11.2"
9340source = "registry+https://github.com/rust-lang/crates.io-index"
9341checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9342dependencies = [
9343 "siphasher 0.3.11",
9344]
9345
9346[[package]]
9347name = "picker"
9348version = "0.1.0"
9349dependencies = [
9350 "anyhow",
9351 "ctor",
9352 "editor",
9353 "env_logger 0.11.6",
9354 "gpui",
9355 "menu",
9356 "schemars",
9357 "serde",
9358 "serde_json",
9359 "ui",
9360 "workspace",
9361]
9362
9363[[package]]
9364name = "pico-args"
9365version = "0.5.0"
9366source = "registry+https://github.com/rust-lang/crates.io-index"
9367checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9368
9369[[package]]
9370name = "pin-project"
9371version = "1.1.7"
9372source = "registry+https://github.com/rust-lang/crates.io-index"
9373checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9374dependencies = [
9375 "pin-project-internal",
9376]
9377
9378[[package]]
9379name = "pin-project-internal"
9380version = "1.1.7"
9381source = "registry+https://github.com/rust-lang/crates.io-index"
9382checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9383dependencies = [
9384 "proc-macro2",
9385 "quote",
9386 "syn 2.0.90",
9387]
9388
9389[[package]]
9390name = "pin-project-lite"
9391version = "0.2.15"
9392source = "registry+https://github.com/rust-lang/crates.io-index"
9393checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
9394
9395[[package]]
9396name = "pin-utils"
9397version = "0.1.0"
9398source = "registry+https://github.com/rust-lang/crates.io-index"
9399checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9400
9401[[package]]
9402name = "piper"
9403version = "0.2.4"
9404source = "registry+https://github.com/rust-lang/crates.io-index"
9405checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9406dependencies = [
9407 "atomic-waker",
9408 "fastrand 2.3.0",
9409 "futures-io",
9410]
9411
9412[[package]]
9413name = "pkcs1"
9414version = "0.7.5"
9415source = "registry+https://github.com/rust-lang/crates.io-index"
9416checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9417dependencies = [
9418 "der 0.7.9",
9419 "pkcs8 0.10.2",
9420 "spki 0.7.3",
9421]
9422
9423[[package]]
9424name = "pkcs8"
9425version = "0.9.0"
9426source = "registry+https://github.com/rust-lang/crates.io-index"
9427checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9428dependencies = [
9429 "der 0.6.1",
9430 "spki 0.6.0",
9431]
9432
9433[[package]]
9434name = "pkcs8"
9435version = "0.10.2"
9436source = "registry+https://github.com/rust-lang/crates.io-index"
9437checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9438dependencies = [
9439 "der 0.7.9",
9440 "spki 0.7.3",
9441]
9442
9443[[package]]
9444name = "pkg-config"
9445version = "0.3.31"
9446source = "registry+https://github.com/rust-lang/crates.io-index"
9447checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9448
9449[[package]]
9450name = "plist"
9451version = "1.7.0"
9452source = "registry+https://github.com/rust-lang/crates.io-index"
9453checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9454dependencies = [
9455 "base64 0.22.1",
9456 "indexmap",
9457 "quick-xml 0.32.0",
9458 "serde",
9459 "time",
9460]
9461
9462[[package]]
9463name = "plotters"
9464version = "0.3.7"
9465source = "registry+https://github.com/rust-lang/crates.io-index"
9466checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9467dependencies = [
9468 "num-traits",
9469 "plotters-backend",
9470 "plotters-svg",
9471 "wasm-bindgen",
9472 "web-sys",
9473]
9474
9475[[package]]
9476name = "plotters-backend"
9477version = "0.3.7"
9478source = "registry+https://github.com/rust-lang/crates.io-index"
9479checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9480
9481[[package]]
9482name = "plotters-svg"
9483version = "0.3.7"
9484source = "registry+https://github.com/rust-lang/crates.io-index"
9485checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9486dependencies = [
9487 "plotters-backend",
9488]
9489
9490[[package]]
9491name = "png"
9492version = "0.17.15"
9493source = "registry+https://github.com/rust-lang/crates.io-index"
9494checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9495dependencies = [
9496 "bitflags 1.3.2",
9497 "crc32fast",
9498 "fdeflate",
9499 "flate2",
9500 "miniz_oxide",
9501]
9502
9503[[package]]
9504name = "polling"
9505version = "3.7.4"
9506source = "registry+https://github.com/rust-lang/crates.io-index"
9507checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9508dependencies = [
9509 "cfg-if",
9510 "concurrent-queue",
9511 "hermit-abi 0.4.0",
9512 "pin-project-lite",
9513 "rustix",
9514 "tracing",
9515 "windows-sys 0.59.0",
9516]
9517
9518[[package]]
9519name = "pollster"
9520version = "0.2.5"
9521source = "registry+https://github.com/rust-lang/crates.io-index"
9522checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9523
9524[[package]]
9525name = "postage"
9526version = "0.5.0"
9527source = "registry+https://github.com/rust-lang/crates.io-index"
9528checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9529dependencies = [
9530 "atomic",
9531 "crossbeam-queue",
9532 "futures 0.3.31",
9533 "log",
9534 "parking_lot",
9535 "pin-project",
9536 "pollster",
9537 "static_assertions",
9538 "thiserror 1.0.69",
9539]
9540
9541[[package]]
9542name = "postcard"
9543version = "1.1.1"
9544source = "registry+https://github.com/rust-lang/crates.io-index"
9545checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9546dependencies = [
9547 "cobs",
9548 "embedded-io 0.4.0",
9549 "embedded-io 0.6.1",
9550 "serde",
9551]
9552
9553[[package]]
9554name = "powerfmt"
9555version = "0.2.0"
9556source = "registry+https://github.com/rust-lang/crates.io-index"
9557checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9558
9559[[package]]
9560name = "ppv-lite86"
9561version = "0.2.20"
9562source = "registry+https://github.com/rust-lang/crates.io-index"
9563checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9564dependencies = [
9565 "zerocopy",
9566]
9567
9568[[package]]
9569name = "precomputed-hash"
9570version = "0.1.1"
9571source = "registry+https://github.com/rust-lang/crates.io-index"
9572checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9573
9574[[package]]
9575name = "prettier"
9576version = "0.1.0"
9577dependencies = [
9578 "anyhow",
9579 "collections",
9580 "fs",
9581 "gpui",
9582 "language",
9583 "log",
9584 "lsp",
9585 "node_runtime",
9586 "parking_lot",
9587 "paths",
9588 "serde",
9589 "serde_json",
9590 "util",
9591]
9592
9593[[package]]
9594name = "pretty_assertions"
9595version = "1.4.1"
9596source = "registry+https://github.com/rust-lang/crates.io-index"
9597checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9598dependencies = [
9599 "diff",
9600 "yansi",
9601]
9602
9603[[package]]
9604name = "prettyplease"
9605version = "0.2.25"
9606source = "registry+https://github.com/rust-lang/crates.io-index"
9607checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9608dependencies = [
9609 "proc-macro2",
9610 "syn 2.0.90",
9611]
9612
9613[[package]]
9614name = "proc-macro-crate"
9615version = "3.2.0"
9616source = "registry+https://github.com/rust-lang/crates.io-index"
9617checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9618dependencies = [
9619 "toml_edit",
9620]
9621
9622[[package]]
9623name = "proc-macro-error-attr2"
9624version = "2.0.0"
9625source = "registry+https://github.com/rust-lang/crates.io-index"
9626checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9627dependencies = [
9628 "proc-macro2",
9629 "quote",
9630]
9631
9632[[package]]
9633name = "proc-macro-error2"
9634version = "2.0.1"
9635source = "registry+https://github.com/rust-lang/crates.io-index"
9636checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9637dependencies = [
9638 "proc-macro-error-attr2",
9639 "proc-macro2",
9640 "quote",
9641 "syn 2.0.90",
9642]
9643
9644[[package]]
9645name = "proc-macro2"
9646version = "1.0.92"
9647source = "registry+https://github.com/rust-lang/crates.io-index"
9648checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
9649dependencies = [
9650 "unicode-ident",
9651]
9652
9653[[package]]
9654name = "proc-macro2-diagnostics"
9655version = "0.10.1"
9656source = "registry+https://github.com/rust-lang/crates.io-index"
9657checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9658dependencies = [
9659 "proc-macro2",
9660 "quote",
9661 "syn 2.0.90",
9662 "version_check",
9663 "yansi",
9664]
9665
9666[[package]]
9667name = "profiling"
9668version = "1.0.16"
9669source = "registry+https://github.com/rust-lang/crates.io-index"
9670checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9671dependencies = [
9672 "profiling-procmacros",
9673]
9674
9675[[package]]
9676name = "profiling-procmacros"
9677version = "1.0.16"
9678source = "registry+https://github.com/rust-lang/crates.io-index"
9679checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9680dependencies = [
9681 "quote",
9682 "syn 2.0.90",
9683]
9684
9685[[package]]
9686name = "project"
9687version = "0.1.0"
9688dependencies = [
9689 "aho-corasick",
9690 "anyhow",
9691 "async-trait",
9692 "client",
9693 "clock",
9694 "collections",
9695 "env_logger 0.11.6",
9696 "fancy-regex 0.14.0",
9697 "fs",
9698 "futures 0.3.31",
9699 "fuzzy",
9700 "git",
9701 "git2",
9702 "globset",
9703 "gpui",
9704 "http_client",
9705 "image",
9706 "itertools 0.14.0",
9707 "language",
9708 "log",
9709 "lsp",
9710 "node_runtime",
9711 "parking_lot",
9712 "pathdiff",
9713 "paths",
9714 "postage",
9715 "prettier",
9716 "pretty_assertions",
9717 "rand 0.8.5",
9718 "regex",
9719 "release_channel",
9720 "remote",
9721 "rpc",
9722 "schemars",
9723 "serde",
9724 "serde_json",
9725 "settings",
9726 "sha2",
9727 "shellexpand 2.1.2",
9728 "shlex",
9729 "similar",
9730 "smol",
9731 "snippet",
9732 "snippet_provider",
9733 "task",
9734 "tempfile",
9735 "terminal",
9736 "text",
9737 "toml 0.8.19",
9738 "unindent",
9739 "url",
9740 "util",
9741 "which 6.0.3",
9742 "worktree",
9743]
9744
9745[[package]]
9746name = "project_panel"
9747version = "0.1.0"
9748dependencies = [
9749 "anyhow",
9750 "client",
9751 "collections",
9752 "command_palette_hooks",
9753 "db",
9754 "editor",
9755 "file_icons",
9756 "git",
9757 "gpui",
9758 "indexmap",
9759 "language",
9760 "menu",
9761 "pretty_assertions",
9762 "project",
9763 "schemars",
9764 "search",
9765 "serde",
9766 "serde_derive",
9767 "serde_json",
9768 "settings",
9769 "smallvec",
9770 "theme",
9771 "ui",
9772 "util",
9773 "workspace",
9774 "worktree",
9775]
9776
9777[[package]]
9778name = "project_symbols"
9779version = "0.1.0"
9780dependencies = [
9781 "anyhow",
9782 "editor",
9783 "futures 0.3.31",
9784 "fuzzy",
9785 "gpui",
9786 "language",
9787 "lsp",
9788 "ordered-float 2.10.1",
9789 "picker",
9790 "project",
9791 "release_channel",
9792 "serde_json",
9793 "settings",
9794 "theme",
9795 "util",
9796 "workspace",
9797]
9798
9799[[package]]
9800name = "prometheus"
9801version = "0.13.4"
9802source = "registry+https://github.com/rust-lang/crates.io-index"
9803checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9804dependencies = [
9805 "cfg-if",
9806 "fnv",
9807 "lazy_static",
9808 "memchr",
9809 "parking_lot",
9810 "protobuf",
9811 "thiserror 1.0.69",
9812]
9813
9814[[package]]
9815name = "prost"
9816version = "0.9.0"
9817source = "registry+https://github.com/rust-lang/crates.io-index"
9818checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9819dependencies = [
9820 "bytes 1.9.0",
9821 "prost-derive 0.9.0",
9822]
9823
9824[[package]]
9825name = "prost"
9826version = "0.12.6"
9827source = "registry+https://github.com/rust-lang/crates.io-index"
9828checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9829dependencies = [
9830 "bytes 1.9.0",
9831 "prost-derive 0.12.6",
9832]
9833
9834[[package]]
9835name = "prost-build"
9836version = "0.9.0"
9837source = "registry+https://github.com/rust-lang/crates.io-index"
9838checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9839dependencies = [
9840 "bytes 1.9.0",
9841 "heck 0.3.3",
9842 "itertools 0.10.5",
9843 "lazy_static",
9844 "log",
9845 "multimap 0.8.3",
9846 "petgraph",
9847 "prost 0.9.0",
9848 "prost-types 0.9.0",
9849 "regex",
9850 "tempfile",
9851 "which 4.4.2",
9852]
9853
9854[[package]]
9855name = "prost-build"
9856version = "0.12.6"
9857source = "registry+https://github.com/rust-lang/crates.io-index"
9858checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
9859dependencies = [
9860 "bytes 1.9.0",
9861 "heck 0.5.0",
9862 "itertools 0.12.1",
9863 "log",
9864 "multimap 0.10.0",
9865 "once_cell",
9866 "petgraph",
9867 "prettyplease",
9868 "prost 0.12.6",
9869 "prost-types 0.12.6",
9870 "regex",
9871 "syn 2.0.90",
9872 "tempfile",
9873]
9874
9875[[package]]
9876name = "prost-derive"
9877version = "0.9.0"
9878source = "registry+https://github.com/rust-lang/crates.io-index"
9879checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9880dependencies = [
9881 "anyhow",
9882 "itertools 0.10.5",
9883 "proc-macro2",
9884 "quote",
9885 "syn 1.0.109",
9886]
9887
9888[[package]]
9889name = "prost-derive"
9890version = "0.12.6"
9891source = "registry+https://github.com/rust-lang/crates.io-index"
9892checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
9893dependencies = [
9894 "anyhow",
9895 "itertools 0.12.1",
9896 "proc-macro2",
9897 "quote",
9898 "syn 2.0.90",
9899]
9900
9901[[package]]
9902name = "prost-types"
9903version = "0.9.0"
9904source = "registry+https://github.com/rust-lang/crates.io-index"
9905checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9906dependencies = [
9907 "bytes 1.9.0",
9908 "prost 0.9.0",
9909]
9910
9911[[package]]
9912name = "prost-types"
9913version = "0.12.6"
9914source = "registry+https://github.com/rust-lang/crates.io-index"
9915checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
9916dependencies = [
9917 "prost 0.12.6",
9918]
9919
9920[[package]]
9921name = "proto"
9922version = "0.1.0"
9923dependencies = [
9924 "anyhow",
9925 "collections",
9926 "prost 0.9.0",
9927 "prost-build 0.9.0",
9928 "serde",
9929]
9930
9931[[package]]
9932name = "protobuf"
9933version = "2.28.0"
9934source = "registry+https://github.com/rust-lang/crates.io-index"
9935checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9936
9937[[package]]
9938name = "psm"
9939version = "0.1.24"
9940source = "registry+https://github.com/rust-lang/crates.io-index"
9941checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
9942dependencies = [
9943 "cc",
9944]
9945
9946[[package]]
9947name = "ptr_meta"
9948version = "0.1.4"
9949source = "registry+https://github.com/rust-lang/crates.io-index"
9950checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9951dependencies = [
9952 "ptr_meta_derive",
9953]
9954
9955[[package]]
9956name = "ptr_meta_derive"
9957version = "0.1.4"
9958source = "registry+https://github.com/rust-lang/crates.io-index"
9959checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9960dependencies = [
9961 "proc-macro2",
9962 "quote",
9963 "syn 1.0.109",
9964]
9965
9966[[package]]
9967name = "pulldown-cmark"
9968version = "0.10.3"
9969source = "registry+https://github.com/rust-lang/crates.io-index"
9970checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9971dependencies = [
9972 "bitflags 2.6.0",
9973 "memchr",
9974 "pulldown-cmark-escape",
9975 "unicase",
9976]
9977
9978[[package]]
9979name = "pulldown-cmark"
9980version = "0.12.2"
9981source = "registry+https://github.com/rust-lang/crates.io-index"
9982checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
9983dependencies = [
9984 "bitflags 2.6.0",
9985 "memchr",
9986 "unicase",
9987]
9988
9989[[package]]
9990name = "pulldown-cmark-escape"
9991version = "0.10.1"
9992source = "registry+https://github.com/rust-lang/crates.io-index"
9993checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9994
9995[[package]]
9996name = "qoi"
9997version = "0.4.1"
9998source = "registry+https://github.com/rust-lang/crates.io-index"
9999checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10000dependencies = [
10001 "bytemuck",
10002]
10003
10004[[package]]
10005name = "quick-error"
10006version = "2.0.1"
10007source = "registry+https://github.com/rust-lang/crates.io-index"
10008checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10009
10010[[package]]
10011name = "quick-xml"
10012version = "0.32.0"
10013source = "registry+https://github.com/rust-lang/crates.io-index"
10014checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10015dependencies = [
10016 "memchr",
10017]
10018
10019[[package]]
10020name = "quick-xml"
10021version = "0.36.2"
10022source = "registry+https://github.com/rust-lang/crates.io-index"
10023checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10024dependencies = [
10025 "memchr",
10026]
10027
10028[[package]]
10029name = "quinn"
10030version = "0.11.6"
10031source = "registry+https://github.com/rust-lang/crates.io-index"
10032checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10033dependencies = [
10034 "bytes 1.9.0",
10035 "pin-project-lite",
10036 "quinn-proto",
10037 "quinn-udp",
10038 "rustc-hash 2.1.0",
10039 "rustls 0.23.20",
10040 "socket2",
10041 "thiserror 2.0.6",
10042 "tokio",
10043 "tracing",
10044]
10045
10046[[package]]
10047name = "quinn-proto"
10048version = "0.11.9"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10051dependencies = [
10052 "bytes 1.9.0",
10053 "getrandom 0.2.15",
10054 "rand 0.8.5",
10055 "ring",
10056 "rustc-hash 2.1.0",
10057 "rustls 0.23.20",
10058 "rustls-pki-types",
10059 "slab",
10060 "thiserror 2.0.6",
10061 "tinyvec",
10062 "tracing",
10063 "web-time",
10064]
10065
10066[[package]]
10067name = "quinn-udp"
10068version = "0.5.8"
10069source = "registry+https://github.com/rust-lang/crates.io-index"
10070checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10071dependencies = [
10072 "cfg_aliases 0.2.1",
10073 "libc",
10074 "once_cell",
10075 "socket2",
10076 "tracing",
10077 "windows-sys 0.59.0",
10078]
10079
10080[[package]]
10081name = "quote"
10082version = "1.0.38"
10083source = "registry+https://github.com/rust-lang/crates.io-index"
10084checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10085dependencies = [
10086 "proc-macro2",
10087]
10088
10089[[package]]
10090name = "radium"
10091version = "0.7.0"
10092source = "registry+https://github.com/rust-lang/crates.io-index"
10093checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10094
10095[[package]]
10096name = "rand"
10097version = "0.7.3"
10098source = "registry+https://github.com/rust-lang/crates.io-index"
10099checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10100dependencies = [
10101 "getrandom 0.1.16",
10102 "libc",
10103 "rand_chacha 0.2.2",
10104 "rand_core 0.5.1",
10105 "rand_hc",
10106]
10107
10108[[package]]
10109name = "rand"
10110version = "0.8.5"
10111source = "registry+https://github.com/rust-lang/crates.io-index"
10112checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10113dependencies = [
10114 "libc",
10115 "rand_chacha 0.3.1",
10116 "rand_core 0.6.4",
10117]
10118
10119[[package]]
10120name = "rand_chacha"
10121version = "0.2.2"
10122source = "registry+https://github.com/rust-lang/crates.io-index"
10123checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10124dependencies = [
10125 "ppv-lite86",
10126 "rand_core 0.5.1",
10127]
10128
10129[[package]]
10130name = "rand_chacha"
10131version = "0.3.1"
10132source = "registry+https://github.com/rust-lang/crates.io-index"
10133checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10134dependencies = [
10135 "ppv-lite86",
10136 "rand_core 0.6.4",
10137]
10138
10139[[package]]
10140name = "rand_core"
10141version = "0.5.1"
10142source = "registry+https://github.com/rust-lang/crates.io-index"
10143checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10144dependencies = [
10145 "getrandom 0.1.16",
10146]
10147
10148[[package]]
10149name = "rand_core"
10150version = "0.6.4"
10151source = "registry+https://github.com/rust-lang/crates.io-index"
10152checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10153dependencies = [
10154 "getrandom 0.2.15",
10155]
10156
10157[[package]]
10158name = "rand_hc"
10159version = "0.2.0"
10160source = "registry+https://github.com/rust-lang/crates.io-index"
10161checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10162dependencies = [
10163 "rand_core 0.5.1",
10164]
10165
10166[[package]]
10167name = "rangemap"
10168version = "1.5.1"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10171
10172[[package]]
10173name = "rav1e"
10174version = "0.7.1"
10175source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10177dependencies = [
10178 "arbitrary",
10179 "arg_enum_proc_macro",
10180 "arrayvec",
10181 "av1-grain",
10182 "bitstream-io",
10183 "built",
10184 "cfg-if",
10185 "interpolate_name",
10186 "itertools 0.12.1",
10187 "libc",
10188 "libfuzzer-sys",
10189 "log",
10190 "maybe-rayon",
10191 "new_debug_unreachable",
10192 "noop_proc_macro",
10193 "num-derive",
10194 "num-traits",
10195 "once_cell",
10196 "paste",
10197 "profiling",
10198 "rand 0.8.5",
10199 "rand_chacha 0.3.1",
10200 "simd_helpers",
10201 "system-deps",
10202 "thiserror 1.0.69",
10203 "v_frame",
10204 "wasm-bindgen",
10205]
10206
10207[[package]]
10208name = "ravif"
10209version = "0.11.11"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10212dependencies = [
10213 "avif-serialize",
10214 "imgref",
10215 "loop9",
10216 "quick-error",
10217 "rav1e",
10218 "rayon",
10219 "rgb",
10220]
10221
10222[[package]]
10223name = "raw-window-handle"
10224version = "0.6.2"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10227
10228[[package]]
10229name = "raw-window-metal"
10230version = "0.4.0"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10233dependencies = [
10234 "cocoa 0.25.0",
10235 "core-graphics 0.23.2",
10236 "objc",
10237 "raw-window-handle",
10238]
10239
10240[[package]]
10241name = "rayon"
10242version = "1.10.0"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10245dependencies = [
10246 "either",
10247 "rayon-core",
10248]
10249
10250[[package]]
10251name = "rayon-core"
10252version = "1.12.1"
10253source = "registry+https://github.com/rust-lang/crates.io-index"
10254checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10255dependencies = [
10256 "crossbeam-deque",
10257 "crossbeam-utils",
10258]
10259
10260[[package]]
10261name = "read-fonts"
10262version = "0.22.5"
10263source = "registry+https://github.com/rust-lang/crates.io-index"
10264checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10265dependencies = [
10266 "bytemuck",
10267 "font-types",
10268]
10269
10270[[package]]
10271name = "recent_projects"
10272version = "0.1.0"
10273dependencies = [
10274 "anyhow",
10275 "auto_update",
10276 "editor",
10277 "extension_host",
10278 "file_finder",
10279 "futures 0.3.31",
10280 "fuzzy",
10281 "gpui",
10282 "language",
10283 "log",
10284 "markdown",
10285 "menu",
10286 "ordered-float 2.10.1",
10287 "paths",
10288 "picker",
10289 "project",
10290 "release_channel",
10291 "remote",
10292 "schemars",
10293 "serde",
10294 "serde_json",
10295 "settings",
10296 "smol",
10297 "task",
10298 "theme",
10299 "ui",
10300 "util",
10301 "workspace",
10302 "zed_actions",
10303]
10304
10305[[package]]
10306name = "redox_syscall"
10307version = "0.2.16"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10310dependencies = [
10311 "bitflags 1.3.2",
10312]
10313
10314[[package]]
10315name = "redox_syscall"
10316version = "0.5.8"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10319dependencies = [
10320 "bitflags 2.6.0",
10321]
10322
10323[[package]]
10324name = "redox_users"
10325version = "0.4.6"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10328dependencies = [
10329 "getrandom 0.2.15",
10330 "libredox",
10331 "thiserror 1.0.69",
10332]
10333
10334[[package]]
10335name = "refineable"
10336version = "0.1.0"
10337dependencies = [
10338 "derive_refineable",
10339]
10340
10341[[package]]
10342name = "regalloc2"
10343version = "0.9.3"
10344source = "registry+https://github.com/rust-lang/crates.io-index"
10345checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10346dependencies = [
10347 "hashbrown 0.13.2",
10348 "log",
10349 "rustc-hash 1.1.0",
10350 "slice-group-by",
10351 "smallvec",
10352]
10353
10354[[package]]
10355name = "regex"
10356version = "1.11.1"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10359dependencies = [
10360 "aho-corasick",
10361 "memchr",
10362 "regex-automata 0.4.9",
10363 "regex-syntax 0.8.5",
10364]
10365
10366[[package]]
10367name = "regex-automata"
10368version = "0.1.10"
10369source = "registry+https://github.com/rust-lang/crates.io-index"
10370checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10371dependencies = [
10372 "regex-syntax 0.6.29",
10373]
10374
10375[[package]]
10376name = "regex-automata"
10377version = "0.4.9"
10378source = "registry+https://github.com/rust-lang/crates.io-index"
10379checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10380dependencies = [
10381 "aho-corasick",
10382 "memchr",
10383 "regex-syntax 0.8.5",
10384]
10385
10386[[package]]
10387name = "regex-lite"
10388version = "0.1.6"
10389source = "registry+https://github.com/rust-lang/crates.io-index"
10390checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10391
10392[[package]]
10393name = "regex-syntax"
10394version = "0.6.29"
10395source = "registry+https://github.com/rust-lang/crates.io-index"
10396checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10397
10398[[package]]
10399name = "regex-syntax"
10400version = "0.8.5"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10403
10404[[package]]
10405name = "release_channel"
10406version = "0.1.0"
10407dependencies = [
10408 "gpui",
10409]
10410
10411[[package]]
10412name = "remote"
10413version = "0.1.0"
10414dependencies = [
10415 "anyhow",
10416 "async-trait",
10417 "collections",
10418 "fs",
10419 "futures 0.3.31",
10420 "gpui",
10421 "itertools 0.14.0",
10422 "log",
10423 "parking_lot",
10424 "paths",
10425 "prost 0.9.0",
10426 "release_channel",
10427 "rpc",
10428 "serde",
10429 "serde_json",
10430 "shlex",
10431 "smol",
10432 "tempfile",
10433 "thiserror 1.0.69",
10434 "util",
10435 "which 6.0.3",
10436]
10437
10438[[package]]
10439name = "remote_server"
10440version = "0.1.0"
10441dependencies = [
10442 "anyhow",
10443 "async-watch",
10444 "backtrace",
10445 "cargo_toml",
10446 "chrono",
10447 "clap",
10448 "client",
10449 "clock",
10450 "env_logger 0.11.6",
10451 "extension",
10452 "extension_host",
10453 "fork",
10454 "fs",
10455 "futures 0.3.31",
10456 "git",
10457 "git_hosting_providers",
10458 "gpui",
10459 "http_client",
10460 "language",
10461 "language_extension",
10462 "languages",
10463 "libc",
10464 "log",
10465 "lsp",
10466 "node_runtime",
10467 "paths",
10468 "project",
10469 "proto",
10470 "release_channel",
10471 "remote",
10472 "reqwest_client",
10473 "rpc",
10474 "rust-embed",
10475 "serde",
10476 "serde_json",
10477 "settings",
10478 "shellexpand 2.1.2",
10479 "smol",
10480 "sysinfo",
10481 "telemetry_events",
10482 "toml 0.8.19",
10483 "util",
10484 "worktree",
10485]
10486
10487[[package]]
10488name = "rend"
10489version = "0.4.2"
10490source = "registry+https://github.com/rust-lang/crates.io-index"
10491checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10492dependencies = [
10493 "bytecheck",
10494]
10495
10496[[package]]
10497name = "repl"
10498version = "0.1.0"
10499dependencies = [
10500 "alacritty_terminal",
10501 "anyhow",
10502 "async-dispatcher",
10503 "async-tungstenite 0.28.2",
10504 "base64 0.22.1",
10505 "client",
10506 "collections",
10507 "command_palette_hooks",
10508 "editor",
10509 "env_logger 0.11.6",
10510 "feature_flags",
10511 "file_icons",
10512 "futures 0.3.31",
10513 "gpui",
10514 "http_client",
10515 "image",
10516 "indoc",
10517 "jupyter-protocol",
10518 "jupyter-websocket-client",
10519 "language",
10520 "languages",
10521 "log",
10522 "markdown_preview",
10523 "menu",
10524 "multi_buffer",
10525 "nbformat",
10526 "picker",
10527 "project",
10528 "runtimelib",
10529 "schemars",
10530 "serde",
10531 "serde_json",
10532 "settings",
10533 "smol",
10534 "telemetry",
10535 "terminal",
10536 "terminal_view",
10537 "theme",
10538 "tree-sitter-md",
10539 "tree-sitter-python",
10540 "tree-sitter-typescript",
10541 "ui",
10542 "util",
10543 "uuid",
10544 "workspace",
10545]
10546
10547[[package]]
10548name = "reqwest"
10549version = "0.11.27"
10550source = "registry+https://github.com/rust-lang/crates.io-index"
10551checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10552dependencies = [
10553 "base64 0.21.7",
10554 "bytes 1.9.0",
10555 "encoding_rs",
10556 "futures-core",
10557 "futures-util",
10558 "h2 0.3.26",
10559 "http 0.2.12",
10560 "http-body 0.4.6",
10561 "hyper 0.14.32",
10562 "hyper-rustls 0.24.2",
10563 "hyper-tls",
10564 "ipnet",
10565 "js-sys",
10566 "log",
10567 "mime",
10568 "native-tls",
10569 "once_cell",
10570 "percent-encoding",
10571 "pin-project-lite",
10572 "rustls 0.21.12",
10573 "rustls-native-certs 0.6.3",
10574 "rustls-pemfile 1.0.4",
10575 "serde",
10576 "serde_json",
10577 "serde_urlencoded",
10578 "sync_wrapper 0.1.2",
10579 "system-configuration 0.5.1",
10580 "tokio",
10581 "tokio-native-tls",
10582 "tokio-rustls 0.24.1",
10583 "tower-service",
10584 "url",
10585 "wasm-bindgen",
10586 "wasm-bindgen-futures",
10587 "web-sys",
10588 "winreg 0.50.0",
10589]
10590
10591[[package]]
10592name = "reqwest"
10593version = "0.12.8"
10594source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10595dependencies = [
10596 "base64 0.22.1",
10597 "bytes 1.9.0",
10598 "encoding_rs",
10599 "futures-core",
10600 "futures-util",
10601 "h2 0.4.7",
10602 "http 1.2.0",
10603 "http-body 1.0.1",
10604 "http-body-util",
10605 "hyper 1.5.1",
10606 "hyper-rustls 0.27.3",
10607 "hyper-util",
10608 "ipnet",
10609 "js-sys",
10610 "log",
10611 "mime",
10612 "once_cell",
10613 "percent-encoding",
10614 "pin-project-lite",
10615 "quinn",
10616 "rustls 0.23.20",
10617 "rustls-native-certs 0.8.1",
10618 "rustls-pemfile 2.2.0",
10619 "rustls-pki-types",
10620 "serde",
10621 "serde_json",
10622 "serde_urlencoded",
10623 "sync_wrapper 1.0.2",
10624 "system-configuration 0.6.1",
10625 "tokio",
10626 "tokio-rustls 0.26.1",
10627 "tokio-socks",
10628 "tokio-util",
10629 "tower-service",
10630 "url",
10631 "wasm-bindgen",
10632 "wasm-bindgen-futures",
10633 "wasm-streams",
10634 "web-sys",
10635 "windows-registry",
10636]
10637
10638[[package]]
10639name = "reqwest_client"
10640version = "0.1.0"
10641dependencies = [
10642 "anyhow",
10643 "bytes 1.9.0",
10644 "futures 0.3.31",
10645 "gpui",
10646 "http_client",
10647 "log",
10648 "reqwest 0.12.8",
10649 "serde",
10650 "smol",
10651 "tokio",
10652]
10653
10654[[package]]
10655name = "resvg"
10656version = "0.44.0"
10657source = "registry+https://github.com/rust-lang/crates.io-index"
10658checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10659dependencies = [
10660 "log",
10661 "pico-args",
10662 "rgb",
10663 "svgtypes",
10664 "tiny-skia",
10665 "usvg",
10666]
10667
10668[[package]]
10669name = "rfc6979"
10670version = "0.3.1"
10671source = "registry+https://github.com/rust-lang/crates.io-index"
10672checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10673dependencies = [
10674 "crypto-bigint 0.4.9",
10675 "hmac",
10676 "zeroize",
10677]
10678
10679[[package]]
10680name = "rgb"
10681version = "0.8.50"
10682source = "registry+https://github.com/rust-lang/crates.io-index"
10683checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10684dependencies = [
10685 "bytemuck",
10686]
10687
10688[[package]]
10689name = "rich_text"
10690version = "0.1.0"
10691dependencies = [
10692 "futures 0.3.31",
10693 "gpui",
10694 "language",
10695 "linkify",
10696 "pulldown-cmark 0.12.2",
10697 "theme",
10698 "ui",
10699 "util",
10700]
10701
10702[[package]]
10703name = "ring"
10704version = "0.17.8"
10705source = "registry+https://github.com/rust-lang/crates.io-index"
10706checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10707dependencies = [
10708 "cc",
10709 "cfg-if",
10710 "getrandom 0.2.15",
10711 "libc",
10712 "spin",
10713 "untrusted",
10714 "windows-sys 0.52.0",
10715]
10716
10717[[package]]
10718name = "rkyv"
10719version = "0.7.45"
10720source = "registry+https://github.com/rust-lang/crates.io-index"
10721checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10722dependencies = [
10723 "bitvec",
10724 "bytecheck",
10725 "bytes 1.9.0",
10726 "hashbrown 0.12.3",
10727 "ptr_meta",
10728 "rend",
10729 "rkyv_derive",
10730 "seahash",
10731 "tinyvec",
10732 "uuid",
10733]
10734
10735[[package]]
10736name = "rkyv_derive"
10737version = "0.7.45"
10738source = "registry+https://github.com/rust-lang/crates.io-index"
10739checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10740dependencies = [
10741 "proc-macro2",
10742 "quote",
10743 "syn 1.0.109",
10744]
10745
10746[[package]]
10747name = "rmp"
10748version = "0.8.14"
10749source = "registry+https://github.com/rust-lang/crates.io-index"
10750checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10751dependencies = [
10752 "byteorder",
10753 "num-traits",
10754 "paste",
10755]
10756
10757[[package]]
10758name = "rmpv"
10759version = "1.3.0"
10760source = "registry+https://github.com/rust-lang/crates.io-index"
10761checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10762dependencies = [
10763 "num-traits",
10764 "rmp",
10765]
10766
10767[[package]]
10768name = "rodio"
10769version = "0.20.1"
10770source = "registry+https://github.com/rust-lang/crates.io-index"
10771checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10772dependencies = [
10773 "cpal",
10774 "hound",
10775]
10776
10777[[package]]
10778name = "rope"
10779version = "0.1.0"
10780dependencies = [
10781 "arrayvec",
10782 "criterion",
10783 "ctor",
10784 "env_logger 0.11.6",
10785 "gpui",
10786 "log",
10787 "rand 0.8.5",
10788 "rayon",
10789 "smallvec",
10790 "sum_tree",
10791 "unicode-segmentation",
10792 "util",
10793]
10794
10795[[package]]
10796name = "roxmltree"
10797version = "0.20.0"
10798source = "registry+https://github.com/rust-lang/crates.io-index"
10799checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10800
10801[[package]]
10802name = "rpc"
10803version = "0.1.0"
10804dependencies = [
10805 "anyhow",
10806 "async-tungstenite 0.28.2",
10807 "base64 0.22.1",
10808 "chrono",
10809 "collections",
10810 "env_logger 0.11.6",
10811 "futures 0.3.31",
10812 "gpui",
10813 "parking_lot",
10814 "proto",
10815 "rand 0.8.5",
10816 "rsa",
10817 "serde",
10818 "serde_json",
10819 "sha2",
10820 "strum",
10821 "tracing",
10822 "util",
10823 "zstd",
10824]
10825
10826[[package]]
10827name = "rsa"
10828version = "0.9.7"
10829source = "registry+https://github.com/rust-lang/crates.io-index"
10830checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
10831dependencies = [
10832 "const-oid",
10833 "digest",
10834 "num-bigint-dig",
10835 "num-integer",
10836 "num-traits",
10837 "pkcs1",
10838 "pkcs8 0.10.2",
10839 "rand_core 0.6.4",
10840 "signature 2.2.0",
10841 "spki 0.7.3",
10842 "subtle",
10843 "zeroize",
10844]
10845
10846[[package]]
10847name = "runtimelib"
10848version = "0.25.0"
10849source = "registry+https://github.com/rust-lang/crates.io-index"
10850checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
10851dependencies = [
10852 "anyhow",
10853 "async-dispatcher",
10854 "async-std",
10855 "base64 0.22.1",
10856 "bytes 1.9.0",
10857 "chrono",
10858 "data-encoding",
10859 "dirs 5.0.1",
10860 "futures 0.3.31",
10861 "glob",
10862 "jupyter-protocol",
10863 "ring",
10864 "serde",
10865 "serde_json",
10866 "shellexpand 3.1.0",
10867 "smol",
10868 "uuid",
10869 "zeromq",
10870]
10871
10872[[package]]
10873name = "rust-embed"
10874version = "8.5.0"
10875source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10877dependencies = [
10878 "rust-embed-impl",
10879 "rust-embed-utils",
10880 "walkdir",
10881]
10882
10883[[package]]
10884name = "rust-embed-impl"
10885version = "8.5.0"
10886source = "registry+https://github.com/rust-lang/crates.io-index"
10887checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10888dependencies = [
10889 "proc-macro2",
10890 "quote",
10891 "rust-embed-utils",
10892 "syn 2.0.90",
10893 "walkdir",
10894]
10895
10896[[package]]
10897name = "rust-embed-utils"
10898version = "8.5.0"
10899source = "registry+https://github.com/rust-lang/crates.io-index"
10900checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10901dependencies = [
10902 "globset",
10903 "sha2",
10904 "walkdir",
10905]
10906
10907[[package]]
10908name = "rust_decimal"
10909version = "1.36.0"
10910source = "registry+https://github.com/rust-lang/crates.io-index"
10911checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10912dependencies = [
10913 "arrayvec",
10914 "borsh",
10915 "bytes 1.9.0",
10916 "num-traits",
10917 "rand 0.8.5",
10918 "rkyv",
10919 "serde",
10920 "serde_json",
10921]
10922
10923[[package]]
10924name = "rustc-demangle"
10925version = "0.1.24"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10928
10929[[package]]
10930name = "rustc-hash"
10931version = "1.1.0"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10934
10935[[package]]
10936name = "rustc-hash"
10937version = "2.1.0"
10938source = "registry+https://github.com/rust-lang/crates.io-index"
10939checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
10940
10941[[package]]
10942name = "rustc_version"
10943version = "0.4.1"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10946dependencies = [
10947 "semver",
10948]
10949
10950[[package]]
10951name = "rustix"
10952version = "0.38.42"
10953source = "registry+https://github.com/rust-lang/crates.io-index"
10954checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
10955dependencies = [
10956 "bitflags 2.6.0",
10957 "errno 0.3.10",
10958 "itoa",
10959 "libc",
10960 "linux-raw-sys",
10961 "once_cell",
10962 "windows-sys 0.59.0",
10963]
10964
10965[[package]]
10966name = "rustix-openpty"
10967version = "0.1.1"
10968source = "registry+https://github.com/rust-lang/crates.io-index"
10969checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10970dependencies = [
10971 "errno 0.3.10",
10972 "libc",
10973 "rustix",
10974]
10975
10976[[package]]
10977name = "rustls"
10978version = "0.21.12"
10979source = "registry+https://github.com/rust-lang/crates.io-index"
10980checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10981dependencies = [
10982 "log",
10983 "ring",
10984 "rustls-webpki 0.101.7",
10985 "sct",
10986]
10987
10988[[package]]
10989name = "rustls"
10990version = "0.23.20"
10991source = "registry+https://github.com/rust-lang/crates.io-index"
10992checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
10993dependencies = [
10994 "once_cell",
10995 "ring",
10996 "rustls-pki-types",
10997 "rustls-webpki 0.102.8",
10998 "subtle",
10999 "zeroize",
11000]
11001
11002[[package]]
11003name = "rustls-native-certs"
11004version = "0.6.3"
11005source = "registry+https://github.com/rust-lang/crates.io-index"
11006checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11007dependencies = [
11008 "openssl-probe",
11009 "rustls-pemfile 1.0.4",
11010 "schannel",
11011 "security-framework 2.11.1",
11012]
11013
11014[[package]]
11015name = "rustls-native-certs"
11016version = "0.8.1"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11019dependencies = [
11020 "openssl-probe",
11021 "rustls-pki-types",
11022 "schannel",
11023 "security-framework 3.0.1",
11024]
11025
11026[[package]]
11027name = "rustls-pemfile"
11028version = "1.0.4"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11031dependencies = [
11032 "base64 0.21.7",
11033]
11034
11035[[package]]
11036name = "rustls-pemfile"
11037version = "2.2.0"
11038source = "registry+https://github.com/rust-lang/crates.io-index"
11039checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11040dependencies = [
11041 "rustls-pki-types",
11042]
11043
11044[[package]]
11045name = "rustls-pki-types"
11046version = "1.10.0"
11047source = "registry+https://github.com/rust-lang/crates.io-index"
11048checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11049dependencies = [
11050 "web-time",
11051]
11052
11053[[package]]
11054name = "rustls-webpki"
11055version = "0.101.7"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11058dependencies = [
11059 "ring",
11060 "untrusted",
11061]
11062
11063[[package]]
11064name = "rustls-webpki"
11065version = "0.102.8"
11066source = "registry+https://github.com/rust-lang/crates.io-index"
11067checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11068dependencies = [
11069 "ring",
11070 "rustls-pki-types",
11071 "untrusted",
11072]
11073
11074[[package]]
11075name = "rustversion"
11076version = "1.0.18"
11077source = "registry+https://github.com/rust-lang/crates.io-index"
11078checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11079
11080[[package]]
11081name = "rustybuzz"
11082version = "0.14.1"
11083source = "registry+https://github.com/rust-lang/crates.io-index"
11084checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11085dependencies = [
11086 "bitflags 2.6.0",
11087 "bytemuck",
11088 "libm",
11089 "smallvec",
11090 "ttf-parser",
11091 "unicode-bidi-mirroring",
11092 "unicode-ccc",
11093 "unicode-properties",
11094 "unicode-script",
11095]
11096
11097[[package]]
11098name = "ryu"
11099version = "1.0.18"
11100source = "registry+https://github.com/rust-lang/crates.io-index"
11101checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11102
11103[[package]]
11104name = "salsa20"
11105version = "0.10.2"
11106source = "registry+https://github.com/rust-lang/crates.io-index"
11107checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11108dependencies = [
11109 "cipher",
11110]
11111
11112[[package]]
11113name = "same-file"
11114version = "1.0.6"
11115source = "registry+https://github.com/rust-lang/crates.io-index"
11116checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11117dependencies = [
11118 "winapi-util",
11119]
11120
11121[[package]]
11122name = "schannel"
11123version = "0.1.27"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11126dependencies = [
11127 "windows-sys 0.59.0",
11128]
11129
11130[[package]]
11131name = "schemars"
11132version = "0.8.21"
11133source = "registry+https://github.com/rust-lang/crates.io-index"
11134checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11135dependencies = [
11136 "dyn-clone",
11137 "indexmap",
11138 "schemars_derive",
11139 "serde",
11140 "serde_json",
11141]
11142
11143[[package]]
11144name = "schemars_derive"
11145version = "0.8.21"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11148dependencies = [
11149 "proc-macro2",
11150 "quote",
11151 "serde_derive_internals",
11152 "syn 2.0.90",
11153]
11154
11155[[package]]
11156name = "scoped-tls"
11157version = "1.0.1"
11158source = "registry+https://github.com/rust-lang/crates.io-index"
11159checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11160
11161[[package]]
11162name = "scopeguard"
11163version = "1.2.0"
11164source = "registry+https://github.com/rust-lang/crates.io-index"
11165checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11166
11167[[package]]
11168name = "scratch"
11169version = "1.0.7"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11172
11173[[package]]
11174name = "scrypt"
11175version = "0.11.0"
11176source = "registry+https://github.com/rust-lang/crates.io-index"
11177checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11178dependencies = [
11179 "password-hash 0.5.0",
11180 "pbkdf2 0.12.2",
11181 "salsa20",
11182 "sha2",
11183]
11184
11185[[package]]
11186name = "sct"
11187version = "0.7.1"
11188source = "registry+https://github.com/rust-lang/crates.io-index"
11189checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11190dependencies = [
11191 "ring",
11192 "untrusted",
11193]
11194
11195[[package]]
11196name = "sea-bae"
11197version = "0.2.1"
11198source = "registry+https://github.com/rust-lang/crates.io-index"
11199checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11200dependencies = [
11201 "heck 0.4.1",
11202 "proc-macro-error2",
11203 "proc-macro2",
11204 "quote",
11205 "syn 2.0.90",
11206]
11207
11208[[package]]
11209name = "sea-orm"
11210version = "1.1.3"
11211source = "registry+https://github.com/rust-lang/crates.io-index"
11212checksum = "0dbcf83248860dc632c46c7e81a221e041b50d0006191756cb001d9e8afc60a9"
11213dependencies = [
11214 "async-stream",
11215 "async-trait",
11216 "bigdecimal",
11217 "chrono",
11218 "futures 0.3.31",
11219 "log",
11220 "ouroboros",
11221 "rust_decimal",
11222 "sea-orm-macros",
11223 "sea-query",
11224 "sea-query-binder",
11225 "serde",
11226 "serde_json",
11227 "sqlx",
11228 "strum",
11229 "thiserror 1.0.69",
11230 "time",
11231 "tracing",
11232 "url",
11233 "uuid",
11234]
11235
11236[[package]]
11237name = "sea-orm-macros"
11238version = "1.1.3"
11239source = "registry+https://github.com/rust-lang/crates.io-index"
11240checksum = "49ce6f08134f3681b1ca92185b96fac898f26d9b4f5538d13f7032ef243d14b2"
11241dependencies = [
11242 "heck 0.4.1",
11243 "proc-macro2",
11244 "quote",
11245 "sea-bae",
11246 "syn 2.0.90",
11247 "unicode-ident",
11248]
11249
11250[[package]]
11251name = "sea-query"
11252version = "0.32.1"
11253source = "registry+https://github.com/rust-lang/crates.io-index"
11254checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11255dependencies = [
11256 "bigdecimal",
11257 "chrono",
11258 "inherent",
11259 "ordered-float 3.9.2",
11260 "rust_decimal",
11261 "serde_json",
11262 "time",
11263 "uuid",
11264]
11265
11266[[package]]
11267name = "sea-query-binder"
11268version = "0.7.0"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11271dependencies = [
11272 "bigdecimal",
11273 "chrono",
11274 "rust_decimal",
11275 "sea-query",
11276 "serde_json",
11277 "sqlx",
11278 "time",
11279 "uuid",
11280]
11281
11282[[package]]
11283name = "seahash"
11284version = "4.1.0"
11285source = "registry+https://github.com/rust-lang/crates.io-index"
11286checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11287
11288[[package]]
11289name = "search"
11290version = "0.1.0"
11291dependencies = [
11292 "any_vec",
11293 "anyhow",
11294 "bitflags 2.6.0",
11295 "client",
11296 "collections",
11297 "editor",
11298 "futures 0.3.31",
11299 "gpui",
11300 "language",
11301 "menu",
11302 "project",
11303 "schemars",
11304 "serde",
11305 "serde_json",
11306 "settings",
11307 "smol",
11308 "theme",
11309 "ui",
11310 "unindent",
11311 "util",
11312 "workspace",
11313]
11314
11315[[package]]
11316name = "sec1"
11317version = "0.3.0"
11318source = "registry+https://github.com/rust-lang/crates.io-index"
11319checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11320dependencies = [
11321 "base16ct",
11322 "der 0.6.1",
11323 "generic-array",
11324 "pkcs8 0.9.0",
11325 "subtle",
11326 "zeroize",
11327]
11328
11329[[package]]
11330name = "security-framework"
11331version = "2.11.1"
11332source = "registry+https://github.com/rust-lang/crates.io-index"
11333checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11334dependencies = [
11335 "bitflags 2.6.0",
11336 "core-foundation 0.9.4",
11337 "core-foundation-sys",
11338 "libc",
11339 "security-framework-sys",
11340]
11341
11342[[package]]
11343name = "security-framework"
11344version = "3.0.1"
11345source = "registry+https://github.com/rust-lang/crates.io-index"
11346checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11347dependencies = [
11348 "bitflags 2.6.0",
11349 "core-foundation 0.10.0",
11350 "core-foundation-sys",
11351 "libc",
11352 "security-framework-sys",
11353]
11354
11355[[package]]
11356name = "security-framework-sys"
11357version = "2.12.1"
11358source = "registry+https://github.com/rust-lang/crates.io-index"
11359checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11360dependencies = [
11361 "core-foundation-sys",
11362 "libc",
11363]
11364
11365[[package]]
11366name = "self_cell"
11367version = "1.1.0"
11368source = "registry+https://github.com/rust-lang/crates.io-index"
11369checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11370
11371[[package]]
11372name = "semantic_index"
11373version = "0.1.0"
11374dependencies = [
11375 "anyhow",
11376 "arrayvec",
11377 "blake3",
11378 "client",
11379 "clock",
11380 "collections",
11381 "env_logger 0.11.6",
11382 "feature_flags",
11383 "fs",
11384 "futures 0.3.31",
11385 "futures-batch",
11386 "gpui",
11387 "heed",
11388 "http_client",
11389 "language",
11390 "language_model",
11391 "languages",
11392 "log",
11393 "open_ai",
11394 "parking_lot",
11395 "project",
11396 "reqwest_client",
11397 "serde",
11398 "serde_json",
11399 "settings",
11400 "sha2",
11401 "smol",
11402 "tempfile",
11403 "theme",
11404 "tree-sitter",
11405 "ui",
11406 "unindent",
11407 "util",
11408 "workspace",
11409 "worktree",
11410]
11411
11412[[package]]
11413name = "semantic_version"
11414version = "0.1.0"
11415dependencies = [
11416 "anyhow",
11417 "serde",
11418]
11419
11420[[package]]
11421name = "semver"
11422version = "1.0.24"
11423source = "registry+https://github.com/rust-lang/crates.io-index"
11424checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
11425dependencies = [
11426 "serde",
11427]
11428
11429[[package]]
11430name = "serde"
11431version = "1.0.217"
11432source = "registry+https://github.com/rust-lang/crates.io-index"
11433checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
11434dependencies = [
11435 "serde_derive",
11436]
11437
11438[[package]]
11439name = "serde_derive"
11440version = "1.0.217"
11441source = "registry+https://github.com/rust-lang/crates.io-index"
11442checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
11443dependencies = [
11444 "proc-macro2",
11445 "quote",
11446 "syn 2.0.90",
11447]
11448
11449[[package]]
11450name = "serde_derive_internals"
11451version = "0.29.1"
11452source = "registry+https://github.com/rust-lang/crates.io-index"
11453checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11454dependencies = [
11455 "proc-macro2",
11456 "quote",
11457 "syn 2.0.90",
11458]
11459
11460[[package]]
11461name = "serde_fmt"
11462version = "1.0.3"
11463source = "registry+https://github.com/rust-lang/crates.io-index"
11464checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11465dependencies = [
11466 "serde",
11467]
11468
11469[[package]]
11470name = "serde_json"
11471version = "1.0.135"
11472source = "registry+https://github.com/rust-lang/crates.io-index"
11473checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
11474dependencies = [
11475 "indexmap",
11476 "itoa",
11477 "memchr",
11478 "ryu",
11479 "serde",
11480]
11481
11482[[package]]
11483name = "serde_json_lenient"
11484version = "0.2.4"
11485source = "registry+https://github.com/rust-lang/crates.io-index"
11486checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11487dependencies = [
11488 "indexmap",
11489 "itoa",
11490 "memchr",
11491 "ryu",
11492 "serde",
11493]
11494
11495[[package]]
11496name = "serde_path_to_error"
11497version = "0.1.16"
11498source = "registry+https://github.com/rust-lang/crates.io-index"
11499checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11500dependencies = [
11501 "itoa",
11502 "serde",
11503]
11504
11505[[package]]
11506name = "serde_qs"
11507version = "0.8.5"
11508source = "registry+https://github.com/rust-lang/crates.io-index"
11509checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11510dependencies = [
11511 "percent-encoding",
11512 "serde",
11513 "thiserror 1.0.69",
11514]
11515
11516[[package]]
11517name = "serde_qs"
11518version = "0.10.1"
11519source = "registry+https://github.com/rust-lang/crates.io-index"
11520checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11521dependencies = [
11522 "percent-encoding",
11523 "serde",
11524 "thiserror 1.0.69",
11525]
11526
11527[[package]]
11528name = "serde_repr"
11529version = "0.1.19"
11530source = "registry+https://github.com/rust-lang/crates.io-index"
11531checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11532dependencies = [
11533 "proc-macro2",
11534 "quote",
11535 "syn 2.0.90",
11536]
11537
11538[[package]]
11539name = "serde_spanned"
11540version = "0.6.8"
11541source = "registry+https://github.com/rust-lang/crates.io-index"
11542checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11543dependencies = [
11544 "serde",
11545]
11546
11547[[package]]
11548name = "serde_urlencoded"
11549version = "0.7.1"
11550source = "registry+https://github.com/rust-lang/crates.io-index"
11551checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11552dependencies = [
11553 "form_urlencoded",
11554 "itoa",
11555 "ryu",
11556 "serde",
11557]
11558
11559[[package]]
11560name = "session"
11561version = "0.1.0"
11562dependencies = [
11563 "db",
11564 "gpui",
11565 "serde_json",
11566 "util",
11567 "uuid",
11568]
11569
11570[[package]]
11571name = "settings"
11572version = "0.1.0"
11573dependencies = [
11574 "anyhow",
11575 "collections",
11576 "ec4rs",
11577 "fs",
11578 "futures 0.3.31",
11579 "gpui",
11580 "indoc",
11581 "log",
11582 "paths",
11583 "pretty_assertions",
11584 "release_channel",
11585 "rust-embed",
11586 "schemars",
11587 "serde",
11588 "serde_derive",
11589 "serde_json",
11590 "serde_json_lenient",
11591 "smallvec",
11592 "tree-sitter",
11593 "tree-sitter-json",
11594 "unindent",
11595 "util",
11596]
11597
11598[[package]]
11599name = "settings_ui"
11600version = "0.1.0"
11601dependencies = [
11602 "command_palette_hooks",
11603 "editor",
11604 "feature_flags",
11605 "gpui",
11606 "settings",
11607 "theme",
11608 "ui",
11609 "workspace",
11610]
11611
11612[[package]]
11613name = "sha1"
11614version = "0.10.6"
11615source = "registry+https://github.com/rust-lang/crates.io-index"
11616checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11617dependencies = [
11618 "cfg-if",
11619 "cpufeatures",
11620 "digest",
11621]
11622
11623[[package]]
11624name = "sha1_smol"
11625version = "1.0.1"
11626source = "registry+https://github.com/rust-lang/crates.io-index"
11627checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11628
11629[[package]]
11630name = "sha2"
11631version = "0.10.8"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11634dependencies = [
11635 "cfg-if",
11636 "cpufeatures",
11637 "digest",
11638]
11639
11640[[package]]
11641name = "sharded-slab"
11642version = "0.1.7"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11645dependencies = [
11646 "lazy_static",
11647]
11648
11649[[package]]
11650name = "shell-words"
11651version = "1.1.0"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11654
11655[[package]]
11656name = "shellexpand"
11657version = "2.1.2"
11658source = "registry+https://github.com/rust-lang/crates.io-index"
11659checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11660dependencies = [
11661 "dirs 4.0.0",
11662]
11663
11664[[package]]
11665name = "shellexpand"
11666version = "3.1.0"
11667source = "registry+https://github.com/rust-lang/crates.io-index"
11668checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11669dependencies = [
11670 "dirs 5.0.1",
11671]
11672
11673[[package]]
11674name = "shlex"
11675version = "1.3.0"
11676source = "registry+https://github.com/rust-lang/crates.io-index"
11677checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11678
11679[[package]]
11680name = "signal-hook"
11681version = "0.3.17"
11682source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11684dependencies = [
11685 "libc",
11686 "signal-hook-registry",
11687]
11688
11689[[package]]
11690name = "signal-hook-registry"
11691version = "1.4.2"
11692source = "registry+https://github.com/rust-lang/crates.io-index"
11693checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11694dependencies = [
11695 "libc",
11696]
11697
11698[[package]]
11699name = "signature"
11700version = "1.6.4"
11701source = "registry+https://github.com/rust-lang/crates.io-index"
11702checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11703dependencies = [
11704 "digest",
11705 "rand_core 0.6.4",
11706]
11707
11708[[package]]
11709name = "signature"
11710version = "2.2.0"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11713dependencies = [
11714 "digest",
11715 "rand_core 0.6.4",
11716]
11717
11718[[package]]
11719name = "simd-adler32"
11720version = "0.3.7"
11721source = "registry+https://github.com/rust-lang/crates.io-index"
11722checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11723
11724[[package]]
11725name = "simd_helpers"
11726version = "0.1.0"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11729dependencies = [
11730 "quote",
11731]
11732
11733[[package]]
11734name = "simdutf8"
11735version = "0.1.5"
11736source = "registry+https://github.com/rust-lang/crates.io-index"
11737checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11738
11739[[package]]
11740name = "similar"
11741version = "1.3.0"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11744
11745[[package]]
11746name = "simple_asn1"
11747version = "0.6.2"
11748source = "registry+https://github.com/rust-lang/crates.io-index"
11749checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11750dependencies = [
11751 "num-bigint",
11752 "num-traits",
11753 "thiserror 1.0.69",
11754 "time",
11755]
11756
11757[[package]]
11758name = "simplecss"
11759version = "0.2.1"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11762dependencies = [
11763 "log",
11764]
11765
11766[[package]]
11767name = "simplelog"
11768version = "0.12.2"
11769source = "registry+https://github.com/rust-lang/crates.io-index"
11770checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11771dependencies = [
11772 "log",
11773 "termcolor",
11774 "time",
11775]
11776
11777[[package]]
11778name = "siphasher"
11779version = "0.3.11"
11780source = "registry+https://github.com/rust-lang/crates.io-index"
11781checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11782
11783[[package]]
11784name = "siphasher"
11785version = "1.0.1"
11786source = "registry+https://github.com/rust-lang/crates.io-index"
11787checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11788
11789[[package]]
11790name = "skrifa"
11791version = "0.22.3"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11794dependencies = [
11795 "bytemuck",
11796 "read-fonts",
11797]
11798
11799[[package]]
11800name = "slab"
11801version = "0.4.9"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11804dependencies = [
11805 "autocfg",
11806]
11807
11808[[package]]
11809name = "slash_commands_example"
11810version = "0.1.0"
11811dependencies = [
11812 "zed_extension_api 0.1.0",
11813]
11814
11815[[package]]
11816name = "slice-group-by"
11817version = "0.3.1"
11818source = "registry+https://github.com/rust-lang/crates.io-index"
11819checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11820
11821[[package]]
11822name = "slotmap"
11823version = "1.0.7"
11824source = "registry+https://github.com/rust-lang/crates.io-index"
11825checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11826dependencies = [
11827 "version_check",
11828]
11829
11830[[package]]
11831name = "smallvec"
11832version = "1.13.2"
11833source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11835dependencies = [
11836 "serde",
11837]
11838
11839[[package]]
11840name = "smart-default"
11841version = "0.6.0"
11842source = "registry+https://github.com/rust-lang/crates.io-index"
11843checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11844dependencies = [
11845 "proc-macro2",
11846 "quote",
11847 "syn 1.0.109",
11848]
11849
11850[[package]]
11851name = "smol"
11852version = "2.0.2"
11853source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
11855dependencies = [
11856 "async-channel 2.3.1",
11857 "async-executor",
11858 "async-fs",
11859 "async-io",
11860 "async-lock",
11861 "async-net",
11862 "async-process",
11863 "blocking",
11864 "futures-lite 2.5.0",
11865]
11866
11867[[package]]
11868name = "smol_str"
11869version = "0.1.24"
11870source = "registry+https://github.com/rust-lang/crates.io-index"
11871checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11872dependencies = [
11873 "serde",
11874]
11875
11876[[package]]
11877name = "snippet"
11878version = "0.1.0"
11879dependencies = [
11880 "anyhow",
11881 "smallvec",
11882]
11883
11884[[package]]
11885name = "snippet_provider"
11886version = "0.1.0"
11887dependencies = [
11888 "anyhow",
11889 "collections",
11890 "extension",
11891 "fs",
11892 "futures 0.3.31",
11893 "gpui",
11894 "parking_lot",
11895 "paths",
11896 "serde",
11897 "serde_json",
11898 "snippet",
11899 "util",
11900]
11901
11902[[package]]
11903name = "snippets_ui"
11904version = "0.1.0"
11905dependencies = [
11906 "fuzzy",
11907 "gpui",
11908 "language",
11909 "paths",
11910 "picker",
11911 "ui",
11912 "util",
11913 "workspace",
11914]
11915
11916[[package]]
11917name = "socket2"
11918version = "0.5.8"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
11921dependencies = [
11922 "libc",
11923 "windows-sys 0.52.0",
11924]
11925
11926[[package]]
11927name = "spdx"
11928version = "0.10.7"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
11931dependencies = [
11932 "smallvec",
11933]
11934
11935[[package]]
11936name = "spin"
11937version = "0.9.8"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11940dependencies = [
11941 "lock_api",
11942]
11943
11944[[package]]
11945name = "spirv"
11946version = "0.3.0+sdk-1.3.268.0"
11947source = "registry+https://github.com/rust-lang/crates.io-index"
11948checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11949dependencies = [
11950 "bitflags 2.6.0",
11951]
11952
11953[[package]]
11954name = "spki"
11955version = "0.6.0"
11956source = "registry+https://github.com/rust-lang/crates.io-index"
11957checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11958dependencies = [
11959 "base64ct",
11960 "der 0.6.1",
11961]
11962
11963[[package]]
11964name = "spki"
11965version = "0.7.3"
11966source = "registry+https://github.com/rust-lang/crates.io-index"
11967checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11968dependencies = [
11969 "base64ct",
11970 "der 0.7.9",
11971]
11972
11973[[package]]
11974name = "sptr"
11975version = "0.3.2"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11978
11979[[package]]
11980name = "sqlez"
11981version = "0.1.0"
11982dependencies = [
11983 "anyhow",
11984 "collections",
11985 "futures 0.3.31",
11986 "indoc",
11987 "libsqlite3-sys",
11988 "parking_lot",
11989 "smol",
11990 "sqlformat",
11991 "thread_local",
11992 "util",
11993 "uuid",
11994]
11995
11996[[package]]
11997name = "sqlez_macros"
11998version = "0.1.0"
11999dependencies = [
12000 "sqlez",
12001 "sqlformat",
12002 "syn 1.0.109",
12003]
12004
12005[[package]]
12006name = "sqlformat"
12007version = "0.2.6"
12008source = "registry+https://github.com/rust-lang/crates.io-index"
12009checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12010dependencies = [
12011 "nom",
12012 "unicode_categories",
12013]
12014
12015[[package]]
12016name = "sqlx"
12017version = "0.8.2"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12020dependencies = [
12021 "sqlx-core",
12022 "sqlx-macros",
12023 "sqlx-mysql",
12024 "sqlx-postgres",
12025 "sqlx-sqlite",
12026]
12027
12028[[package]]
12029name = "sqlx-core"
12030version = "0.8.2"
12031source = "registry+https://github.com/rust-lang/crates.io-index"
12032checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12033dependencies = [
12034 "atoi",
12035 "bigdecimal",
12036 "byteorder",
12037 "bytes 1.9.0",
12038 "chrono",
12039 "crc",
12040 "crossbeam-queue",
12041 "either",
12042 "event-listener 5.3.1",
12043 "futures-channel",
12044 "futures-core",
12045 "futures-intrusive",
12046 "futures-io",
12047 "futures-util",
12048 "hashbrown 0.14.5",
12049 "hashlink 0.9.1",
12050 "hex",
12051 "indexmap",
12052 "log",
12053 "memchr",
12054 "once_cell",
12055 "paste",
12056 "percent-encoding",
12057 "rust_decimal",
12058 "rustls 0.23.20",
12059 "rustls-pemfile 2.2.0",
12060 "serde",
12061 "serde_json",
12062 "sha2",
12063 "smallvec",
12064 "sqlformat",
12065 "thiserror 1.0.69",
12066 "time",
12067 "tokio",
12068 "tokio-stream",
12069 "tracing",
12070 "url",
12071 "uuid",
12072 "webpki-roots 0.26.7",
12073]
12074
12075[[package]]
12076name = "sqlx-macros"
12077version = "0.8.2"
12078source = "registry+https://github.com/rust-lang/crates.io-index"
12079checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12080dependencies = [
12081 "proc-macro2",
12082 "quote",
12083 "sqlx-core",
12084 "sqlx-macros-core",
12085 "syn 2.0.90",
12086]
12087
12088[[package]]
12089name = "sqlx-macros-core"
12090version = "0.8.2"
12091source = "registry+https://github.com/rust-lang/crates.io-index"
12092checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12093dependencies = [
12094 "dotenvy",
12095 "either",
12096 "heck 0.5.0",
12097 "hex",
12098 "once_cell",
12099 "proc-macro2",
12100 "quote",
12101 "serde",
12102 "serde_json",
12103 "sha2",
12104 "sqlx-core",
12105 "sqlx-mysql",
12106 "sqlx-postgres",
12107 "sqlx-sqlite",
12108 "syn 2.0.90",
12109 "tempfile",
12110 "tokio",
12111 "url",
12112]
12113
12114[[package]]
12115name = "sqlx-mysql"
12116version = "0.8.2"
12117source = "registry+https://github.com/rust-lang/crates.io-index"
12118checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12119dependencies = [
12120 "atoi",
12121 "base64 0.22.1",
12122 "bigdecimal",
12123 "bitflags 2.6.0",
12124 "byteorder",
12125 "bytes 1.9.0",
12126 "chrono",
12127 "crc",
12128 "digest",
12129 "dotenvy",
12130 "either",
12131 "futures-channel",
12132 "futures-core",
12133 "futures-io",
12134 "futures-util",
12135 "generic-array",
12136 "hex",
12137 "hkdf",
12138 "hmac",
12139 "itoa",
12140 "log",
12141 "md-5",
12142 "memchr",
12143 "once_cell",
12144 "percent-encoding",
12145 "rand 0.8.5",
12146 "rsa",
12147 "rust_decimal",
12148 "serde",
12149 "sha1",
12150 "sha2",
12151 "smallvec",
12152 "sqlx-core",
12153 "stringprep",
12154 "thiserror 1.0.69",
12155 "time",
12156 "tracing",
12157 "uuid",
12158 "whoami",
12159]
12160
12161[[package]]
12162name = "sqlx-postgres"
12163version = "0.8.2"
12164source = "registry+https://github.com/rust-lang/crates.io-index"
12165checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12166dependencies = [
12167 "atoi",
12168 "base64 0.22.1",
12169 "bigdecimal",
12170 "bitflags 2.6.0",
12171 "byteorder",
12172 "chrono",
12173 "crc",
12174 "dotenvy",
12175 "etcetera",
12176 "futures-channel",
12177 "futures-core",
12178 "futures-io",
12179 "futures-util",
12180 "hex",
12181 "hkdf",
12182 "hmac",
12183 "home",
12184 "itoa",
12185 "log",
12186 "md-5",
12187 "memchr",
12188 "num-bigint",
12189 "once_cell",
12190 "rand 0.8.5",
12191 "rust_decimal",
12192 "serde",
12193 "serde_json",
12194 "sha2",
12195 "smallvec",
12196 "sqlx-core",
12197 "stringprep",
12198 "thiserror 1.0.69",
12199 "time",
12200 "tracing",
12201 "uuid",
12202 "whoami",
12203]
12204
12205[[package]]
12206name = "sqlx-sqlite"
12207version = "0.8.2"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12210dependencies = [
12211 "atoi",
12212 "chrono",
12213 "flume",
12214 "futures-channel",
12215 "futures-core",
12216 "futures-executor",
12217 "futures-intrusive",
12218 "futures-util",
12219 "libsqlite3-sys",
12220 "log",
12221 "percent-encoding",
12222 "serde",
12223 "serde_urlencoded",
12224 "sqlx-core",
12225 "time",
12226 "tracing",
12227 "url",
12228 "uuid",
12229]
12230
12231[[package]]
12232name = "stable_deref_trait"
12233version = "1.2.0"
12234source = "registry+https://github.com/rust-lang/crates.io-index"
12235checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12236
12237[[package]]
12238name = "static_assertions"
12239version = "1.1.0"
12240source = "registry+https://github.com/rust-lang/crates.io-index"
12241checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12242
12243[[package]]
12244name = "story"
12245version = "0.1.0"
12246dependencies = [
12247 "gpui",
12248 "itertools 0.14.0",
12249 "smallvec",
12250]
12251
12252[[package]]
12253name = "storybook"
12254version = "0.1.0"
12255dependencies = [
12256 "anyhow",
12257 "clap",
12258 "collab_ui",
12259 "ctrlc",
12260 "dialoguer",
12261 "editor",
12262 "fuzzy",
12263 "gpui",
12264 "indoc",
12265 "language",
12266 "log",
12267 "menu",
12268 "picker",
12269 "project",
12270 "reqwest_client",
12271 "rust-embed",
12272 "settings",
12273 "simplelog",
12274 "story",
12275 "strum",
12276 "theme",
12277 "title_bar",
12278 "ui",
12279]
12280
12281[[package]]
12282name = "strict-num"
12283version = "0.1.1"
12284source = "registry+https://github.com/rust-lang/crates.io-index"
12285checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12286dependencies = [
12287 "float-cmp",
12288]
12289
12290[[package]]
12291name = "string_cache"
12292version = "0.8.7"
12293source = "registry+https://github.com/rust-lang/crates.io-index"
12294checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12295dependencies = [
12296 "new_debug_unreachable",
12297 "once_cell",
12298 "parking_lot",
12299 "phf_shared 0.10.0",
12300 "precomputed-hash",
12301 "serde",
12302]
12303
12304[[package]]
12305name = "string_cache_codegen"
12306version = "0.5.2"
12307source = "registry+https://github.com/rust-lang/crates.io-index"
12308checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12309dependencies = [
12310 "phf_generator 0.10.0",
12311 "phf_shared 0.10.0",
12312 "proc-macro2",
12313 "quote",
12314]
12315
12316[[package]]
12317name = "stringprep"
12318version = "0.1.5"
12319source = "registry+https://github.com/rust-lang/crates.io-index"
12320checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12321dependencies = [
12322 "unicode-bidi",
12323 "unicode-normalization",
12324 "unicode-properties",
12325]
12326
12327[[package]]
12328name = "strsim"
12329version = "0.11.1"
12330source = "registry+https://github.com/rust-lang/crates.io-index"
12331checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12332
12333[[package]]
12334name = "strum"
12335version = "0.26.3"
12336source = "registry+https://github.com/rust-lang/crates.io-index"
12337checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12338dependencies = [
12339 "strum_macros",
12340]
12341
12342[[package]]
12343name = "strum_macros"
12344version = "0.26.4"
12345source = "registry+https://github.com/rust-lang/crates.io-index"
12346checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12347dependencies = [
12348 "heck 0.5.0",
12349 "proc-macro2",
12350 "quote",
12351 "rustversion",
12352 "syn 2.0.90",
12353]
12354
12355[[package]]
12356name = "subtle"
12357version = "2.6.1"
12358source = "registry+https://github.com/rust-lang/crates.io-index"
12359checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12360
12361[[package]]
12362name = "sum_tree"
12363version = "0.1.0"
12364dependencies = [
12365 "arrayvec",
12366 "ctor",
12367 "env_logger 0.11.6",
12368 "log",
12369 "rand 0.8.5",
12370 "rayon",
12371]
12372
12373[[package]]
12374name = "supermaven"
12375version = "0.1.0"
12376dependencies = [
12377 "anyhow",
12378 "client",
12379 "collections",
12380 "editor",
12381 "env_logger 0.11.6",
12382 "futures 0.3.31",
12383 "gpui",
12384 "http_client",
12385 "inline_completion",
12386 "language",
12387 "log",
12388 "postage",
12389 "project",
12390 "serde",
12391 "serde_json",
12392 "settings",
12393 "smol",
12394 "supermaven_api",
12395 "text",
12396 "theme",
12397 "ui",
12398 "unicode-segmentation",
12399 "util",
12400]
12401
12402[[package]]
12403name = "supermaven_api"
12404version = "0.1.0"
12405dependencies = [
12406 "anyhow",
12407 "futures 0.3.31",
12408 "http_client",
12409 "paths",
12410 "serde",
12411 "serde_json",
12412 "smol",
12413]
12414
12415[[package]]
12416name = "sval"
12417version = "2.13.2"
12418source = "registry+https://github.com/rust-lang/crates.io-index"
12419checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12420
12421[[package]]
12422name = "sval_buffer"
12423version = "2.13.2"
12424source = "registry+https://github.com/rust-lang/crates.io-index"
12425checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12426dependencies = [
12427 "sval",
12428 "sval_ref",
12429]
12430
12431[[package]]
12432name = "sval_dynamic"
12433version = "2.13.2"
12434source = "registry+https://github.com/rust-lang/crates.io-index"
12435checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12436dependencies = [
12437 "sval",
12438]
12439
12440[[package]]
12441name = "sval_fmt"
12442version = "2.13.2"
12443source = "registry+https://github.com/rust-lang/crates.io-index"
12444checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12445dependencies = [
12446 "itoa",
12447 "ryu",
12448 "sval",
12449]
12450
12451[[package]]
12452name = "sval_json"
12453version = "2.13.2"
12454source = "registry+https://github.com/rust-lang/crates.io-index"
12455checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12456dependencies = [
12457 "itoa",
12458 "ryu",
12459 "sval",
12460]
12461
12462[[package]]
12463name = "sval_nested"
12464version = "2.13.2"
12465source = "registry+https://github.com/rust-lang/crates.io-index"
12466checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12467dependencies = [
12468 "sval",
12469 "sval_buffer",
12470 "sval_ref",
12471]
12472
12473[[package]]
12474name = "sval_ref"
12475version = "2.13.2"
12476source = "registry+https://github.com/rust-lang/crates.io-index"
12477checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12478dependencies = [
12479 "sval",
12480]
12481
12482[[package]]
12483name = "sval_serde"
12484version = "2.13.2"
12485source = "registry+https://github.com/rust-lang/crates.io-index"
12486checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12487dependencies = [
12488 "serde",
12489 "sval",
12490 "sval_nested",
12491]
12492
12493[[package]]
12494name = "svg_fmt"
12495version = "0.4.4"
12496source = "registry+https://github.com/rust-lang/crates.io-index"
12497checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12498
12499[[package]]
12500name = "svgtypes"
12501version = "0.15.2"
12502source = "registry+https://github.com/rust-lang/crates.io-index"
12503checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12504dependencies = [
12505 "kurbo",
12506 "siphasher 1.0.1",
12507]
12508
12509[[package]]
12510name = "swash"
12511version = "0.1.19"
12512source = "registry+https://github.com/rust-lang/crates.io-index"
12513checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12514dependencies = [
12515 "skrifa",
12516 "yazi",
12517 "zeno",
12518]
12519
12520[[package]]
12521name = "syn"
12522version = "1.0.109"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12525dependencies = [
12526 "proc-macro2",
12527 "quote",
12528 "unicode-ident",
12529]
12530
12531[[package]]
12532name = "syn"
12533version = "2.0.90"
12534source = "registry+https://github.com/rust-lang/crates.io-index"
12535checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12536dependencies = [
12537 "proc-macro2",
12538 "quote",
12539 "unicode-ident",
12540]
12541
12542[[package]]
12543name = "sync_wrapper"
12544version = "0.1.2"
12545source = "registry+https://github.com/rust-lang/crates.io-index"
12546checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12547
12548[[package]]
12549name = "sync_wrapper"
12550version = "1.0.2"
12551source = "registry+https://github.com/rust-lang/crates.io-index"
12552checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12553dependencies = [
12554 "futures-core",
12555]
12556
12557[[package]]
12558name = "synchronoise"
12559version = "1.0.1"
12560source = "registry+https://github.com/rust-lang/crates.io-index"
12561checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12562dependencies = [
12563 "crossbeam-queue",
12564]
12565
12566[[package]]
12567name = "synstructure"
12568version = "0.13.1"
12569source = "registry+https://github.com/rust-lang/crates.io-index"
12570checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12571dependencies = [
12572 "proc-macro2",
12573 "quote",
12574 "syn 2.0.90",
12575]
12576
12577[[package]]
12578name = "sys-locale"
12579version = "0.3.2"
12580source = "registry+https://github.com/rust-lang/crates.io-index"
12581checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12582dependencies = [
12583 "libc",
12584]
12585
12586[[package]]
12587name = "sysinfo"
12588version = "0.31.4"
12589source = "registry+https://github.com/rust-lang/crates.io-index"
12590checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12591dependencies = [
12592 "core-foundation-sys",
12593 "libc",
12594 "memchr",
12595 "ntapi",
12596 "rayon",
12597 "windows 0.57.0",
12598]
12599
12600[[package]]
12601name = "system-configuration"
12602version = "0.5.1"
12603source = "registry+https://github.com/rust-lang/crates.io-index"
12604checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12605dependencies = [
12606 "bitflags 1.3.2",
12607 "core-foundation 0.9.4",
12608 "system-configuration-sys 0.5.0",
12609]
12610
12611[[package]]
12612name = "system-configuration"
12613version = "0.6.1"
12614source = "registry+https://github.com/rust-lang/crates.io-index"
12615checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12616dependencies = [
12617 "bitflags 2.6.0",
12618 "core-foundation 0.9.4",
12619 "system-configuration-sys 0.6.0",
12620]
12621
12622[[package]]
12623name = "system-configuration-sys"
12624version = "0.5.0"
12625source = "registry+https://github.com/rust-lang/crates.io-index"
12626checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12627dependencies = [
12628 "core-foundation-sys",
12629 "libc",
12630]
12631
12632[[package]]
12633name = "system-configuration-sys"
12634version = "0.6.0"
12635source = "registry+https://github.com/rust-lang/crates.io-index"
12636checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12637dependencies = [
12638 "core-foundation-sys",
12639 "libc",
12640]
12641
12642[[package]]
12643name = "system-deps"
12644version = "6.2.2"
12645source = "registry+https://github.com/rust-lang/crates.io-index"
12646checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12647dependencies = [
12648 "cfg-expr",
12649 "heck 0.5.0",
12650 "pkg-config",
12651 "toml 0.8.19",
12652 "version-compare",
12653]
12654
12655[[package]]
12656name = "system-interface"
12657version = "0.27.3"
12658source = "registry+https://github.com/rust-lang/crates.io-index"
12659checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12660dependencies = [
12661 "bitflags 2.6.0",
12662 "cap-fs-ext",
12663 "cap-std",
12664 "fd-lock",
12665 "io-lifetimes",
12666 "rustix",
12667 "windows-sys 0.59.0",
12668 "winx",
12669]
12670
12671[[package]]
12672name = "tab_switcher"
12673version = "0.1.0"
12674dependencies = [
12675 "anyhow",
12676 "collections",
12677 "ctor",
12678 "editor",
12679 "env_logger 0.11.6",
12680 "gpui",
12681 "language",
12682 "menu",
12683 "picker",
12684 "project",
12685 "schemars",
12686 "serde",
12687 "serde_json",
12688 "settings",
12689 "theme",
12690 "ui",
12691 "util",
12692 "workspace",
12693]
12694
12695[[package]]
12696name = "taffy"
12697version = "0.4.4"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12700dependencies = [
12701 "arrayvec",
12702 "grid",
12703 "num-traits",
12704 "serde",
12705 "slotmap",
12706]
12707
12708[[package]]
12709name = "take-until"
12710version = "0.2.0"
12711source = "registry+https://github.com/rust-lang/crates.io-index"
12712checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12713
12714[[package]]
12715name = "tap"
12716version = "1.0.1"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12719
12720[[package]]
12721name = "target-lexicon"
12722version = "0.12.16"
12723source = "registry+https://github.com/rust-lang/crates.io-index"
12724checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12725
12726[[package]]
12727name = "task"
12728version = "0.1.0"
12729dependencies = [
12730 "anyhow",
12731 "collections",
12732 "futures 0.3.31",
12733 "gpui",
12734 "hex",
12735 "parking_lot",
12736 "schemars",
12737 "serde",
12738 "serde_json_lenient",
12739 "sha2",
12740 "shellexpand 2.1.2",
12741 "util",
12742 "zed_actions",
12743]
12744
12745[[package]]
12746name = "tasks_ui"
12747version = "0.1.0"
12748dependencies = [
12749 "anyhow",
12750 "editor",
12751 "file_icons",
12752 "fuzzy",
12753 "gpui",
12754 "language",
12755 "menu",
12756 "picker",
12757 "project",
12758 "schemars",
12759 "serde",
12760 "serde_json",
12761 "settings",
12762 "task",
12763 "tree-sitter-rust",
12764 "tree-sitter-typescript",
12765 "ui",
12766 "util",
12767 "workspace",
12768 "zed_actions",
12769]
12770
12771[[package]]
12772name = "telemetry"
12773version = "0.1.0"
12774dependencies = [
12775 "futures 0.3.31",
12776 "serde",
12777 "serde_json",
12778 "telemetry_events",
12779]
12780
12781[[package]]
12782name = "telemetry_events"
12783version = "0.1.0"
12784dependencies = [
12785 "semantic_version",
12786 "serde",
12787 "serde_json",
12788]
12789
12790[[package]]
12791name = "tempfile"
12792version = "3.15.0"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
12795dependencies = [
12796 "cfg-if",
12797 "fastrand 2.3.0",
12798 "getrandom 0.2.15",
12799 "once_cell",
12800 "rustix",
12801 "windows-sys 0.59.0",
12802]
12803
12804[[package]]
12805name = "tendril"
12806version = "0.4.3"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12809dependencies = [
12810 "futf",
12811 "mac",
12812 "utf-8",
12813]
12814
12815[[package]]
12816name = "termcolor"
12817version = "1.4.1"
12818source = "registry+https://github.com/rust-lang/crates.io-index"
12819checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12820dependencies = [
12821 "winapi-util",
12822]
12823
12824[[package]]
12825name = "terminal"
12826version = "0.1.0"
12827dependencies = [
12828 "alacritty_terminal",
12829 "anyhow",
12830 "collections",
12831 "dirs 4.0.0",
12832 "futures 0.3.31",
12833 "gpui",
12834 "libc",
12835 "rand 0.8.5",
12836 "regex",
12837 "release_channel",
12838 "schemars",
12839 "serde",
12840 "serde_derive",
12841 "settings",
12842 "smol",
12843 "sysinfo",
12844 "task",
12845 "theme",
12846 "thiserror 1.0.69",
12847 "util",
12848 "windows 0.58.0",
12849]
12850
12851[[package]]
12852name = "terminal_size"
12853version = "0.4.1"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
12856dependencies = [
12857 "rustix",
12858 "windows-sys 0.59.0",
12859]
12860
12861[[package]]
12862name = "terminal_view"
12863version = "0.1.0"
12864dependencies = [
12865 "anyhow",
12866 "async-recursion 1.1.1",
12867 "breadcrumbs",
12868 "client",
12869 "collections",
12870 "db",
12871 "dirs 4.0.0",
12872 "editor",
12873 "futures 0.3.31",
12874 "gpui",
12875 "itertools 0.14.0",
12876 "language",
12877 "project",
12878 "rand 0.8.5",
12879 "schemars",
12880 "search",
12881 "serde",
12882 "serde_json",
12883 "settings",
12884 "shellexpand 2.1.2",
12885 "smol",
12886 "task",
12887 "terminal",
12888 "theme",
12889 "ui",
12890 "util",
12891 "workspace",
12892 "zed_actions",
12893]
12894
12895[[package]]
12896name = "text"
12897version = "0.1.0"
12898dependencies = [
12899 "anyhow",
12900 "clock",
12901 "collections",
12902 "ctor",
12903 "env_logger 0.11.6",
12904 "gpui",
12905 "http_client",
12906 "log",
12907 "parking_lot",
12908 "postage",
12909 "rand 0.8.5",
12910 "regex",
12911 "rope",
12912 "smallvec",
12913 "sum_tree",
12914 "util",
12915]
12916
12917[[package]]
12918name = "theme"
12919version = "0.1.0"
12920dependencies = [
12921 "anyhow",
12922 "collections",
12923 "derive_more",
12924 "fs",
12925 "futures 0.3.31",
12926 "gpui",
12927 "indexmap",
12928 "log",
12929 "palette",
12930 "parking_lot",
12931 "refineable",
12932 "schemars",
12933 "serde",
12934 "serde_derive",
12935 "serde_json",
12936 "serde_json_lenient",
12937 "serde_repr",
12938 "settings",
12939 "strum",
12940 "util",
12941 "uuid",
12942]
12943
12944[[package]]
12945name = "theme_extension"
12946version = "0.1.0"
12947dependencies = [
12948 "anyhow",
12949 "extension",
12950 "fs",
12951 "gpui",
12952 "theme",
12953]
12954
12955[[package]]
12956name = "theme_importer"
12957version = "0.1.0"
12958dependencies = [
12959 "anyhow",
12960 "clap",
12961 "gpui",
12962 "indexmap",
12963 "log",
12964 "palette",
12965 "rust-embed",
12966 "schemars",
12967 "serde",
12968 "serde_json",
12969 "serde_json_lenient",
12970 "simplelog",
12971 "strum",
12972 "theme",
12973 "vscode_theme",
12974]
12975
12976[[package]]
12977name = "theme_selector"
12978version = "0.1.0"
12979dependencies = [
12980 "fs",
12981 "fuzzy",
12982 "gpui",
12983 "log",
12984 "picker",
12985 "serde",
12986 "settings",
12987 "telemetry",
12988 "theme",
12989 "ui",
12990 "util",
12991 "workspace",
12992 "zed_actions",
12993]
12994
12995[[package]]
12996name = "thiserror"
12997version = "1.0.69"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13000dependencies = [
13001 "thiserror-impl 1.0.69",
13002]
13003
13004[[package]]
13005name = "thiserror"
13006version = "2.0.6"
13007source = "registry+https://github.com/rust-lang/crates.io-index"
13008checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13009dependencies = [
13010 "thiserror-impl 2.0.6",
13011]
13012
13013[[package]]
13014name = "thiserror-impl"
13015version = "1.0.69"
13016source = "registry+https://github.com/rust-lang/crates.io-index"
13017checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13018dependencies = [
13019 "proc-macro2",
13020 "quote",
13021 "syn 2.0.90",
13022]
13023
13024[[package]]
13025name = "thiserror-impl"
13026version = "2.0.6"
13027source = "registry+https://github.com/rust-lang/crates.io-index"
13028checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13029dependencies = [
13030 "proc-macro2",
13031 "quote",
13032 "syn 2.0.90",
13033]
13034
13035[[package]]
13036name = "thread_local"
13037version = "1.1.8"
13038source = "registry+https://github.com/rust-lang/crates.io-index"
13039checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13040dependencies = [
13041 "cfg-if",
13042 "once_cell",
13043]
13044
13045[[package]]
13046name = "tiff"
13047version = "0.9.1"
13048source = "registry+https://github.com/rust-lang/crates.io-index"
13049checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13050dependencies = [
13051 "flate2",
13052 "jpeg-decoder",
13053 "weezl",
13054]
13055
13056[[package]]
13057name = "tiktoken-rs"
13058version = "0.6.0"
13059source = "registry+https://github.com/rust-lang/crates.io-index"
13060checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13061dependencies = [
13062 "anyhow",
13063 "base64 0.21.7",
13064 "bstr",
13065 "fancy-regex 0.13.0",
13066 "lazy_static",
13067 "parking_lot",
13068 "regex",
13069 "rustc-hash 1.1.0",
13070]
13071
13072[[package]]
13073name = "time"
13074version = "0.3.37"
13075source = "registry+https://github.com/rust-lang/crates.io-index"
13076checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13077dependencies = [
13078 "deranged",
13079 "itoa",
13080 "libc",
13081 "num-conv",
13082 "num_threads",
13083 "powerfmt",
13084 "serde",
13085 "time-core",
13086 "time-macros",
13087]
13088
13089[[package]]
13090name = "time-core"
13091version = "0.1.2"
13092source = "registry+https://github.com/rust-lang/crates.io-index"
13093checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13094
13095[[package]]
13096name = "time-macros"
13097version = "0.2.19"
13098source = "registry+https://github.com/rust-lang/crates.io-index"
13099checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13100dependencies = [
13101 "num-conv",
13102 "time-core",
13103]
13104
13105[[package]]
13106name = "time_format"
13107version = "0.1.0"
13108dependencies = [
13109 "core-foundation 0.9.4",
13110 "core-foundation-sys",
13111 "sys-locale",
13112 "time",
13113]
13114
13115[[package]]
13116name = "tiny-keccak"
13117version = "2.0.2"
13118source = "registry+https://github.com/rust-lang/crates.io-index"
13119checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13120dependencies = [
13121 "crunchy",
13122]
13123
13124[[package]]
13125name = "tiny-skia"
13126version = "0.11.4"
13127source = "registry+https://github.com/rust-lang/crates.io-index"
13128checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13129dependencies = [
13130 "arrayref",
13131 "arrayvec",
13132 "bytemuck",
13133 "cfg-if",
13134 "log",
13135 "png",
13136 "tiny-skia-path",
13137]
13138
13139[[package]]
13140name = "tiny-skia-path"
13141version = "0.11.4"
13142source = "registry+https://github.com/rust-lang/crates.io-index"
13143checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13144dependencies = [
13145 "arrayref",
13146 "bytemuck",
13147 "strict-num",
13148]
13149
13150[[package]]
13151name = "tiny_http"
13152version = "0.8.2"
13153source = "registry+https://github.com/rust-lang/crates.io-index"
13154checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13155dependencies = [
13156 "ascii",
13157 "chrono",
13158 "chunked_transfer",
13159 "log",
13160 "url",
13161]
13162
13163[[package]]
13164name = "tinystr"
13165version = "0.7.6"
13166source = "registry+https://github.com/rust-lang/crates.io-index"
13167checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13168dependencies = [
13169 "displaydoc",
13170 "zerovec",
13171]
13172
13173[[package]]
13174name = "tinytemplate"
13175version = "1.2.1"
13176source = "registry+https://github.com/rust-lang/crates.io-index"
13177checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13178dependencies = [
13179 "serde",
13180 "serde_json",
13181]
13182
13183[[package]]
13184name = "tinyvec"
13185version = "1.8.0"
13186source = "registry+https://github.com/rust-lang/crates.io-index"
13187checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13188dependencies = [
13189 "tinyvec_macros",
13190]
13191
13192[[package]]
13193name = "tinyvec_macros"
13194version = "0.1.1"
13195source = "registry+https://github.com/rust-lang/crates.io-index"
13196checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13197
13198[[package]]
13199name = "title_bar"
13200version = "0.1.0"
13201dependencies = [
13202 "auto_update",
13203 "call",
13204 "client",
13205 "collections",
13206 "feature_flags",
13207 "gpui",
13208 "http_client",
13209 "notifications",
13210 "pretty_assertions",
13211 "project",
13212 "remote",
13213 "rpc",
13214 "schemars",
13215 "serde",
13216 "settings",
13217 "smallvec",
13218 "story",
13219 "telemetry",
13220 "theme",
13221 "tree-sitter-md",
13222 "ui",
13223 "util",
13224 "windows 0.58.0",
13225 "workspace",
13226 "zed_actions",
13227]
13228
13229[[package]]
13230name = "tokio"
13231version = "1.42.0"
13232source = "registry+https://github.com/rust-lang/crates.io-index"
13233checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
13234dependencies = [
13235 "backtrace",
13236 "bytes 1.9.0",
13237 "libc",
13238 "mio 1.0.3",
13239 "parking_lot",
13240 "pin-project-lite",
13241 "signal-hook-registry",
13242 "socket2",
13243 "tokio-macros",
13244 "windows-sys 0.52.0",
13245]
13246
13247[[package]]
13248name = "tokio-io"
13249version = "0.1.13"
13250source = "registry+https://github.com/rust-lang/crates.io-index"
13251checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13252dependencies = [
13253 "bytes 0.4.12",
13254 "futures 0.1.31",
13255 "log",
13256]
13257
13258[[package]]
13259name = "tokio-macros"
13260version = "2.4.0"
13261source = "registry+https://github.com/rust-lang/crates.io-index"
13262checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
13263dependencies = [
13264 "proc-macro2",
13265 "quote",
13266 "syn 2.0.90",
13267]
13268
13269[[package]]
13270name = "tokio-native-tls"
13271version = "0.3.1"
13272source = "registry+https://github.com/rust-lang/crates.io-index"
13273checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13274dependencies = [
13275 "native-tls",
13276 "tokio",
13277]
13278
13279[[package]]
13280name = "tokio-rustls"
13281version = "0.24.1"
13282source = "registry+https://github.com/rust-lang/crates.io-index"
13283checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13284dependencies = [
13285 "rustls 0.21.12",
13286 "tokio",
13287]
13288
13289[[package]]
13290name = "tokio-rustls"
13291version = "0.26.1"
13292source = "registry+https://github.com/rust-lang/crates.io-index"
13293checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13294dependencies = [
13295 "rustls 0.23.20",
13296 "tokio",
13297]
13298
13299[[package]]
13300name = "tokio-socks"
13301version = "0.5.2"
13302source = "registry+https://github.com/rust-lang/crates.io-index"
13303checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13304dependencies = [
13305 "either",
13306 "futures-io",
13307 "futures-util",
13308 "thiserror 1.0.69",
13309 "tokio",
13310]
13311
13312[[package]]
13313name = "tokio-stream"
13314version = "0.1.17"
13315source = "registry+https://github.com/rust-lang/crates.io-index"
13316checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13317dependencies = [
13318 "futures-core",
13319 "pin-project-lite",
13320 "tokio",
13321]
13322
13323[[package]]
13324name = "tokio-tungstenite"
13325version = "0.20.1"
13326source = "registry+https://github.com/rust-lang/crates.io-index"
13327checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13328dependencies = [
13329 "futures-util",
13330 "log",
13331 "rustls 0.21.12",
13332 "rustls-native-certs 0.6.3",
13333 "tokio",
13334 "tokio-rustls 0.24.1",
13335 "tungstenite 0.20.1",
13336]
13337
13338[[package]]
13339name = "tokio-tungstenite"
13340version = "0.21.0"
13341source = "registry+https://github.com/rust-lang/crates.io-index"
13342checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13343dependencies = [
13344 "futures-util",
13345 "log",
13346 "tokio",
13347 "tungstenite 0.21.0",
13348]
13349
13350[[package]]
13351name = "tokio-util"
13352version = "0.7.13"
13353source = "registry+https://github.com/rust-lang/crates.io-index"
13354checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13355dependencies = [
13356 "bytes 1.9.0",
13357 "futures-core",
13358 "futures-io",
13359 "futures-sink",
13360 "pin-project-lite",
13361 "tokio",
13362]
13363
13364[[package]]
13365name = "toml"
13366version = "0.5.11"
13367source = "registry+https://github.com/rust-lang/crates.io-index"
13368checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13369dependencies = [
13370 "serde",
13371]
13372
13373[[package]]
13374name = "toml"
13375version = "0.8.19"
13376source = "registry+https://github.com/rust-lang/crates.io-index"
13377checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13378dependencies = [
13379 "serde",
13380 "serde_spanned",
13381 "toml_datetime",
13382 "toml_edit",
13383]
13384
13385[[package]]
13386name = "toml_datetime"
13387version = "0.6.8"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13390dependencies = [
13391 "serde",
13392]
13393
13394[[package]]
13395name = "toml_edit"
13396version = "0.22.22"
13397source = "registry+https://github.com/rust-lang/crates.io-index"
13398checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13399dependencies = [
13400 "indexmap",
13401 "serde",
13402 "serde_spanned",
13403 "toml_datetime",
13404 "winnow",
13405]
13406
13407[[package]]
13408name = "toolchain_selector"
13409version = "0.1.0"
13410dependencies = [
13411 "editor",
13412 "fuzzy",
13413 "gpui",
13414 "language",
13415 "picker",
13416 "project",
13417 "ui",
13418 "util",
13419 "workspace",
13420]
13421
13422[[package]]
13423name = "topological-sort"
13424version = "0.2.2"
13425source = "registry+https://github.com/rust-lang/crates.io-index"
13426checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13427
13428[[package]]
13429name = "tower"
13430version = "0.4.13"
13431source = "registry+https://github.com/rust-lang/crates.io-index"
13432checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13433dependencies = [
13434 "futures-core",
13435 "futures-util",
13436 "pin-project",
13437 "pin-project-lite",
13438 "tokio",
13439 "tower-layer",
13440 "tower-service",
13441 "tracing",
13442]
13443
13444[[package]]
13445name = "tower-http"
13446version = "0.3.5"
13447source = "registry+https://github.com/rust-lang/crates.io-index"
13448checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13449dependencies = [
13450 "bitflags 1.3.2",
13451 "bytes 1.9.0",
13452 "futures-core",
13453 "futures-util",
13454 "http 0.2.12",
13455 "http-body 0.4.6",
13456 "http-range-header",
13457 "pin-project-lite",
13458 "tower-layer",
13459 "tower-service",
13460]
13461
13462[[package]]
13463name = "tower-http"
13464version = "0.4.4"
13465source = "registry+https://github.com/rust-lang/crates.io-index"
13466checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13467dependencies = [
13468 "bitflags 2.6.0",
13469 "bytes 1.9.0",
13470 "futures-core",
13471 "futures-util",
13472 "http 0.2.12",
13473 "http-body 0.4.6",
13474 "http-range-header",
13475 "pin-project-lite",
13476 "tower-layer",
13477 "tower-service",
13478 "tracing",
13479]
13480
13481[[package]]
13482name = "tower-layer"
13483version = "0.3.3"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13486
13487[[package]]
13488name = "tower-service"
13489version = "0.3.3"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13492
13493[[package]]
13494name = "tracing"
13495version = "0.1.41"
13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13498dependencies = [
13499 "log",
13500 "pin-project-lite",
13501 "tracing-attributes",
13502 "tracing-core",
13503]
13504
13505[[package]]
13506name = "tracing-attributes"
13507version = "0.1.28"
13508source = "registry+https://github.com/rust-lang/crates.io-index"
13509checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13510dependencies = [
13511 "proc-macro2",
13512 "quote",
13513 "syn 2.0.90",
13514]
13515
13516[[package]]
13517name = "tracing-core"
13518version = "0.1.33"
13519source = "registry+https://github.com/rust-lang/crates.io-index"
13520checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13521dependencies = [
13522 "once_cell",
13523 "valuable",
13524]
13525
13526[[package]]
13527name = "tracing-log"
13528version = "0.2.0"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13531dependencies = [
13532 "log",
13533 "once_cell",
13534 "tracing-core",
13535]
13536
13537[[package]]
13538name = "tracing-serde"
13539version = "0.2.0"
13540source = "registry+https://github.com/rust-lang/crates.io-index"
13541checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13542dependencies = [
13543 "serde",
13544 "tracing-core",
13545]
13546
13547[[package]]
13548name = "tracing-subscriber"
13549version = "0.3.19"
13550source = "registry+https://github.com/rust-lang/crates.io-index"
13551checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13552dependencies = [
13553 "matchers",
13554 "nu-ansi-term",
13555 "once_cell",
13556 "regex",
13557 "serde",
13558 "serde_json",
13559 "sharded-slab",
13560 "smallvec",
13561 "thread_local",
13562 "tracing",
13563 "tracing-core",
13564 "tracing-log",
13565 "tracing-serde",
13566]
13567
13568[[package]]
13569name = "tree-sitter"
13570version = "0.23.2"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13573dependencies = [
13574 "cc",
13575 "regex",
13576 "regex-syntax 0.8.5",
13577 "tree-sitter-language",
13578 "wasmtime-c-api-impl",
13579]
13580
13581[[package]]
13582name = "tree-sitter-bash"
13583version = "0.23.3"
13584source = "registry+https://github.com/rust-lang/crates.io-index"
13585checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13586dependencies = [
13587 "cc",
13588 "tree-sitter-language",
13589]
13590
13591[[package]]
13592name = "tree-sitter-c"
13593version = "0.23.4"
13594source = "registry+https://github.com/rust-lang/crates.io-index"
13595checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13596dependencies = [
13597 "cc",
13598 "tree-sitter-language",
13599]
13600
13601[[package]]
13602name = "tree-sitter-cpp"
13603version = "0.23.4"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13606dependencies = [
13607 "cc",
13608 "tree-sitter-language",
13609]
13610
13611[[package]]
13612name = "tree-sitter-css"
13613version = "0.23.1"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "25435a275adb3226b6fddab891bbc50d1a500774a44ceb97022a39666ccda75d"
13616dependencies = [
13617 "cc",
13618 "tree-sitter-language",
13619]
13620
13621[[package]]
13622name = "tree-sitter-diff"
13623version = "0.1.0"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13626dependencies = [
13627 "cc",
13628 "tree-sitter-language",
13629]
13630
13631[[package]]
13632name = "tree-sitter-elixir"
13633version = "0.3.3"
13634source = "registry+https://github.com/rust-lang/crates.io-index"
13635checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13636dependencies = [
13637 "cc",
13638 "tree-sitter-language",
13639]
13640
13641[[package]]
13642name = "tree-sitter-embedded-template"
13643version = "0.23.2"
13644source = "registry+https://github.com/rust-lang/crates.io-index"
13645checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13646dependencies = [
13647 "cc",
13648 "tree-sitter-language",
13649]
13650
13651[[package]]
13652name = "tree-sitter-go"
13653version = "0.23.4"
13654source = "registry+https://github.com/rust-lang/crates.io-index"
13655checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13656dependencies = [
13657 "cc",
13658 "tree-sitter-language",
13659]
13660
13661[[package]]
13662name = "tree-sitter-gomod"
13663version = "1.0.2"
13664source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
13665dependencies = [
13666 "cc",
13667 "tree-sitter-language",
13668]
13669
13670[[package]]
13671name = "tree-sitter-gowork"
13672version = "0.0.1"
13673source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13674dependencies = [
13675 "cc",
13676 "tree-sitter-language",
13677]
13678
13679[[package]]
13680name = "tree-sitter-heex"
13681version = "0.0.1"
13682source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13683dependencies = [
13684 "cc",
13685 "tree-sitter-language",
13686]
13687
13688[[package]]
13689name = "tree-sitter-html"
13690version = "0.20.4"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13693dependencies = [
13694 "cc",
13695 "tree-sitter",
13696]
13697
13698[[package]]
13699name = "tree-sitter-jsdoc"
13700version = "0.23.2"
13701source = "registry+https://github.com/rust-lang/crates.io-index"
13702checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13703dependencies = [
13704 "cc",
13705 "tree-sitter-language",
13706]
13707
13708[[package]]
13709name = "tree-sitter-json"
13710version = "0.24.8"
13711source = "registry+https://github.com/rust-lang/crates.io-index"
13712checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13713dependencies = [
13714 "cc",
13715 "tree-sitter-language",
13716]
13717
13718[[package]]
13719name = "tree-sitter-language"
13720version = "0.1.3"
13721source = "registry+https://github.com/rust-lang/crates.io-index"
13722checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13723
13724[[package]]
13725name = "tree-sitter-md"
13726version = "0.3.2"
13727source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13728dependencies = [
13729 "cc",
13730 "tree-sitter-language",
13731]
13732
13733[[package]]
13734name = "tree-sitter-python"
13735version = "0.23.6"
13736source = "registry+https://github.com/rust-lang/crates.io-index"
13737checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13738dependencies = [
13739 "cc",
13740 "tree-sitter-language",
13741]
13742
13743[[package]]
13744name = "tree-sitter-regex"
13745version = "0.23.0"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13748dependencies = [
13749 "cc",
13750 "tree-sitter-language",
13751]
13752
13753[[package]]
13754name = "tree-sitter-ruby"
13755version = "0.23.1"
13756source = "registry+https://github.com/rust-lang/crates.io-index"
13757checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13758dependencies = [
13759 "cc",
13760 "tree-sitter-language",
13761]
13762
13763[[package]]
13764name = "tree-sitter-rust"
13765version = "0.23.2"
13766source = "registry+https://github.com/rust-lang/crates.io-index"
13767checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13768dependencies = [
13769 "cc",
13770 "tree-sitter-language",
13771]
13772
13773[[package]]
13774name = "tree-sitter-typescript"
13775version = "0.23.2"
13776source = "registry+https://github.com/rust-lang/crates.io-index"
13777checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13778dependencies = [
13779 "cc",
13780 "tree-sitter-language",
13781]
13782
13783[[package]]
13784name = "tree-sitter-yaml"
13785version = "0.6.1"
13786source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13787dependencies = [
13788 "cc",
13789 "tree-sitter-language",
13790]
13791
13792[[package]]
13793name = "try-lock"
13794version = "0.2.5"
13795source = "registry+https://github.com/rust-lang/crates.io-index"
13796checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13797
13798[[package]]
13799name = "ttf-parser"
13800version = "0.21.1"
13801source = "registry+https://github.com/rust-lang/crates.io-index"
13802checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13803
13804[[package]]
13805name = "tungstenite"
13806version = "0.20.1"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13809dependencies = [
13810 "byteorder",
13811 "bytes 1.9.0",
13812 "data-encoding",
13813 "http 0.2.12",
13814 "httparse",
13815 "log",
13816 "rand 0.8.5",
13817 "rustls 0.21.12",
13818 "sha1",
13819 "thiserror 1.0.69",
13820 "url",
13821 "utf-8",
13822]
13823
13824[[package]]
13825name = "tungstenite"
13826version = "0.21.0"
13827source = "registry+https://github.com/rust-lang/crates.io-index"
13828checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13829dependencies = [
13830 "byteorder",
13831 "bytes 1.9.0",
13832 "data-encoding",
13833 "http 1.2.0",
13834 "httparse",
13835 "log",
13836 "native-tls",
13837 "rand 0.8.5",
13838 "sha1",
13839 "thiserror 1.0.69",
13840 "url",
13841 "utf-8",
13842]
13843
13844[[package]]
13845name = "tungstenite"
13846version = "0.24.0"
13847source = "registry+https://github.com/rust-lang/crates.io-index"
13848checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13849dependencies = [
13850 "byteorder",
13851 "bytes 1.9.0",
13852 "data-encoding",
13853 "http 1.2.0",
13854 "httparse",
13855 "log",
13856 "rand 0.8.5",
13857 "sha1",
13858 "thiserror 1.0.69",
13859 "utf-8",
13860]
13861
13862[[package]]
13863name = "typeid"
13864version = "1.0.2"
13865source = "registry+https://github.com/rust-lang/crates.io-index"
13866checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13867
13868[[package]]
13869name = "typenum"
13870version = "1.17.0"
13871source = "registry+https://github.com/rust-lang/crates.io-index"
13872checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13873
13874[[package]]
13875name = "ucd-trie"
13876version = "0.1.7"
13877source = "registry+https://github.com/rust-lang/crates.io-index"
13878checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
13879
13880[[package]]
13881name = "uds_windows"
13882version = "1.1.0"
13883source = "registry+https://github.com/rust-lang/crates.io-index"
13884checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13885dependencies = [
13886 "memoffset",
13887 "tempfile",
13888 "winapi",
13889]
13890
13891[[package]]
13892name = "ui"
13893version = "0.1.0"
13894dependencies = [
13895 "chrono",
13896 "gpui",
13897 "itertools 0.14.0",
13898 "menu",
13899 "serde",
13900 "settings",
13901 "smallvec",
13902 "story",
13903 "strum",
13904 "theme",
13905 "ui_macros",
13906 "windows 0.58.0",
13907]
13908
13909[[package]]
13910name = "ui_input"
13911version = "0.1.0"
13912dependencies = [
13913 "editor",
13914 "gpui",
13915 "settings",
13916 "theme",
13917 "ui",
13918]
13919
13920[[package]]
13921name = "ui_macros"
13922version = "0.1.0"
13923dependencies = [
13924 "convert_case 0.6.0",
13925 "proc-macro2",
13926 "quote",
13927 "syn 1.0.109",
13928]
13929
13930[[package]]
13931name = "unicase"
13932version = "2.8.1"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
13935
13936[[package]]
13937name = "unicode-bidi"
13938version = "0.3.17"
13939source = "registry+https://github.com/rust-lang/crates.io-index"
13940checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
13941
13942[[package]]
13943name = "unicode-bidi-mirroring"
13944version = "0.2.0"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13947
13948[[package]]
13949name = "unicode-ccc"
13950version = "0.2.0"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13953
13954[[package]]
13955name = "unicode-ident"
13956version = "1.0.14"
13957source = "registry+https://github.com/rust-lang/crates.io-index"
13958checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
13959
13960[[package]]
13961name = "unicode-linebreak"
13962version = "0.1.5"
13963source = "registry+https://github.com/rust-lang/crates.io-index"
13964checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13965
13966[[package]]
13967name = "unicode-normalization"
13968version = "0.1.24"
13969source = "registry+https://github.com/rust-lang/crates.io-index"
13970checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
13971dependencies = [
13972 "tinyvec",
13973]
13974
13975[[package]]
13976name = "unicode-properties"
13977version = "0.1.3"
13978source = "registry+https://github.com/rust-lang/crates.io-index"
13979checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
13980
13981[[package]]
13982name = "unicode-script"
13983version = "0.5.7"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
13986
13987[[package]]
13988name = "unicode-segmentation"
13989version = "1.12.0"
13990source = "registry+https://github.com/rust-lang/crates.io-index"
13991checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
13992
13993[[package]]
13994name = "unicode-width"
13995version = "0.1.14"
13996source = "registry+https://github.com/rust-lang/crates.io-index"
13997checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
13998
13999[[package]]
14000name = "unicode-xid"
14001version = "0.2.6"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14004
14005[[package]]
14006name = "unicode_categories"
14007version = "0.1.1"
14008source = "registry+https://github.com/rust-lang/crates.io-index"
14009checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14010
14011[[package]]
14012name = "unindent"
14013version = "0.1.11"
14014source = "registry+https://github.com/rust-lang/crates.io-index"
14015checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14016
14017[[package]]
14018name = "untrusted"
14019version = "0.9.0"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14022
14023[[package]]
14024name = "url"
14025version = "2.5.4"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14028dependencies = [
14029 "form_urlencoded",
14030 "idna",
14031 "percent-encoding",
14032 "serde",
14033]
14034
14035[[package]]
14036name = "urlencoding"
14037version = "2.1.3"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14040
14041[[package]]
14042name = "usvg"
14043version = "0.44.0"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14046dependencies = [
14047 "base64 0.22.1",
14048 "data-url",
14049 "flate2",
14050 "imagesize",
14051 "kurbo",
14052 "log",
14053 "pico-args",
14054 "roxmltree",
14055 "simplecss",
14056 "siphasher 1.0.1",
14057 "strict-num",
14058 "svgtypes",
14059 "tiny-skia-path",
14060 "xmlwriter",
14061]
14062
14063[[package]]
14064name = "utf-8"
14065version = "0.7.6"
14066source = "registry+https://github.com/rust-lang/crates.io-index"
14067checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14068
14069[[package]]
14070name = "utf16_iter"
14071version = "1.0.5"
14072source = "registry+https://github.com/rust-lang/crates.io-index"
14073checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14074
14075[[package]]
14076name = "utf8_iter"
14077version = "1.0.4"
14078source = "registry+https://github.com/rust-lang/crates.io-index"
14079checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14080
14081[[package]]
14082name = "utf8parse"
14083version = "0.2.2"
14084source = "registry+https://github.com/rust-lang/crates.io-index"
14085checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14086
14087[[package]]
14088name = "util"
14089version = "0.1.0"
14090dependencies = [
14091 "anyhow",
14092 "async-fs",
14093 "collections",
14094 "dirs 4.0.0",
14095 "dunce",
14096 "futures 0.3.31",
14097 "futures-lite 1.13.0",
14098 "git2",
14099 "globset",
14100 "itertools 0.14.0",
14101 "libc",
14102 "log",
14103 "rand 0.8.5",
14104 "regex",
14105 "rust-embed",
14106 "serde",
14107 "serde_json",
14108 "smol",
14109 "take-until",
14110 "tempfile",
14111 "tendril",
14112 "unicase",
14113]
14114
14115[[package]]
14116name = "uuid"
14117version = "1.11.0"
14118source = "registry+https://github.com/rust-lang/crates.io-index"
14119checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14120dependencies = [
14121 "getrandom 0.2.15",
14122 "serde",
14123 "sha1_smol",
14124]
14125
14126[[package]]
14127name = "v_frame"
14128version = "0.3.8"
14129source = "registry+https://github.com/rust-lang/crates.io-index"
14130checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14131dependencies = [
14132 "aligned-vec",
14133 "num-traits",
14134 "wasm-bindgen",
14135]
14136
14137[[package]]
14138name = "valuable"
14139version = "0.1.0"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14142
14143[[package]]
14144name = "value-bag"
14145version = "1.10.0"
14146source = "registry+https://github.com/rust-lang/crates.io-index"
14147checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14148dependencies = [
14149 "value-bag-serde1",
14150 "value-bag-sval2",
14151]
14152
14153[[package]]
14154name = "value-bag-serde1"
14155version = "1.10.0"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14158dependencies = [
14159 "erased-serde",
14160 "serde",
14161 "serde_fmt",
14162]
14163
14164[[package]]
14165name = "value-bag-sval2"
14166version = "1.10.0"
14167source = "registry+https://github.com/rust-lang/crates.io-index"
14168checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14169dependencies = [
14170 "sval",
14171 "sval_buffer",
14172 "sval_dynamic",
14173 "sval_fmt",
14174 "sval_json",
14175 "sval_ref",
14176 "sval_serde",
14177]
14178
14179[[package]]
14180name = "vcpkg"
14181version = "0.2.15"
14182source = "registry+https://github.com/rust-lang/crates.io-index"
14183checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14184
14185[[package]]
14186name = "vcs_menu"
14187version = "0.1.0"
14188dependencies = [
14189 "anyhow",
14190 "fuzzy",
14191 "git",
14192 "gpui",
14193 "picker",
14194 "project",
14195 "ui",
14196 "util",
14197 "workspace",
14198 "zed_actions",
14199]
14200
14201[[package]]
14202name = "version-compare"
14203version = "0.2.0"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14206
14207[[package]]
14208name = "version_check"
14209version = "0.9.5"
14210source = "registry+https://github.com/rust-lang/crates.io-index"
14211checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14212
14213[[package]]
14214name = "vim"
14215version = "0.1.0"
14216dependencies = [
14217 "anyhow",
14218 "async-compat",
14219 "async-trait",
14220 "collections",
14221 "command_palette",
14222 "command_palette_hooks",
14223 "editor",
14224 "futures 0.3.31",
14225 "gpui",
14226 "indoc",
14227 "itertools 0.14.0",
14228 "language",
14229 "log",
14230 "lsp",
14231 "multi_buffer",
14232 "nvim-rs",
14233 "parking_lot",
14234 "regex",
14235 "release_channel",
14236 "schemars",
14237 "search",
14238 "serde",
14239 "serde_derive",
14240 "serde_json",
14241 "settings",
14242 "theme",
14243 "tokio",
14244 "ui",
14245 "util",
14246 "vim_mode_setting",
14247 "workspace",
14248 "zed_actions",
14249]
14250
14251[[package]]
14252name = "vim_mode_setting"
14253version = "0.1.0"
14254dependencies = [
14255 "anyhow",
14256 "gpui",
14257 "settings",
14258]
14259
14260[[package]]
14261name = "vscode_theme"
14262version = "0.2.0"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14265dependencies = [
14266 "serde",
14267]
14268
14269[[package]]
14270name = "vsimd"
14271version = "0.8.0"
14272source = "registry+https://github.com/rust-lang/crates.io-index"
14273checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14274
14275[[package]]
14276name = "vswhom"
14277version = "0.1.0"
14278source = "registry+https://github.com/rust-lang/crates.io-index"
14279checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14280dependencies = [
14281 "libc",
14282 "vswhom-sys",
14283]
14284
14285[[package]]
14286name = "vswhom-sys"
14287version = "0.1.2"
14288source = "registry+https://github.com/rust-lang/crates.io-index"
14289checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14290dependencies = [
14291 "cc",
14292 "libc",
14293]
14294
14295[[package]]
14296name = "vte"
14297version = "0.13.0"
14298source = "registry+https://github.com/rust-lang/crates.io-index"
14299checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
14300dependencies = [
14301 "bitflags 2.6.0",
14302 "cursor-icon",
14303 "log",
14304 "serde",
14305 "utf8parse",
14306 "vte_generate_state_changes",
14307]
14308
14309[[package]]
14310name = "vte_generate_state_changes"
14311version = "0.1.2"
14312source = "registry+https://github.com/rust-lang/crates.io-index"
14313checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
14314dependencies = [
14315 "proc-macro2",
14316 "quote",
14317]
14318
14319[[package]]
14320name = "waker-fn"
14321version = "1.2.0"
14322source = "registry+https://github.com/rust-lang/crates.io-index"
14323checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14324
14325[[package]]
14326name = "walkdir"
14327version = "2.5.0"
14328source = "registry+https://github.com/rust-lang/crates.io-index"
14329checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14330dependencies = [
14331 "same-file",
14332 "winapi-util",
14333]
14334
14335[[package]]
14336name = "want"
14337version = "0.3.1"
14338source = "registry+https://github.com/rust-lang/crates.io-index"
14339checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14340dependencies = [
14341 "try-lock",
14342]
14343
14344[[package]]
14345name = "warp"
14346version = "0.3.7"
14347source = "registry+https://github.com/rust-lang/crates.io-index"
14348checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14349dependencies = [
14350 "bytes 1.9.0",
14351 "futures-channel",
14352 "futures-util",
14353 "headers",
14354 "http 0.2.12",
14355 "hyper 0.14.32",
14356 "log",
14357 "mime",
14358 "mime_guess",
14359 "percent-encoding",
14360 "pin-project",
14361 "scoped-tls",
14362 "serde",
14363 "serde_json",
14364 "serde_urlencoded",
14365 "tokio",
14366 "tokio-tungstenite 0.21.0",
14367 "tokio-util",
14368 "tower-service",
14369 "tracing",
14370]
14371
14372[[package]]
14373name = "wasi"
14374version = "0.9.0+wasi-snapshot-preview1"
14375source = "registry+https://github.com/rust-lang/crates.io-index"
14376checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14377
14378[[package]]
14379name = "wasi"
14380version = "0.11.0+wasi-snapshot-preview1"
14381source = "registry+https://github.com/rust-lang/crates.io-index"
14382checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14383
14384[[package]]
14385name = "wasite"
14386version = "0.1.0"
14387source = "registry+https://github.com/rust-lang/crates.io-index"
14388checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14389
14390[[package]]
14391name = "wasm-bindgen"
14392version = "0.2.99"
14393source = "registry+https://github.com/rust-lang/crates.io-index"
14394checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14395dependencies = [
14396 "cfg-if",
14397 "once_cell",
14398 "wasm-bindgen-macro",
14399]
14400
14401[[package]]
14402name = "wasm-bindgen-backend"
14403version = "0.2.99"
14404source = "registry+https://github.com/rust-lang/crates.io-index"
14405checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14406dependencies = [
14407 "bumpalo",
14408 "log",
14409 "proc-macro2",
14410 "quote",
14411 "syn 2.0.90",
14412 "wasm-bindgen-shared",
14413]
14414
14415[[package]]
14416name = "wasm-bindgen-futures"
14417version = "0.4.49"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14420dependencies = [
14421 "cfg-if",
14422 "js-sys",
14423 "once_cell",
14424 "wasm-bindgen",
14425 "web-sys",
14426]
14427
14428[[package]]
14429name = "wasm-bindgen-macro"
14430version = "0.2.99"
14431source = "registry+https://github.com/rust-lang/crates.io-index"
14432checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14433dependencies = [
14434 "quote",
14435 "wasm-bindgen-macro-support",
14436]
14437
14438[[package]]
14439name = "wasm-bindgen-macro-support"
14440version = "0.2.99"
14441source = "registry+https://github.com/rust-lang/crates.io-index"
14442checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14443dependencies = [
14444 "proc-macro2",
14445 "quote",
14446 "syn 2.0.90",
14447 "wasm-bindgen-backend",
14448 "wasm-bindgen-shared",
14449]
14450
14451[[package]]
14452name = "wasm-bindgen-shared"
14453version = "0.2.99"
14454source = "registry+https://github.com/rust-lang/crates.io-index"
14455checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14456
14457[[package]]
14458name = "wasm-encoder"
14459version = "0.201.0"
14460source = "registry+https://github.com/rust-lang/crates.io-index"
14461checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14462dependencies = [
14463 "leb128",
14464]
14465
14466[[package]]
14467name = "wasm-encoder"
14468version = "0.215.0"
14469source = "registry+https://github.com/rust-lang/crates.io-index"
14470checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14471dependencies = [
14472 "leb128",
14473]
14474
14475[[package]]
14476name = "wasm-metadata"
14477version = "0.201.0"
14478source = "registry+https://github.com/rust-lang/crates.io-index"
14479checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14480dependencies = [
14481 "anyhow",
14482 "indexmap",
14483 "serde",
14484 "serde_derive",
14485 "serde_json",
14486 "spdx",
14487 "wasm-encoder 0.201.0",
14488 "wasmparser 0.201.0",
14489]
14490
14491[[package]]
14492name = "wasm-streams"
14493version = "0.4.2"
14494source = "registry+https://github.com/rust-lang/crates.io-index"
14495checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14496dependencies = [
14497 "futures-util",
14498 "js-sys",
14499 "wasm-bindgen",
14500 "wasm-bindgen-futures",
14501 "web-sys",
14502]
14503
14504[[package]]
14505name = "wasmparser"
14506version = "0.201.0"
14507source = "registry+https://github.com/rust-lang/crates.io-index"
14508checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14509dependencies = [
14510 "bitflags 2.6.0",
14511 "indexmap",
14512 "semver",
14513]
14514
14515[[package]]
14516name = "wasmparser"
14517version = "0.215.0"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14520dependencies = [
14521 "ahash 0.8.11",
14522 "bitflags 2.6.0",
14523 "hashbrown 0.14.5",
14524 "indexmap",
14525 "semver",
14526 "serde",
14527]
14528
14529[[package]]
14530name = "wasmprinter"
14531version = "0.215.0"
14532source = "registry+https://github.com/rust-lang/crates.io-index"
14533checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14534dependencies = [
14535 "anyhow",
14536 "termcolor",
14537 "wasmparser 0.215.0",
14538]
14539
14540[[package]]
14541name = "wasmtime"
14542version = "24.0.2"
14543source = "registry+https://github.com/rust-lang/crates.io-index"
14544checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14545dependencies = [
14546 "anyhow",
14547 "async-trait",
14548 "bitflags 2.6.0",
14549 "bumpalo",
14550 "cc",
14551 "cfg-if",
14552 "encoding_rs",
14553 "hashbrown 0.14.5",
14554 "indexmap",
14555 "libc",
14556 "libm",
14557 "log",
14558 "mach2",
14559 "memfd",
14560 "object",
14561 "once_cell",
14562 "paste",
14563 "postcard",
14564 "psm",
14565 "rustix",
14566 "semver",
14567 "serde",
14568 "serde_derive",
14569 "smallvec",
14570 "sptr",
14571 "target-lexicon",
14572 "wasmparser 0.215.0",
14573 "wasmtime-asm-macros",
14574 "wasmtime-component-macro",
14575 "wasmtime-component-util",
14576 "wasmtime-cranelift",
14577 "wasmtime-environ",
14578 "wasmtime-fiber",
14579 "wasmtime-jit-icache-coherence",
14580 "wasmtime-slab",
14581 "wasmtime-versioned-export-macros",
14582 "wasmtime-winch",
14583 "windows-sys 0.52.0",
14584]
14585
14586[[package]]
14587name = "wasmtime-asm-macros"
14588version = "24.0.2"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14591dependencies = [
14592 "cfg-if",
14593]
14594
14595[[package]]
14596name = "wasmtime-c-api-impl"
14597version = "24.0.2"
14598source = "registry+https://github.com/rust-lang/crates.io-index"
14599checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14600dependencies = [
14601 "anyhow",
14602 "log",
14603 "once_cell",
14604 "tracing",
14605 "wasmtime",
14606 "wasmtime-c-api-macros",
14607]
14608
14609[[package]]
14610name = "wasmtime-c-api-macros"
14611version = "24.0.2"
14612source = "registry+https://github.com/rust-lang/crates.io-index"
14613checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14614dependencies = [
14615 "proc-macro2",
14616 "quote",
14617]
14618
14619[[package]]
14620name = "wasmtime-component-macro"
14621version = "24.0.2"
14622source = "registry+https://github.com/rust-lang/crates.io-index"
14623checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14624dependencies = [
14625 "anyhow",
14626 "proc-macro2",
14627 "quote",
14628 "syn 2.0.90",
14629 "wasmtime-component-util",
14630 "wasmtime-wit-bindgen",
14631 "wit-parser 0.215.0",
14632]
14633
14634[[package]]
14635name = "wasmtime-component-util"
14636version = "24.0.2"
14637source = "registry+https://github.com/rust-lang/crates.io-index"
14638checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14639
14640[[package]]
14641name = "wasmtime-cranelift"
14642version = "24.0.2"
14643source = "registry+https://github.com/rust-lang/crates.io-index"
14644checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14645dependencies = [
14646 "anyhow",
14647 "cfg-if",
14648 "cranelift-codegen",
14649 "cranelift-control",
14650 "cranelift-entity",
14651 "cranelift-frontend",
14652 "cranelift-native",
14653 "cranelift-wasm",
14654 "gimli 0.29.0",
14655 "log",
14656 "object",
14657 "target-lexicon",
14658 "thiserror 1.0.69",
14659 "wasmparser 0.215.0",
14660 "wasmtime-environ",
14661 "wasmtime-versioned-export-macros",
14662]
14663
14664[[package]]
14665name = "wasmtime-environ"
14666version = "24.0.2"
14667source = "registry+https://github.com/rust-lang/crates.io-index"
14668checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14669dependencies = [
14670 "anyhow",
14671 "cpp_demangle",
14672 "cranelift-bitset",
14673 "cranelift-entity",
14674 "gimli 0.29.0",
14675 "indexmap",
14676 "log",
14677 "object",
14678 "postcard",
14679 "rustc-demangle",
14680 "semver",
14681 "serde",
14682 "serde_derive",
14683 "target-lexicon",
14684 "wasm-encoder 0.215.0",
14685 "wasmparser 0.215.0",
14686 "wasmprinter",
14687 "wasmtime-component-util",
14688 "wasmtime-types",
14689]
14690
14691[[package]]
14692name = "wasmtime-fiber"
14693version = "24.0.2"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14696dependencies = [
14697 "anyhow",
14698 "cc",
14699 "cfg-if",
14700 "rustix",
14701 "wasmtime-asm-macros",
14702 "wasmtime-versioned-export-macros",
14703 "windows-sys 0.52.0",
14704]
14705
14706[[package]]
14707name = "wasmtime-jit-icache-coherence"
14708version = "24.0.2"
14709source = "registry+https://github.com/rust-lang/crates.io-index"
14710checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14711dependencies = [
14712 "anyhow",
14713 "cfg-if",
14714 "libc",
14715 "windows-sys 0.52.0",
14716]
14717
14718[[package]]
14719name = "wasmtime-slab"
14720version = "24.0.2"
14721source = "registry+https://github.com/rust-lang/crates.io-index"
14722checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14723
14724[[package]]
14725name = "wasmtime-types"
14726version = "24.0.2"
14727source = "registry+https://github.com/rust-lang/crates.io-index"
14728checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14729dependencies = [
14730 "anyhow",
14731 "cranelift-entity",
14732 "serde",
14733 "serde_derive",
14734 "smallvec",
14735 "wasmparser 0.215.0",
14736]
14737
14738[[package]]
14739name = "wasmtime-versioned-export-macros"
14740version = "24.0.2"
14741source = "registry+https://github.com/rust-lang/crates.io-index"
14742checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14743dependencies = [
14744 "proc-macro2",
14745 "quote",
14746 "syn 2.0.90",
14747]
14748
14749[[package]]
14750name = "wasmtime-wasi"
14751version = "24.0.2"
14752source = "registry+https://github.com/rust-lang/crates.io-index"
14753checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14754dependencies = [
14755 "anyhow",
14756 "async-trait",
14757 "bitflags 2.6.0",
14758 "bytes 1.9.0",
14759 "cap-fs-ext",
14760 "cap-net-ext",
14761 "cap-rand",
14762 "cap-std",
14763 "cap-time-ext",
14764 "fs-set-times",
14765 "futures 0.3.31",
14766 "io-extras",
14767 "io-lifetimes",
14768 "once_cell",
14769 "rustix",
14770 "system-interface",
14771 "thiserror 1.0.69",
14772 "tokio",
14773 "tracing",
14774 "url",
14775 "wasmtime",
14776 "wiggle",
14777 "windows-sys 0.52.0",
14778]
14779
14780[[package]]
14781name = "wasmtime-winch"
14782version = "24.0.2"
14783source = "registry+https://github.com/rust-lang/crates.io-index"
14784checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14785dependencies = [
14786 "anyhow",
14787 "cranelift-codegen",
14788 "gimli 0.29.0",
14789 "object",
14790 "target-lexicon",
14791 "wasmparser 0.215.0",
14792 "wasmtime-cranelift",
14793 "wasmtime-environ",
14794 "winch-codegen",
14795]
14796
14797[[package]]
14798name = "wasmtime-wit-bindgen"
14799version = "24.0.2"
14800source = "registry+https://github.com/rust-lang/crates.io-index"
14801checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14802dependencies = [
14803 "anyhow",
14804 "heck 0.4.1",
14805 "indexmap",
14806 "wit-parser 0.215.0",
14807]
14808
14809[[package]]
14810name = "wast"
14811version = "35.0.2"
14812source = "registry+https://github.com/rust-lang/crates.io-index"
14813checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14814dependencies = [
14815 "leb128",
14816]
14817
14818[[package]]
14819name = "wayland-backend"
14820version = "0.3.7"
14821source = "registry+https://github.com/rust-lang/crates.io-index"
14822checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
14823dependencies = [
14824 "cc",
14825 "downcast-rs",
14826 "rustix",
14827 "scoped-tls",
14828 "smallvec",
14829 "wayland-sys",
14830]
14831
14832[[package]]
14833name = "wayland-client"
14834version = "0.31.7"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
14837dependencies = [
14838 "bitflags 2.6.0",
14839 "rustix",
14840 "wayland-backend",
14841 "wayland-scanner",
14842]
14843
14844[[package]]
14845name = "wayland-cursor"
14846version = "0.31.7"
14847source = "registry+https://github.com/rust-lang/crates.io-index"
14848checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
14849dependencies = [
14850 "rustix",
14851 "wayland-client",
14852 "xcursor",
14853]
14854
14855[[package]]
14856name = "wayland-protocols"
14857version = "0.31.2"
14858source = "registry+https://github.com/rust-lang/crates.io-index"
14859checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14860dependencies = [
14861 "bitflags 2.6.0",
14862 "wayland-backend",
14863 "wayland-client",
14864 "wayland-scanner",
14865]
14866
14867[[package]]
14868name = "wayland-protocols-plasma"
14869version = "0.2.0"
14870source = "registry+https://github.com/rust-lang/crates.io-index"
14871checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14872dependencies = [
14873 "bitflags 2.6.0",
14874 "wayland-backend",
14875 "wayland-client",
14876 "wayland-protocols",
14877 "wayland-scanner",
14878]
14879
14880[[package]]
14881name = "wayland-scanner"
14882version = "0.31.5"
14883source = "registry+https://github.com/rust-lang/crates.io-index"
14884checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
14885dependencies = [
14886 "proc-macro2",
14887 "quick-xml 0.36.2",
14888 "quote",
14889]
14890
14891[[package]]
14892name = "wayland-sys"
14893version = "0.31.5"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
14896dependencies = [
14897 "dlib",
14898 "log",
14899 "once_cell",
14900 "pkg-config",
14901]
14902
14903[[package]]
14904name = "web-sys"
14905version = "0.3.76"
14906source = "registry+https://github.com/rust-lang/crates.io-index"
14907checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
14908dependencies = [
14909 "js-sys",
14910 "wasm-bindgen",
14911]
14912
14913[[package]]
14914name = "web-time"
14915version = "1.1.0"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
14918dependencies = [
14919 "js-sys",
14920 "wasm-bindgen",
14921]
14922
14923[[package]]
14924name = "webpki"
14925version = "0.22.4"
14926source = "registry+https://github.com/rust-lang/crates.io-index"
14927checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14928dependencies = [
14929 "ring",
14930 "untrusted",
14931]
14932
14933[[package]]
14934name = "webpki-roots"
14935version = "0.22.6"
14936source = "registry+https://github.com/rust-lang/crates.io-index"
14937checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14938dependencies = [
14939 "webpki",
14940]
14941
14942[[package]]
14943name = "webpki-roots"
14944version = "0.26.7"
14945source = "registry+https://github.com/rust-lang/crates.io-index"
14946checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
14947dependencies = [
14948 "rustls-pki-types",
14949]
14950
14951[[package]]
14952name = "webrtc-sys"
14953version = "0.3.5"
14954source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
14955dependencies = [
14956 "cc",
14957 "cxx",
14958 "cxx-build",
14959 "glob",
14960 "log",
14961 "webrtc-sys-build",
14962]
14963
14964[[package]]
14965name = "webrtc-sys-build"
14966version = "0.3.5"
14967source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
14968dependencies = [
14969 "fs2",
14970 "regex",
14971 "reqwest 0.11.27",
14972 "scratch",
14973 "semver",
14974 "zip",
14975]
14976
14977[[package]]
14978name = "weezl"
14979version = "0.1.8"
14980source = "registry+https://github.com/rust-lang/crates.io-index"
14981checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14982
14983[[package]]
14984name = "welcome"
14985version = "0.1.0"
14986dependencies = [
14987 "anyhow",
14988 "client",
14989 "copilot",
14990 "db",
14991 "editor",
14992 "fuzzy",
14993 "gpui",
14994 "install_cli",
14995 "picker",
14996 "project",
14997 "schemars",
14998 "serde",
14999 "settings",
15000 "telemetry",
15001 "ui",
15002 "util",
15003 "vim_mode_setting",
15004 "workspace",
15005 "zed_actions",
15006]
15007
15008[[package]]
15009name = "which"
15010version = "4.4.2"
15011source = "registry+https://github.com/rust-lang/crates.io-index"
15012checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15013dependencies = [
15014 "either",
15015 "home",
15016 "once_cell",
15017 "rustix",
15018]
15019
15020[[package]]
15021name = "which"
15022version = "6.0.3"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15025dependencies = [
15026 "either",
15027 "home",
15028 "rustix",
15029 "winsafe",
15030]
15031
15032[[package]]
15033name = "whoami"
15034version = "1.5.2"
15035source = "registry+https://github.com/rust-lang/crates.io-index"
15036checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15037dependencies = [
15038 "redox_syscall 0.5.8",
15039 "wasite",
15040]
15041
15042[[package]]
15043name = "wiggle"
15044version = "24.0.2"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15047dependencies = [
15048 "anyhow",
15049 "async-trait",
15050 "bitflags 2.6.0",
15051 "thiserror 1.0.69",
15052 "tracing",
15053 "wasmtime",
15054 "wiggle-macro",
15055]
15056
15057[[package]]
15058name = "wiggle-generate"
15059version = "24.0.2"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15062dependencies = [
15063 "anyhow",
15064 "heck 0.4.1",
15065 "proc-macro2",
15066 "quote",
15067 "shellexpand 2.1.2",
15068 "syn 2.0.90",
15069 "witx",
15070]
15071
15072[[package]]
15073name = "wiggle-macro"
15074version = "24.0.2"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15077dependencies = [
15078 "proc-macro2",
15079 "quote",
15080 "syn 2.0.90",
15081 "wiggle-generate",
15082]
15083
15084[[package]]
15085name = "winapi"
15086version = "0.3.9"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15089dependencies = [
15090 "winapi-i686-pc-windows-gnu",
15091 "winapi-x86_64-pc-windows-gnu",
15092]
15093
15094[[package]]
15095name = "winapi-i686-pc-windows-gnu"
15096version = "0.4.0"
15097source = "registry+https://github.com/rust-lang/crates.io-index"
15098checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15099
15100[[package]]
15101name = "winapi-util"
15102version = "0.1.9"
15103source = "registry+https://github.com/rust-lang/crates.io-index"
15104checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15105dependencies = [
15106 "windows-sys 0.59.0",
15107]
15108
15109[[package]]
15110name = "winapi-x86_64-pc-windows-gnu"
15111version = "0.4.0"
15112source = "registry+https://github.com/rust-lang/crates.io-index"
15113checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15114
15115[[package]]
15116name = "winch-codegen"
15117version = "0.22.2"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15120dependencies = [
15121 "anyhow",
15122 "cranelift-codegen",
15123 "gimli 0.29.0",
15124 "regalloc2",
15125 "smallvec",
15126 "target-lexicon",
15127 "wasmparser 0.215.0",
15128 "wasmtime-cranelift",
15129 "wasmtime-environ",
15130]
15131
15132[[package]]
15133name = "windows"
15134version = "0.54.0"
15135source = "registry+https://github.com/rust-lang/crates.io-index"
15136checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15137dependencies = [
15138 "windows-core 0.54.0",
15139 "windows-targets 0.52.6",
15140]
15141
15142[[package]]
15143name = "windows"
15144version = "0.57.0"
15145source = "registry+https://github.com/rust-lang/crates.io-index"
15146checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15147dependencies = [
15148 "windows-core 0.57.0",
15149 "windows-targets 0.52.6",
15150]
15151
15152[[package]]
15153name = "windows"
15154version = "0.58.0"
15155source = "registry+https://github.com/rust-lang/crates.io-index"
15156checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15157dependencies = [
15158 "windows-core 0.58.0",
15159 "windows-targets 0.52.6",
15160]
15161
15162[[package]]
15163name = "windows-core"
15164version = "0.52.0"
15165source = "registry+https://github.com/rust-lang/crates.io-index"
15166checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15167dependencies = [
15168 "windows-targets 0.52.6",
15169]
15170
15171[[package]]
15172name = "windows-core"
15173version = "0.54.0"
15174source = "registry+https://github.com/rust-lang/crates.io-index"
15175checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15176dependencies = [
15177 "windows-result 0.1.2",
15178 "windows-targets 0.52.6",
15179]
15180
15181[[package]]
15182name = "windows-core"
15183version = "0.57.0"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15186dependencies = [
15187 "windows-implement 0.57.0",
15188 "windows-interface 0.57.0",
15189 "windows-result 0.1.2",
15190 "windows-targets 0.52.6",
15191]
15192
15193[[package]]
15194name = "windows-core"
15195version = "0.58.0"
15196source = "registry+https://github.com/rust-lang/crates.io-index"
15197checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15198dependencies = [
15199 "windows-implement 0.58.0",
15200 "windows-interface 0.58.0",
15201 "windows-result 0.2.0",
15202 "windows-strings",
15203 "windows-targets 0.52.6",
15204]
15205
15206[[package]]
15207name = "windows-implement"
15208version = "0.57.0"
15209source = "registry+https://github.com/rust-lang/crates.io-index"
15210checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15211dependencies = [
15212 "proc-macro2",
15213 "quote",
15214 "syn 2.0.90",
15215]
15216
15217[[package]]
15218name = "windows-implement"
15219version = "0.58.0"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15222dependencies = [
15223 "proc-macro2",
15224 "quote",
15225 "syn 2.0.90",
15226]
15227
15228[[package]]
15229name = "windows-interface"
15230version = "0.57.0"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15233dependencies = [
15234 "proc-macro2",
15235 "quote",
15236 "syn 2.0.90",
15237]
15238
15239[[package]]
15240name = "windows-interface"
15241version = "0.58.0"
15242source = "registry+https://github.com/rust-lang/crates.io-index"
15243checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15244dependencies = [
15245 "proc-macro2",
15246 "quote",
15247 "syn 2.0.90",
15248]
15249
15250[[package]]
15251name = "windows-registry"
15252version = "0.2.0"
15253source = "registry+https://github.com/rust-lang/crates.io-index"
15254checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15255dependencies = [
15256 "windows-result 0.2.0",
15257 "windows-strings",
15258 "windows-targets 0.52.6",
15259]
15260
15261[[package]]
15262name = "windows-result"
15263version = "0.1.2"
15264source = "registry+https://github.com/rust-lang/crates.io-index"
15265checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15266dependencies = [
15267 "windows-targets 0.52.6",
15268]
15269
15270[[package]]
15271name = "windows-result"
15272version = "0.2.0"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15275dependencies = [
15276 "windows-targets 0.52.6",
15277]
15278
15279[[package]]
15280name = "windows-strings"
15281version = "0.1.0"
15282source = "registry+https://github.com/rust-lang/crates.io-index"
15283checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15284dependencies = [
15285 "windows-result 0.2.0",
15286 "windows-targets 0.52.6",
15287]
15288
15289[[package]]
15290name = "windows-sys"
15291version = "0.45.0"
15292source = "registry+https://github.com/rust-lang/crates.io-index"
15293checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15294dependencies = [
15295 "windows-targets 0.42.2",
15296]
15297
15298[[package]]
15299name = "windows-sys"
15300version = "0.48.0"
15301source = "registry+https://github.com/rust-lang/crates.io-index"
15302checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15303dependencies = [
15304 "windows-targets 0.48.5",
15305]
15306
15307[[package]]
15308name = "windows-sys"
15309version = "0.52.0"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15312dependencies = [
15313 "windows-targets 0.52.6",
15314]
15315
15316[[package]]
15317name = "windows-sys"
15318version = "0.59.0"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15321dependencies = [
15322 "windows-targets 0.52.6",
15323]
15324
15325[[package]]
15326name = "windows-targets"
15327version = "0.42.2"
15328source = "registry+https://github.com/rust-lang/crates.io-index"
15329checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15330dependencies = [
15331 "windows_aarch64_gnullvm 0.42.2",
15332 "windows_aarch64_msvc 0.42.2",
15333 "windows_i686_gnu 0.42.2",
15334 "windows_i686_msvc 0.42.2",
15335 "windows_x86_64_gnu 0.42.2",
15336 "windows_x86_64_gnullvm 0.42.2",
15337 "windows_x86_64_msvc 0.42.2",
15338]
15339
15340[[package]]
15341name = "windows-targets"
15342version = "0.48.5"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15345dependencies = [
15346 "windows_aarch64_gnullvm 0.48.5",
15347 "windows_aarch64_msvc 0.48.5",
15348 "windows_i686_gnu 0.48.5",
15349 "windows_i686_msvc 0.48.5",
15350 "windows_x86_64_gnu 0.48.5",
15351 "windows_x86_64_gnullvm 0.48.5",
15352 "windows_x86_64_msvc 0.48.5",
15353]
15354
15355[[package]]
15356name = "windows-targets"
15357version = "0.52.6"
15358source = "registry+https://github.com/rust-lang/crates.io-index"
15359checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15360dependencies = [
15361 "windows_aarch64_gnullvm 0.52.6",
15362 "windows_aarch64_msvc 0.52.6",
15363 "windows_i686_gnu 0.52.6",
15364 "windows_i686_gnullvm",
15365 "windows_i686_msvc 0.52.6",
15366 "windows_x86_64_gnu 0.52.6",
15367 "windows_x86_64_gnullvm 0.52.6",
15368 "windows_x86_64_msvc 0.52.6",
15369]
15370
15371[[package]]
15372name = "windows_aarch64_gnullvm"
15373version = "0.42.2"
15374source = "registry+https://github.com/rust-lang/crates.io-index"
15375checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15376
15377[[package]]
15378name = "windows_aarch64_gnullvm"
15379version = "0.48.5"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15382
15383[[package]]
15384name = "windows_aarch64_gnullvm"
15385version = "0.52.6"
15386source = "registry+https://github.com/rust-lang/crates.io-index"
15387checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15388
15389[[package]]
15390name = "windows_aarch64_msvc"
15391version = "0.42.2"
15392source = "registry+https://github.com/rust-lang/crates.io-index"
15393checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15394
15395[[package]]
15396name = "windows_aarch64_msvc"
15397version = "0.48.5"
15398source = "registry+https://github.com/rust-lang/crates.io-index"
15399checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15400
15401[[package]]
15402name = "windows_aarch64_msvc"
15403version = "0.52.6"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15406
15407[[package]]
15408name = "windows_i686_gnu"
15409version = "0.42.2"
15410source = "registry+https://github.com/rust-lang/crates.io-index"
15411checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15412
15413[[package]]
15414name = "windows_i686_gnu"
15415version = "0.48.5"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15418
15419[[package]]
15420name = "windows_i686_gnu"
15421version = "0.52.6"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15424
15425[[package]]
15426name = "windows_i686_gnullvm"
15427version = "0.52.6"
15428source = "registry+https://github.com/rust-lang/crates.io-index"
15429checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15430
15431[[package]]
15432name = "windows_i686_msvc"
15433version = "0.42.2"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15436
15437[[package]]
15438name = "windows_i686_msvc"
15439version = "0.48.5"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15442
15443[[package]]
15444name = "windows_i686_msvc"
15445version = "0.52.6"
15446source = "registry+https://github.com/rust-lang/crates.io-index"
15447checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15448
15449[[package]]
15450name = "windows_x86_64_gnu"
15451version = "0.42.2"
15452source = "registry+https://github.com/rust-lang/crates.io-index"
15453checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15454
15455[[package]]
15456name = "windows_x86_64_gnu"
15457version = "0.48.5"
15458source = "registry+https://github.com/rust-lang/crates.io-index"
15459checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15460
15461[[package]]
15462name = "windows_x86_64_gnu"
15463version = "0.52.6"
15464source = "registry+https://github.com/rust-lang/crates.io-index"
15465checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15466
15467[[package]]
15468name = "windows_x86_64_gnullvm"
15469version = "0.42.2"
15470source = "registry+https://github.com/rust-lang/crates.io-index"
15471checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15472
15473[[package]]
15474name = "windows_x86_64_gnullvm"
15475version = "0.48.5"
15476source = "registry+https://github.com/rust-lang/crates.io-index"
15477checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15478
15479[[package]]
15480name = "windows_x86_64_gnullvm"
15481version = "0.52.6"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15484
15485[[package]]
15486name = "windows_x86_64_msvc"
15487version = "0.42.2"
15488source = "registry+https://github.com/rust-lang/crates.io-index"
15489checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15490
15491[[package]]
15492name = "windows_x86_64_msvc"
15493version = "0.48.5"
15494source = "registry+https://github.com/rust-lang/crates.io-index"
15495checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15496
15497[[package]]
15498name = "windows_x86_64_msvc"
15499version = "0.52.6"
15500source = "registry+https://github.com/rust-lang/crates.io-index"
15501checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15502
15503[[package]]
15504name = "winnow"
15505version = "0.6.20"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15508dependencies = [
15509 "memchr",
15510]
15511
15512[[package]]
15513name = "winreg"
15514version = "0.50.0"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15517dependencies = [
15518 "cfg-if",
15519 "windows-sys 0.48.0",
15520]
15521
15522[[package]]
15523name = "winreg"
15524version = "0.52.0"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15527dependencies = [
15528 "cfg-if",
15529 "windows-sys 0.48.0",
15530]
15531
15532[[package]]
15533name = "winresource"
15534version = "0.1.19"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15537dependencies = [
15538 "toml 0.8.19",
15539 "version_check",
15540]
15541
15542[[package]]
15543name = "winsafe"
15544version = "0.0.19"
15545source = "registry+https://github.com/rust-lang/crates.io-index"
15546checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15547
15548[[package]]
15549name = "winx"
15550version = "0.36.4"
15551source = "registry+https://github.com/rust-lang/crates.io-index"
15552checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15553dependencies = [
15554 "bitflags 2.6.0",
15555 "windows-sys 0.59.0",
15556]
15557
15558[[package]]
15559name = "wio"
15560version = "0.2.2"
15561source = "registry+https://github.com/rust-lang/crates.io-index"
15562checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15563dependencies = [
15564 "winapi",
15565]
15566
15567[[package]]
15568name = "wit-bindgen"
15569version = "0.22.0"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15572dependencies = [
15573 "bitflags 2.6.0",
15574 "wit-bindgen-rt",
15575 "wit-bindgen-rust-macro",
15576]
15577
15578[[package]]
15579name = "wit-bindgen-core"
15580version = "0.22.0"
15581source = "registry+https://github.com/rust-lang/crates.io-index"
15582checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15583dependencies = [
15584 "anyhow",
15585 "wit-parser 0.201.0",
15586]
15587
15588[[package]]
15589name = "wit-bindgen-rt"
15590version = "0.22.0"
15591source = "registry+https://github.com/rust-lang/crates.io-index"
15592checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15593
15594[[package]]
15595name = "wit-bindgen-rust"
15596version = "0.22.0"
15597source = "registry+https://github.com/rust-lang/crates.io-index"
15598checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15599dependencies = [
15600 "anyhow",
15601 "heck 0.4.1",
15602 "indexmap",
15603 "wasm-metadata",
15604 "wit-bindgen-core",
15605 "wit-component",
15606]
15607
15608[[package]]
15609name = "wit-bindgen-rust-macro"
15610version = "0.22.0"
15611source = "registry+https://github.com/rust-lang/crates.io-index"
15612checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15613dependencies = [
15614 "anyhow",
15615 "proc-macro2",
15616 "quote",
15617 "syn 2.0.90",
15618 "wit-bindgen-core",
15619 "wit-bindgen-rust",
15620]
15621
15622[[package]]
15623name = "wit-component"
15624version = "0.201.0"
15625source = "registry+https://github.com/rust-lang/crates.io-index"
15626checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15627dependencies = [
15628 "anyhow",
15629 "bitflags 2.6.0",
15630 "indexmap",
15631 "log",
15632 "serde",
15633 "serde_derive",
15634 "serde_json",
15635 "wasm-encoder 0.201.0",
15636 "wasm-metadata",
15637 "wasmparser 0.201.0",
15638 "wit-parser 0.201.0",
15639]
15640
15641[[package]]
15642name = "wit-parser"
15643version = "0.201.0"
15644source = "registry+https://github.com/rust-lang/crates.io-index"
15645checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15646dependencies = [
15647 "anyhow",
15648 "id-arena",
15649 "indexmap",
15650 "log",
15651 "semver",
15652 "serde",
15653 "serde_derive",
15654 "serde_json",
15655 "unicode-xid",
15656 "wasmparser 0.201.0",
15657]
15658
15659[[package]]
15660name = "wit-parser"
15661version = "0.215.0"
15662source = "registry+https://github.com/rust-lang/crates.io-index"
15663checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15664dependencies = [
15665 "anyhow",
15666 "id-arena",
15667 "indexmap",
15668 "log",
15669 "semver",
15670 "serde",
15671 "serde_derive",
15672 "serde_json",
15673 "unicode-xid",
15674 "wasmparser 0.215.0",
15675]
15676
15677[[package]]
15678name = "witx"
15679version = "0.9.1"
15680source = "registry+https://github.com/rust-lang/crates.io-index"
15681checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15682dependencies = [
15683 "anyhow",
15684 "log",
15685 "thiserror 1.0.69",
15686 "wast",
15687]
15688
15689[[package]]
15690name = "workspace"
15691version = "0.1.0"
15692dependencies = [
15693 "any_vec",
15694 "anyhow",
15695 "async-recursion 1.1.1",
15696 "bincode",
15697 "call",
15698 "client",
15699 "clock",
15700 "collections",
15701 "db",
15702 "derive_more",
15703 "env_logger 0.11.6",
15704 "fs",
15705 "futures 0.3.31",
15706 "gpui",
15707 "http_client",
15708 "itertools 0.14.0",
15709 "language",
15710 "log",
15711 "node_runtime",
15712 "parking_lot",
15713 "postage",
15714 "project",
15715 "remote",
15716 "schemars",
15717 "serde",
15718 "serde_json",
15719 "session",
15720 "settings",
15721 "smallvec",
15722 "sqlez",
15723 "strum",
15724 "task",
15725 "tempfile",
15726 "theme",
15727 "ui",
15728 "util",
15729 "uuid",
15730]
15731
15732[[package]]
15733name = "worktree"
15734version = "0.1.0"
15735dependencies = [
15736 "anyhow",
15737 "clock",
15738 "collections",
15739 "env_logger 0.11.6",
15740 "fs",
15741 "futures 0.3.31",
15742 "fuzzy",
15743 "git",
15744 "git2",
15745 "git_hosting_providers",
15746 "gpui",
15747 "http_client",
15748 "ignore",
15749 "language",
15750 "log",
15751 "parking_lot",
15752 "paths",
15753 "postage",
15754 "pretty_assertions",
15755 "rand 0.8.5",
15756 "rpc",
15757 "schemars",
15758 "serde",
15759 "serde_json",
15760 "settings",
15761 "smallvec",
15762 "smol",
15763 "sum_tree",
15764 "text",
15765 "util",
15766]
15767
15768[[package]]
15769name = "write16"
15770version = "1.0.0"
15771source = "registry+https://github.com/rust-lang/crates.io-index"
15772checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15773
15774[[package]]
15775name = "writeable"
15776version = "0.5.5"
15777source = "registry+https://github.com/rust-lang/crates.io-index"
15778checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15779
15780[[package]]
15781name = "wyz"
15782version = "0.5.1"
15783source = "registry+https://github.com/rust-lang/crates.io-index"
15784checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15785dependencies = [
15786 "tap",
15787]
15788
15789[[package]]
15790name = "x11-clipboard"
15791version = "0.9.3"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15794dependencies = [
15795 "libc",
15796 "x11rb",
15797]
15798
15799[[package]]
15800name = "x11rb"
15801version = "0.13.1"
15802source = "registry+https://github.com/rust-lang/crates.io-index"
15803checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15804dependencies = [
15805 "as-raw-xcb-connection",
15806 "gethostname",
15807 "libc",
15808 "rustix",
15809 "x11rb-protocol",
15810]
15811
15812[[package]]
15813name = "x11rb-protocol"
15814version = "0.13.1"
15815source = "registry+https://github.com/rust-lang/crates.io-index"
15816checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15817
15818[[package]]
15819name = "xattr"
15820version = "0.2.3"
15821source = "registry+https://github.com/rust-lang/crates.io-index"
15822checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15823dependencies = [
15824 "libc",
15825]
15826
15827[[package]]
15828name = "xcursor"
15829version = "0.3.8"
15830source = "registry+https://github.com/rust-lang/crates.io-index"
15831checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15832
15833[[package]]
15834name = "xdg-home"
15835version = "1.3.0"
15836source = "registry+https://github.com/rust-lang/crates.io-index"
15837checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
15838dependencies = [
15839 "libc",
15840 "windows-sys 0.59.0",
15841]
15842
15843[[package]]
15844name = "xim"
15845version = "0.4.0"
15846source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15847dependencies = [
15848 "ahash 0.8.11",
15849 "hashbrown 0.14.5",
15850 "log",
15851 "x11rb",
15852 "xim-ctext",
15853 "xim-parser",
15854]
15855
15856[[package]]
15857name = "xim-ctext"
15858version = "0.3.0"
15859source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15860dependencies = [
15861 "encoding_rs",
15862]
15863
15864[[package]]
15865name = "xim-parser"
15866version = "0.2.1"
15867source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15868dependencies = [
15869 "bitflags 2.6.0",
15870]
15871
15872[[package]]
15873name = "xkbcommon"
15874version = "0.7.0"
15875source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
15876dependencies = [
15877 "as-raw-xcb-connection",
15878 "libc",
15879 "memmap2",
15880 "xkeysym",
15881]
15882
15883[[package]]
15884name = "xkeysym"
15885version = "0.2.1"
15886source = "registry+https://github.com/rust-lang/crates.io-index"
15887checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
15888
15889[[package]]
15890name = "xml5ever"
15891version = "0.18.1"
15892source = "registry+https://github.com/rust-lang/crates.io-index"
15893checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
15894dependencies = [
15895 "log",
15896 "mac",
15897 "markup5ever",
15898]
15899
15900[[package]]
15901name = "xmlparser"
15902version = "0.13.6"
15903source = "registry+https://github.com/rust-lang/crates.io-index"
15904checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
15905
15906[[package]]
15907name = "xmlwriter"
15908version = "0.1.0"
15909source = "registry+https://github.com/rust-lang/crates.io-index"
15910checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
15911
15912[[package]]
15913name = "xtask"
15914version = "0.1.0"
15915dependencies = [
15916 "anyhow",
15917 "cargo_metadata",
15918 "cargo_toml",
15919 "clap",
15920]
15921
15922[[package]]
15923name = "yaml-rust2"
15924version = "0.8.1"
15925source = "registry+https://github.com/rust-lang/crates.io-index"
15926checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
15927dependencies = [
15928 "arraydeque",
15929 "encoding_rs",
15930 "hashlink 0.8.4",
15931]
15932
15933[[package]]
15934name = "yansi"
15935version = "1.0.1"
15936source = "registry+https://github.com/rust-lang/crates.io-index"
15937checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
15938
15939[[package]]
15940name = "yazi"
15941version = "0.1.6"
15942source = "registry+https://github.com/rust-lang/crates.io-index"
15943checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
15944
15945[[package]]
15946name = "yeslogic-fontconfig-sys"
15947version = "6.0.0"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
15950dependencies = [
15951 "dlib",
15952 "once_cell",
15953 "pkg-config",
15954]
15955
15956[[package]]
15957name = "yoke"
15958version = "0.7.5"
15959source = "registry+https://github.com/rust-lang/crates.io-index"
15960checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
15961dependencies = [
15962 "serde",
15963 "stable_deref_trait",
15964 "yoke-derive",
15965 "zerofrom",
15966]
15967
15968[[package]]
15969name = "yoke-derive"
15970version = "0.7.5"
15971source = "registry+https://github.com/rust-lang/crates.io-index"
15972checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
15973dependencies = [
15974 "proc-macro2",
15975 "quote",
15976 "syn 2.0.90",
15977 "synstructure",
15978]
15979
15980[[package]]
15981name = "zbus"
15982version = "4.4.0"
15983source = "registry+https://github.com/rust-lang/crates.io-index"
15984checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
15985dependencies = [
15986 "async-broadcast",
15987 "async-executor",
15988 "async-fs",
15989 "async-io",
15990 "async-lock",
15991 "async-process",
15992 "async-recursion 1.1.1",
15993 "async-task",
15994 "async-trait",
15995 "blocking",
15996 "enumflags2",
15997 "event-listener 5.3.1",
15998 "futures-core",
15999 "futures-sink",
16000 "futures-util",
16001 "hex",
16002 "nix",
16003 "ordered-stream",
16004 "rand 0.8.5",
16005 "serde",
16006 "serde_repr",
16007 "sha1",
16008 "static_assertions",
16009 "tracing",
16010 "uds_windows",
16011 "windows-sys 0.52.0",
16012 "xdg-home",
16013 "zbus_macros 4.4.0",
16014 "zbus_names 3.0.0",
16015 "zvariant 4.2.0",
16016]
16017
16018[[package]]
16019name = "zbus"
16020version = "5.1.1"
16021source = "registry+https://github.com/rust-lang/crates.io-index"
16022checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16023dependencies = [
16024 "async-broadcast",
16025 "async-executor",
16026 "async-fs",
16027 "async-io",
16028 "async-lock",
16029 "async-process",
16030 "async-recursion 1.1.1",
16031 "async-task",
16032 "async-trait",
16033 "blocking",
16034 "enumflags2",
16035 "event-listener 5.3.1",
16036 "futures-core",
16037 "futures-util",
16038 "hex",
16039 "nix",
16040 "ordered-stream",
16041 "serde",
16042 "serde_repr",
16043 "static_assertions",
16044 "tracing",
16045 "uds_windows",
16046 "windows-sys 0.59.0",
16047 "winnow",
16048 "xdg-home",
16049 "zbus_macros 5.1.1",
16050 "zbus_names 4.1.0",
16051 "zvariant 5.1.0",
16052]
16053
16054[[package]]
16055name = "zbus_macros"
16056version = "4.4.0"
16057source = "registry+https://github.com/rust-lang/crates.io-index"
16058checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16059dependencies = [
16060 "proc-macro-crate",
16061 "proc-macro2",
16062 "quote",
16063 "syn 2.0.90",
16064 "zvariant_utils 2.1.0",
16065]
16066
16067[[package]]
16068name = "zbus_macros"
16069version = "5.1.1"
16070source = "registry+https://github.com/rust-lang/crates.io-index"
16071checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16072dependencies = [
16073 "proc-macro-crate",
16074 "proc-macro2",
16075 "quote",
16076 "syn 2.0.90",
16077 "zbus_names 4.1.0",
16078 "zvariant 5.1.0",
16079 "zvariant_utils 3.0.2",
16080]
16081
16082[[package]]
16083name = "zbus_names"
16084version = "3.0.0"
16085source = "registry+https://github.com/rust-lang/crates.io-index"
16086checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16087dependencies = [
16088 "serde",
16089 "static_assertions",
16090 "zvariant 4.2.0",
16091]
16092
16093[[package]]
16094name = "zbus_names"
16095version = "4.1.0"
16096source = "registry+https://github.com/rust-lang/crates.io-index"
16097checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16098dependencies = [
16099 "serde",
16100 "static_assertions",
16101 "winnow",
16102 "zvariant 5.1.0",
16103]
16104
16105[[package]]
16106name = "zed"
16107version = "0.170.0"
16108dependencies = [
16109 "activity_indicator",
16110 "anyhow",
16111 "ashpd",
16112 "assets",
16113 "assistant",
16114 "assistant2",
16115 "assistant_tools",
16116 "async-watch",
16117 "audio",
16118 "auto_update",
16119 "auto_update_ui",
16120 "backtrace",
16121 "breadcrumbs",
16122 "call",
16123 "channel",
16124 "chrono",
16125 "clap",
16126 "cli",
16127 "client",
16128 "collab_ui",
16129 "collections",
16130 "command_palette",
16131 "command_palette_hooks",
16132 "copilot",
16133 "db",
16134 "diagnostics",
16135 "editor",
16136 "env_logger 0.11.6",
16137 "extension",
16138 "extension_host",
16139 "extensions_ui",
16140 "feature_flags",
16141 "feedback",
16142 "file_finder",
16143 "file_icons",
16144 "fs",
16145 "futures 0.3.31",
16146 "git",
16147 "git_hosting_providers",
16148 "git_ui",
16149 "go_to_line",
16150 "gpui",
16151 "http_client",
16152 "image_viewer",
16153 "inline_completion_button",
16154 "install_cli",
16155 "journal",
16156 "language",
16157 "language_extension",
16158 "language_model",
16159 "language_models",
16160 "language_selector",
16161 "language_tools",
16162 "languages",
16163 "libc",
16164 "log",
16165 "markdown",
16166 "markdown_preview",
16167 "menu",
16168 "mimalloc",
16169 "nix",
16170 "node_runtime",
16171 "notifications",
16172 "outline",
16173 "outline_panel",
16174 "parking_lot",
16175 "paths",
16176 "picker",
16177 "profiling",
16178 "project",
16179 "project_panel",
16180 "project_symbols",
16181 "proto",
16182 "recent_projects",
16183 "release_channel",
16184 "remote",
16185 "repl",
16186 "reqwest_client",
16187 "rope",
16188 "search",
16189 "serde",
16190 "serde_json",
16191 "session",
16192 "settings",
16193 "settings_ui",
16194 "shellexpand 2.1.2",
16195 "simplelog",
16196 "smol",
16197 "snippet_provider",
16198 "snippets_ui",
16199 "supermaven",
16200 "sysinfo",
16201 "tab_switcher",
16202 "task",
16203 "tasks_ui",
16204 "telemetry",
16205 "telemetry_events",
16206 "terminal_view",
16207 "theme",
16208 "theme_extension",
16209 "theme_selector",
16210 "time",
16211 "toolchain_selector",
16212 "tree-sitter-md",
16213 "tree-sitter-rust",
16214 "ui",
16215 "url",
16216 "urlencoding",
16217 "util",
16218 "uuid",
16219 "vcs_menu",
16220 "vim",
16221 "vim_mode_setting",
16222 "welcome",
16223 "windows 0.58.0",
16224 "winresource",
16225 "workspace",
16226 "zed_actions",
16227 "zeta",
16228]
16229
16230[[package]]
16231name = "zed_actions"
16232version = "0.1.0"
16233dependencies = [
16234 "gpui",
16235 "schemars",
16236 "serde",
16237]
16238
16239[[package]]
16240name = "zed_csharp"
16241version = "0.1.0"
16242dependencies = [
16243 "zed_extension_api 0.1.0",
16244]
16245
16246[[package]]
16247name = "zed_deno"
16248version = "0.0.2"
16249dependencies = [
16250 "zed_extension_api 0.1.0",
16251]
16252
16253[[package]]
16254name = "zed_elixir"
16255version = "0.1.2"
16256dependencies = [
16257 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16258]
16259
16260[[package]]
16261name = "zed_emmet"
16262version = "0.0.3"
16263dependencies = [
16264 "zed_extension_api 0.1.0",
16265]
16266
16267[[package]]
16268name = "zed_erlang"
16269version = "0.1.1"
16270dependencies = [
16271 "zed_extension_api 0.1.0",
16272]
16273
16274[[package]]
16275name = "zed_extension_api"
16276version = "0.1.0"
16277source = "registry+https://github.com/rust-lang/crates.io-index"
16278checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16279dependencies = [
16280 "serde",
16281 "serde_json",
16282 "wit-bindgen",
16283]
16284
16285[[package]]
16286name = "zed_extension_api"
16287version = "0.2.0"
16288dependencies = [
16289 "serde",
16290 "serde_json",
16291 "wit-bindgen",
16292]
16293
16294[[package]]
16295name = "zed_extension_api"
16296version = "0.2.0"
16297source = "registry+https://github.com/rust-lang/crates.io-index"
16298checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16299dependencies = [
16300 "serde",
16301 "serde_json",
16302 "wit-bindgen",
16303]
16304
16305[[package]]
16306name = "zed_glsl"
16307version = "0.1.0"
16308dependencies = [
16309 "zed_extension_api 0.1.0",
16310]
16311
16312[[package]]
16313name = "zed_haskell"
16314version = "0.1.2"
16315dependencies = [
16316 "zed_extension_api 0.1.0",
16317]
16318
16319[[package]]
16320name = "zed_html"
16321version = "0.1.4"
16322dependencies = [
16323 "zed_extension_api 0.1.0",
16324]
16325
16326[[package]]
16327name = "zed_lua"
16328version = "0.1.1"
16329dependencies = [
16330 "zed_extension_api 0.1.0",
16331]
16332
16333[[package]]
16334name = "zed_php"
16335version = "0.2.3"
16336dependencies = [
16337 "zed_extension_api 0.1.0",
16338]
16339
16340[[package]]
16341name = "zed_prisma"
16342version = "0.0.4"
16343dependencies = [
16344 "zed_extension_api 0.1.0",
16345]
16346
16347[[package]]
16348name = "zed_proto"
16349version = "0.2.1"
16350dependencies = [
16351 "zed_extension_api 0.1.0",
16352]
16353
16354[[package]]
16355name = "zed_purescript"
16356version = "0.0.1"
16357dependencies = [
16358 "zed_extension_api 0.1.0",
16359]
16360
16361[[package]]
16362name = "zed_ruff"
16363version = "0.1.0"
16364dependencies = [
16365 "zed_extension_api 0.1.0",
16366]
16367
16368[[package]]
16369name = "zed_snippets"
16370version = "0.0.5"
16371dependencies = [
16372 "serde_json",
16373 "zed_extension_api 0.1.0",
16374]
16375
16376[[package]]
16377name = "zed_terraform"
16378version = "0.1.1"
16379dependencies = [
16380 "zed_extension_api 0.1.0",
16381]
16382
16383[[package]]
16384name = "zed_test_extension"
16385version = "0.1.0"
16386dependencies = [
16387 "zed_extension_api 0.2.0",
16388]
16389
16390[[package]]
16391name = "zed_toml"
16392version = "0.1.2"
16393dependencies = [
16394 "zed_extension_api 0.1.0",
16395]
16396
16397[[package]]
16398name = "zed_uiua"
16399version = "0.0.1"
16400dependencies = [
16401 "zed_extension_api 0.1.0",
16402]
16403
16404[[package]]
16405name = "zed_zig"
16406version = "0.3.2"
16407dependencies = [
16408 "zed_extension_api 0.1.0",
16409]
16410
16411[[package]]
16412name = "zeno"
16413version = "0.2.3"
16414source = "registry+https://github.com/rust-lang/crates.io-index"
16415checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16416
16417[[package]]
16418name = "zerocopy"
16419version = "0.7.35"
16420source = "registry+https://github.com/rust-lang/crates.io-index"
16421checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16422dependencies = [
16423 "byteorder",
16424 "zerocopy-derive",
16425]
16426
16427[[package]]
16428name = "zerocopy-derive"
16429version = "0.7.35"
16430source = "registry+https://github.com/rust-lang/crates.io-index"
16431checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16432dependencies = [
16433 "proc-macro2",
16434 "quote",
16435 "syn 2.0.90",
16436]
16437
16438[[package]]
16439name = "zerofrom"
16440version = "0.1.5"
16441source = "registry+https://github.com/rust-lang/crates.io-index"
16442checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16443dependencies = [
16444 "zerofrom-derive",
16445]
16446
16447[[package]]
16448name = "zerofrom-derive"
16449version = "0.1.5"
16450source = "registry+https://github.com/rust-lang/crates.io-index"
16451checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16452dependencies = [
16453 "proc-macro2",
16454 "quote",
16455 "syn 2.0.90",
16456 "synstructure",
16457]
16458
16459[[package]]
16460name = "zeroize"
16461version = "1.8.1"
16462source = "registry+https://github.com/rust-lang/crates.io-index"
16463checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16464dependencies = [
16465 "zeroize_derive",
16466]
16467
16468[[package]]
16469name = "zeroize_derive"
16470version = "1.4.2"
16471source = "registry+https://github.com/rust-lang/crates.io-index"
16472checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16473dependencies = [
16474 "proc-macro2",
16475 "quote",
16476 "syn 2.0.90",
16477]
16478
16479[[package]]
16480name = "zeromq"
16481version = "0.5.0-pre"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
16484dependencies = [
16485 "async-dispatcher",
16486 "async-std",
16487 "async-trait",
16488 "asynchronous-codec",
16489 "bytes 1.9.0",
16490 "crossbeam-queue",
16491 "dashmap 5.5.3",
16492 "futures 0.3.31",
16493 "log",
16494 "num-traits",
16495 "once_cell",
16496 "parking_lot",
16497 "rand 0.8.5",
16498 "regex",
16499 "thiserror 1.0.69",
16500 "uuid",
16501]
16502
16503[[package]]
16504name = "zerovec"
16505version = "0.10.4"
16506source = "registry+https://github.com/rust-lang/crates.io-index"
16507checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16508dependencies = [
16509 "yoke",
16510 "zerofrom",
16511 "zerovec-derive",
16512]
16513
16514[[package]]
16515name = "zerovec-derive"
16516version = "0.10.3"
16517source = "registry+https://github.com/rust-lang/crates.io-index"
16518checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16519dependencies = [
16520 "proc-macro2",
16521 "quote",
16522 "syn 2.0.90",
16523]
16524
16525[[package]]
16526name = "zeta"
16527version = "0.1.0"
16528dependencies = [
16529 "anyhow",
16530 "arrayvec",
16531 "call",
16532 "client",
16533 "clock",
16534 "collections",
16535 "ctor",
16536 "editor",
16537 "env_logger 0.11.6",
16538 "futures 0.3.31",
16539 "gpui",
16540 "http_client",
16541 "indoc",
16542 "inline_completion",
16543 "language",
16544 "language_models",
16545 "log",
16546 "menu",
16547 "reqwest_client",
16548 "rpc",
16549 "serde_json",
16550 "settings",
16551 "similar",
16552 "telemetry",
16553 "telemetry_events",
16554 "theme",
16555 "tree-sitter-go",
16556 "tree-sitter-rust",
16557 "ui",
16558 "util",
16559 "uuid",
16560 "workspace",
16561 "worktree",
16562]
16563
16564[[package]]
16565name = "zip"
16566version = "0.6.6"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16569dependencies = [
16570 "aes",
16571 "byteorder",
16572 "bzip2",
16573 "constant_time_eq 0.1.5",
16574 "crc32fast",
16575 "crossbeam-utils",
16576 "flate2",
16577 "hmac",
16578 "pbkdf2 0.11.0",
16579 "sha1",
16580 "time",
16581 "zstd",
16582]
16583
16584[[package]]
16585name = "zstd"
16586version = "0.11.2+zstd.1.5.2"
16587source = "registry+https://github.com/rust-lang/crates.io-index"
16588checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16589dependencies = [
16590 "zstd-safe",
16591]
16592
16593[[package]]
16594name = "zstd-safe"
16595version = "5.0.2+zstd.1.5.2"
16596source = "registry+https://github.com/rust-lang/crates.io-index"
16597checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16598dependencies = [
16599 "libc",
16600 "zstd-sys",
16601]
16602
16603[[package]]
16604name = "zstd-sys"
16605version = "2.0.13+zstd.1.5.6"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16608dependencies = [
16609 "cc",
16610 "pkg-config",
16611]
16612
16613[[package]]
16614name = "zune-core"
16615version = "0.4.12"
16616source = "registry+https://github.com/rust-lang/crates.io-index"
16617checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16618
16619[[package]]
16620name = "zune-inflate"
16621version = "0.2.54"
16622source = "registry+https://github.com/rust-lang/crates.io-index"
16623checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16624dependencies = [
16625 "simd-adler32",
16626]
16627
16628[[package]]
16629name = "zune-jpeg"
16630version = "0.4.13"
16631source = "registry+https://github.com/rust-lang/crates.io-index"
16632checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16633dependencies = [
16634 "zune-core",
16635]
16636
16637[[package]]
16638name = "zvariant"
16639version = "4.2.0"
16640source = "registry+https://github.com/rust-lang/crates.io-index"
16641checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16642dependencies = [
16643 "endi",
16644 "enumflags2",
16645 "serde",
16646 "static_assertions",
16647 "zvariant_derive 4.2.0",
16648]
16649
16650[[package]]
16651name = "zvariant"
16652version = "5.1.0"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16655dependencies = [
16656 "endi",
16657 "enumflags2",
16658 "serde",
16659 "static_assertions",
16660 "url",
16661 "winnow",
16662 "zvariant_derive 5.1.0",
16663 "zvariant_utils 3.0.2",
16664]
16665
16666[[package]]
16667name = "zvariant_derive"
16668version = "4.2.0"
16669source = "registry+https://github.com/rust-lang/crates.io-index"
16670checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16671dependencies = [
16672 "proc-macro-crate",
16673 "proc-macro2",
16674 "quote",
16675 "syn 2.0.90",
16676 "zvariant_utils 2.1.0",
16677]
16678
16679[[package]]
16680name = "zvariant_derive"
16681version = "5.1.0"
16682source = "registry+https://github.com/rust-lang/crates.io-index"
16683checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16684dependencies = [
16685 "proc-macro-crate",
16686 "proc-macro2",
16687 "quote",
16688 "syn 2.0.90",
16689 "zvariant_utils 3.0.2",
16690]
16691
16692[[package]]
16693name = "zvariant_utils"
16694version = "2.1.0"
16695source = "registry+https://github.com/rust-lang/crates.io-index"
16696checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16697dependencies = [
16698 "proc-macro2",
16699 "quote",
16700 "syn 2.0.90",
16701]
16702
16703[[package]]
16704name = "zvariant_utils"
16705version = "3.0.2"
16706source = "registry+https://github.com/rust-lang/crates.io-index"
16707checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16708dependencies = [
16709 "proc-macro2",
16710 "quote",
16711 "serde",
16712 "static_assertions",
16713 "syn 2.0.90",
16714 "winnow",
16715]