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 "smol",
4737 "tempfile",
4738 "text",
4739 "time",
4740 "util",
4741 "windows 0.58.0",
4742]
4743
4744[[package]]
4745name = "fs-set-times"
4746version = "0.20.2"
4747source = "registry+https://github.com/rust-lang/crates.io-index"
4748checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4749dependencies = [
4750 "io-lifetimes",
4751 "rustix",
4752 "windows-sys 0.59.0",
4753]
4754
4755[[package]]
4756name = "fs2"
4757version = "0.4.3"
4758source = "registry+https://github.com/rust-lang/crates.io-index"
4759checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4760dependencies = [
4761 "libc",
4762 "winapi",
4763]
4764
4765[[package]]
4766name = "fsevent"
4767version = "0.1.0"
4768dependencies = [
4769 "bitflags 2.6.0",
4770 "core-foundation 0.9.4",
4771 "fsevent-sys 3.1.0",
4772 "parking_lot",
4773 "tempfile",
4774]
4775
4776[[package]]
4777name = "fsevent-sys"
4778version = "3.1.0"
4779source = "registry+https://github.com/rust-lang/crates.io-index"
4780checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4781dependencies = [
4782 "libc",
4783]
4784
4785[[package]]
4786name = "fsevent-sys"
4787version = "4.1.0"
4788source = "registry+https://github.com/rust-lang/crates.io-index"
4789checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4790dependencies = [
4791 "libc",
4792]
4793
4794[[package]]
4795name = "funty"
4796version = "2.0.0"
4797source = "registry+https://github.com/rust-lang/crates.io-index"
4798checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4799
4800[[package]]
4801name = "futf"
4802version = "0.1.5"
4803source = "registry+https://github.com/rust-lang/crates.io-index"
4804checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4805dependencies = [
4806 "mac",
4807 "new_debug_unreachable",
4808]
4809
4810[[package]]
4811name = "futures"
4812version = "0.1.31"
4813source = "registry+https://github.com/rust-lang/crates.io-index"
4814checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4815
4816[[package]]
4817name = "futures"
4818version = "0.3.31"
4819source = "registry+https://github.com/rust-lang/crates.io-index"
4820checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4821dependencies = [
4822 "futures-channel",
4823 "futures-core",
4824 "futures-executor",
4825 "futures-io",
4826 "futures-sink",
4827 "futures-task",
4828 "futures-util",
4829]
4830
4831[[package]]
4832name = "futures-batch"
4833version = "0.6.1"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4836dependencies = [
4837 "futures 0.3.31",
4838 "futures-timer",
4839 "pin-utils",
4840]
4841
4842[[package]]
4843name = "futures-channel"
4844version = "0.3.31"
4845source = "registry+https://github.com/rust-lang/crates.io-index"
4846checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4847dependencies = [
4848 "futures-core",
4849 "futures-sink",
4850]
4851
4852[[package]]
4853name = "futures-core"
4854version = "0.3.31"
4855source = "registry+https://github.com/rust-lang/crates.io-index"
4856checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4857
4858[[package]]
4859name = "futures-executor"
4860version = "0.3.31"
4861source = "registry+https://github.com/rust-lang/crates.io-index"
4862checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
4863dependencies = [
4864 "futures-core",
4865 "futures-task",
4866 "futures-util",
4867]
4868
4869[[package]]
4870name = "futures-intrusive"
4871version = "0.5.0"
4872source = "registry+https://github.com/rust-lang/crates.io-index"
4873checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4874dependencies = [
4875 "futures-core",
4876 "lock_api",
4877 "parking_lot",
4878]
4879
4880[[package]]
4881name = "futures-io"
4882version = "0.3.31"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
4885
4886[[package]]
4887name = "futures-lite"
4888version = "1.13.0"
4889source = "registry+https://github.com/rust-lang/crates.io-index"
4890checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4891dependencies = [
4892 "fastrand 1.9.0",
4893 "futures-core",
4894 "futures-io",
4895 "memchr",
4896 "parking",
4897 "pin-project-lite",
4898 "waker-fn",
4899]
4900
4901[[package]]
4902name = "futures-lite"
4903version = "2.5.0"
4904source = "registry+https://github.com/rust-lang/crates.io-index"
4905checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
4906dependencies = [
4907 "fastrand 2.3.0",
4908 "futures-core",
4909 "futures-io",
4910 "parking",
4911 "pin-project-lite",
4912]
4913
4914[[package]]
4915name = "futures-macro"
4916version = "0.3.31"
4917source = "registry+https://github.com/rust-lang/crates.io-index"
4918checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
4919dependencies = [
4920 "proc-macro2",
4921 "quote",
4922 "syn 2.0.90",
4923]
4924
4925[[package]]
4926name = "futures-sink"
4927version = "0.3.31"
4928source = "registry+https://github.com/rust-lang/crates.io-index"
4929checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
4930
4931[[package]]
4932name = "futures-task"
4933version = "0.3.31"
4934source = "registry+https://github.com/rust-lang/crates.io-index"
4935checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
4936
4937[[package]]
4938name = "futures-timer"
4939version = "3.0.3"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4942
4943[[package]]
4944name = "futures-util"
4945version = "0.3.31"
4946source = "registry+https://github.com/rust-lang/crates.io-index"
4947checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
4948dependencies = [
4949 "futures 0.1.31",
4950 "futures-channel",
4951 "futures-core",
4952 "futures-io",
4953 "futures-macro",
4954 "futures-sink",
4955 "futures-task",
4956 "memchr",
4957 "pin-project-lite",
4958 "pin-utils",
4959 "slab",
4960 "tokio-io",
4961]
4962
4963[[package]]
4964name = "fuzzy"
4965version = "0.1.0"
4966dependencies = [
4967 "gpui",
4968 "log",
4969 "util",
4970]
4971
4972[[package]]
4973name = "fuzzy-matcher"
4974version = "0.3.7"
4975source = "registry+https://github.com/rust-lang/crates.io-index"
4976checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4977dependencies = [
4978 "thread_local",
4979]
4980
4981[[package]]
4982name = "generic-array"
4983version = "0.14.7"
4984source = "registry+https://github.com/rust-lang/crates.io-index"
4985checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4986dependencies = [
4987 "typenum",
4988 "version_check",
4989]
4990
4991[[package]]
4992name = "gethostname"
4993version = "0.4.3"
4994source = "registry+https://github.com/rust-lang/crates.io-index"
4995checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4996dependencies = [
4997 "libc",
4998 "windows-targets 0.48.5",
4999]
5000
5001[[package]]
5002name = "getrandom"
5003version = "0.1.16"
5004source = "registry+https://github.com/rust-lang/crates.io-index"
5005checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5006dependencies = [
5007 "cfg-if",
5008 "libc",
5009 "wasi 0.9.0+wasi-snapshot-preview1",
5010]
5011
5012[[package]]
5013name = "getrandom"
5014version = "0.2.15"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
5016checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5017dependencies = [
5018 "cfg-if",
5019 "js-sys",
5020 "libc",
5021 "wasi 0.11.0+wasi-snapshot-preview1",
5022 "wasm-bindgen",
5023]
5024
5025[[package]]
5026name = "gif"
5027version = "0.13.1"
5028source = "registry+https://github.com/rust-lang/crates.io-index"
5029checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5030dependencies = [
5031 "color_quant",
5032 "weezl",
5033]
5034
5035[[package]]
5036name = "gimli"
5037version = "0.29.0"
5038source = "registry+https://github.com/rust-lang/crates.io-index"
5039checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5040dependencies = [
5041 "fallible-iterator",
5042 "indexmap",
5043 "stable_deref_trait",
5044]
5045
5046[[package]]
5047name = "gimli"
5048version = "0.31.1"
5049source = "registry+https://github.com/rust-lang/crates.io-index"
5050checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5051
5052[[package]]
5053name = "git"
5054version = "0.1.0"
5055dependencies = [
5056 "anyhow",
5057 "async-trait",
5058 "collections",
5059 "derive_more",
5060 "git2",
5061 "gpui",
5062 "http_client",
5063 "log",
5064 "parking_lot",
5065 "pretty_assertions",
5066 "regex",
5067 "rope",
5068 "serde",
5069 "serde_json",
5070 "smol",
5071 "sum_tree",
5072 "text",
5073 "time",
5074 "unindent",
5075 "url",
5076 "util",
5077]
5078
5079[[package]]
5080name = "git2"
5081version = "0.19.0"
5082source = "registry+https://github.com/rust-lang/crates.io-index"
5083checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
5084dependencies = [
5085 "bitflags 2.6.0",
5086 "libc",
5087 "libgit2-sys",
5088 "log",
5089 "url",
5090]
5091
5092[[package]]
5093name = "git_hosting_providers"
5094version = "0.1.0"
5095dependencies = [
5096 "anyhow",
5097 "async-trait",
5098 "futures 0.3.31",
5099 "git",
5100 "gpui",
5101 "http_client",
5102 "indoc",
5103 "pretty_assertions",
5104 "regex",
5105 "serde",
5106 "serde_json",
5107 "url",
5108 "util",
5109]
5110
5111[[package]]
5112name = "git_ui"
5113version = "0.1.0"
5114dependencies = [
5115 "anyhow",
5116 "collections",
5117 "db",
5118 "editor",
5119 "futures 0.3.31",
5120 "git",
5121 "gpui",
5122 "language",
5123 "menu",
5124 "project",
5125 "schemars",
5126 "serde",
5127 "serde_derive",
5128 "serde_json",
5129 "settings",
5130 "sum_tree",
5131 "theme",
5132 "ui",
5133 "util",
5134 "windows 0.58.0",
5135 "workspace",
5136 "worktree",
5137]
5138
5139[[package]]
5140name = "glob"
5141version = "0.3.1"
5142source = "registry+https://github.com/rust-lang/crates.io-index"
5143checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5144
5145[[package]]
5146name = "globset"
5147version = "0.4.15"
5148source = "registry+https://github.com/rust-lang/crates.io-index"
5149checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5150dependencies = [
5151 "aho-corasick",
5152 "bstr",
5153 "log",
5154 "regex-automata 0.4.9",
5155 "regex-syntax 0.8.5",
5156]
5157
5158[[package]]
5159name = "gloo-timers"
5160version = "0.3.0"
5161source = "registry+https://github.com/rust-lang/crates.io-index"
5162checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5163dependencies = [
5164 "futures-channel",
5165 "futures-core",
5166 "js-sys",
5167 "wasm-bindgen",
5168]
5169
5170[[package]]
5171name = "glow"
5172version = "0.14.2"
5173source = "registry+https://github.com/rust-lang/crates.io-index"
5174checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5175dependencies = [
5176 "js-sys",
5177 "slotmap",
5178 "wasm-bindgen",
5179 "web-sys",
5180]
5181
5182[[package]]
5183name = "go_to_line"
5184version = "0.1.0"
5185dependencies = [
5186 "anyhow",
5187 "editor",
5188 "gpui",
5189 "indoc",
5190 "language",
5191 "menu",
5192 "project",
5193 "rope",
5194 "schemars",
5195 "serde",
5196 "serde_json",
5197 "settings",
5198 "text",
5199 "theme",
5200 "tree-sitter-rust",
5201 "tree-sitter-typescript",
5202 "ui",
5203 "util",
5204 "workspace",
5205]
5206
5207[[package]]
5208name = "google_ai"
5209version = "0.1.0"
5210dependencies = [
5211 "anyhow",
5212 "futures 0.3.31",
5213 "http_client",
5214 "schemars",
5215 "serde",
5216 "serde_json",
5217 "strum",
5218]
5219
5220[[package]]
5221name = "gpu-alloc"
5222version = "0.6.0"
5223source = "registry+https://github.com/rust-lang/crates.io-index"
5224checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5225dependencies = [
5226 "bitflags 2.6.0",
5227 "gpu-alloc-types",
5228]
5229
5230[[package]]
5231name = "gpu-alloc-ash"
5232version = "0.7.0"
5233source = "registry+https://github.com/rust-lang/crates.io-index"
5234checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5235dependencies = [
5236 "ash",
5237 "gpu-alloc-types",
5238 "tinyvec",
5239]
5240
5241[[package]]
5242name = "gpu-alloc-types"
5243version = "0.3.0"
5244source = "registry+https://github.com/rust-lang/crates.io-index"
5245checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5246dependencies = [
5247 "bitflags 2.6.0",
5248]
5249
5250[[package]]
5251name = "gpui"
5252version = "0.1.0"
5253dependencies = [
5254 "anyhow",
5255 "as-raw-xcb-connection",
5256 "ashpd",
5257 "async-task",
5258 "backtrace",
5259 "bindgen",
5260 "blade-graphics",
5261 "blade-macros",
5262 "blade-util",
5263 "block",
5264 "bytemuck",
5265 "calloop",
5266 "calloop-wayland-source",
5267 "cbindgen",
5268 "cocoa 0.26.0",
5269 "collections",
5270 "core-foundation 0.9.4",
5271 "core-foundation-sys",
5272 "core-graphics 0.23.2",
5273 "core-text",
5274 "cosmic-text",
5275 "ctor",
5276 "derive_more",
5277 "embed-resource",
5278 "env_logger 0.11.6",
5279 "etagere",
5280 "filedescriptor",
5281 "flume",
5282 "font-kit",
5283 "foreign-types 0.5.0",
5284 "futures 0.3.31",
5285 "gpui_macros",
5286 "http_client",
5287 "image",
5288 "itertools 0.14.0",
5289 "linkme",
5290 "log",
5291 "media",
5292 "metal",
5293 "num_cpus",
5294 "objc",
5295 "objc2",
5296 "objc2-metal",
5297 "oo7",
5298 "open",
5299 "parking",
5300 "parking_lot",
5301 "pathfinder_geometry",
5302 "postage",
5303 "profiling",
5304 "rand 0.8.5",
5305 "raw-window-handle",
5306 "refineable",
5307 "resvg",
5308 "schemars",
5309 "seahash",
5310 "semantic_version",
5311 "serde",
5312 "serde_derive",
5313 "serde_json",
5314 "slotmap",
5315 "smallvec",
5316 "smol",
5317 "strum",
5318 "sum_tree",
5319 "taffy",
5320 "thiserror 1.0.69",
5321 "unicode-segmentation",
5322 "usvg",
5323 "util",
5324 "uuid",
5325 "waker-fn",
5326 "wayland-backend",
5327 "wayland-client",
5328 "wayland-cursor",
5329 "wayland-protocols",
5330 "wayland-protocols-plasma",
5331 "windows 0.58.0",
5332 "windows-core 0.58.0",
5333 "x11-clipboard",
5334 "x11rb",
5335 "xim",
5336 "xkbcommon",
5337]
5338
5339[[package]]
5340name = "gpui_macros"
5341version = "0.1.0"
5342dependencies = [
5343 "proc-macro2",
5344 "quote",
5345 "syn 1.0.109",
5346]
5347
5348[[package]]
5349name = "grid"
5350version = "0.13.0"
5351source = "registry+https://github.com/rust-lang/crates.io-index"
5352checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5353
5354[[package]]
5355name = "group"
5356version = "0.12.1"
5357source = "registry+https://github.com/rust-lang/crates.io-index"
5358checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5359dependencies = [
5360 "ff",
5361 "rand_core 0.6.4",
5362 "subtle",
5363]
5364
5365[[package]]
5366name = "h2"
5367version = "0.3.26"
5368source = "registry+https://github.com/rust-lang/crates.io-index"
5369checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5370dependencies = [
5371 "bytes 1.9.0",
5372 "fnv",
5373 "futures-core",
5374 "futures-sink",
5375 "futures-util",
5376 "http 0.2.12",
5377 "indexmap",
5378 "slab",
5379 "tokio",
5380 "tokio-util",
5381 "tracing",
5382]
5383
5384[[package]]
5385name = "h2"
5386version = "0.4.7"
5387source = "registry+https://github.com/rust-lang/crates.io-index"
5388checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5389dependencies = [
5390 "atomic-waker",
5391 "bytes 1.9.0",
5392 "fnv",
5393 "futures-core",
5394 "futures-sink",
5395 "http 1.2.0",
5396 "indexmap",
5397 "slab",
5398 "tokio",
5399 "tokio-util",
5400 "tracing",
5401]
5402
5403[[package]]
5404name = "half"
5405version = "2.4.1"
5406source = "registry+https://github.com/rust-lang/crates.io-index"
5407checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5408dependencies = [
5409 "cfg-if",
5410 "crunchy",
5411]
5412
5413[[package]]
5414name = "handlebars"
5415version = "4.5.0"
5416source = "registry+https://github.com/rust-lang/crates.io-index"
5417checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5418dependencies = [
5419 "log",
5420 "pest",
5421 "pest_derive",
5422 "serde",
5423 "serde_json",
5424 "thiserror 1.0.69",
5425]
5426
5427[[package]]
5428name = "handlebars"
5429version = "6.2.0"
5430source = "registry+https://github.com/rust-lang/crates.io-index"
5431checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5432dependencies = [
5433 "log",
5434 "num-order",
5435 "pest",
5436 "pest_derive",
5437 "serde",
5438 "serde_json",
5439 "thiserror 1.0.69",
5440]
5441
5442[[package]]
5443name = "hashbrown"
5444version = "0.12.3"
5445source = "registry+https://github.com/rust-lang/crates.io-index"
5446checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5447dependencies = [
5448 "ahash 0.7.8",
5449]
5450
5451[[package]]
5452name = "hashbrown"
5453version = "0.13.2"
5454source = "registry+https://github.com/rust-lang/crates.io-index"
5455checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5456dependencies = [
5457 "ahash 0.8.11",
5458]
5459
5460[[package]]
5461name = "hashbrown"
5462version = "0.14.5"
5463source = "registry+https://github.com/rust-lang/crates.io-index"
5464checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5465dependencies = [
5466 "ahash 0.8.11",
5467 "allocator-api2",
5468 "serde",
5469]
5470
5471[[package]]
5472name = "hashbrown"
5473version = "0.15.2"
5474source = "registry+https://github.com/rust-lang/crates.io-index"
5475checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5476dependencies = [
5477 "allocator-api2",
5478 "equivalent",
5479 "foldhash",
5480]
5481
5482[[package]]
5483name = "hashlink"
5484version = "0.8.4"
5485source = "registry+https://github.com/rust-lang/crates.io-index"
5486checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5487dependencies = [
5488 "hashbrown 0.14.5",
5489]
5490
5491[[package]]
5492name = "hashlink"
5493version = "0.9.1"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5496dependencies = [
5497 "hashbrown 0.14.5",
5498]
5499
5500[[package]]
5501name = "headers"
5502version = "0.3.9"
5503source = "registry+https://github.com/rust-lang/crates.io-index"
5504checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5505dependencies = [
5506 "base64 0.21.7",
5507 "bytes 1.9.0",
5508 "headers-core",
5509 "http 0.2.12",
5510 "httpdate",
5511 "mime",
5512 "sha1",
5513]
5514
5515[[package]]
5516name = "headers-core"
5517version = "0.2.0"
5518source = "registry+https://github.com/rust-lang/crates.io-index"
5519checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5520dependencies = [
5521 "http 0.2.12",
5522]
5523
5524[[package]]
5525name = "heck"
5526version = "0.3.3"
5527source = "registry+https://github.com/rust-lang/crates.io-index"
5528checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5529dependencies = [
5530 "unicode-segmentation",
5531]
5532
5533[[package]]
5534name = "heck"
5535version = "0.4.1"
5536source = "registry+https://github.com/rust-lang/crates.io-index"
5537checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5538dependencies = [
5539 "unicode-segmentation",
5540]
5541
5542[[package]]
5543name = "heck"
5544version = "0.5.0"
5545source = "registry+https://github.com/rust-lang/crates.io-index"
5546checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5547
5548[[package]]
5549name = "heed"
5550version = "0.21.0"
5551source = "registry+https://github.com/rust-lang/crates.io-index"
5552checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5553dependencies = [
5554 "bitflags 2.6.0",
5555 "byteorder",
5556 "heed-traits",
5557 "heed-types",
5558 "libc",
5559 "lmdb-master-sys",
5560 "once_cell",
5561 "page_size",
5562 "serde",
5563 "synchronoise",
5564 "url",
5565]
5566
5567[[package]]
5568name = "heed-traits"
5569version = "0.20.0"
5570source = "registry+https://github.com/rust-lang/crates.io-index"
5571checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5572
5573[[package]]
5574name = "heed-types"
5575version = "0.21.0"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5578dependencies = [
5579 "bincode",
5580 "byteorder",
5581 "heed-traits",
5582 "serde",
5583 "serde_json",
5584]
5585
5586[[package]]
5587name = "hermit-abi"
5588version = "0.3.9"
5589source = "registry+https://github.com/rust-lang/crates.io-index"
5590checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5591
5592[[package]]
5593name = "hermit-abi"
5594version = "0.4.0"
5595source = "registry+https://github.com/rust-lang/crates.io-index"
5596checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5597
5598[[package]]
5599name = "hex"
5600version = "0.4.3"
5601source = "registry+https://github.com/rust-lang/crates.io-index"
5602checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5603
5604[[package]]
5605name = "hexf-parse"
5606version = "0.2.1"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5609
5610[[package]]
5611name = "hidden-trait"
5612version = "0.1.2"
5613source = "registry+https://github.com/rust-lang/crates.io-index"
5614checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5615dependencies = [
5616 "proc-macro2",
5617 "quote",
5618 "syn 1.0.109",
5619]
5620
5621[[package]]
5622name = "hkdf"
5623version = "0.12.4"
5624source = "registry+https://github.com/rust-lang/crates.io-index"
5625checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5626dependencies = [
5627 "hmac",
5628]
5629
5630[[package]]
5631name = "hmac"
5632version = "0.12.1"
5633source = "registry+https://github.com/rust-lang/crates.io-index"
5634checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5635dependencies = [
5636 "digest",
5637]
5638
5639[[package]]
5640name = "home"
5641version = "0.5.9"
5642source = "registry+https://github.com/rust-lang/crates.io-index"
5643checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5644dependencies = [
5645 "windows-sys 0.52.0",
5646]
5647
5648[[package]]
5649name = "hound"
5650version = "3.5.1"
5651source = "registry+https://github.com/rust-lang/crates.io-index"
5652checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5653
5654[[package]]
5655name = "html5ever"
5656version = "0.27.0"
5657source = "registry+https://github.com/rust-lang/crates.io-index"
5658checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5659dependencies = [
5660 "log",
5661 "mac",
5662 "markup5ever",
5663 "proc-macro2",
5664 "quote",
5665 "syn 2.0.90",
5666]
5667
5668[[package]]
5669name = "html_to_markdown"
5670version = "0.1.0"
5671dependencies = [
5672 "anyhow",
5673 "html5ever",
5674 "indoc",
5675 "markup5ever_rcdom",
5676 "pretty_assertions",
5677 "regex",
5678]
5679
5680[[package]]
5681name = "http"
5682version = "0.2.12"
5683source = "registry+https://github.com/rust-lang/crates.io-index"
5684checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5685dependencies = [
5686 "bytes 1.9.0",
5687 "fnv",
5688 "itoa",
5689]
5690
5691[[package]]
5692name = "http"
5693version = "1.2.0"
5694source = "registry+https://github.com/rust-lang/crates.io-index"
5695checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5696dependencies = [
5697 "bytes 1.9.0",
5698 "fnv",
5699 "itoa",
5700]
5701
5702[[package]]
5703name = "http-body"
5704version = "0.4.6"
5705source = "registry+https://github.com/rust-lang/crates.io-index"
5706checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5707dependencies = [
5708 "bytes 1.9.0",
5709 "http 0.2.12",
5710 "pin-project-lite",
5711]
5712
5713[[package]]
5714name = "http-body"
5715version = "1.0.1"
5716source = "registry+https://github.com/rust-lang/crates.io-index"
5717checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5718dependencies = [
5719 "bytes 1.9.0",
5720 "http 1.2.0",
5721]
5722
5723[[package]]
5724name = "http-body-util"
5725version = "0.1.2"
5726source = "registry+https://github.com/rust-lang/crates.io-index"
5727checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5728dependencies = [
5729 "bytes 1.9.0",
5730 "futures-util",
5731 "http 1.2.0",
5732 "http-body 1.0.1",
5733 "pin-project-lite",
5734]
5735
5736[[package]]
5737name = "http-range-header"
5738version = "0.3.1"
5739source = "registry+https://github.com/rust-lang/crates.io-index"
5740checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5741
5742[[package]]
5743name = "http-types"
5744version = "2.12.0"
5745source = "registry+https://github.com/rust-lang/crates.io-index"
5746checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5747dependencies = [
5748 "anyhow",
5749 "async-channel 1.9.0",
5750 "base64 0.13.1",
5751 "futures-lite 1.13.0",
5752 "http 0.2.12",
5753 "infer",
5754 "pin-project-lite",
5755 "rand 0.7.3",
5756 "serde",
5757 "serde_json",
5758 "serde_qs 0.8.5",
5759 "serde_urlencoded",
5760 "url",
5761]
5762
5763[[package]]
5764name = "http_client"
5765version = "0.1.0"
5766dependencies = [
5767 "anyhow",
5768 "bytes 1.9.0",
5769 "derive_more",
5770 "futures 0.3.31",
5771 "http 1.2.0",
5772 "log",
5773 "serde",
5774 "serde_json",
5775 "url",
5776]
5777
5778[[package]]
5779name = "httparse"
5780version = "1.9.5"
5781source = "registry+https://github.com/rust-lang/crates.io-index"
5782checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5783
5784[[package]]
5785name = "httpdate"
5786version = "1.0.3"
5787source = "registry+https://github.com/rust-lang/crates.io-index"
5788checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5789
5790[[package]]
5791name = "human_bytes"
5792version = "0.4.3"
5793source = "registry+https://github.com/rust-lang/crates.io-index"
5794checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5795
5796[[package]]
5797name = "humantime"
5798version = "2.1.0"
5799source = "registry+https://github.com/rust-lang/crates.io-index"
5800checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5801
5802[[package]]
5803name = "hyper"
5804version = "0.14.32"
5805source = "registry+https://github.com/rust-lang/crates.io-index"
5806checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5807dependencies = [
5808 "bytes 1.9.0",
5809 "futures-channel",
5810 "futures-core",
5811 "futures-util",
5812 "h2 0.3.26",
5813 "http 0.2.12",
5814 "http-body 0.4.6",
5815 "httparse",
5816 "httpdate",
5817 "itoa",
5818 "pin-project-lite",
5819 "socket2",
5820 "tokio",
5821 "tower-service",
5822 "tracing",
5823 "want",
5824]
5825
5826[[package]]
5827name = "hyper"
5828version = "1.5.1"
5829source = "registry+https://github.com/rust-lang/crates.io-index"
5830checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5831dependencies = [
5832 "bytes 1.9.0",
5833 "futures-channel",
5834 "futures-util",
5835 "h2 0.4.7",
5836 "http 1.2.0",
5837 "http-body 1.0.1",
5838 "httparse",
5839 "itoa",
5840 "pin-project-lite",
5841 "smallvec",
5842 "tokio",
5843 "want",
5844]
5845
5846[[package]]
5847name = "hyper-rustls"
5848version = "0.24.2"
5849source = "registry+https://github.com/rust-lang/crates.io-index"
5850checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5851dependencies = [
5852 "futures-util",
5853 "http 0.2.12",
5854 "hyper 0.14.32",
5855 "log",
5856 "rustls 0.21.12",
5857 "rustls-native-certs 0.6.3",
5858 "tokio",
5859 "tokio-rustls 0.24.1",
5860]
5861
5862[[package]]
5863name = "hyper-rustls"
5864version = "0.27.3"
5865source = "registry+https://github.com/rust-lang/crates.io-index"
5866checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5867dependencies = [
5868 "futures-util",
5869 "http 1.2.0",
5870 "hyper 1.5.1",
5871 "hyper-util",
5872 "rustls 0.23.20",
5873 "rustls-native-certs 0.8.1",
5874 "rustls-pki-types",
5875 "tokio",
5876 "tokio-rustls 0.26.1",
5877 "tower-service",
5878]
5879
5880[[package]]
5881name = "hyper-tls"
5882version = "0.5.0"
5883source = "registry+https://github.com/rust-lang/crates.io-index"
5884checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5885dependencies = [
5886 "bytes 1.9.0",
5887 "hyper 0.14.32",
5888 "native-tls",
5889 "tokio",
5890 "tokio-native-tls",
5891]
5892
5893[[package]]
5894name = "hyper-util"
5895version = "0.1.10"
5896source = "registry+https://github.com/rust-lang/crates.io-index"
5897checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
5898dependencies = [
5899 "bytes 1.9.0",
5900 "futures-channel",
5901 "futures-util",
5902 "http 1.2.0",
5903 "http-body 1.0.1",
5904 "hyper 1.5.1",
5905 "pin-project-lite",
5906 "socket2",
5907 "tokio",
5908 "tower-service",
5909 "tracing",
5910]
5911
5912[[package]]
5913name = "iana-time-zone"
5914version = "0.1.61"
5915source = "registry+https://github.com/rust-lang/crates.io-index"
5916checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
5917dependencies = [
5918 "android_system_properties",
5919 "core-foundation-sys",
5920 "iana-time-zone-haiku",
5921 "js-sys",
5922 "wasm-bindgen",
5923 "windows-core 0.52.0",
5924]
5925
5926[[package]]
5927name = "iana-time-zone-haiku"
5928version = "0.1.2"
5929source = "registry+https://github.com/rust-lang/crates.io-index"
5930checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5931dependencies = [
5932 "cc",
5933]
5934
5935[[package]]
5936name = "icu_collections"
5937version = "1.5.0"
5938source = "registry+https://github.com/rust-lang/crates.io-index"
5939checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
5940dependencies = [
5941 "displaydoc",
5942 "yoke",
5943 "zerofrom",
5944 "zerovec",
5945]
5946
5947[[package]]
5948name = "icu_locid"
5949version = "1.5.0"
5950source = "registry+https://github.com/rust-lang/crates.io-index"
5951checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
5952dependencies = [
5953 "displaydoc",
5954 "litemap",
5955 "tinystr",
5956 "writeable",
5957 "zerovec",
5958]
5959
5960[[package]]
5961name = "icu_locid_transform"
5962version = "1.5.0"
5963source = "registry+https://github.com/rust-lang/crates.io-index"
5964checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
5965dependencies = [
5966 "displaydoc",
5967 "icu_locid",
5968 "icu_locid_transform_data",
5969 "icu_provider",
5970 "tinystr",
5971 "zerovec",
5972]
5973
5974[[package]]
5975name = "icu_locid_transform_data"
5976version = "1.5.0"
5977source = "registry+https://github.com/rust-lang/crates.io-index"
5978checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
5979
5980[[package]]
5981name = "icu_normalizer"
5982version = "1.5.0"
5983source = "registry+https://github.com/rust-lang/crates.io-index"
5984checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
5985dependencies = [
5986 "displaydoc",
5987 "icu_collections",
5988 "icu_normalizer_data",
5989 "icu_properties",
5990 "icu_provider",
5991 "smallvec",
5992 "utf16_iter",
5993 "utf8_iter",
5994 "write16",
5995 "zerovec",
5996]
5997
5998[[package]]
5999name = "icu_normalizer_data"
6000version = "1.5.0"
6001source = "registry+https://github.com/rust-lang/crates.io-index"
6002checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6003
6004[[package]]
6005name = "icu_properties"
6006version = "1.5.1"
6007source = "registry+https://github.com/rust-lang/crates.io-index"
6008checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6009dependencies = [
6010 "displaydoc",
6011 "icu_collections",
6012 "icu_locid_transform",
6013 "icu_properties_data",
6014 "icu_provider",
6015 "tinystr",
6016 "zerovec",
6017]
6018
6019[[package]]
6020name = "icu_properties_data"
6021version = "1.5.0"
6022source = "registry+https://github.com/rust-lang/crates.io-index"
6023checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6024
6025[[package]]
6026name = "icu_provider"
6027version = "1.5.0"
6028source = "registry+https://github.com/rust-lang/crates.io-index"
6029checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6030dependencies = [
6031 "displaydoc",
6032 "icu_locid",
6033 "icu_provider_macros",
6034 "stable_deref_trait",
6035 "tinystr",
6036 "writeable",
6037 "yoke",
6038 "zerofrom",
6039 "zerovec",
6040]
6041
6042[[package]]
6043name = "icu_provider_macros"
6044version = "1.5.0"
6045source = "registry+https://github.com/rust-lang/crates.io-index"
6046checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6047dependencies = [
6048 "proc-macro2",
6049 "quote",
6050 "syn 2.0.90",
6051]
6052
6053[[package]]
6054name = "id-arena"
6055version = "2.2.1"
6056source = "registry+https://github.com/rust-lang/crates.io-index"
6057checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6058
6059[[package]]
6060name = "idna"
6061version = "1.0.3"
6062source = "registry+https://github.com/rust-lang/crates.io-index"
6063checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6064dependencies = [
6065 "idna_adapter",
6066 "smallvec",
6067 "utf8_iter",
6068]
6069
6070[[package]]
6071name = "idna_adapter"
6072version = "1.2.0"
6073source = "registry+https://github.com/rust-lang/crates.io-index"
6074checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6075dependencies = [
6076 "icu_normalizer",
6077 "icu_properties",
6078]
6079
6080[[package]]
6081name = "ignore"
6082version = "0.4.23"
6083source = "registry+https://github.com/rust-lang/crates.io-index"
6084checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6085dependencies = [
6086 "crossbeam-deque",
6087 "globset",
6088 "log",
6089 "memchr",
6090 "regex-automata 0.4.9",
6091 "same-file",
6092 "walkdir",
6093 "winapi-util",
6094]
6095
6096[[package]]
6097name = "image"
6098version = "0.25.5"
6099source = "registry+https://github.com/rust-lang/crates.io-index"
6100checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6101dependencies = [
6102 "bytemuck",
6103 "byteorder-lite",
6104 "color_quant",
6105 "exr",
6106 "gif",
6107 "image-webp",
6108 "num-traits",
6109 "png",
6110 "qoi",
6111 "ravif",
6112 "rayon",
6113 "rgb",
6114 "tiff",
6115 "zune-core",
6116 "zune-jpeg",
6117]
6118
6119[[package]]
6120name = "image-webp"
6121version = "0.2.0"
6122source = "registry+https://github.com/rust-lang/crates.io-index"
6123checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6124dependencies = [
6125 "byteorder-lite",
6126 "quick-error",
6127]
6128
6129[[package]]
6130name = "image_viewer"
6131version = "0.1.0"
6132dependencies = [
6133 "anyhow",
6134 "db",
6135 "editor",
6136 "file_icons",
6137 "gpui",
6138 "project",
6139 "settings",
6140 "theme",
6141 "ui",
6142 "util",
6143 "workspace",
6144]
6145
6146[[package]]
6147name = "imagesize"
6148version = "0.13.0"
6149source = "registry+https://github.com/rust-lang/crates.io-index"
6150checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6151
6152[[package]]
6153name = "imgref"
6154version = "1.11.0"
6155source = "registry+https://github.com/rust-lang/crates.io-index"
6156checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6157
6158[[package]]
6159name = "indexed_docs"
6160version = "0.1.0"
6161dependencies = [
6162 "anyhow",
6163 "async-trait",
6164 "cargo_metadata",
6165 "collections",
6166 "derive_more",
6167 "extension",
6168 "fs",
6169 "futures 0.3.31",
6170 "fuzzy",
6171 "gpui",
6172 "heed",
6173 "html_to_markdown",
6174 "http_client",
6175 "indexmap",
6176 "indoc",
6177 "parking_lot",
6178 "paths",
6179 "pretty_assertions",
6180 "serde",
6181 "strum",
6182 "util",
6183]
6184
6185[[package]]
6186name = "indexmap"
6187version = "2.7.0"
6188source = "registry+https://github.com/rust-lang/crates.io-index"
6189checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
6190dependencies = [
6191 "equivalent",
6192 "hashbrown 0.15.2",
6193 "serde",
6194]
6195
6196[[package]]
6197name = "indoc"
6198version = "2.0.5"
6199source = "registry+https://github.com/rust-lang/crates.io-index"
6200checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6201
6202[[package]]
6203name = "infer"
6204version = "0.2.3"
6205source = "registry+https://github.com/rust-lang/crates.io-index"
6206checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6207
6208[[package]]
6209name = "inherent"
6210version = "1.0.11"
6211source = "registry+https://github.com/rust-lang/crates.io-index"
6212checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6213dependencies = [
6214 "proc-macro2",
6215 "quote",
6216 "syn 2.0.90",
6217]
6218
6219[[package]]
6220name = "inline_completion"
6221version = "0.1.0"
6222dependencies = [
6223 "gpui",
6224 "language",
6225]
6226
6227[[package]]
6228name = "inline_completion_button"
6229version = "0.1.0"
6230dependencies = [
6231 "anyhow",
6232 "copilot",
6233 "editor",
6234 "feature_flags",
6235 "fs",
6236 "futures 0.3.31",
6237 "gpui",
6238 "indoc",
6239 "inline_completion",
6240 "language",
6241 "lsp",
6242 "paths",
6243 "project",
6244 "serde_json",
6245 "settings",
6246 "supermaven",
6247 "theme",
6248 "ui",
6249 "workspace",
6250 "zed_actions",
6251 "zeta",
6252]
6253
6254[[package]]
6255name = "inotify"
6256version = "0.9.6"
6257source = "registry+https://github.com/rust-lang/crates.io-index"
6258checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6259dependencies = [
6260 "bitflags 1.3.2",
6261 "inotify-sys",
6262 "libc",
6263]
6264
6265[[package]]
6266name = "inotify-sys"
6267version = "0.1.5"
6268source = "registry+https://github.com/rust-lang/crates.io-index"
6269checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6270dependencies = [
6271 "libc",
6272]
6273
6274[[package]]
6275name = "inout"
6276version = "0.1.3"
6277source = "registry+https://github.com/rust-lang/crates.io-index"
6278checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6279dependencies = [
6280 "block-padding",
6281 "generic-array",
6282]
6283
6284[[package]]
6285name = "install_cli"
6286version = "0.1.0"
6287dependencies = [
6288 "anyhow",
6289 "gpui",
6290 "smol",
6291 "util",
6292]
6293
6294[[package]]
6295name = "instant"
6296version = "0.1.13"
6297source = "registry+https://github.com/rust-lang/crates.io-index"
6298checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6299dependencies = [
6300 "cfg-if",
6301]
6302
6303[[package]]
6304name = "interpolate_name"
6305version = "0.2.4"
6306source = "registry+https://github.com/rust-lang/crates.io-index"
6307checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6308dependencies = [
6309 "proc-macro2",
6310 "quote",
6311 "syn 2.0.90",
6312]
6313
6314[[package]]
6315name = "io-extras"
6316version = "0.18.4"
6317source = "registry+https://github.com/rust-lang/crates.io-index"
6318checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6319dependencies = [
6320 "io-lifetimes",
6321 "windows-sys 0.59.0",
6322]
6323
6324[[package]]
6325name = "io-lifetimes"
6326version = "2.0.4"
6327source = "registry+https://github.com/rust-lang/crates.io-index"
6328checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6329
6330[[package]]
6331name = "iovec"
6332version = "0.1.4"
6333source = "registry+https://github.com/rust-lang/crates.io-index"
6334checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6335dependencies = [
6336 "libc",
6337]
6338
6339[[package]]
6340name = "ipc-channel"
6341version = "0.19.0"
6342source = "registry+https://github.com/rust-lang/crates.io-index"
6343checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6344dependencies = [
6345 "bincode",
6346 "crossbeam-channel",
6347 "fnv",
6348 "lazy_static",
6349 "libc",
6350 "mio 1.0.3",
6351 "rand 0.8.5",
6352 "serde",
6353 "tempfile",
6354 "uuid",
6355 "windows 0.58.0",
6356]
6357
6358[[package]]
6359name = "ipnet"
6360version = "2.10.1"
6361source = "registry+https://github.com/rust-lang/crates.io-index"
6362checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6363
6364[[package]]
6365name = "is-docker"
6366version = "0.2.0"
6367source = "registry+https://github.com/rust-lang/crates.io-index"
6368checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6369dependencies = [
6370 "once_cell",
6371]
6372
6373[[package]]
6374name = "is-terminal"
6375version = "0.4.13"
6376source = "registry+https://github.com/rust-lang/crates.io-index"
6377checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6378dependencies = [
6379 "hermit-abi 0.4.0",
6380 "libc",
6381 "windows-sys 0.52.0",
6382]
6383
6384[[package]]
6385name = "is-wsl"
6386version = "0.4.0"
6387source = "registry+https://github.com/rust-lang/crates.io-index"
6388checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6389dependencies = [
6390 "is-docker",
6391 "once_cell",
6392]
6393
6394[[package]]
6395name = "is_terminal_polyfill"
6396version = "1.70.1"
6397source = "registry+https://github.com/rust-lang/crates.io-index"
6398checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6399
6400[[package]]
6401name = "itertools"
6402version = "0.10.5"
6403source = "registry+https://github.com/rust-lang/crates.io-index"
6404checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6405dependencies = [
6406 "either",
6407]
6408
6409[[package]]
6410name = "itertools"
6411version = "0.11.0"
6412source = "registry+https://github.com/rust-lang/crates.io-index"
6413checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6414dependencies = [
6415 "either",
6416]
6417
6418[[package]]
6419name = "itertools"
6420version = "0.12.1"
6421source = "registry+https://github.com/rust-lang/crates.io-index"
6422checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6423dependencies = [
6424 "either",
6425]
6426
6427[[package]]
6428name = "itertools"
6429version = "0.14.0"
6430source = "registry+https://github.com/rust-lang/crates.io-index"
6431checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6432dependencies = [
6433 "either",
6434]
6435
6436[[package]]
6437name = "itoa"
6438version = "1.0.14"
6439source = "registry+https://github.com/rust-lang/crates.io-index"
6440checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6441
6442[[package]]
6443name = "jni"
6444version = "0.21.1"
6445source = "registry+https://github.com/rust-lang/crates.io-index"
6446checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6447dependencies = [
6448 "cesu8",
6449 "cfg-if",
6450 "combine",
6451 "jni-sys",
6452 "log",
6453 "thiserror 1.0.69",
6454 "walkdir",
6455 "windows-sys 0.45.0",
6456]
6457
6458[[package]]
6459name = "jni-sys"
6460version = "0.3.0"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6463
6464[[package]]
6465name = "jobserver"
6466version = "0.1.32"
6467source = "registry+https://github.com/rust-lang/crates.io-index"
6468checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6469dependencies = [
6470 "libc",
6471]
6472
6473[[package]]
6474name = "journal"
6475version = "0.1.0"
6476dependencies = [
6477 "anyhow",
6478 "chrono",
6479 "editor",
6480 "gpui",
6481 "log",
6482 "schemars",
6483 "serde",
6484 "settings",
6485 "shellexpand 2.1.2",
6486 "workspace",
6487]
6488
6489[[package]]
6490name = "jpeg-decoder"
6491version = "0.3.1"
6492source = "registry+https://github.com/rust-lang/crates.io-index"
6493checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6494
6495[[package]]
6496name = "js-sys"
6497version = "0.3.76"
6498source = "registry+https://github.com/rust-lang/crates.io-index"
6499checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6500dependencies = [
6501 "once_cell",
6502 "wasm-bindgen",
6503]
6504
6505[[package]]
6506name = "jsonwebtoken"
6507version = "9.3.0"
6508source = "registry+https://github.com/rust-lang/crates.io-index"
6509checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6510dependencies = [
6511 "base64 0.21.7",
6512 "js-sys",
6513 "pem",
6514 "ring",
6515 "serde",
6516 "serde_json",
6517 "simple_asn1",
6518]
6519
6520[[package]]
6521name = "jupyter-protocol"
6522version = "0.6.0"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6525dependencies = [
6526 "anyhow",
6527 "async-trait",
6528 "bytes 1.9.0",
6529 "chrono",
6530 "futures 0.3.31",
6531 "serde",
6532 "serde_json",
6533 "uuid",
6534]
6535
6536[[package]]
6537name = "jupyter-websocket-client"
6538version = "0.9.0"
6539source = "registry+https://github.com/rust-lang/crates.io-index"
6540checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6541dependencies = [
6542 "anyhow",
6543 "async-trait",
6544 "async-tungstenite 0.28.2",
6545 "futures 0.3.31",
6546 "jupyter-protocol",
6547 "serde",
6548 "serde_json",
6549 "url",
6550 "uuid",
6551]
6552
6553[[package]]
6554name = "khronos-egl"
6555version = "6.0.0"
6556source = "registry+https://github.com/rust-lang/crates.io-index"
6557checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6558dependencies = [
6559 "libc",
6560 "libloading",
6561]
6562
6563[[package]]
6564name = "kqueue"
6565version = "1.0.8"
6566source = "registry+https://github.com/rust-lang/crates.io-index"
6567checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6568dependencies = [
6569 "kqueue-sys",
6570 "libc",
6571]
6572
6573[[package]]
6574name = "kqueue-sys"
6575version = "1.0.4"
6576source = "registry+https://github.com/rust-lang/crates.io-index"
6577checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6578dependencies = [
6579 "bitflags 1.3.2",
6580 "libc",
6581]
6582
6583[[package]]
6584name = "kurbo"
6585version = "0.11.1"
6586source = "registry+https://github.com/rust-lang/crates.io-index"
6587checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6588dependencies = [
6589 "arrayvec",
6590 "smallvec",
6591]
6592
6593[[package]]
6594name = "kv-log-macro"
6595version = "1.0.7"
6596source = "registry+https://github.com/rust-lang/crates.io-index"
6597checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6598dependencies = [
6599 "log",
6600]
6601
6602[[package]]
6603name = "language"
6604version = "0.1.0"
6605dependencies = [
6606 "anyhow",
6607 "async-trait",
6608 "async-watch",
6609 "clock",
6610 "collections",
6611 "ctor",
6612 "ec4rs",
6613 "env_logger 0.11.6",
6614 "fs",
6615 "futures 0.3.31",
6616 "fuzzy",
6617 "globset",
6618 "gpui",
6619 "http_client",
6620 "indoc",
6621 "itertools 0.14.0",
6622 "log",
6623 "lsp",
6624 "parking_lot",
6625 "postage",
6626 "pretty_assertions",
6627 "pulldown-cmark 0.12.2",
6628 "rand 0.8.5",
6629 "regex",
6630 "rpc",
6631 "schemars",
6632 "serde",
6633 "serde_json",
6634 "settings",
6635 "similar",
6636 "smallvec",
6637 "smol",
6638 "strsim",
6639 "sum_tree",
6640 "task",
6641 "text",
6642 "theme",
6643 "tree-sitter",
6644 "tree-sitter-elixir",
6645 "tree-sitter-embedded-template",
6646 "tree-sitter-heex",
6647 "tree-sitter-html",
6648 "tree-sitter-json",
6649 "tree-sitter-md",
6650 "tree-sitter-ruby",
6651 "tree-sitter-rust",
6652 "tree-sitter-typescript",
6653 "unicase",
6654 "unindent",
6655 "util",
6656]
6657
6658[[package]]
6659name = "language_extension"
6660version = "0.1.0"
6661dependencies = [
6662 "anyhow",
6663 "async-trait",
6664 "collections",
6665 "extension",
6666 "fs",
6667 "futures 0.3.31",
6668 "gpui",
6669 "language",
6670 "lsp",
6671 "serde",
6672 "serde_json",
6673 "util",
6674]
6675
6676[[package]]
6677name = "language_model"
6678version = "0.1.0"
6679dependencies = [
6680 "anthropic",
6681 "anyhow",
6682 "base64 0.22.1",
6683 "collections",
6684 "futures 0.3.31",
6685 "google_ai",
6686 "gpui",
6687 "http_client",
6688 "image",
6689 "lmstudio",
6690 "log",
6691 "ollama",
6692 "open_ai",
6693 "parking_lot",
6694 "proto",
6695 "schemars",
6696 "serde",
6697 "serde_json",
6698 "smol",
6699 "strum",
6700 "ui",
6701 "util",
6702]
6703
6704[[package]]
6705name = "language_model_selector"
6706version = "0.1.0"
6707dependencies = [
6708 "feature_flags",
6709 "gpui",
6710 "language_model",
6711 "picker",
6712 "proto",
6713 "ui",
6714 "workspace",
6715 "zed_actions",
6716]
6717
6718[[package]]
6719name = "language_models"
6720version = "0.1.0"
6721dependencies = [
6722 "anthropic",
6723 "anyhow",
6724 "client",
6725 "collections",
6726 "copilot",
6727 "editor",
6728 "feature_flags",
6729 "fs",
6730 "futures 0.3.31",
6731 "google_ai",
6732 "gpui",
6733 "http_client",
6734 "language_model",
6735 "lmstudio",
6736 "menu",
6737 "ollama",
6738 "open_ai",
6739 "project",
6740 "proto",
6741 "schemars",
6742 "serde",
6743 "serde_json",
6744 "settings",
6745 "smol",
6746 "strum",
6747 "telemetry_events",
6748 "theme",
6749 "thiserror 1.0.69",
6750 "tiktoken-rs",
6751 "ui",
6752 "util",
6753]
6754
6755[[package]]
6756name = "language_selector"
6757version = "0.1.0"
6758dependencies = [
6759 "anyhow",
6760 "editor",
6761 "file_finder",
6762 "file_icons",
6763 "fuzzy",
6764 "gpui",
6765 "language",
6766 "picker",
6767 "project",
6768 "settings",
6769 "ui",
6770 "util",
6771 "workspace",
6772]
6773
6774[[package]]
6775name = "language_tools"
6776version = "0.1.0"
6777dependencies = [
6778 "anyhow",
6779 "client",
6780 "collections",
6781 "copilot",
6782 "editor",
6783 "env_logger 0.11.6",
6784 "futures 0.3.31",
6785 "gpui",
6786 "itertools 0.14.0",
6787 "language",
6788 "lsp",
6789 "project",
6790 "release_channel",
6791 "serde_json",
6792 "settings",
6793 "theme",
6794 "tree-sitter",
6795 "ui",
6796 "util",
6797 "workspace",
6798 "zed_actions",
6799]
6800
6801[[package]]
6802name = "languages"
6803version = "0.1.0"
6804dependencies = [
6805 "anyhow",
6806 "async-compression",
6807 "async-tar",
6808 "async-trait",
6809 "collections",
6810 "futures 0.3.31",
6811 "gpui",
6812 "http_client",
6813 "language",
6814 "log",
6815 "lsp",
6816 "node_runtime",
6817 "paths",
6818 "pet",
6819 "pet-conda",
6820 "pet-core",
6821 "pet-fs",
6822 "pet-poetry",
6823 "pet-reporter",
6824 "project",
6825 "regex",
6826 "rope",
6827 "rust-embed",
6828 "serde",
6829 "serde_json",
6830 "settings",
6831 "smol",
6832 "task",
6833 "text",
6834 "theme",
6835 "toml 0.8.19",
6836 "tree-sitter",
6837 "tree-sitter-bash",
6838 "tree-sitter-c",
6839 "tree-sitter-cpp",
6840 "tree-sitter-css",
6841 "tree-sitter-diff",
6842 "tree-sitter-go",
6843 "tree-sitter-gomod",
6844 "tree-sitter-gowork",
6845 "tree-sitter-jsdoc",
6846 "tree-sitter-json",
6847 "tree-sitter-md",
6848 "tree-sitter-python",
6849 "tree-sitter-regex",
6850 "tree-sitter-rust",
6851 "tree-sitter-typescript",
6852 "tree-sitter-yaml",
6853 "unindent",
6854 "util",
6855 "workspace",
6856]
6857
6858[[package]]
6859name = "lazy_static"
6860version = "1.5.0"
6861source = "registry+https://github.com/rust-lang/crates.io-index"
6862checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6863dependencies = [
6864 "spin",
6865]
6866
6867[[package]]
6868name = "leb128"
6869version = "0.2.5"
6870source = "registry+https://github.com/rust-lang/crates.io-index"
6871checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6872
6873[[package]]
6874name = "lebe"
6875version = "0.5.2"
6876source = "registry+https://github.com/rust-lang/crates.io-index"
6877checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6878
6879[[package]]
6880name = "libc"
6881version = "0.2.169"
6882source = "registry+https://github.com/rust-lang/crates.io-index"
6883checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
6884
6885[[package]]
6886name = "libdbus-sys"
6887version = "0.2.5"
6888source = "registry+https://github.com/rust-lang/crates.io-index"
6889checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6890dependencies = [
6891 "cc",
6892 "pkg-config",
6893]
6894
6895[[package]]
6896name = "libfuzzer-sys"
6897version = "0.4.8"
6898source = "registry+https://github.com/rust-lang/crates.io-index"
6899checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
6900dependencies = [
6901 "arbitrary",
6902 "cc",
6903]
6904
6905[[package]]
6906name = "libgit2-sys"
6907version = "0.17.0+1.8.1"
6908source = "registry+https://github.com/rust-lang/crates.io-index"
6909checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6910dependencies = [
6911 "cc",
6912 "libc",
6913 "libz-sys",
6914 "pkg-config",
6915]
6916
6917[[package]]
6918name = "libloading"
6919version = "0.8.6"
6920source = "registry+https://github.com/rust-lang/crates.io-index"
6921checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
6922dependencies = [
6923 "cfg-if",
6924 "windows-targets 0.52.6",
6925]
6926
6927[[package]]
6928name = "libm"
6929version = "0.2.11"
6930source = "registry+https://github.com/rust-lang/crates.io-index"
6931checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
6932
6933[[package]]
6934name = "libmimalloc-sys"
6935version = "0.1.39"
6936source = "registry+https://github.com/rust-lang/crates.io-index"
6937checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6938dependencies = [
6939 "cc",
6940 "libc",
6941]
6942
6943[[package]]
6944name = "libredox"
6945version = "0.1.3"
6946source = "registry+https://github.com/rust-lang/crates.io-index"
6947checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6948dependencies = [
6949 "bitflags 2.6.0",
6950 "libc",
6951 "redox_syscall 0.5.8",
6952]
6953
6954[[package]]
6955name = "libsqlite3-sys"
6956version = "0.30.1"
6957source = "registry+https://github.com/rust-lang/crates.io-index"
6958checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
6959dependencies = [
6960 "cc",
6961 "pkg-config",
6962 "vcpkg",
6963]
6964
6965[[package]]
6966name = "libwebrtc"
6967version = "0.3.7"
6968source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
6969dependencies = [
6970 "cxx",
6971 "jni",
6972 "js-sys",
6973 "lazy_static",
6974 "livekit-protocol",
6975 "livekit-runtime",
6976 "log",
6977 "parking_lot",
6978 "serde",
6979 "serde_json",
6980 "thiserror 1.0.69",
6981 "tokio",
6982 "wasm-bindgen",
6983 "wasm-bindgen-futures",
6984 "web-sys",
6985 "webrtc-sys",
6986]
6987
6988[[package]]
6989name = "libz-sys"
6990version = "1.1.20"
6991source = "registry+https://github.com/rust-lang/crates.io-index"
6992checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6993dependencies = [
6994 "cc",
6995 "libc",
6996 "pkg-config",
6997 "vcpkg",
6998]
6999
7000[[package]]
7001name = "link-cplusplus"
7002version = "1.0.9"
7003source = "registry+https://github.com/rust-lang/crates.io-index"
7004checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7005dependencies = [
7006 "cc",
7007]
7008
7009[[package]]
7010name = "linkify"
7011version = "0.10.0"
7012source = "registry+https://github.com/rust-lang/crates.io-index"
7013checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7014dependencies = [
7015 "memchr",
7016]
7017
7018[[package]]
7019name = "linkme"
7020version = "0.3.31"
7021source = "registry+https://github.com/rust-lang/crates.io-index"
7022checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7023dependencies = [
7024 "linkme-impl",
7025]
7026
7027[[package]]
7028name = "linkme-impl"
7029version = "0.3.31"
7030source = "registry+https://github.com/rust-lang/crates.io-index"
7031checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7032dependencies = [
7033 "proc-macro2",
7034 "quote",
7035 "syn 2.0.90",
7036]
7037
7038[[package]]
7039name = "linux-raw-sys"
7040version = "0.4.14"
7041source = "registry+https://github.com/rust-lang/crates.io-index"
7042checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7043
7044[[package]]
7045name = "litemap"
7046version = "0.7.4"
7047source = "registry+https://github.com/rust-lang/crates.io-index"
7048checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7049
7050[[package]]
7051name = "livekit"
7052version = "0.7.0"
7053source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7054dependencies = [
7055 "chrono",
7056 "futures-util",
7057 "lazy_static",
7058 "libwebrtc",
7059 "livekit-api",
7060 "livekit-protocol",
7061 "livekit-runtime",
7062 "log",
7063 "parking_lot",
7064 "prost 0.12.6",
7065 "semver",
7066 "serde",
7067 "serde_json",
7068 "thiserror 1.0.69",
7069 "tokio",
7070]
7071
7072[[package]]
7073name = "livekit-api"
7074version = "0.4.1"
7075source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7076dependencies = [
7077 "async-tungstenite 0.25.1",
7078 "futures-util",
7079 "http 0.2.12",
7080 "jsonwebtoken",
7081 "livekit-protocol",
7082 "livekit-runtime",
7083 "log",
7084 "parking_lot",
7085 "prost 0.12.6",
7086 "reqwest 0.11.27",
7087 "scopeguard",
7088 "serde",
7089 "serde_json",
7090 "sha2",
7091 "thiserror 1.0.69",
7092 "tokio",
7093 "tokio-tungstenite 0.20.1",
7094 "url",
7095]
7096
7097[[package]]
7098name = "livekit-protocol"
7099version = "0.3.6"
7100source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7101dependencies = [
7102 "futures-util",
7103 "livekit-runtime",
7104 "parking_lot",
7105 "pbjson",
7106 "pbjson-types",
7107 "prost 0.12.6",
7108 "prost-types 0.12.6",
7109 "serde",
7110 "thiserror 1.0.69",
7111 "tokio",
7112]
7113
7114[[package]]
7115name = "livekit-runtime"
7116version = "0.3.1"
7117source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7118dependencies = [
7119 "async-io",
7120 "async-std",
7121 "async-task",
7122 "futures 0.3.31",
7123]
7124
7125[[package]]
7126name = "livekit_client"
7127version = "0.1.0"
7128dependencies = [
7129 "anyhow",
7130 "async-trait",
7131 "collections",
7132 "core-foundation 0.9.4",
7133 "coreaudio-rs 0.12.1",
7134 "cpal",
7135 "futures 0.3.31",
7136 "gpui",
7137 "http 0.2.12",
7138 "http_client",
7139 "image",
7140 "livekit",
7141 "livekit_server",
7142 "log",
7143 "media",
7144 "nanoid",
7145 "parking_lot",
7146 "postage",
7147 "serde",
7148 "serde_json",
7149 "sha2",
7150 "simplelog",
7151 "smallvec",
7152 "util",
7153]
7154
7155[[package]]
7156name = "livekit_client_macos"
7157version = "0.1.0"
7158dependencies = [
7159 "anyhow",
7160 "async-broadcast",
7161 "async-trait",
7162 "collections",
7163 "core-foundation 0.9.4",
7164 "futures 0.3.31",
7165 "gpui",
7166 "livekit_server",
7167 "log",
7168 "media",
7169 "nanoid",
7170 "parking_lot",
7171 "postage",
7172 "serde",
7173 "serde_json",
7174 "sha2",
7175 "simplelog",
7176]
7177
7178[[package]]
7179name = "livekit_server"
7180version = "0.1.0"
7181dependencies = [
7182 "anyhow",
7183 "async-trait",
7184 "jsonwebtoken",
7185 "log",
7186 "prost 0.9.0",
7187 "prost-build 0.9.0",
7188 "prost-types 0.9.0",
7189 "reqwest 0.12.8",
7190 "serde",
7191]
7192
7193[[package]]
7194name = "lmdb-master-sys"
7195version = "0.2.4"
7196source = "registry+https://github.com/rust-lang/crates.io-index"
7197checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7198dependencies = [
7199 "cc",
7200 "doxygen-rs",
7201 "libc",
7202]
7203
7204[[package]]
7205name = "lmstudio"
7206version = "0.1.0"
7207dependencies = [
7208 "anyhow",
7209 "futures 0.3.31",
7210 "http_client",
7211 "schemars",
7212 "serde",
7213 "serde_json",
7214]
7215
7216[[package]]
7217name = "lock_api"
7218version = "0.4.12"
7219source = "registry+https://github.com/rust-lang/crates.io-index"
7220checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7221dependencies = [
7222 "autocfg",
7223 "scopeguard",
7224]
7225
7226[[package]]
7227name = "log"
7228version = "0.4.22"
7229source = "registry+https://github.com/rust-lang/crates.io-index"
7230checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
7231dependencies = [
7232 "serde",
7233 "value-bag",
7234]
7235
7236[[package]]
7237name = "loop9"
7238version = "0.1.5"
7239source = "registry+https://github.com/rust-lang/crates.io-index"
7240checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7241dependencies = [
7242 "imgref",
7243]
7244
7245[[package]]
7246name = "lru"
7247version = "0.12.5"
7248source = "registry+https://github.com/rust-lang/crates.io-index"
7249checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7250dependencies = [
7251 "hashbrown 0.15.2",
7252]
7253
7254[[package]]
7255name = "lsp"
7256version = "0.1.0"
7257dependencies = [
7258 "anyhow",
7259 "async-pipe",
7260 "collections",
7261 "ctor",
7262 "env_logger 0.11.6",
7263 "futures 0.3.31",
7264 "gpui",
7265 "log",
7266 "lsp-types",
7267 "parking_lot",
7268 "postage",
7269 "release_channel",
7270 "schemars",
7271 "serde",
7272 "serde_json",
7273 "smol",
7274 "util",
7275]
7276
7277[[package]]
7278name = "lsp-types"
7279version = "0.95.1"
7280source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7281dependencies = [
7282 "bitflags 1.3.2",
7283 "serde",
7284 "serde_json",
7285 "serde_repr",
7286 "url",
7287]
7288
7289[[package]]
7290name = "mac"
7291version = "0.1.1"
7292source = "registry+https://github.com/rust-lang/crates.io-index"
7293checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7294
7295[[package]]
7296name = "mach2"
7297version = "0.4.2"
7298source = "registry+https://github.com/rust-lang/crates.io-index"
7299checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7300dependencies = [
7301 "libc",
7302]
7303
7304[[package]]
7305name = "malloc_buf"
7306version = "0.0.6"
7307source = "registry+https://github.com/rust-lang/crates.io-index"
7308checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7309dependencies = [
7310 "libc",
7311]
7312
7313[[package]]
7314name = "maplit"
7315version = "1.0.2"
7316source = "registry+https://github.com/rust-lang/crates.io-index"
7317checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7318
7319[[package]]
7320name = "markdown"
7321version = "0.1.0"
7322dependencies = [
7323 "anyhow",
7324 "assets",
7325 "env_logger 0.11.6",
7326 "futures 0.3.31",
7327 "gpui",
7328 "language",
7329 "languages",
7330 "linkify",
7331 "log",
7332 "node_runtime",
7333 "pulldown-cmark 0.12.2",
7334 "settings",
7335 "theme",
7336 "ui",
7337 "util",
7338]
7339
7340[[package]]
7341name = "markdown_preview"
7342version = "0.1.0"
7343dependencies = [
7344 "anyhow",
7345 "async-recursion 1.1.1",
7346 "collections",
7347 "editor",
7348 "gpui",
7349 "language",
7350 "linkify",
7351 "log",
7352 "pretty_assertions",
7353 "pulldown-cmark 0.12.2",
7354 "settings",
7355 "theme",
7356 "ui",
7357 "util",
7358 "workspace",
7359]
7360
7361[[package]]
7362name = "markup5ever"
7363version = "0.12.1"
7364source = "registry+https://github.com/rust-lang/crates.io-index"
7365checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7366dependencies = [
7367 "log",
7368 "phf",
7369 "phf_codegen",
7370 "string_cache",
7371 "string_cache_codegen",
7372 "tendril",
7373]
7374
7375[[package]]
7376name = "markup5ever_rcdom"
7377version = "0.3.0"
7378source = "registry+https://github.com/rust-lang/crates.io-index"
7379checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7380dependencies = [
7381 "html5ever",
7382 "markup5ever",
7383 "tendril",
7384 "xml5ever",
7385]
7386
7387[[package]]
7388name = "matchers"
7389version = "0.1.0"
7390source = "registry+https://github.com/rust-lang/crates.io-index"
7391checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7392dependencies = [
7393 "regex-automata 0.1.10",
7394]
7395
7396[[package]]
7397name = "matchit"
7398version = "0.7.3"
7399source = "registry+https://github.com/rust-lang/crates.io-index"
7400checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7401
7402[[package]]
7403name = "maybe-owned"
7404version = "0.3.4"
7405source = "registry+https://github.com/rust-lang/crates.io-index"
7406checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7407
7408[[package]]
7409name = "maybe-rayon"
7410version = "0.1.1"
7411source = "registry+https://github.com/rust-lang/crates.io-index"
7412checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7413dependencies = [
7414 "cfg-if",
7415 "rayon",
7416]
7417
7418[[package]]
7419name = "md-5"
7420version = "0.10.6"
7421source = "registry+https://github.com/rust-lang/crates.io-index"
7422checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7423dependencies = [
7424 "cfg-if",
7425 "digest",
7426]
7427
7428[[package]]
7429name = "mdbook"
7430version = "0.4.43"
7431source = "registry+https://github.com/rust-lang/crates.io-index"
7432checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7433dependencies = [
7434 "ammonia",
7435 "anyhow",
7436 "chrono",
7437 "clap",
7438 "clap_complete",
7439 "elasticlunr-rs",
7440 "env_logger 0.11.6",
7441 "futures-util",
7442 "handlebars 6.2.0",
7443 "ignore",
7444 "log",
7445 "memchr",
7446 "notify",
7447 "notify-debouncer-mini",
7448 "once_cell",
7449 "opener",
7450 "pathdiff",
7451 "pulldown-cmark 0.10.3",
7452 "regex",
7453 "serde",
7454 "serde_json",
7455 "shlex",
7456 "tempfile",
7457 "tokio",
7458 "toml 0.5.11",
7459 "topological-sort",
7460 "walkdir",
7461 "warp",
7462]
7463
7464[[package]]
7465name = "media"
7466version = "0.1.0"
7467dependencies = [
7468 "anyhow",
7469 "bindgen",
7470 "core-foundation 0.9.4",
7471 "ctor",
7472 "foreign-types 0.5.0",
7473 "metal",
7474 "objc",
7475]
7476
7477[[package]]
7478name = "memchr"
7479version = "2.7.4"
7480source = "registry+https://github.com/rust-lang/crates.io-index"
7481checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7482
7483[[package]]
7484name = "memfd"
7485version = "0.6.4"
7486source = "registry+https://github.com/rust-lang/crates.io-index"
7487checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7488dependencies = [
7489 "rustix",
7490]
7491
7492[[package]]
7493name = "memmap2"
7494version = "0.9.5"
7495source = "registry+https://github.com/rust-lang/crates.io-index"
7496checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7497dependencies = [
7498 "libc",
7499]
7500
7501[[package]]
7502name = "memoffset"
7503version = "0.9.1"
7504source = "registry+https://github.com/rust-lang/crates.io-index"
7505checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7506dependencies = [
7507 "autocfg",
7508]
7509
7510[[package]]
7511name = "menu"
7512version = "0.1.0"
7513dependencies = [
7514 "gpui",
7515 "serde",
7516]
7517
7518[[package]]
7519name = "metal"
7520version = "0.30.0"
7521source = "registry+https://github.com/rust-lang/crates.io-index"
7522checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9"
7523dependencies = [
7524 "bitflags 2.6.0",
7525 "block",
7526 "core-graphics-types 0.1.3",
7527 "foreign-types 0.5.0",
7528 "log",
7529 "objc",
7530 "paste",
7531]
7532
7533[[package]]
7534name = "mimalloc"
7535version = "0.1.43"
7536source = "registry+https://github.com/rust-lang/crates.io-index"
7537checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7538dependencies = [
7539 "libmimalloc-sys",
7540]
7541
7542[[package]]
7543name = "mime"
7544version = "0.3.17"
7545source = "registry+https://github.com/rust-lang/crates.io-index"
7546checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7547
7548[[package]]
7549name = "mime_guess"
7550version = "2.0.5"
7551source = "registry+https://github.com/rust-lang/crates.io-index"
7552checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7553dependencies = [
7554 "mime",
7555 "unicase",
7556]
7557
7558[[package]]
7559name = "minimal-lexical"
7560version = "0.2.1"
7561source = "registry+https://github.com/rust-lang/crates.io-index"
7562checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7563
7564[[package]]
7565name = "miniz_oxide"
7566version = "0.8.0"
7567source = "registry+https://github.com/rust-lang/crates.io-index"
7568checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7569dependencies = [
7570 "adler2",
7571 "simd-adler32",
7572]
7573
7574[[package]]
7575name = "mint"
7576version = "0.5.9"
7577source = "registry+https://github.com/rust-lang/crates.io-index"
7578checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7579
7580[[package]]
7581name = "mio"
7582version = "0.8.11"
7583source = "registry+https://github.com/rust-lang/crates.io-index"
7584checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7585dependencies = [
7586 "libc",
7587 "log",
7588 "wasi 0.11.0+wasi-snapshot-preview1",
7589 "windows-sys 0.48.0",
7590]
7591
7592[[package]]
7593name = "mio"
7594version = "1.0.3"
7595source = "registry+https://github.com/rust-lang/crates.io-index"
7596checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7597dependencies = [
7598 "libc",
7599 "log",
7600 "wasi 0.11.0+wasi-snapshot-preview1",
7601 "windows-sys 0.52.0",
7602]
7603
7604[[package]]
7605name = "miow"
7606version = "0.6.0"
7607source = "registry+https://github.com/rust-lang/crates.io-index"
7608checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7609dependencies = [
7610 "windows-sys 0.48.0",
7611]
7612
7613[[package]]
7614name = "msvc_spectre_libs"
7615version = "0.1.2"
7616source = "registry+https://github.com/rust-lang/crates.io-index"
7617checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7618dependencies = [
7619 "cc",
7620]
7621
7622[[package]]
7623name = "multi_buffer"
7624version = "0.1.0"
7625dependencies = [
7626 "anyhow",
7627 "clock",
7628 "collections",
7629 "ctor",
7630 "env_logger 0.11.6",
7631 "futures 0.3.31",
7632 "gpui",
7633 "itertools 0.14.0",
7634 "language",
7635 "log",
7636 "parking_lot",
7637 "rand 0.8.5",
7638 "serde",
7639 "settings",
7640 "smallvec",
7641 "sum_tree",
7642 "text",
7643 "theme",
7644 "tree-sitter",
7645 "util",
7646]
7647
7648[[package]]
7649name = "multimap"
7650version = "0.8.3"
7651source = "registry+https://github.com/rust-lang/crates.io-index"
7652checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7653
7654[[package]]
7655name = "multimap"
7656version = "0.10.0"
7657source = "registry+https://github.com/rust-lang/crates.io-index"
7658checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7659
7660[[package]]
7661name = "naga"
7662version = "23.1.0"
7663source = "registry+https://github.com/rust-lang/crates.io-index"
7664checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7665dependencies = [
7666 "arrayvec",
7667 "bit-set 0.8.0",
7668 "bitflags 2.6.0",
7669 "cfg_aliases 0.1.1",
7670 "codespan-reporting",
7671 "hexf-parse",
7672 "indexmap",
7673 "log",
7674 "rustc-hash 1.1.0",
7675 "spirv",
7676 "termcolor",
7677 "thiserror 1.0.69",
7678 "unicode-xid",
7679]
7680
7681[[package]]
7682name = "nanoid"
7683version = "0.4.0"
7684source = "registry+https://github.com/rust-lang/crates.io-index"
7685checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7686dependencies = [
7687 "rand 0.8.5",
7688]
7689
7690[[package]]
7691name = "nanorand"
7692version = "0.7.0"
7693source = "registry+https://github.com/rust-lang/crates.io-index"
7694checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7695dependencies = [
7696 "getrandom 0.2.15",
7697]
7698
7699[[package]]
7700name = "native-tls"
7701version = "0.2.12"
7702source = "registry+https://github.com/rust-lang/crates.io-index"
7703checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7704dependencies = [
7705 "libc",
7706 "log",
7707 "openssl",
7708 "openssl-probe",
7709 "openssl-sys",
7710 "schannel",
7711 "security-framework 2.11.1",
7712 "security-framework-sys",
7713 "tempfile",
7714]
7715
7716[[package]]
7717name = "nbformat"
7718version = "0.10.0"
7719source = "registry+https://github.com/rust-lang/crates.io-index"
7720checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
7721dependencies = [
7722 "anyhow",
7723 "chrono",
7724 "jupyter-protocol",
7725 "serde",
7726 "serde_json",
7727 "thiserror 1.0.69",
7728 "uuid",
7729]
7730
7731[[package]]
7732name = "ndk"
7733version = "0.8.0"
7734source = "registry+https://github.com/rust-lang/crates.io-index"
7735checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7736dependencies = [
7737 "bitflags 2.6.0",
7738 "jni-sys",
7739 "log",
7740 "ndk-sys",
7741 "num_enum",
7742 "thiserror 1.0.69",
7743]
7744
7745[[package]]
7746name = "ndk-context"
7747version = "0.1.1"
7748source = "registry+https://github.com/rust-lang/crates.io-index"
7749checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7750
7751[[package]]
7752name = "ndk-sys"
7753version = "0.5.0+25.2.9519653"
7754source = "registry+https://github.com/rust-lang/crates.io-index"
7755checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7756dependencies = [
7757 "jni-sys",
7758]
7759
7760[[package]]
7761name = "new_debug_unreachable"
7762version = "1.0.6"
7763source = "registry+https://github.com/rust-lang/crates.io-index"
7764checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7765
7766[[package]]
7767name = "nix"
7768version = "0.29.0"
7769source = "registry+https://github.com/rust-lang/crates.io-index"
7770checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7771dependencies = [
7772 "bitflags 2.6.0",
7773 "cfg-if",
7774 "cfg_aliases 0.2.1",
7775 "libc",
7776 "memoffset",
7777]
7778
7779[[package]]
7780name = "node_runtime"
7781version = "0.1.0"
7782dependencies = [
7783 "anyhow",
7784 "async-compression",
7785 "async-std",
7786 "async-tar",
7787 "async-trait",
7788 "async-watch",
7789 "async_zip",
7790 "futures 0.3.31",
7791 "http_client",
7792 "log",
7793 "paths",
7794 "semver",
7795 "serde",
7796 "serde_json",
7797 "smol",
7798 "tempfile",
7799 "util",
7800 "walkdir",
7801 "which 6.0.3",
7802]
7803
7804[[package]]
7805name = "nom"
7806version = "7.1.3"
7807source = "registry+https://github.com/rust-lang/crates.io-index"
7808checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7809dependencies = [
7810 "memchr",
7811 "minimal-lexical",
7812]
7813
7814[[package]]
7815name = "noop_proc_macro"
7816version = "0.3.0"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7819
7820[[package]]
7821name = "normpath"
7822version = "1.3.0"
7823source = "registry+https://github.com/rust-lang/crates.io-index"
7824checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7825dependencies = [
7826 "windows-sys 0.59.0",
7827]
7828
7829[[package]]
7830name = "notifications"
7831version = "0.1.0"
7832dependencies = [
7833 "anyhow",
7834 "channel",
7835 "client",
7836 "collections",
7837 "db",
7838 "gpui",
7839 "rpc",
7840 "settings",
7841 "sum_tree",
7842 "time",
7843 "util",
7844]
7845
7846[[package]]
7847name = "notify"
7848version = "6.1.1"
7849source = "registry+https://github.com/rust-lang/crates.io-index"
7850checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7851dependencies = [
7852 "bitflags 2.6.0",
7853 "crossbeam-channel",
7854 "filetime",
7855 "fsevent-sys 4.1.0",
7856 "inotify",
7857 "kqueue",
7858 "libc",
7859 "log",
7860 "mio 0.8.11",
7861 "walkdir",
7862 "windows-sys 0.48.0",
7863]
7864
7865[[package]]
7866name = "notify-debouncer-mini"
7867version = "0.4.1"
7868source = "registry+https://github.com/rust-lang/crates.io-index"
7869checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7870dependencies = [
7871 "crossbeam-channel",
7872 "log",
7873 "notify",
7874]
7875
7876[[package]]
7877name = "ntapi"
7878version = "0.4.1"
7879source = "registry+https://github.com/rust-lang/crates.io-index"
7880checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7881dependencies = [
7882 "winapi",
7883]
7884
7885[[package]]
7886name = "nu-ansi-term"
7887version = "0.46.0"
7888source = "registry+https://github.com/rust-lang/crates.io-index"
7889checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7890dependencies = [
7891 "overload",
7892 "winapi",
7893]
7894
7895[[package]]
7896name = "num"
7897version = "0.4.3"
7898source = "registry+https://github.com/rust-lang/crates.io-index"
7899checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7900dependencies = [
7901 "num-bigint",
7902 "num-complex",
7903 "num-integer",
7904 "num-iter",
7905 "num-rational",
7906 "num-traits",
7907]
7908
7909[[package]]
7910name = "num-bigint"
7911version = "0.4.6"
7912source = "registry+https://github.com/rust-lang/crates.io-index"
7913checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7914dependencies = [
7915 "num-integer",
7916 "num-traits",
7917]
7918
7919[[package]]
7920name = "num-bigint-dig"
7921version = "0.8.4"
7922source = "registry+https://github.com/rust-lang/crates.io-index"
7923checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7924dependencies = [
7925 "byteorder",
7926 "lazy_static",
7927 "libm",
7928 "num-integer",
7929 "num-iter",
7930 "num-traits",
7931 "rand 0.8.5",
7932 "serde",
7933 "smallvec",
7934 "zeroize",
7935]
7936
7937[[package]]
7938name = "num-complex"
7939version = "0.4.6"
7940source = "registry+https://github.com/rust-lang/crates.io-index"
7941checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7942dependencies = [
7943 "num-traits",
7944]
7945
7946[[package]]
7947name = "num-conv"
7948version = "0.1.0"
7949source = "registry+https://github.com/rust-lang/crates.io-index"
7950checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7951
7952[[package]]
7953name = "num-derive"
7954version = "0.4.2"
7955source = "registry+https://github.com/rust-lang/crates.io-index"
7956checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7957dependencies = [
7958 "proc-macro2",
7959 "quote",
7960 "syn 2.0.90",
7961]
7962
7963[[package]]
7964name = "num-format"
7965version = "0.4.4"
7966source = "registry+https://github.com/rust-lang/crates.io-index"
7967checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7968dependencies = [
7969 "arrayvec",
7970 "itoa",
7971]
7972
7973[[package]]
7974name = "num-integer"
7975version = "0.1.46"
7976source = "registry+https://github.com/rust-lang/crates.io-index"
7977checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7978dependencies = [
7979 "num-traits",
7980]
7981
7982[[package]]
7983name = "num-iter"
7984version = "0.1.45"
7985source = "registry+https://github.com/rust-lang/crates.io-index"
7986checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7987dependencies = [
7988 "autocfg",
7989 "num-integer",
7990 "num-traits",
7991]
7992
7993[[package]]
7994name = "num-modular"
7995version = "0.6.1"
7996source = "registry+https://github.com/rust-lang/crates.io-index"
7997checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
7998
7999[[package]]
8000name = "num-order"
8001version = "1.2.0"
8002source = "registry+https://github.com/rust-lang/crates.io-index"
8003checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8004dependencies = [
8005 "num-modular",
8006]
8007
8008[[package]]
8009name = "num-rational"
8010version = "0.4.2"
8011source = "registry+https://github.com/rust-lang/crates.io-index"
8012checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8013dependencies = [
8014 "num-bigint",
8015 "num-integer",
8016 "num-traits",
8017]
8018
8019[[package]]
8020name = "num-traits"
8021version = "0.2.19"
8022source = "registry+https://github.com/rust-lang/crates.io-index"
8023checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8024dependencies = [
8025 "autocfg",
8026 "libm",
8027]
8028
8029[[package]]
8030name = "num_cpus"
8031version = "1.16.0"
8032source = "registry+https://github.com/rust-lang/crates.io-index"
8033checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8034dependencies = [
8035 "hermit-abi 0.3.9",
8036 "libc",
8037]
8038
8039[[package]]
8040name = "num_enum"
8041version = "0.7.3"
8042source = "registry+https://github.com/rust-lang/crates.io-index"
8043checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8044dependencies = [
8045 "num_enum_derive",
8046]
8047
8048[[package]]
8049name = "num_enum_derive"
8050version = "0.7.3"
8051source = "registry+https://github.com/rust-lang/crates.io-index"
8052checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8053dependencies = [
8054 "proc-macro-crate",
8055 "proc-macro2",
8056 "quote",
8057 "syn 2.0.90",
8058]
8059
8060[[package]]
8061name = "num_threads"
8062version = "0.1.7"
8063source = "registry+https://github.com/rust-lang/crates.io-index"
8064checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8065dependencies = [
8066 "libc",
8067]
8068
8069[[package]]
8070name = "nvim-rs"
8071version = "0.8.0-pre"
8072source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8073dependencies = [
8074 "async-trait",
8075 "futures 0.3.31",
8076 "log",
8077 "parity-tokio-ipc",
8078 "rmp",
8079 "rmpv",
8080 "tokio",
8081 "tokio-util",
8082 "winapi",
8083]
8084
8085[[package]]
8086name = "objc"
8087version = "0.2.7"
8088source = "registry+https://github.com/rust-lang/crates.io-index"
8089checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8090dependencies = [
8091 "malloc_buf",
8092]
8093
8094[[package]]
8095name = "objc-sys"
8096version = "0.3.5"
8097source = "registry+https://github.com/rust-lang/crates.io-index"
8098checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8099
8100[[package]]
8101name = "objc2"
8102version = "0.5.2"
8103source = "registry+https://github.com/rust-lang/crates.io-index"
8104checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8105dependencies = [
8106 "objc-sys",
8107 "objc2-encode",
8108]
8109
8110[[package]]
8111name = "objc2-app-kit"
8112version = "0.2.2"
8113source = "registry+https://github.com/rust-lang/crates.io-index"
8114checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8115dependencies = [
8116 "bitflags 2.6.0",
8117 "block2",
8118 "libc",
8119 "objc2",
8120 "objc2-core-data",
8121 "objc2-core-image",
8122 "objc2-foundation",
8123 "objc2-quartz-core",
8124]
8125
8126[[package]]
8127name = "objc2-cloud-kit"
8128version = "0.2.2"
8129source = "registry+https://github.com/rust-lang/crates.io-index"
8130checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8131dependencies = [
8132 "bitflags 2.6.0",
8133 "block2",
8134 "objc2",
8135 "objc2-core-location",
8136 "objc2-foundation",
8137]
8138
8139[[package]]
8140name = "objc2-contacts"
8141version = "0.2.2"
8142source = "registry+https://github.com/rust-lang/crates.io-index"
8143checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8144dependencies = [
8145 "block2",
8146 "objc2",
8147 "objc2-foundation",
8148]
8149
8150[[package]]
8151name = "objc2-core-data"
8152version = "0.2.2"
8153source = "registry+https://github.com/rust-lang/crates.io-index"
8154checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8155dependencies = [
8156 "bitflags 2.6.0",
8157 "block2",
8158 "objc2",
8159 "objc2-foundation",
8160]
8161
8162[[package]]
8163name = "objc2-core-image"
8164version = "0.2.2"
8165source = "registry+https://github.com/rust-lang/crates.io-index"
8166checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8167dependencies = [
8168 "block2",
8169 "objc2",
8170 "objc2-foundation",
8171 "objc2-metal",
8172]
8173
8174[[package]]
8175name = "objc2-core-location"
8176version = "0.2.2"
8177source = "registry+https://github.com/rust-lang/crates.io-index"
8178checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8179dependencies = [
8180 "block2",
8181 "objc2",
8182 "objc2-contacts",
8183 "objc2-foundation",
8184]
8185
8186[[package]]
8187name = "objc2-encode"
8188version = "4.0.3"
8189source = "registry+https://github.com/rust-lang/crates.io-index"
8190checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8191
8192[[package]]
8193name = "objc2-foundation"
8194version = "0.2.2"
8195source = "registry+https://github.com/rust-lang/crates.io-index"
8196checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8197dependencies = [
8198 "bitflags 2.6.0",
8199 "block2",
8200 "libc",
8201 "objc2",
8202]
8203
8204[[package]]
8205name = "objc2-link-presentation"
8206version = "0.2.2"
8207source = "registry+https://github.com/rust-lang/crates.io-index"
8208checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8209dependencies = [
8210 "block2",
8211 "objc2",
8212 "objc2-app-kit",
8213 "objc2-foundation",
8214]
8215
8216[[package]]
8217name = "objc2-metal"
8218version = "0.2.2"
8219source = "registry+https://github.com/rust-lang/crates.io-index"
8220checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8221dependencies = [
8222 "bitflags 2.6.0",
8223 "block2",
8224 "objc2",
8225 "objc2-foundation",
8226]
8227
8228[[package]]
8229name = "objc2-quartz-core"
8230version = "0.2.2"
8231source = "registry+https://github.com/rust-lang/crates.io-index"
8232checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8233dependencies = [
8234 "bitflags 2.6.0",
8235 "block2",
8236 "objc2",
8237 "objc2-foundation",
8238 "objc2-metal",
8239]
8240
8241[[package]]
8242name = "objc2-symbols"
8243version = "0.2.2"
8244source = "registry+https://github.com/rust-lang/crates.io-index"
8245checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8246dependencies = [
8247 "objc2",
8248 "objc2-foundation",
8249]
8250
8251[[package]]
8252name = "objc2-ui-kit"
8253version = "0.2.2"
8254source = "registry+https://github.com/rust-lang/crates.io-index"
8255checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8256dependencies = [
8257 "bitflags 2.6.0",
8258 "block2",
8259 "objc2",
8260 "objc2-cloud-kit",
8261 "objc2-core-data",
8262 "objc2-core-image",
8263 "objc2-core-location",
8264 "objc2-foundation",
8265 "objc2-link-presentation",
8266 "objc2-quartz-core",
8267 "objc2-symbols",
8268 "objc2-uniform-type-identifiers",
8269 "objc2-user-notifications",
8270]
8271
8272[[package]]
8273name = "objc2-uniform-type-identifiers"
8274version = "0.2.2"
8275source = "registry+https://github.com/rust-lang/crates.io-index"
8276checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8277dependencies = [
8278 "block2",
8279 "objc2",
8280 "objc2-foundation",
8281]
8282
8283[[package]]
8284name = "objc2-user-notifications"
8285version = "0.2.2"
8286source = "registry+https://github.com/rust-lang/crates.io-index"
8287checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8288dependencies = [
8289 "bitflags 2.6.0",
8290 "block2",
8291 "objc2",
8292 "objc2-core-location",
8293 "objc2-foundation",
8294]
8295
8296[[package]]
8297name = "object"
8298version = "0.36.5"
8299source = "registry+https://github.com/rust-lang/crates.io-index"
8300checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8301dependencies = [
8302 "crc32fast",
8303 "hashbrown 0.15.2",
8304 "indexmap",
8305 "memchr",
8306]
8307
8308[[package]]
8309name = "oboe"
8310version = "0.6.1"
8311source = "registry+https://github.com/rust-lang/crates.io-index"
8312checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8313dependencies = [
8314 "jni",
8315 "ndk",
8316 "ndk-context",
8317 "num-derive",
8318 "num-traits",
8319 "oboe-sys",
8320]
8321
8322[[package]]
8323name = "oboe-sys"
8324version = "0.6.1"
8325source = "registry+https://github.com/rust-lang/crates.io-index"
8326checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8327dependencies = [
8328 "cc",
8329]
8330
8331[[package]]
8332name = "ollama"
8333version = "0.1.0"
8334dependencies = [
8335 "anyhow",
8336 "futures 0.3.31",
8337 "http_client",
8338 "schemars",
8339 "serde",
8340 "serde_json",
8341]
8342
8343[[package]]
8344name = "once_cell"
8345version = "1.20.2"
8346source = "registry+https://github.com/rust-lang/crates.io-index"
8347checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8348
8349[[package]]
8350name = "oo7"
8351version = "0.3.3"
8352source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8353dependencies = [
8354 "aes",
8355 "async-fs",
8356 "async-io",
8357 "async-lock",
8358 "async-net",
8359 "blocking",
8360 "cbc",
8361 "cipher",
8362 "digest",
8363 "endi",
8364 "futures-lite 2.5.0",
8365 "futures-util",
8366 "hkdf",
8367 "hmac",
8368 "md-5",
8369 "num",
8370 "num-bigint-dig",
8371 "pbkdf2 0.12.2",
8372 "rand 0.8.5",
8373 "serde",
8374 "sha2",
8375 "subtle",
8376 "zbus 4.4.0",
8377 "zeroize",
8378 "zvariant 4.2.0",
8379]
8380
8381[[package]]
8382name = "oorandom"
8383version = "11.1.4"
8384source = "registry+https://github.com/rust-lang/crates.io-index"
8385checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8386
8387[[package]]
8388name = "open"
8389version = "5.3.2"
8390source = "registry+https://github.com/rust-lang/crates.io-index"
8391checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8392dependencies = [
8393 "is-wsl",
8394 "libc",
8395 "pathdiff",
8396]
8397
8398[[package]]
8399name = "open_ai"
8400version = "0.1.0"
8401dependencies = [
8402 "anyhow",
8403 "futures 0.3.31",
8404 "http_client",
8405 "schemars",
8406 "serde",
8407 "serde_json",
8408 "strum",
8409]
8410
8411[[package]]
8412name = "opener"
8413version = "0.7.2"
8414source = "registry+https://github.com/rust-lang/crates.io-index"
8415checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8416dependencies = [
8417 "bstr",
8418 "dbus",
8419 "normpath",
8420 "windows-sys 0.59.0",
8421]
8422
8423[[package]]
8424name = "openssl"
8425version = "0.10.68"
8426source = "registry+https://github.com/rust-lang/crates.io-index"
8427checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8428dependencies = [
8429 "bitflags 2.6.0",
8430 "cfg-if",
8431 "foreign-types 0.3.2",
8432 "libc",
8433 "once_cell",
8434 "openssl-macros",
8435 "openssl-sys",
8436]
8437
8438[[package]]
8439name = "openssl-macros"
8440version = "0.1.1"
8441source = "registry+https://github.com/rust-lang/crates.io-index"
8442checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8443dependencies = [
8444 "proc-macro2",
8445 "quote",
8446 "syn 2.0.90",
8447]
8448
8449[[package]]
8450name = "openssl-probe"
8451version = "0.1.5"
8452source = "registry+https://github.com/rust-lang/crates.io-index"
8453checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8454
8455[[package]]
8456name = "openssl-src"
8457version = "300.4.1+3.4.0"
8458source = "registry+https://github.com/rust-lang/crates.io-index"
8459checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8460dependencies = [
8461 "cc",
8462]
8463
8464[[package]]
8465name = "openssl-sys"
8466version = "0.9.104"
8467source = "registry+https://github.com/rust-lang/crates.io-index"
8468checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8469dependencies = [
8470 "cc",
8471 "libc",
8472 "openssl-src",
8473 "pkg-config",
8474 "vcpkg",
8475]
8476
8477[[package]]
8478name = "option-ext"
8479version = "0.2.0"
8480source = "registry+https://github.com/rust-lang/crates.io-index"
8481checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8482
8483[[package]]
8484name = "ordered-float"
8485version = "2.10.1"
8486source = "registry+https://github.com/rust-lang/crates.io-index"
8487checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8488dependencies = [
8489 "num-traits",
8490]
8491
8492[[package]]
8493name = "ordered-float"
8494version = "3.9.2"
8495source = "registry+https://github.com/rust-lang/crates.io-index"
8496checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8497dependencies = [
8498 "num-traits",
8499]
8500
8501[[package]]
8502name = "ordered-stream"
8503version = "0.2.0"
8504source = "registry+https://github.com/rust-lang/crates.io-index"
8505checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8506dependencies = [
8507 "futures-core",
8508 "pin-project-lite",
8509]
8510
8511[[package]]
8512name = "ouroboros"
8513version = "0.18.4"
8514source = "registry+https://github.com/rust-lang/crates.io-index"
8515checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8516dependencies = [
8517 "aliasable",
8518 "ouroboros_macro",
8519 "static_assertions",
8520]
8521
8522[[package]]
8523name = "ouroboros_macro"
8524version = "0.18.4"
8525source = "registry+https://github.com/rust-lang/crates.io-index"
8526checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8527dependencies = [
8528 "heck 0.4.1",
8529 "itertools 0.12.1",
8530 "proc-macro2",
8531 "proc-macro2-diagnostics",
8532 "quote",
8533 "syn 2.0.90",
8534]
8535
8536[[package]]
8537name = "outline"
8538version = "0.1.0"
8539dependencies = [
8540 "editor",
8541 "fuzzy",
8542 "gpui",
8543 "indoc",
8544 "language",
8545 "menu",
8546 "ordered-float 2.10.1",
8547 "picker",
8548 "project",
8549 "rope",
8550 "serde_json",
8551 "settings",
8552 "smol",
8553 "theme",
8554 "tree-sitter-rust",
8555 "tree-sitter-typescript",
8556 "ui",
8557 "util",
8558 "workspace",
8559 "zed_actions",
8560]
8561
8562[[package]]
8563name = "outline_panel"
8564version = "0.1.0"
8565dependencies = [
8566 "anyhow",
8567 "collections",
8568 "db",
8569 "editor",
8570 "file_icons",
8571 "fuzzy",
8572 "gpui",
8573 "itertools 0.14.0",
8574 "language",
8575 "log",
8576 "menu",
8577 "outline",
8578 "pretty_assertions",
8579 "project",
8580 "schemars",
8581 "search",
8582 "serde",
8583 "serde_json",
8584 "settings",
8585 "smallvec",
8586 "smol",
8587 "theme",
8588 "ui",
8589 "util",
8590 "workspace",
8591 "worktree",
8592]
8593
8594[[package]]
8595name = "outref"
8596version = "0.5.1"
8597source = "registry+https://github.com/rust-lang/crates.io-index"
8598checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8599
8600[[package]]
8601name = "overload"
8602version = "0.1.1"
8603source = "registry+https://github.com/rust-lang/crates.io-index"
8604checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8605
8606[[package]]
8607name = "p256"
8608version = "0.11.1"
8609source = "registry+https://github.com/rust-lang/crates.io-index"
8610checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8611dependencies = [
8612 "ecdsa",
8613 "elliptic-curve",
8614 "sha2",
8615]
8616
8617[[package]]
8618name = "page_size"
8619version = "0.6.0"
8620source = "registry+https://github.com/rust-lang/crates.io-index"
8621checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8622dependencies = [
8623 "libc",
8624 "winapi",
8625]
8626
8627[[package]]
8628name = "palette"
8629version = "0.7.6"
8630source = "registry+https://github.com/rust-lang/crates.io-index"
8631checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8632dependencies = [
8633 "approx",
8634 "fast-srgb8",
8635 "palette_derive",
8636]
8637
8638[[package]]
8639name = "palette_derive"
8640version = "0.7.6"
8641source = "registry+https://github.com/rust-lang/crates.io-index"
8642checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8643dependencies = [
8644 "by_address",
8645 "proc-macro2",
8646 "quote",
8647 "syn 2.0.90",
8648]
8649
8650[[package]]
8651name = "parity-tokio-ipc"
8652version = "0.9.0"
8653source = "registry+https://github.com/rust-lang/crates.io-index"
8654checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8655dependencies = [
8656 "futures 0.3.31",
8657 "libc",
8658 "log",
8659 "rand 0.7.3",
8660 "tokio",
8661 "winapi",
8662]
8663
8664[[package]]
8665name = "parking"
8666version = "2.2.1"
8667source = "registry+https://github.com/rust-lang/crates.io-index"
8668checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8669
8670[[package]]
8671name = "parking_lot"
8672version = "0.12.3"
8673source = "registry+https://github.com/rust-lang/crates.io-index"
8674checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8675dependencies = [
8676 "lock_api",
8677 "parking_lot_core",
8678]
8679
8680[[package]]
8681name = "parking_lot_core"
8682version = "0.9.10"
8683source = "registry+https://github.com/rust-lang/crates.io-index"
8684checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8685dependencies = [
8686 "cfg-if",
8687 "libc",
8688 "redox_syscall 0.5.8",
8689 "smallvec",
8690 "windows-targets 0.52.6",
8691]
8692
8693[[package]]
8694name = "password-hash"
8695version = "0.4.2"
8696source = "registry+https://github.com/rust-lang/crates.io-index"
8697checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8698dependencies = [
8699 "base64ct",
8700 "rand_core 0.6.4",
8701 "subtle",
8702]
8703
8704[[package]]
8705name = "password-hash"
8706version = "0.5.0"
8707source = "registry+https://github.com/rust-lang/crates.io-index"
8708checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8709dependencies = [
8710 "base64ct",
8711 "rand_core 0.6.4",
8712 "subtle",
8713]
8714
8715[[package]]
8716name = "paste"
8717version = "1.0.15"
8718source = "registry+https://github.com/rust-lang/crates.io-index"
8719checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8720
8721[[package]]
8722name = "pathdiff"
8723version = "0.2.3"
8724source = "registry+https://github.com/rust-lang/crates.io-index"
8725checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8726
8727[[package]]
8728name = "pathfinder_geometry"
8729version = "0.5.1"
8730source = "registry+https://github.com/rust-lang/crates.io-index"
8731checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8732dependencies = [
8733 "log",
8734 "pathfinder_simd",
8735]
8736
8737[[package]]
8738name = "pathfinder_simd"
8739version = "0.5.4"
8740source = "registry+https://github.com/rust-lang/crates.io-index"
8741checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8742dependencies = [
8743 "rustc_version",
8744]
8745
8746[[package]]
8747name = "paths"
8748version = "0.1.0"
8749dependencies = [
8750 "dirs 4.0.0",
8751 "util",
8752]
8753
8754[[package]]
8755name = "pbjson"
8756version = "0.6.0"
8757source = "registry+https://github.com/rust-lang/crates.io-index"
8758checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8759dependencies = [
8760 "base64 0.21.7",
8761 "serde",
8762]
8763
8764[[package]]
8765name = "pbjson-build"
8766version = "0.6.2"
8767source = "registry+https://github.com/rust-lang/crates.io-index"
8768checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8769dependencies = [
8770 "heck 0.4.1",
8771 "itertools 0.11.0",
8772 "prost 0.12.6",
8773 "prost-types 0.12.6",
8774]
8775
8776[[package]]
8777name = "pbjson-types"
8778version = "0.6.0"
8779source = "registry+https://github.com/rust-lang/crates.io-index"
8780checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8781dependencies = [
8782 "bytes 1.9.0",
8783 "chrono",
8784 "pbjson",
8785 "pbjson-build",
8786 "prost 0.12.6",
8787 "prost-build 0.12.6",
8788 "serde",
8789]
8790
8791[[package]]
8792name = "pbkdf2"
8793version = "0.11.0"
8794source = "registry+https://github.com/rust-lang/crates.io-index"
8795checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8796dependencies = [
8797 "digest",
8798 "hmac",
8799 "password-hash 0.4.2",
8800 "sha2",
8801]
8802
8803[[package]]
8804name = "pbkdf2"
8805version = "0.12.2"
8806source = "registry+https://github.com/rust-lang/crates.io-index"
8807checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8808dependencies = [
8809 "digest",
8810 "hmac",
8811]
8812
8813[[package]]
8814name = "pem"
8815version = "3.0.4"
8816source = "registry+https://github.com/rust-lang/crates.io-index"
8817checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8818dependencies = [
8819 "base64 0.22.1",
8820 "serde",
8821]
8822
8823[[package]]
8824name = "pem-rfc7468"
8825version = "0.7.0"
8826source = "registry+https://github.com/rust-lang/crates.io-index"
8827checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8828dependencies = [
8829 "base64ct",
8830]
8831
8832[[package]]
8833name = "percent-encoding"
8834version = "2.3.1"
8835source = "registry+https://github.com/rust-lang/crates.io-index"
8836checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8837
8838[[package]]
8839name = "perplexity"
8840version = "0.1.0"
8841dependencies = [
8842 "serde",
8843 "zed_extension_api 0.2.0",
8844]
8845
8846[[package]]
8847name = "pest"
8848version = "2.7.15"
8849source = "registry+https://github.com/rust-lang/crates.io-index"
8850checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8851dependencies = [
8852 "memchr",
8853 "thiserror 2.0.6",
8854 "ucd-trie",
8855]
8856
8857[[package]]
8858name = "pest_derive"
8859version = "2.7.15"
8860source = "registry+https://github.com/rust-lang/crates.io-index"
8861checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
8862dependencies = [
8863 "pest",
8864 "pest_generator",
8865]
8866
8867[[package]]
8868name = "pest_generator"
8869version = "2.7.15"
8870source = "registry+https://github.com/rust-lang/crates.io-index"
8871checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
8872dependencies = [
8873 "pest",
8874 "pest_meta",
8875 "proc-macro2",
8876 "quote",
8877 "syn 2.0.90",
8878]
8879
8880[[package]]
8881name = "pest_meta"
8882version = "2.7.15"
8883source = "registry+https://github.com/rust-lang/crates.io-index"
8884checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
8885dependencies = [
8886 "once_cell",
8887 "pest",
8888 "sha2",
8889]
8890
8891[[package]]
8892name = "pet"
8893version = "0.1.0"
8894source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8895dependencies = [
8896 "clap",
8897 "env_logger 0.10.2",
8898 "lazy_static",
8899 "log",
8900 "msvc_spectre_libs",
8901 "pet-conda",
8902 "pet-core",
8903 "pet-env-var-path",
8904 "pet-fs",
8905 "pet-global-virtualenvs",
8906 "pet-homebrew",
8907 "pet-jsonrpc",
8908 "pet-linux-global-python",
8909 "pet-mac-commandlinetools",
8910 "pet-mac-python-org",
8911 "pet-mac-xcode",
8912 "pet-pipenv",
8913 "pet-pixi",
8914 "pet-poetry",
8915 "pet-pyenv",
8916 "pet-python-utils",
8917 "pet-reporter",
8918 "pet-telemetry",
8919 "pet-venv",
8920 "pet-virtualenv",
8921 "pet-virtualenvwrapper",
8922 "pet-windows-registry",
8923 "pet-windows-store",
8924 "serde",
8925 "serde_json",
8926]
8927
8928[[package]]
8929name = "pet-conda"
8930version = "0.1.0"
8931source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8932dependencies = [
8933 "env_logger 0.10.2",
8934 "lazy_static",
8935 "log",
8936 "msvc_spectre_libs",
8937 "pet-core",
8938 "pet-fs",
8939 "pet-python-utils",
8940 "pet-reporter",
8941 "regex",
8942 "serde",
8943 "serde_json",
8944 "yaml-rust2",
8945]
8946
8947[[package]]
8948name = "pet-core"
8949version = "0.1.0"
8950source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8951dependencies = [
8952 "clap",
8953 "lazy_static",
8954 "log",
8955 "msvc_spectre_libs",
8956 "pet-fs",
8957 "regex",
8958 "serde",
8959 "serde_json",
8960]
8961
8962[[package]]
8963name = "pet-env-var-path"
8964version = "0.1.0"
8965source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8966dependencies = [
8967 "lazy_static",
8968 "log",
8969 "msvc_spectre_libs",
8970 "pet-conda",
8971 "pet-core",
8972 "pet-fs",
8973 "pet-python-utils",
8974 "pet-virtualenv",
8975 "regex",
8976]
8977
8978[[package]]
8979name = "pet-fs"
8980version = "0.1.0"
8981source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8982dependencies = [
8983 "log",
8984 "msvc_spectre_libs",
8985]
8986
8987[[package]]
8988name = "pet-global-virtualenvs"
8989version = "0.1.0"
8990source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8991dependencies = [
8992 "log",
8993 "msvc_spectre_libs",
8994 "pet-conda",
8995 "pet-core",
8996 "pet-fs",
8997 "pet-virtualenv",
8998]
8999
9000[[package]]
9001name = "pet-homebrew"
9002version = "0.1.0"
9003source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9004dependencies = [
9005 "lazy_static",
9006 "log",
9007 "msvc_spectre_libs",
9008 "pet-conda",
9009 "pet-core",
9010 "pet-fs",
9011 "pet-python-utils",
9012 "pet-virtualenv",
9013 "regex",
9014 "serde",
9015 "serde_json",
9016]
9017
9018[[package]]
9019name = "pet-jsonrpc"
9020version = "0.1.0"
9021source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9022dependencies = [
9023 "env_logger 0.10.2",
9024 "log",
9025 "msvc_spectre_libs",
9026 "pet-core",
9027 "serde",
9028 "serde_json",
9029]
9030
9031[[package]]
9032name = "pet-linux-global-python"
9033version = "0.1.0"
9034source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9035dependencies = [
9036 "log",
9037 "msvc_spectre_libs",
9038 "pet-core",
9039 "pet-fs",
9040 "pet-python-utils",
9041 "pet-virtualenv",
9042]
9043
9044[[package]]
9045name = "pet-mac-commandlinetools"
9046version = "0.1.0"
9047source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9048dependencies = [
9049 "log",
9050 "msvc_spectre_libs",
9051 "pet-core",
9052 "pet-fs",
9053 "pet-python-utils",
9054 "pet-virtualenv",
9055]
9056
9057[[package]]
9058name = "pet-mac-python-org"
9059version = "0.1.0"
9060source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9061dependencies = [
9062 "log",
9063 "msvc_spectre_libs",
9064 "pet-core",
9065 "pet-fs",
9066 "pet-python-utils",
9067 "pet-virtualenv",
9068]
9069
9070[[package]]
9071name = "pet-mac-xcode"
9072version = "0.1.0"
9073source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9074dependencies = [
9075 "log",
9076 "msvc_spectre_libs",
9077 "pet-core",
9078 "pet-fs",
9079 "pet-python-utils",
9080 "pet-virtualenv",
9081]
9082
9083[[package]]
9084name = "pet-pipenv"
9085version = "0.1.0"
9086source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9087dependencies = [
9088 "log",
9089 "msvc_spectre_libs",
9090 "pet-core",
9091 "pet-fs",
9092 "pet-python-utils",
9093 "pet-virtualenv",
9094]
9095
9096[[package]]
9097name = "pet-pixi"
9098version = "0.1.0"
9099source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9100dependencies = [
9101 "log",
9102 "msvc_spectre_libs",
9103 "pet-conda",
9104 "pet-core",
9105 "pet-python-utils",
9106]
9107
9108[[package]]
9109name = "pet-poetry"
9110version = "0.1.0"
9111source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9112dependencies = [
9113 "base64 0.22.1",
9114 "lazy_static",
9115 "log",
9116 "msvc_spectre_libs",
9117 "pet-core",
9118 "pet-fs",
9119 "pet-python-utils",
9120 "pet-reporter",
9121 "pet-virtualenv",
9122 "regex",
9123 "serde",
9124 "serde_json",
9125 "sha2",
9126 "toml 0.8.19",
9127]
9128
9129[[package]]
9130name = "pet-pyenv"
9131version = "0.1.0"
9132source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9133dependencies = [
9134 "lazy_static",
9135 "log",
9136 "msvc_spectre_libs",
9137 "pet-conda",
9138 "pet-core",
9139 "pet-fs",
9140 "pet-python-utils",
9141 "pet-reporter",
9142 "regex",
9143 "serde",
9144 "serde_json",
9145]
9146
9147[[package]]
9148name = "pet-python-utils"
9149version = "0.1.0"
9150source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9151dependencies = [
9152 "env_logger 0.10.2",
9153 "lazy_static",
9154 "log",
9155 "msvc_spectre_libs",
9156 "pet-core",
9157 "pet-fs",
9158 "regex",
9159 "serde",
9160 "serde_json",
9161 "sha2",
9162]
9163
9164[[package]]
9165name = "pet-reporter"
9166version = "0.1.0"
9167source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9168dependencies = [
9169 "env_logger 0.10.2",
9170 "log",
9171 "msvc_spectre_libs",
9172 "pet-core",
9173 "pet-jsonrpc",
9174 "serde",
9175 "serde_json",
9176]
9177
9178[[package]]
9179name = "pet-telemetry"
9180version = "0.1.0"
9181source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9182dependencies = [
9183 "env_logger 0.10.2",
9184 "lazy_static",
9185 "log",
9186 "msvc_spectre_libs",
9187 "pet-core",
9188 "pet-fs",
9189 "pet-python-utils",
9190 "regex",
9191]
9192
9193[[package]]
9194name = "pet-venv"
9195version = "0.1.0"
9196source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9197dependencies = [
9198 "log",
9199 "msvc_spectre_libs",
9200 "pet-core",
9201 "pet-python-utils",
9202 "pet-virtualenv",
9203]
9204
9205[[package]]
9206name = "pet-virtualenv"
9207version = "0.1.0"
9208source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9209dependencies = [
9210 "log",
9211 "msvc_spectre_libs",
9212 "pet-core",
9213 "pet-fs",
9214 "pet-python-utils",
9215]
9216
9217[[package]]
9218name = "pet-virtualenvwrapper"
9219version = "0.1.0"
9220source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9221dependencies = [
9222 "log",
9223 "msvc_spectre_libs",
9224 "pet-core",
9225 "pet-fs",
9226 "pet-python-utils",
9227 "pet-virtualenv",
9228]
9229
9230[[package]]
9231name = "pet-windows-registry"
9232version = "0.1.0"
9233source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9234dependencies = [
9235 "lazy_static",
9236 "log",
9237 "msvc_spectre_libs",
9238 "pet-conda",
9239 "pet-core",
9240 "pet-fs",
9241 "pet-python-utils",
9242 "pet-virtualenv",
9243 "pet-windows-store",
9244 "regex",
9245 "winreg 0.52.0",
9246]
9247
9248[[package]]
9249name = "pet-windows-store"
9250version = "0.1.0"
9251source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9252dependencies = [
9253 "lazy_static",
9254 "log",
9255 "msvc_spectre_libs",
9256 "pet-core",
9257 "pet-fs",
9258 "pet-python-utils",
9259 "pet-virtualenv",
9260 "regex",
9261 "winreg 0.52.0",
9262]
9263
9264[[package]]
9265name = "petgraph"
9266version = "0.6.5"
9267source = "registry+https://github.com/rust-lang/crates.io-index"
9268checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9269dependencies = [
9270 "fixedbitset",
9271 "indexmap",
9272]
9273
9274[[package]]
9275name = "phf"
9276version = "0.11.2"
9277source = "registry+https://github.com/rust-lang/crates.io-index"
9278checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9279dependencies = [
9280 "phf_macros",
9281 "phf_shared 0.11.2",
9282]
9283
9284[[package]]
9285name = "phf_codegen"
9286version = "0.11.2"
9287source = "registry+https://github.com/rust-lang/crates.io-index"
9288checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9289dependencies = [
9290 "phf_generator 0.11.2",
9291 "phf_shared 0.11.2",
9292]
9293
9294[[package]]
9295name = "phf_generator"
9296version = "0.10.0"
9297source = "registry+https://github.com/rust-lang/crates.io-index"
9298checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9299dependencies = [
9300 "phf_shared 0.10.0",
9301 "rand 0.8.5",
9302]
9303
9304[[package]]
9305name = "phf_generator"
9306version = "0.11.2"
9307source = "registry+https://github.com/rust-lang/crates.io-index"
9308checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9309dependencies = [
9310 "phf_shared 0.11.2",
9311 "rand 0.8.5",
9312]
9313
9314[[package]]
9315name = "phf_macros"
9316version = "0.11.2"
9317source = "registry+https://github.com/rust-lang/crates.io-index"
9318checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9319dependencies = [
9320 "phf_generator 0.11.2",
9321 "phf_shared 0.11.2",
9322 "proc-macro2",
9323 "quote",
9324 "syn 2.0.90",
9325]
9326
9327[[package]]
9328name = "phf_shared"
9329version = "0.10.0"
9330source = "registry+https://github.com/rust-lang/crates.io-index"
9331checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9332dependencies = [
9333 "siphasher 0.3.11",
9334]
9335
9336[[package]]
9337name = "phf_shared"
9338version = "0.11.2"
9339source = "registry+https://github.com/rust-lang/crates.io-index"
9340checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9341dependencies = [
9342 "siphasher 0.3.11",
9343]
9344
9345[[package]]
9346name = "picker"
9347version = "0.1.0"
9348dependencies = [
9349 "anyhow",
9350 "ctor",
9351 "editor",
9352 "env_logger 0.11.6",
9353 "gpui",
9354 "menu",
9355 "schemars",
9356 "serde",
9357 "serde_json",
9358 "ui",
9359 "workspace",
9360]
9361
9362[[package]]
9363name = "pico-args"
9364version = "0.5.0"
9365source = "registry+https://github.com/rust-lang/crates.io-index"
9366checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9367
9368[[package]]
9369name = "pin-project"
9370version = "1.1.7"
9371source = "registry+https://github.com/rust-lang/crates.io-index"
9372checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9373dependencies = [
9374 "pin-project-internal",
9375]
9376
9377[[package]]
9378name = "pin-project-internal"
9379version = "1.1.7"
9380source = "registry+https://github.com/rust-lang/crates.io-index"
9381checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9382dependencies = [
9383 "proc-macro2",
9384 "quote",
9385 "syn 2.0.90",
9386]
9387
9388[[package]]
9389name = "pin-project-lite"
9390version = "0.2.15"
9391source = "registry+https://github.com/rust-lang/crates.io-index"
9392checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
9393
9394[[package]]
9395name = "pin-utils"
9396version = "0.1.0"
9397source = "registry+https://github.com/rust-lang/crates.io-index"
9398checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9399
9400[[package]]
9401name = "piper"
9402version = "0.2.4"
9403source = "registry+https://github.com/rust-lang/crates.io-index"
9404checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9405dependencies = [
9406 "atomic-waker",
9407 "fastrand 2.3.0",
9408 "futures-io",
9409]
9410
9411[[package]]
9412name = "pkcs1"
9413version = "0.7.5"
9414source = "registry+https://github.com/rust-lang/crates.io-index"
9415checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9416dependencies = [
9417 "der 0.7.9",
9418 "pkcs8 0.10.2",
9419 "spki 0.7.3",
9420]
9421
9422[[package]]
9423name = "pkcs8"
9424version = "0.9.0"
9425source = "registry+https://github.com/rust-lang/crates.io-index"
9426checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9427dependencies = [
9428 "der 0.6.1",
9429 "spki 0.6.0",
9430]
9431
9432[[package]]
9433name = "pkcs8"
9434version = "0.10.2"
9435source = "registry+https://github.com/rust-lang/crates.io-index"
9436checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9437dependencies = [
9438 "der 0.7.9",
9439 "spki 0.7.3",
9440]
9441
9442[[package]]
9443name = "pkg-config"
9444version = "0.3.31"
9445source = "registry+https://github.com/rust-lang/crates.io-index"
9446checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9447
9448[[package]]
9449name = "plist"
9450version = "1.7.0"
9451source = "registry+https://github.com/rust-lang/crates.io-index"
9452checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9453dependencies = [
9454 "base64 0.22.1",
9455 "indexmap",
9456 "quick-xml 0.32.0",
9457 "serde",
9458 "time",
9459]
9460
9461[[package]]
9462name = "plotters"
9463version = "0.3.7"
9464source = "registry+https://github.com/rust-lang/crates.io-index"
9465checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9466dependencies = [
9467 "num-traits",
9468 "plotters-backend",
9469 "plotters-svg",
9470 "wasm-bindgen",
9471 "web-sys",
9472]
9473
9474[[package]]
9475name = "plotters-backend"
9476version = "0.3.7"
9477source = "registry+https://github.com/rust-lang/crates.io-index"
9478checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9479
9480[[package]]
9481name = "plotters-svg"
9482version = "0.3.7"
9483source = "registry+https://github.com/rust-lang/crates.io-index"
9484checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9485dependencies = [
9486 "plotters-backend",
9487]
9488
9489[[package]]
9490name = "png"
9491version = "0.17.15"
9492source = "registry+https://github.com/rust-lang/crates.io-index"
9493checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9494dependencies = [
9495 "bitflags 1.3.2",
9496 "crc32fast",
9497 "fdeflate",
9498 "flate2",
9499 "miniz_oxide",
9500]
9501
9502[[package]]
9503name = "polling"
9504version = "3.7.4"
9505source = "registry+https://github.com/rust-lang/crates.io-index"
9506checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9507dependencies = [
9508 "cfg-if",
9509 "concurrent-queue",
9510 "hermit-abi 0.4.0",
9511 "pin-project-lite",
9512 "rustix",
9513 "tracing",
9514 "windows-sys 0.59.0",
9515]
9516
9517[[package]]
9518name = "pollster"
9519version = "0.2.5"
9520source = "registry+https://github.com/rust-lang/crates.io-index"
9521checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9522
9523[[package]]
9524name = "postage"
9525version = "0.5.0"
9526source = "registry+https://github.com/rust-lang/crates.io-index"
9527checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9528dependencies = [
9529 "atomic",
9530 "crossbeam-queue",
9531 "futures 0.3.31",
9532 "log",
9533 "parking_lot",
9534 "pin-project",
9535 "pollster",
9536 "static_assertions",
9537 "thiserror 1.0.69",
9538]
9539
9540[[package]]
9541name = "postcard"
9542version = "1.1.1"
9543source = "registry+https://github.com/rust-lang/crates.io-index"
9544checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9545dependencies = [
9546 "cobs",
9547 "embedded-io 0.4.0",
9548 "embedded-io 0.6.1",
9549 "serde",
9550]
9551
9552[[package]]
9553name = "powerfmt"
9554version = "0.2.0"
9555source = "registry+https://github.com/rust-lang/crates.io-index"
9556checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9557
9558[[package]]
9559name = "ppv-lite86"
9560version = "0.2.20"
9561source = "registry+https://github.com/rust-lang/crates.io-index"
9562checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9563dependencies = [
9564 "zerocopy",
9565]
9566
9567[[package]]
9568name = "precomputed-hash"
9569version = "0.1.1"
9570source = "registry+https://github.com/rust-lang/crates.io-index"
9571checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9572
9573[[package]]
9574name = "prettier"
9575version = "0.1.0"
9576dependencies = [
9577 "anyhow",
9578 "collections",
9579 "fs",
9580 "gpui",
9581 "language",
9582 "log",
9583 "lsp",
9584 "node_runtime",
9585 "parking_lot",
9586 "paths",
9587 "serde",
9588 "serde_json",
9589 "util",
9590]
9591
9592[[package]]
9593name = "pretty_assertions"
9594version = "1.4.1"
9595source = "registry+https://github.com/rust-lang/crates.io-index"
9596checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9597dependencies = [
9598 "diff",
9599 "yansi",
9600]
9601
9602[[package]]
9603name = "prettyplease"
9604version = "0.2.25"
9605source = "registry+https://github.com/rust-lang/crates.io-index"
9606checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9607dependencies = [
9608 "proc-macro2",
9609 "syn 2.0.90",
9610]
9611
9612[[package]]
9613name = "proc-macro-crate"
9614version = "3.2.0"
9615source = "registry+https://github.com/rust-lang/crates.io-index"
9616checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9617dependencies = [
9618 "toml_edit",
9619]
9620
9621[[package]]
9622name = "proc-macro-error-attr2"
9623version = "2.0.0"
9624source = "registry+https://github.com/rust-lang/crates.io-index"
9625checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9626dependencies = [
9627 "proc-macro2",
9628 "quote",
9629]
9630
9631[[package]]
9632name = "proc-macro-error2"
9633version = "2.0.1"
9634source = "registry+https://github.com/rust-lang/crates.io-index"
9635checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9636dependencies = [
9637 "proc-macro-error-attr2",
9638 "proc-macro2",
9639 "quote",
9640 "syn 2.0.90",
9641]
9642
9643[[package]]
9644name = "proc-macro2"
9645version = "1.0.92"
9646source = "registry+https://github.com/rust-lang/crates.io-index"
9647checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
9648dependencies = [
9649 "unicode-ident",
9650]
9651
9652[[package]]
9653name = "proc-macro2-diagnostics"
9654version = "0.10.1"
9655source = "registry+https://github.com/rust-lang/crates.io-index"
9656checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9657dependencies = [
9658 "proc-macro2",
9659 "quote",
9660 "syn 2.0.90",
9661 "version_check",
9662 "yansi",
9663]
9664
9665[[package]]
9666name = "profiling"
9667version = "1.0.16"
9668source = "registry+https://github.com/rust-lang/crates.io-index"
9669checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9670dependencies = [
9671 "profiling-procmacros",
9672]
9673
9674[[package]]
9675name = "profiling-procmacros"
9676version = "1.0.16"
9677source = "registry+https://github.com/rust-lang/crates.io-index"
9678checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9679dependencies = [
9680 "quote",
9681 "syn 2.0.90",
9682]
9683
9684[[package]]
9685name = "project"
9686version = "0.1.0"
9687dependencies = [
9688 "aho-corasick",
9689 "anyhow",
9690 "async-trait",
9691 "client",
9692 "clock",
9693 "collections",
9694 "env_logger 0.11.6",
9695 "fancy-regex 0.14.0",
9696 "fs",
9697 "futures 0.3.31",
9698 "fuzzy",
9699 "git",
9700 "git2",
9701 "globset",
9702 "gpui",
9703 "http_client",
9704 "image",
9705 "itertools 0.14.0",
9706 "language",
9707 "log",
9708 "lsp",
9709 "node_runtime",
9710 "parking_lot",
9711 "pathdiff",
9712 "paths",
9713 "postage",
9714 "prettier",
9715 "pretty_assertions",
9716 "rand 0.8.5",
9717 "regex",
9718 "release_channel",
9719 "remote",
9720 "rpc",
9721 "schemars",
9722 "serde",
9723 "serde_json",
9724 "settings",
9725 "sha2",
9726 "shellexpand 2.1.2",
9727 "shlex",
9728 "similar",
9729 "smol",
9730 "snippet",
9731 "snippet_provider",
9732 "task",
9733 "tempfile",
9734 "terminal",
9735 "text",
9736 "toml 0.8.19",
9737 "unindent",
9738 "url",
9739 "util",
9740 "which 6.0.3",
9741 "worktree",
9742]
9743
9744[[package]]
9745name = "project_panel"
9746version = "0.1.0"
9747dependencies = [
9748 "anyhow",
9749 "client",
9750 "collections",
9751 "command_palette_hooks",
9752 "db",
9753 "editor",
9754 "file_icons",
9755 "git",
9756 "gpui",
9757 "indexmap",
9758 "language",
9759 "menu",
9760 "pretty_assertions",
9761 "project",
9762 "schemars",
9763 "search",
9764 "serde",
9765 "serde_derive",
9766 "serde_json",
9767 "settings",
9768 "smallvec",
9769 "theme",
9770 "ui",
9771 "util",
9772 "workspace",
9773 "worktree",
9774]
9775
9776[[package]]
9777name = "project_symbols"
9778version = "0.1.0"
9779dependencies = [
9780 "anyhow",
9781 "editor",
9782 "futures 0.3.31",
9783 "fuzzy",
9784 "gpui",
9785 "language",
9786 "lsp",
9787 "ordered-float 2.10.1",
9788 "picker",
9789 "project",
9790 "release_channel",
9791 "serde_json",
9792 "settings",
9793 "theme",
9794 "util",
9795 "workspace",
9796]
9797
9798[[package]]
9799name = "prometheus"
9800version = "0.13.4"
9801source = "registry+https://github.com/rust-lang/crates.io-index"
9802checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9803dependencies = [
9804 "cfg-if",
9805 "fnv",
9806 "lazy_static",
9807 "memchr",
9808 "parking_lot",
9809 "protobuf",
9810 "thiserror 1.0.69",
9811]
9812
9813[[package]]
9814name = "prost"
9815version = "0.9.0"
9816source = "registry+https://github.com/rust-lang/crates.io-index"
9817checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9818dependencies = [
9819 "bytes 1.9.0",
9820 "prost-derive 0.9.0",
9821]
9822
9823[[package]]
9824name = "prost"
9825version = "0.12.6"
9826source = "registry+https://github.com/rust-lang/crates.io-index"
9827checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9828dependencies = [
9829 "bytes 1.9.0",
9830 "prost-derive 0.12.6",
9831]
9832
9833[[package]]
9834name = "prost-build"
9835version = "0.9.0"
9836source = "registry+https://github.com/rust-lang/crates.io-index"
9837checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9838dependencies = [
9839 "bytes 1.9.0",
9840 "heck 0.3.3",
9841 "itertools 0.10.5",
9842 "lazy_static",
9843 "log",
9844 "multimap 0.8.3",
9845 "petgraph",
9846 "prost 0.9.0",
9847 "prost-types 0.9.0",
9848 "regex",
9849 "tempfile",
9850 "which 4.4.2",
9851]
9852
9853[[package]]
9854name = "prost-build"
9855version = "0.12.6"
9856source = "registry+https://github.com/rust-lang/crates.io-index"
9857checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
9858dependencies = [
9859 "bytes 1.9.0",
9860 "heck 0.5.0",
9861 "itertools 0.12.1",
9862 "log",
9863 "multimap 0.10.0",
9864 "once_cell",
9865 "petgraph",
9866 "prettyplease",
9867 "prost 0.12.6",
9868 "prost-types 0.12.6",
9869 "regex",
9870 "syn 2.0.90",
9871 "tempfile",
9872]
9873
9874[[package]]
9875name = "prost-derive"
9876version = "0.9.0"
9877source = "registry+https://github.com/rust-lang/crates.io-index"
9878checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9879dependencies = [
9880 "anyhow",
9881 "itertools 0.10.5",
9882 "proc-macro2",
9883 "quote",
9884 "syn 1.0.109",
9885]
9886
9887[[package]]
9888name = "prost-derive"
9889version = "0.12.6"
9890source = "registry+https://github.com/rust-lang/crates.io-index"
9891checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
9892dependencies = [
9893 "anyhow",
9894 "itertools 0.12.1",
9895 "proc-macro2",
9896 "quote",
9897 "syn 2.0.90",
9898]
9899
9900[[package]]
9901name = "prost-types"
9902version = "0.9.0"
9903source = "registry+https://github.com/rust-lang/crates.io-index"
9904checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9905dependencies = [
9906 "bytes 1.9.0",
9907 "prost 0.9.0",
9908]
9909
9910[[package]]
9911name = "prost-types"
9912version = "0.12.6"
9913source = "registry+https://github.com/rust-lang/crates.io-index"
9914checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
9915dependencies = [
9916 "prost 0.12.6",
9917]
9918
9919[[package]]
9920name = "proto"
9921version = "0.1.0"
9922dependencies = [
9923 "anyhow",
9924 "collections",
9925 "prost 0.9.0",
9926 "prost-build 0.9.0",
9927 "serde",
9928]
9929
9930[[package]]
9931name = "protobuf"
9932version = "2.28.0"
9933source = "registry+https://github.com/rust-lang/crates.io-index"
9934checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9935
9936[[package]]
9937name = "psm"
9938version = "0.1.24"
9939source = "registry+https://github.com/rust-lang/crates.io-index"
9940checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
9941dependencies = [
9942 "cc",
9943]
9944
9945[[package]]
9946name = "ptr_meta"
9947version = "0.1.4"
9948source = "registry+https://github.com/rust-lang/crates.io-index"
9949checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9950dependencies = [
9951 "ptr_meta_derive",
9952]
9953
9954[[package]]
9955name = "ptr_meta_derive"
9956version = "0.1.4"
9957source = "registry+https://github.com/rust-lang/crates.io-index"
9958checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9959dependencies = [
9960 "proc-macro2",
9961 "quote",
9962 "syn 1.0.109",
9963]
9964
9965[[package]]
9966name = "pulldown-cmark"
9967version = "0.10.3"
9968source = "registry+https://github.com/rust-lang/crates.io-index"
9969checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9970dependencies = [
9971 "bitflags 2.6.0",
9972 "memchr",
9973 "pulldown-cmark-escape",
9974 "unicase",
9975]
9976
9977[[package]]
9978name = "pulldown-cmark"
9979version = "0.12.2"
9980source = "registry+https://github.com/rust-lang/crates.io-index"
9981checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
9982dependencies = [
9983 "bitflags 2.6.0",
9984 "memchr",
9985 "unicase",
9986]
9987
9988[[package]]
9989name = "pulldown-cmark-escape"
9990version = "0.10.1"
9991source = "registry+https://github.com/rust-lang/crates.io-index"
9992checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9993
9994[[package]]
9995name = "qoi"
9996version = "0.4.1"
9997source = "registry+https://github.com/rust-lang/crates.io-index"
9998checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
9999dependencies = [
10000 "bytemuck",
10001]
10002
10003[[package]]
10004name = "quick-error"
10005version = "2.0.1"
10006source = "registry+https://github.com/rust-lang/crates.io-index"
10007checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10008
10009[[package]]
10010name = "quick-xml"
10011version = "0.32.0"
10012source = "registry+https://github.com/rust-lang/crates.io-index"
10013checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10014dependencies = [
10015 "memchr",
10016]
10017
10018[[package]]
10019name = "quick-xml"
10020version = "0.36.2"
10021source = "registry+https://github.com/rust-lang/crates.io-index"
10022checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10023dependencies = [
10024 "memchr",
10025]
10026
10027[[package]]
10028name = "quinn"
10029version = "0.11.6"
10030source = "registry+https://github.com/rust-lang/crates.io-index"
10031checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10032dependencies = [
10033 "bytes 1.9.0",
10034 "pin-project-lite",
10035 "quinn-proto",
10036 "quinn-udp",
10037 "rustc-hash 2.1.0",
10038 "rustls 0.23.20",
10039 "socket2",
10040 "thiserror 2.0.6",
10041 "tokio",
10042 "tracing",
10043]
10044
10045[[package]]
10046name = "quinn-proto"
10047version = "0.11.9"
10048source = "registry+https://github.com/rust-lang/crates.io-index"
10049checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10050dependencies = [
10051 "bytes 1.9.0",
10052 "getrandom 0.2.15",
10053 "rand 0.8.5",
10054 "ring",
10055 "rustc-hash 2.1.0",
10056 "rustls 0.23.20",
10057 "rustls-pki-types",
10058 "slab",
10059 "thiserror 2.0.6",
10060 "tinyvec",
10061 "tracing",
10062 "web-time",
10063]
10064
10065[[package]]
10066name = "quinn-udp"
10067version = "0.5.8"
10068source = "registry+https://github.com/rust-lang/crates.io-index"
10069checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10070dependencies = [
10071 "cfg_aliases 0.2.1",
10072 "libc",
10073 "once_cell",
10074 "socket2",
10075 "tracing",
10076 "windows-sys 0.59.0",
10077]
10078
10079[[package]]
10080name = "quote"
10081version = "1.0.38"
10082source = "registry+https://github.com/rust-lang/crates.io-index"
10083checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10084dependencies = [
10085 "proc-macro2",
10086]
10087
10088[[package]]
10089name = "radium"
10090version = "0.7.0"
10091source = "registry+https://github.com/rust-lang/crates.io-index"
10092checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10093
10094[[package]]
10095name = "rand"
10096version = "0.7.3"
10097source = "registry+https://github.com/rust-lang/crates.io-index"
10098checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10099dependencies = [
10100 "getrandom 0.1.16",
10101 "libc",
10102 "rand_chacha 0.2.2",
10103 "rand_core 0.5.1",
10104 "rand_hc",
10105]
10106
10107[[package]]
10108name = "rand"
10109version = "0.8.5"
10110source = "registry+https://github.com/rust-lang/crates.io-index"
10111checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10112dependencies = [
10113 "libc",
10114 "rand_chacha 0.3.1",
10115 "rand_core 0.6.4",
10116]
10117
10118[[package]]
10119name = "rand_chacha"
10120version = "0.2.2"
10121source = "registry+https://github.com/rust-lang/crates.io-index"
10122checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10123dependencies = [
10124 "ppv-lite86",
10125 "rand_core 0.5.1",
10126]
10127
10128[[package]]
10129name = "rand_chacha"
10130version = "0.3.1"
10131source = "registry+https://github.com/rust-lang/crates.io-index"
10132checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10133dependencies = [
10134 "ppv-lite86",
10135 "rand_core 0.6.4",
10136]
10137
10138[[package]]
10139name = "rand_core"
10140version = "0.5.1"
10141source = "registry+https://github.com/rust-lang/crates.io-index"
10142checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10143dependencies = [
10144 "getrandom 0.1.16",
10145]
10146
10147[[package]]
10148name = "rand_core"
10149version = "0.6.4"
10150source = "registry+https://github.com/rust-lang/crates.io-index"
10151checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10152dependencies = [
10153 "getrandom 0.2.15",
10154]
10155
10156[[package]]
10157name = "rand_hc"
10158version = "0.2.0"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10161dependencies = [
10162 "rand_core 0.5.1",
10163]
10164
10165[[package]]
10166name = "rangemap"
10167version = "1.5.1"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10170
10171[[package]]
10172name = "rav1e"
10173version = "0.7.1"
10174source = "registry+https://github.com/rust-lang/crates.io-index"
10175checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10176dependencies = [
10177 "arbitrary",
10178 "arg_enum_proc_macro",
10179 "arrayvec",
10180 "av1-grain",
10181 "bitstream-io",
10182 "built",
10183 "cfg-if",
10184 "interpolate_name",
10185 "itertools 0.12.1",
10186 "libc",
10187 "libfuzzer-sys",
10188 "log",
10189 "maybe-rayon",
10190 "new_debug_unreachable",
10191 "noop_proc_macro",
10192 "num-derive",
10193 "num-traits",
10194 "once_cell",
10195 "paste",
10196 "profiling",
10197 "rand 0.8.5",
10198 "rand_chacha 0.3.1",
10199 "simd_helpers",
10200 "system-deps",
10201 "thiserror 1.0.69",
10202 "v_frame",
10203 "wasm-bindgen",
10204]
10205
10206[[package]]
10207name = "ravif"
10208version = "0.11.11"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10211dependencies = [
10212 "avif-serialize",
10213 "imgref",
10214 "loop9",
10215 "quick-error",
10216 "rav1e",
10217 "rayon",
10218 "rgb",
10219]
10220
10221[[package]]
10222name = "raw-window-handle"
10223version = "0.6.2"
10224source = "registry+https://github.com/rust-lang/crates.io-index"
10225checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10226
10227[[package]]
10228name = "raw-window-metal"
10229version = "0.4.0"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10232dependencies = [
10233 "cocoa 0.25.0",
10234 "core-graphics 0.23.2",
10235 "objc",
10236 "raw-window-handle",
10237]
10238
10239[[package]]
10240name = "rayon"
10241version = "1.10.0"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10244dependencies = [
10245 "either",
10246 "rayon-core",
10247]
10248
10249[[package]]
10250name = "rayon-core"
10251version = "1.12.1"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10254dependencies = [
10255 "crossbeam-deque",
10256 "crossbeam-utils",
10257]
10258
10259[[package]]
10260name = "read-fonts"
10261version = "0.22.5"
10262source = "registry+https://github.com/rust-lang/crates.io-index"
10263checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10264dependencies = [
10265 "bytemuck",
10266 "font-types",
10267]
10268
10269[[package]]
10270name = "recent_projects"
10271version = "0.1.0"
10272dependencies = [
10273 "anyhow",
10274 "auto_update",
10275 "editor",
10276 "extension_host",
10277 "file_finder",
10278 "futures 0.3.31",
10279 "fuzzy",
10280 "gpui",
10281 "language",
10282 "log",
10283 "markdown",
10284 "menu",
10285 "ordered-float 2.10.1",
10286 "paths",
10287 "picker",
10288 "project",
10289 "release_channel",
10290 "remote",
10291 "schemars",
10292 "serde",
10293 "serde_json",
10294 "settings",
10295 "smol",
10296 "task",
10297 "theme",
10298 "ui",
10299 "util",
10300 "workspace",
10301 "zed_actions",
10302]
10303
10304[[package]]
10305name = "redox_syscall"
10306version = "0.2.16"
10307source = "registry+https://github.com/rust-lang/crates.io-index"
10308checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10309dependencies = [
10310 "bitflags 1.3.2",
10311]
10312
10313[[package]]
10314name = "redox_syscall"
10315version = "0.5.8"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10318dependencies = [
10319 "bitflags 2.6.0",
10320]
10321
10322[[package]]
10323name = "redox_users"
10324version = "0.4.6"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10327dependencies = [
10328 "getrandom 0.2.15",
10329 "libredox",
10330 "thiserror 1.0.69",
10331]
10332
10333[[package]]
10334name = "refineable"
10335version = "0.1.0"
10336dependencies = [
10337 "derive_refineable",
10338]
10339
10340[[package]]
10341name = "regalloc2"
10342version = "0.9.3"
10343source = "registry+https://github.com/rust-lang/crates.io-index"
10344checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10345dependencies = [
10346 "hashbrown 0.13.2",
10347 "log",
10348 "rustc-hash 1.1.0",
10349 "slice-group-by",
10350 "smallvec",
10351]
10352
10353[[package]]
10354name = "regex"
10355version = "1.11.1"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10358dependencies = [
10359 "aho-corasick",
10360 "memchr",
10361 "regex-automata 0.4.9",
10362 "regex-syntax 0.8.5",
10363]
10364
10365[[package]]
10366name = "regex-automata"
10367version = "0.1.10"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10370dependencies = [
10371 "regex-syntax 0.6.29",
10372]
10373
10374[[package]]
10375name = "regex-automata"
10376version = "0.4.9"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10379dependencies = [
10380 "aho-corasick",
10381 "memchr",
10382 "regex-syntax 0.8.5",
10383]
10384
10385[[package]]
10386name = "regex-lite"
10387version = "0.1.6"
10388source = "registry+https://github.com/rust-lang/crates.io-index"
10389checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10390
10391[[package]]
10392name = "regex-syntax"
10393version = "0.6.29"
10394source = "registry+https://github.com/rust-lang/crates.io-index"
10395checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10396
10397[[package]]
10398name = "regex-syntax"
10399version = "0.8.5"
10400source = "registry+https://github.com/rust-lang/crates.io-index"
10401checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10402
10403[[package]]
10404name = "release_channel"
10405version = "0.1.0"
10406dependencies = [
10407 "gpui",
10408]
10409
10410[[package]]
10411name = "remote"
10412version = "0.1.0"
10413dependencies = [
10414 "anyhow",
10415 "async-trait",
10416 "collections",
10417 "fs",
10418 "futures 0.3.31",
10419 "gpui",
10420 "itertools 0.14.0",
10421 "log",
10422 "parking_lot",
10423 "paths",
10424 "prost 0.9.0",
10425 "release_channel",
10426 "rpc",
10427 "serde",
10428 "serde_json",
10429 "shlex",
10430 "smol",
10431 "tempfile",
10432 "thiserror 1.0.69",
10433 "util",
10434 "which 6.0.3",
10435]
10436
10437[[package]]
10438name = "remote_server"
10439version = "0.1.0"
10440dependencies = [
10441 "anyhow",
10442 "async-watch",
10443 "backtrace",
10444 "cargo_toml",
10445 "chrono",
10446 "clap",
10447 "client",
10448 "clock",
10449 "env_logger 0.11.6",
10450 "extension",
10451 "extension_host",
10452 "fork",
10453 "fs",
10454 "futures 0.3.31",
10455 "git",
10456 "git_hosting_providers",
10457 "gpui",
10458 "http_client",
10459 "language",
10460 "language_extension",
10461 "languages",
10462 "libc",
10463 "log",
10464 "lsp",
10465 "node_runtime",
10466 "paths",
10467 "project",
10468 "proto",
10469 "release_channel",
10470 "remote",
10471 "reqwest_client",
10472 "rpc",
10473 "rust-embed",
10474 "serde",
10475 "serde_json",
10476 "settings",
10477 "shellexpand 2.1.2",
10478 "smol",
10479 "sysinfo",
10480 "telemetry_events",
10481 "toml 0.8.19",
10482 "util",
10483 "worktree",
10484]
10485
10486[[package]]
10487name = "rend"
10488version = "0.4.2"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10491dependencies = [
10492 "bytecheck",
10493]
10494
10495[[package]]
10496name = "repl"
10497version = "0.1.0"
10498dependencies = [
10499 "alacritty_terminal",
10500 "anyhow",
10501 "async-dispatcher",
10502 "async-tungstenite 0.28.2",
10503 "base64 0.22.1",
10504 "client",
10505 "collections",
10506 "command_palette_hooks",
10507 "editor",
10508 "env_logger 0.11.6",
10509 "feature_flags",
10510 "file_icons",
10511 "futures 0.3.31",
10512 "gpui",
10513 "http_client",
10514 "image",
10515 "indoc",
10516 "jupyter-protocol",
10517 "jupyter-websocket-client",
10518 "language",
10519 "languages",
10520 "log",
10521 "markdown_preview",
10522 "menu",
10523 "multi_buffer",
10524 "nbformat",
10525 "picker",
10526 "project",
10527 "runtimelib",
10528 "schemars",
10529 "serde",
10530 "serde_json",
10531 "settings",
10532 "smol",
10533 "telemetry",
10534 "terminal",
10535 "terminal_view",
10536 "theme",
10537 "tree-sitter-md",
10538 "tree-sitter-python",
10539 "tree-sitter-typescript",
10540 "ui",
10541 "util",
10542 "uuid",
10543 "workspace",
10544]
10545
10546[[package]]
10547name = "reqwest"
10548version = "0.11.27"
10549source = "registry+https://github.com/rust-lang/crates.io-index"
10550checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10551dependencies = [
10552 "base64 0.21.7",
10553 "bytes 1.9.0",
10554 "encoding_rs",
10555 "futures-core",
10556 "futures-util",
10557 "h2 0.3.26",
10558 "http 0.2.12",
10559 "http-body 0.4.6",
10560 "hyper 0.14.32",
10561 "hyper-rustls 0.24.2",
10562 "hyper-tls",
10563 "ipnet",
10564 "js-sys",
10565 "log",
10566 "mime",
10567 "native-tls",
10568 "once_cell",
10569 "percent-encoding",
10570 "pin-project-lite",
10571 "rustls 0.21.12",
10572 "rustls-native-certs 0.6.3",
10573 "rustls-pemfile 1.0.4",
10574 "serde",
10575 "serde_json",
10576 "serde_urlencoded",
10577 "sync_wrapper 0.1.2",
10578 "system-configuration 0.5.1",
10579 "tokio",
10580 "tokio-native-tls",
10581 "tokio-rustls 0.24.1",
10582 "tower-service",
10583 "url",
10584 "wasm-bindgen",
10585 "wasm-bindgen-futures",
10586 "web-sys",
10587 "winreg 0.50.0",
10588]
10589
10590[[package]]
10591name = "reqwest"
10592version = "0.12.8"
10593source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10594dependencies = [
10595 "base64 0.22.1",
10596 "bytes 1.9.0",
10597 "encoding_rs",
10598 "futures-core",
10599 "futures-util",
10600 "h2 0.4.7",
10601 "http 1.2.0",
10602 "http-body 1.0.1",
10603 "http-body-util",
10604 "hyper 1.5.1",
10605 "hyper-rustls 0.27.3",
10606 "hyper-util",
10607 "ipnet",
10608 "js-sys",
10609 "log",
10610 "mime",
10611 "once_cell",
10612 "percent-encoding",
10613 "pin-project-lite",
10614 "quinn",
10615 "rustls 0.23.20",
10616 "rustls-native-certs 0.8.1",
10617 "rustls-pemfile 2.2.0",
10618 "rustls-pki-types",
10619 "serde",
10620 "serde_json",
10621 "serde_urlencoded",
10622 "sync_wrapper 1.0.2",
10623 "system-configuration 0.6.1",
10624 "tokio",
10625 "tokio-rustls 0.26.1",
10626 "tokio-socks",
10627 "tokio-util",
10628 "tower-service",
10629 "url",
10630 "wasm-bindgen",
10631 "wasm-bindgen-futures",
10632 "wasm-streams",
10633 "web-sys",
10634 "windows-registry",
10635]
10636
10637[[package]]
10638name = "reqwest_client"
10639version = "0.1.0"
10640dependencies = [
10641 "anyhow",
10642 "bytes 1.9.0",
10643 "futures 0.3.31",
10644 "gpui",
10645 "http_client",
10646 "log",
10647 "reqwest 0.12.8",
10648 "serde",
10649 "smol",
10650 "tokio",
10651]
10652
10653[[package]]
10654name = "resvg"
10655version = "0.44.0"
10656source = "registry+https://github.com/rust-lang/crates.io-index"
10657checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10658dependencies = [
10659 "log",
10660 "pico-args",
10661 "rgb",
10662 "svgtypes",
10663 "tiny-skia",
10664 "usvg",
10665]
10666
10667[[package]]
10668name = "rfc6979"
10669version = "0.3.1"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10672dependencies = [
10673 "crypto-bigint 0.4.9",
10674 "hmac",
10675 "zeroize",
10676]
10677
10678[[package]]
10679name = "rgb"
10680version = "0.8.50"
10681source = "registry+https://github.com/rust-lang/crates.io-index"
10682checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10683dependencies = [
10684 "bytemuck",
10685]
10686
10687[[package]]
10688name = "rich_text"
10689version = "0.1.0"
10690dependencies = [
10691 "futures 0.3.31",
10692 "gpui",
10693 "language",
10694 "linkify",
10695 "pulldown-cmark 0.12.2",
10696 "theme",
10697 "ui",
10698 "util",
10699]
10700
10701[[package]]
10702name = "ring"
10703version = "0.17.8"
10704source = "registry+https://github.com/rust-lang/crates.io-index"
10705checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10706dependencies = [
10707 "cc",
10708 "cfg-if",
10709 "getrandom 0.2.15",
10710 "libc",
10711 "spin",
10712 "untrusted",
10713 "windows-sys 0.52.0",
10714]
10715
10716[[package]]
10717name = "rkyv"
10718version = "0.7.45"
10719source = "registry+https://github.com/rust-lang/crates.io-index"
10720checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10721dependencies = [
10722 "bitvec",
10723 "bytecheck",
10724 "bytes 1.9.0",
10725 "hashbrown 0.12.3",
10726 "ptr_meta",
10727 "rend",
10728 "rkyv_derive",
10729 "seahash",
10730 "tinyvec",
10731 "uuid",
10732]
10733
10734[[package]]
10735name = "rkyv_derive"
10736version = "0.7.45"
10737source = "registry+https://github.com/rust-lang/crates.io-index"
10738checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10739dependencies = [
10740 "proc-macro2",
10741 "quote",
10742 "syn 1.0.109",
10743]
10744
10745[[package]]
10746name = "rmp"
10747version = "0.8.14"
10748source = "registry+https://github.com/rust-lang/crates.io-index"
10749checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10750dependencies = [
10751 "byteorder",
10752 "num-traits",
10753 "paste",
10754]
10755
10756[[package]]
10757name = "rmpv"
10758version = "1.3.0"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10761dependencies = [
10762 "num-traits",
10763 "rmp",
10764]
10765
10766[[package]]
10767name = "rodio"
10768version = "0.20.1"
10769source = "registry+https://github.com/rust-lang/crates.io-index"
10770checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10771dependencies = [
10772 "cpal",
10773 "hound",
10774]
10775
10776[[package]]
10777name = "rope"
10778version = "0.1.0"
10779dependencies = [
10780 "arrayvec",
10781 "criterion",
10782 "ctor",
10783 "env_logger 0.11.6",
10784 "gpui",
10785 "log",
10786 "rand 0.8.5",
10787 "rayon",
10788 "smallvec",
10789 "sum_tree",
10790 "unicode-segmentation",
10791 "util",
10792]
10793
10794[[package]]
10795name = "roxmltree"
10796version = "0.20.0"
10797source = "registry+https://github.com/rust-lang/crates.io-index"
10798checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10799
10800[[package]]
10801name = "rpc"
10802version = "0.1.0"
10803dependencies = [
10804 "anyhow",
10805 "async-tungstenite 0.28.2",
10806 "base64 0.22.1",
10807 "chrono",
10808 "collections",
10809 "env_logger 0.11.6",
10810 "futures 0.3.31",
10811 "gpui",
10812 "parking_lot",
10813 "proto",
10814 "rand 0.8.5",
10815 "rsa",
10816 "serde",
10817 "serde_json",
10818 "sha2",
10819 "strum",
10820 "tracing",
10821 "util",
10822 "zstd",
10823]
10824
10825[[package]]
10826name = "rsa"
10827version = "0.9.7"
10828source = "registry+https://github.com/rust-lang/crates.io-index"
10829checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
10830dependencies = [
10831 "const-oid",
10832 "digest",
10833 "num-bigint-dig",
10834 "num-integer",
10835 "num-traits",
10836 "pkcs1",
10837 "pkcs8 0.10.2",
10838 "rand_core 0.6.4",
10839 "signature 2.2.0",
10840 "spki 0.7.3",
10841 "subtle",
10842 "zeroize",
10843]
10844
10845[[package]]
10846name = "runtimelib"
10847version = "0.25.0"
10848source = "registry+https://github.com/rust-lang/crates.io-index"
10849checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
10850dependencies = [
10851 "anyhow",
10852 "async-dispatcher",
10853 "async-std",
10854 "base64 0.22.1",
10855 "bytes 1.9.0",
10856 "chrono",
10857 "data-encoding",
10858 "dirs 5.0.1",
10859 "futures 0.3.31",
10860 "glob",
10861 "jupyter-protocol",
10862 "ring",
10863 "serde",
10864 "serde_json",
10865 "shellexpand 3.1.0",
10866 "smol",
10867 "uuid",
10868 "zeromq",
10869]
10870
10871[[package]]
10872name = "rust-embed"
10873version = "8.5.0"
10874source = "registry+https://github.com/rust-lang/crates.io-index"
10875checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10876dependencies = [
10877 "rust-embed-impl",
10878 "rust-embed-utils",
10879 "walkdir",
10880]
10881
10882[[package]]
10883name = "rust-embed-impl"
10884version = "8.5.0"
10885source = "registry+https://github.com/rust-lang/crates.io-index"
10886checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10887dependencies = [
10888 "proc-macro2",
10889 "quote",
10890 "rust-embed-utils",
10891 "syn 2.0.90",
10892 "walkdir",
10893]
10894
10895[[package]]
10896name = "rust-embed-utils"
10897version = "8.5.0"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10900dependencies = [
10901 "globset",
10902 "sha2",
10903 "walkdir",
10904]
10905
10906[[package]]
10907name = "rust_decimal"
10908version = "1.36.0"
10909source = "registry+https://github.com/rust-lang/crates.io-index"
10910checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10911dependencies = [
10912 "arrayvec",
10913 "borsh",
10914 "bytes 1.9.0",
10915 "num-traits",
10916 "rand 0.8.5",
10917 "rkyv",
10918 "serde",
10919 "serde_json",
10920]
10921
10922[[package]]
10923name = "rustc-demangle"
10924version = "0.1.24"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10927
10928[[package]]
10929name = "rustc-hash"
10930version = "1.1.0"
10931source = "registry+https://github.com/rust-lang/crates.io-index"
10932checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10933
10934[[package]]
10935name = "rustc-hash"
10936version = "2.1.0"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
10939
10940[[package]]
10941name = "rustc_version"
10942version = "0.4.1"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10945dependencies = [
10946 "semver",
10947]
10948
10949[[package]]
10950name = "rustix"
10951version = "0.38.42"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
10954dependencies = [
10955 "bitflags 2.6.0",
10956 "errno 0.3.10",
10957 "itoa",
10958 "libc",
10959 "linux-raw-sys",
10960 "once_cell",
10961 "windows-sys 0.59.0",
10962]
10963
10964[[package]]
10965name = "rustix-openpty"
10966version = "0.1.1"
10967source = "registry+https://github.com/rust-lang/crates.io-index"
10968checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10969dependencies = [
10970 "errno 0.3.10",
10971 "libc",
10972 "rustix",
10973]
10974
10975[[package]]
10976name = "rustls"
10977version = "0.21.12"
10978source = "registry+https://github.com/rust-lang/crates.io-index"
10979checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10980dependencies = [
10981 "log",
10982 "ring",
10983 "rustls-webpki 0.101.7",
10984 "sct",
10985]
10986
10987[[package]]
10988name = "rustls"
10989version = "0.23.20"
10990source = "registry+https://github.com/rust-lang/crates.io-index"
10991checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
10992dependencies = [
10993 "once_cell",
10994 "ring",
10995 "rustls-pki-types",
10996 "rustls-webpki 0.102.8",
10997 "subtle",
10998 "zeroize",
10999]
11000
11001[[package]]
11002name = "rustls-native-certs"
11003version = "0.6.3"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11006dependencies = [
11007 "openssl-probe",
11008 "rustls-pemfile 1.0.4",
11009 "schannel",
11010 "security-framework 2.11.1",
11011]
11012
11013[[package]]
11014name = "rustls-native-certs"
11015version = "0.8.1"
11016source = "registry+https://github.com/rust-lang/crates.io-index"
11017checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11018dependencies = [
11019 "openssl-probe",
11020 "rustls-pki-types",
11021 "schannel",
11022 "security-framework 3.0.1",
11023]
11024
11025[[package]]
11026name = "rustls-pemfile"
11027version = "1.0.4"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11030dependencies = [
11031 "base64 0.21.7",
11032]
11033
11034[[package]]
11035name = "rustls-pemfile"
11036version = "2.2.0"
11037source = "registry+https://github.com/rust-lang/crates.io-index"
11038checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11039dependencies = [
11040 "rustls-pki-types",
11041]
11042
11043[[package]]
11044name = "rustls-pki-types"
11045version = "1.10.0"
11046source = "registry+https://github.com/rust-lang/crates.io-index"
11047checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11048dependencies = [
11049 "web-time",
11050]
11051
11052[[package]]
11053name = "rustls-webpki"
11054version = "0.101.7"
11055source = "registry+https://github.com/rust-lang/crates.io-index"
11056checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11057dependencies = [
11058 "ring",
11059 "untrusted",
11060]
11061
11062[[package]]
11063name = "rustls-webpki"
11064version = "0.102.8"
11065source = "registry+https://github.com/rust-lang/crates.io-index"
11066checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11067dependencies = [
11068 "ring",
11069 "rustls-pki-types",
11070 "untrusted",
11071]
11072
11073[[package]]
11074name = "rustversion"
11075version = "1.0.18"
11076source = "registry+https://github.com/rust-lang/crates.io-index"
11077checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11078
11079[[package]]
11080name = "rustybuzz"
11081version = "0.14.1"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11084dependencies = [
11085 "bitflags 2.6.0",
11086 "bytemuck",
11087 "libm",
11088 "smallvec",
11089 "ttf-parser",
11090 "unicode-bidi-mirroring",
11091 "unicode-ccc",
11092 "unicode-properties",
11093 "unicode-script",
11094]
11095
11096[[package]]
11097name = "ryu"
11098version = "1.0.18"
11099source = "registry+https://github.com/rust-lang/crates.io-index"
11100checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11101
11102[[package]]
11103name = "salsa20"
11104version = "0.10.2"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11107dependencies = [
11108 "cipher",
11109]
11110
11111[[package]]
11112name = "same-file"
11113version = "1.0.6"
11114source = "registry+https://github.com/rust-lang/crates.io-index"
11115checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11116dependencies = [
11117 "winapi-util",
11118]
11119
11120[[package]]
11121name = "schannel"
11122version = "0.1.27"
11123source = "registry+https://github.com/rust-lang/crates.io-index"
11124checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11125dependencies = [
11126 "windows-sys 0.59.0",
11127]
11128
11129[[package]]
11130name = "schemars"
11131version = "0.8.21"
11132source = "registry+https://github.com/rust-lang/crates.io-index"
11133checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11134dependencies = [
11135 "dyn-clone",
11136 "indexmap",
11137 "schemars_derive",
11138 "serde",
11139 "serde_json",
11140]
11141
11142[[package]]
11143name = "schemars_derive"
11144version = "0.8.21"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11147dependencies = [
11148 "proc-macro2",
11149 "quote",
11150 "serde_derive_internals",
11151 "syn 2.0.90",
11152]
11153
11154[[package]]
11155name = "scoped-tls"
11156version = "1.0.1"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11159
11160[[package]]
11161name = "scopeguard"
11162version = "1.2.0"
11163source = "registry+https://github.com/rust-lang/crates.io-index"
11164checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11165
11166[[package]]
11167name = "scratch"
11168version = "1.0.7"
11169source = "registry+https://github.com/rust-lang/crates.io-index"
11170checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11171
11172[[package]]
11173name = "scrypt"
11174version = "0.11.0"
11175source = "registry+https://github.com/rust-lang/crates.io-index"
11176checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11177dependencies = [
11178 "password-hash 0.5.0",
11179 "pbkdf2 0.12.2",
11180 "salsa20",
11181 "sha2",
11182]
11183
11184[[package]]
11185name = "sct"
11186version = "0.7.1"
11187source = "registry+https://github.com/rust-lang/crates.io-index"
11188checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11189dependencies = [
11190 "ring",
11191 "untrusted",
11192]
11193
11194[[package]]
11195name = "sea-bae"
11196version = "0.2.1"
11197source = "registry+https://github.com/rust-lang/crates.io-index"
11198checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11199dependencies = [
11200 "heck 0.4.1",
11201 "proc-macro-error2",
11202 "proc-macro2",
11203 "quote",
11204 "syn 2.0.90",
11205]
11206
11207[[package]]
11208name = "sea-orm"
11209version = "1.1.3"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "0dbcf83248860dc632c46c7e81a221e041b50d0006191756cb001d9e8afc60a9"
11212dependencies = [
11213 "async-stream",
11214 "async-trait",
11215 "bigdecimal",
11216 "chrono",
11217 "futures 0.3.31",
11218 "log",
11219 "ouroboros",
11220 "rust_decimal",
11221 "sea-orm-macros",
11222 "sea-query",
11223 "sea-query-binder",
11224 "serde",
11225 "serde_json",
11226 "sqlx",
11227 "strum",
11228 "thiserror 1.0.69",
11229 "time",
11230 "tracing",
11231 "url",
11232 "uuid",
11233]
11234
11235[[package]]
11236name = "sea-orm-macros"
11237version = "1.1.3"
11238source = "registry+https://github.com/rust-lang/crates.io-index"
11239checksum = "49ce6f08134f3681b1ca92185b96fac898f26d9b4f5538d13f7032ef243d14b2"
11240dependencies = [
11241 "heck 0.4.1",
11242 "proc-macro2",
11243 "quote",
11244 "sea-bae",
11245 "syn 2.0.90",
11246 "unicode-ident",
11247]
11248
11249[[package]]
11250name = "sea-query"
11251version = "0.32.1"
11252source = "registry+https://github.com/rust-lang/crates.io-index"
11253checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11254dependencies = [
11255 "bigdecimal",
11256 "chrono",
11257 "inherent",
11258 "ordered-float 3.9.2",
11259 "rust_decimal",
11260 "serde_json",
11261 "time",
11262 "uuid",
11263]
11264
11265[[package]]
11266name = "sea-query-binder"
11267version = "0.7.0"
11268source = "registry+https://github.com/rust-lang/crates.io-index"
11269checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11270dependencies = [
11271 "bigdecimal",
11272 "chrono",
11273 "rust_decimal",
11274 "sea-query",
11275 "serde_json",
11276 "sqlx",
11277 "time",
11278 "uuid",
11279]
11280
11281[[package]]
11282name = "seahash"
11283version = "4.1.0"
11284source = "registry+https://github.com/rust-lang/crates.io-index"
11285checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11286
11287[[package]]
11288name = "search"
11289version = "0.1.0"
11290dependencies = [
11291 "any_vec",
11292 "anyhow",
11293 "bitflags 2.6.0",
11294 "client",
11295 "collections",
11296 "editor",
11297 "futures 0.3.31",
11298 "gpui",
11299 "language",
11300 "menu",
11301 "project",
11302 "schemars",
11303 "serde",
11304 "serde_json",
11305 "settings",
11306 "smol",
11307 "theme",
11308 "ui",
11309 "unindent",
11310 "util",
11311 "workspace",
11312]
11313
11314[[package]]
11315name = "sec1"
11316version = "0.3.0"
11317source = "registry+https://github.com/rust-lang/crates.io-index"
11318checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11319dependencies = [
11320 "base16ct",
11321 "der 0.6.1",
11322 "generic-array",
11323 "pkcs8 0.9.0",
11324 "subtle",
11325 "zeroize",
11326]
11327
11328[[package]]
11329name = "security-framework"
11330version = "2.11.1"
11331source = "registry+https://github.com/rust-lang/crates.io-index"
11332checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11333dependencies = [
11334 "bitflags 2.6.0",
11335 "core-foundation 0.9.4",
11336 "core-foundation-sys",
11337 "libc",
11338 "security-framework-sys",
11339]
11340
11341[[package]]
11342name = "security-framework"
11343version = "3.0.1"
11344source = "registry+https://github.com/rust-lang/crates.io-index"
11345checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11346dependencies = [
11347 "bitflags 2.6.0",
11348 "core-foundation 0.10.0",
11349 "core-foundation-sys",
11350 "libc",
11351 "security-framework-sys",
11352]
11353
11354[[package]]
11355name = "security-framework-sys"
11356version = "2.12.1"
11357source = "registry+https://github.com/rust-lang/crates.io-index"
11358checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11359dependencies = [
11360 "core-foundation-sys",
11361 "libc",
11362]
11363
11364[[package]]
11365name = "self_cell"
11366version = "1.1.0"
11367source = "registry+https://github.com/rust-lang/crates.io-index"
11368checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11369
11370[[package]]
11371name = "semantic_index"
11372version = "0.1.0"
11373dependencies = [
11374 "anyhow",
11375 "arrayvec",
11376 "blake3",
11377 "client",
11378 "clock",
11379 "collections",
11380 "env_logger 0.11.6",
11381 "feature_flags",
11382 "fs",
11383 "futures 0.3.31",
11384 "futures-batch",
11385 "gpui",
11386 "heed",
11387 "http_client",
11388 "language",
11389 "language_model",
11390 "languages",
11391 "log",
11392 "open_ai",
11393 "parking_lot",
11394 "project",
11395 "reqwest_client",
11396 "serde",
11397 "serde_json",
11398 "settings",
11399 "sha2",
11400 "smol",
11401 "tempfile",
11402 "theme",
11403 "tree-sitter",
11404 "ui",
11405 "unindent",
11406 "util",
11407 "workspace",
11408 "worktree",
11409]
11410
11411[[package]]
11412name = "semantic_version"
11413version = "0.1.0"
11414dependencies = [
11415 "anyhow",
11416 "serde",
11417]
11418
11419[[package]]
11420name = "semver"
11421version = "1.0.24"
11422source = "registry+https://github.com/rust-lang/crates.io-index"
11423checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
11424dependencies = [
11425 "serde",
11426]
11427
11428[[package]]
11429name = "serde"
11430version = "1.0.217"
11431source = "registry+https://github.com/rust-lang/crates.io-index"
11432checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
11433dependencies = [
11434 "serde_derive",
11435]
11436
11437[[package]]
11438name = "serde_derive"
11439version = "1.0.217"
11440source = "registry+https://github.com/rust-lang/crates.io-index"
11441checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
11442dependencies = [
11443 "proc-macro2",
11444 "quote",
11445 "syn 2.0.90",
11446]
11447
11448[[package]]
11449name = "serde_derive_internals"
11450version = "0.29.1"
11451source = "registry+https://github.com/rust-lang/crates.io-index"
11452checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11453dependencies = [
11454 "proc-macro2",
11455 "quote",
11456 "syn 2.0.90",
11457]
11458
11459[[package]]
11460name = "serde_fmt"
11461version = "1.0.3"
11462source = "registry+https://github.com/rust-lang/crates.io-index"
11463checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11464dependencies = [
11465 "serde",
11466]
11467
11468[[package]]
11469name = "serde_json"
11470version = "1.0.135"
11471source = "registry+https://github.com/rust-lang/crates.io-index"
11472checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
11473dependencies = [
11474 "indexmap",
11475 "itoa",
11476 "memchr",
11477 "ryu",
11478 "serde",
11479]
11480
11481[[package]]
11482name = "serde_json_lenient"
11483version = "0.2.4"
11484source = "registry+https://github.com/rust-lang/crates.io-index"
11485checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11486dependencies = [
11487 "indexmap",
11488 "itoa",
11489 "memchr",
11490 "ryu",
11491 "serde",
11492]
11493
11494[[package]]
11495name = "serde_path_to_error"
11496version = "0.1.16"
11497source = "registry+https://github.com/rust-lang/crates.io-index"
11498checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11499dependencies = [
11500 "itoa",
11501 "serde",
11502]
11503
11504[[package]]
11505name = "serde_qs"
11506version = "0.8.5"
11507source = "registry+https://github.com/rust-lang/crates.io-index"
11508checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11509dependencies = [
11510 "percent-encoding",
11511 "serde",
11512 "thiserror 1.0.69",
11513]
11514
11515[[package]]
11516name = "serde_qs"
11517version = "0.10.1"
11518source = "registry+https://github.com/rust-lang/crates.io-index"
11519checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11520dependencies = [
11521 "percent-encoding",
11522 "serde",
11523 "thiserror 1.0.69",
11524]
11525
11526[[package]]
11527name = "serde_repr"
11528version = "0.1.19"
11529source = "registry+https://github.com/rust-lang/crates.io-index"
11530checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11531dependencies = [
11532 "proc-macro2",
11533 "quote",
11534 "syn 2.0.90",
11535]
11536
11537[[package]]
11538name = "serde_spanned"
11539version = "0.6.8"
11540source = "registry+https://github.com/rust-lang/crates.io-index"
11541checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11542dependencies = [
11543 "serde",
11544]
11545
11546[[package]]
11547name = "serde_urlencoded"
11548version = "0.7.1"
11549source = "registry+https://github.com/rust-lang/crates.io-index"
11550checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11551dependencies = [
11552 "form_urlencoded",
11553 "itoa",
11554 "ryu",
11555 "serde",
11556]
11557
11558[[package]]
11559name = "session"
11560version = "0.1.0"
11561dependencies = [
11562 "db",
11563 "gpui",
11564 "serde_json",
11565 "util",
11566 "uuid",
11567]
11568
11569[[package]]
11570name = "settings"
11571version = "0.1.0"
11572dependencies = [
11573 "anyhow",
11574 "collections",
11575 "ec4rs",
11576 "fs",
11577 "futures 0.3.31",
11578 "gpui",
11579 "indoc",
11580 "log",
11581 "paths",
11582 "pretty_assertions",
11583 "release_channel",
11584 "rust-embed",
11585 "schemars",
11586 "serde",
11587 "serde_derive",
11588 "serde_json",
11589 "serde_json_lenient",
11590 "smallvec",
11591 "tree-sitter",
11592 "tree-sitter-json",
11593 "unindent",
11594 "util",
11595]
11596
11597[[package]]
11598name = "settings_ui"
11599version = "0.1.0"
11600dependencies = [
11601 "command_palette_hooks",
11602 "editor",
11603 "feature_flags",
11604 "gpui",
11605 "settings",
11606 "theme",
11607 "ui",
11608 "workspace",
11609]
11610
11611[[package]]
11612name = "sha1"
11613version = "0.10.6"
11614source = "registry+https://github.com/rust-lang/crates.io-index"
11615checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11616dependencies = [
11617 "cfg-if",
11618 "cpufeatures",
11619 "digest",
11620]
11621
11622[[package]]
11623name = "sha1_smol"
11624version = "1.0.1"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11627
11628[[package]]
11629name = "sha2"
11630version = "0.10.8"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11633dependencies = [
11634 "cfg-if",
11635 "cpufeatures",
11636 "digest",
11637]
11638
11639[[package]]
11640name = "sharded-slab"
11641version = "0.1.7"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11644dependencies = [
11645 "lazy_static",
11646]
11647
11648[[package]]
11649name = "shell-words"
11650version = "1.1.0"
11651source = "registry+https://github.com/rust-lang/crates.io-index"
11652checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11653
11654[[package]]
11655name = "shellexpand"
11656version = "2.1.2"
11657source = "registry+https://github.com/rust-lang/crates.io-index"
11658checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11659dependencies = [
11660 "dirs 4.0.0",
11661]
11662
11663[[package]]
11664name = "shellexpand"
11665version = "3.1.0"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11668dependencies = [
11669 "dirs 5.0.1",
11670]
11671
11672[[package]]
11673name = "shlex"
11674version = "1.3.0"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11677
11678[[package]]
11679name = "signal-hook"
11680version = "0.3.17"
11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11683dependencies = [
11684 "libc",
11685 "signal-hook-registry",
11686]
11687
11688[[package]]
11689name = "signal-hook-registry"
11690version = "1.4.2"
11691source = "registry+https://github.com/rust-lang/crates.io-index"
11692checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11693dependencies = [
11694 "libc",
11695]
11696
11697[[package]]
11698name = "signature"
11699version = "1.6.4"
11700source = "registry+https://github.com/rust-lang/crates.io-index"
11701checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11702dependencies = [
11703 "digest",
11704 "rand_core 0.6.4",
11705]
11706
11707[[package]]
11708name = "signature"
11709version = "2.2.0"
11710source = "registry+https://github.com/rust-lang/crates.io-index"
11711checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11712dependencies = [
11713 "digest",
11714 "rand_core 0.6.4",
11715]
11716
11717[[package]]
11718name = "simd-adler32"
11719version = "0.3.7"
11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11722
11723[[package]]
11724name = "simd_helpers"
11725version = "0.1.0"
11726source = "registry+https://github.com/rust-lang/crates.io-index"
11727checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11728dependencies = [
11729 "quote",
11730]
11731
11732[[package]]
11733name = "simdutf8"
11734version = "0.1.5"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11737
11738[[package]]
11739name = "similar"
11740version = "1.3.0"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11743
11744[[package]]
11745name = "simple_asn1"
11746version = "0.6.2"
11747source = "registry+https://github.com/rust-lang/crates.io-index"
11748checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11749dependencies = [
11750 "num-bigint",
11751 "num-traits",
11752 "thiserror 1.0.69",
11753 "time",
11754]
11755
11756[[package]]
11757name = "simplecss"
11758version = "0.2.1"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11761dependencies = [
11762 "log",
11763]
11764
11765[[package]]
11766name = "simplelog"
11767version = "0.12.2"
11768source = "registry+https://github.com/rust-lang/crates.io-index"
11769checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11770dependencies = [
11771 "log",
11772 "termcolor",
11773 "time",
11774]
11775
11776[[package]]
11777name = "siphasher"
11778version = "0.3.11"
11779source = "registry+https://github.com/rust-lang/crates.io-index"
11780checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11781
11782[[package]]
11783name = "siphasher"
11784version = "1.0.1"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11787
11788[[package]]
11789name = "skrifa"
11790version = "0.22.3"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11793dependencies = [
11794 "bytemuck",
11795 "read-fonts",
11796]
11797
11798[[package]]
11799name = "slab"
11800version = "0.4.9"
11801source = "registry+https://github.com/rust-lang/crates.io-index"
11802checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11803dependencies = [
11804 "autocfg",
11805]
11806
11807[[package]]
11808name = "slash_commands_example"
11809version = "0.1.0"
11810dependencies = [
11811 "zed_extension_api 0.1.0",
11812]
11813
11814[[package]]
11815name = "slice-group-by"
11816version = "0.3.1"
11817source = "registry+https://github.com/rust-lang/crates.io-index"
11818checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11819
11820[[package]]
11821name = "slotmap"
11822version = "1.0.7"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11825dependencies = [
11826 "version_check",
11827]
11828
11829[[package]]
11830name = "smallvec"
11831version = "1.13.2"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11834dependencies = [
11835 "serde",
11836]
11837
11838[[package]]
11839name = "smart-default"
11840version = "0.6.0"
11841source = "registry+https://github.com/rust-lang/crates.io-index"
11842checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11843dependencies = [
11844 "proc-macro2",
11845 "quote",
11846 "syn 1.0.109",
11847]
11848
11849[[package]]
11850name = "smol"
11851version = "2.0.2"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
11854dependencies = [
11855 "async-channel 2.3.1",
11856 "async-executor",
11857 "async-fs",
11858 "async-io",
11859 "async-lock",
11860 "async-net",
11861 "async-process",
11862 "blocking",
11863 "futures-lite 2.5.0",
11864]
11865
11866[[package]]
11867name = "smol_str"
11868version = "0.1.24"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11871dependencies = [
11872 "serde",
11873]
11874
11875[[package]]
11876name = "snippet"
11877version = "0.1.0"
11878dependencies = [
11879 "anyhow",
11880 "smallvec",
11881]
11882
11883[[package]]
11884name = "snippet_provider"
11885version = "0.1.0"
11886dependencies = [
11887 "anyhow",
11888 "collections",
11889 "extension",
11890 "fs",
11891 "futures 0.3.31",
11892 "gpui",
11893 "parking_lot",
11894 "paths",
11895 "serde",
11896 "serde_json",
11897 "snippet",
11898 "util",
11899]
11900
11901[[package]]
11902name = "snippets_ui"
11903version = "0.1.0"
11904dependencies = [
11905 "fuzzy",
11906 "gpui",
11907 "language",
11908 "paths",
11909 "picker",
11910 "ui",
11911 "util",
11912 "workspace",
11913]
11914
11915[[package]]
11916name = "socket2"
11917version = "0.5.8"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
11920dependencies = [
11921 "libc",
11922 "windows-sys 0.52.0",
11923]
11924
11925[[package]]
11926name = "spdx"
11927version = "0.10.7"
11928source = "registry+https://github.com/rust-lang/crates.io-index"
11929checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
11930dependencies = [
11931 "smallvec",
11932]
11933
11934[[package]]
11935name = "spin"
11936version = "0.9.8"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11939dependencies = [
11940 "lock_api",
11941]
11942
11943[[package]]
11944name = "spirv"
11945version = "0.3.0+sdk-1.3.268.0"
11946source = "registry+https://github.com/rust-lang/crates.io-index"
11947checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11948dependencies = [
11949 "bitflags 2.6.0",
11950]
11951
11952[[package]]
11953name = "spki"
11954version = "0.6.0"
11955source = "registry+https://github.com/rust-lang/crates.io-index"
11956checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11957dependencies = [
11958 "base64ct",
11959 "der 0.6.1",
11960]
11961
11962[[package]]
11963name = "spki"
11964version = "0.7.3"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11967dependencies = [
11968 "base64ct",
11969 "der 0.7.9",
11970]
11971
11972[[package]]
11973name = "sptr"
11974version = "0.3.2"
11975source = "registry+https://github.com/rust-lang/crates.io-index"
11976checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11977
11978[[package]]
11979name = "sqlez"
11980version = "0.1.0"
11981dependencies = [
11982 "anyhow",
11983 "collections",
11984 "futures 0.3.31",
11985 "indoc",
11986 "libsqlite3-sys",
11987 "parking_lot",
11988 "smol",
11989 "sqlformat",
11990 "thread_local",
11991 "util",
11992 "uuid",
11993]
11994
11995[[package]]
11996name = "sqlez_macros"
11997version = "0.1.0"
11998dependencies = [
11999 "sqlez",
12000 "sqlformat",
12001 "syn 1.0.109",
12002]
12003
12004[[package]]
12005name = "sqlformat"
12006version = "0.2.6"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12009dependencies = [
12010 "nom",
12011 "unicode_categories",
12012]
12013
12014[[package]]
12015name = "sqlx"
12016version = "0.8.2"
12017source = "registry+https://github.com/rust-lang/crates.io-index"
12018checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12019dependencies = [
12020 "sqlx-core",
12021 "sqlx-macros",
12022 "sqlx-mysql",
12023 "sqlx-postgres",
12024 "sqlx-sqlite",
12025]
12026
12027[[package]]
12028name = "sqlx-core"
12029version = "0.8.2"
12030source = "registry+https://github.com/rust-lang/crates.io-index"
12031checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12032dependencies = [
12033 "atoi",
12034 "bigdecimal",
12035 "byteorder",
12036 "bytes 1.9.0",
12037 "chrono",
12038 "crc",
12039 "crossbeam-queue",
12040 "either",
12041 "event-listener 5.3.1",
12042 "futures-channel",
12043 "futures-core",
12044 "futures-intrusive",
12045 "futures-io",
12046 "futures-util",
12047 "hashbrown 0.14.5",
12048 "hashlink 0.9.1",
12049 "hex",
12050 "indexmap",
12051 "log",
12052 "memchr",
12053 "once_cell",
12054 "paste",
12055 "percent-encoding",
12056 "rust_decimal",
12057 "rustls 0.23.20",
12058 "rustls-pemfile 2.2.0",
12059 "serde",
12060 "serde_json",
12061 "sha2",
12062 "smallvec",
12063 "sqlformat",
12064 "thiserror 1.0.69",
12065 "time",
12066 "tokio",
12067 "tokio-stream",
12068 "tracing",
12069 "url",
12070 "uuid",
12071 "webpki-roots 0.26.7",
12072]
12073
12074[[package]]
12075name = "sqlx-macros"
12076version = "0.8.2"
12077source = "registry+https://github.com/rust-lang/crates.io-index"
12078checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12079dependencies = [
12080 "proc-macro2",
12081 "quote",
12082 "sqlx-core",
12083 "sqlx-macros-core",
12084 "syn 2.0.90",
12085]
12086
12087[[package]]
12088name = "sqlx-macros-core"
12089version = "0.8.2"
12090source = "registry+https://github.com/rust-lang/crates.io-index"
12091checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12092dependencies = [
12093 "dotenvy",
12094 "either",
12095 "heck 0.5.0",
12096 "hex",
12097 "once_cell",
12098 "proc-macro2",
12099 "quote",
12100 "serde",
12101 "serde_json",
12102 "sha2",
12103 "sqlx-core",
12104 "sqlx-mysql",
12105 "sqlx-postgres",
12106 "sqlx-sqlite",
12107 "syn 2.0.90",
12108 "tempfile",
12109 "tokio",
12110 "url",
12111]
12112
12113[[package]]
12114name = "sqlx-mysql"
12115version = "0.8.2"
12116source = "registry+https://github.com/rust-lang/crates.io-index"
12117checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12118dependencies = [
12119 "atoi",
12120 "base64 0.22.1",
12121 "bigdecimal",
12122 "bitflags 2.6.0",
12123 "byteorder",
12124 "bytes 1.9.0",
12125 "chrono",
12126 "crc",
12127 "digest",
12128 "dotenvy",
12129 "either",
12130 "futures-channel",
12131 "futures-core",
12132 "futures-io",
12133 "futures-util",
12134 "generic-array",
12135 "hex",
12136 "hkdf",
12137 "hmac",
12138 "itoa",
12139 "log",
12140 "md-5",
12141 "memchr",
12142 "once_cell",
12143 "percent-encoding",
12144 "rand 0.8.5",
12145 "rsa",
12146 "rust_decimal",
12147 "serde",
12148 "sha1",
12149 "sha2",
12150 "smallvec",
12151 "sqlx-core",
12152 "stringprep",
12153 "thiserror 1.0.69",
12154 "time",
12155 "tracing",
12156 "uuid",
12157 "whoami",
12158]
12159
12160[[package]]
12161name = "sqlx-postgres"
12162version = "0.8.2"
12163source = "registry+https://github.com/rust-lang/crates.io-index"
12164checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12165dependencies = [
12166 "atoi",
12167 "base64 0.22.1",
12168 "bigdecimal",
12169 "bitflags 2.6.0",
12170 "byteorder",
12171 "chrono",
12172 "crc",
12173 "dotenvy",
12174 "etcetera",
12175 "futures-channel",
12176 "futures-core",
12177 "futures-io",
12178 "futures-util",
12179 "hex",
12180 "hkdf",
12181 "hmac",
12182 "home",
12183 "itoa",
12184 "log",
12185 "md-5",
12186 "memchr",
12187 "num-bigint",
12188 "once_cell",
12189 "rand 0.8.5",
12190 "rust_decimal",
12191 "serde",
12192 "serde_json",
12193 "sha2",
12194 "smallvec",
12195 "sqlx-core",
12196 "stringprep",
12197 "thiserror 1.0.69",
12198 "time",
12199 "tracing",
12200 "uuid",
12201 "whoami",
12202]
12203
12204[[package]]
12205name = "sqlx-sqlite"
12206version = "0.8.2"
12207source = "registry+https://github.com/rust-lang/crates.io-index"
12208checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12209dependencies = [
12210 "atoi",
12211 "chrono",
12212 "flume",
12213 "futures-channel",
12214 "futures-core",
12215 "futures-executor",
12216 "futures-intrusive",
12217 "futures-util",
12218 "libsqlite3-sys",
12219 "log",
12220 "percent-encoding",
12221 "serde",
12222 "serde_urlencoded",
12223 "sqlx-core",
12224 "time",
12225 "tracing",
12226 "url",
12227 "uuid",
12228]
12229
12230[[package]]
12231name = "stable_deref_trait"
12232version = "1.2.0"
12233source = "registry+https://github.com/rust-lang/crates.io-index"
12234checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12235
12236[[package]]
12237name = "static_assertions"
12238version = "1.1.0"
12239source = "registry+https://github.com/rust-lang/crates.io-index"
12240checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12241
12242[[package]]
12243name = "story"
12244version = "0.1.0"
12245dependencies = [
12246 "gpui",
12247 "itertools 0.14.0",
12248 "smallvec",
12249]
12250
12251[[package]]
12252name = "storybook"
12253version = "0.1.0"
12254dependencies = [
12255 "anyhow",
12256 "clap",
12257 "collab_ui",
12258 "ctrlc",
12259 "dialoguer",
12260 "editor",
12261 "fuzzy",
12262 "gpui",
12263 "indoc",
12264 "language",
12265 "log",
12266 "menu",
12267 "picker",
12268 "project",
12269 "reqwest_client",
12270 "rust-embed",
12271 "settings",
12272 "simplelog",
12273 "story",
12274 "strum",
12275 "theme",
12276 "title_bar",
12277 "ui",
12278]
12279
12280[[package]]
12281name = "strict-num"
12282version = "0.1.1"
12283source = "registry+https://github.com/rust-lang/crates.io-index"
12284checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12285dependencies = [
12286 "float-cmp",
12287]
12288
12289[[package]]
12290name = "string_cache"
12291version = "0.8.7"
12292source = "registry+https://github.com/rust-lang/crates.io-index"
12293checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12294dependencies = [
12295 "new_debug_unreachable",
12296 "once_cell",
12297 "parking_lot",
12298 "phf_shared 0.10.0",
12299 "precomputed-hash",
12300 "serde",
12301]
12302
12303[[package]]
12304name = "string_cache_codegen"
12305version = "0.5.2"
12306source = "registry+https://github.com/rust-lang/crates.io-index"
12307checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12308dependencies = [
12309 "phf_generator 0.10.0",
12310 "phf_shared 0.10.0",
12311 "proc-macro2",
12312 "quote",
12313]
12314
12315[[package]]
12316name = "stringprep"
12317version = "0.1.5"
12318source = "registry+https://github.com/rust-lang/crates.io-index"
12319checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12320dependencies = [
12321 "unicode-bidi",
12322 "unicode-normalization",
12323 "unicode-properties",
12324]
12325
12326[[package]]
12327name = "strsim"
12328version = "0.11.1"
12329source = "registry+https://github.com/rust-lang/crates.io-index"
12330checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12331
12332[[package]]
12333name = "strum"
12334version = "0.26.3"
12335source = "registry+https://github.com/rust-lang/crates.io-index"
12336checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12337dependencies = [
12338 "strum_macros",
12339]
12340
12341[[package]]
12342name = "strum_macros"
12343version = "0.26.4"
12344source = "registry+https://github.com/rust-lang/crates.io-index"
12345checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12346dependencies = [
12347 "heck 0.5.0",
12348 "proc-macro2",
12349 "quote",
12350 "rustversion",
12351 "syn 2.0.90",
12352]
12353
12354[[package]]
12355name = "subtle"
12356version = "2.6.1"
12357source = "registry+https://github.com/rust-lang/crates.io-index"
12358checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12359
12360[[package]]
12361name = "sum_tree"
12362version = "0.1.0"
12363dependencies = [
12364 "arrayvec",
12365 "ctor",
12366 "env_logger 0.11.6",
12367 "log",
12368 "rand 0.8.5",
12369 "rayon",
12370]
12371
12372[[package]]
12373name = "supermaven"
12374version = "0.1.0"
12375dependencies = [
12376 "anyhow",
12377 "client",
12378 "collections",
12379 "editor",
12380 "env_logger 0.11.6",
12381 "futures 0.3.31",
12382 "gpui",
12383 "http_client",
12384 "inline_completion",
12385 "language",
12386 "log",
12387 "postage",
12388 "project",
12389 "serde",
12390 "serde_json",
12391 "settings",
12392 "smol",
12393 "supermaven_api",
12394 "text",
12395 "theme",
12396 "ui",
12397 "unicode-segmentation",
12398 "util",
12399]
12400
12401[[package]]
12402name = "supermaven_api"
12403version = "0.1.0"
12404dependencies = [
12405 "anyhow",
12406 "futures 0.3.31",
12407 "http_client",
12408 "paths",
12409 "serde",
12410 "serde_json",
12411 "smol",
12412]
12413
12414[[package]]
12415name = "sval"
12416version = "2.13.2"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12419
12420[[package]]
12421name = "sval_buffer"
12422version = "2.13.2"
12423source = "registry+https://github.com/rust-lang/crates.io-index"
12424checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12425dependencies = [
12426 "sval",
12427 "sval_ref",
12428]
12429
12430[[package]]
12431name = "sval_dynamic"
12432version = "2.13.2"
12433source = "registry+https://github.com/rust-lang/crates.io-index"
12434checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12435dependencies = [
12436 "sval",
12437]
12438
12439[[package]]
12440name = "sval_fmt"
12441version = "2.13.2"
12442source = "registry+https://github.com/rust-lang/crates.io-index"
12443checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12444dependencies = [
12445 "itoa",
12446 "ryu",
12447 "sval",
12448]
12449
12450[[package]]
12451name = "sval_json"
12452version = "2.13.2"
12453source = "registry+https://github.com/rust-lang/crates.io-index"
12454checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12455dependencies = [
12456 "itoa",
12457 "ryu",
12458 "sval",
12459]
12460
12461[[package]]
12462name = "sval_nested"
12463version = "2.13.2"
12464source = "registry+https://github.com/rust-lang/crates.io-index"
12465checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12466dependencies = [
12467 "sval",
12468 "sval_buffer",
12469 "sval_ref",
12470]
12471
12472[[package]]
12473name = "sval_ref"
12474version = "2.13.2"
12475source = "registry+https://github.com/rust-lang/crates.io-index"
12476checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12477dependencies = [
12478 "sval",
12479]
12480
12481[[package]]
12482name = "sval_serde"
12483version = "2.13.2"
12484source = "registry+https://github.com/rust-lang/crates.io-index"
12485checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12486dependencies = [
12487 "serde",
12488 "sval",
12489 "sval_nested",
12490]
12491
12492[[package]]
12493name = "svg_fmt"
12494version = "0.4.4"
12495source = "registry+https://github.com/rust-lang/crates.io-index"
12496checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12497
12498[[package]]
12499name = "svgtypes"
12500version = "0.15.2"
12501source = "registry+https://github.com/rust-lang/crates.io-index"
12502checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12503dependencies = [
12504 "kurbo",
12505 "siphasher 1.0.1",
12506]
12507
12508[[package]]
12509name = "swash"
12510version = "0.1.19"
12511source = "registry+https://github.com/rust-lang/crates.io-index"
12512checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12513dependencies = [
12514 "skrifa",
12515 "yazi",
12516 "zeno",
12517]
12518
12519[[package]]
12520name = "syn"
12521version = "1.0.109"
12522source = "registry+https://github.com/rust-lang/crates.io-index"
12523checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12524dependencies = [
12525 "proc-macro2",
12526 "quote",
12527 "unicode-ident",
12528]
12529
12530[[package]]
12531name = "syn"
12532version = "2.0.90"
12533source = "registry+https://github.com/rust-lang/crates.io-index"
12534checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12535dependencies = [
12536 "proc-macro2",
12537 "quote",
12538 "unicode-ident",
12539]
12540
12541[[package]]
12542name = "sync_wrapper"
12543version = "0.1.2"
12544source = "registry+https://github.com/rust-lang/crates.io-index"
12545checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12546
12547[[package]]
12548name = "sync_wrapper"
12549version = "1.0.2"
12550source = "registry+https://github.com/rust-lang/crates.io-index"
12551checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12552dependencies = [
12553 "futures-core",
12554]
12555
12556[[package]]
12557name = "synchronoise"
12558version = "1.0.1"
12559source = "registry+https://github.com/rust-lang/crates.io-index"
12560checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12561dependencies = [
12562 "crossbeam-queue",
12563]
12564
12565[[package]]
12566name = "synstructure"
12567version = "0.13.1"
12568source = "registry+https://github.com/rust-lang/crates.io-index"
12569checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12570dependencies = [
12571 "proc-macro2",
12572 "quote",
12573 "syn 2.0.90",
12574]
12575
12576[[package]]
12577name = "sys-locale"
12578version = "0.3.2"
12579source = "registry+https://github.com/rust-lang/crates.io-index"
12580checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12581dependencies = [
12582 "libc",
12583]
12584
12585[[package]]
12586name = "sysinfo"
12587version = "0.31.4"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12590dependencies = [
12591 "core-foundation-sys",
12592 "libc",
12593 "memchr",
12594 "ntapi",
12595 "rayon",
12596 "windows 0.57.0",
12597]
12598
12599[[package]]
12600name = "system-configuration"
12601version = "0.5.1"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12604dependencies = [
12605 "bitflags 1.3.2",
12606 "core-foundation 0.9.4",
12607 "system-configuration-sys 0.5.0",
12608]
12609
12610[[package]]
12611name = "system-configuration"
12612version = "0.6.1"
12613source = "registry+https://github.com/rust-lang/crates.io-index"
12614checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12615dependencies = [
12616 "bitflags 2.6.0",
12617 "core-foundation 0.9.4",
12618 "system-configuration-sys 0.6.0",
12619]
12620
12621[[package]]
12622name = "system-configuration-sys"
12623version = "0.5.0"
12624source = "registry+https://github.com/rust-lang/crates.io-index"
12625checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12626dependencies = [
12627 "core-foundation-sys",
12628 "libc",
12629]
12630
12631[[package]]
12632name = "system-configuration-sys"
12633version = "0.6.0"
12634source = "registry+https://github.com/rust-lang/crates.io-index"
12635checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12636dependencies = [
12637 "core-foundation-sys",
12638 "libc",
12639]
12640
12641[[package]]
12642name = "system-deps"
12643version = "6.2.2"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12646dependencies = [
12647 "cfg-expr",
12648 "heck 0.5.0",
12649 "pkg-config",
12650 "toml 0.8.19",
12651 "version-compare",
12652]
12653
12654[[package]]
12655name = "system-interface"
12656version = "0.27.3"
12657source = "registry+https://github.com/rust-lang/crates.io-index"
12658checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12659dependencies = [
12660 "bitflags 2.6.0",
12661 "cap-fs-ext",
12662 "cap-std",
12663 "fd-lock",
12664 "io-lifetimes",
12665 "rustix",
12666 "windows-sys 0.59.0",
12667 "winx",
12668]
12669
12670[[package]]
12671name = "tab_switcher"
12672version = "0.1.0"
12673dependencies = [
12674 "anyhow",
12675 "collections",
12676 "ctor",
12677 "editor",
12678 "env_logger 0.11.6",
12679 "gpui",
12680 "language",
12681 "menu",
12682 "picker",
12683 "project",
12684 "schemars",
12685 "serde",
12686 "serde_json",
12687 "settings",
12688 "theme",
12689 "ui",
12690 "util",
12691 "workspace",
12692]
12693
12694[[package]]
12695name = "taffy"
12696version = "0.4.4"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12699dependencies = [
12700 "arrayvec",
12701 "grid",
12702 "num-traits",
12703 "serde",
12704 "slotmap",
12705]
12706
12707[[package]]
12708name = "take-until"
12709version = "0.2.0"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12712
12713[[package]]
12714name = "tap"
12715version = "1.0.1"
12716source = "registry+https://github.com/rust-lang/crates.io-index"
12717checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12718
12719[[package]]
12720name = "target-lexicon"
12721version = "0.12.16"
12722source = "registry+https://github.com/rust-lang/crates.io-index"
12723checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12724
12725[[package]]
12726name = "task"
12727version = "0.1.0"
12728dependencies = [
12729 "anyhow",
12730 "collections",
12731 "futures 0.3.31",
12732 "gpui",
12733 "hex",
12734 "parking_lot",
12735 "schemars",
12736 "serde",
12737 "serde_json_lenient",
12738 "sha2",
12739 "shellexpand 2.1.2",
12740 "util",
12741 "zed_actions",
12742]
12743
12744[[package]]
12745name = "tasks_ui"
12746version = "0.1.0"
12747dependencies = [
12748 "anyhow",
12749 "editor",
12750 "file_icons",
12751 "fuzzy",
12752 "gpui",
12753 "language",
12754 "menu",
12755 "picker",
12756 "project",
12757 "schemars",
12758 "serde",
12759 "serde_json",
12760 "settings",
12761 "task",
12762 "tree-sitter-rust",
12763 "tree-sitter-typescript",
12764 "ui",
12765 "util",
12766 "workspace",
12767 "zed_actions",
12768]
12769
12770[[package]]
12771name = "telemetry"
12772version = "0.1.0"
12773dependencies = [
12774 "futures 0.3.31",
12775 "serde",
12776 "serde_json",
12777 "telemetry_events",
12778]
12779
12780[[package]]
12781name = "telemetry_events"
12782version = "0.1.0"
12783dependencies = [
12784 "semantic_version",
12785 "serde",
12786 "serde_json",
12787]
12788
12789[[package]]
12790name = "tempfile"
12791version = "3.15.0"
12792source = "registry+https://github.com/rust-lang/crates.io-index"
12793checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
12794dependencies = [
12795 "cfg-if",
12796 "fastrand 2.3.0",
12797 "getrandom 0.2.15",
12798 "once_cell",
12799 "rustix",
12800 "windows-sys 0.59.0",
12801]
12802
12803[[package]]
12804name = "tendril"
12805version = "0.4.3"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12808dependencies = [
12809 "futf",
12810 "mac",
12811 "utf-8",
12812]
12813
12814[[package]]
12815name = "termcolor"
12816version = "1.4.1"
12817source = "registry+https://github.com/rust-lang/crates.io-index"
12818checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12819dependencies = [
12820 "winapi-util",
12821]
12822
12823[[package]]
12824name = "terminal"
12825version = "0.1.0"
12826dependencies = [
12827 "alacritty_terminal",
12828 "anyhow",
12829 "collections",
12830 "dirs 4.0.0",
12831 "futures 0.3.31",
12832 "gpui",
12833 "libc",
12834 "rand 0.8.5",
12835 "regex",
12836 "release_channel",
12837 "schemars",
12838 "serde",
12839 "serde_derive",
12840 "settings",
12841 "smol",
12842 "sysinfo",
12843 "task",
12844 "theme",
12845 "thiserror 1.0.69",
12846 "util",
12847 "windows 0.58.0",
12848]
12849
12850[[package]]
12851name = "terminal_size"
12852version = "0.4.1"
12853source = "registry+https://github.com/rust-lang/crates.io-index"
12854checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
12855dependencies = [
12856 "rustix",
12857 "windows-sys 0.59.0",
12858]
12859
12860[[package]]
12861name = "terminal_view"
12862version = "0.1.0"
12863dependencies = [
12864 "anyhow",
12865 "async-recursion 1.1.1",
12866 "breadcrumbs",
12867 "client",
12868 "collections",
12869 "db",
12870 "dirs 4.0.0",
12871 "editor",
12872 "futures 0.3.31",
12873 "gpui",
12874 "itertools 0.14.0",
12875 "language",
12876 "project",
12877 "rand 0.8.5",
12878 "schemars",
12879 "search",
12880 "serde",
12881 "serde_json",
12882 "settings",
12883 "shellexpand 2.1.2",
12884 "smol",
12885 "task",
12886 "terminal",
12887 "theme",
12888 "ui",
12889 "util",
12890 "workspace",
12891 "zed_actions",
12892]
12893
12894[[package]]
12895name = "text"
12896version = "0.1.0"
12897dependencies = [
12898 "anyhow",
12899 "clock",
12900 "collections",
12901 "ctor",
12902 "env_logger 0.11.6",
12903 "gpui",
12904 "http_client",
12905 "log",
12906 "parking_lot",
12907 "postage",
12908 "rand 0.8.5",
12909 "regex",
12910 "rope",
12911 "smallvec",
12912 "sum_tree",
12913 "util",
12914]
12915
12916[[package]]
12917name = "theme"
12918version = "0.1.0"
12919dependencies = [
12920 "anyhow",
12921 "collections",
12922 "derive_more",
12923 "fs",
12924 "futures 0.3.31",
12925 "gpui",
12926 "indexmap",
12927 "log",
12928 "palette",
12929 "parking_lot",
12930 "refineable",
12931 "schemars",
12932 "serde",
12933 "serde_derive",
12934 "serde_json",
12935 "serde_json_lenient",
12936 "serde_repr",
12937 "settings",
12938 "strum",
12939 "util",
12940 "uuid",
12941]
12942
12943[[package]]
12944name = "theme_extension"
12945version = "0.1.0"
12946dependencies = [
12947 "anyhow",
12948 "extension",
12949 "fs",
12950 "gpui",
12951 "theme",
12952]
12953
12954[[package]]
12955name = "theme_importer"
12956version = "0.1.0"
12957dependencies = [
12958 "anyhow",
12959 "clap",
12960 "gpui",
12961 "indexmap",
12962 "log",
12963 "palette",
12964 "rust-embed",
12965 "schemars",
12966 "serde",
12967 "serde_json",
12968 "serde_json_lenient",
12969 "simplelog",
12970 "strum",
12971 "theme",
12972 "vscode_theme",
12973]
12974
12975[[package]]
12976name = "theme_selector"
12977version = "0.1.0"
12978dependencies = [
12979 "fs",
12980 "fuzzy",
12981 "gpui",
12982 "log",
12983 "picker",
12984 "serde",
12985 "settings",
12986 "telemetry",
12987 "theme",
12988 "ui",
12989 "util",
12990 "workspace",
12991 "zed_actions",
12992]
12993
12994[[package]]
12995name = "thiserror"
12996version = "1.0.69"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
12999dependencies = [
13000 "thiserror-impl 1.0.69",
13001]
13002
13003[[package]]
13004name = "thiserror"
13005version = "2.0.6"
13006source = "registry+https://github.com/rust-lang/crates.io-index"
13007checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13008dependencies = [
13009 "thiserror-impl 2.0.6",
13010]
13011
13012[[package]]
13013name = "thiserror-impl"
13014version = "1.0.69"
13015source = "registry+https://github.com/rust-lang/crates.io-index"
13016checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13017dependencies = [
13018 "proc-macro2",
13019 "quote",
13020 "syn 2.0.90",
13021]
13022
13023[[package]]
13024name = "thiserror-impl"
13025version = "2.0.6"
13026source = "registry+https://github.com/rust-lang/crates.io-index"
13027checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13028dependencies = [
13029 "proc-macro2",
13030 "quote",
13031 "syn 2.0.90",
13032]
13033
13034[[package]]
13035name = "thread_local"
13036version = "1.1.8"
13037source = "registry+https://github.com/rust-lang/crates.io-index"
13038checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13039dependencies = [
13040 "cfg-if",
13041 "once_cell",
13042]
13043
13044[[package]]
13045name = "tiff"
13046version = "0.9.1"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13049dependencies = [
13050 "flate2",
13051 "jpeg-decoder",
13052 "weezl",
13053]
13054
13055[[package]]
13056name = "tiktoken-rs"
13057version = "0.6.0"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13060dependencies = [
13061 "anyhow",
13062 "base64 0.21.7",
13063 "bstr",
13064 "fancy-regex 0.13.0",
13065 "lazy_static",
13066 "parking_lot",
13067 "regex",
13068 "rustc-hash 1.1.0",
13069]
13070
13071[[package]]
13072name = "time"
13073version = "0.3.37"
13074source = "registry+https://github.com/rust-lang/crates.io-index"
13075checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13076dependencies = [
13077 "deranged",
13078 "itoa",
13079 "libc",
13080 "num-conv",
13081 "num_threads",
13082 "powerfmt",
13083 "serde",
13084 "time-core",
13085 "time-macros",
13086]
13087
13088[[package]]
13089name = "time-core"
13090version = "0.1.2"
13091source = "registry+https://github.com/rust-lang/crates.io-index"
13092checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13093
13094[[package]]
13095name = "time-macros"
13096version = "0.2.19"
13097source = "registry+https://github.com/rust-lang/crates.io-index"
13098checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13099dependencies = [
13100 "num-conv",
13101 "time-core",
13102]
13103
13104[[package]]
13105name = "time_format"
13106version = "0.1.0"
13107dependencies = [
13108 "core-foundation 0.9.4",
13109 "core-foundation-sys",
13110 "sys-locale",
13111 "time",
13112]
13113
13114[[package]]
13115name = "tiny-keccak"
13116version = "2.0.2"
13117source = "registry+https://github.com/rust-lang/crates.io-index"
13118checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13119dependencies = [
13120 "crunchy",
13121]
13122
13123[[package]]
13124name = "tiny-skia"
13125version = "0.11.4"
13126source = "registry+https://github.com/rust-lang/crates.io-index"
13127checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13128dependencies = [
13129 "arrayref",
13130 "arrayvec",
13131 "bytemuck",
13132 "cfg-if",
13133 "log",
13134 "png",
13135 "tiny-skia-path",
13136]
13137
13138[[package]]
13139name = "tiny-skia-path"
13140version = "0.11.4"
13141source = "registry+https://github.com/rust-lang/crates.io-index"
13142checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13143dependencies = [
13144 "arrayref",
13145 "bytemuck",
13146 "strict-num",
13147]
13148
13149[[package]]
13150name = "tiny_http"
13151version = "0.8.2"
13152source = "registry+https://github.com/rust-lang/crates.io-index"
13153checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13154dependencies = [
13155 "ascii",
13156 "chrono",
13157 "chunked_transfer",
13158 "log",
13159 "url",
13160]
13161
13162[[package]]
13163name = "tinystr"
13164version = "0.7.6"
13165source = "registry+https://github.com/rust-lang/crates.io-index"
13166checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13167dependencies = [
13168 "displaydoc",
13169 "zerovec",
13170]
13171
13172[[package]]
13173name = "tinytemplate"
13174version = "1.2.1"
13175source = "registry+https://github.com/rust-lang/crates.io-index"
13176checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13177dependencies = [
13178 "serde",
13179 "serde_json",
13180]
13181
13182[[package]]
13183name = "tinyvec"
13184version = "1.8.0"
13185source = "registry+https://github.com/rust-lang/crates.io-index"
13186checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13187dependencies = [
13188 "tinyvec_macros",
13189]
13190
13191[[package]]
13192name = "tinyvec_macros"
13193version = "0.1.1"
13194source = "registry+https://github.com/rust-lang/crates.io-index"
13195checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13196
13197[[package]]
13198name = "title_bar"
13199version = "0.1.0"
13200dependencies = [
13201 "auto_update",
13202 "call",
13203 "client",
13204 "collections",
13205 "feature_flags",
13206 "gpui",
13207 "http_client",
13208 "notifications",
13209 "pretty_assertions",
13210 "project",
13211 "remote",
13212 "rpc",
13213 "schemars",
13214 "serde",
13215 "settings",
13216 "smallvec",
13217 "story",
13218 "telemetry",
13219 "theme",
13220 "tree-sitter-md",
13221 "ui",
13222 "util",
13223 "windows 0.58.0",
13224 "workspace",
13225 "zed_actions",
13226]
13227
13228[[package]]
13229name = "tokio"
13230version = "1.42.0"
13231source = "registry+https://github.com/rust-lang/crates.io-index"
13232checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
13233dependencies = [
13234 "backtrace",
13235 "bytes 1.9.0",
13236 "libc",
13237 "mio 1.0.3",
13238 "parking_lot",
13239 "pin-project-lite",
13240 "signal-hook-registry",
13241 "socket2",
13242 "tokio-macros",
13243 "windows-sys 0.52.0",
13244]
13245
13246[[package]]
13247name = "tokio-io"
13248version = "0.1.13"
13249source = "registry+https://github.com/rust-lang/crates.io-index"
13250checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13251dependencies = [
13252 "bytes 0.4.12",
13253 "futures 0.1.31",
13254 "log",
13255]
13256
13257[[package]]
13258name = "tokio-macros"
13259version = "2.4.0"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
13262dependencies = [
13263 "proc-macro2",
13264 "quote",
13265 "syn 2.0.90",
13266]
13267
13268[[package]]
13269name = "tokio-native-tls"
13270version = "0.3.1"
13271source = "registry+https://github.com/rust-lang/crates.io-index"
13272checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13273dependencies = [
13274 "native-tls",
13275 "tokio",
13276]
13277
13278[[package]]
13279name = "tokio-rustls"
13280version = "0.24.1"
13281source = "registry+https://github.com/rust-lang/crates.io-index"
13282checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13283dependencies = [
13284 "rustls 0.21.12",
13285 "tokio",
13286]
13287
13288[[package]]
13289name = "tokio-rustls"
13290version = "0.26.1"
13291source = "registry+https://github.com/rust-lang/crates.io-index"
13292checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13293dependencies = [
13294 "rustls 0.23.20",
13295 "tokio",
13296]
13297
13298[[package]]
13299name = "tokio-socks"
13300version = "0.5.2"
13301source = "registry+https://github.com/rust-lang/crates.io-index"
13302checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13303dependencies = [
13304 "either",
13305 "futures-io",
13306 "futures-util",
13307 "thiserror 1.0.69",
13308 "tokio",
13309]
13310
13311[[package]]
13312name = "tokio-stream"
13313version = "0.1.17"
13314source = "registry+https://github.com/rust-lang/crates.io-index"
13315checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13316dependencies = [
13317 "futures-core",
13318 "pin-project-lite",
13319 "tokio",
13320]
13321
13322[[package]]
13323name = "tokio-tungstenite"
13324version = "0.20.1"
13325source = "registry+https://github.com/rust-lang/crates.io-index"
13326checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13327dependencies = [
13328 "futures-util",
13329 "log",
13330 "rustls 0.21.12",
13331 "rustls-native-certs 0.6.3",
13332 "tokio",
13333 "tokio-rustls 0.24.1",
13334 "tungstenite 0.20.1",
13335]
13336
13337[[package]]
13338name = "tokio-tungstenite"
13339version = "0.21.0"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13342dependencies = [
13343 "futures-util",
13344 "log",
13345 "tokio",
13346 "tungstenite 0.21.0",
13347]
13348
13349[[package]]
13350name = "tokio-util"
13351version = "0.7.13"
13352source = "registry+https://github.com/rust-lang/crates.io-index"
13353checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13354dependencies = [
13355 "bytes 1.9.0",
13356 "futures-core",
13357 "futures-io",
13358 "futures-sink",
13359 "pin-project-lite",
13360 "tokio",
13361]
13362
13363[[package]]
13364name = "toml"
13365version = "0.5.11"
13366source = "registry+https://github.com/rust-lang/crates.io-index"
13367checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13368dependencies = [
13369 "serde",
13370]
13371
13372[[package]]
13373name = "toml"
13374version = "0.8.19"
13375source = "registry+https://github.com/rust-lang/crates.io-index"
13376checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13377dependencies = [
13378 "serde",
13379 "serde_spanned",
13380 "toml_datetime",
13381 "toml_edit",
13382]
13383
13384[[package]]
13385name = "toml_datetime"
13386version = "0.6.8"
13387source = "registry+https://github.com/rust-lang/crates.io-index"
13388checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13389dependencies = [
13390 "serde",
13391]
13392
13393[[package]]
13394name = "toml_edit"
13395version = "0.22.22"
13396source = "registry+https://github.com/rust-lang/crates.io-index"
13397checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13398dependencies = [
13399 "indexmap",
13400 "serde",
13401 "serde_spanned",
13402 "toml_datetime",
13403 "winnow",
13404]
13405
13406[[package]]
13407name = "toolchain_selector"
13408version = "0.1.0"
13409dependencies = [
13410 "editor",
13411 "fuzzy",
13412 "gpui",
13413 "language",
13414 "picker",
13415 "project",
13416 "ui",
13417 "util",
13418 "workspace",
13419]
13420
13421[[package]]
13422name = "topological-sort"
13423version = "0.2.2"
13424source = "registry+https://github.com/rust-lang/crates.io-index"
13425checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13426
13427[[package]]
13428name = "tower"
13429version = "0.4.13"
13430source = "registry+https://github.com/rust-lang/crates.io-index"
13431checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13432dependencies = [
13433 "futures-core",
13434 "futures-util",
13435 "pin-project",
13436 "pin-project-lite",
13437 "tokio",
13438 "tower-layer",
13439 "tower-service",
13440 "tracing",
13441]
13442
13443[[package]]
13444name = "tower-http"
13445version = "0.3.5"
13446source = "registry+https://github.com/rust-lang/crates.io-index"
13447checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13448dependencies = [
13449 "bitflags 1.3.2",
13450 "bytes 1.9.0",
13451 "futures-core",
13452 "futures-util",
13453 "http 0.2.12",
13454 "http-body 0.4.6",
13455 "http-range-header",
13456 "pin-project-lite",
13457 "tower-layer",
13458 "tower-service",
13459]
13460
13461[[package]]
13462name = "tower-http"
13463version = "0.4.4"
13464source = "registry+https://github.com/rust-lang/crates.io-index"
13465checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13466dependencies = [
13467 "bitflags 2.6.0",
13468 "bytes 1.9.0",
13469 "futures-core",
13470 "futures-util",
13471 "http 0.2.12",
13472 "http-body 0.4.6",
13473 "http-range-header",
13474 "pin-project-lite",
13475 "tower-layer",
13476 "tower-service",
13477 "tracing",
13478]
13479
13480[[package]]
13481name = "tower-layer"
13482version = "0.3.3"
13483source = "registry+https://github.com/rust-lang/crates.io-index"
13484checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13485
13486[[package]]
13487name = "tower-service"
13488version = "0.3.3"
13489source = "registry+https://github.com/rust-lang/crates.io-index"
13490checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13491
13492[[package]]
13493name = "tracing"
13494version = "0.1.41"
13495source = "registry+https://github.com/rust-lang/crates.io-index"
13496checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13497dependencies = [
13498 "log",
13499 "pin-project-lite",
13500 "tracing-attributes",
13501 "tracing-core",
13502]
13503
13504[[package]]
13505name = "tracing-attributes"
13506version = "0.1.28"
13507source = "registry+https://github.com/rust-lang/crates.io-index"
13508checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13509dependencies = [
13510 "proc-macro2",
13511 "quote",
13512 "syn 2.0.90",
13513]
13514
13515[[package]]
13516name = "tracing-core"
13517version = "0.1.33"
13518source = "registry+https://github.com/rust-lang/crates.io-index"
13519checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13520dependencies = [
13521 "once_cell",
13522 "valuable",
13523]
13524
13525[[package]]
13526name = "tracing-log"
13527version = "0.2.0"
13528source = "registry+https://github.com/rust-lang/crates.io-index"
13529checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13530dependencies = [
13531 "log",
13532 "once_cell",
13533 "tracing-core",
13534]
13535
13536[[package]]
13537name = "tracing-serde"
13538version = "0.2.0"
13539source = "registry+https://github.com/rust-lang/crates.io-index"
13540checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13541dependencies = [
13542 "serde",
13543 "tracing-core",
13544]
13545
13546[[package]]
13547name = "tracing-subscriber"
13548version = "0.3.19"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13551dependencies = [
13552 "matchers",
13553 "nu-ansi-term",
13554 "once_cell",
13555 "regex",
13556 "serde",
13557 "serde_json",
13558 "sharded-slab",
13559 "smallvec",
13560 "thread_local",
13561 "tracing",
13562 "tracing-core",
13563 "tracing-log",
13564 "tracing-serde",
13565]
13566
13567[[package]]
13568name = "tree-sitter"
13569version = "0.23.2"
13570source = "registry+https://github.com/rust-lang/crates.io-index"
13571checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13572dependencies = [
13573 "cc",
13574 "regex",
13575 "regex-syntax 0.8.5",
13576 "tree-sitter-language",
13577 "wasmtime-c-api-impl",
13578]
13579
13580[[package]]
13581name = "tree-sitter-bash"
13582version = "0.23.3"
13583source = "registry+https://github.com/rust-lang/crates.io-index"
13584checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13585dependencies = [
13586 "cc",
13587 "tree-sitter-language",
13588]
13589
13590[[package]]
13591name = "tree-sitter-c"
13592version = "0.23.4"
13593source = "registry+https://github.com/rust-lang/crates.io-index"
13594checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13595dependencies = [
13596 "cc",
13597 "tree-sitter-language",
13598]
13599
13600[[package]]
13601name = "tree-sitter-cpp"
13602version = "0.23.4"
13603source = "registry+https://github.com/rust-lang/crates.io-index"
13604checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13605dependencies = [
13606 "cc",
13607 "tree-sitter-language",
13608]
13609
13610[[package]]
13611name = "tree-sitter-css"
13612version = "0.23.1"
13613source = "registry+https://github.com/rust-lang/crates.io-index"
13614checksum = "25435a275adb3226b6fddab891bbc50d1a500774a44ceb97022a39666ccda75d"
13615dependencies = [
13616 "cc",
13617 "tree-sitter-language",
13618]
13619
13620[[package]]
13621name = "tree-sitter-diff"
13622version = "0.1.0"
13623source = "registry+https://github.com/rust-lang/crates.io-index"
13624checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13625dependencies = [
13626 "cc",
13627 "tree-sitter-language",
13628]
13629
13630[[package]]
13631name = "tree-sitter-elixir"
13632version = "0.3.3"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13635dependencies = [
13636 "cc",
13637 "tree-sitter-language",
13638]
13639
13640[[package]]
13641name = "tree-sitter-embedded-template"
13642version = "0.23.2"
13643source = "registry+https://github.com/rust-lang/crates.io-index"
13644checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13645dependencies = [
13646 "cc",
13647 "tree-sitter-language",
13648]
13649
13650[[package]]
13651name = "tree-sitter-go"
13652version = "0.23.4"
13653source = "registry+https://github.com/rust-lang/crates.io-index"
13654checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13655dependencies = [
13656 "cc",
13657 "tree-sitter-language",
13658]
13659
13660[[package]]
13661name = "tree-sitter-gomod"
13662version = "1.1.1"
13663source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
13664dependencies = [
13665 "cc",
13666 "tree-sitter-language",
13667]
13668
13669[[package]]
13670name = "tree-sitter-gowork"
13671version = "0.0.1"
13672source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13673dependencies = [
13674 "cc",
13675 "tree-sitter-language",
13676]
13677
13678[[package]]
13679name = "tree-sitter-heex"
13680version = "0.0.1"
13681source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13682dependencies = [
13683 "cc",
13684 "tree-sitter-language",
13685]
13686
13687[[package]]
13688name = "tree-sitter-html"
13689version = "0.20.4"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13692dependencies = [
13693 "cc",
13694 "tree-sitter",
13695]
13696
13697[[package]]
13698name = "tree-sitter-jsdoc"
13699version = "0.23.2"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13702dependencies = [
13703 "cc",
13704 "tree-sitter-language",
13705]
13706
13707[[package]]
13708name = "tree-sitter-json"
13709version = "0.24.8"
13710source = "registry+https://github.com/rust-lang/crates.io-index"
13711checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13712dependencies = [
13713 "cc",
13714 "tree-sitter-language",
13715]
13716
13717[[package]]
13718name = "tree-sitter-language"
13719version = "0.1.3"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13722
13723[[package]]
13724name = "tree-sitter-md"
13725version = "0.3.2"
13726source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13727dependencies = [
13728 "cc",
13729 "tree-sitter-language",
13730]
13731
13732[[package]]
13733name = "tree-sitter-python"
13734version = "0.23.6"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13737dependencies = [
13738 "cc",
13739 "tree-sitter-language",
13740]
13741
13742[[package]]
13743name = "tree-sitter-regex"
13744version = "0.23.0"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13747dependencies = [
13748 "cc",
13749 "tree-sitter-language",
13750]
13751
13752[[package]]
13753name = "tree-sitter-ruby"
13754version = "0.23.1"
13755source = "registry+https://github.com/rust-lang/crates.io-index"
13756checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13757dependencies = [
13758 "cc",
13759 "tree-sitter-language",
13760]
13761
13762[[package]]
13763name = "tree-sitter-rust"
13764version = "0.23.2"
13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13767dependencies = [
13768 "cc",
13769 "tree-sitter-language",
13770]
13771
13772[[package]]
13773name = "tree-sitter-typescript"
13774version = "0.23.2"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13777dependencies = [
13778 "cc",
13779 "tree-sitter-language",
13780]
13781
13782[[package]]
13783name = "tree-sitter-yaml"
13784version = "0.6.1"
13785source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13786dependencies = [
13787 "cc",
13788 "tree-sitter-language",
13789]
13790
13791[[package]]
13792name = "try-lock"
13793version = "0.2.5"
13794source = "registry+https://github.com/rust-lang/crates.io-index"
13795checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13796
13797[[package]]
13798name = "ttf-parser"
13799version = "0.21.1"
13800source = "registry+https://github.com/rust-lang/crates.io-index"
13801checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13802
13803[[package]]
13804name = "tungstenite"
13805version = "0.20.1"
13806source = "registry+https://github.com/rust-lang/crates.io-index"
13807checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13808dependencies = [
13809 "byteorder",
13810 "bytes 1.9.0",
13811 "data-encoding",
13812 "http 0.2.12",
13813 "httparse",
13814 "log",
13815 "rand 0.8.5",
13816 "rustls 0.21.12",
13817 "sha1",
13818 "thiserror 1.0.69",
13819 "url",
13820 "utf-8",
13821]
13822
13823[[package]]
13824name = "tungstenite"
13825version = "0.21.0"
13826source = "registry+https://github.com/rust-lang/crates.io-index"
13827checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13828dependencies = [
13829 "byteorder",
13830 "bytes 1.9.0",
13831 "data-encoding",
13832 "http 1.2.0",
13833 "httparse",
13834 "log",
13835 "native-tls",
13836 "rand 0.8.5",
13837 "sha1",
13838 "thiserror 1.0.69",
13839 "url",
13840 "utf-8",
13841]
13842
13843[[package]]
13844name = "tungstenite"
13845version = "0.24.0"
13846source = "registry+https://github.com/rust-lang/crates.io-index"
13847checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13848dependencies = [
13849 "byteorder",
13850 "bytes 1.9.0",
13851 "data-encoding",
13852 "http 1.2.0",
13853 "httparse",
13854 "log",
13855 "rand 0.8.5",
13856 "sha1",
13857 "thiserror 1.0.69",
13858 "utf-8",
13859]
13860
13861[[package]]
13862name = "typeid"
13863version = "1.0.2"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13866
13867[[package]]
13868name = "typenum"
13869version = "1.17.0"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13872
13873[[package]]
13874name = "ucd-trie"
13875version = "0.1.7"
13876source = "registry+https://github.com/rust-lang/crates.io-index"
13877checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
13878
13879[[package]]
13880name = "uds_windows"
13881version = "1.1.0"
13882source = "registry+https://github.com/rust-lang/crates.io-index"
13883checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13884dependencies = [
13885 "memoffset",
13886 "tempfile",
13887 "winapi",
13888]
13889
13890[[package]]
13891name = "ui"
13892version = "0.1.0"
13893dependencies = [
13894 "chrono",
13895 "gpui",
13896 "itertools 0.14.0",
13897 "menu",
13898 "serde",
13899 "settings",
13900 "smallvec",
13901 "story",
13902 "strum",
13903 "theme",
13904 "ui_macros",
13905 "windows 0.58.0",
13906]
13907
13908[[package]]
13909name = "ui_input"
13910version = "0.1.0"
13911dependencies = [
13912 "editor",
13913 "gpui",
13914 "settings",
13915 "theme",
13916 "ui",
13917]
13918
13919[[package]]
13920name = "ui_macros"
13921version = "0.1.0"
13922dependencies = [
13923 "convert_case 0.6.0",
13924 "proc-macro2",
13925 "quote",
13926 "syn 1.0.109",
13927]
13928
13929[[package]]
13930name = "unicase"
13931version = "2.8.1"
13932source = "registry+https://github.com/rust-lang/crates.io-index"
13933checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
13934
13935[[package]]
13936name = "unicode-bidi"
13937version = "0.3.17"
13938source = "registry+https://github.com/rust-lang/crates.io-index"
13939checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
13940
13941[[package]]
13942name = "unicode-bidi-mirroring"
13943version = "0.2.0"
13944source = "registry+https://github.com/rust-lang/crates.io-index"
13945checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13946
13947[[package]]
13948name = "unicode-ccc"
13949version = "0.2.0"
13950source = "registry+https://github.com/rust-lang/crates.io-index"
13951checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13952
13953[[package]]
13954name = "unicode-ident"
13955version = "1.0.14"
13956source = "registry+https://github.com/rust-lang/crates.io-index"
13957checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
13958
13959[[package]]
13960name = "unicode-linebreak"
13961version = "0.1.5"
13962source = "registry+https://github.com/rust-lang/crates.io-index"
13963checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13964
13965[[package]]
13966name = "unicode-normalization"
13967version = "0.1.24"
13968source = "registry+https://github.com/rust-lang/crates.io-index"
13969checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
13970dependencies = [
13971 "tinyvec",
13972]
13973
13974[[package]]
13975name = "unicode-properties"
13976version = "0.1.3"
13977source = "registry+https://github.com/rust-lang/crates.io-index"
13978checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
13979
13980[[package]]
13981name = "unicode-script"
13982version = "0.5.7"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
13985
13986[[package]]
13987name = "unicode-segmentation"
13988version = "1.12.0"
13989source = "registry+https://github.com/rust-lang/crates.io-index"
13990checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
13991
13992[[package]]
13993name = "unicode-width"
13994version = "0.1.14"
13995source = "registry+https://github.com/rust-lang/crates.io-index"
13996checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
13997
13998[[package]]
13999name = "unicode-xid"
14000version = "0.2.6"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14003
14004[[package]]
14005name = "unicode_categories"
14006version = "0.1.1"
14007source = "registry+https://github.com/rust-lang/crates.io-index"
14008checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14009
14010[[package]]
14011name = "unindent"
14012version = "0.1.11"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14015
14016[[package]]
14017name = "untrusted"
14018version = "0.9.0"
14019source = "registry+https://github.com/rust-lang/crates.io-index"
14020checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14021
14022[[package]]
14023name = "url"
14024version = "2.5.4"
14025source = "registry+https://github.com/rust-lang/crates.io-index"
14026checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14027dependencies = [
14028 "form_urlencoded",
14029 "idna",
14030 "percent-encoding",
14031 "serde",
14032]
14033
14034[[package]]
14035name = "urlencoding"
14036version = "2.1.3"
14037source = "registry+https://github.com/rust-lang/crates.io-index"
14038checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14039
14040[[package]]
14041name = "usvg"
14042version = "0.44.0"
14043source = "registry+https://github.com/rust-lang/crates.io-index"
14044checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14045dependencies = [
14046 "base64 0.22.1",
14047 "data-url",
14048 "flate2",
14049 "imagesize",
14050 "kurbo",
14051 "log",
14052 "pico-args",
14053 "roxmltree",
14054 "simplecss",
14055 "siphasher 1.0.1",
14056 "strict-num",
14057 "svgtypes",
14058 "tiny-skia-path",
14059 "xmlwriter",
14060]
14061
14062[[package]]
14063name = "utf-8"
14064version = "0.7.6"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14067
14068[[package]]
14069name = "utf16_iter"
14070version = "1.0.5"
14071source = "registry+https://github.com/rust-lang/crates.io-index"
14072checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14073
14074[[package]]
14075name = "utf8_iter"
14076version = "1.0.4"
14077source = "registry+https://github.com/rust-lang/crates.io-index"
14078checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14079
14080[[package]]
14081name = "utf8parse"
14082version = "0.2.2"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14085
14086[[package]]
14087name = "util"
14088version = "0.1.0"
14089dependencies = [
14090 "anyhow",
14091 "async-fs",
14092 "collections",
14093 "dirs 4.0.0",
14094 "dunce",
14095 "futures 0.3.31",
14096 "futures-lite 1.13.0",
14097 "git2",
14098 "globset",
14099 "itertools 0.14.0",
14100 "libc",
14101 "log",
14102 "rand 0.8.5",
14103 "regex",
14104 "rust-embed",
14105 "serde",
14106 "serde_json",
14107 "smol",
14108 "take-until",
14109 "tempfile",
14110 "tendril",
14111 "unicase",
14112]
14113
14114[[package]]
14115name = "uuid"
14116version = "1.11.0"
14117source = "registry+https://github.com/rust-lang/crates.io-index"
14118checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14119dependencies = [
14120 "getrandom 0.2.15",
14121 "serde",
14122 "sha1_smol",
14123]
14124
14125[[package]]
14126name = "v_frame"
14127version = "0.3.8"
14128source = "registry+https://github.com/rust-lang/crates.io-index"
14129checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14130dependencies = [
14131 "aligned-vec",
14132 "num-traits",
14133 "wasm-bindgen",
14134]
14135
14136[[package]]
14137name = "valuable"
14138version = "0.1.0"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14141
14142[[package]]
14143name = "value-bag"
14144version = "1.10.0"
14145source = "registry+https://github.com/rust-lang/crates.io-index"
14146checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14147dependencies = [
14148 "value-bag-serde1",
14149 "value-bag-sval2",
14150]
14151
14152[[package]]
14153name = "value-bag-serde1"
14154version = "1.10.0"
14155source = "registry+https://github.com/rust-lang/crates.io-index"
14156checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14157dependencies = [
14158 "erased-serde",
14159 "serde",
14160 "serde_fmt",
14161]
14162
14163[[package]]
14164name = "value-bag-sval2"
14165version = "1.10.0"
14166source = "registry+https://github.com/rust-lang/crates.io-index"
14167checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14168dependencies = [
14169 "sval",
14170 "sval_buffer",
14171 "sval_dynamic",
14172 "sval_fmt",
14173 "sval_json",
14174 "sval_ref",
14175 "sval_serde",
14176]
14177
14178[[package]]
14179name = "vcpkg"
14180version = "0.2.15"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14183
14184[[package]]
14185name = "vcs_menu"
14186version = "0.1.0"
14187dependencies = [
14188 "anyhow",
14189 "fuzzy",
14190 "git",
14191 "gpui",
14192 "picker",
14193 "project",
14194 "ui",
14195 "util",
14196 "workspace",
14197 "zed_actions",
14198]
14199
14200[[package]]
14201name = "version-compare"
14202version = "0.2.0"
14203source = "registry+https://github.com/rust-lang/crates.io-index"
14204checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14205
14206[[package]]
14207name = "version_check"
14208version = "0.9.5"
14209source = "registry+https://github.com/rust-lang/crates.io-index"
14210checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14211
14212[[package]]
14213name = "vim"
14214version = "0.1.0"
14215dependencies = [
14216 "anyhow",
14217 "async-compat",
14218 "async-trait",
14219 "collections",
14220 "command_palette",
14221 "command_palette_hooks",
14222 "editor",
14223 "futures 0.3.31",
14224 "gpui",
14225 "indoc",
14226 "itertools 0.14.0",
14227 "language",
14228 "log",
14229 "lsp",
14230 "multi_buffer",
14231 "nvim-rs",
14232 "parking_lot",
14233 "regex",
14234 "release_channel",
14235 "schemars",
14236 "search",
14237 "serde",
14238 "serde_derive",
14239 "serde_json",
14240 "settings",
14241 "theme",
14242 "tokio",
14243 "ui",
14244 "util",
14245 "vim_mode_setting",
14246 "workspace",
14247 "zed_actions",
14248]
14249
14250[[package]]
14251name = "vim_mode_setting"
14252version = "0.1.0"
14253dependencies = [
14254 "anyhow",
14255 "gpui",
14256 "settings",
14257]
14258
14259[[package]]
14260name = "vscode_theme"
14261version = "0.2.0"
14262source = "registry+https://github.com/rust-lang/crates.io-index"
14263checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14264dependencies = [
14265 "serde",
14266]
14267
14268[[package]]
14269name = "vsimd"
14270version = "0.8.0"
14271source = "registry+https://github.com/rust-lang/crates.io-index"
14272checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14273
14274[[package]]
14275name = "vswhom"
14276version = "0.1.0"
14277source = "registry+https://github.com/rust-lang/crates.io-index"
14278checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14279dependencies = [
14280 "libc",
14281 "vswhom-sys",
14282]
14283
14284[[package]]
14285name = "vswhom-sys"
14286version = "0.1.2"
14287source = "registry+https://github.com/rust-lang/crates.io-index"
14288checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14289dependencies = [
14290 "cc",
14291 "libc",
14292]
14293
14294[[package]]
14295name = "vte"
14296version = "0.13.0"
14297source = "registry+https://github.com/rust-lang/crates.io-index"
14298checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
14299dependencies = [
14300 "bitflags 2.6.0",
14301 "cursor-icon",
14302 "log",
14303 "serde",
14304 "utf8parse",
14305 "vte_generate_state_changes",
14306]
14307
14308[[package]]
14309name = "vte_generate_state_changes"
14310version = "0.1.2"
14311source = "registry+https://github.com/rust-lang/crates.io-index"
14312checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
14313dependencies = [
14314 "proc-macro2",
14315 "quote",
14316]
14317
14318[[package]]
14319name = "waker-fn"
14320version = "1.2.0"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14323
14324[[package]]
14325name = "walkdir"
14326version = "2.5.0"
14327source = "registry+https://github.com/rust-lang/crates.io-index"
14328checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14329dependencies = [
14330 "same-file",
14331 "winapi-util",
14332]
14333
14334[[package]]
14335name = "want"
14336version = "0.3.1"
14337source = "registry+https://github.com/rust-lang/crates.io-index"
14338checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14339dependencies = [
14340 "try-lock",
14341]
14342
14343[[package]]
14344name = "warp"
14345version = "0.3.7"
14346source = "registry+https://github.com/rust-lang/crates.io-index"
14347checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14348dependencies = [
14349 "bytes 1.9.0",
14350 "futures-channel",
14351 "futures-util",
14352 "headers",
14353 "http 0.2.12",
14354 "hyper 0.14.32",
14355 "log",
14356 "mime",
14357 "mime_guess",
14358 "percent-encoding",
14359 "pin-project",
14360 "scoped-tls",
14361 "serde",
14362 "serde_json",
14363 "serde_urlencoded",
14364 "tokio",
14365 "tokio-tungstenite 0.21.0",
14366 "tokio-util",
14367 "tower-service",
14368 "tracing",
14369]
14370
14371[[package]]
14372name = "wasi"
14373version = "0.9.0+wasi-snapshot-preview1"
14374source = "registry+https://github.com/rust-lang/crates.io-index"
14375checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14376
14377[[package]]
14378name = "wasi"
14379version = "0.11.0+wasi-snapshot-preview1"
14380source = "registry+https://github.com/rust-lang/crates.io-index"
14381checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14382
14383[[package]]
14384name = "wasite"
14385version = "0.1.0"
14386source = "registry+https://github.com/rust-lang/crates.io-index"
14387checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14388
14389[[package]]
14390name = "wasm-bindgen"
14391version = "0.2.99"
14392source = "registry+https://github.com/rust-lang/crates.io-index"
14393checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14394dependencies = [
14395 "cfg-if",
14396 "once_cell",
14397 "wasm-bindgen-macro",
14398]
14399
14400[[package]]
14401name = "wasm-bindgen-backend"
14402version = "0.2.99"
14403source = "registry+https://github.com/rust-lang/crates.io-index"
14404checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14405dependencies = [
14406 "bumpalo",
14407 "log",
14408 "proc-macro2",
14409 "quote",
14410 "syn 2.0.90",
14411 "wasm-bindgen-shared",
14412]
14413
14414[[package]]
14415name = "wasm-bindgen-futures"
14416version = "0.4.49"
14417source = "registry+https://github.com/rust-lang/crates.io-index"
14418checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14419dependencies = [
14420 "cfg-if",
14421 "js-sys",
14422 "once_cell",
14423 "wasm-bindgen",
14424 "web-sys",
14425]
14426
14427[[package]]
14428name = "wasm-bindgen-macro"
14429version = "0.2.99"
14430source = "registry+https://github.com/rust-lang/crates.io-index"
14431checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14432dependencies = [
14433 "quote",
14434 "wasm-bindgen-macro-support",
14435]
14436
14437[[package]]
14438name = "wasm-bindgen-macro-support"
14439version = "0.2.99"
14440source = "registry+https://github.com/rust-lang/crates.io-index"
14441checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14442dependencies = [
14443 "proc-macro2",
14444 "quote",
14445 "syn 2.0.90",
14446 "wasm-bindgen-backend",
14447 "wasm-bindgen-shared",
14448]
14449
14450[[package]]
14451name = "wasm-bindgen-shared"
14452version = "0.2.99"
14453source = "registry+https://github.com/rust-lang/crates.io-index"
14454checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14455
14456[[package]]
14457name = "wasm-encoder"
14458version = "0.201.0"
14459source = "registry+https://github.com/rust-lang/crates.io-index"
14460checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14461dependencies = [
14462 "leb128",
14463]
14464
14465[[package]]
14466name = "wasm-encoder"
14467version = "0.215.0"
14468source = "registry+https://github.com/rust-lang/crates.io-index"
14469checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14470dependencies = [
14471 "leb128",
14472]
14473
14474[[package]]
14475name = "wasm-metadata"
14476version = "0.201.0"
14477source = "registry+https://github.com/rust-lang/crates.io-index"
14478checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14479dependencies = [
14480 "anyhow",
14481 "indexmap",
14482 "serde",
14483 "serde_derive",
14484 "serde_json",
14485 "spdx",
14486 "wasm-encoder 0.201.0",
14487 "wasmparser 0.201.0",
14488]
14489
14490[[package]]
14491name = "wasm-streams"
14492version = "0.4.2"
14493source = "registry+https://github.com/rust-lang/crates.io-index"
14494checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14495dependencies = [
14496 "futures-util",
14497 "js-sys",
14498 "wasm-bindgen",
14499 "wasm-bindgen-futures",
14500 "web-sys",
14501]
14502
14503[[package]]
14504name = "wasmparser"
14505version = "0.201.0"
14506source = "registry+https://github.com/rust-lang/crates.io-index"
14507checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14508dependencies = [
14509 "bitflags 2.6.0",
14510 "indexmap",
14511 "semver",
14512]
14513
14514[[package]]
14515name = "wasmparser"
14516version = "0.215.0"
14517source = "registry+https://github.com/rust-lang/crates.io-index"
14518checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14519dependencies = [
14520 "ahash 0.8.11",
14521 "bitflags 2.6.0",
14522 "hashbrown 0.14.5",
14523 "indexmap",
14524 "semver",
14525 "serde",
14526]
14527
14528[[package]]
14529name = "wasmprinter"
14530version = "0.215.0"
14531source = "registry+https://github.com/rust-lang/crates.io-index"
14532checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14533dependencies = [
14534 "anyhow",
14535 "termcolor",
14536 "wasmparser 0.215.0",
14537]
14538
14539[[package]]
14540name = "wasmtime"
14541version = "24.0.2"
14542source = "registry+https://github.com/rust-lang/crates.io-index"
14543checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14544dependencies = [
14545 "anyhow",
14546 "async-trait",
14547 "bitflags 2.6.0",
14548 "bumpalo",
14549 "cc",
14550 "cfg-if",
14551 "encoding_rs",
14552 "hashbrown 0.14.5",
14553 "indexmap",
14554 "libc",
14555 "libm",
14556 "log",
14557 "mach2",
14558 "memfd",
14559 "object",
14560 "once_cell",
14561 "paste",
14562 "postcard",
14563 "psm",
14564 "rustix",
14565 "semver",
14566 "serde",
14567 "serde_derive",
14568 "smallvec",
14569 "sptr",
14570 "target-lexicon",
14571 "wasmparser 0.215.0",
14572 "wasmtime-asm-macros",
14573 "wasmtime-component-macro",
14574 "wasmtime-component-util",
14575 "wasmtime-cranelift",
14576 "wasmtime-environ",
14577 "wasmtime-fiber",
14578 "wasmtime-jit-icache-coherence",
14579 "wasmtime-slab",
14580 "wasmtime-versioned-export-macros",
14581 "wasmtime-winch",
14582 "windows-sys 0.52.0",
14583]
14584
14585[[package]]
14586name = "wasmtime-asm-macros"
14587version = "24.0.2"
14588source = "registry+https://github.com/rust-lang/crates.io-index"
14589checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14590dependencies = [
14591 "cfg-if",
14592]
14593
14594[[package]]
14595name = "wasmtime-c-api-impl"
14596version = "24.0.2"
14597source = "registry+https://github.com/rust-lang/crates.io-index"
14598checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14599dependencies = [
14600 "anyhow",
14601 "log",
14602 "once_cell",
14603 "tracing",
14604 "wasmtime",
14605 "wasmtime-c-api-macros",
14606]
14607
14608[[package]]
14609name = "wasmtime-c-api-macros"
14610version = "24.0.2"
14611source = "registry+https://github.com/rust-lang/crates.io-index"
14612checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14613dependencies = [
14614 "proc-macro2",
14615 "quote",
14616]
14617
14618[[package]]
14619name = "wasmtime-component-macro"
14620version = "24.0.2"
14621source = "registry+https://github.com/rust-lang/crates.io-index"
14622checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14623dependencies = [
14624 "anyhow",
14625 "proc-macro2",
14626 "quote",
14627 "syn 2.0.90",
14628 "wasmtime-component-util",
14629 "wasmtime-wit-bindgen",
14630 "wit-parser 0.215.0",
14631]
14632
14633[[package]]
14634name = "wasmtime-component-util"
14635version = "24.0.2"
14636source = "registry+https://github.com/rust-lang/crates.io-index"
14637checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14638
14639[[package]]
14640name = "wasmtime-cranelift"
14641version = "24.0.2"
14642source = "registry+https://github.com/rust-lang/crates.io-index"
14643checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14644dependencies = [
14645 "anyhow",
14646 "cfg-if",
14647 "cranelift-codegen",
14648 "cranelift-control",
14649 "cranelift-entity",
14650 "cranelift-frontend",
14651 "cranelift-native",
14652 "cranelift-wasm",
14653 "gimli 0.29.0",
14654 "log",
14655 "object",
14656 "target-lexicon",
14657 "thiserror 1.0.69",
14658 "wasmparser 0.215.0",
14659 "wasmtime-environ",
14660 "wasmtime-versioned-export-macros",
14661]
14662
14663[[package]]
14664name = "wasmtime-environ"
14665version = "24.0.2"
14666source = "registry+https://github.com/rust-lang/crates.io-index"
14667checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14668dependencies = [
14669 "anyhow",
14670 "cpp_demangle",
14671 "cranelift-bitset",
14672 "cranelift-entity",
14673 "gimli 0.29.0",
14674 "indexmap",
14675 "log",
14676 "object",
14677 "postcard",
14678 "rustc-demangle",
14679 "semver",
14680 "serde",
14681 "serde_derive",
14682 "target-lexicon",
14683 "wasm-encoder 0.215.0",
14684 "wasmparser 0.215.0",
14685 "wasmprinter",
14686 "wasmtime-component-util",
14687 "wasmtime-types",
14688]
14689
14690[[package]]
14691name = "wasmtime-fiber"
14692version = "24.0.2"
14693source = "registry+https://github.com/rust-lang/crates.io-index"
14694checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14695dependencies = [
14696 "anyhow",
14697 "cc",
14698 "cfg-if",
14699 "rustix",
14700 "wasmtime-asm-macros",
14701 "wasmtime-versioned-export-macros",
14702 "windows-sys 0.52.0",
14703]
14704
14705[[package]]
14706name = "wasmtime-jit-icache-coherence"
14707version = "24.0.2"
14708source = "registry+https://github.com/rust-lang/crates.io-index"
14709checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14710dependencies = [
14711 "anyhow",
14712 "cfg-if",
14713 "libc",
14714 "windows-sys 0.52.0",
14715]
14716
14717[[package]]
14718name = "wasmtime-slab"
14719version = "24.0.2"
14720source = "registry+https://github.com/rust-lang/crates.io-index"
14721checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14722
14723[[package]]
14724name = "wasmtime-types"
14725version = "24.0.2"
14726source = "registry+https://github.com/rust-lang/crates.io-index"
14727checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14728dependencies = [
14729 "anyhow",
14730 "cranelift-entity",
14731 "serde",
14732 "serde_derive",
14733 "smallvec",
14734 "wasmparser 0.215.0",
14735]
14736
14737[[package]]
14738name = "wasmtime-versioned-export-macros"
14739version = "24.0.2"
14740source = "registry+https://github.com/rust-lang/crates.io-index"
14741checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14742dependencies = [
14743 "proc-macro2",
14744 "quote",
14745 "syn 2.0.90",
14746]
14747
14748[[package]]
14749name = "wasmtime-wasi"
14750version = "24.0.2"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14753dependencies = [
14754 "anyhow",
14755 "async-trait",
14756 "bitflags 2.6.0",
14757 "bytes 1.9.0",
14758 "cap-fs-ext",
14759 "cap-net-ext",
14760 "cap-rand",
14761 "cap-std",
14762 "cap-time-ext",
14763 "fs-set-times",
14764 "futures 0.3.31",
14765 "io-extras",
14766 "io-lifetimes",
14767 "once_cell",
14768 "rustix",
14769 "system-interface",
14770 "thiserror 1.0.69",
14771 "tokio",
14772 "tracing",
14773 "url",
14774 "wasmtime",
14775 "wiggle",
14776 "windows-sys 0.52.0",
14777]
14778
14779[[package]]
14780name = "wasmtime-winch"
14781version = "24.0.2"
14782source = "registry+https://github.com/rust-lang/crates.io-index"
14783checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14784dependencies = [
14785 "anyhow",
14786 "cranelift-codegen",
14787 "gimli 0.29.0",
14788 "object",
14789 "target-lexicon",
14790 "wasmparser 0.215.0",
14791 "wasmtime-cranelift",
14792 "wasmtime-environ",
14793 "winch-codegen",
14794]
14795
14796[[package]]
14797name = "wasmtime-wit-bindgen"
14798version = "24.0.2"
14799source = "registry+https://github.com/rust-lang/crates.io-index"
14800checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14801dependencies = [
14802 "anyhow",
14803 "heck 0.4.1",
14804 "indexmap",
14805 "wit-parser 0.215.0",
14806]
14807
14808[[package]]
14809name = "wast"
14810version = "35.0.2"
14811source = "registry+https://github.com/rust-lang/crates.io-index"
14812checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14813dependencies = [
14814 "leb128",
14815]
14816
14817[[package]]
14818name = "wayland-backend"
14819version = "0.3.7"
14820source = "registry+https://github.com/rust-lang/crates.io-index"
14821checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
14822dependencies = [
14823 "cc",
14824 "downcast-rs",
14825 "rustix",
14826 "scoped-tls",
14827 "smallvec",
14828 "wayland-sys",
14829]
14830
14831[[package]]
14832name = "wayland-client"
14833version = "0.31.7"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
14836dependencies = [
14837 "bitflags 2.6.0",
14838 "rustix",
14839 "wayland-backend",
14840 "wayland-scanner",
14841]
14842
14843[[package]]
14844name = "wayland-cursor"
14845version = "0.31.7"
14846source = "registry+https://github.com/rust-lang/crates.io-index"
14847checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
14848dependencies = [
14849 "rustix",
14850 "wayland-client",
14851 "xcursor",
14852]
14853
14854[[package]]
14855name = "wayland-protocols"
14856version = "0.31.2"
14857source = "registry+https://github.com/rust-lang/crates.io-index"
14858checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14859dependencies = [
14860 "bitflags 2.6.0",
14861 "wayland-backend",
14862 "wayland-client",
14863 "wayland-scanner",
14864]
14865
14866[[package]]
14867name = "wayland-protocols-plasma"
14868version = "0.2.0"
14869source = "registry+https://github.com/rust-lang/crates.io-index"
14870checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14871dependencies = [
14872 "bitflags 2.6.0",
14873 "wayland-backend",
14874 "wayland-client",
14875 "wayland-protocols",
14876 "wayland-scanner",
14877]
14878
14879[[package]]
14880name = "wayland-scanner"
14881version = "0.31.5"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
14884dependencies = [
14885 "proc-macro2",
14886 "quick-xml 0.36.2",
14887 "quote",
14888]
14889
14890[[package]]
14891name = "wayland-sys"
14892version = "0.31.5"
14893source = "registry+https://github.com/rust-lang/crates.io-index"
14894checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
14895dependencies = [
14896 "dlib",
14897 "log",
14898 "once_cell",
14899 "pkg-config",
14900]
14901
14902[[package]]
14903name = "web-sys"
14904version = "0.3.76"
14905source = "registry+https://github.com/rust-lang/crates.io-index"
14906checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
14907dependencies = [
14908 "js-sys",
14909 "wasm-bindgen",
14910]
14911
14912[[package]]
14913name = "web-time"
14914version = "1.1.0"
14915source = "registry+https://github.com/rust-lang/crates.io-index"
14916checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
14917dependencies = [
14918 "js-sys",
14919 "wasm-bindgen",
14920]
14921
14922[[package]]
14923name = "webpki"
14924version = "0.22.4"
14925source = "registry+https://github.com/rust-lang/crates.io-index"
14926checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14927dependencies = [
14928 "ring",
14929 "untrusted",
14930]
14931
14932[[package]]
14933name = "webpki-roots"
14934version = "0.22.6"
14935source = "registry+https://github.com/rust-lang/crates.io-index"
14936checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14937dependencies = [
14938 "webpki",
14939]
14940
14941[[package]]
14942name = "webpki-roots"
14943version = "0.26.7"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
14946dependencies = [
14947 "rustls-pki-types",
14948]
14949
14950[[package]]
14951name = "webrtc-sys"
14952version = "0.3.5"
14953source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
14954dependencies = [
14955 "cc",
14956 "cxx",
14957 "cxx-build",
14958 "glob",
14959 "log",
14960 "webrtc-sys-build",
14961]
14962
14963[[package]]
14964name = "webrtc-sys-build"
14965version = "0.3.5"
14966source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
14967dependencies = [
14968 "fs2",
14969 "regex",
14970 "reqwest 0.11.27",
14971 "scratch",
14972 "semver",
14973 "zip",
14974]
14975
14976[[package]]
14977name = "weezl"
14978version = "0.1.8"
14979source = "registry+https://github.com/rust-lang/crates.io-index"
14980checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14981
14982[[package]]
14983name = "welcome"
14984version = "0.1.0"
14985dependencies = [
14986 "anyhow",
14987 "client",
14988 "copilot",
14989 "db",
14990 "editor",
14991 "fuzzy",
14992 "gpui",
14993 "install_cli",
14994 "picker",
14995 "project",
14996 "schemars",
14997 "serde",
14998 "settings",
14999 "telemetry",
15000 "ui",
15001 "util",
15002 "vim_mode_setting",
15003 "workspace",
15004 "zed_actions",
15005]
15006
15007[[package]]
15008name = "which"
15009version = "4.4.2"
15010source = "registry+https://github.com/rust-lang/crates.io-index"
15011checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15012dependencies = [
15013 "either",
15014 "home",
15015 "once_cell",
15016 "rustix",
15017]
15018
15019[[package]]
15020name = "which"
15021version = "6.0.3"
15022source = "registry+https://github.com/rust-lang/crates.io-index"
15023checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15024dependencies = [
15025 "either",
15026 "home",
15027 "rustix",
15028 "winsafe",
15029]
15030
15031[[package]]
15032name = "whoami"
15033version = "1.5.2"
15034source = "registry+https://github.com/rust-lang/crates.io-index"
15035checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15036dependencies = [
15037 "redox_syscall 0.5.8",
15038 "wasite",
15039]
15040
15041[[package]]
15042name = "wiggle"
15043version = "24.0.2"
15044source = "registry+https://github.com/rust-lang/crates.io-index"
15045checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15046dependencies = [
15047 "anyhow",
15048 "async-trait",
15049 "bitflags 2.6.0",
15050 "thiserror 1.0.69",
15051 "tracing",
15052 "wasmtime",
15053 "wiggle-macro",
15054]
15055
15056[[package]]
15057name = "wiggle-generate"
15058version = "24.0.2"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15061dependencies = [
15062 "anyhow",
15063 "heck 0.4.1",
15064 "proc-macro2",
15065 "quote",
15066 "shellexpand 2.1.2",
15067 "syn 2.0.90",
15068 "witx",
15069]
15070
15071[[package]]
15072name = "wiggle-macro"
15073version = "24.0.2"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15076dependencies = [
15077 "proc-macro2",
15078 "quote",
15079 "syn 2.0.90",
15080 "wiggle-generate",
15081]
15082
15083[[package]]
15084name = "winapi"
15085version = "0.3.9"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15088dependencies = [
15089 "winapi-i686-pc-windows-gnu",
15090 "winapi-x86_64-pc-windows-gnu",
15091]
15092
15093[[package]]
15094name = "winapi-i686-pc-windows-gnu"
15095version = "0.4.0"
15096source = "registry+https://github.com/rust-lang/crates.io-index"
15097checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15098
15099[[package]]
15100name = "winapi-util"
15101version = "0.1.9"
15102source = "registry+https://github.com/rust-lang/crates.io-index"
15103checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15104dependencies = [
15105 "windows-sys 0.59.0",
15106]
15107
15108[[package]]
15109name = "winapi-x86_64-pc-windows-gnu"
15110version = "0.4.0"
15111source = "registry+https://github.com/rust-lang/crates.io-index"
15112checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15113
15114[[package]]
15115name = "winch-codegen"
15116version = "0.22.2"
15117source = "registry+https://github.com/rust-lang/crates.io-index"
15118checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15119dependencies = [
15120 "anyhow",
15121 "cranelift-codegen",
15122 "gimli 0.29.0",
15123 "regalloc2",
15124 "smallvec",
15125 "target-lexicon",
15126 "wasmparser 0.215.0",
15127 "wasmtime-cranelift",
15128 "wasmtime-environ",
15129]
15130
15131[[package]]
15132name = "windows"
15133version = "0.54.0"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15136dependencies = [
15137 "windows-core 0.54.0",
15138 "windows-targets 0.52.6",
15139]
15140
15141[[package]]
15142name = "windows"
15143version = "0.57.0"
15144source = "registry+https://github.com/rust-lang/crates.io-index"
15145checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15146dependencies = [
15147 "windows-core 0.57.0",
15148 "windows-targets 0.52.6",
15149]
15150
15151[[package]]
15152name = "windows"
15153version = "0.58.0"
15154source = "registry+https://github.com/rust-lang/crates.io-index"
15155checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15156dependencies = [
15157 "windows-core 0.58.0",
15158 "windows-targets 0.52.6",
15159]
15160
15161[[package]]
15162name = "windows-core"
15163version = "0.52.0"
15164source = "registry+https://github.com/rust-lang/crates.io-index"
15165checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15166dependencies = [
15167 "windows-targets 0.52.6",
15168]
15169
15170[[package]]
15171name = "windows-core"
15172version = "0.54.0"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15175dependencies = [
15176 "windows-result 0.1.2",
15177 "windows-targets 0.52.6",
15178]
15179
15180[[package]]
15181name = "windows-core"
15182version = "0.57.0"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15185dependencies = [
15186 "windows-implement 0.57.0",
15187 "windows-interface 0.57.0",
15188 "windows-result 0.1.2",
15189 "windows-targets 0.52.6",
15190]
15191
15192[[package]]
15193name = "windows-core"
15194version = "0.58.0"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15197dependencies = [
15198 "windows-implement 0.58.0",
15199 "windows-interface 0.58.0",
15200 "windows-result 0.2.0",
15201 "windows-strings",
15202 "windows-targets 0.52.6",
15203]
15204
15205[[package]]
15206name = "windows-implement"
15207version = "0.57.0"
15208source = "registry+https://github.com/rust-lang/crates.io-index"
15209checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15210dependencies = [
15211 "proc-macro2",
15212 "quote",
15213 "syn 2.0.90",
15214]
15215
15216[[package]]
15217name = "windows-implement"
15218version = "0.58.0"
15219source = "registry+https://github.com/rust-lang/crates.io-index"
15220checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15221dependencies = [
15222 "proc-macro2",
15223 "quote",
15224 "syn 2.0.90",
15225]
15226
15227[[package]]
15228name = "windows-interface"
15229version = "0.57.0"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15232dependencies = [
15233 "proc-macro2",
15234 "quote",
15235 "syn 2.0.90",
15236]
15237
15238[[package]]
15239name = "windows-interface"
15240version = "0.58.0"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15243dependencies = [
15244 "proc-macro2",
15245 "quote",
15246 "syn 2.0.90",
15247]
15248
15249[[package]]
15250name = "windows-registry"
15251version = "0.2.0"
15252source = "registry+https://github.com/rust-lang/crates.io-index"
15253checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15254dependencies = [
15255 "windows-result 0.2.0",
15256 "windows-strings",
15257 "windows-targets 0.52.6",
15258]
15259
15260[[package]]
15261name = "windows-result"
15262version = "0.1.2"
15263source = "registry+https://github.com/rust-lang/crates.io-index"
15264checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15265dependencies = [
15266 "windows-targets 0.52.6",
15267]
15268
15269[[package]]
15270name = "windows-result"
15271version = "0.2.0"
15272source = "registry+https://github.com/rust-lang/crates.io-index"
15273checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15274dependencies = [
15275 "windows-targets 0.52.6",
15276]
15277
15278[[package]]
15279name = "windows-strings"
15280version = "0.1.0"
15281source = "registry+https://github.com/rust-lang/crates.io-index"
15282checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15283dependencies = [
15284 "windows-result 0.2.0",
15285 "windows-targets 0.52.6",
15286]
15287
15288[[package]]
15289name = "windows-sys"
15290version = "0.45.0"
15291source = "registry+https://github.com/rust-lang/crates.io-index"
15292checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15293dependencies = [
15294 "windows-targets 0.42.2",
15295]
15296
15297[[package]]
15298name = "windows-sys"
15299version = "0.48.0"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15302dependencies = [
15303 "windows-targets 0.48.5",
15304]
15305
15306[[package]]
15307name = "windows-sys"
15308version = "0.52.0"
15309source = "registry+https://github.com/rust-lang/crates.io-index"
15310checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15311dependencies = [
15312 "windows-targets 0.52.6",
15313]
15314
15315[[package]]
15316name = "windows-sys"
15317version = "0.59.0"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15320dependencies = [
15321 "windows-targets 0.52.6",
15322]
15323
15324[[package]]
15325name = "windows-targets"
15326version = "0.42.2"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15329dependencies = [
15330 "windows_aarch64_gnullvm 0.42.2",
15331 "windows_aarch64_msvc 0.42.2",
15332 "windows_i686_gnu 0.42.2",
15333 "windows_i686_msvc 0.42.2",
15334 "windows_x86_64_gnu 0.42.2",
15335 "windows_x86_64_gnullvm 0.42.2",
15336 "windows_x86_64_msvc 0.42.2",
15337]
15338
15339[[package]]
15340name = "windows-targets"
15341version = "0.48.5"
15342source = "registry+https://github.com/rust-lang/crates.io-index"
15343checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15344dependencies = [
15345 "windows_aarch64_gnullvm 0.48.5",
15346 "windows_aarch64_msvc 0.48.5",
15347 "windows_i686_gnu 0.48.5",
15348 "windows_i686_msvc 0.48.5",
15349 "windows_x86_64_gnu 0.48.5",
15350 "windows_x86_64_gnullvm 0.48.5",
15351 "windows_x86_64_msvc 0.48.5",
15352]
15353
15354[[package]]
15355name = "windows-targets"
15356version = "0.52.6"
15357source = "registry+https://github.com/rust-lang/crates.io-index"
15358checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15359dependencies = [
15360 "windows_aarch64_gnullvm 0.52.6",
15361 "windows_aarch64_msvc 0.52.6",
15362 "windows_i686_gnu 0.52.6",
15363 "windows_i686_gnullvm",
15364 "windows_i686_msvc 0.52.6",
15365 "windows_x86_64_gnu 0.52.6",
15366 "windows_x86_64_gnullvm 0.52.6",
15367 "windows_x86_64_msvc 0.52.6",
15368]
15369
15370[[package]]
15371name = "windows_aarch64_gnullvm"
15372version = "0.42.2"
15373source = "registry+https://github.com/rust-lang/crates.io-index"
15374checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15375
15376[[package]]
15377name = "windows_aarch64_gnullvm"
15378version = "0.48.5"
15379source = "registry+https://github.com/rust-lang/crates.io-index"
15380checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15381
15382[[package]]
15383name = "windows_aarch64_gnullvm"
15384version = "0.52.6"
15385source = "registry+https://github.com/rust-lang/crates.io-index"
15386checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15387
15388[[package]]
15389name = "windows_aarch64_msvc"
15390version = "0.42.2"
15391source = "registry+https://github.com/rust-lang/crates.io-index"
15392checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15393
15394[[package]]
15395name = "windows_aarch64_msvc"
15396version = "0.48.5"
15397source = "registry+https://github.com/rust-lang/crates.io-index"
15398checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15399
15400[[package]]
15401name = "windows_aarch64_msvc"
15402version = "0.52.6"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15405
15406[[package]]
15407name = "windows_i686_gnu"
15408version = "0.42.2"
15409source = "registry+https://github.com/rust-lang/crates.io-index"
15410checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15411
15412[[package]]
15413name = "windows_i686_gnu"
15414version = "0.48.5"
15415source = "registry+https://github.com/rust-lang/crates.io-index"
15416checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15417
15418[[package]]
15419name = "windows_i686_gnu"
15420version = "0.52.6"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15423
15424[[package]]
15425name = "windows_i686_gnullvm"
15426version = "0.52.6"
15427source = "registry+https://github.com/rust-lang/crates.io-index"
15428checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15429
15430[[package]]
15431name = "windows_i686_msvc"
15432version = "0.42.2"
15433source = "registry+https://github.com/rust-lang/crates.io-index"
15434checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15435
15436[[package]]
15437name = "windows_i686_msvc"
15438version = "0.48.5"
15439source = "registry+https://github.com/rust-lang/crates.io-index"
15440checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15441
15442[[package]]
15443name = "windows_i686_msvc"
15444version = "0.52.6"
15445source = "registry+https://github.com/rust-lang/crates.io-index"
15446checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15447
15448[[package]]
15449name = "windows_x86_64_gnu"
15450version = "0.42.2"
15451source = "registry+https://github.com/rust-lang/crates.io-index"
15452checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15453
15454[[package]]
15455name = "windows_x86_64_gnu"
15456version = "0.48.5"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15459
15460[[package]]
15461name = "windows_x86_64_gnu"
15462version = "0.52.6"
15463source = "registry+https://github.com/rust-lang/crates.io-index"
15464checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15465
15466[[package]]
15467name = "windows_x86_64_gnullvm"
15468version = "0.42.2"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15471
15472[[package]]
15473name = "windows_x86_64_gnullvm"
15474version = "0.48.5"
15475source = "registry+https://github.com/rust-lang/crates.io-index"
15476checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15477
15478[[package]]
15479name = "windows_x86_64_gnullvm"
15480version = "0.52.6"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15483
15484[[package]]
15485name = "windows_x86_64_msvc"
15486version = "0.42.2"
15487source = "registry+https://github.com/rust-lang/crates.io-index"
15488checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15489
15490[[package]]
15491name = "windows_x86_64_msvc"
15492version = "0.48.5"
15493source = "registry+https://github.com/rust-lang/crates.io-index"
15494checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15495
15496[[package]]
15497name = "windows_x86_64_msvc"
15498version = "0.52.6"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15501
15502[[package]]
15503name = "winnow"
15504version = "0.6.20"
15505source = "registry+https://github.com/rust-lang/crates.io-index"
15506checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15507dependencies = [
15508 "memchr",
15509]
15510
15511[[package]]
15512name = "winreg"
15513version = "0.50.0"
15514source = "registry+https://github.com/rust-lang/crates.io-index"
15515checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15516dependencies = [
15517 "cfg-if",
15518 "windows-sys 0.48.0",
15519]
15520
15521[[package]]
15522name = "winreg"
15523version = "0.52.0"
15524source = "registry+https://github.com/rust-lang/crates.io-index"
15525checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15526dependencies = [
15527 "cfg-if",
15528 "windows-sys 0.48.0",
15529]
15530
15531[[package]]
15532name = "winresource"
15533version = "0.1.19"
15534source = "registry+https://github.com/rust-lang/crates.io-index"
15535checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15536dependencies = [
15537 "toml 0.8.19",
15538 "version_check",
15539]
15540
15541[[package]]
15542name = "winsafe"
15543version = "0.0.19"
15544source = "registry+https://github.com/rust-lang/crates.io-index"
15545checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15546
15547[[package]]
15548name = "winx"
15549version = "0.36.4"
15550source = "registry+https://github.com/rust-lang/crates.io-index"
15551checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15552dependencies = [
15553 "bitflags 2.6.0",
15554 "windows-sys 0.59.0",
15555]
15556
15557[[package]]
15558name = "wio"
15559version = "0.2.2"
15560source = "registry+https://github.com/rust-lang/crates.io-index"
15561checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15562dependencies = [
15563 "winapi",
15564]
15565
15566[[package]]
15567name = "wit-bindgen"
15568version = "0.22.0"
15569source = "registry+https://github.com/rust-lang/crates.io-index"
15570checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15571dependencies = [
15572 "bitflags 2.6.0",
15573 "wit-bindgen-rt",
15574 "wit-bindgen-rust-macro",
15575]
15576
15577[[package]]
15578name = "wit-bindgen-core"
15579version = "0.22.0"
15580source = "registry+https://github.com/rust-lang/crates.io-index"
15581checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15582dependencies = [
15583 "anyhow",
15584 "wit-parser 0.201.0",
15585]
15586
15587[[package]]
15588name = "wit-bindgen-rt"
15589version = "0.22.0"
15590source = "registry+https://github.com/rust-lang/crates.io-index"
15591checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15592
15593[[package]]
15594name = "wit-bindgen-rust"
15595version = "0.22.0"
15596source = "registry+https://github.com/rust-lang/crates.io-index"
15597checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15598dependencies = [
15599 "anyhow",
15600 "heck 0.4.1",
15601 "indexmap",
15602 "wasm-metadata",
15603 "wit-bindgen-core",
15604 "wit-component",
15605]
15606
15607[[package]]
15608name = "wit-bindgen-rust-macro"
15609version = "0.22.0"
15610source = "registry+https://github.com/rust-lang/crates.io-index"
15611checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15612dependencies = [
15613 "anyhow",
15614 "proc-macro2",
15615 "quote",
15616 "syn 2.0.90",
15617 "wit-bindgen-core",
15618 "wit-bindgen-rust",
15619]
15620
15621[[package]]
15622name = "wit-component"
15623version = "0.201.0"
15624source = "registry+https://github.com/rust-lang/crates.io-index"
15625checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15626dependencies = [
15627 "anyhow",
15628 "bitflags 2.6.0",
15629 "indexmap",
15630 "log",
15631 "serde",
15632 "serde_derive",
15633 "serde_json",
15634 "wasm-encoder 0.201.0",
15635 "wasm-metadata",
15636 "wasmparser 0.201.0",
15637 "wit-parser 0.201.0",
15638]
15639
15640[[package]]
15641name = "wit-parser"
15642version = "0.201.0"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15645dependencies = [
15646 "anyhow",
15647 "id-arena",
15648 "indexmap",
15649 "log",
15650 "semver",
15651 "serde",
15652 "serde_derive",
15653 "serde_json",
15654 "unicode-xid",
15655 "wasmparser 0.201.0",
15656]
15657
15658[[package]]
15659name = "wit-parser"
15660version = "0.215.0"
15661source = "registry+https://github.com/rust-lang/crates.io-index"
15662checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15663dependencies = [
15664 "anyhow",
15665 "id-arena",
15666 "indexmap",
15667 "log",
15668 "semver",
15669 "serde",
15670 "serde_derive",
15671 "serde_json",
15672 "unicode-xid",
15673 "wasmparser 0.215.0",
15674]
15675
15676[[package]]
15677name = "witx"
15678version = "0.9.1"
15679source = "registry+https://github.com/rust-lang/crates.io-index"
15680checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15681dependencies = [
15682 "anyhow",
15683 "log",
15684 "thiserror 1.0.69",
15685 "wast",
15686]
15687
15688[[package]]
15689name = "workspace"
15690version = "0.1.0"
15691dependencies = [
15692 "any_vec",
15693 "anyhow",
15694 "async-recursion 1.1.1",
15695 "bincode",
15696 "call",
15697 "client",
15698 "clock",
15699 "collections",
15700 "db",
15701 "derive_more",
15702 "env_logger 0.11.6",
15703 "fs",
15704 "futures 0.3.31",
15705 "gpui",
15706 "http_client",
15707 "itertools 0.14.0",
15708 "language",
15709 "log",
15710 "node_runtime",
15711 "parking_lot",
15712 "postage",
15713 "project",
15714 "remote",
15715 "schemars",
15716 "serde",
15717 "serde_json",
15718 "session",
15719 "settings",
15720 "smallvec",
15721 "sqlez",
15722 "strum",
15723 "task",
15724 "tempfile",
15725 "theme",
15726 "ui",
15727 "util",
15728 "uuid",
15729]
15730
15731[[package]]
15732name = "worktree"
15733version = "0.1.0"
15734dependencies = [
15735 "anyhow",
15736 "clock",
15737 "collections",
15738 "env_logger 0.11.6",
15739 "fs",
15740 "futures 0.3.31",
15741 "fuzzy",
15742 "git",
15743 "git2",
15744 "git_hosting_providers",
15745 "gpui",
15746 "http_client",
15747 "ignore",
15748 "language",
15749 "log",
15750 "parking_lot",
15751 "paths",
15752 "postage",
15753 "pretty_assertions",
15754 "rand 0.8.5",
15755 "rpc",
15756 "schemars",
15757 "serde",
15758 "serde_json",
15759 "settings",
15760 "smallvec",
15761 "smol",
15762 "sum_tree",
15763 "text",
15764 "util",
15765]
15766
15767[[package]]
15768name = "write16"
15769version = "1.0.0"
15770source = "registry+https://github.com/rust-lang/crates.io-index"
15771checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15772
15773[[package]]
15774name = "writeable"
15775version = "0.5.5"
15776source = "registry+https://github.com/rust-lang/crates.io-index"
15777checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15778
15779[[package]]
15780name = "wyz"
15781version = "0.5.1"
15782source = "registry+https://github.com/rust-lang/crates.io-index"
15783checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15784dependencies = [
15785 "tap",
15786]
15787
15788[[package]]
15789name = "x11-clipboard"
15790version = "0.9.3"
15791source = "registry+https://github.com/rust-lang/crates.io-index"
15792checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15793dependencies = [
15794 "libc",
15795 "x11rb",
15796]
15797
15798[[package]]
15799name = "x11rb"
15800version = "0.13.1"
15801source = "registry+https://github.com/rust-lang/crates.io-index"
15802checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15803dependencies = [
15804 "as-raw-xcb-connection",
15805 "gethostname",
15806 "libc",
15807 "rustix",
15808 "x11rb-protocol",
15809]
15810
15811[[package]]
15812name = "x11rb-protocol"
15813version = "0.13.1"
15814source = "registry+https://github.com/rust-lang/crates.io-index"
15815checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15816
15817[[package]]
15818name = "xattr"
15819version = "0.2.3"
15820source = "registry+https://github.com/rust-lang/crates.io-index"
15821checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15822dependencies = [
15823 "libc",
15824]
15825
15826[[package]]
15827name = "xcursor"
15828version = "0.3.8"
15829source = "registry+https://github.com/rust-lang/crates.io-index"
15830checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15831
15832[[package]]
15833name = "xdg-home"
15834version = "1.3.0"
15835source = "registry+https://github.com/rust-lang/crates.io-index"
15836checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
15837dependencies = [
15838 "libc",
15839 "windows-sys 0.59.0",
15840]
15841
15842[[package]]
15843name = "xim"
15844version = "0.4.0"
15845source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15846dependencies = [
15847 "ahash 0.8.11",
15848 "hashbrown 0.14.5",
15849 "log",
15850 "x11rb",
15851 "xim-ctext",
15852 "xim-parser",
15853]
15854
15855[[package]]
15856name = "xim-ctext"
15857version = "0.3.0"
15858source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15859dependencies = [
15860 "encoding_rs",
15861]
15862
15863[[package]]
15864name = "xim-parser"
15865version = "0.2.1"
15866source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15867dependencies = [
15868 "bitflags 2.6.0",
15869]
15870
15871[[package]]
15872name = "xkbcommon"
15873version = "0.7.0"
15874source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
15875dependencies = [
15876 "as-raw-xcb-connection",
15877 "libc",
15878 "memmap2",
15879 "xkeysym",
15880]
15881
15882[[package]]
15883name = "xkeysym"
15884version = "0.2.1"
15885source = "registry+https://github.com/rust-lang/crates.io-index"
15886checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
15887
15888[[package]]
15889name = "xml5ever"
15890version = "0.18.1"
15891source = "registry+https://github.com/rust-lang/crates.io-index"
15892checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
15893dependencies = [
15894 "log",
15895 "mac",
15896 "markup5ever",
15897]
15898
15899[[package]]
15900name = "xmlparser"
15901version = "0.13.6"
15902source = "registry+https://github.com/rust-lang/crates.io-index"
15903checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
15904
15905[[package]]
15906name = "xmlwriter"
15907version = "0.1.0"
15908source = "registry+https://github.com/rust-lang/crates.io-index"
15909checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
15910
15911[[package]]
15912name = "xtask"
15913version = "0.1.0"
15914dependencies = [
15915 "anyhow",
15916 "cargo_metadata",
15917 "cargo_toml",
15918 "clap",
15919]
15920
15921[[package]]
15922name = "yaml-rust2"
15923version = "0.8.1"
15924source = "registry+https://github.com/rust-lang/crates.io-index"
15925checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
15926dependencies = [
15927 "arraydeque",
15928 "encoding_rs",
15929 "hashlink 0.8.4",
15930]
15931
15932[[package]]
15933name = "yansi"
15934version = "1.0.1"
15935source = "registry+https://github.com/rust-lang/crates.io-index"
15936checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
15937
15938[[package]]
15939name = "yazi"
15940version = "0.1.6"
15941source = "registry+https://github.com/rust-lang/crates.io-index"
15942checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
15943
15944[[package]]
15945name = "yeslogic-fontconfig-sys"
15946version = "6.0.0"
15947source = "registry+https://github.com/rust-lang/crates.io-index"
15948checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
15949dependencies = [
15950 "dlib",
15951 "once_cell",
15952 "pkg-config",
15953]
15954
15955[[package]]
15956name = "yoke"
15957version = "0.7.5"
15958source = "registry+https://github.com/rust-lang/crates.io-index"
15959checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
15960dependencies = [
15961 "serde",
15962 "stable_deref_trait",
15963 "yoke-derive",
15964 "zerofrom",
15965]
15966
15967[[package]]
15968name = "yoke-derive"
15969version = "0.7.5"
15970source = "registry+https://github.com/rust-lang/crates.io-index"
15971checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
15972dependencies = [
15973 "proc-macro2",
15974 "quote",
15975 "syn 2.0.90",
15976 "synstructure",
15977]
15978
15979[[package]]
15980name = "zbus"
15981version = "4.4.0"
15982source = "registry+https://github.com/rust-lang/crates.io-index"
15983checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
15984dependencies = [
15985 "async-broadcast",
15986 "async-executor",
15987 "async-fs",
15988 "async-io",
15989 "async-lock",
15990 "async-process",
15991 "async-recursion 1.1.1",
15992 "async-task",
15993 "async-trait",
15994 "blocking",
15995 "enumflags2",
15996 "event-listener 5.3.1",
15997 "futures-core",
15998 "futures-sink",
15999 "futures-util",
16000 "hex",
16001 "nix",
16002 "ordered-stream",
16003 "rand 0.8.5",
16004 "serde",
16005 "serde_repr",
16006 "sha1",
16007 "static_assertions",
16008 "tracing",
16009 "uds_windows",
16010 "windows-sys 0.52.0",
16011 "xdg-home",
16012 "zbus_macros 4.4.0",
16013 "zbus_names 3.0.0",
16014 "zvariant 4.2.0",
16015]
16016
16017[[package]]
16018name = "zbus"
16019version = "5.1.1"
16020source = "registry+https://github.com/rust-lang/crates.io-index"
16021checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16022dependencies = [
16023 "async-broadcast",
16024 "async-executor",
16025 "async-fs",
16026 "async-io",
16027 "async-lock",
16028 "async-process",
16029 "async-recursion 1.1.1",
16030 "async-task",
16031 "async-trait",
16032 "blocking",
16033 "enumflags2",
16034 "event-listener 5.3.1",
16035 "futures-core",
16036 "futures-util",
16037 "hex",
16038 "nix",
16039 "ordered-stream",
16040 "serde",
16041 "serde_repr",
16042 "static_assertions",
16043 "tracing",
16044 "uds_windows",
16045 "windows-sys 0.59.0",
16046 "winnow",
16047 "xdg-home",
16048 "zbus_macros 5.1.1",
16049 "zbus_names 4.1.0",
16050 "zvariant 5.1.0",
16051]
16052
16053[[package]]
16054name = "zbus_macros"
16055version = "4.4.0"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16058dependencies = [
16059 "proc-macro-crate",
16060 "proc-macro2",
16061 "quote",
16062 "syn 2.0.90",
16063 "zvariant_utils 2.1.0",
16064]
16065
16066[[package]]
16067name = "zbus_macros"
16068version = "5.1.1"
16069source = "registry+https://github.com/rust-lang/crates.io-index"
16070checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16071dependencies = [
16072 "proc-macro-crate",
16073 "proc-macro2",
16074 "quote",
16075 "syn 2.0.90",
16076 "zbus_names 4.1.0",
16077 "zvariant 5.1.0",
16078 "zvariant_utils 3.0.2",
16079]
16080
16081[[package]]
16082name = "zbus_names"
16083version = "3.0.0"
16084source = "registry+https://github.com/rust-lang/crates.io-index"
16085checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16086dependencies = [
16087 "serde",
16088 "static_assertions",
16089 "zvariant 4.2.0",
16090]
16091
16092[[package]]
16093name = "zbus_names"
16094version = "4.1.0"
16095source = "registry+https://github.com/rust-lang/crates.io-index"
16096checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16097dependencies = [
16098 "serde",
16099 "static_assertions",
16100 "winnow",
16101 "zvariant 5.1.0",
16102]
16103
16104[[package]]
16105name = "zed"
16106version = "0.170.2"
16107dependencies = [
16108 "activity_indicator",
16109 "anyhow",
16110 "ashpd",
16111 "assets",
16112 "assistant",
16113 "assistant2",
16114 "assistant_tools",
16115 "async-watch",
16116 "audio",
16117 "auto_update",
16118 "auto_update_ui",
16119 "backtrace",
16120 "breadcrumbs",
16121 "call",
16122 "channel",
16123 "chrono",
16124 "clap",
16125 "cli",
16126 "client",
16127 "collab_ui",
16128 "collections",
16129 "command_palette",
16130 "command_palette_hooks",
16131 "copilot",
16132 "db",
16133 "diagnostics",
16134 "editor",
16135 "env_logger 0.11.6",
16136 "extension",
16137 "extension_host",
16138 "extensions_ui",
16139 "feature_flags",
16140 "feedback",
16141 "file_finder",
16142 "file_icons",
16143 "fs",
16144 "futures 0.3.31",
16145 "git",
16146 "git_hosting_providers",
16147 "git_ui",
16148 "go_to_line",
16149 "gpui",
16150 "http_client",
16151 "image_viewer",
16152 "inline_completion_button",
16153 "install_cli",
16154 "journal",
16155 "language",
16156 "language_extension",
16157 "language_model",
16158 "language_models",
16159 "language_selector",
16160 "language_tools",
16161 "languages",
16162 "libc",
16163 "log",
16164 "markdown",
16165 "markdown_preview",
16166 "menu",
16167 "mimalloc",
16168 "nix",
16169 "node_runtime",
16170 "notifications",
16171 "outline",
16172 "outline_panel",
16173 "parking_lot",
16174 "paths",
16175 "picker",
16176 "profiling",
16177 "project",
16178 "project_panel",
16179 "project_symbols",
16180 "proto",
16181 "recent_projects",
16182 "release_channel",
16183 "remote",
16184 "repl",
16185 "reqwest_client",
16186 "rope",
16187 "search",
16188 "serde",
16189 "serde_json",
16190 "session",
16191 "settings",
16192 "settings_ui",
16193 "shellexpand 2.1.2",
16194 "simplelog",
16195 "smol",
16196 "snippet_provider",
16197 "snippets_ui",
16198 "supermaven",
16199 "sysinfo",
16200 "tab_switcher",
16201 "task",
16202 "tasks_ui",
16203 "telemetry",
16204 "telemetry_events",
16205 "terminal_view",
16206 "theme",
16207 "theme_extension",
16208 "theme_selector",
16209 "time",
16210 "toolchain_selector",
16211 "tree-sitter-md",
16212 "tree-sitter-rust",
16213 "ui",
16214 "url",
16215 "urlencoding",
16216 "util",
16217 "uuid",
16218 "vcs_menu",
16219 "vim",
16220 "vim_mode_setting",
16221 "welcome",
16222 "windows 0.58.0",
16223 "winresource",
16224 "workspace",
16225 "zed_actions",
16226 "zeta",
16227]
16228
16229[[package]]
16230name = "zed_actions"
16231version = "0.1.0"
16232dependencies = [
16233 "gpui",
16234 "schemars",
16235 "serde",
16236]
16237
16238[[package]]
16239name = "zed_csharp"
16240version = "0.1.0"
16241dependencies = [
16242 "zed_extension_api 0.1.0",
16243]
16244
16245[[package]]
16246name = "zed_deno"
16247version = "0.0.2"
16248dependencies = [
16249 "zed_extension_api 0.1.0",
16250]
16251
16252[[package]]
16253name = "zed_elixir"
16254version = "0.1.2"
16255dependencies = [
16256 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16257]
16258
16259[[package]]
16260name = "zed_emmet"
16261version = "0.0.3"
16262dependencies = [
16263 "zed_extension_api 0.1.0",
16264]
16265
16266[[package]]
16267name = "zed_erlang"
16268version = "0.1.1"
16269dependencies = [
16270 "zed_extension_api 0.1.0",
16271]
16272
16273[[package]]
16274name = "zed_extension_api"
16275version = "0.1.0"
16276source = "registry+https://github.com/rust-lang/crates.io-index"
16277checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16278dependencies = [
16279 "serde",
16280 "serde_json",
16281 "wit-bindgen",
16282]
16283
16284[[package]]
16285name = "zed_extension_api"
16286version = "0.2.0"
16287dependencies = [
16288 "serde",
16289 "serde_json",
16290 "wit-bindgen",
16291]
16292
16293[[package]]
16294name = "zed_extension_api"
16295version = "0.2.0"
16296source = "registry+https://github.com/rust-lang/crates.io-index"
16297checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16298dependencies = [
16299 "serde",
16300 "serde_json",
16301 "wit-bindgen",
16302]
16303
16304[[package]]
16305name = "zed_glsl"
16306version = "0.1.0"
16307dependencies = [
16308 "zed_extension_api 0.1.0",
16309]
16310
16311[[package]]
16312name = "zed_haskell"
16313version = "0.1.2"
16314dependencies = [
16315 "zed_extension_api 0.1.0",
16316]
16317
16318[[package]]
16319name = "zed_html"
16320version = "0.1.4"
16321dependencies = [
16322 "zed_extension_api 0.1.0",
16323]
16324
16325[[package]]
16326name = "zed_lua"
16327version = "0.1.1"
16328dependencies = [
16329 "zed_extension_api 0.1.0",
16330]
16331
16332[[package]]
16333name = "zed_php"
16334version = "0.2.3"
16335dependencies = [
16336 "zed_extension_api 0.1.0",
16337]
16338
16339[[package]]
16340name = "zed_prisma"
16341version = "0.0.4"
16342dependencies = [
16343 "zed_extension_api 0.1.0",
16344]
16345
16346[[package]]
16347name = "zed_proto"
16348version = "0.2.1"
16349dependencies = [
16350 "zed_extension_api 0.1.0",
16351]
16352
16353[[package]]
16354name = "zed_purescript"
16355version = "0.0.1"
16356dependencies = [
16357 "zed_extension_api 0.1.0",
16358]
16359
16360[[package]]
16361name = "zed_ruff"
16362version = "0.1.0"
16363dependencies = [
16364 "zed_extension_api 0.1.0",
16365]
16366
16367[[package]]
16368name = "zed_snippets"
16369version = "0.0.5"
16370dependencies = [
16371 "serde_json",
16372 "zed_extension_api 0.1.0",
16373]
16374
16375[[package]]
16376name = "zed_terraform"
16377version = "0.1.1"
16378dependencies = [
16379 "zed_extension_api 0.1.0",
16380]
16381
16382[[package]]
16383name = "zed_test_extension"
16384version = "0.1.0"
16385dependencies = [
16386 "zed_extension_api 0.2.0",
16387]
16388
16389[[package]]
16390name = "zed_toml"
16391version = "0.1.2"
16392dependencies = [
16393 "zed_extension_api 0.1.0",
16394]
16395
16396[[package]]
16397name = "zed_uiua"
16398version = "0.0.1"
16399dependencies = [
16400 "zed_extension_api 0.1.0",
16401]
16402
16403[[package]]
16404name = "zed_zig"
16405version = "0.3.2"
16406dependencies = [
16407 "zed_extension_api 0.1.0",
16408]
16409
16410[[package]]
16411name = "zeno"
16412version = "0.2.3"
16413source = "registry+https://github.com/rust-lang/crates.io-index"
16414checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16415
16416[[package]]
16417name = "zerocopy"
16418version = "0.7.35"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16421dependencies = [
16422 "byteorder",
16423 "zerocopy-derive",
16424]
16425
16426[[package]]
16427name = "zerocopy-derive"
16428version = "0.7.35"
16429source = "registry+https://github.com/rust-lang/crates.io-index"
16430checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16431dependencies = [
16432 "proc-macro2",
16433 "quote",
16434 "syn 2.0.90",
16435]
16436
16437[[package]]
16438name = "zerofrom"
16439version = "0.1.5"
16440source = "registry+https://github.com/rust-lang/crates.io-index"
16441checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16442dependencies = [
16443 "zerofrom-derive",
16444]
16445
16446[[package]]
16447name = "zerofrom-derive"
16448version = "0.1.5"
16449source = "registry+https://github.com/rust-lang/crates.io-index"
16450checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16451dependencies = [
16452 "proc-macro2",
16453 "quote",
16454 "syn 2.0.90",
16455 "synstructure",
16456]
16457
16458[[package]]
16459name = "zeroize"
16460version = "1.8.1"
16461source = "registry+https://github.com/rust-lang/crates.io-index"
16462checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16463dependencies = [
16464 "zeroize_derive",
16465]
16466
16467[[package]]
16468name = "zeroize_derive"
16469version = "1.4.2"
16470source = "registry+https://github.com/rust-lang/crates.io-index"
16471checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16472dependencies = [
16473 "proc-macro2",
16474 "quote",
16475 "syn 2.0.90",
16476]
16477
16478[[package]]
16479name = "zeromq"
16480version = "0.5.0-pre"
16481source = "registry+https://github.com/rust-lang/crates.io-index"
16482checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
16483dependencies = [
16484 "async-dispatcher",
16485 "async-std",
16486 "async-trait",
16487 "asynchronous-codec",
16488 "bytes 1.9.0",
16489 "crossbeam-queue",
16490 "dashmap 5.5.3",
16491 "futures 0.3.31",
16492 "log",
16493 "num-traits",
16494 "once_cell",
16495 "parking_lot",
16496 "rand 0.8.5",
16497 "regex",
16498 "thiserror 1.0.69",
16499 "uuid",
16500]
16501
16502[[package]]
16503name = "zerovec"
16504version = "0.10.4"
16505source = "registry+https://github.com/rust-lang/crates.io-index"
16506checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16507dependencies = [
16508 "yoke",
16509 "zerofrom",
16510 "zerovec-derive",
16511]
16512
16513[[package]]
16514name = "zerovec-derive"
16515version = "0.10.3"
16516source = "registry+https://github.com/rust-lang/crates.io-index"
16517checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16518dependencies = [
16519 "proc-macro2",
16520 "quote",
16521 "syn 2.0.90",
16522]
16523
16524[[package]]
16525name = "zeta"
16526version = "0.1.0"
16527dependencies = [
16528 "anyhow",
16529 "arrayvec",
16530 "call",
16531 "client",
16532 "clock",
16533 "collections",
16534 "ctor",
16535 "editor",
16536 "env_logger 0.11.6",
16537 "futures 0.3.31",
16538 "gpui",
16539 "http_client",
16540 "indoc",
16541 "inline_completion",
16542 "language",
16543 "language_models",
16544 "log",
16545 "menu",
16546 "reqwest_client",
16547 "rpc",
16548 "serde_json",
16549 "settings",
16550 "similar",
16551 "telemetry",
16552 "telemetry_events",
16553 "theme",
16554 "tree-sitter-go",
16555 "tree-sitter-rust",
16556 "ui",
16557 "util",
16558 "uuid",
16559 "workspace",
16560 "worktree",
16561]
16562
16563[[package]]
16564name = "zip"
16565version = "0.6.6"
16566source = "registry+https://github.com/rust-lang/crates.io-index"
16567checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16568dependencies = [
16569 "aes",
16570 "byteorder",
16571 "bzip2",
16572 "constant_time_eq 0.1.5",
16573 "crc32fast",
16574 "crossbeam-utils",
16575 "flate2",
16576 "hmac",
16577 "pbkdf2 0.11.0",
16578 "sha1",
16579 "time",
16580 "zstd",
16581]
16582
16583[[package]]
16584name = "zstd"
16585version = "0.11.2+zstd.1.5.2"
16586source = "registry+https://github.com/rust-lang/crates.io-index"
16587checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16588dependencies = [
16589 "zstd-safe",
16590]
16591
16592[[package]]
16593name = "zstd-safe"
16594version = "5.0.2+zstd.1.5.2"
16595source = "registry+https://github.com/rust-lang/crates.io-index"
16596checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16597dependencies = [
16598 "libc",
16599 "zstd-sys",
16600]
16601
16602[[package]]
16603name = "zstd-sys"
16604version = "2.0.13+zstd.1.5.6"
16605source = "registry+https://github.com/rust-lang/crates.io-index"
16606checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16607dependencies = [
16608 "cc",
16609 "pkg-config",
16610]
16611
16612[[package]]
16613name = "zune-core"
16614version = "0.4.12"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16617
16618[[package]]
16619name = "zune-inflate"
16620version = "0.2.54"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16623dependencies = [
16624 "simd-adler32",
16625]
16626
16627[[package]]
16628name = "zune-jpeg"
16629version = "0.4.13"
16630source = "registry+https://github.com/rust-lang/crates.io-index"
16631checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16632dependencies = [
16633 "zune-core",
16634]
16635
16636[[package]]
16637name = "zvariant"
16638version = "4.2.0"
16639source = "registry+https://github.com/rust-lang/crates.io-index"
16640checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16641dependencies = [
16642 "endi",
16643 "enumflags2",
16644 "serde",
16645 "static_assertions",
16646 "zvariant_derive 4.2.0",
16647]
16648
16649[[package]]
16650name = "zvariant"
16651version = "5.1.0"
16652source = "registry+https://github.com/rust-lang/crates.io-index"
16653checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16654dependencies = [
16655 "endi",
16656 "enumflags2",
16657 "serde",
16658 "static_assertions",
16659 "url",
16660 "winnow",
16661 "zvariant_derive 5.1.0",
16662 "zvariant_utils 3.0.2",
16663]
16664
16665[[package]]
16666name = "zvariant_derive"
16667version = "4.2.0"
16668source = "registry+https://github.com/rust-lang/crates.io-index"
16669checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16670dependencies = [
16671 "proc-macro-crate",
16672 "proc-macro2",
16673 "quote",
16674 "syn 2.0.90",
16675 "zvariant_utils 2.1.0",
16676]
16677
16678[[package]]
16679name = "zvariant_derive"
16680version = "5.1.0"
16681source = "registry+https://github.com/rust-lang/crates.io-index"
16682checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16683dependencies = [
16684 "proc-macro-crate",
16685 "proc-macro2",
16686 "quote",
16687 "syn 2.0.90",
16688 "zvariant_utils 3.0.2",
16689]
16690
16691[[package]]
16692name = "zvariant_utils"
16693version = "2.1.0"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16696dependencies = [
16697 "proc-macro2",
16698 "quote",
16699 "syn 2.0.90",
16700]
16701
16702[[package]]
16703name = "zvariant_utils"
16704version = "3.0.2"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16707dependencies = [
16708 "proc-macro2",
16709 "quote",
16710 "serde",
16711 "static_assertions",
16712 "syn 2.0.90",
16713 "winnow",
16714]