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_events",
441 "terminal",
442 "terminal_view",
443 "text",
444 "theme",
445 "toml 0.8.19",
446 "tree-sitter-md",
447 "ui",
448 "unindent",
449 "util",
450 "uuid",
451 "workspace",
452 "zed_actions",
453]
454
455[[package]]
456name = "assistant2"
457version = "0.1.0"
458dependencies = [
459 "anthropic",
460 "anyhow",
461 "assets",
462 "assistant_tool",
463 "async-watch",
464 "chrono",
465 "client",
466 "clock",
467 "collections",
468 "command_palette_hooks",
469 "context_server",
470 "db",
471 "editor",
472 "feature_flags",
473 "file_icons",
474 "fs",
475 "futures 0.3.31",
476 "fuzzy",
477 "gpui",
478 "handlebars 4.5.0",
479 "html_to_markdown",
480 "http_client",
481 "indoc",
482 "itertools 0.14.0",
483 "language",
484 "language_model",
485 "language_model_selector",
486 "language_models",
487 "lmstudio",
488 "log",
489 "lsp",
490 "markdown",
491 "menu",
492 "multi_buffer",
493 "ollama",
494 "open_ai",
495 "ordered-float 2.10.1",
496 "parking_lot",
497 "paths",
498 "picker",
499 "project",
500 "proto",
501 "rand 0.8.5",
502 "rope",
503 "schemars",
504 "serde",
505 "serde_json",
506 "serde_json_lenient",
507 "settings",
508 "similar",
509 "smol",
510 "telemetry_events",
511 "terminal",
512 "terminal_view",
513 "text",
514 "theme",
515 "time",
516 "time_format",
517 "ui",
518 "unindent",
519 "util",
520 "uuid",
521 "workspace",
522 "zed_actions",
523]
524
525[[package]]
526name = "assistant_slash_command"
527version = "0.1.0"
528dependencies = [
529 "anyhow",
530 "async-trait",
531 "collections",
532 "derive_more",
533 "extension",
534 "futures 0.3.31",
535 "gpui",
536 "language",
537 "language_model",
538 "parking_lot",
539 "pretty_assertions",
540 "serde",
541 "serde_json",
542 "ui",
543 "workspace",
544]
545
546[[package]]
547name = "assistant_tool"
548version = "0.1.0"
549dependencies = [
550 "anyhow",
551 "collections",
552 "derive_more",
553 "gpui",
554 "parking_lot",
555 "serde",
556 "serde_json",
557 "workspace",
558]
559
560[[package]]
561name = "assistant_tools"
562version = "0.1.0"
563dependencies = [
564 "anyhow",
565 "assistant_tool",
566 "chrono",
567 "gpui",
568 "schemars",
569 "serde",
570 "serde_json",
571 "workspace",
572]
573
574[[package]]
575name = "async-attributes"
576version = "1.1.2"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
579dependencies = [
580 "quote",
581 "syn 1.0.109",
582]
583
584[[package]]
585name = "async-broadcast"
586version = "0.7.2"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
589dependencies = [
590 "event-listener 5.3.1",
591 "event-listener-strategy",
592 "futures-core",
593 "pin-project-lite",
594]
595
596[[package]]
597name = "async-channel"
598version = "1.9.0"
599source = "registry+https://github.com/rust-lang/crates.io-index"
600checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
601dependencies = [
602 "concurrent-queue",
603 "event-listener 2.5.3",
604 "futures-core",
605]
606
607[[package]]
608name = "async-channel"
609version = "2.3.1"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
612dependencies = [
613 "concurrent-queue",
614 "event-listener-strategy",
615 "futures-core",
616 "pin-project-lite",
617]
618
619[[package]]
620name = "async-compat"
621version = "0.2.4"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
624dependencies = [
625 "futures-core",
626 "futures-io",
627 "once_cell",
628 "pin-project-lite",
629 "tokio",
630]
631
632[[package]]
633name = "async-compression"
634version = "0.4.18"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
637dependencies = [
638 "deflate64",
639 "flate2",
640 "futures-core",
641 "futures-io",
642 "memchr",
643 "pin-project-lite",
644]
645
646[[package]]
647name = "async-dispatcher"
648version = "0.1.2"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
651dependencies = [
652 "async-task",
653 "futures-lite 1.13.0",
654]
655
656[[package]]
657name = "async-executor"
658version = "1.13.1"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
661dependencies = [
662 "async-task",
663 "concurrent-queue",
664 "fastrand 2.3.0",
665 "futures-lite 2.5.0",
666 "slab",
667]
668
669[[package]]
670name = "async-fs"
671version = "2.1.2"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
674dependencies = [
675 "async-lock",
676 "blocking",
677 "futures-lite 2.5.0",
678]
679
680[[package]]
681name = "async-global-executor"
682version = "2.4.1"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
685dependencies = [
686 "async-channel 2.3.1",
687 "async-executor",
688 "async-io",
689 "async-lock",
690 "blocking",
691 "futures-lite 2.5.0",
692 "once_cell",
693]
694
695[[package]]
696name = "async-io"
697version = "2.4.0"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
700dependencies = [
701 "async-lock",
702 "cfg-if",
703 "concurrent-queue",
704 "futures-io",
705 "futures-lite 2.5.0",
706 "parking",
707 "polling",
708 "rustix",
709 "slab",
710 "tracing",
711 "windows-sys 0.59.0",
712]
713
714[[package]]
715name = "async-lock"
716version = "3.4.0"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
719dependencies = [
720 "event-listener 5.3.1",
721 "event-listener-strategy",
722 "pin-project-lite",
723]
724
725[[package]]
726name = "async-native-tls"
727version = "0.5.0"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
730dependencies = [
731 "futures-util",
732 "native-tls",
733 "thiserror 1.0.69",
734 "url",
735]
736
737[[package]]
738name = "async-net"
739version = "2.0.0"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
742dependencies = [
743 "async-io",
744 "blocking",
745 "futures-lite 2.5.0",
746]
747
748[[package]]
749name = "async-pipe"
750version = "0.1.3"
751source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
752dependencies = [
753 "futures 0.3.31",
754 "log",
755]
756
757[[package]]
758name = "async-process"
759version = "2.3.0"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
762dependencies = [
763 "async-channel 2.3.1",
764 "async-io",
765 "async-lock",
766 "async-signal",
767 "async-task",
768 "blocking",
769 "cfg-if",
770 "event-listener 5.3.1",
771 "futures-lite 2.5.0",
772 "rustix",
773 "tracing",
774]
775
776[[package]]
777name = "async-recursion"
778version = "0.3.2"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
781dependencies = [
782 "proc-macro2",
783 "quote",
784 "syn 1.0.109",
785]
786
787[[package]]
788name = "async-recursion"
789version = "1.1.1"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
792dependencies = [
793 "proc-macro2",
794 "quote",
795 "syn 2.0.90",
796]
797
798[[package]]
799name = "async-signal"
800version = "0.2.10"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
803dependencies = [
804 "async-io",
805 "async-lock",
806 "atomic-waker",
807 "cfg-if",
808 "futures-core",
809 "futures-io",
810 "rustix",
811 "signal-hook-registry",
812 "slab",
813 "windows-sys 0.59.0",
814]
815
816[[package]]
817name = "async-std"
818version = "1.13.0"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
821dependencies = [
822 "async-attributes",
823 "async-channel 1.9.0",
824 "async-global-executor",
825 "async-io",
826 "async-lock",
827 "async-process",
828 "crossbeam-utils",
829 "futures-channel",
830 "futures-core",
831 "futures-io",
832 "futures-lite 2.5.0",
833 "gloo-timers",
834 "kv-log-macro",
835 "log",
836 "memchr",
837 "once_cell",
838 "pin-project-lite",
839 "pin-utils",
840 "slab",
841 "wasm-bindgen-futures",
842]
843
844[[package]]
845name = "async-stream"
846version = "0.3.6"
847source = "registry+https://github.com/rust-lang/crates.io-index"
848checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
849dependencies = [
850 "async-stream-impl",
851 "futures-core",
852 "pin-project-lite",
853]
854
855[[package]]
856name = "async-stream-impl"
857version = "0.3.6"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
860dependencies = [
861 "proc-macro2",
862 "quote",
863 "syn 2.0.90",
864]
865
866[[package]]
867name = "async-stripe"
868version = "0.40.0"
869source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
870dependencies = [
871 "chrono",
872 "futures-util",
873 "http-types",
874 "hyper 0.14.32",
875 "hyper-rustls 0.24.2",
876 "serde",
877 "serde_json",
878 "serde_path_to_error",
879 "serde_qs 0.10.1",
880 "smart-default",
881 "smol_str",
882 "thiserror 1.0.69",
883 "tokio",
884]
885
886[[package]]
887name = "async-tar"
888version = "0.5.0"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
891dependencies = [
892 "async-std",
893 "filetime",
894 "libc",
895 "pin-project",
896 "redox_syscall 0.2.16",
897 "xattr",
898]
899
900[[package]]
901name = "async-task"
902version = "4.7.1"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
905
906[[package]]
907name = "async-tls"
908version = "0.13.0"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
911dependencies = [
912 "futures-core",
913 "futures-io",
914 "rustls 0.21.12",
915 "rustls-pemfile 1.0.4",
916 "webpki-roots 0.22.6",
917]
918
919[[package]]
920name = "async-trait"
921version = "0.1.85"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
924dependencies = [
925 "proc-macro2",
926 "quote",
927 "syn 2.0.90",
928]
929
930[[package]]
931name = "async-tungstenite"
932version = "0.25.1"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
935dependencies = [
936 "async-native-tls",
937 "async-std",
938 "async-tls",
939 "futures-io",
940 "futures-util",
941 "log",
942 "pin-project-lite",
943 "tungstenite 0.21.0",
944]
945
946[[package]]
947name = "async-tungstenite"
948version = "0.28.2"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
951dependencies = [
952 "async-std",
953 "async-tls",
954 "atomic-waker",
955 "futures-core",
956 "futures-io",
957 "futures-task",
958 "futures-util",
959 "log",
960 "pin-project-lite",
961 "tungstenite 0.24.0",
962]
963
964[[package]]
965name = "async-watch"
966version = "0.3.1"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
969dependencies = [
970 "event-listener 2.5.3",
971]
972
973[[package]]
974name = "async_zip"
975version = "0.0.17"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
978dependencies = [
979 "async-compression",
980 "crc32fast",
981 "futures-lite 2.5.0",
982 "pin-project",
983 "thiserror 1.0.69",
984]
985
986[[package]]
987name = "asynchronous-codec"
988version = "0.7.0"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
991dependencies = [
992 "bytes 1.9.0",
993 "futures-sink",
994 "futures-util",
995 "memchr",
996 "pin-project-lite",
997]
998
999[[package]]
1000name = "atoi"
1001version = "2.0.0"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1004dependencies = [
1005 "num-traits",
1006]
1007
1008[[package]]
1009name = "atomic"
1010version = "0.5.3"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1013
1014[[package]]
1015name = "atomic-waker"
1016version = "1.1.2"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1019
1020[[package]]
1021name = "audio"
1022version = "0.1.0"
1023dependencies = [
1024 "anyhow",
1025 "collections",
1026 "derive_more",
1027 "gpui",
1028 "parking_lot",
1029 "rodio",
1030 "util",
1031]
1032
1033[[package]]
1034name = "auto_update"
1035version = "0.1.0"
1036dependencies = [
1037 "anyhow",
1038 "client",
1039 "db",
1040 "gpui",
1041 "http_client",
1042 "log",
1043 "paths",
1044 "release_channel",
1045 "schemars",
1046 "serde",
1047 "serde_json",
1048 "settings",
1049 "smol",
1050 "tempfile",
1051 "which 6.0.3",
1052 "workspace",
1053]
1054
1055[[package]]
1056name = "auto_update_ui"
1057version = "0.1.0"
1058dependencies = [
1059 "anyhow",
1060 "auto_update",
1061 "client",
1062 "editor",
1063 "gpui",
1064 "http_client",
1065 "markdown_preview",
1066 "menu",
1067 "release_channel",
1068 "serde",
1069 "serde_json",
1070 "smol",
1071 "util",
1072 "workspace",
1073]
1074
1075[[package]]
1076name = "autocfg"
1077version = "1.4.0"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1080
1081[[package]]
1082name = "av1-grain"
1083version = "0.2.3"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1086dependencies = [
1087 "anyhow",
1088 "arrayvec",
1089 "log",
1090 "nom",
1091 "num-rational",
1092 "v_frame",
1093]
1094
1095[[package]]
1096name = "avif-serialize"
1097version = "0.8.2"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1100dependencies = [
1101 "arrayvec",
1102]
1103
1104[[package]]
1105name = "aws-config"
1106version = "1.5.13"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "c03a50b30228d3af8865ce83376b4e99e1ffa34728220fe2860e4df0bb5278d6"
1109dependencies = [
1110 "aws-credential-types",
1111 "aws-runtime",
1112 "aws-sdk-sso",
1113 "aws-sdk-ssooidc",
1114 "aws-sdk-sts",
1115 "aws-smithy-async",
1116 "aws-smithy-http",
1117 "aws-smithy-json",
1118 "aws-smithy-runtime",
1119 "aws-smithy-runtime-api",
1120 "aws-smithy-types",
1121 "aws-types",
1122 "bytes 1.9.0",
1123 "fastrand 2.3.0",
1124 "hex",
1125 "http 0.2.12",
1126 "ring",
1127 "time",
1128 "tokio",
1129 "tracing",
1130 "url",
1131 "zeroize",
1132]
1133
1134[[package]]
1135name = "aws-credential-types"
1136version = "1.2.1"
1137source = "registry+https://github.com/rust-lang/crates.io-index"
1138checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1139dependencies = [
1140 "aws-smithy-async",
1141 "aws-smithy-runtime-api",
1142 "aws-smithy-types",
1143 "zeroize",
1144]
1145
1146[[package]]
1147name = "aws-runtime"
1148version = "1.5.3"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "b16d1aa50accc11a4b4d5c50f7fb81cc0cf60328259c587d0e6b0f11385bde46"
1151dependencies = [
1152 "aws-credential-types",
1153 "aws-sigv4",
1154 "aws-smithy-async",
1155 "aws-smithy-eventstream",
1156 "aws-smithy-http",
1157 "aws-smithy-runtime",
1158 "aws-smithy-runtime-api",
1159 "aws-smithy-types",
1160 "aws-types",
1161 "bytes 1.9.0",
1162 "fastrand 2.3.0",
1163 "http 0.2.12",
1164 "http-body 0.4.6",
1165 "once_cell",
1166 "percent-encoding",
1167 "pin-project-lite",
1168 "tracing",
1169 "uuid",
1170]
1171
1172[[package]]
1173name = "aws-sdk-kinesis"
1174version = "1.55.0"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "f825a8304333d400ddc0b183e1d85b2e9f197e22aa3c1f03b98ae49451ec33e4"
1177dependencies = [
1178 "aws-credential-types",
1179 "aws-runtime",
1180 "aws-smithy-async",
1181 "aws-smithy-http",
1182 "aws-smithy-json",
1183 "aws-smithy-runtime",
1184 "aws-smithy-runtime-api",
1185 "aws-smithy-types",
1186 "aws-types",
1187 "bytes 1.9.0",
1188 "http 0.2.12",
1189 "once_cell",
1190 "regex-lite",
1191 "tracing",
1192]
1193
1194[[package]]
1195name = "aws-sdk-s3"
1196version = "1.68.0"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "bc5ddf1dc70287dc9a2f953766a1fe15e3e74aef02fd1335f2afa475c9b4f4fc"
1199dependencies = [
1200 "aws-credential-types",
1201 "aws-runtime",
1202 "aws-sigv4",
1203 "aws-smithy-async",
1204 "aws-smithy-checksums",
1205 "aws-smithy-eventstream",
1206 "aws-smithy-http",
1207 "aws-smithy-json",
1208 "aws-smithy-runtime",
1209 "aws-smithy-runtime-api",
1210 "aws-smithy-types",
1211 "aws-smithy-xml",
1212 "aws-types",
1213 "bytes 1.9.0",
1214 "fastrand 2.3.0",
1215 "hex",
1216 "hmac",
1217 "http 0.2.12",
1218 "http-body 0.4.6",
1219 "lru",
1220 "once_cell",
1221 "percent-encoding",
1222 "regex-lite",
1223 "sha2",
1224 "tracing",
1225 "url",
1226]
1227
1228[[package]]
1229name = "aws-sdk-sso"
1230version = "1.53.0"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "1605dc0bf9f0a4b05b451441a17fcb0bda229db384f23bf5cead3adbab0664ac"
1233dependencies = [
1234 "aws-credential-types",
1235 "aws-runtime",
1236 "aws-smithy-async",
1237 "aws-smithy-http",
1238 "aws-smithy-json",
1239 "aws-smithy-runtime",
1240 "aws-smithy-runtime-api",
1241 "aws-smithy-types",
1242 "aws-types",
1243 "bytes 1.9.0",
1244 "http 0.2.12",
1245 "once_cell",
1246 "regex-lite",
1247 "tracing",
1248]
1249
1250[[package]]
1251name = "aws-sdk-ssooidc"
1252version = "1.54.0"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "59f3f73466ff24f6ad109095e0f3f2c830bfb4cd6c8b12f744c8e61ebf4d3ba1"
1255dependencies = [
1256 "aws-credential-types",
1257 "aws-runtime",
1258 "aws-smithy-async",
1259 "aws-smithy-http",
1260 "aws-smithy-json",
1261 "aws-smithy-runtime",
1262 "aws-smithy-runtime-api",
1263 "aws-smithy-types",
1264 "aws-types",
1265 "bytes 1.9.0",
1266 "http 0.2.12",
1267 "once_cell",
1268 "regex-lite",
1269 "tracing",
1270]
1271
1272[[package]]
1273name = "aws-sdk-sts"
1274version = "1.54.0"
1275source = "registry+https://github.com/rust-lang/crates.io-index"
1276checksum = "249b2acaa8e02fd4718705a9494e3eb633637139aa4bb09d70965b0448e865db"
1277dependencies = [
1278 "aws-credential-types",
1279 "aws-runtime",
1280 "aws-smithy-async",
1281 "aws-smithy-http",
1282 "aws-smithy-json",
1283 "aws-smithy-query",
1284 "aws-smithy-runtime",
1285 "aws-smithy-runtime-api",
1286 "aws-smithy-types",
1287 "aws-smithy-xml",
1288 "aws-types",
1289 "http 0.2.12",
1290 "once_cell",
1291 "regex-lite",
1292 "tracing",
1293]
1294
1295[[package]]
1296name = "aws-sigv4"
1297version = "1.2.6"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "7d3820e0c08d0737872ff3c7c1f21ebbb6693d832312d6152bf18ef50a5471c2"
1300dependencies = [
1301 "aws-credential-types",
1302 "aws-smithy-eventstream",
1303 "aws-smithy-http",
1304 "aws-smithy-runtime-api",
1305 "aws-smithy-types",
1306 "bytes 1.9.0",
1307 "crypto-bigint 0.5.5",
1308 "form_urlencoded",
1309 "hex",
1310 "hmac",
1311 "http 0.2.12",
1312 "http 1.2.0",
1313 "once_cell",
1314 "p256",
1315 "percent-encoding",
1316 "ring",
1317 "sha2",
1318 "subtle",
1319 "time",
1320 "tracing",
1321 "zeroize",
1322]
1323
1324[[package]]
1325name = "aws-smithy-async"
1326version = "1.2.3"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "427cb637d15d63d6f9aae26358e1c9a9c09d5aa490d64b09354c8217cfef0f28"
1329dependencies = [
1330 "futures-util",
1331 "pin-project-lite",
1332 "tokio",
1333]
1334
1335[[package]]
1336name = "aws-smithy-checksums"
1337version = "0.60.13"
1338source = "registry+https://github.com/rust-lang/crates.io-index"
1339checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
1340dependencies = [
1341 "aws-smithy-http",
1342 "aws-smithy-types",
1343 "bytes 1.9.0",
1344 "crc32c",
1345 "crc32fast",
1346 "hex",
1347 "http 0.2.12",
1348 "http-body 0.4.6",
1349 "md-5",
1350 "pin-project-lite",
1351 "sha1",
1352 "sha2",
1353 "tracing",
1354]
1355
1356[[package]]
1357name = "aws-smithy-eventstream"
1358version = "0.60.5"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
1361dependencies = [
1362 "aws-smithy-types",
1363 "bytes 1.9.0",
1364 "crc32fast",
1365]
1366
1367[[package]]
1368name = "aws-smithy-http"
1369version = "0.60.11"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
1372dependencies = [
1373 "aws-smithy-eventstream",
1374 "aws-smithy-runtime-api",
1375 "aws-smithy-types",
1376 "bytes 1.9.0",
1377 "bytes-utils",
1378 "futures-core",
1379 "http 0.2.12",
1380 "http-body 0.4.6",
1381 "once_cell",
1382 "percent-encoding",
1383 "pin-project-lite",
1384 "pin-utils",
1385 "tracing",
1386]
1387
1388[[package]]
1389name = "aws-smithy-json"
1390version = "0.61.1"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "ee4e69cc50921eb913c6b662f8d909131bb3e6ad6cb6090d3a39b66fc5c52095"
1393dependencies = [
1394 "aws-smithy-types",
1395]
1396
1397[[package]]
1398name = "aws-smithy-query"
1399version = "0.60.7"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1402dependencies = [
1403 "aws-smithy-types",
1404 "urlencoding",
1405]
1406
1407[[package]]
1408name = "aws-smithy-runtime"
1409version = "1.7.6"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "a05dd41a70fc74051758ee75b5c4db2c0ca070ed9229c3df50e9475cda1cb985"
1412dependencies = [
1413 "aws-smithy-async",
1414 "aws-smithy-http",
1415 "aws-smithy-runtime-api",
1416 "aws-smithy-types",
1417 "bytes 1.9.0",
1418 "fastrand 2.3.0",
1419 "h2 0.3.26",
1420 "http 0.2.12",
1421 "http-body 0.4.6",
1422 "http-body 1.0.1",
1423 "httparse",
1424 "hyper 0.14.32",
1425 "hyper-rustls 0.24.2",
1426 "once_cell",
1427 "pin-project-lite",
1428 "pin-utils",
1429 "rustls 0.21.12",
1430 "tokio",
1431 "tracing",
1432]
1433
1434[[package]]
1435name = "aws-smithy-runtime-api"
1436version = "1.7.3"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1439dependencies = [
1440 "aws-smithy-async",
1441 "aws-smithy-types",
1442 "bytes 1.9.0",
1443 "http 0.2.12",
1444 "http 1.2.0",
1445 "pin-project-lite",
1446 "tokio",
1447 "tracing",
1448 "zeroize",
1449]
1450
1451[[package]]
1452name = "aws-smithy-types"
1453version = "1.2.11"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "38ddc9bd6c28aeb303477170ddd183760a956a03e083b3902a990238a7e3792d"
1456dependencies = [
1457 "base64-simd",
1458 "bytes 1.9.0",
1459 "bytes-utils",
1460 "futures-core",
1461 "http 0.2.12",
1462 "http 1.2.0",
1463 "http-body 0.4.6",
1464 "http-body 1.0.1",
1465 "http-body-util",
1466 "itoa",
1467 "num-integer",
1468 "pin-project-lite",
1469 "pin-utils",
1470 "ryu",
1471 "serde",
1472 "time",
1473 "tokio",
1474 "tokio-util",
1475]
1476
1477[[package]]
1478name = "aws-smithy-xml"
1479version = "0.60.9"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1482dependencies = [
1483 "xmlparser",
1484]
1485
1486[[package]]
1487name = "aws-types"
1488version = "1.3.3"
1489source = "registry+https://github.com/rust-lang/crates.io-index"
1490checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1491dependencies = [
1492 "aws-credential-types",
1493 "aws-smithy-async",
1494 "aws-smithy-runtime-api",
1495 "aws-smithy-types",
1496 "rustc_version",
1497 "tracing",
1498]
1499
1500[[package]]
1501name = "axum"
1502version = "0.6.20"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1505dependencies = [
1506 "async-trait",
1507 "axum-core",
1508 "base64 0.21.7",
1509 "bitflags 1.3.2",
1510 "bytes 1.9.0",
1511 "futures-util",
1512 "headers",
1513 "http 0.2.12",
1514 "http-body 0.4.6",
1515 "hyper 0.14.32",
1516 "itoa",
1517 "matchit",
1518 "memchr",
1519 "mime",
1520 "percent-encoding",
1521 "pin-project-lite",
1522 "rustversion",
1523 "serde",
1524 "serde_json",
1525 "serde_path_to_error",
1526 "serde_urlencoded",
1527 "sha1",
1528 "sync_wrapper 0.1.2",
1529 "tokio",
1530 "tokio-tungstenite 0.20.1",
1531 "tower",
1532 "tower-layer",
1533 "tower-service",
1534]
1535
1536[[package]]
1537name = "axum-core"
1538version = "0.3.4"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1541dependencies = [
1542 "async-trait",
1543 "bytes 1.9.0",
1544 "futures-util",
1545 "http 0.2.12",
1546 "http-body 0.4.6",
1547 "mime",
1548 "rustversion",
1549 "tower-layer",
1550 "tower-service",
1551]
1552
1553[[package]]
1554name = "axum-extra"
1555version = "0.4.2"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1558dependencies = [
1559 "axum",
1560 "bytes 1.9.0",
1561 "futures-util",
1562 "http 0.2.12",
1563 "mime",
1564 "pin-project-lite",
1565 "serde",
1566 "serde_json",
1567 "tokio",
1568 "tower",
1569 "tower-http 0.3.5",
1570 "tower-layer",
1571 "tower-service",
1572]
1573
1574[[package]]
1575name = "backtrace"
1576version = "0.3.74"
1577source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1579dependencies = [
1580 "addr2line",
1581 "cfg-if",
1582 "libc",
1583 "miniz_oxide",
1584 "object",
1585 "rustc-demangle",
1586 "windows-targets 0.52.6",
1587]
1588
1589[[package]]
1590name = "base16ct"
1591version = "0.1.1"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1594
1595[[package]]
1596name = "base64"
1597version = "0.13.1"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1600
1601[[package]]
1602name = "base64"
1603version = "0.21.7"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1606
1607[[package]]
1608name = "base64"
1609version = "0.22.1"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1612
1613[[package]]
1614name = "base64-simd"
1615version = "0.8.0"
1616source = "registry+https://github.com/rust-lang/crates.io-index"
1617checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1618dependencies = [
1619 "outref",
1620 "vsimd",
1621]
1622
1623[[package]]
1624name = "base64ct"
1625version = "1.6.0"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1628
1629[[package]]
1630name = "bigdecimal"
1631version = "0.4.7"
1632source = "registry+https://github.com/rust-lang/crates.io-index"
1633checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1634dependencies = [
1635 "autocfg",
1636 "libm",
1637 "num-bigint",
1638 "num-integer",
1639 "num-traits",
1640 "serde",
1641]
1642
1643[[package]]
1644name = "bincode"
1645version = "1.3.3"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1648dependencies = [
1649 "serde",
1650]
1651
1652[[package]]
1653name = "bindgen"
1654version = "0.70.1"
1655source = "registry+https://github.com/rust-lang/crates.io-index"
1656checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1657dependencies = [
1658 "bitflags 2.6.0",
1659 "cexpr",
1660 "clang-sys",
1661 "itertools 0.12.1",
1662 "log",
1663 "prettyplease",
1664 "proc-macro2",
1665 "quote",
1666 "regex",
1667 "rustc-hash 1.1.0",
1668 "shlex",
1669 "syn 2.0.90",
1670]
1671
1672[[package]]
1673name = "bit-set"
1674version = "0.5.3"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1677dependencies = [
1678 "bit-vec 0.6.3",
1679]
1680
1681[[package]]
1682name = "bit-set"
1683version = "0.8.0"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1686dependencies = [
1687 "bit-vec 0.8.0",
1688]
1689
1690[[package]]
1691name = "bit-vec"
1692version = "0.6.3"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1695
1696[[package]]
1697name = "bit-vec"
1698version = "0.8.0"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1701
1702[[package]]
1703name = "bit_field"
1704version = "0.10.2"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1707
1708[[package]]
1709name = "bitflags"
1710version = "1.3.2"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1713
1714[[package]]
1715name = "bitflags"
1716version = "2.6.0"
1717source = "registry+https://github.com/rust-lang/crates.io-index"
1718checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1719dependencies = [
1720 "serde",
1721]
1722
1723[[package]]
1724name = "bitstream-io"
1725version = "2.6.0"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1728
1729[[package]]
1730name = "bitvec"
1731version = "1.0.1"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
1733checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1734dependencies = [
1735 "funty",
1736 "radium",
1737 "tap",
1738 "wyz",
1739]
1740
1741[[package]]
1742name = "blade-graphics"
1743version = "0.6.0"
1744source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1745dependencies = [
1746 "ash",
1747 "ash-window",
1748 "bitflags 2.6.0",
1749 "bytemuck",
1750 "codespan-reporting",
1751 "glow",
1752 "gpu-alloc",
1753 "gpu-alloc-ash",
1754 "hidden-trait",
1755 "js-sys",
1756 "khronos-egl",
1757 "libloading",
1758 "log",
1759 "mint",
1760 "naga",
1761 "objc2",
1762 "objc2-app-kit",
1763 "objc2-foundation",
1764 "objc2-metal",
1765 "objc2-quartz-core",
1766 "objc2-ui-kit",
1767 "raw-window-handle",
1768 "slab",
1769 "wasm-bindgen",
1770 "web-sys",
1771]
1772
1773[[package]]
1774name = "blade-macros"
1775version = "0.3.0"
1776source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1777dependencies = [
1778 "proc-macro2",
1779 "quote",
1780 "syn 2.0.90",
1781]
1782
1783[[package]]
1784name = "blade-util"
1785version = "0.2.0"
1786source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1787dependencies = [
1788 "blade-graphics",
1789 "bytemuck",
1790 "log",
1791 "profiling",
1792]
1793
1794[[package]]
1795name = "blake3"
1796version = "1.5.5"
1797source = "registry+https://github.com/rust-lang/crates.io-index"
1798checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
1799dependencies = [
1800 "arrayref",
1801 "arrayvec",
1802 "cc",
1803 "cfg-if",
1804 "constant_time_eq 0.3.1",
1805]
1806
1807[[package]]
1808name = "block"
1809version = "0.1.6"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1812
1813[[package]]
1814name = "block-buffer"
1815version = "0.10.4"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1818dependencies = [
1819 "generic-array",
1820]
1821
1822[[package]]
1823name = "block-padding"
1824version = "0.3.3"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1827dependencies = [
1828 "generic-array",
1829]
1830
1831[[package]]
1832name = "block2"
1833version = "0.5.1"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
1836dependencies = [
1837 "objc2",
1838]
1839
1840[[package]]
1841name = "blocking"
1842version = "1.6.1"
1843source = "registry+https://github.com/rust-lang/crates.io-index"
1844checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1845dependencies = [
1846 "async-channel 2.3.1",
1847 "async-task",
1848 "futures-io",
1849 "futures-lite 2.5.0",
1850 "piper",
1851]
1852
1853[[package]]
1854name = "borsh"
1855version = "1.5.3"
1856source = "registry+https://github.com/rust-lang/crates.io-index"
1857checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
1858dependencies = [
1859 "borsh-derive",
1860 "cfg_aliases 0.2.1",
1861]
1862
1863[[package]]
1864name = "borsh-derive"
1865version = "1.5.3"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
1868dependencies = [
1869 "once_cell",
1870 "proc-macro-crate",
1871 "proc-macro2",
1872 "quote",
1873 "syn 2.0.90",
1874]
1875
1876[[package]]
1877name = "breadcrumbs"
1878version = "0.1.0"
1879dependencies = [
1880 "editor",
1881 "gpui",
1882 "itertools 0.14.0",
1883 "theme",
1884 "ui",
1885 "workspace",
1886 "zed_actions",
1887]
1888
1889[[package]]
1890name = "bstr"
1891version = "1.11.1"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
1894dependencies = [
1895 "memchr",
1896 "regex-automata 0.4.9",
1897 "serde",
1898]
1899
1900[[package]]
1901name = "built"
1902version = "0.7.5"
1903source = "registry+https://github.com/rust-lang/crates.io-index"
1904checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
1905
1906[[package]]
1907name = "bumpalo"
1908version = "3.16.0"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1911
1912[[package]]
1913name = "by_address"
1914version = "1.2.1"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1917
1918[[package]]
1919name = "bytecheck"
1920version = "0.6.12"
1921source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1923dependencies = [
1924 "bytecheck_derive",
1925 "ptr_meta",
1926 "simdutf8",
1927]
1928
1929[[package]]
1930name = "bytecheck_derive"
1931version = "0.6.12"
1932source = "registry+https://github.com/rust-lang/crates.io-index"
1933checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1934dependencies = [
1935 "proc-macro2",
1936 "quote",
1937 "syn 1.0.109",
1938]
1939
1940[[package]]
1941name = "bytemuck"
1942version = "1.21.0"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
1945dependencies = [
1946 "bytemuck_derive",
1947]
1948
1949[[package]]
1950name = "bytemuck_derive"
1951version = "1.8.0"
1952source = "registry+https://github.com/rust-lang/crates.io-index"
1953checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
1954dependencies = [
1955 "proc-macro2",
1956 "quote",
1957 "syn 2.0.90",
1958]
1959
1960[[package]]
1961name = "byteorder"
1962version = "1.5.0"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1965
1966[[package]]
1967name = "byteorder-lite"
1968version = "0.1.0"
1969source = "registry+https://github.com/rust-lang/crates.io-index"
1970checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1971
1972[[package]]
1973name = "bytes"
1974version = "0.4.12"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1977dependencies = [
1978 "byteorder",
1979 "iovec",
1980]
1981
1982[[package]]
1983name = "bytes"
1984version = "1.9.0"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
1987
1988[[package]]
1989name = "bytes-utils"
1990version = "0.1.4"
1991source = "registry+https://github.com/rust-lang/crates.io-index"
1992checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1993dependencies = [
1994 "bytes 1.9.0",
1995 "either",
1996]
1997
1998[[package]]
1999name = "bzip2"
2000version = "0.4.4"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2003dependencies = [
2004 "bzip2-sys",
2005 "libc",
2006]
2007
2008[[package]]
2009name = "bzip2-sys"
2010version = "0.1.11+1.0.8"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2013dependencies = [
2014 "cc",
2015 "libc",
2016 "pkg-config",
2017]
2018
2019[[package]]
2020name = "call"
2021version = "0.1.0"
2022dependencies = [
2023 "anyhow",
2024 "audio",
2025 "client",
2026 "collections",
2027 "feature_flags",
2028 "fs",
2029 "futures 0.3.31",
2030 "gpui",
2031 "http_client",
2032 "language",
2033 "livekit_client",
2034 "livekit_client_macos",
2035 "log",
2036 "postage",
2037 "project",
2038 "schemars",
2039 "serde",
2040 "serde_derive",
2041 "settings",
2042 "telemetry",
2043 "util",
2044]
2045
2046[[package]]
2047name = "calloop"
2048version = "0.13.0"
2049source = "registry+https://github.com/rust-lang/crates.io-index"
2050checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2051dependencies = [
2052 "bitflags 2.6.0",
2053 "log",
2054 "polling",
2055 "rustix",
2056 "slab",
2057 "thiserror 1.0.69",
2058]
2059
2060[[package]]
2061name = "calloop-wayland-source"
2062version = "0.3.0"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2065dependencies = [
2066 "calloop",
2067 "rustix",
2068 "wayland-backend",
2069 "wayland-client",
2070]
2071
2072[[package]]
2073name = "camino"
2074version = "1.1.9"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2077dependencies = [
2078 "serde",
2079]
2080
2081[[package]]
2082name = "cap-fs-ext"
2083version = "3.4.2"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2086dependencies = [
2087 "cap-primitives",
2088 "cap-std",
2089 "io-lifetimes",
2090 "windows-sys 0.59.0",
2091]
2092
2093[[package]]
2094name = "cap-net-ext"
2095version = "3.4.2"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2098dependencies = [
2099 "cap-primitives",
2100 "cap-std",
2101 "rustix",
2102 "smallvec",
2103]
2104
2105[[package]]
2106name = "cap-primitives"
2107version = "3.4.2"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2110dependencies = [
2111 "ambient-authority",
2112 "fs-set-times",
2113 "io-extras",
2114 "io-lifetimes",
2115 "ipnet",
2116 "maybe-owned",
2117 "rustix",
2118 "windows-sys 0.59.0",
2119 "winx",
2120]
2121
2122[[package]]
2123name = "cap-rand"
2124version = "3.4.2"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2127dependencies = [
2128 "ambient-authority",
2129 "rand 0.8.5",
2130]
2131
2132[[package]]
2133name = "cap-std"
2134version = "3.4.2"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2137dependencies = [
2138 "cap-primitives",
2139 "io-extras",
2140 "io-lifetimes",
2141 "rustix",
2142]
2143
2144[[package]]
2145name = "cap-time-ext"
2146version = "3.4.2"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2149dependencies = [
2150 "ambient-authority",
2151 "cap-primitives",
2152 "iana-time-zone",
2153 "once_cell",
2154 "rustix",
2155 "winx",
2156]
2157
2158[[package]]
2159name = "cargo-platform"
2160version = "0.1.9"
2161source = "registry+https://github.com/rust-lang/crates.io-index"
2162checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2163dependencies = [
2164 "serde",
2165]
2166
2167[[package]]
2168name = "cargo_metadata"
2169version = "0.19.1"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
2172dependencies = [
2173 "camino",
2174 "cargo-platform",
2175 "semver",
2176 "serde",
2177 "serde_json",
2178 "thiserror 2.0.6",
2179]
2180
2181[[package]]
2182name = "cargo_toml"
2183version = "0.21.0"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2186dependencies = [
2187 "serde",
2188 "toml 0.8.19",
2189]
2190
2191[[package]]
2192name = "cast"
2193version = "0.3.0"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2196
2197[[package]]
2198name = "cbc"
2199version = "0.1.2"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2202dependencies = [
2203 "cipher",
2204]
2205
2206[[package]]
2207name = "cbindgen"
2208version = "0.27.0"
2209source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2211dependencies = [
2212 "heck 0.4.1",
2213 "indexmap",
2214 "log",
2215 "proc-macro2",
2216 "quote",
2217 "serde",
2218 "serde_json",
2219 "syn 2.0.90",
2220 "tempfile",
2221 "toml 0.8.19",
2222]
2223
2224[[package]]
2225name = "cc"
2226version = "1.2.3"
2227source = "registry+https://github.com/rust-lang/crates.io-index"
2228checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2229dependencies = [
2230 "jobserver",
2231 "libc",
2232 "shlex",
2233]
2234
2235[[package]]
2236name = "cesu8"
2237version = "1.1.0"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2240
2241[[package]]
2242name = "cexpr"
2243version = "0.6.0"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2246dependencies = [
2247 "nom",
2248]
2249
2250[[package]]
2251name = "cfg-expr"
2252version = "0.15.8"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2255dependencies = [
2256 "smallvec",
2257 "target-lexicon",
2258]
2259
2260[[package]]
2261name = "cfg-if"
2262version = "1.0.0"
2263source = "registry+https://github.com/rust-lang/crates.io-index"
2264checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2265
2266[[package]]
2267name = "cfg_aliases"
2268version = "0.1.1"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2271
2272[[package]]
2273name = "cfg_aliases"
2274version = "0.2.1"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2277
2278[[package]]
2279name = "channel"
2280version = "0.1.0"
2281dependencies = [
2282 "anyhow",
2283 "client",
2284 "clock",
2285 "collections",
2286 "futures 0.3.31",
2287 "gpui",
2288 "http_client",
2289 "language",
2290 "log",
2291 "rand 0.8.5",
2292 "release_channel",
2293 "rpc",
2294 "settings",
2295 "sum_tree",
2296 "text",
2297 "time",
2298 "util",
2299]
2300
2301[[package]]
2302name = "chrono"
2303version = "0.4.39"
2304source = "registry+https://github.com/rust-lang/crates.io-index"
2305checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2306dependencies = [
2307 "android-tzdata",
2308 "iana-time-zone",
2309 "js-sys",
2310 "num-traits",
2311 "serde",
2312 "wasm-bindgen",
2313 "windows-targets 0.52.6",
2314]
2315
2316[[package]]
2317name = "chunked_transfer"
2318version = "1.5.0"
2319source = "registry+https://github.com/rust-lang/crates.io-index"
2320checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2321
2322[[package]]
2323name = "ciborium"
2324version = "0.2.2"
2325source = "registry+https://github.com/rust-lang/crates.io-index"
2326checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2327dependencies = [
2328 "ciborium-io",
2329 "ciborium-ll",
2330 "serde",
2331]
2332
2333[[package]]
2334name = "ciborium-io"
2335version = "0.2.2"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2338
2339[[package]]
2340name = "ciborium-ll"
2341version = "0.2.2"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2344dependencies = [
2345 "ciborium-io",
2346 "half",
2347]
2348
2349[[package]]
2350name = "cipher"
2351version = "0.4.4"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2354dependencies = [
2355 "crypto-common",
2356 "inout",
2357 "zeroize",
2358]
2359
2360[[package]]
2361name = "clang-sys"
2362version = "1.8.1"
2363source = "registry+https://github.com/rust-lang/crates.io-index"
2364checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2365dependencies = [
2366 "glob",
2367 "libc",
2368 "libloading",
2369]
2370
2371[[package]]
2372name = "clap"
2373version = "4.5.23"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
2376dependencies = [
2377 "clap_builder",
2378 "clap_derive",
2379]
2380
2381[[package]]
2382name = "clap_builder"
2383version = "4.5.23"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
2386dependencies = [
2387 "anstream",
2388 "anstyle",
2389 "clap_lex",
2390 "strsim",
2391 "terminal_size",
2392]
2393
2394[[package]]
2395name = "clap_complete"
2396version = "4.5.38"
2397source = "registry+https://github.com/rust-lang/crates.io-index"
2398checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2399dependencies = [
2400 "clap",
2401]
2402
2403[[package]]
2404name = "clap_derive"
2405version = "4.5.18"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2408dependencies = [
2409 "heck 0.5.0",
2410 "proc-macro2",
2411 "quote",
2412 "syn 2.0.90",
2413]
2414
2415[[package]]
2416name = "clap_lex"
2417version = "0.7.4"
2418source = "registry+https://github.com/rust-lang/crates.io-index"
2419checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2420
2421[[package]]
2422name = "cli"
2423version = "0.1.0"
2424dependencies = [
2425 "anyhow",
2426 "clap",
2427 "collections",
2428 "core-foundation 0.9.4",
2429 "core-services",
2430 "exec",
2431 "fork",
2432 "ipc-channel",
2433 "parking_lot",
2434 "paths",
2435 "plist",
2436 "release_channel",
2437 "serde",
2438 "tempfile",
2439 "util",
2440]
2441
2442[[package]]
2443name = "client"
2444version = "0.1.0"
2445dependencies = [
2446 "anyhow",
2447 "async-native-tls",
2448 "async-recursion 0.3.2",
2449 "async-tungstenite 0.28.2",
2450 "chrono",
2451 "clock",
2452 "cocoa 0.26.0",
2453 "collections",
2454 "feature_flags",
2455 "futures 0.3.31",
2456 "gpui",
2457 "http_client",
2458 "log",
2459 "parking_lot",
2460 "paths",
2461 "postage",
2462 "rand 0.8.5",
2463 "release_channel",
2464 "rpc",
2465 "rustls 0.21.12",
2466 "rustls-native-certs 0.8.1",
2467 "schemars",
2468 "serde",
2469 "serde_json",
2470 "settings",
2471 "sha2",
2472 "smol",
2473 "telemetry",
2474 "telemetry_events",
2475 "text",
2476 "thiserror 1.0.69",
2477 "time",
2478 "tiny_http",
2479 "tokio-socks",
2480 "url",
2481 "util",
2482 "windows 0.58.0",
2483 "worktree",
2484]
2485
2486[[package]]
2487name = "clock"
2488version = "0.1.0"
2489dependencies = [
2490 "parking_lot",
2491 "serde",
2492 "smallvec",
2493]
2494
2495[[package]]
2496name = "cobs"
2497version = "0.2.3"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2500
2501[[package]]
2502name = "cocoa"
2503version = "0.25.0"
2504source = "registry+https://github.com/rust-lang/crates.io-index"
2505checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2506dependencies = [
2507 "bitflags 1.3.2",
2508 "block",
2509 "cocoa-foundation 0.1.2",
2510 "core-foundation 0.9.4",
2511 "core-graphics 0.23.2",
2512 "foreign-types 0.5.0",
2513 "libc",
2514 "objc",
2515]
2516
2517[[package]]
2518name = "cocoa"
2519version = "0.26.0"
2520source = "registry+https://github.com/rust-lang/crates.io-index"
2521checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2522dependencies = [
2523 "bitflags 2.6.0",
2524 "block",
2525 "cocoa-foundation 0.2.0",
2526 "core-foundation 0.10.0",
2527 "core-graphics 0.24.0",
2528 "foreign-types 0.5.0",
2529 "libc",
2530 "objc",
2531]
2532
2533[[package]]
2534name = "cocoa-foundation"
2535version = "0.1.2"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2538dependencies = [
2539 "bitflags 1.3.2",
2540 "block",
2541 "core-foundation 0.9.4",
2542 "core-graphics-types 0.1.3",
2543 "libc",
2544 "objc",
2545]
2546
2547[[package]]
2548name = "cocoa-foundation"
2549version = "0.2.0"
2550source = "registry+https://github.com/rust-lang/crates.io-index"
2551checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2552dependencies = [
2553 "bitflags 2.6.0",
2554 "block",
2555 "core-foundation 0.10.0",
2556 "core-graphics-types 0.2.0",
2557 "libc",
2558 "objc",
2559]
2560
2561[[package]]
2562name = "codespan-reporting"
2563version = "0.11.1"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2566dependencies = [
2567 "termcolor",
2568 "unicode-width",
2569]
2570
2571[[package]]
2572name = "collab"
2573version = "0.44.0"
2574dependencies = [
2575 "anthropic",
2576 "anyhow",
2577 "assistant",
2578 "assistant_tool",
2579 "async-stripe",
2580 "async-trait",
2581 "async-tungstenite 0.28.2",
2582 "audio",
2583 "aws-config",
2584 "aws-sdk-kinesis",
2585 "aws-sdk-s3",
2586 "axum",
2587 "axum-extra",
2588 "base64 0.22.1",
2589 "call",
2590 "channel",
2591 "chrono",
2592 "client",
2593 "clock",
2594 "collab_ui",
2595 "collections",
2596 "context_server",
2597 "ctor",
2598 "dashmap 6.1.0",
2599 "derive_more",
2600 "editor",
2601 "env_logger 0.11.6",
2602 "envy",
2603 "extension",
2604 "file_finder",
2605 "fireworks",
2606 "fs",
2607 "futures 0.3.31",
2608 "git",
2609 "git_hosting_providers",
2610 "google_ai",
2611 "gpui",
2612 "hex",
2613 "http_client",
2614 "hyper 0.14.32",
2615 "indoc",
2616 "jsonwebtoken",
2617 "language",
2618 "language_model",
2619 "livekit_client",
2620 "livekit_client_macos",
2621 "livekit_server",
2622 "log",
2623 "lsp",
2624 "menu",
2625 "multi_buffer",
2626 "nanoid",
2627 "node_runtime",
2628 "notifications",
2629 "open_ai",
2630 "parking_lot",
2631 "pretty_assertions",
2632 "project",
2633 "prometheus",
2634 "prost 0.9.0",
2635 "rand 0.8.5",
2636 "recent_projects",
2637 "release_channel",
2638 "remote",
2639 "remote_server",
2640 "reqwest 0.11.27",
2641 "reqwest_client",
2642 "rpc",
2643 "rustc-demangle",
2644 "scrypt",
2645 "sea-orm",
2646 "semantic_version",
2647 "semver",
2648 "serde",
2649 "serde_derive",
2650 "serde_json",
2651 "session",
2652 "settings",
2653 "sha2",
2654 "sqlx",
2655 "strum",
2656 "subtle",
2657 "supermaven_api",
2658 "telemetry_events",
2659 "text",
2660 "theme",
2661 "thiserror 1.0.69",
2662 "time",
2663 "tokio",
2664 "toml 0.8.19",
2665 "tower",
2666 "tower-http 0.4.4",
2667 "tracing",
2668 "tracing-subscriber",
2669 "unindent",
2670 "util",
2671 "uuid",
2672 "workspace",
2673 "worktree",
2674]
2675
2676[[package]]
2677name = "collab_ui"
2678version = "0.1.0"
2679dependencies = [
2680 "anyhow",
2681 "call",
2682 "channel",
2683 "chrono",
2684 "client",
2685 "collections",
2686 "db",
2687 "editor",
2688 "emojis",
2689 "futures 0.3.31",
2690 "fuzzy",
2691 "gpui",
2692 "http_client",
2693 "language",
2694 "menu",
2695 "notifications",
2696 "picker",
2697 "pretty_assertions",
2698 "project",
2699 "release_channel",
2700 "rich_text",
2701 "rpc",
2702 "schemars",
2703 "serde",
2704 "serde_derive",
2705 "serde_json",
2706 "settings",
2707 "smallvec",
2708 "story",
2709 "telemetry",
2710 "theme",
2711 "time",
2712 "time_format",
2713 "title_bar",
2714 "tree-sitter-md",
2715 "ui",
2716 "util",
2717 "workspace",
2718]
2719
2720[[package]]
2721name = "collections"
2722version = "0.1.0"
2723dependencies = [
2724 "indexmap",
2725 "rustc-hash 2.1.0",
2726]
2727
2728[[package]]
2729name = "color_quant"
2730version = "1.1.0"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2733
2734[[package]]
2735name = "colorchoice"
2736version = "1.0.3"
2737source = "registry+https://github.com/rust-lang/crates.io-index"
2738checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2739
2740[[package]]
2741name = "combine"
2742version = "4.6.7"
2743source = "registry+https://github.com/rust-lang/crates.io-index"
2744checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2745dependencies = [
2746 "bytes 1.9.0",
2747 "memchr",
2748]
2749
2750[[package]]
2751name = "command_palette"
2752version = "0.1.0"
2753dependencies = [
2754 "client",
2755 "collections",
2756 "command_palette_hooks",
2757 "ctor",
2758 "editor",
2759 "env_logger 0.11.6",
2760 "fuzzy",
2761 "go_to_line",
2762 "gpui",
2763 "language",
2764 "menu",
2765 "picker",
2766 "postage",
2767 "project",
2768 "serde",
2769 "serde_json",
2770 "settings",
2771 "telemetry",
2772 "theme",
2773 "ui",
2774 "util",
2775 "workspace",
2776 "zed_actions",
2777]
2778
2779[[package]]
2780name = "command_palette_hooks"
2781version = "0.1.0"
2782dependencies = [
2783 "collections",
2784 "derive_more",
2785 "gpui",
2786]
2787
2788[[package]]
2789name = "concurrent-queue"
2790version = "2.5.0"
2791source = "registry+https://github.com/rust-lang/crates.io-index"
2792checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2793dependencies = [
2794 "crossbeam-utils",
2795]
2796
2797[[package]]
2798name = "console"
2799version = "0.15.8"
2800source = "registry+https://github.com/rust-lang/crates.io-index"
2801checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2802dependencies = [
2803 "encode_unicode",
2804 "lazy_static",
2805 "libc",
2806 "unicode-width",
2807 "windows-sys 0.52.0",
2808]
2809
2810[[package]]
2811name = "const-oid"
2812version = "0.9.6"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2815
2816[[package]]
2817name = "const-random"
2818version = "0.1.18"
2819source = "registry+https://github.com/rust-lang/crates.io-index"
2820checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2821dependencies = [
2822 "const-random-macro",
2823]
2824
2825[[package]]
2826name = "const-random-macro"
2827version = "0.1.16"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2830dependencies = [
2831 "getrandom 0.2.15",
2832 "once_cell",
2833 "tiny-keccak",
2834]
2835
2836[[package]]
2837name = "constant_time_eq"
2838version = "0.1.5"
2839source = "registry+https://github.com/rust-lang/crates.io-index"
2840checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2841
2842[[package]]
2843name = "constant_time_eq"
2844version = "0.3.1"
2845source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2847
2848[[package]]
2849name = "context_server"
2850version = "0.1.0"
2851dependencies = [
2852 "anyhow",
2853 "assistant_tool",
2854 "collections",
2855 "command_palette_hooks",
2856 "context_server_settings",
2857 "extension",
2858 "futures 0.3.31",
2859 "gpui",
2860 "log",
2861 "parking_lot",
2862 "postage",
2863 "project",
2864 "serde",
2865 "serde_json",
2866 "settings",
2867 "smol",
2868 "url",
2869 "util",
2870 "workspace",
2871]
2872
2873[[package]]
2874name = "context_server_settings"
2875version = "0.1.0"
2876dependencies = [
2877 "anyhow",
2878 "collections",
2879 "gpui",
2880 "schemars",
2881 "serde",
2882 "serde_json",
2883 "settings",
2884]
2885
2886[[package]]
2887name = "convert_case"
2888version = "0.4.0"
2889source = "registry+https://github.com/rust-lang/crates.io-index"
2890checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2891
2892[[package]]
2893name = "convert_case"
2894version = "0.6.0"
2895source = "registry+https://github.com/rust-lang/crates.io-index"
2896checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2897dependencies = [
2898 "unicode-segmentation",
2899]
2900
2901[[package]]
2902name = "copilot"
2903version = "0.1.0"
2904dependencies = [
2905 "anyhow",
2906 "async-compression",
2907 "async-std",
2908 "async-tar",
2909 "chrono",
2910 "client",
2911 "clock",
2912 "collections",
2913 "command_palette_hooks",
2914 "editor",
2915 "fs",
2916 "futures 0.3.31",
2917 "gpui",
2918 "http_client",
2919 "indoc",
2920 "inline_completion",
2921 "language",
2922 "lsp",
2923 "menu",
2924 "node_runtime",
2925 "parking_lot",
2926 "paths",
2927 "project",
2928 "rpc",
2929 "schemars",
2930 "serde",
2931 "serde_json",
2932 "settings",
2933 "smol",
2934 "strum",
2935 "task",
2936 "theme",
2937 "ui",
2938 "util",
2939 "workspace",
2940]
2941
2942[[package]]
2943name = "core-foundation"
2944version = "0.9.4"
2945source = "registry+https://github.com/rust-lang/crates.io-index"
2946checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2947dependencies = [
2948 "core-foundation-sys",
2949 "libc",
2950]
2951
2952[[package]]
2953name = "core-foundation"
2954version = "0.10.0"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
2957dependencies = [
2958 "core-foundation-sys",
2959 "libc",
2960]
2961
2962[[package]]
2963name = "core-foundation-sys"
2964version = "0.8.7"
2965source = "registry+https://github.com/rust-lang/crates.io-index"
2966checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2967
2968[[package]]
2969name = "core-graphics"
2970version = "0.23.2"
2971source = "registry+https://github.com/rust-lang/crates.io-index"
2972checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2973dependencies = [
2974 "bitflags 1.3.2",
2975 "core-foundation 0.9.4",
2976 "core-graphics-types 0.1.3",
2977 "foreign-types 0.5.0",
2978 "libc",
2979]
2980
2981[[package]]
2982name = "core-graphics"
2983version = "0.24.0"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
2986dependencies = [
2987 "bitflags 2.6.0",
2988 "core-foundation 0.10.0",
2989 "core-graphics-types 0.2.0",
2990 "foreign-types 0.5.0",
2991 "libc",
2992]
2993
2994[[package]]
2995name = "core-graphics-types"
2996version = "0.1.3"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2999dependencies = [
3000 "bitflags 1.3.2",
3001 "core-foundation 0.9.4",
3002 "libc",
3003]
3004
3005[[package]]
3006name = "core-graphics-types"
3007version = "0.2.0"
3008source = "registry+https://github.com/rust-lang/crates.io-index"
3009checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3010dependencies = [
3011 "bitflags 2.6.0",
3012 "core-foundation 0.10.0",
3013 "libc",
3014]
3015
3016[[package]]
3017name = "core-services"
3018version = "0.2.1"
3019source = "registry+https://github.com/rust-lang/crates.io-index"
3020checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3021dependencies = [
3022 "core-foundation 0.9.4",
3023]
3024
3025[[package]]
3026name = "core-text"
3027version = "20.1.0"
3028source = "registry+https://github.com/rust-lang/crates.io-index"
3029checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3030dependencies = [
3031 "core-foundation 0.9.4",
3032 "core-graphics 0.23.2",
3033 "foreign-types 0.5.0",
3034 "libc",
3035]
3036
3037[[package]]
3038name = "coreaudio-rs"
3039version = "0.11.3"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3042dependencies = [
3043 "bitflags 1.3.2",
3044 "core-foundation-sys",
3045 "coreaudio-sys",
3046]
3047
3048[[package]]
3049name = "coreaudio-rs"
3050version = "0.12.1"
3051source = "registry+https://github.com/rust-lang/crates.io-index"
3052checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3053dependencies = [
3054 "bitflags 1.3.2",
3055 "core-foundation-sys",
3056 "coreaudio-sys",
3057]
3058
3059[[package]]
3060name = "coreaudio-sys"
3061version = "0.2.16"
3062source = "registry+https://github.com/rust-lang/crates.io-index"
3063checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3064dependencies = [
3065 "bindgen",
3066]
3067
3068[[package]]
3069name = "cosmic-text"
3070version = "0.11.2"
3071source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3072dependencies = [
3073 "bitflags 2.6.0",
3074 "fontdb",
3075 "log",
3076 "rangemap",
3077 "rayon",
3078 "rustc-hash 1.1.0",
3079 "rustybuzz",
3080 "self_cell",
3081 "swash",
3082 "sys-locale",
3083 "ttf-parser",
3084 "unicode-bidi",
3085 "unicode-linebreak",
3086 "unicode-script",
3087 "unicode-segmentation",
3088]
3089
3090[[package]]
3091name = "cpal"
3092version = "0.15.3"
3093source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3094dependencies = [
3095 "alsa",
3096 "core-foundation-sys",
3097 "coreaudio-rs 0.11.3",
3098 "dasp_sample",
3099 "jni",
3100 "js-sys",
3101 "libc",
3102 "mach2",
3103 "ndk",
3104 "ndk-context",
3105 "oboe",
3106 "wasm-bindgen",
3107 "wasm-bindgen-futures",
3108 "web-sys",
3109 "windows 0.54.0",
3110]
3111
3112[[package]]
3113name = "cpp_demangle"
3114version = "0.4.4"
3115source = "registry+https://github.com/rust-lang/crates.io-index"
3116checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3117dependencies = [
3118 "cfg-if",
3119]
3120
3121[[package]]
3122name = "cpufeatures"
3123version = "0.2.16"
3124source = "registry+https://github.com/rust-lang/crates.io-index"
3125checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3126dependencies = [
3127 "libc",
3128]
3129
3130[[package]]
3131name = "cranelift-bforest"
3132version = "0.111.2"
3133source = "registry+https://github.com/rust-lang/crates.io-index"
3134checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3135dependencies = [
3136 "cranelift-entity",
3137]
3138
3139[[package]]
3140name = "cranelift-bitset"
3141version = "0.111.2"
3142source = "registry+https://github.com/rust-lang/crates.io-index"
3143checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3144dependencies = [
3145 "serde",
3146 "serde_derive",
3147]
3148
3149[[package]]
3150name = "cranelift-codegen"
3151version = "0.111.2"
3152source = "registry+https://github.com/rust-lang/crates.io-index"
3153checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3154dependencies = [
3155 "bumpalo",
3156 "cranelift-bforest",
3157 "cranelift-bitset",
3158 "cranelift-codegen-meta",
3159 "cranelift-codegen-shared",
3160 "cranelift-control",
3161 "cranelift-entity",
3162 "cranelift-isle",
3163 "gimli 0.29.0",
3164 "hashbrown 0.14.5",
3165 "log",
3166 "regalloc2",
3167 "rustc-hash 1.1.0",
3168 "smallvec",
3169 "target-lexicon",
3170]
3171
3172[[package]]
3173name = "cranelift-codegen-meta"
3174version = "0.111.2"
3175source = "registry+https://github.com/rust-lang/crates.io-index"
3176checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3177dependencies = [
3178 "cranelift-codegen-shared",
3179]
3180
3181[[package]]
3182name = "cranelift-codegen-shared"
3183version = "0.111.2"
3184source = "registry+https://github.com/rust-lang/crates.io-index"
3185checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3186
3187[[package]]
3188name = "cranelift-control"
3189version = "0.111.2"
3190source = "registry+https://github.com/rust-lang/crates.io-index"
3191checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3192dependencies = [
3193 "arbitrary",
3194]
3195
3196[[package]]
3197name = "cranelift-entity"
3198version = "0.111.2"
3199source = "registry+https://github.com/rust-lang/crates.io-index"
3200checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3201dependencies = [
3202 "cranelift-bitset",
3203 "serde",
3204 "serde_derive",
3205]
3206
3207[[package]]
3208name = "cranelift-frontend"
3209version = "0.111.2"
3210source = "registry+https://github.com/rust-lang/crates.io-index"
3211checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3212dependencies = [
3213 "cranelift-codegen",
3214 "log",
3215 "smallvec",
3216 "target-lexicon",
3217]
3218
3219[[package]]
3220name = "cranelift-isle"
3221version = "0.111.2"
3222source = "registry+https://github.com/rust-lang/crates.io-index"
3223checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3224
3225[[package]]
3226name = "cranelift-native"
3227version = "0.111.2"
3228source = "registry+https://github.com/rust-lang/crates.io-index"
3229checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3230dependencies = [
3231 "cranelift-codegen",
3232 "libc",
3233 "target-lexicon",
3234]
3235
3236[[package]]
3237name = "cranelift-wasm"
3238version = "0.111.2"
3239source = "registry+https://github.com/rust-lang/crates.io-index"
3240checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3241dependencies = [
3242 "cranelift-codegen",
3243 "cranelift-entity",
3244 "cranelift-frontend",
3245 "itertools 0.12.1",
3246 "log",
3247 "smallvec",
3248 "wasmparser 0.215.0",
3249 "wasmtime-types",
3250]
3251
3252[[package]]
3253name = "crc"
3254version = "3.2.1"
3255source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3257dependencies = [
3258 "crc-catalog",
3259]
3260
3261[[package]]
3262name = "crc-catalog"
3263version = "2.4.0"
3264source = "registry+https://github.com/rust-lang/crates.io-index"
3265checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3266
3267[[package]]
3268name = "crc32c"
3269version = "0.6.8"
3270source = "registry+https://github.com/rust-lang/crates.io-index"
3271checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3272dependencies = [
3273 "rustc_version",
3274]
3275
3276[[package]]
3277name = "crc32fast"
3278version = "1.4.2"
3279source = "registry+https://github.com/rust-lang/crates.io-index"
3280checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3281dependencies = [
3282 "cfg-if",
3283]
3284
3285[[package]]
3286name = "criterion"
3287version = "0.5.1"
3288source = "registry+https://github.com/rust-lang/crates.io-index"
3289checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3290dependencies = [
3291 "anes",
3292 "cast",
3293 "ciborium",
3294 "clap",
3295 "criterion-plot",
3296 "is-terminal",
3297 "itertools 0.10.5",
3298 "num-traits",
3299 "once_cell",
3300 "oorandom",
3301 "plotters",
3302 "rayon",
3303 "regex",
3304 "serde",
3305 "serde_derive",
3306 "serde_json",
3307 "tinytemplate",
3308 "walkdir",
3309]
3310
3311[[package]]
3312name = "criterion-plot"
3313version = "0.5.0"
3314source = "registry+https://github.com/rust-lang/crates.io-index"
3315checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3316dependencies = [
3317 "cast",
3318 "itertools 0.10.5",
3319]
3320
3321[[package]]
3322name = "crossbeam-channel"
3323version = "0.5.13"
3324source = "registry+https://github.com/rust-lang/crates.io-index"
3325checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3326dependencies = [
3327 "crossbeam-utils",
3328]
3329
3330[[package]]
3331name = "crossbeam-deque"
3332version = "0.8.5"
3333source = "registry+https://github.com/rust-lang/crates.io-index"
3334checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3335dependencies = [
3336 "crossbeam-epoch",
3337 "crossbeam-utils",
3338]
3339
3340[[package]]
3341name = "crossbeam-epoch"
3342version = "0.9.18"
3343source = "registry+https://github.com/rust-lang/crates.io-index"
3344checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3345dependencies = [
3346 "crossbeam-utils",
3347]
3348
3349[[package]]
3350name = "crossbeam-queue"
3351version = "0.3.11"
3352source = "registry+https://github.com/rust-lang/crates.io-index"
3353checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3354dependencies = [
3355 "crossbeam-utils",
3356]
3357
3358[[package]]
3359name = "crossbeam-utils"
3360version = "0.8.20"
3361source = "registry+https://github.com/rust-lang/crates.io-index"
3362checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3363
3364[[package]]
3365name = "crunchy"
3366version = "0.2.2"
3367source = "registry+https://github.com/rust-lang/crates.io-index"
3368checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3369
3370[[package]]
3371name = "crypto-bigint"
3372version = "0.4.9"
3373source = "registry+https://github.com/rust-lang/crates.io-index"
3374checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3375dependencies = [
3376 "generic-array",
3377 "rand_core 0.6.4",
3378 "subtle",
3379 "zeroize",
3380]
3381
3382[[package]]
3383name = "crypto-bigint"
3384version = "0.5.5"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3387dependencies = [
3388 "rand_core 0.6.4",
3389 "subtle",
3390]
3391
3392[[package]]
3393name = "crypto-common"
3394version = "0.1.6"
3395source = "registry+https://github.com/rust-lang/crates.io-index"
3396checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3397dependencies = [
3398 "generic-array",
3399 "rand_core 0.6.4",
3400 "typenum",
3401]
3402
3403[[package]]
3404name = "ctor"
3405version = "0.2.9"
3406source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
3408dependencies = [
3409 "quote",
3410 "syn 2.0.90",
3411]
3412
3413[[package]]
3414name = "ctrlc"
3415version = "3.4.5"
3416source = "registry+https://github.com/rust-lang/crates.io-index"
3417checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3418dependencies = [
3419 "nix",
3420 "windows-sys 0.59.0",
3421]
3422
3423[[package]]
3424name = "cursor-icon"
3425version = "1.1.0"
3426source = "registry+https://github.com/rust-lang/crates.io-index"
3427checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3428
3429[[package]]
3430name = "cxx"
3431version = "1.0.134"
3432source = "registry+https://github.com/rust-lang/crates.io-index"
3433checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3434dependencies = [
3435 "cc",
3436 "cxxbridge-cmd",
3437 "cxxbridge-flags",
3438 "cxxbridge-macro",
3439 "foldhash",
3440 "link-cplusplus",
3441]
3442
3443[[package]]
3444name = "cxx-build"
3445version = "1.0.134"
3446source = "registry+https://github.com/rust-lang/crates.io-index"
3447checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3448dependencies = [
3449 "cc",
3450 "codespan-reporting",
3451 "proc-macro2",
3452 "quote",
3453 "scratch",
3454 "syn 2.0.90",
3455]
3456
3457[[package]]
3458name = "cxxbridge-cmd"
3459version = "1.0.134"
3460source = "registry+https://github.com/rust-lang/crates.io-index"
3461checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3462dependencies = [
3463 "clap",
3464 "codespan-reporting",
3465 "proc-macro2",
3466 "quote",
3467 "syn 2.0.90",
3468]
3469
3470[[package]]
3471name = "cxxbridge-flags"
3472version = "1.0.134"
3473source = "registry+https://github.com/rust-lang/crates.io-index"
3474checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3475
3476[[package]]
3477name = "cxxbridge-macro"
3478version = "1.0.134"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3481dependencies = [
3482 "proc-macro2",
3483 "quote",
3484 "rustversion",
3485 "syn 2.0.90",
3486]
3487
3488[[package]]
3489name = "dashmap"
3490version = "5.5.3"
3491source = "registry+https://github.com/rust-lang/crates.io-index"
3492checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3493dependencies = [
3494 "cfg-if",
3495 "hashbrown 0.14.5",
3496 "lock_api",
3497 "once_cell",
3498 "parking_lot_core",
3499]
3500
3501[[package]]
3502name = "dashmap"
3503version = "6.1.0"
3504source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3506dependencies = [
3507 "cfg-if",
3508 "crossbeam-utils",
3509 "hashbrown 0.14.5",
3510 "lock_api",
3511 "once_cell",
3512 "parking_lot_core",
3513]
3514
3515[[package]]
3516name = "dasp_sample"
3517version = "0.11.0"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3520
3521[[package]]
3522name = "data-encoding"
3523version = "2.6.0"
3524source = "registry+https://github.com/rust-lang/crates.io-index"
3525checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3526
3527[[package]]
3528name = "data-url"
3529version = "0.3.1"
3530source = "registry+https://github.com/rust-lang/crates.io-index"
3531checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3532
3533[[package]]
3534name = "db"
3535version = "0.1.0"
3536dependencies = [
3537 "anyhow",
3538 "gpui",
3539 "indoc",
3540 "log",
3541 "paths",
3542 "release_channel",
3543 "smol",
3544 "sqlez",
3545 "sqlez_macros",
3546 "tempfile",
3547 "util",
3548]
3549
3550[[package]]
3551name = "dbus"
3552version = "0.9.7"
3553source = "registry+https://github.com/rust-lang/crates.io-index"
3554checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3555dependencies = [
3556 "libc",
3557 "libdbus-sys",
3558 "winapi",
3559]
3560
3561[[package]]
3562name = "deflate64"
3563version = "0.1.9"
3564source = "registry+https://github.com/rust-lang/crates.io-index"
3565checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3566
3567[[package]]
3568name = "der"
3569version = "0.6.1"
3570source = "registry+https://github.com/rust-lang/crates.io-index"
3571checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3572dependencies = [
3573 "const-oid",
3574 "zeroize",
3575]
3576
3577[[package]]
3578name = "der"
3579version = "0.7.9"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3582dependencies = [
3583 "const-oid",
3584 "pem-rfc7468",
3585 "zeroize",
3586]
3587
3588[[package]]
3589name = "deranged"
3590version = "0.3.11"
3591source = "registry+https://github.com/rust-lang/crates.io-index"
3592checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3593dependencies = [
3594 "powerfmt",
3595 "serde",
3596]
3597
3598[[package]]
3599name = "derive_more"
3600version = "0.99.18"
3601source = "registry+https://github.com/rust-lang/crates.io-index"
3602checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3603dependencies = [
3604 "convert_case 0.4.0",
3605 "proc-macro2",
3606 "quote",
3607 "rustc_version",
3608 "syn 2.0.90",
3609]
3610
3611[[package]]
3612name = "derive_refineable"
3613version = "0.1.0"
3614dependencies = [
3615 "proc-macro2",
3616 "quote",
3617 "syn 1.0.109",
3618]
3619
3620[[package]]
3621name = "diagnostics"
3622version = "0.1.0"
3623dependencies = [
3624 "anyhow",
3625 "client",
3626 "collections",
3627 "ctor",
3628 "editor",
3629 "env_logger 0.11.6",
3630 "gpui",
3631 "language",
3632 "log",
3633 "lsp",
3634 "pretty_assertions",
3635 "project",
3636 "rand 0.8.5",
3637 "schemars",
3638 "serde",
3639 "serde_json",
3640 "settings",
3641 "theme",
3642 "ui",
3643 "unindent",
3644 "util",
3645 "workspace",
3646]
3647
3648[[package]]
3649name = "dialoguer"
3650version = "0.11.0"
3651source = "registry+https://github.com/rust-lang/crates.io-index"
3652checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3653dependencies = [
3654 "console",
3655 "fuzzy-matcher",
3656 "shell-words",
3657 "tempfile",
3658 "thiserror 1.0.69",
3659 "zeroize",
3660]
3661
3662[[package]]
3663name = "diff"
3664version = "0.1.13"
3665source = "registry+https://github.com/rust-lang/crates.io-index"
3666checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3667
3668[[package]]
3669name = "digest"
3670version = "0.10.7"
3671source = "registry+https://github.com/rust-lang/crates.io-index"
3672checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3673dependencies = [
3674 "block-buffer",
3675 "const-oid",
3676 "crypto-common",
3677 "subtle",
3678]
3679
3680[[package]]
3681name = "dirs"
3682version = "4.0.0"
3683source = "registry+https://github.com/rust-lang/crates.io-index"
3684checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3685dependencies = [
3686 "dirs-sys 0.3.7",
3687]
3688
3689[[package]]
3690name = "dirs"
3691version = "5.0.1"
3692source = "registry+https://github.com/rust-lang/crates.io-index"
3693checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3694dependencies = [
3695 "dirs-sys 0.4.1",
3696]
3697
3698[[package]]
3699name = "dirs-sys"
3700version = "0.3.7"
3701source = "registry+https://github.com/rust-lang/crates.io-index"
3702checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3703dependencies = [
3704 "libc",
3705 "redox_users",
3706 "winapi",
3707]
3708
3709[[package]]
3710name = "dirs-sys"
3711version = "0.4.1"
3712source = "registry+https://github.com/rust-lang/crates.io-index"
3713checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3714dependencies = [
3715 "libc",
3716 "option-ext",
3717 "redox_users",
3718 "windows-sys 0.48.0",
3719]
3720
3721[[package]]
3722name = "displaydoc"
3723version = "0.2.5"
3724source = "registry+https://github.com/rust-lang/crates.io-index"
3725checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3726dependencies = [
3727 "proc-macro2",
3728 "quote",
3729 "syn 2.0.90",
3730]
3731
3732[[package]]
3733name = "dlib"
3734version = "0.5.2"
3735source = "registry+https://github.com/rust-lang/crates.io-index"
3736checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3737dependencies = [
3738 "libloading",
3739]
3740
3741[[package]]
3742name = "docs_preprocessor"
3743version = "0.1.0"
3744dependencies = [
3745 "anyhow",
3746 "clap",
3747 "mdbook",
3748 "regex",
3749 "serde",
3750 "serde_json",
3751 "settings",
3752 "util",
3753]
3754
3755[[package]]
3756name = "dotenvy"
3757version = "0.15.7"
3758source = "registry+https://github.com/rust-lang/crates.io-index"
3759checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3760
3761[[package]]
3762name = "downcast-rs"
3763version = "1.2.1"
3764source = "registry+https://github.com/rust-lang/crates.io-index"
3765checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3766
3767[[package]]
3768name = "doxygen-rs"
3769version = "0.4.2"
3770source = "registry+https://github.com/rust-lang/crates.io-index"
3771checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3772dependencies = [
3773 "phf",
3774]
3775
3776[[package]]
3777name = "dunce"
3778version = "1.0.5"
3779source = "registry+https://github.com/rust-lang/crates.io-index"
3780checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3781
3782[[package]]
3783name = "dwrote"
3784version = "0.11.2"
3785source = "registry+https://github.com/rust-lang/crates.io-index"
3786checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
3787dependencies = [
3788 "lazy_static",
3789 "libc",
3790 "winapi",
3791 "wio",
3792]
3793
3794[[package]]
3795name = "dyn-clone"
3796version = "1.0.17"
3797source = "registry+https://github.com/rust-lang/crates.io-index"
3798checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3799
3800[[package]]
3801name = "ec4rs"
3802version = "1.1.1"
3803source = "registry+https://github.com/rust-lang/crates.io-index"
3804checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3805
3806[[package]]
3807name = "ecdsa"
3808version = "0.14.8"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3811dependencies = [
3812 "der 0.6.1",
3813 "elliptic-curve",
3814 "rfc6979",
3815 "signature 1.6.4",
3816]
3817
3818[[package]]
3819name = "editor"
3820version = "0.1.0"
3821dependencies = [
3822 "aho-corasick",
3823 "anyhow",
3824 "assets",
3825 "chrono",
3826 "client",
3827 "clock",
3828 "collections",
3829 "convert_case 0.6.0",
3830 "ctor",
3831 "db",
3832 "emojis",
3833 "env_logger 0.11.6",
3834 "feature_flags",
3835 "file_icons",
3836 "fs",
3837 "futures 0.3.31",
3838 "fuzzy",
3839 "git",
3840 "gpui",
3841 "http_client",
3842 "indoc",
3843 "inline_completion",
3844 "itertools 0.14.0",
3845 "language",
3846 "linkify",
3847 "log",
3848 "lsp",
3849 "markdown",
3850 "multi_buffer",
3851 "ordered-float 2.10.1",
3852 "parking_lot",
3853 "pretty_assertions",
3854 "project",
3855 "rand 0.8.5",
3856 "release_channel",
3857 "rpc",
3858 "schemars",
3859 "serde",
3860 "serde_json",
3861 "settings",
3862 "similar",
3863 "smallvec",
3864 "smol",
3865 "snippet",
3866 "sum_tree",
3867 "task",
3868 "telemetry",
3869 "tempfile",
3870 "text",
3871 "theme",
3872 "time",
3873 "time_format",
3874 "tree-sitter-html",
3875 "tree-sitter-rust",
3876 "tree-sitter-typescript",
3877 "ui",
3878 "unicode-script",
3879 "unicode-segmentation",
3880 "unindent",
3881 "url",
3882 "util",
3883 "uuid",
3884 "workspace",
3885]
3886
3887[[package]]
3888name = "either"
3889version = "1.13.0"
3890source = "registry+https://github.com/rust-lang/crates.io-index"
3891checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3892dependencies = [
3893 "serde",
3894]
3895
3896[[package]]
3897name = "elasticlunr-rs"
3898version = "3.0.2"
3899source = "registry+https://github.com/rust-lang/crates.io-index"
3900checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3901dependencies = [
3902 "regex",
3903 "serde",
3904 "serde_derive",
3905 "serde_json",
3906]
3907
3908[[package]]
3909name = "elliptic-curve"
3910version = "0.12.3"
3911source = "registry+https://github.com/rust-lang/crates.io-index"
3912checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3913dependencies = [
3914 "base16ct",
3915 "crypto-bigint 0.4.9",
3916 "der 0.6.1",
3917 "digest",
3918 "ff",
3919 "generic-array",
3920 "group",
3921 "pkcs8 0.9.0",
3922 "rand_core 0.6.4",
3923 "sec1",
3924 "subtle",
3925 "zeroize",
3926]
3927
3928[[package]]
3929name = "embed-resource"
3930version = "3.0.1"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
3933dependencies = [
3934 "cc",
3935 "memchr",
3936 "rustc_version",
3937 "toml 0.8.19",
3938 "vswhom",
3939 "winreg 0.52.0",
3940]
3941
3942[[package]]
3943name = "embedded-io"
3944version = "0.4.0"
3945source = "registry+https://github.com/rust-lang/crates.io-index"
3946checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3947
3948[[package]]
3949name = "embedded-io"
3950version = "0.6.1"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3953
3954[[package]]
3955name = "emojis"
3956version = "0.6.4"
3957source = "registry+https://github.com/rust-lang/crates.io-index"
3958checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
3959dependencies = [
3960 "phf",
3961]
3962
3963[[package]]
3964name = "encode_unicode"
3965version = "0.3.6"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3968
3969[[package]]
3970name = "encoding_rs"
3971version = "0.8.35"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
3974dependencies = [
3975 "cfg-if",
3976]
3977
3978[[package]]
3979name = "endi"
3980version = "1.1.0"
3981source = "registry+https://github.com/rust-lang/crates.io-index"
3982checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3983
3984[[package]]
3985name = "enumflags2"
3986version = "0.7.10"
3987source = "registry+https://github.com/rust-lang/crates.io-index"
3988checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
3989dependencies = [
3990 "enumflags2_derive",
3991 "serde",
3992]
3993
3994[[package]]
3995name = "enumflags2_derive"
3996version = "0.7.10"
3997source = "registry+https://github.com/rust-lang/crates.io-index"
3998checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
3999dependencies = [
4000 "proc-macro2",
4001 "quote",
4002 "syn 2.0.90",
4003]
4004
4005[[package]]
4006name = "env_filter"
4007version = "0.1.2"
4008source = "registry+https://github.com/rust-lang/crates.io-index"
4009checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4010dependencies = [
4011 "log",
4012 "regex",
4013]
4014
4015[[package]]
4016name = "env_logger"
4017version = "0.10.2"
4018source = "registry+https://github.com/rust-lang/crates.io-index"
4019checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4020dependencies = [
4021 "humantime",
4022 "is-terminal",
4023 "log",
4024 "regex",
4025 "termcolor",
4026]
4027
4028[[package]]
4029name = "env_logger"
4030version = "0.11.6"
4031source = "registry+https://github.com/rust-lang/crates.io-index"
4032checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4033dependencies = [
4034 "anstream",
4035 "anstyle",
4036 "env_filter",
4037 "humantime",
4038 "log",
4039]
4040
4041[[package]]
4042name = "envy"
4043version = "0.4.2"
4044source = "registry+https://github.com/rust-lang/crates.io-index"
4045checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4046dependencies = [
4047 "serde",
4048]
4049
4050[[package]]
4051name = "equivalent"
4052version = "1.0.1"
4053source = "registry+https://github.com/rust-lang/crates.io-index"
4054checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4055
4056[[package]]
4057name = "erased-serde"
4058version = "0.4.5"
4059source = "registry+https://github.com/rust-lang/crates.io-index"
4060checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4061dependencies = [
4062 "serde",
4063 "typeid",
4064]
4065
4066[[package]]
4067name = "errno"
4068version = "0.2.8"
4069source = "registry+https://github.com/rust-lang/crates.io-index"
4070checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4071dependencies = [
4072 "errno-dragonfly",
4073 "libc",
4074 "winapi",
4075]
4076
4077[[package]]
4078name = "errno"
4079version = "0.3.10"
4080source = "registry+https://github.com/rust-lang/crates.io-index"
4081checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4082dependencies = [
4083 "libc",
4084 "windows-sys 0.59.0",
4085]
4086
4087[[package]]
4088name = "errno-dragonfly"
4089version = "0.1.2"
4090source = "registry+https://github.com/rust-lang/crates.io-index"
4091checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4092dependencies = [
4093 "cc",
4094 "libc",
4095]
4096
4097[[package]]
4098name = "etagere"
4099version = "0.2.13"
4100source = "registry+https://github.com/rust-lang/crates.io-index"
4101checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
4102dependencies = [
4103 "euclid",
4104 "svg_fmt",
4105]
4106
4107[[package]]
4108name = "etcetera"
4109version = "0.8.0"
4110source = "registry+https://github.com/rust-lang/crates.io-index"
4111checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4112dependencies = [
4113 "cfg-if",
4114 "home",
4115 "windows-sys 0.48.0",
4116]
4117
4118[[package]]
4119name = "euclid"
4120version = "0.22.11"
4121source = "registry+https://github.com/rust-lang/crates.io-index"
4122checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4123dependencies = [
4124 "num-traits",
4125]
4126
4127[[package]]
4128name = "evals"
4129version = "0.1.0"
4130dependencies = [
4131 "anyhow",
4132 "clap",
4133 "client",
4134 "clock",
4135 "collections",
4136 "env_logger 0.11.6",
4137 "feature_flags",
4138 "fs",
4139 "git",
4140 "gpui",
4141 "http_client",
4142 "language",
4143 "languages",
4144 "node_runtime",
4145 "open_ai",
4146 "project",
4147 "reqwest_client",
4148 "semantic_index",
4149 "serde",
4150 "serde_json",
4151 "settings",
4152 "smol",
4153 "util",
4154]
4155
4156[[package]]
4157name = "event-listener"
4158version = "2.5.3"
4159source = "registry+https://github.com/rust-lang/crates.io-index"
4160checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4161
4162[[package]]
4163name = "event-listener"
4164version = "5.3.1"
4165source = "registry+https://github.com/rust-lang/crates.io-index"
4166checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4167dependencies = [
4168 "concurrent-queue",
4169 "parking",
4170 "pin-project-lite",
4171]
4172
4173[[package]]
4174name = "event-listener-strategy"
4175version = "0.5.3"
4176source = "registry+https://github.com/rust-lang/crates.io-index"
4177checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4178dependencies = [
4179 "event-listener 5.3.1",
4180 "pin-project-lite",
4181]
4182
4183[[package]]
4184name = "exec"
4185version = "0.3.1"
4186source = "registry+https://github.com/rust-lang/crates.io-index"
4187checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4188dependencies = [
4189 "errno 0.2.8",
4190 "libc",
4191]
4192
4193[[package]]
4194name = "exr"
4195version = "1.73.0"
4196source = "registry+https://github.com/rust-lang/crates.io-index"
4197checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4198dependencies = [
4199 "bit_field",
4200 "half",
4201 "lebe",
4202 "miniz_oxide",
4203 "rayon-core",
4204 "smallvec",
4205 "zune-inflate",
4206]
4207
4208[[package]]
4209name = "extension"
4210version = "0.1.0"
4211dependencies = [
4212 "anyhow",
4213 "async-compression",
4214 "async-tar",
4215 "async-trait",
4216 "collections",
4217 "fs",
4218 "futures 0.3.31",
4219 "gpui",
4220 "http_client",
4221 "language",
4222 "log",
4223 "lsp",
4224 "parking_lot",
4225 "semantic_version",
4226 "serde",
4227 "serde_json",
4228 "toml 0.8.19",
4229 "util",
4230 "wasm-encoder 0.215.0",
4231 "wasmparser 0.215.0",
4232 "wit-component",
4233]
4234
4235[[package]]
4236name = "extension_cli"
4237version = "0.1.0"
4238dependencies = [
4239 "anyhow",
4240 "clap",
4241 "env_logger 0.11.6",
4242 "extension",
4243 "fs",
4244 "language",
4245 "log",
4246 "reqwest_client",
4247 "rpc",
4248 "serde",
4249 "serde_json",
4250 "theme",
4251 "tokio",
4252 "toml 0.8.19",
4253 "tree-sitter",
4254 "wasmtime",
4255]
4256
4257[[package]]
4258name = "extension_host"
4259version = "0.1.0"
4260dependencies = [
4261 "anyhow",
4262 "async-compression",
4263 "async-tar",
4264 "async-trait",
4265 "client",
4266 "collections",
4267 "context_server_settings",
4268 "ctor",
4269 "env_logger 0.11.6",
4270 "extension",
4271 "fs",
4272 "futures 0.3.31",
4273 "gpui",
4274 "http_client",
4275 "language",
4276 "language_extension",
4277 "log",
4278 "lsp",
4279 "node_runtime",
4280 "parking_lot",
4281 "paths",
4282 "project",
4283 "release_channel",
4284 "remote",
4285 "reqwest_client",
4286 "schemars",
4287 "semantic_version",
4288 "serde",
4289 "serde_json",
4290 "serde_json_lenient",
4291 "settings",
4292 "task",
4293 "telemetry",
4294 "tempfile",
4295 "theme",
4296 "theme_extension",
4297 "toml 0.8.19",
4298 "url",
4299 "util",
4300 "wasmparser 0.215.0",
4301 "wasmtime",
4302 "wasmtime-wasi",
4303]
4304
4305[[package]]
4306name = "extensions_ui"
4307version = "0.1.0"
4308dependencies = [
4309 "anyhow",
4310 "client",
4311 "collections",
4312 "db",
4313 "editor",
4314 "extension_host",
4315 "fs",
4316 "fuzzy",
4317 "gpui",
4318 "language",
4319 "num-format",
4320 "picker",
4321 "project",
4322 "release_channel",
4323 "semantic_version",
4324 "serde",
4325 "settings",
4326 "smallvec",
4327 "telemetry",
4328 "theme",
4329 "ui",
4330 "util",
4331 "vim_mode_setting",
4332 "workspace",
4333 "zed_actions",
4334]
4335
4336[[package]]
4337name = "fallible-iterator"
4338version = "0.3.0"
4339source = "registry+https://github.com/rust-lang/crates.io-index"
4340checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4341
4342[[package]]
4343name = "fancy-regex"
4344version = "0.13.0"
4345source = "registry+https://github.com/rust-lang/crates.io-index"
4346checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4347dependencies = [
4348 "bit-set 0.5.3",
4349 "regex-automata 0.4.9",
4350 "regex-syntax 0.8.5",
4351]
4352
4353[[package]]
4354name = "fancy-regex"
4355version = "0.14.0"
4356source = "registry+https://github.com/rust-lang/crates.io-index"
4357checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4358dependencies = [
4359 "bit-set 0.8.0",
4360 "regex-automata 0.4.9",
4361 "regex-syntax 0.8.5",
4362]
4363
4364[[package]]
4365name = "fast-srgb8"
4366version = "1.0.0"
4367source = "registry+https://github.com/rust-lang/crates.io-index"
4368checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4369
4370[[package]]
4371name = "fastrand"
4372version = "1.9.0"
4373source = "registry+https://github.com/rust-lang/crates.io-index"
4374checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4375dependencies = [
4376 "instant",
4377]
4378
4379[[package]]
4380name = "fastrand"
4381version = "2.3.0"
4382source = "registry+https://github.com/rust-lang/crates.io-index"
4383checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4384
4385[[package]]
4386name = "fd-lock"
4387version = "4.0.2"
4388source = "registry+https://github.com/rust-lang/crates.io-index"
4389checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4390dependencies = [
4391 "cfg-if",
4392 "rustix",
4393 "windows-sys 0.52.0",
4394]
4395
4396[[package]]
4397name = "fdeflate"
4398version = "0.3.7"
4399source = "registry+https://github.com/rust-lang/crates.io-index"
4400checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4401dependencies = [
4402 "simd-adler32",
4403]
4404
4405[[package]]
4406name = "feature_flags"
4407version = "0.1.0"
4408dependencies = [
4409 "futures 0.3.31",
4410 "gpui",
4411]
4412
4413[[package]]
4414name = "feedback"
4415version = "0.1.0"
4416dependencies = [
4417 "anyhow",
4418 "bitflags 2.6.0",
4419 "client",
4420 "db",
4421 "editor",
4422 "futures 0.3.31",
4423 "gpui",
4424 "http_client",
4425 "human_bytes",
4426 "language",
4427 "log",
4428 "menu",
4429 "project",
4430 "regex",
4431 "release_channel",
4432 "serde",
4433 "serde_derive",
4434 "serde_json",
4435 "smol",
4436 "sysinfo",
4437 "ui",
4438 "urlencoding",
4439 "util",
4440 "workspace",
4441 "zed_actions",
4442]
4443
4444[[package]]
4445name = "ff"
4446version = "0.12.1"
4447source = "registry+https://github.com/rust-lang/crates.io-index"
4448checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4449dependencies = [
4450 "rand_core 0.6.4",
4451 "subtle",
4452]
4453
4454[[package]]
4455name = "file_finder"
4456version = "0.1.0"
4457dependencies = [
4458 "anyhow",
4459 "collections",
4460 "ctor",
4461 "editor",
4462 "env_logger 0.11.6",
4463 "file_icons",
4464 "futures 0.3.31",
4465 "fuzzy",
4466 "gpui",
4467 "language",
4468 "menu",
4469 "picker",
4470 "project",
4471 "schemars",
4472 "serde",
4473 "serde_derive",
4474 "serde_json",
4475 "settings",
4476 "text",
4477 "theme",
4478 "ui",
4479 "util",
4480 "workspace",
4481]
4482
4483[[package]]
4484name = "file_icons"
4485version = "0.1.0"
4486dependencies = [
4487 "collections",
4488 "gpui",
4489 "serde",
4490 "serde_derive",
4491 "serde_json",
4492 "util",
4493]
4494
4495[[package]]
4496name = "filedescriptor"
4497version = "0.8.2"
4498source = "registry+https://github.com/rust-lang/crates.io-index"
4499checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4500dependencies = [
4501 "libc",
4502 "thiserror 1.0.69",
4503 "winapi",
4504]
4505
4506[[package]]
4507name = "filetime"
4508version = "0.2.25"
4509source = "registry+https://github.com/rust-lang/crates.io-index"
4510checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4511dependencies = [
4512 "cfg-if",
4513 "libc",
4514 "libredox",
4515 "windows-sys 0.59.0",
4516]
4517
4518[[package]]
4519name = "fireworks"
4520version = "0.1.0"
4521dependencies = [
4522 "anyhow",
4523 "futures 0.3.31",
4524 "http_client",
4525 "serde",
4526 "serde_json",
4527]
4528
4529[[package]]
4530name = "fixedbitset"
4531version = "0.4.2"
4532source = "registry+https://github.com/rust-lang/crates.io-index"
4533checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4534
4535[[package]]
4536name = "flate2"
4537version = "1.0.35"
4538source = "registry+https://github.com/rust-lang/crates.io-index"
4539checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4540dependencies = [
4541 "crc32fast",
4542 "miniz_oxide",
4543]
4544
4545[[package]]
4546name = "float-cmp"
4547version = "0.9.0"
4548source = "registry+https://github.com/rust-lang/crates.io-index"
4549checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4550
4551[[package]]
4552name = "float-ord"
4553version = "0.3.2"
4554source = "registry+https://github.com/rust-lang/crates.io-index"
4555checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4556
4557[[package]]
4558name = "flume"
4559version = "0.11.1"
4560source = "registry+https://github.com/rust-lang/crates.io-index"
4561checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4562dependencies = [
4563 "futures-core",
4564 "futures-sink",
4565 "nanorand",
4566 "spin",
4567]
4568
4569[[package]]
4570name = "fnv"
4571version = "1.0.7"
4572source = "registry+https://github.com/rust-lang/crates.io-index"
4573checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4574
4575[[package]]
4576name = "foldhash"
4577version = "0.1.3"
4578source = "registry+https://github.com/rust-lang/crates.io-index"
4579checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4580
4581[[package]]
4582name = "font-kit"
4583version = "0.14.1"
4584source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4585dependencies = [
4586 "bitflags 2.6.0",
4587 "byteorder",
4588 "core-foundation 0.9.4",
4589 "core-graphics 0.23.2",
4590 "core-text",
4591 "dirs 5.0.1",
4592 "dwrote",
4593 "float-ord",
4594 "freetype-sys",
4595 "lazy_static",
4596 "libc",
4597 "log",
4598 "pathfinder_geometry",
4599 "pathfinder_simd",
4600 "walkdir",
4601 "winapi",
4602 "yeslogic-fontconfig-sys",
4603]
4604
4605[[package]]
4606name = "font-types"
4607version = "0.7.3"
4608source = "registry+https://github.com/rust-lang/crates.io-index"
4609checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4610dependencies = [
4611 "bytemuck",
4612]
4613
4614[[package]]
4615name = "fontconfig-parser"
4616version = "0.5.7"
4617source = "registry+https://github.com/rust-lang/crates.io-index"
4618checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4619dependencies = [
4620 "roxmltree",
4621]
4622
4623[[package]]
4624name = "fontdb"
4625version = "0.18.0"
4626source = "registry+https://github.com/rust-lang/crates.io-index"
4627checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4628dependencies = [
4629 "fontconfig-parser",
4630 "log",
4631 "memmap2",
4632 "slotmap",
4633 "tinyvec",
4634 "ttf-parser",
4635]
4636
4637[[package]]
4638name = "foreign-types"
4639version = "0.3.2"
4640source = "registry+https://github.com/rust-lang/crates.io-index"
4641checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4642dependencies = [
4643 "foreign-types-shared 0.1.1",
4644]
4645
4646[[package]]
4647name = "foreign-types"
4648version = "0.5.0"
4649source = "registry+https://github.com/rust-lang/crates.io-index"
4650checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4651dependencies = [
4652 "foreign-types-macros",
4653 "foreign-types-shared 0.3.1",
4654]
4655
4656[[package]]
4657name = "foreign-types-macros"
4658version = "0.2.3"
4659source = "registry+https://github.com/rust-lang/crates.io-index"
4660checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4661dependencies = [
4662 "proc-macro2",
4663 "quote",
4664 "syn 2.0.90",
4665]
4666
4667[[package]]
4668name = "foreign-types-shared"
4669version = "0.1.1"
4670source = "registry+https://github.com/rust-lang/crates.io-index"
4671checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4672
4673[[package]]
4674name = "foreign-types-shared"
4675version = "0.3.1"
4676source = "registry+https://github.com/rust-lang/crates.io-index"
4677checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4678
4679[[package]]
4680name = "fork"
4681version = "0.2.0"
4682source = "registry+https://github.com/rust-lang/crates.io-index"
4683checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4684dependencies = [
4685 "libc",
4686]
4687
4688[[package]]
4689name = "form_urlencoded"
4690version = "1.2.1"
4691source = "registry+https://github.com/rust-lang/crates.io-index"
4692checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4693dependencies = [
4694 "percent-encoding",
4695]
4696
4697[[package]]
4698name = "freetype-sys"
4699version = "0.20.1"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
4701checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4702dependencies = [
4703 "cc",
4704 "libc",
4705 "pkg-config",
4706]
4707
4708[[package]]
4709name = "fs"
4710version = "0.1.0"
4711dependencies = [
4712 "anyhow",
4713 "ashpd",
4714 "async-tar",
4715 "async-trait",
4716 "cocoa 0.26.0",
4717 "collections",
4718 "fsevent",
4719 "futures 0.3.31",
4720 "git",
4721 "git2",
4722 "gpui",
4723 "libc",
4724 "log",
4725 "notify",
4726 "objc",
4727 "parking_lot",
4728 "paths",
4729 "proto",
4730 "rope",
4731 "serde",
4732 "serde_json",
4733 "shlex",
4734 "smol",
4735 "tempfile",
4736 "text",
4737 "time",
4738 "util",
4739 "which 6.0.3",
4740 "windows 0.58.0",
4741]
4742
4743[[package]]
4744name = "fs-set-times"
4745version = "0.20.2"
4746source = "registry+https://github.com/rust-lang/crates.io-index"
4747checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4748dependencies = [
4749 "io-lifetimes",
4750 "rustix",
4751 "windows-sys 0.59.0",
4752]
4753
4754[[package]]
4755name = "fs2"
4756version = "0.4.3"
4757source = "registry+https://github.com/rust-lang/crates.io-index"
4758checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4759dependencies = [
4760 "libc",
4761 "winapi",
4762]
4763
4764[[package]]
4765name = "fsevent"
4766version = "0.1.0"
4767dependencies = [
4768 "bitflags 2.6.0",
4769 "core-foundation 0.9.4",
4770 "fsevent-sys 3.1.0",
4771 "parking_lot",
4772 "tempfile",
4773]
4774
4775[[package]]
4776name = "fsevent-sys"
4777version = "3.1.0"
4778source = "registry+https://github.com/rust-lang/crates.io-index"
4779checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4780dependencies = [
4781 "libc",
4782]
4783
4784[[package]]
4785name = "fsevent-sys"
4786version = "4.1.0"
4787source = "registry+https://github.com/rust-lang/crates.io-index"
4788checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4789dependencies = [
4790 "libc",
4791]
4792
4793[[package]]
4794name = "funty"
4795version = "2.0.0"
4796source = "registry+https://github.com/rust-lang/crates.io-index"
4797checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4798
4799[[package]]
4800name = "futf"
4801version = "0.1.5"
4802source = "registry+https://github.com/rust-lang/crates.io-index"
4803checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4804dependencies = [
4805 "mac",
4806 "new_debug_unreachable",
4807]
4808
4809[[package]]
4810name = "futures"
4811version = "0.1.31"
4812source = "registry+https://github.com/rust-lang/crates.io-index"
4813checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4814
4815[[package]]
4816name = "futures"
4817version = "0.3.31"
4818source = "registry+https://github.com/rust-lang/crates.io-index"
4819checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4820dependencies = [
4821 "futures-channel",
4822 "futures-core",
4823 "futures-executor",
4824 "futures-io",
4825 "futures-sink",
4826 "futures-task",
4827 "futures-util",
4828]
4829
4830[[package]]
4831name = "futures-batch"
4832version = "0.6.1"
4833source = "registry+https://github.com/rust-lang/crates.io-index"
4834checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4835dependencies = [
4836 "futures 0.3.31",
4837 "futures-timer",
4838 "pin-utils",
4839]
4840
4841[[package]]
4842name = "futures-channel"
4843version = "0.3.31"
4844source = "registry+https://github.com/rust-lang/crates.io-index"
4845checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4846dependencies = [
4847 "futures-core",
4848 "futures-sink",
4849]
4850
4851[[package]]
4852name = "futures-core"
4853version = "0.3.31"
4854source = "registry+https://github.com/rust-lang/crates.io-index"
4855checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4856
4857[[package]]
4858name = "futures-executor"
4859version = "0.3.31"
4860source = "registry+https://github.com/rust-lang/crates.io-index"
4861checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
4862dependencies = [
4863 "futures-core",
4864 "futures-task",
4865 "futures-util",
4866]
4867
4868[[package]]
4869name = "futures-intrusive"
4870version = "0.5.0"
4871source = "registry+https://github.com/rust-lang/crates.io-index"
4872checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4873dependencies = [
4874 "futures-core",
4875 "lock_api",
4876 "parking_lot",
4877]
4878
4879[[package]]
4880name = "futures-io"
4881version = "0.3.31"
4882source = "registry+https://github.com/rust-lang/crates.io-index"
4883checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
4884
4885[[package]]
4886name = "futures-lite"
4887version = "1.13.0"
4888source = "registry+https://github.com/rust-lang/crates.io-index"
4889checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4890dependencies = [
4891 "fastrand 1.9.0",
4892 "futures-core",
4893 "futures-io",
4894 "memchr",
4895 "parking",
4896 "pin-project-lite",
4897 "waker-fn",
4898]
4899
4900[[package]]
4901name = "futures-lite"
4902version = "2.5.0"
4903source = "registry+https://github.com/rust-lang/crates.io-index"
4904checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
4905dependencies = [
4906 "fastrand 2.3.0",
4907 "futures-core",
4908 "futures-io",
4909 "parking",
4910 "pin-project-lite",
4911]
4912
4913[[package]]
4914name = "futures-macro"
4915version = "0.3.31"
4916source = "registry+https://github.com/rust-lang/crates.io-index"
4917checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
4918dependencies = [
4919 "proc-macro2",
4920 "quote",
4921 "syn 2.0.90",
4922]
4923
4924[[package]]
4925name = "futures-sink"
4926version = "0.3.31"
4927source = "registry+https://github.com/rust-lang/crates.io-index"
4928checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
4929
4930[[package]]
4931name = "futures-task"
4932version = "0.3.31"
4933source = "registry+https://github.com/rust-lang/crates.io-index"
4934checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
4935
4936[[package]]
4937name = "futures-timer"
4938version = "3.0.3"
4939source = "registry+https://github.com/rust-lang/crates.io-index"
4940checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4941
4942[[package]]
4943name = "futures-util"
4944version = "0.3.31"
4945source = "registry+https://github.com/rust-lang/crates.io-index"
4946checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
4947dependencies = [
4948 "futures 0.1.31",
4949 "futures-channel",
4950 "futures-core",
4951 "futures-io",
4952 "futures-macro",
4953 "futures-sink",
4954 "futures-task",
4955 "memchr",
4956 "pin-project-lite",
4957 "pin-utils",
4958 "slab",
4959 "tokio-io",
4960]
4961
4962[[package]]
4963name = "fuzzy"
4964version = "0.1.0"
4965dependencies = [
4966 "gpui",
4967 "log",
4968 "util",
4969]
4970
4971[[package]]
4972name = "fuzzy-matcher"
4973version = "0.3.7"
4974source = "registry+https://github.com/rust-lang/crates.io-index"
4975checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4976dependencies = [
4977 "thread_local",
4978]
4979
4980[[package]]
4981name = "generic-array"
4982version = "0.14.7"
4983source = "registry+https://github.com/rust-lang/crates.io-index"
4984checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4985dependencies = [
4986 "typenum",
4987 "version_check",
4988]
4989
4990[[package]]
4991name = "gethostname"
4992version = "0.4.3"
4993source = "registry+https://github.com/rust-lang/crates.io-index"
4994checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4995dependencies = [
4996 "libc",
4997 "windows-targets 0.48.5",
4998]
4999
5000[[package]]
5001name = "getrandom"
5002version = "0.1.16"
5003source = "registry+https://github.com/rust-lang/crates.io-index"
5004checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5005dependencies = [
5006 "cfg-if",
5007 "libc",
5008 "wasi 0.9.0+wasi-snapshot-preview1",
5009]
5010
5011[[package]]
5012name = "getrandom"
5013version = "0.2.15"
5014source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5016dependencies = [
5017 "cfg-if",
5018 "js-sys",
5019 "libc",
5020 "wasi 0.11.0+wasi-snapshot-preview1",
5021 "wasm-bindgen",
5022]
5023
5024[[package]]
5025name = "gif"
5026version = "0.13.1"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5029dependencies = [
5030 "color_quant",
5031 "weezl",
5032]
5033
5034[[package]]
5035name = "gimli"
5036version = "0.29.0"
5037source = "registry+https://github.com/rust-lang/crates.io-index"
5038checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5039dependencies = [
5040 "fallible-iterator",
5041 "indexmap",
5042 "stable_deref_trait",
5043]
5044
5045[[package]]
5046name = "gimli"
5047version = "0.31.1"
5048source = "registry+https://github.com/rust-lang/crates.io-index"
5049checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5050
5051[[package]]
5052name = "git"
5053version = "0.1.0"
5054dependencies = [
5055 "anyhow",
5056 "async-trait",
5057 "collections",
5058 "derive_more",
5059 "git2",
5060 "gpui",
5061 "http_client",
5062 "log",
5063 "parking_lot",
5064 "pretty_assertions",
5065 "regex",
5066 "rope",
5067 "serde",
5068 "serde_json",
5069 "smol",
5070 "sum_tree",
5071 "text",
5072 "time",
5073 "unindent",
5074 "url",
5075 "util",
5076]
5077
5078[[package]]
5079name = "git2"
5080version = "0.19.0"
5081source = "registry+https://github.com/rust-lang/crates.io-index"
5082checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
5083dependencies = [
5084 "bitflags 2.6.0",
5085 "libc",
5086 "libgit2-sys",
5087 "log",
5088 "url",
5089]
5090
5091[[package]]
5092name = "git_hosting_providers"
5093version = "0.1.0"
5094dependencies = [
5095 "anyhow",
5096 "async-trait",
5097 "futures 0.3.31",
5098 "git",
5099 "gpui",
5100 "http_client",
5101 "indoc",
5102 "pretty_assertions",
5103 "regex",
5104 "serde",
5105 "serde_json",
5106 "url",
5107 "util",
5108]
5109
5110[[package]]
5111name = "git_ui"
5112version = "0.1.0"
5113dependencies = [
5114 "anyhow",
5115 "collections",
5116 "db",
5117 "editor",
5118 "futures 0.3.31",
5119 "git",
5120 "gpui",
5121 "language",
5122 "menu",
5123 "project",
5124 "schemars",
5125 "serde",
5126 "serde_derive",
5127 "serde_json",
5128 "settings",
5129 "sum_tree",
5130 "theme",
5131 "ui",
5132 "util",
5133 "windows 0.58.0",
5134 "workspace",
5135 "worktree",
5136]
5137
5138[[package]]
5139name = "glob"
5140version = "0.3.1"
5141source = "registry+https://github.com/rust-lang/crates.io-index"
5142checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5143
5144[[package]]
5145name = "globset"
5146version = "0.4.15"
5147source = "registry+https://github.com/rust-lang/crates.io-index"
5148checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5149dependencies = [
5150 "aho-corasick",
5151 "bstr",
5152 "log",
5153 "regex-automata 0.4.9",
5154 "regex-syntax 0.8.5",
5155]
5156
5157[[package]]
5158name = "gloo-timers"
5159version = "0.3.0"
5160source = "registry+https://github.com/rust-lang/crates.io-index"
5161checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5162dependencies = [
5163 "futures-channel",
5164 "futures-core",
5165 "js-sys",
5166 "wasm-bindgen",
5167]
5168
5169[[package]]
5170name = "glow"
5171version = "0.14.2"
5172source = "registry+https://github.com/rust-lang/crates.io-index"
5173checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5174dependencies = [
5175 "js-sys",
5176 "slotmap",
5177 "wasm-bindgen",
5178 "web-sys",
5179]
5180
5181[[package]]
5182name = "go_to_line"
5183version = "0.1.0"
5184dependencies = [
5185 "anyhow",
5186 "editor",
5187 "gpui",
5188 "indoc",
5189 "language",
5190 "menu",
5191 "project",
5192 "rope",
5193 "schemars",
5194 "serde",
5195 "serde_json",
5196 "settings",
5197 "text",
5198 "theme",
5199 "tree-sitter-rust",
5200 "tree-sitter-typescript",
5201 "ui",
5202 "util",
5203 "workspace",
5204]
5205
5206[[package]]
5207name = "google_ai"
5208version = "0.1.0"
5209dependencies = [
5210 "anyhow",
5211 "futures 0.3.31",
5212 "http_client",
5213 "schemars",
5214 "serde",
5215 "serde_json",
5216 "strum",
5217]
5218
5219[[package]]
5220name = "gpu-alloc"
5221version = "0.6.0"
5222source = "registry+https://github.com/rust-lang/crates.io-index"
5223checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5224dependencies = [
5225 "bitflags 2.6.0",
5226 "gpu-alloc-types",
5227]
5228
5229[[package]]
5230name = "gpu-alloc-ash"
5231version = "0.7.0"
5232source = "registry+https://github.com/rust-lang/crates.io-index"
5233checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5234dependencies = [
5235 "ash",
5236 "gpu-alloc-types",
5237 "tinyvec",
5238]
5239
5240[[package]]
5241name = "gpu-alloc-types"
5242version = "0.3.0"
5243source = "registry+https://github.com/rust-lang/crates.io-index"
5244checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5245dependencies = [
5246 "bitflags 2.6.0",
5247]
5248
5249[[package]]
5250name = "gpui"
5251version = "0.1.0"
5252dependencies = [
5253 "anyhow",
5254 "as-raw-xcb-connection",
5255 "ashpd",
5256 "async-task",
5257 "backtrace",
5258 "bindgen",
5259 "blade-graphics",
5260 "blade-macros",
5261 "blade-util",
5262 "block",
5263 "bytemuck",
5264 "calloop",
5265 "calloop-wayland-source",
5266 "cbindgen",
5267 "cocoa 0.26.0",
5268 "collections",
5269 "core-foundation 0.9.4",
5270 "core-foundation-sys",
5271 "core-graphics 0.23.2",
5272 "core-text",
5273 "cosmic-text",
5274 "ctor",
5275 "derive_more",
5276 "embed-resource",
5277 "env_logger 0.11.6",
5278 "etagere",
5279 "filedescriptor",
5280 "flume",
5281 "font-kit",
5282 "foreign-types 0.5.0",
5283 "futures 0.3.31",
5284 "gpui_macros",
5285 "http_client",
5286 "image",
5287 "itertools 0.14.0",
5288 "linkme",
5289 "log",
5290 "media",
5291 "metal",
5292 "num_cpus",
5293 "objc",
5294 "objc2",
5295 "objc2-metal",
5296 "oo7",
5297 "open",
5298 "parking",
5299 "parking_lot",
5300 "pathfinder_geometry",
5301 "postage",
5302 "profiling",
5303 "rand 0.8.5",
5304 "raw-window-handle",
5305 "refineable",
5306 "resvg",
5307 "schemars",
5308 "seahash",
5309 "semantic_version",
5310 "serde",
5311 "serde_derive",
5312 "serde_json",
5313 "slotmap",
5314 "smallvec",
5315 "smol",
5316 "strum",
5317 "sum_tree",
5318 "taffy",
5319 "thiserror 1.0.69",
5320 "unicode-segmentation",
5321 "usvg",
5322 "util",
5323 "uuid",
5324 "waker-fn",
5325 "wayland-backend",
5326 "wayland-client",
5327 "wayland-cursor",
5328 "wayland-protocols",
5329 "wayland-protocols-plasma",
5330 "windows 0.58.0",
5331 "windows-core 0.58.0",
5332 "x11-clipboard",
5333 "x11rb",
5334 "xim",
5335 "xkbcommon",
5336]
5337
5338[[package]]
5339name = "gpui_macros"
5340version = "0.1.0"
5341dependencies = [
5342 "proc-macro2",
5343 "quote",
5344 "syn 1.0.109",
5345]
5346
5347[[package]]
5348name = "grid"
5349version = "0.13.0"
5350source = "registry+https://github.com/rust-lang/crates.io-index"
5351checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5352
5353[[package]]
5354name = "group"
5355version = "0.12.1"
5356source = "registry+https://github.com/rust-lang/crates.io-index"
5357checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5358dependencies = [
5359 "ff",
5360 "rand_core 0.6.4",
5361 "subtle",
5362]
5363
5364[[package]]
5365name = "h2"
5366version = "0.3.26"
5367source = "registry+https://github.com/rust-lang/crates.io-index"
5368checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5369dependencies = [
5370 "bytes 1.9.0",
5371 "fnv",
5372 "futures-core",
5373 "futures-sink",
5374 "futures-util",
5375 "http 0.2.12",
5376 "indexmap",
5377 "slab",
5378 "tokio",
5379 "tokio-util",
5380 "tracing",
5381]
5382
5383[[package]]
5384name = "h2"
5385version = "0.4.7"
5386source = "registry+https://github.com/rust-lang/crates.io-index"
5387checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5388dependencies = [
5389 "atomic-waker",
5390 "bytes 1.9.0",
5391 "fnv",
5392 "futures-core",
5393 "futures-sink",
5394 "http 1.2.0",
5395 "indexmap",
5396 "slab",
5397 "tokio",
5398 "tokio-util",
5399 "tracing",
5400]
5401
5402[[package]]
5403name = "half"
5404version = "2.4.1"
5405source = "registry+https://github.com/rust-lang/crates.io-index"
5406checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5407dependencies = [
5408 "cfg-if",
5409 "crunchy",
5410]
5411
5412[[package]]
5413name = "handlebars"
5414version = "4.5.0"
5415source = "registry+https://github.com/rust-lang/crates.io-index"
5416checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5417dependencies = [
5418 "log",
5419 "pest",
5420 "pest_derive",
5421 "serde",
5422 "serde_json",
5423 "thiserror 1.0.69",
5424]
5425
5426[[package]]
5427name = "handlebars"
5428version = "6.2.0"
5429source = "registry+https://github.com/rust-lang/crates.io-index"
5430checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5431dependencies = [
5432 "log",
5433 "num-order",
5434 "pest",
5435 "pest_derive",
5436 "serde",
5437 "serde_json",
5438 "thiserror 1.0.69",
5439]
5440
5441[[package]]
5442name = "hashbrown"
5443version = "0.12.3"
5444source = "registry+https://github.com/rust-lang/crates.io-index"
5445checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5446dependencies = [
5447 "ahash 0.7.8",
5448]
5449
5450[[package]]
5451name = "hashbrown"
5452version = "0.13.2"
5453source = "registry+https://github.com/rust-lang/crates.io-index"
5454checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5455dependencies = [
5456 "ahash 0.8.11",
5457]
5458
5459[[package]]
5460name = "hashbrown"
5461version = "0.14.5"
5462source = "registry+https://github.com/rust-lang/crates.io-index"
5463checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5464dependencies = [
5465 "ahash 0.8.11",
5466 "allocator-api2",
5467 "serde",
5468]
5469
5470[[package]]
5471name = "hashbrown"
5472version = "0.15.2"
5473source = "registry+https://github.com/rust-lang/crates.io-index"
5474checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5475dependencies = [
5476 "allocator-api2",
5477 "equivalent",
5478 "foldhash",
5479]
5480
5481[[package]]
5482name = "hashlink"
5483version = "0.8.4"
5484source = "registry+https://github.com/rust-lang/crates.io-index"
5485checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5486dependencies = [
5487 "hashbrown 0.14.5",
5488]
5489
5490[[package]]
5491name = "hashlink"
5492version = "0.9.1"
5493source = "registry+https://github.com/rust-lang/crates.io-index"
5494checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5495dependencies = [
5496 "hashbrown 0.14.5",
5497]
5498
5499[[package]]
5500name = "headers"
5501version = "0.3.9"
5502source = "registry+https://github.com/rust-lang/crates.io-index"
5503checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5504dependencies = [
5505 "base64 0.21.7",
5506 "bytes 1.9.0",
5507 "headers-core",
5508 "http 0.2.12",
5509 "httpdate",
5510 "mime",
5511 "sha1",
5512]
5513
5514[[package]]
5515name = "headers-core"
5516version = "0.2.0"
5517source = "registry+https://github.com/rust-lang/crates.io-index"
5518checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5519dependencies = [
5520 "http 0.2.12",
5521]
5522
5523[[package]]
5524name = "heck"
5525version = "0.3.3"
5526source = "registry+https://github.com/rust-lang/crates.io-index"
5527checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5528dependencies = [
5529 "unicode-segmentation",
5530]
5531
5532[[package]]
5533name = "heck"
5534version = "0.4.1"
5535source = "registry+https://github.com/rust-lang/crates.io-index"
5536checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5537dependencies = [
5538 "unicode-segmentation",
5539]
5540
5541[[package]]
5542name = "heck"
5543version = "0.5.0"
5544source = "registry+https://github.com/rust-lang/crates.io-index"
5545checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5546
5547[[package]]
5548name = "heed"
5549version = "0.21.0"
5550source = "registry+https://github.com/rust-lang/crates.io-index"
5551checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5552dependencies = [
5553 "bitflags 2.6.0",
5554 "byteorder",
5555 "heed-traits",
5556 "heed-types",
5557 "libc",
5558 "lmdb-master-sys",
5559 "once_cell",
5560 "page_size",
5561 "serde",
5562 "synchronoise",
5563 "url",
5564]
5565
5566[[package]]
5567name = "heed-traits"
5568version = "0.20.0"
5569source = "registry+https://github.com/rust-lang/crates.io-index"
5570checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5571
5572[[package]]
5573name = "heed-types"
5574version = "0.21.0"
5575source = "registry+https://github.com/rust-lang/crates.io-index"
5576checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5577dependencies = [
5578 "bincode",
5579 "byteorder",
5580 "heed-traits",
5581 "serde",
5582 "serde_json",
5583]
5584
5585[[package]]
5586name = "hermit-abi"
5587version = "0.3.9"
5588source = "registry+https://github.com/rust-lang/crates.io-index"
5589checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5590
5591[[package]]
5592name = "hermit-abi"
5593version = "0.4.0"
5594source = "registry+https://github.com/rust-lang/crates.io-index"
5595checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5596
5597[[package]]
5598name = "hex"
5599version = "0.4.3"
5600source = "registry+https://github.com/rust-lang/crates.io-index"
5601checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5602
5603[[package]]
5604name = "hexf-parse"
5605version = "0.2.1"
5606source = "registry+https://github.com/rust-lang/crates.io-index"
5607checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5608
5609[[package]]
5610name = "hidden-trait"
5611version = "0.1.2"
5612source = "registry+https://github.com/rust-lang/crates.io-index"
5613checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5614dependencies = [
5615 "proc-macro2",
5616 "quote",
5617 "syn 1.0.109",
5618]
5619
5620[[package]]
5621name = "hkdf"
5622version = "0.12.4"
5623source = "registry+https://github.com/rust-lang/crates.io-index"
5624checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5625dependencies = [
5626 "hmac",
5627]
5628
5629[[package]]
5630name = "hmac"
5631version = "0.12.1"
5632source = "registry+https://github.com/rust-lang/crates.io-index"
5633checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5634dependencies = [
5635 "digest",
5636]
5637
5638[[package]]
5639name = "home"
5640version = "0.5.9"
5641source = "registry+https://github.com/rust-lang/crates.io-index"
5642checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5643dependencies = [
5644 "windows-sys 0.52.0",
5645]
5646
5647[[package]]
5648name = "hound"
5649version = "3.5.1"
5650source = "registry+https://github.com/rust-lang/crates.io-index"
5651checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5652
5653[[package]]
5654name = "html5ever"
5655version = "0.27.0"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5658dependencies = [
5659 "log",
5660 "mac",
5661 "markup5ever",
5662 "proc-macro2",
5663 "quote",
5664 "syn 2.0.90",
5665]
5666
5667[[package]]
5668name = "html_to_markdown"
5669version = "0.1.0"
5670dependencies = [
5671 "anyhow",
5672 "html5ever",
5673 "indoc",
5674 "markup5ever_rcdom",
5675 "pretty_assertions",
5676 "regex",
5677]
5678
5679[[package]]
5680name = "http"
5681version = "0.2.12"
5682source = "registry+https://github.com/rust-lang/crates.io-index"
5683checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5684dependencies = [
5685 "bytes 1.9.0",
5686 "fnv",
5687 "itoa",
5688]
5689
5690[[package]]
5691name = "http"
5692version = "1.2.0"
5693source = "registry+https://github.com/rust-lang/crates.io-index"
5694checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5695dependencies = [
5696 "bytes 1.9.0",
5697 "fnv",
5698 "itoa",
5699]
5700
5701[[package]]
5702name = "http-body"
5703version = "0.4.6"
5704source = "registry+https://github.com/rust-lang/crates.io-index"
5705checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5706dependencies = [
5707 "bytes 1.9.0",
5708 "http 0.2.12",
5709 "pin-project-lite",
5710]
5711
5712[[package]]
5713name = "http-body"
5714version = "1.0.1"
5715source = "registry+https://github.com/rust-lang/crates.io-index"
5716checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5717dependencies = [
5718 "bytes 1.9.0",
5719 "http 1.2.0",
5720]
5721
5722[[package]]
5723name = "http-body-util"
5724version = "0.1.2"
5725source = "registry+https://github.com/rust-lang/crates.io-index"
5726checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5727dependencies = [
5728 "bytes 1.9.0",
5729 "futures-util",
5730 "http 1.2.0",
5731 "http-body 1.0.1",
5732 "pin-project-lite",
5733]
5734
5735[[package]]
5736name = "http-range-header"
5737version = "0.3.1"
5738source = "registry+https://github.com/rust-lang/crates.io-index"
5739checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5740
5741[[package]]
5742name = "http-types"
5743version = "2.12.0"
5744source = "registry+https://github.com/rust-lang/crates.io-index"
5745checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5746dependencies = [
5747 "anyhow",
5748 "async-channel 1.9.0",
5749 "base64 0.13.1",
5750 "futures-lite 1.13.0",
5751 "http 0.2.12",
5752 "infer",
5753 "pin-project-lite",
5754 "rand 0.7.3",
5755 "serde",
5756 "serde_json",
5757 "serde_qs 0.8.5",
5758 "serde_urlencoded",
5759 "url",
5760]
5761
5762[[package]]
5763name = "http_client"
5764version = "0.1.0"
5765dependencies = [
5766 "anyhow",
5767 "bytes 1.9.0",
5768 "derive_more",
5769 "futures 0.3.31",
5770 "http 1.2.0",
5771 "log",
5772 "serde",
5773 "serde_json",
5774 "url",
5775]
5776
5777[[package]]
5778name = "httparse"
5779version = "1.9.5"
5780source = "registry+https://github.com/rust-lang/crates.io-index"
5781checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5782
5783[[package]]
5784name = "httpdate"
5785version = "1.0.3"
5786source = "registry+https://github.com/rust-lang/crates.io-index"
5787checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5788
5789[[package]]
5790name = "human_bytes"
5791version = "0.4.3"
5792source = "registry+https://github.com/rust-lang/crates.io-index"
5793checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5794
5795[[package]]
5796name = "humantime"
5797version = "2.1.0"
5798source = "registry+https://github.com/rust-lang/crates.io-index"
5799checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5800
5801[[package]]
5802name = "hyper"
5803version = "0.14.32"
5804source = "registry+https://github.com/rust-lang/crates.io-index"
5805checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5806dependencies = [
5807 "bytes 1.9.0",
5808 "futures-channel",
5809 "futures-core",
5810 "futures-util",
5811 "h2 0.3.26",
5812 "http 0.2.12",
5813 "http-body 0.4.6",
5814 "httparse",
5815 "httpdate",
5816 "itoa",
5817 "pin-project-lite",
5818 "socket2",
5819 "tokio",
5820 "tower-service",
5821 "tracing",
5822 "want",
5823]
5824
5825[[package]]
5826name = "hyper"
5827version = "1.5.1"
5828source = "registry+https://github.com/rust-lang/crates.io-index"
5829checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5830dependencies = [
5831 "bytes 1.9.0",
5832 "futures-channel",
5833 "futures-util",
5834 "h2 0.4.7",
5835 "http 1.2.0",
5836 "http-body 1.0.1",
5837 "httparse",
5838 "itoa",
5839 "pin-project-lite",
5840 "smallvec",
5841 "tokio",
5842 "want",
5843]
5844
5845[[package]]
5846name = "hyper-rustls"
5847version = "0.24.2"
5848source = "registry+https://github.com/rust-lang/crates.io-index"
5849checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5850dependencies = [
5851 "futures-util",
5852 "http 0.2.12",
5853 "hyper 0.14.32",
5854 "log",
5855 "rustls 0.21.12",
5856 "rustls-native-certs 0.6.3",
5857 "tokio",
5858 "tokio-rustls 0.24.1",
5859]
5860
5861[[package]]
5862name = "hyper-rustls"
5863version = "0.27.3"
5864source = "registry+https://github.com/rust-lang/crates.io-index"
5865checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5866dependencies = [
5867 "futures-util",
5868 "http 1.2.0",
5869 "hyper 1.5.1",
5870 "hyper-util",
5871 "rustls 0.23.20",
5872 "rustls-native-certs 0.8.1",
5873 "rustls-pki-types",
5874 "tokio",
5875 "tokio-rustls 0.26.1",
5876 "tower-service",
5877]
5878
5879[[package]]
5880name = "hyper-tls"
5881version = "0.5.0"
5882source = "registry+https://github.com/rust-lang/crates.io-index"
5883checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5884dependencies = [
5885 "bytes 1.9.0",
5886 "hyper 0.14.32",
5887 "native-tls",
5888 "tokio",
5889 "tokio-native-tls",
5890]
5891
5892[[package]]
5893name = "hyper-util"
5894version = "0.1.10"
5895source = "registry+https://github.com/rust-lang/crates.io-index"
5896checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
5897dependencies = [
5898 "bytes 1.9.0",
5899 "futures-channel",
5900 "futures-util",
5901 "http 1.2.0",
5902 "http-body 1.0.1",
5903 "hyper 1.5.1",
5904 "pin-project-lite",
5905 "socket2",
5906 "tokio",
5907 "tower-service",
5908 "tracing",
5909]
5910
5911[[package]]
5912name = "iana-time-zone"
5913version = "0.1.61"
5914source = "registry+https://github.com/rust-lang/crates.io-index"
5915checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
5916dependencies = [
5917 "android_system_properties",
5918 "core-foundation-sys",
5919 "iana-time-zone-haiku",
5920 "js-sys",
5921 "wasm-bindgen",
5922 "windows-core 0.52.0",
5923]
5924
5925[[package]]
5926name = "iana-time-zone-haiku"
5927version = "0.1.2"
5928source = "registry+https://github.com/rust-lang/crates.io-index"
5929checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5930dependencies = [
5931 "cc",
5932]
5933
5934[[package]]
5935name = "icu_collections"
5936version = "1.5.0"
5937source = "registry+https://github.com/rust-lang/crates.io-index"
5938checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
5939dependencies = [
5940 "displaydoc",
5941 "yoke",
5942 "zerofrom",
5943 "zerovec",
5944]
5945
5946[[package]]
5947name = "icu_locid"
5948version = "1.5.0"
5949source = "registry+https://github.com/rust-lang/crates.io-index"
5950checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
5951dependencies = [
5952 "displaydoc",
5953 "litemap",
5954 "tinystr",
5955 "writeable",
5956 "zerovec",
5957]
5958
5959[[package]]
5960name = "icu_locid_transform"
5961version = "1.5.0"
5962source = "registry+https://github.com/rust-lang/crates.io-index"
5963checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
5964dependencies = [
5965 "displaydoc",
5966 "icu_locid",
5967 "icu_locid_transform_data",
5968 "icu_provider",
5969 "tinystr",
5970 "zerovec",
5971]
5972
5973[[package]]
5974name = "icu_locid_transform_data"
5975version = "1.5.0"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
5978
5979[[package]]
5980name = "icu_normalizer"
5981version = "1.5.0"
5982source = "registry+https://github.com/rust-lang/crates.io-index"
5983checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
5984dependencies = [
5985 "displaydoc",
5986 "icu_collections",
5987 "icu_normalizer_data",
5988 "icu_properties",
5989 "icu_provider",
5990 "smallvec",
5991 "utf16_iter",
5992 "utf8_iter",
5993 "write16",
5994 "zerovec",
5995]
5996
5997[[package]]
5998name = "icu_normalizer_data"
5999version = "1.5.0"
6000source = "registry+https://github.com/rust-lang/crates.io-index"
6001checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6002
6003[[package]]
6004name = "icu_properties"
6005version = "1.5.1"
6006source = "registry+https://github.com/rust-lang/crates.io-index"
6007checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6008dependencies = [
6009 "displaydoc",
6010 "icu_collections",
6011 "icu_locid_transform",
6012 "icu_properties_data",
6013 "icu_provider",
6014 "tinystr",
6015 "zerovec",
6016]
6017
6018[[package]]
6019name = "icu_properties_data"
6020version = "1.5.0"
6021source = "registry+https://github.com/rust-lang/crates.io-index"
6022checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6023
6024[[package]]
6025name = "icu_provider"
6026version = "1.5.0"
6027source = "registry+https://github.com/rust-lang/crates.io-index"
6028checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6029dependencies = [
6030 "displaydoc",
6031 "icu_locid",
6032 "icu_provider_macros",
6033 "stable_deref_trait",
6034 "tinystr",
6035 "writeable",
6036 "yoke",
6037 "zerofrom",
6038 "zerovec",
6039]
6040
6041[[package]]
6042name = "icu_provider_macros"
6043version = "1.5.0"
6044source = "registry+https://github.com/rust-lang/crates.io-index"
6045checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6046dependencies = [
6047 "proc-macro2",
6048 "quote",
6049 "syn 2.0.90",
6050]
6051
6052[[package]]
6053name = "id-arena"
6054version = "2.2.1"
6055source = "registry+https://github.com/rust-lang/crates.io-index"
6056checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6057
6058[[package]]
6059name = "idna"
6060version = "1.0.3"
6061source = "registry+https://github.com/rust-lang/crates.io-index"
6062checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6063dependencies = [
6064 "idna_adapter",
6065 "smallvec",
6066 "utf8_iter",
6067]
6068
6069[[package]]
6070name = "idna_adapter"
6071version = "1.2.0"
6072source = "registry+https://github.com/rust-lang/crates.io-index"
6073checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6074dependencies = [
6075 "icu_normalizer",
6076 "icu_properties",
6077]
6078
6079[[package]]
6080name = "ignore"
6081version = "0.4.23"
6082source = "registry+https://github.com/rust-lang/crates.io-index"
6083checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6084dependencies = [
6085 "crossbeam-deque",
6086 "globset",
6087 "log",
6088 "memchr",
6089 "regex-automata 0.4.9",
6090 "same-file",
6091 "walkdir",
6092 "winapi-util",
6093]
6094
6095[[package]]
6096name = "image"
6097version = "0.25.5"
6098source = "registry+https://github.com/rust-lang/crates.io-index"
6099checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6100dependencies = [
6101 "bytemuck",
6102 "byteorder-lite",
6103 "color_quant",
6104 "exr",
6105 "gif",
6106 "image-webp",
6107 "num-traits",
6108 "png",
6109 "qoi",
6110 "ravif",
6111 "rayon",
6112 "rgb",
6113 "tiff",
6114 "zune-core",
6115 "zune-jpeg",
6116]
6117
6118[[package]]
6119name = "image-webp"
6120version = "0.2.0"
6121source = "registry+https://github.com/rust-lang/crates.io-index"
6122checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6123dependencies = [
6124 "byteorder-lite",
6125 "quick-error",
6126]
6127
6128[[package]]
6129name = "image_viewer"
6130version = "0.1.0"
6131dependencies = [
6132 "anyhow",
6133 "db",
6134 "editor",
6135 "file_icons",
6136 "gpui",
6137 "project",
6138 "settings",
6139 "theme",
6140 "ui",
6141 "util",
6142 "workspace",
6143]
6144
6145[[package]]
6146name = "imagesize"
6147version = "0.13.0"
6148source = "registry+https://github.com/rust-lang/crates.io-index"
6149checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6150
6151[[package]]
6152name = "imgref"
6153version = "1.11.0"
6154source = "registry+https://github.com/rust-lang/crates.io-index"
6155checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6156
6157[[package]]
6158name = "indexed_docs"
6159version = "0.1.0"
6160dependencies = [
6161 "anyhow",
6162 "async-trait",
6163 "cargo_metadata",
6164 "collections",
6165 "derive_more",
6166 "extension",
6167 "fs",
6168 "futures 0.3.31",
6169 "fuzzy",
6170 "gpui",
6171 "heed",
6172 "html_to_markdown",
6173 "http_client",
6174 "indexmap",
6175 "indoc",
6176 "parking_lot",
6177 "paths",
6178 "pretty_assertions",
6179 "serde",
6180 "strum",
6181 "util",
6182]
6183
6184[[package]]
6185name = "indexmap"
6186version = "2.7.0"
6187source = "registry+https://github.com/rust-lang/crates.io-index"
6188checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
6189dependencies = [
6190 "equivalent",
6191 "hashbrown 0.15.2",
6192 "serde",
6193]
6194
6195[[package]]
6196name = "indoc"
6197version = "2.0.5"
6198source = "registry+https://github.com/rust-lang/crates.io-index"
6199checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6200
6201[[package]]
6202name = "infer"
6203version = "0.2.3"
6204source = "registry+https://github.com/rust-lang/crates.io-index"
6205checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6206
6207[[package]]
6208name = "inherent"
6209version = "1.0.11"
6210source = "registry+https://github.com/rust-lang/crates.io-index"
6211checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6212dependencies = [
6213 "proc-macro2",
6214 "quote",
6215 "syn 2.0.90",
6216]
6217
6218[[package]]
6219name = "inline_completion"
6220version = "0.1.0"
6221dependencies = [
6222 "gpui",
6223 "language",
6224]
6225
6226[[package]]
6227name = "inline_completion_button"
6228version = "0.1.0"
6229dependencies = [
6230 "anyhow",
6231 "copilot",
6232 "editor",
6233 "feature_flags",
6234 "fs",
6235 "futures 0.3.31",
6236 "gpui",
6237 "indoc",
6238 "inline_completion",
6239 "language",
6240 "lsp",
6241 "paths",
6242 "project",
6243 "serde_json",
6244 "settings",
6245 "supermaven",
6246 "theme",
6247 "ui",
6248 "workspace",
6249 "zed_actions",
6250 "zeta",
6251]
6252
6253[[package]]
6254name = "inotify"
6255version = "0.9.6"
6256source = "registry+https://github.com/rust-lang/crates.io-index"
6257checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6258dependencies = [
6259 "bitflags 1.3.2",
6260 "inotify-sys",
6261 "libc",
6262]
6263
6264[[package]]
6265name = "inotify-sys"
6266version = "0.1.5"
6267source = "registry+https://github.com/rust-lang/crates.io-index"
6268checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6269dependencies = [
6270 "libc",
6271]
6272
6273[[package]]
6274name = "inout"
6275version = "0.1.3"
6276source = "registry+https://github.com/rust-lang/crates.io-index"
6277checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6278dependencies = [
6279 "block-padding",
6280 "generic-array",
6281]
6282
6283[[package]]
6284name = "install_cli"
6285version = "0.1.0"
6286dependencies = [
6287 "anyhow",
6288 "gpui",
6289 "smol",
6290 "util",
6291]
6292
6293[[package]]
6294name = "instant"
6295version = "0.1.13"
6296source = "registry+https://github.com/rust-lang/crates.io-index"
6297checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6298dependencies = [
6299 "cfg-if",
6300]
6301
6302[[package]]
6303name = "interpolate_name"
6304version = "0.2.4"
6305source = "registry+https://github.com/rust-lang/crates.io-index"
6306checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6307dependencies = [
6308 "proc-macro2",
6309 "quote",
6310 "syn 2.0.90",
6311]
6312
6313[[package]]
6314name = "io-extras"
6315version = "0.18.4"
6316source = "registry+https://github.com/rust-lang/crates.io-index"
6317checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6318dependencies = [
6319 "io-lifetimes",
6320 "windows-sys 0.59.0",
6321]
6322
6323[[package]]
6324name = "io-lifetimes"
6325version = "2.0.4"
6326source = "registry+https://github.com/rust-lang/crates.io-index"
6327checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6328
6329[[package]]
6330name = "iovec"
6331version = "0.1.4"
6332source = "registry+https://github.com/rust-lang/crates.io-index"
6333checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6334dependencies = [
6335 "libc",
6336]
6337
6338[[package]]
6339name = "ipc-channel"
6340version = "0.19.0"
6341source = "registry+https://github.com/rust-lang/crates.io-index"
6342checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6343dependencies = [
6344 "bincode",
6345 "crossbeam-channel",
6346 "fnv",
6347 "lazy_static",
6348 "libc",
6349 "mio 1.0.3",
6350 "rand 0.8.5",
6351 "serde",
6352 "tempfile",
6353 "uuid",
6354 "windows 0.58.0",
6355]
6356
6357[[package]]
6358name = "ipnet"
6359version = "2.10.1"
6360source = "registry+https://github.com/rust-lang/crates.io-index"
6361checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6362
6363[[package]]
6364name = "is-docker"
6365version = "0.2.0"
6366source = "registry+https://github.com/rust-lang/crates.io-index"
6367checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6368dependencies = [
6369 "once_cell",
6370]
6371
6372[[package]]
6373name = "is-terminal"
6374version = "0.4.13"
6375source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6377dependencies = [
6378 "hermit-abi 0.4.0",
6379 "libc",
6380 "windows-sys 0.52.0",
6381]
6382
6383[[package]]
6384name = "is-wsl"
6385version = "0.4.0"
6386source = "registry+https://github.com/rust-lang/crates.io-index"
6387checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6388dependencies = [
6389 "is-docker",
6390 "once_cell",
6391]
6392
6393[[package]]
6394name = "is_terminal_polyfill"
6395version = "1.70.1"
6396source = "registry+https://github.com/rust-lang/crates.io-index"
6397checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6398
6399[[package]]
6400name = "itertools"
6401version = "0.10.5"
6402source = "registry+https://github.com/rust-lang/crates.io-index"
6403checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6404dependencies = [
6405 "either",
6406]
6407
6408[[package]]
6409name = "itertools"
6410version = "0.11.0"
6411source = "registry+https://github.com/rust-lang/crates.io-index"
6412checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6413dependencies = [
6414 "either",
6415]
6416
6417[[package]]
6418name = "itertools"
6419version = "0.12.1"
6420source = "registry+https://github.com/rust-lang/crates.io-index"
6421checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6422dependencies = [
6423 "either",
6424]
6425
6426[[package]]
6427name = "itertools"
6428version = "0.14.0"
6429source = "registry+https://github.com/rust-lang/crates.io-index"
6430checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6431dependencies = [
6432 "either",
6433]
6434
6435[[package]]
6436name = "itoa"
6437version = "1.0.14"
6438source = "registry+https://github.com/rust-lang/crates.io-index"
6439checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6440
6441[[package]]
6442name = "jni"
6443version = "0.21.1"
6444source = "registry+https://github.com/rust-lang/crates.io-index"
6445checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6446dependencies = [
6447 "cesu8",
6448 "cfg-if",
6449 "combine",
6450 "jni-sys",
6451 "log",
6452 "thiserror 1.0.69",
6453 "walkdir",
6454 "windows-sys 0.45.0",
6455]
6456
6457[[package]]
6458name = "jni-sys"
6459version = "0.3.0"
6460source = "registry+https://github.com/rust-lang/crates.io-index"
6461checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6462
6463[[package]]
6464name = "jobserver"
6465version = "0.1.32"
6466source = "registry+https://github.com/rust-lang/crates.io-index"
6467checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6468dependencies = [
6469 "libc",
6470]
6471
6472[[package]]
6473name = "journal"
6474version = "0.1.0"
6475dependencies = [
6476 "anyhow",
6477 "chrono",
6478 "editor",
6479 "gpui",
6480 "log",
6481 "schemars",
6482 "serde",
6483 "settings",
6484 "shellexpand 2.1.2",
6485 "workspace",
6486]
6487
6488[[package]]
6489name = "jpeg-decoder"
6490version = "0.3.1"
6491source = "registry+https://github.com/rust-lang/crates.io-index"
6492checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6493
6494[[package]]
6495name = "js-sys"
6496version = "0.3.76"
6497source = "registry+https://github.com/rust-lang/crates.io-index"
6498checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6499dependencies = [
6500 "once_cell",
6501 "wasm-bindgen",
6502]
6503
6504[[package]]
6505name = "jsonwebtoken"
6506version = "9.3.0"
6507source = "registry+https://github.com/rust-lang/crates.io-index"
6508checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6509dependencies = [
6510 "base64 0.21.7",
6511 "js-sys",
6512 "pem",
6513 "ring",
6514 "serde",
6515 "serde_json",
6516 "simple_asn1",
6517]
6518
6519[[package]]
6520name = "jupyter-protocol"
6521version = "0.6.0"
6522source = "registry+https://github.com/rust-lang/crates.io-index"
6523checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6524dependencies = [
6525 "anyhow",
6526 "async-trait",
6527 "bytes 1.9.0",
6528 "chrono",
6529 "futures 0.3.31",
6530 "serde",
6531 "serde_json",
6532 "uuid",
6533]
6534
6535[[package]]
6536name = "jupyter-websocket-client"
6537version = "0.9.0"
6538source = "registry+https://github.com/rust-lang/crates.io-index"
6539checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6540dependencies = [
6541 "anyhow",
6542 "async-trait",
6543 "async-tungstenite 0.28.2",
6544 "futures 0.3.31",
6545 "jupyter-protocol",
6546 "serde",
6547 "serde_json",
6548 "url",
6549 "uuid",
6550]
6551
6552[[package]]
6553name = "khronos-egl"
6554version = "6.0.0"
6555source = "registry+https://github.com/rust-lang/crates.io-index"
6556checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6557dependencies = [
6558 "libc",
6559 "libloading",
6560]
6561
6562[[package]]
6563name = "kqueue"
6564version = "1.0.8"
6565source = "registry+https://github.com/rust-lang/crates.io-index"
6566checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6567dependencies = [
6568 "kqueue-sys",
6569 "libc",
6570]
6571
6572[[package]]
6573name = "kqueue-sys"
6574version = "1.0.4"
6575source = "registry+https://github.com/rust-lang/crates.io-index"
6576checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6577dependencies = [
6578 "bitflags 1.3.2",
6579 "libc",
6580]
6581
6582[[package]]
6583name = "kurbo"
6584version = "0.11.1"
6585source = "registry+https://github.com/rust-lang/crates.io-index"
6586checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6587dependencies = [
6588 "arrayvec",
6589 "smallvec",
6590]
6591
6592[[package]]
6593name = "kv-log-macro"
6594version = "1.0.7"
6595source = "registry+https://github.com/rust-lang/crates.io-index"
6596checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6597dependencies = [
6598 "log",
6599]
6600
6601[[package]]
6602name = "language"
6603version = "0.1.0"
6604dependencies = [
6605 "anyhow",
6606 "async-trait",
6607 "async-watch",
6608 "clock",
6609 "collections",
6610 "ctor",
6611 "ec4rs",
6612 "env_logger 0.11.6",
6613 "fs",
6614 "futures 0.3.31",
6615 "fuzzy",
6616 "globset",
6617 "gpui",
6618 "http_client",
6619 "indoc",
6620 "itertools 0.14.0",
6621 "log",
6622 "lsp",
6623 "parking_lot",
6624 "postage",
6625 "pretty_assertions",
6626 "pulldown-cmark 0.12.2",
6627 "rand 0.8.5",
6628 "regex",
6629 "rpc",
6630 "schemars",
6631 "serde",
6632 "serde_json",
6633 "settings",
6634 "similar",
6635 "smallvec",
6636 "smol",
6637 "strsim",
6638 "sum_tree",
6639 "task",
6640 "text",
6641 "theme",
6642 "tree-sitter",
6643 "tree-sitter-elixir",
6644 "tree-sitter-embedded-template",
6645 "tree-sitter-heex",
6646 "tree-sitter-html",
6647 "tree-sitter-json",
6648 "tree-sitter-md",
6649 "tree-sitter-ruby",
6650 "tree-sitter-rust",
6651 "tree-sitter-typescript",
6652 "unicase",
6653 "unindent",
6654 "util",
6655]
6656
6657[[package]]
6658name = "language_extension"
6659version = "0.1.0"
6660dependencies = [
6661 "anyhow",
6662 "async-trait",
6663 "collections",
6664 "extension",
6665 "futures 0.3.31",
6666 "gpui",
6667 "language",
6668 "lsp",
6669 "serde",
6670 "serde_json",
6671 "util",
6672]
6673
6674[[package]]
6675name = "language_model"
6676version = "0.1.0"
6677dependencies = [
6678 "anthropic",
6679 "anyhow",
6680 "base64 0.22.1",
6681 "collections",
6682 "futures 0.3.31",
6683 "google_ai",
6684 "gpui",
6685 "http_client",
6686 "image",
6687 "lmstudio",
6688 "log",
6689 "ollama",
6690 "open_ai",
6691 "parking_lot",
6692 "proto",
6693 "schemars",
6694 "serde",
6695 "serde_json",
6696 "smol",
6697 "strum",
6698 "ui",
6699 "util",
6700]
6701
6702[[package]]
6703name = "language_model_selector"
6704version = "0.1.0"
6705dependencies = [
6706 "feature_flags",
6707 "gpui",
6708 "language_model",
6709 "picker",
6710 "proto",
6711 "ui",
6712 "workspace",
6713 "zed_actions",
6714]
6715
6716[[package]]
6717name = "language_models"
6718version = "0.1.0"
6719dependencies = [
6720 "anthropic",
6721 "anyhow",
6722 "client",
6723 "collections",
6724 "copilot",
6725 "editor",
6726 "feature_flags",
6727 "fs",
6728 "futures 0.3.31",
6729 "google_ai",
6730 "gpui",
6731 "http_client",
6732 "language_model",
6733 "lmstudio",
6734 "menu",
6735 "ollama",
6736 "open_ai",
6737 "project",
6738 "proto",
6739 "schemars",
6740 "serde",
6741 "serde_json",
6742 "settings",
6743 "smol",
6744 "strum",
6745 "telemetry_events",
6746 "theme",
6747 "thiserror 1.0.69",
6748 "tiktoken-rs",
6749 "ui",
6750 "util",
6751]
6752
6753[[package]]
6754name = "language_selector"
6755version = "0.1.0"
6756dependencies = [
6757 "anyhow",
6758 "editor",
6759 "file_finder",
6760 "file_icons",
6761 "fuzzy",
6762 "gpui",
6763 "language",
6764 "picker",
6765 "project",
6766 "settings",
6767 "ui",
6768 "util",
6769 "workspace",
6770]
6771
6772[[package]]
6773name = "language_tools"
6774version = "0.1.0"
6775dependencies = [
6776 "anyhow",
6777 "client",
6778 "collections",
6779 "copilot",
6780 "editor",
6781 "env_logger 0.11.6",
6782 "futures 0.3.31",
6783 "gpui",
6784 "itertools 0.14.0",
6785 "language",
6786 "lsp",
6787 "project",
6788 "release_channel",
6789 "serde_json",
6790 "settings",
6791 "theme",
6792 "tree-sitter",
6793 "ui",
6794 "util",
6795 "workspace",
6796 "zed_actions",
6797]
6798
6799[[package]]
6800name = "languages"
6801version = "0.1.0"
6802dependencies = [
6803 "anyhow",
6804 "async-compression",
6805 "async-tar",
6806 "async-trait",
6807 "collections",
6808 "futures 0.3.31",
6809 "gpui",
6810 "http_client",
6811 "language",
6812 "log",
6813 "lsp",
6814 "node_runtime",
6815 "paths",
6816 "pet",
6817 "pet-conda",
6818 "pet-core",
6819 "pet-fs",
6820 "pet-poetry",
6821 "pet-reporter",
6822 "project",
6823 "regex",
6824 "rope",
6825 "rust-embed",
6826 "serde",
6827 "serde_json",
6828 "settings",
6829 "smol",
6830 "task",
6831 "text",
6832 "theme",
6833 "toml 0.8.19",
6834 "tree-sitter",
6835 "tree-sitter-bash",
6836 "tree-sitter-c",
6837 "tree-sitter-cpp",
6838 "tree-sitter-css",
6839 "tree-sitter-diff",
6840 "tree-sitter-go",
6841 "tree-sitter-gomod",
6842 "tree-sitter-gowork",
6843 "tree-sitter-jsdoc",
6844 "tree-sitter-json",
6845 "tree-sitter-md",
6846 "tree-sitter-python",
6847 "tree-sitter-regex",
6848 "tree-sitter-rust",
6849 "tree-sitter-typescript",
6850 "tree-sitter-yaml",
6851 "unindent",
6852 "util",
6853 "workspace",
6854]
6855
6856[[package]]
6857name = "lazy_static"
6858version = "1.5.0"
6859source = "registry+https://github.com/rust-lang/crates.io-index"
6860checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6861dependencies = [
6862 "spin",
6863]
6864
6865[[package]]
6866name = "leb128"
6867version = "0.2.5"
6868source = "registry+https://github.com/rust-lang/crates.io-index"
6869checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6870
6871[[package]]
6872name = "lebe"
6873version = "0.5.2"
6874source = "registry+https://github.com/rust-lang/crates.io-index"
6875checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6876
6877[[package]]
6878name = "libc"
6879version = "0.2.169"
6880source = "registry+https://github.com/rust-lang/crates.io-index"
6881checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
6882
6883[[package]]
6884name = "libdbus-sys"
6885version = "0.2.5"
6886source = "registry+https://github.com/rust-lang/crates.io-index"
6887checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6888dependencies = [
6889 "cc",
6890 "pkg-config",
6891]
6892
6893[[package]]
6894name = "libfuzzer-sys"
6895version = "0.4.8"
6896source = "registry+https://github.com/rust-lang/crates.io-index"
6897checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
6898dependencies = [
6899 "arbitrary",
6900 "cc",
6901]
6902
6903[[package]]
6904name = "libgit2-sys"
6905version = "0.17.0+1.8.1"
6906source = "registry+https://github.com/rust-lang/crates.io-index"
6907checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6908dependencies = [
6909 "cc",
6910 "libc",
6911 "libz-sys",
6912 "pkg-config",
6913]
6914
6915[[package]]
6916name = "libloading"
6917version = "0.8.6"
6918source = "registry+https://github.com/rust-lang/crates.io-index"
6919checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
6920dependencies = [
6921 "cfg-if",
6922 "windows-targets 0.52.6",
6923]
6924
6925[[package]]
6926name = "libm"
6927version = "0.2.11"
6928source = "registry+https://github.com/rust-lang/crates.io-index"
6929checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
6930
6931[[package]]
6932name = "libmimalloc-sys"
6933version = "0.1.39"
6934source = "registry+https://github.com/rust-lang/crates.io-index"
6935checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6936dependencies = [
6937 "cc",
6938 "libc",
6939]
6940
6941[[package]]
6942name = "libredox"
6943version = "0.1.3"
6944source = "registry+https://github.com/rust-lang/crates.io-index"
6945checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6946dependencies = [
6947 "bitflags 2.6.0",
6948 "libc",
6949 "redox_syscall 0.5.8",
6950]
6951
6952[[package]]
6953name = "libsqlite3-sys"
6954version = "0.30.1"
6955source = "registry+https://github.com/rust-lang/crates.io-index"
6956checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
6957dependencies = [
6958 "cc",
6959 "pkg-config",
6960 "vcpkg",
6961]
6962
6963[[package]]
6964name = "libwebrtc"
6965version = "0.3.7"
6966source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
6967dependencies = [
6968 "cxx",
6969 "jni",
6970 "js-sys",
6971 "lazy_static",
6972 "livekit-protocol",
6973 "livekit-runtime",
6974 "log",
6975 "parking_lot",
6976 "serde",
6977 "serde_json",
6978 "thiserror 1.0.69",
6979 "tokio",
6980 "wasm-bindgen",
6981 "wasm-bindgen-futures",
6982 "web-sys",
6983 "webrtc-sys",
6984]
6985
6986[[package]]
6987name = "libz-sys"
6988version = "1.1.20"
6989source = "registry+https://github.com/rust-lang/crates.io-index"
6990checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6991dependencies = [
6992 "cc",
6993 "libc",
6994 "pkg-config",
6995 "vcpkg",
6996]
6997
6998[[package]]
6999name = "link-cplusplus"
7000version = "1.0.9"
7001source = "registry+https://github.com/rust-lang/crates.io-index"
7002checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7003dependencies = [
7004 "cc",
7005]
7006
7007[[package]]
7008name = "linkify"
7009version = "0.10.0"
7010source = "registry+https://github.com/rust-lang/crates.io-index"
7011checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7012dependencies = [
7013 "memchr",
7014]
7015
7016[[package]]
7017name = "linkme"
7018version = "0.3.31"
7019source = "registry+https://github.com/rust-lang/crates.io-index"
7020checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7021dependencies = [
7022 "linkme-impl",
7023]
7024
7025[[package]]
7026name = "linkme-impl"
7027version = "0.3.31"
7028source = "registry+https://github.com/rust-lang/crates.io-index"
7029checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7030dependencies = [
7031 "proc-macro2",
7032 "quote",
7033 "syn 2.0.90",
7034]
7035
7036[[package]]
7037name = "linux-raw-sys"
7038version = "0.4.14"
7039source = "registry+https://github.com/rust-lang/crates.io-index"
7040checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7041
7042[[package]]
7043name = "litemap"
7044version = "0.7.4"
7045source = "registry+https://github.com/rust-lang/crates.io-index"
7046checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7047
7048[[package]]
7049name = "livekit"
7050version = "0.7.0"
7051source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7052dependencies = [
7053 "chrono",
7054 "futures-util",
7055 "lazy_static",
7056 "libwebrtc",
7057 "livekit-api",
7058 "livekit-protocol",
7059 "livekit-runtime",
7060 "log",
7061 "parking_lot",
7062 "prost 0.12.6",
7063 "semver",
7064 "serde",
7065 "serde_json",
7066 "thiserror 1.0.69",
7067 "tokio",
7068]
7069
7070[[package]]
7071name = "livekit-api"
7072version = "0.4.1"
7073source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7074dependencies = [
7075 "async-tungstenite 0.25.1",
7076 "futures-util",
7077 "http 0.2.12",
7078 "jsonwebtoken",
7079 "livekit-protocol",
7080 "livekit-runtime",
7081 "log",
7082 "parking_lot",
7083 "prost 0.12.6",
7084 "reqwest 0.11.27",
7085 "scopeguard",
7086 "serde",
7087 "serde_json",
7088 "sha2",
7089 "thiserror 1.0.69",
7090 "tokio",
7091 "tokio-tungstenite 0.20.1",
7092 "url",
7093]
7094
7095[[package]]
7096name = "livekit-protocol"
7097version = "0.3.6"
7098source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7099dependencies = [
7100 "futures-util",
7101 "livekit-runtime",
7102 "parking_lot",
7103 "pbjson",
7104 "pbjson-types",
7105 "prost 0.12.6",
7106 "prost-types 0.12.6",
7107 "serde",
7108 "thiserror 1.0.69",
7109 "tokio",
7110]
7111
7112[[package]]
7113name = "livekit-runtime"
7114version = "0.3.1"
7115source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7116dependencies = [
7117 "async-io",
7118 "async-std",
7119 "async-task",
7120 "futures 0.3.31",
7121]
7122
7123[[package]]
7124name = "livekit_client"
7125version = "0.1.0"
7126dependencies = [
7127 "anyhow",
7128 "async-trait",
7129 "collections",
7130 "core-foundation 0.9.4",
7131 "coreaudio-rs 0.12.1",
7132 "cpal",
7133 "futures 0.3.31",
7134 "gpui",
7135 "http 0.2.12",
7136 "http_client",
7137 "image",
7138 "livekit",
7139 "livekit_server",
7140 "log",
7141 "media",
7142 "nanoid",
7143 "parking_lot",
7144 "postage",
7145 "serde",
7146 "serde_json",
7147 "sha2",
7148 "simplelog",
7149 "smallvec",
7150 "util",
7151]
7152
7153[[package]]
7154name = "livekit_client_macos"
7155version = "0.1.0"
7156dependencies = [
7157 "anyhow",
7158 "async-broadcast",
7159 "async-trait",
7160 "collections",
7161 "core-foundation 0.9.4",
7162 "futures 0.3.31",
7163 "gpui",
7164 "livekit_server",
7165 "log",
7166 "media",
7167 "nanoid",
7168 "parking_lot",
7169 "postage",
7170 "serde",
7171 "serde_json",
7172 "sha2",
7173 "simplelog",
7174]
7175
7176[[package]]
7177name = "livekit_server"
7178version = "0.1.0"
7179dependencies = [
7180 "anyhow",
7181 "async-trait",
7182 "jsonwebtoken",
7183 "log",
7184 "prost 0.9.0",
7185 "prost-build 0.9.0",
7186 "prost-types 0.9.0",
7187 "reqwest 0.12.8",
7188 "serde",
7189]
7190
7191[[package]]
7192name = "lmdb-master-sys"
7193version = "0.2.4"
7194source = "registry+https://github.com/rust-lang/crates.io-index"
7195checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7196dependencies = [
7197 "cc",
7198 "doxygen-rs",
7199 "libc",
7200]
7201
7202[[package]]
7203name = "lmstudio"
7204version = "0.1.0"
7205dependencies = [
7206 "anyhow",
7207 "futures 0.3.31",
7208 "http_client",
7209 "schemars",
7210 "serde",
7211 "serde_json",
7212]
7213
7214[[package]]
7215name = "lock_api"
7216version = "0.4.12"
7217source = "registry+https://github.com/rust-lang/crates.io-index"
7218checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7219dependencies = [
7220 "autocfg",
7221 "scopeguard",
7222]
7223
7224[[package]]
7225name = "log"
7226version = "0.4.22"
7227source = "registry+https://github.com/rust-lang/crates.io-index"
7228checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
7229dependencies = [
7230 "serde",
7231 "value-bag",
7232]
7233
7234[[package]]
7235name = "loop9"
7236version = "0.1.5"
7237source = "registry+https://github.com/rust-lang/crates.io-index"
7238checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7239dependencies = [
7240 "imgref",
7241]
7242
7243[[package]]
7244name = "lru"
7245version = "0.12.5"
7246source = "registry+https://github.com/rust-lang/crates.io-index"
7247checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7248dependencies = [
7249 "hashbrown 0.15.2",
7250]
7251
7252[[package]]
7253name = "lsp"
7254version = "0.1.0"
7255dependencies = [
7256 "anyhow",
7257 "async-pipe",
7258 "collections",
7259 "ctor",
7260 "env_logger 0.11.6",
7261 "futures 0.3.31",
7262 "gpui",
7263 "log",
7264 "lsp-types",
7265 "parking_lot",
7266 "postage",
7267 "release_channel",
7268 "schemars",
7269 "serde",
7270 "serde_json",
7271 "smol",
7272 "util",
7273]
7274
7275[[package]]
7276name = "lsp-types"
7277version = "0.95.1"
7278source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7279dependencies = [
7280 "bitflags 1.3.2",
7281 "serde",
7282 "serde_json",
7283 "serde_repr",
7284 "url",
7285]
7286
7287[[package]]
7288name = "mac"
7289version = "0.1.1"
7290source = "registry+https://github.com/rust-lang/crates.io-index"
7291checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7292
7293[[package]]
7294name = "mach2"
7295version = "0.4.2"
7296source = "registry+https://github.com/rust-lang/crates.io-index"
7297checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7298dependencies = [
7299 "libc",
7300]
7301
7302[[package]]
7303name = "malloc_buf"
7304version = "0.0.6"
7305source = "registry+https://github.com/rust-lang/crates.io-index"
7306checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7307dependencies = [
7308 "libc",
7309]
7310
7311[[package]]
7312name = "maplit"
7313version = "1.0.2"
7314source = "registry+https://github.com/rust-lang/crates.io-index"
7315checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7316
7317[[package]]
7318name = "markdown"
7319version = "0.1.0"
7320dependencies = [
7321 "anyhow",
7322 "assets",
7323 "env_logger 0.11.6",
7324 "futures 0.3.31",
7325 "gpui",
7326 "language",
7327 "languages",
7328 "linkify",
7329 "log",
7330 "node_runtime",
7331 "pulldown-cmark 0.12.2",
7332 "settings",
7333 "theme",
7334 "ui",
7335 "util",
7336]
7337
7338[[package]]
7339name = "markdown_preview"
7340version = "0.1.0"
7341dependencies = [
7342 "anyhow",
7343 "async-recursion 1.1.1",
7344 "collections",
7345 "editor",
7346 "gpui",
7347 "language",
7348 "linkify",
7349 "log",
7350 "pretty_assertions",
7351 "pulldown-cmark 0.12.2",
7352 "settings",
7353 "theme",
7354 "ui",
7355 "util",
7356 "workspace",
7357]
7358
7359[[package]]
7360name = "markup5ever"
7361version = "0.12.1"
7362source = "registry+https://github.com/rust-lang/crates.io-index"
7363checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7364dependencies = [
7365 "log",
7366 "phf",
7367 "phf_codegen",
7368 "string_cache",
7369 "string_cache_codegen",
7370 "tendril",
7371]
7372
7373[[package]]
7374name = "markup5ever_rcdom"
7375version = "0.3.0"
7376source = "registry+https://github.com/rust-lang/crates.io-index"
7377checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7378dependencies = [
7379 "html5ever",
7380 "markup5ever",
7381 "tendril",
7382 "xml5ever",
7383]
7384
7385[[package]]
7386name = "matchers"
7387version = "0.1.0"
7388source = "registry+https://github.com/rust-lang/crates.io-index"
7389checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7390dependencies = [
7391 "regex-automata 0.1.10",
7392]
7393
7394[[package]]
7395name = "matchit"
7396version = "0.7.3"
7397source = "registry+https://github.com/rust-lang/crates.io-index"
7398checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7399
7400[[package]]
7401name = "maybe-owned"
7402version = "0.3.4"
7403source = "registry+https://github.com/rust-lang/crates.io-index"
7404checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7405
7406[[package]]
7407name = "maybe-rayon"
7408version = "0.1.1"
7409source = "registry+https://github.com/rust-lang/crates.io-index"
7410checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7411dependencies = [
7412 "cfg-if",
7413 "rayon",
7414]
7415
7416[[package]]
7417name = "md-5"
7418version = "0.10.6"
7419source = "registry+https://github.com/rust-lang/crates.io-index"
7420checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7421dependencies = [
7422 "cfg-if",
7423 "digest",
7424]
7425
7426[[package]]
7427name = "mdbook"
7428version = "0.4.43"
7429source = "registry+https://github.com/rust-lang/crates.io-index"
7430checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7431dependencies = [
7432 "ammonia",
7433 "anyhow",
7434 "chrono",
7435 "clap",
7436 "clap_complete",
7437 "elasticlunr-rs",
7438 "env_logger 0.11.6",
7439 "futures-util",
7440 "handlebars 6.2.0",
7441 "ignore",
7442 "log",
7443 "memchr",
7444 "notify",
7445 "notify-debouncer-mini",
7446 "once_cell",
7447 "opener",
7448 "pathdiff",
7449 "pulldown-cmark 0.10.3",
7450 "regex",
7451 "serde",
7452 "serde_json",
7453 "shlex",
7454 "tempfile",
7455 "tokio",
7456 "toml 0.5.11",
7457 "topological-sort",
7458 "walkdir",
7459 "warp",
7460]
7461
7462[[package]]
7463name = "media"
7464version = "0.1.0"
7465dependencies = [
7466 "anyhow",
7467 "bindgen",
7468 "core-foundation 0.9.4",
7469 "ctor",
7470 "foreign-types 0.5.0",
7471 "metal",
7472 "objc",
7473]
7474
7475[[package]]
7476name = "memchr"
7477version = "2.7.4"
7478source = "registry+https://github.com/rust-lang/crates.io-index"
7479checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7480
7481[[package]]
7482name = "memfd"
7483version = "0.6.4"
7484source = "registry+https://github.com/rust-lang/crates.io-index"
7485checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7486dependencies = [
7487 "rustix",
7488]
7489
7490[[package]]
7491name = "memmap2"
7492version = "0.9.5"
7493source = "registry+https://github.com/rust-lang/crates.io-index"
7494checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7495dependencies = [
7496 "libc",
7497]
7498
7499[[package]]
7500name = "memoffset"
7501version = "0.9.1"
7502source = "registry+https://github.com/rust-lang/crates.io-index"
7503checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7504dependencies = [
7505 "autocfg",
7506]
7507
7508[[package]]
7509name = "menu"
7510version = "0.1.0"
7511dependencies = [
7512 "gpui",
7513 "serde",
7514]
7515
7516[[package]]
7517name = "metal"
7518version = "0.30.0"
7519source = "registry+https://github.com/rust-lang/crates.io-index"
7520checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9"
7521dependencies = [
7522 "bitflags 2.6.0",
7523 "block",
7524 "core-graphics-types 0.1.3",
7525 "foreign-types 0.5.0",
7526 "log",
7527 "objc",
7528 "paste",
7529]
7530
7531[[package]]
7532name = "mimalloc"
7533version = "0.1.43"
7534source = "registry+https://github.com/rust-lang/crates.io-index"
7535checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7536dependencies = [
7537 "libmimalloc-sys",
7538]
7539
7540[[package]]
7541name = "mime"
7542version = "0.3.17"
7543source = "registry+https://github.com/rust-lang/crates.io-index"
7544checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7545
7546[[package]]
7547name = "mime_guess"
7548version = "2.0.5"
7549source = "registry+https://github.com/rust-lang/crates.io-index"
7550checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7551dependencies = [
7552 "mime",
7553 "unicase",
7554]
7555
7556[[package]]
7557name = "minimal-lexical"
7558version = "0.2.1"
7559source = "registry+https://github.com/rust-lang/crates.io-index"
7560checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7561
7562[[package]]
7563name = "miniz_oxide"
7564version = "0.8.0"
7565source = "registry+https://github.com/rust-lang/crates.io-index"
7566checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7567dependencies = [
7568 "adler2",
7569 "simd-adler32",
7570]
7571
7572[[package]]
7573name = "mint"
7574version = "0.5.9"
7575source = "registry+https://github.com/rust-lang/crates.io-index"
7576checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7577
7578[[package]]
7579name = "mio"
7580version = "0.8.11"
7581source = "registry+https://github.com/rust-lang/crates.io-index"
7582checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7583dependencies = [
7584 "libc",
7585 "log",
7586 "wasi 0.11.0+wasi-snapshot-preview1",
7587 "windows-sys 0.48.0",
7588]
7589
7590[[package]]
7591name = "mio"
7592version = "1.0.3"
7593source = "registry+https://github.com/rust-lang/crates.io-index"
7594checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7595dependencies = [
7596 "libc",
7597 "log",
7598 "wasi 0.11.0+wasi-snapshot-preview1",
7599 "windows-sys 0.52.0",
7600]
7601
7602[[package]]
7603name = "miow"
7604version = "0.6.0"
7605source = "registry+https://github.com/rust-lang/crates.io-index"
7606checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7607dependencies = [
7608 "windows-sys 0.48.0",
7609]
7610
7611[[package]]
7612name = "msvc_spectre_libs"
7613version = "0.1.2"
7614source = "registry+https://github.com/rust-lang/crates.io-index"
7615checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7616dependencies = [
7617 "cc",
7618]
7619
7620[[package]]
7621name = "multi_buffer"
7622version = "0.1.0"
7623dependencies = [
7624 "anyhow",
7625 "clock",
7626 "collections",
7627 "ctor",
7628 "env_logger 0.11.6",
7629 "futures 0.3.31",
7630 "gpui",
7631 "itertools 0.14.0",
7632 "language",
7633 "log",
7634 "parking_lot",
7635 "rand 0.8.5",
7636 "serde",
7637 "settings",
7638 "smallvec",
7639 "sum_tree",
7640 "text",
7641 "theme",
7642 "tree-sitter",
7643 "util",
7644]
7645
7646[[package]]
7647name = "multimap"
7648version = "0.8.3"
7649source = "registry+https://github.com/rust-lang/crates.io-index"
7650checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7651
7652[[package]]
7653name = "multimap"
7654version = "0.10.0"
7655source = "registry+https://github.com/rust-lang/crates.io-index"
7656checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7657
7658[[package]]
7659name = "naga"
7660version = "23.1.0"
7661source = "registry+https://github.com/rust-lang/crates.io-index"
7662checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7663dependencies = [
7664 "arrayvec",
7665 "bit-set 0.8.0",
7666 "bitflags 2.6.0",
7667 "cfg_aliases 0.1.1",
7668 "codespan-reporting",
7669 "hexf-parse",
7670 "indexmap",
7671 "log",
7672 "rustc-hash 1.1.0",
7673 "spirv",
7674 "termcolor",
7675 "thiserror 1.0.69",
7676 "unicode-xid",
7677]
7678
7679[[package]]
7680name = "nanoid"
7681version = "0.4.0"
7682source = "registry+https://github.com/rust-lang/crates.io-index"
7683checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7684dependencies = [
7685 "rand 0.8.5",
7686]
7687
7688[[package]]
7689name = "nanorand"
7690version = "0.7.0"
7691source = "registry+https://github.com/rust-lang/crates.io-index"
7692checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7693dependencies = [
7694 "getrandom 0.2.15",
7695]
7696
7697[[package]]
7698name = "native-tls"
7699version = "0.2.12"
7700source = "registry+https://github.com/rust-lang/crates.io-index"
7701checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7702dependencies = [
7703 "libc",
7704 "log",
7705 "openssl",
7706 "openssl-probe",
7707 "openssl-sys",
7708 "schannel",
7709 "security-framework 2.11.1",
7710 "security-framework-sys",
7711 "tempfile",
7712]
7713
7714[[package]]
7715name = "nbformat"
7716version = "0.10.0"
7717source = "registry+https://github.com/rust-lang/crates.io-index"
7718checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
7719dependencies = [
7720 "anyhow",
7721 "chrono",
7722 "jupyter-protocol",
7723 "serde",
7724 "serde_json",
7725 "thiserror 1.0.69",
7726 "uuid",
7727]
7728
7729[[package]]
7730name = "ndk"
7731version = "0.8.0"
7732source = "registry+https://github.com/rust-lang/crates.io-index"
7733checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7734dependencies = [
7735 "bitflags 2.6.0",
7736 "jni-sys",
7737 "log",
7738 "ndk-sys",
7739 "num_enum",
7740 "thiserror 1.0.69",
7741]
7742
7743[[package]]
7744name = "ndk-context"
7745version = "0.1.1"
7746source = "registry+https://github.com/rust-lang/crates.io-index"
7747checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7748
7749[[package]]
7750name = "ndk-sys"
7751version = "0.5.0+25.2.9519653"
7752source = "registry+https://github.com/rust-lang/crates.io-index"
7753checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7754dependencies = [
7755 "jni-sys",
7756]
7757
7758[[package]]
7759name = "new_debug_unreachable"
7760version = "1.0.6"
7761source = "registry+https://github.com/rust-lang/crates.io-index"
7762checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7763
7764[[package]]
7765name = "nix"
7766version = "0.29.0"
7767source = "registry+https://github.com/rust-lang/crates.io-index"
7768checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7769dependencies = [
7770 "bitflags 2.6.0",
7771 "cfg-if",
7772 "cfg_aliases 0.2.1",
7773 "libc",
7774 "memoffset",
7775]
7776
7777[[package]]
7778name = "node_runtime"
7779version = "0.1.0"
7780dependencies = [
7781 "anyhow",
7782 "async-compression",
7783 "async-std",
7784 "async-tar",
7785 "async-trait",
7786 "async-watch",
7787 "async_zip",
7788 "futures 0.3.31",
7789 "http_client",
7790 "log",
7791 "paths",
7792 "semver",
7793 "serde",
7794 "serde_json",
7795 "smol",
7796 "tempfile",
7797 "util",
7798 "walkdir",
7799 "which 6.0.3",
7800]
7801
7802[[package]]
7803name = "nom"
7804version = "7.1.3"
7805source = "registry+https://github.com/rust-lang/crates.io-index"
7806checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7807dependencies = [
7808 "memchr",
7809 "minimal-lexical",
7810]
7811
7812[[package]]
7813name = "noop_proc_macro"
7814version = "0.3.0"
7815source = "registry+https://github.com/rust-lang/crates.io-index"
7816checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7817
7818[[package]]
7819name = "normpath"
7820version = "1.3.0"
7821source = "registry+https://github.com/rust-lang/crates.io-index"
7822checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7823dependencies = [
7824 "windows-sys 0.59.0",
7825]
7826
7827[[package]]
7828name = "notifications"
7829version = "0.1.0"
7830dependencies = [
7831 "anyhow",
7832 "channel",
7833 "client",
7834 "collections",
7835 "db",
7836 "gpui",
7837 "rpc",
7838 "settings",
7839 "sum_tree",
7840 "time",
7841 "util",
7842]
7843
7844[[package]]
7845name = "notify"
7846version = "6.1.1"
7847source = "registry+https://github.com/rust-lang/crates.io-index"
7848checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7849dependencies = [
7850 "bitflags 2.6.0",
7851 "crossbeam-channel",
7852 "filetime",
7853 "fsevent-sys 4.1.0",
7854 "inotify",
7855 "kqueue",
7856 "libc",
7857 "log",
7858 "mio 0.8.11",
7859 "walkdir",
7860 "windows-sys 0.48.0",
7861]
7862
7863[[package]]
7864name = "notify-debouncer-mini"
7865version = "0.4.1"
7866source = "registry+https://github.com/rust-lang/crates.io-index"
7867checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7868dependencies = [
7869 "crossbeam-channel",
7870 "log",
7871 "notify",
7872]
7873
7874[[package]]
7875name = "ntapi"
7876version = "0.4.1"
7877source = "registry+https://github.com/rust-lang/crates.io-index"
7878checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7879dependencies = [
7880 "winapi",
7881]
7882
7883[[package]]
7884name = "nu-ansi-term"
7885version = "0.46.0"
7886source = "registry+https://github.com/rust-lang/crates.io-index"
7887checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7888dependencies = [
7889 "overload",
7890 "winapi",
7891]
7892
7893[[package]]
7894name = "num"
7895version = "0.4.3"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7898dependencies = [
7899 "num-bigint",
7900 "num-complex",
7901 "num-integer",
7902 "num-iter",
7903 "num-rational",
7904 "num-traits",
7905]
7906
7907[[package]]
7908name = "num-bigint"
7909version = "0.4.6"
7910source = "registry+https://github.com/rust-lang/crates.io-index"
7911checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7912dependencies = [
7913 "num-integer",
7914 "num-traits",
7915]
7916
7917[[package]]
7918name = "num-bigint-dig"
7919version = "0.8.4"
7920source = "registry+https://github.com/rust-lang/crates.io-index"
7921checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7922dependencies = [
7923 "byteorder",
7924 "lazy_static",
7925 "libm",
7926 "num-integer",
7927 "num-iter",
7928 "num-traits",
7929 "rand 0.8.5",
7930 "serde",
7931 "smallvec",
7932 "zeroize",
7933]
7934
7935[[package]]
7936name = "num-complex"
7937version = "0.4.6"
7938source = "registry+https://github.com/rust-lang/crates.io-index"
7939checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7940dependencies = [
7941 "num-traits",
7942]
7943
7944[[package]]
7945name = "num-conv"
7946version = "0.1.0"
7947source = "registry+https://github.com/rust-lang/crates.io-index"
7948checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7949
7950[[package]]
7951name = "num-derive"
7952version = "0.4.2"
7953source = "registry+https://github.com/rust-lang/crates.io-index"
7954checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7955dependencies = [
7956 "proc-macro2",
7957 "quote",
7958 "syn 2.0.90",
7959]
7960
7961[[package]]
7962name = "num-format"
7963version = "0.4.4"
7964source = "registry+https://github.com/rust-lang/crates.io-index"
7965checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7966dependencies = [
7967 "arrayvec",
7968 "itoa",
7969]
7970
7971[[package]]
7972name = "num-integer"
7973version = "0.1.46"
7974source = "registry+https://github.com/rust-lang/crates.io-index"
7975checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7976dependencies = [
7977 "num-traits",
7978]
7979
7980[[package]]
7981name = "num-iter"
7982version = "0.1.45"
7983source = "registry+https://github.com/rust-lang/crates.io-index"
7984checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7985dependencies = [
7986 "autocfg",
7987 "num-integer",
7988 "num-traits",
7989]
7990
7991[[package]]
7992name = "num-modular"
7993version = "0.6.1"
7994source = "registry+https://github.com/rust-lang/crates.io-index"
7995checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
7996
7997[[package]]
7998name = "num-order"
7999version = "1.2.0"
8000source = "registry+https://github.com/rust-lang/crates.io-index"
8001checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8002dependencies = [
8003 "num-modular",
8004]
8005
8006[[package]]
8007name = "num-rational"
8008version = "0.4.2"
8009source = "registry+https://github.com/rust-lang/crates.io-index"
8010checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8011dependencies = [
8012 "num-bigint",
8013 "num-integer",
8014 "num-traits",
8015]
8016
8017[[package]]
8018name = "num-traits"
8019version = "0.2.19"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8022dependencies = [
8023 "autocfg",
8024 "libm",
8025]
8026
8027[[package]]
8028name = "num_cpus"
8029version = "1.16.0"
8030source = "registry+https://github.com/rust-lang/crates.io-index"
8031checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8032dependencies = [
8033 "hermit-abi 0.3.9",
8034 "libc",
8035]
8036
8037[[package]]
8038name = "num_enum"
8039version = "0.7.3"
8040source = "registry+https://github.com/rust-lang/crates.io-index"
8041checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8042dependencies = [
8043 "num_enum_derive",
8044]
8045
8046[[package]]
8047name = "num_enum_derive"
8048version = "0.7.3"
8049source = "registry+https://github.com/rust-lang/crates.io-index"
8050checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8051dependencies = [
8052 "proc-macro-crate",
8053 "proc-macro2",
8054 "quote",
8055 "syn 2.0.90",
8056]
8057
8058[[package]]
8059name = "num_threads"
8060version = "0.1.7"
8061source = "registry+https://github.com/rust-lang/crates.io-index"
8062checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8063dependencies = [
8064 "libc",
8065]
8066
8067[[package]]
8068name = "nvim-rs"
8069version = "0.8.0-pre"
8070source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8071dependencies = [
8072 "async-trait",
8073 "futures 0.3.31",
8074 "log",
8075 "parity-tokio-ipc",
8076 "rmp",
8077 "rmpv",
8078 "tokio",
8079 "tokio-util",
8080 "winapi",
8081]
8082
8083[[package]]
8084name = "objc"
8085version = "0.2.7"
8086source = "registry+https://github.com/rust-lang/crates.io-index"
8087checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8088dependencies = [
8089 "malloc_buf",
8090]
8091
8092[[package]]
8093name = "objc-sys"
8094version = "0.3.5"
8095source = "registry+https://github.com/rust-lang/crates.io-index"
8096checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8097
8098[[package]]
8099name = "objc2"
8100version = "0.5.2"
8101source = "registry+https://github.com/rust-lang/crates.io-index"
8102checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8103dependencies = [
8104 "objc-sys",
8105 "objc2-encode",
8106]
8107
8108[[package]]
8109name = "objc2-app-kit"
8110version = "0.2.2"
8111source = "registry+https://github.com/rust-lang/crates.io-index"
8112checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8113dependencies = [
8114 "bitflags 2.6.0",
8115 "block2",
8116 "libc",
8117 "objc2",
8118 "objc2-core-data",
8119 "objc2-core-image",
8120 "objc2-foundation",
8121 "objc2-quartz-core",
8122]
8123
8124[[package]]
8125name = "objc2-cloud-kit"
8126version = "0.2.2"
8127source = "registry+https://github.com/rust-lang/crates.io-index"
8128checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8129dependencies = [
8130 "bitflags 2.6.0",
8131 "block2",
8132 "objc2",
8133 "objc2-core-location",
8134 "objc2-foundation",
8135]
8136
8137[[package]]
8138name = "objc2-contacts"
8139version = "0.2.2"
8140source = "registry+https://github.com/rust-lang/crates.io-index"
8141checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8142dependencies = [
8143 "block2",
8144 "objc2",
8145 "objc2-foundation",
8146]
8147
8148[[package]]
8149name = "objc2-core-data"
8150version = "0.2.2"
8151source = "registry+https://github.com/rust-lang/crates.io-index"
8152checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8153dependencies = [
8154 "bitflags 2.6.0",
8155 "block2",
8156 "objc2",
8157 "objc2-foundation",
8158]
8159
8160[[package]]
8161name = "objc2-core-image"
8162version = "0.2.2"
8163source = "registry+https://github.com/rust-lang/crates.io-index"
8164checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8165dependencies = [
8166 "block2",
8167 "objc2",
8168 "objc2-foundation",
8169 "objc2-metal",
8170]
8171
8172[[package]]
8173name = "objc2-core-location"
8174version = "0.2.2"
8175source = "registry+https://github.com/rust-lang/crates.io-index"
8176checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8177dependencies = [
8178 "block2",
8179 "objc2",
8180 "objc2-contacts",
8181 "objc2-foundation",
8182]
8183
8184[[package]]
8185name = "objc2-encode"
8186version = "4.0.3"
8187source = "registry+https://github.com/rust-lang/crates.io-index"
8188checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8189
8190[[package]]
8191name = "objc2-foundation"
8192version = "0.2.2"
8193source = "registry+https://github.com/rust-lang/crates.io-index"
8194checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8195dependencies = [
8196 "bitflags 2.6.0",
8197 "block2",
8198 "libc",
8199 "objc2",
8200]
8201
8202[[package]]
8203name = "objc2-link-presentation"
8204version = "0.2.2"
8205source = "registry+https://github.com/rust-lang/crates.io-index"
8206checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8207dependencies = [
8208 "block2",
8209 "objc2",
8210 "objc2-app-kit",
8211 "objc2-foundation",
8212]
8213
8214[[package]]
8215name = "objc2-metal"
8216version = "0.2.2"
8217source = "registry+https://github.com/rust-lang/crates.io-index"
8218checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8219dependencies = [
8220 "bitflags 2.6.0",
8221 "block2",
8222 "objc2",
8223 "objc2-foundation",
8224]
8225
8226[[package]]
8227name = "objc2-quartz-core"
8228version = "0.2.2"
8229source = "registry+https://github.com/rust-lang/crates.io-index"
8230checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8231dependencies = [
8232 "bitflags 2.6.0",
8233 "block2",
8234 "objc2",
8235 "objc2-foundation",
8236 "objc2-metal",
8237]
8238
8239[[package]]
8240name = "objc2-symbols"
8241version = "0.2.2"
8242source = "registry+https://github.com/rust-lang/crates.io-index"
8243checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8244dependencies = [
8245 "objc2",
8246 "objc2-foundation",
8247]
8248
8249[[package]]
8250name = "objc2-ui-kit"
8251version = "0.2.2"
8252source = "registry+https://github.com/rust-lang/crates.io-index"
8253checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8254dependencies = [
8255 "bitflags 2.6.0",
8256 "block2",
8257 "objc2",
8258 "objc2-cloud-kit",
8259 "objc2-core-data",
8260 "objc2-core-image",
8261 "objc2-core-location",
8262 "objc2-foundation",
8263 "objc2-link-presentation",
8264 "objc2-quartz-core",
8265 "objc2-symbols",
8266 "objc2-uniform-type-identifiers",
8267 "objc2-user-notifications",
8268]
8269
8270[[package]]
8271name = "objc2-uniform-type-identifiers"
8272version = "0.2.2"
8273source = "registry+https://github.com/rust-lang/crates.io-index"
8274checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8275dependencies = [
8276 "block2",
8277 "objc2",
8278 "objc2-foundation",
8279]
8280
8281[[package]]
8282name = "objc2-user-notifications"
8283version = "0.2.2"
8284source = "registry+https://github.com/rust-lang/crates.io-index"
8285checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8286dependencies = [
8287 "bitflags 2.6.0",
8288 "block2",
8289 "objc2",
8290 "objc2-core-location",
8291 "objc2-foundation",
8292]
8293
8294[[package]]
8295name = "object"
8296version = "0.36.5"
8297source = "registry+https://github.com/rust-lang/crates.io-index"
8298checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8299dependencies = [
8300 "crc32fast",
8301 "hashbrown 0.15.2",
8302 "indexmap",
8303 "memchr",
8304]
8305
8306[[package]]
8307name = "oboe"
8308version = "0.6.1"
8309source = "registry+https://github.com/rust-lang/crates.io-index"
8310checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8311dependencies = [
8312 "jni",
8313 "ndk",
8314 "ndk-context",
8315 "num-derive",
8316 "num-traits",
8317 "oboe-sys",
8318]
8319
8320[[package]]
8321name = "oboe-sys"
8322version = "0.6.1"
8323source = "registry+https://github.com/rust-lang/crates.io-index"
8324checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8325dependencies = [
8326 "cc",
8327]
8328
8329[[package]]
8330name = "ollama"
8331version = "0.1.0"
8332dependencies = [
8333 "anyhow",
8334 "futures 0.3.31",
8335 "http_client",
8336 "schemars",
8337 "serde",
8338 "serde_json",
8339]
8340
8341[[package]]
8342name = "once_cell"
8343version = "1.20.2"
8344source = "registry+https://github.com/rust-lang/crates.io-index"
8345checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8346
8347[[package]]
8348name = "oo7"
8349version = "0.3.3"
8350source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8351dependencies = [
8352 "aes",
8353 "async-fs",
8354 "async-io",
8355 "async-lock",
8356 "async-net",
8357 "blocking",
8358 "cbc",
8359 "cipher",
8360 "digest",
8361 "endi",
8362 "futures-lite 2.5.0",
8363 "futures-util",
8364 "hkdf",
8365 "hmac",
8366 "md-5",
8367 "num",
8368 "num-bigint-dig",
8369 "pbkdf2 0.12.2",
8370 "rand 0.8.5",
8371 "serde",
8372 "sha2",
8373 "subtle",
8374 "zbus 4.4.0",
8375 "zeroize",
8376 "zvariant 4.2.0",
8377]
8378
8379[[package]]
8380name = "oorandom"
8381version = "11.1.4"
8382source = "registry+https://github.com/rust-lang/crates.io-index"
8383checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8384
8385[[package]]
8386name = "open"
8387version = "5.3.2"
8388source = "registry+https://github.com/rust-lang/crates.io-index"
8389checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8390dependencies = [
8391 "is-wsl",
8392 "libc",
8393 "pathdiff",
8394]
8395
8396[[package]]
8397name = "open_ai"
8398version = "0.1.0"
8399dependencies = [
8400 "anyhow",
8401 "futures 0.3.31",
8402 "http_client",
8403 "schemars",
8404 "serde",
8405 "serde_json",
8406 "strum",
8407]
8408
8409[[package]]
8410name = "opener"
8411version = "0.7.2"
8412source = "registry+https://github.com/rust-lang/crates.io-index"
8413checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8414dependencies = [
8415 "bstr",
8416 "dbus",
8417 "normpath",
8418 "windows-sys 0.59.0",
8419]
8420
8421[[package]]
8422name = "openssl"
8423version = "0.10.68"
8424source = "registry+https://github.com/rust-lang/crates.io-index"
8425checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8426dependencies = [
8427 "bitflags 2.6.0",
8428 "cfg-if",
8429 "foreign-types 0.3.2",
8430 "libc",
8431 "once_cell",
8432 "openssl-macros",
8433 "openssl-sys",
8434]
8435
8436[[package]]
8437name = "openssl-macros"
8438version = "0.1.1"
8439source = "registry+https://github.com/rust-lang/crates.io-index"
8440checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8441dependencies = [
8442 "proc-macro2",
8443 "quote",
8444 "syn 2.0.90",
8445]
8446
8447[[package]]
8448name = "openssl-probe"
8449version = "0.1.5"
8450source = "registry+https://github.com/rust-lang/crates.io-index"
8451checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8452
8453[[package]]
8454name = "openssl-src"
8455version = "300.4.1+3.4.0"
8456source = "registry+https://github.com/rust-lang/crates.io-index"
8457checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8458dependencies = [
8459 "cc",
8460]
8461
8462[[package]]
8463name = "openssl-sys"
8464version = "0.9.104"
8465source = "registry+https://github.com/rust-lang/crates.io-index"
8466checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8467dependencies = [
8468 "cc",
8469 "libc",
8470 "openssl-src",
8471 "pkg-config",
8472 "vcpkg",
8473]
8474
8475[[package]]
8476name = "option-ext"
8477version = "0.2.0"
8478source = "registry+https://github.com/rust-lang/crates.io-index"
8479checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8480
8481[[package]]
8482name = "ordered-float"
8483version = "2.10.1"
8484source = "registry+https://github.com/rust-lang/crates.io-index"
8485checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8486dependencies = [
8487 "num-traits",
8488]
8489
8490[[package]]
8491name = "ordered-float"
8492version = "3.9.2"
8493source = "registry+https://github.com/rust-lang/crates.io-index"
8494checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8495dependencies = [
8496 "num-traits",
8497]
8498
8499[[package]]
8500name = "ordered-stream"
8501version = "0.2.0"
8502source = "registry+https://github.com/rust-lang/crates.io-index"
8503checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8504dependencies = [
8505 "futures-core",
8506 "pin-project-lite",
8507]
8508
8509[[package]]
8510name = "ouroboros"
8511version = "0.18.4"
8512source = "registry+https://github.com/rust-lang/crates.io-index"
8513checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8514dependencies = [
8515 "aliasable",
8516 "ouroboros_macro",
8517 "static_assertions",
8518]
8519
8520[[package]]
8521name = "ouroboros_macro"
8522version = "0.18.4"
8523source = "registry+https://github.com/rust-lang/crates.io-index"
8524checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8525dependencies = [
8526 "heck 0.4.1",
8527 "itertools 0.12.1",
8528 "proc-macro2",
8529 "proc-macro2-diagnostics",
8530 "quote",
8531 "syn 2.0.90",
8532]
8533
8534[[package]]
8535name = "outline"
8536version = "0.1.0"
8537dependencies = [
8538 "editor",
8539 "fuzzy",
8540 "gpui",
8541 "indoc",
8542 "language",
8543 "menu",
8544 "ordered-float 2.10.1",
8545 "picker",
8546 "project",
8547 "rope",
8548 "serde_json",
8549 "settings",
8550 "smol",
8551 "theme",
8552 "tree-sitter-rust",
8553 "tree-sitter-typescript",
8554 "ui",
8555 "util",
8556 "workspace",
8557 "zed_actions",
8558]
8559
8560[[package]]
8561name = "outline_panel"
8562version = "0.1.0"
8563dependencies = [
8564 "anyhow",
8565 "collections",
8566 "db",
8567 "editor",
8568 "file_icons",
8569 "fuzzy",
8570 "gpui",
8571 "itertools 0.14.0",
8572 "language",
8573 "log",
8574 "menu",
8575 "outline",
8576 "pretty_assertions",
8577 "project",
8578 "schemars",
8579 "search",
8580 "serde",
8581 "serde_json",
8582 "settings",
8583 "smallvec",
8584 "smol",
8585 "theme",
8586 "ui",
8587 "util",
8588 "workspace",
8589 "worktree",
8590]
8591
8592[[package]]
8593name = "outref"
8594version = "0.5.1"
8595source = "registry+https://github.com/rust-lang/crates.io-index"
8596checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8597
8598[[package]]
8599name = "overload"
8600version = "0.1.1"
8601source = "registry+https://github.com/rust-lang/crates.io-index"
8602checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8603
8604[[package]]
8605name = "p256"
8606version = "0.11.1"
8607source = "registry+https://github.com/rust-lang/crates.io-index"
8608checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8609dependencies = [
8610 "ecdsa",
8611 "elliptic-curve",
8612 "sha2",
8613]
8614
8615[[package]]
8616name = "page_size"
8617version = "0.6.0"
8618source = "registry+https://github.com/rust-lang/crates.io-index"
8619checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8620dependencies = [
8621 "libc",
8622 "winapi",
8623]
8624
8625[[package]]
8626name = "palette"
8627version = "0.7.6"
8628source = "registry+https://github.com/rust-lang/crates.io-index"
8629checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8630dependencies = [
8631 "approx",
8632 "fast-srgb8",
8633 "palette_derive",
8634]
8635
8636[[package]]
8637name = "palette_derive"
8638version = "0.7.6"
8639source = "registry+https://github.com/rust-lang/crates.io-index"
8640checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8641dependencies = [
8642 "by_address",
8643 "proc-macro2",
8644 "quote",
8645 "syn 2.0.90",
8646]
8647
8648[[package]]
8649name = "parity-tokio-ipc"
8650version = "0.9.0"
8651source = "registry+https://github.com/rust-lang/crates.io-index"
8652checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8653dependencies = [
8654 "futures 0.3.31",
8655 "libc",
8656 "log",
8657 "rand 0.7.3",
8658 "tokio",
8659 "winapi",
8660]
8661
8662[[package]]
8663name = "parking"
8664version = "2.2.1"
8665source = "registry+https://github.com/rust-lang/crates.io-index"
8666checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8667
8668[[package]]
8669name = "parking_lot"
8670version = "0.12.3"
8671source = "registry+https://github.com/rust-lang/crates.io-index"
8672checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8673dependencies = [
8674 "lock_api",
8675 "parking_lot_core",
8676]
8677
8678[[package]]
8679name = "parking_lot_core"
8680version = "0.9.10"
8681source = "registry+https://github.com/rust-lang/crates.io-index"
8682checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8683dependencies = [
8684 "cfg-if",
8685 "libc",
8686 "redox_syscall 0.5.8",
8687 "smallvec",
8688 "windows-targets 0.52.6",
8689]
8690
8691[[package]]
8692name = "password-hash"
8693version = "0.4.2"
8694source = "registry+https://github.com/rust-lang/crates.io-index"
8695checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8696dependencies = [
8697 "base64ct",
8698 "rand_core 0.6.4",
8699 "subtle",
8700]
8701
8702[[package]]
8703name = "password-hash"
8704version = "0.5.0"
8705source = "registry+https://github.com/rust-lang/crates.io-index"
8706checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8707dependencies = [
8708 "base64ct",
8709 "rand_core 0.6.4",
8710 "subtle",
8711]
8712
8713[[package]]
8714name = "paste"
8715version = "1.0.15"
8716source = "registry+https://github.com/rust-lang/crates.io-index"
8717checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8718
8719[[package]]
8720name = "pathdiff"
8721version = "0.2.3"
8722source = "registry+https://github.com/rust-lang/crates.io-index"
8723checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8724
8725[[package]]
8726name = "pathfinder_geometry"
8727version = "0.5.1"
8728source = "registry+https://github.com/rust-lang/crates.io-index"
8729checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8730dependencies = [
8731 "log",
8732 "pathfinder_simd",
8733]
8734
8735[[package]]
8736name = "pathfinder_simd"
8737version = "0.5.4"
8738source = "registry+https://github.com/rust-lang/crates.io-index"
8739checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8740dependencies = [
8741 "rustc_version",
8742]
8743
8744[[package]]
8745name = "paths"
8746version = "0.1.0"
8747dependencies = [
8748 "dirs 4.0.0",
8749 "util",
8750]
8751
8752[[package]]
8753name = "pbjson"
8754version = "0.6.0"
8755source = "registry+https://github.com/rust-lang/crates.io-index"
8756checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8757dependencies = [
8758 "base64 0.21.7",
8759 "serde",
8760]
8761
8762[[package]]
8763name = "pbjson-build"
8764version = "0.6.2"
8765source = "registry+https://github.com/rust-lang/crates.io-index"
8766checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8767dependencies = [
8768 "heck 0.4.1",
8769 "itertools 0.11.0",
8770 "prost 0.12.6",
8771 "prost-types 0.12.6",
8772]
8773
8774[[package]]
8775name = "pbjson-types"
8776version = "0.6.0"
8777source = "registry+https://github.com/rust-lang/crates.io-index"
8778checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8779dependencies = [
8780 "bytes 1.9.0",
8781 "chrono",
8782 "pbjson",
8783 "pbjson-build",
8784 "prost 0.12.6",
8785 "prost-build 0.12.6",
8786 "serde",
8787]
8788
8789[[package]]
8790name = "pbkdf2"
8791version = "0.11.0"
8792source = "registry+https://github.com/rust-lang/crates.io-index"
8793checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8794dependencies = [
8795 "digest",
8796 "hmac",
8797 "password-hash 0.4.2",
8798 "sha2",
8799]
8800
8801[[package]]
8802name = "pbkdf2"
8803version = "0.12.2"
8804source = "registry+https://github.com/rust-lang/crates.io-index"
8805checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8806dependencies = [
8807 "digest",
8808 "hmac",
8809]
8810
8811[[package]]
8812name = "pem"
8813version = "3.0.4"
8814source = "registry+https://github.com/rust-lang/crates.io-index"
8815checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8816dependencies = [
8817 "base64 0.22.1",
8818 "serde",
8819]
8820
8821[[package]]
8822name = "pem-rfc7468"
8823version = "0.7.0"
8824source = "registry+https://github.com/rust-lang/crates.io-index"
8825checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8826dependencies = [
8827 "base64ct",
8828]
8829
8830[[package]]
8831name = "percent-encoding"
8832version = "2.3.1"
8833source = "registry+https://github.com/rust-lang/crates.io-index"
8834checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8835
8836[[package]]
8837name = "perplexity"
8838version = "0.1.0"
8839dependencies = [
8840 "serde",
8841 "zed_extension_api 0.2.0",
8842]
8843
8844[[package]]
8845name = "pest"
8846version = "2.7.15"
8847source = "registry+https://github.com/rust-lang/crates.io-index"
8848checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8849dependencies = [
8850 "memchr",
8851 "thiserror 2.0.6",
8852 "ucd-trie",
8853]
8854
8855[[package]]
8856name = "pest_derive"
8857version = "2.7.15"
8858source = "registry+https://github.com/rust-lang/crates.io-index"
8859checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
8860dependencies = [
8861 "pest",
8862 "pest_generator",
8863]
8864
8865[[package]]
8866name = "pest_generator"
8867version = "2.7.15"
8868source = "registry+https://github.com/rust-lang/crates.io-index"
8869checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
8870dependencies = [
8871 "pest",
8872 "pest_meta",
8873 "proc-macro2",
8874 "quote",
8875 "syn 2.0.90",
8876]
8877
8878[[package]]
8879name = "pest_meta"
8880version = "2.7.15"
8881source = "registry+https://github.com/rust-lang/crates.io-index"
8882checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
8883dependencies = [
8884 "once_cell",
8885 "pest",
8886 "sha2",
8887]
8888
8889[[package]]
8890name = "pet"
8891version = "0.1.0"
8892source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8893dependencies = [
8894 "clap",
8895 "env_logger 0.10.2",
8896 "lazy_static",
8897 "log",
8898 "msvc_spectre_libs",
8899 "pet-conda",
8900 "pet-core",
8901 "pet-env-var-path",
8902 "pet-fs",
8903 "pet-global-virtualenvs",
8904 "pet-homebrew",
8905 "pet-jsonrpc",
8906 "pet-linux-global-python",
8907 "pet-mac-commandlinetools",
8908 "pet-mac-python-org",
8909 "pet-mac-xcode",
8910 "pet-pipenv",
8911 "pet-pixi",
8912 "pet-poetry",
8913 "pet-pyenv",
8914 "pet-python-utils",
8915 "pet-reporter",
8916 "pet-telemetry",
8917 "pet-venv",
8918 "pet-virtualenv",
8919 "pet-virtualenvwrapper",
8920 "pet-windows-registry",
8921 "pet-windows-store",
8922 "serde",
8923 "serde_json",
8924]
8925
8926[[package]]
8927name = "pet-conda"
8928version = "0.1.0"
8929source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8930dependencies = [
8931 "env_logger 0.10.2",
8932 "lazy_static",
8933 "log",
8934 "msvc_spectre_libs",
8935 "pet-core",
8936 "pet-fs",
8937 "pet-python-utils",
8938 "pet-reporter",
8939 "regex",
8940 "serde",
8941 "serde_json",
8942 "yaml-rust2",
8943]
8944
8945[[package]]
8946name = "pet-core"
8947version = "0.1.0"
8948source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8949dependencies = [
8950 "clap",
8951 "lazy_static",
8952 "log",
8953 "msvc_spectre_libs",
8954 "pet-fs",
8955 "regex",
8956 "serde",
8957 "serde_json",
8958]
8959
8960[[package]]
8961name = "pet-env-var-path"
8962version = "0.1.0"
8963source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8964dependencies = [
8965 "lazy_static",
8966 "log",
8967 "msvc_spectre_libs",
8968 "pet-conda",
8969 "pet-core",
8970 "pet-fs",
8971 "pet-python-utils",
8972 "pet-virtualenv",
8973 "regex",
8974]
8975
8976[[package]]
8977name = "pet-fs"
8978version = "0.1.0"
8979source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8980dependencies = [
8981 "log",
8982 "msvc_spectre_libs",
8983]
8984
8985[[package]]
8986name = "pet-global-virtualenvs"
8987version = "0.1.0"
8988source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8989dependencies = [
8990 "log",
8991 "msvc_spectre_libs",
8992 "pet-conda",
8993 "pet-core",
8994 "pet-fs",
8995 "pet-virtualenv",
8996]
8997
8998[[package]]
8999name = "pet-homebrew"
9000version = "0.1.0"
9001source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9002dependencies = [
9003 "lazy_static",
9004 "log",
9005 "msvc_spectre_libs",
9006 "pet-conda",
9007 "pet-core",
9008 "pet-fs",
9009 "pet-python-utils",
9010 "pet-virtualenv",
9011 "regex",
9012 "serde",
9013 "serde_json",
9014]
9015
9016[[package]]
9017name = "pet-jsonrpc"
9018version = "0.1.0"
9019source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9020dependencies = [
9021 "env_logger 0.10.2",
9022 "log",
9023 "msvc_spectre_libs",
9024 "pet-core",
9025 "serde",
9026 "serde_json",
9027]
9028
9029[[package]]
9030name = "pet-linux-global-python"
9031version = "0.1.0"
9032source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9033dependencies = [
9034 "log",
9035 "msvc_spectre_libs",
9036 "pet-core",
9037 "pet-fs",
9038 "pet-python-utils",
9039 "pet-virtualenv",
9040]
9041
9042[[package]]
9043name = "pet-mac-commandlinetools"
9044version = "0.1.0"
9045source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9046dependencies = [
9047 "log",
9048 "msvc_spectre_libs",
9049 "pet-core",
9050 "pet-fs",
9051 "pet-python-utils",
9052 "pet-virtualenv",
9053]
9054
9055[[package]]
9056name = "pet-mac-python-org"
9057version = "0.1.0"
9058source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9059dependencies = [
9060 "log",
9061 "msvc_spectre_libs",
9062 "pet-core",
9063 "pet-fs",
9064 "pet-python-utils",
9065 "pet-virtualenv",
9066]
9067
9068[[package]]
9069name = "pet-mac-xcode"
9070version = "0.1.0"
9071source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9072dependencies = [
9073 "log",
9074 "msvc_spectre_libs",
9075 "pet-core",
9076 "pet-fs",
9077 "pet-python-utils",
9078 "pet-virtualenv",
9079]
9080
9081[[package]]
9082name = "pet-pipenv"
9083version = "0.1.0"
9084source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9085dependencies = [
9086 "log",
9087 "msvc_spectre_libs",
9088 "pet-core",
9089 "pet-fs",
9090 "pet-python-utils",
9091 "pet-virtualenv",
9092]
9093
9094[[package]]
9095name = "pet-pixi"
9096version = "0.1.0"
9097source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9098dependencies = [
9099 "log",
9100 "msvc_spectre_libs",
9101 "pet-conda",
9102 "pet-core",
9103 "pet-python-utils",
9104]
9105
9106[[package]]
9107name = "pet-poetry"
9108version = "0.1.0"
9109source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9110dependencies = [
9111 "base64 0.22.1",
9112 "lazy_static",
9113 "log",
9114 "msvc_spectre_libs",
9115 "pet-core",
9116 "pet-fs",
9117 "pet-python-utils",
9118 "pet-reporter",
9119 "pet-virtualenv",
9120 "regex",
9121 "serde",
9122 "serde_json",
9123 "sha2",
9124 "toml 0.8.19",
9125]
9126
9127[[package]]
9128name = "pet-pyenv"
9129version = "0.1.0"
9130source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9131dependencies = [
9132 "lazy_static",
9133 "log",
9134 "msvc_spectre_libs",
9135 "pet-conda",
9136 "pet-core",
9137 "pet-fs",
9138 "pet-python-utils",
9139 "pet-reporter",
9140 "regex",
9141 "serde",
9142 "serde_json",
9143]
9144
9145[[package]]
9146name = "pet-python-utils"
9147version = "0.1.0"
9148source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9149dependencies = [
9150 "env_logger 0.10.2",
9151 "lazy_static",
9152 "log",
9153 "msvc_spectre_libs",
9154 "pet-core",
9155 "pet-fs",
9156 "regex",
9157 "serde",
9158 "serde_json",
9159 "sha2",
9160]
9161
9162[[package]]
9163name = "pet-reporter"
9164version = "0.1.0"
9165source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9166dependencies = [
9167 "env_logger 0.10.2",
9168 "log",
9169 "msvc_spectre_libs",
9170 "pet-core",
9171 "pet-jsonrpc",
9172 "serde",
9173 "serde_json",
9174]
9175
9176[[package]]
9177name = "pet-telemetry"
9178version = "0.1.0"
9179source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9180dependencies = [
9181 "env_logger 0.10.2",
9182 "lazy_static",
9183 "log",
9184 "msvc_spectre_libs",
9185 "pet-core",
9186 "pet-fs",
9187 "pet-python-utils",
9188 "regex",
9189]
9190
9191[[package]]
9192name = "pet-venv"
9193version = "0.1.0"
9194source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9195dependencies = [
9196 "log",
9197 "msvc_spectre_libs",
9198 "pet-core",
9199 "pet-python-utils",
9200 "pet-virtualenv",
9201]
9202
9203[[package]]
9204name = "pet-virtualenv"
9205version = "0.1.0"
9206source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9207dependencies = [
9208 "log",
9209 "msvc_spectre_libs",
9210 "pet-core",
9211 "pet-fs",
9212 "pet-python-utils",
9213]
9214
9215[[package]]
9216name = "pet-virtualenvwrapper"
9217version = "0.1.0"
9218source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9219dependencies = [
9220 "log",
9221 "msvc_spectre_libs",
9222 "pet-core",
9223 "pet-fs",
9224 "pet-python-utils",
9225 "pet-virtualenv",
9226]
9227
9228[[package]]
9229name = "pet-windows-registry"
9230version = "0.1.0"
9231source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9232dependencies = [
9233 "lazy_static",
9234 "log",
9235 "msvc_spectre_libs",
9236 "pet-conda",
9237 "pet-core",
9238 "pet-fs",
9239 "pet-python-utils",
9240 "pet-virtualenv",
9241 "pet-windows-store",
9242 "regex",
9243 "winreg 0.52.0",
9244]
9245
9246[[package]]
9247name = "pet-windows-store"
9248version = "0.1.0"
9249source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9250dependencies = [
9251 "lazy_static",
9252 "log",
9253 "msvc_spectre_libs",
9254 "pet-core",
9255 "pet-fs",
9256 "pet-python-utils",
9257 "pet-virtualenv",
9258 "regex",
9259 "winreg 0.52.0",
9260]
9261
9262[[package]]
9263name = "petgraph"
9264version = "0.6.5"
9265source = "registry+https://github.com/rust-lang/crates.io-index"
9266checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9267dependencies = [
9268 "fixedbitset",
9269 "indexmap",
9270]
9271
9272[[package]]
9273name = "phf"
9274version = "0.11.2"
9275source = "registry+https://github.com/rust-lang/crates.io-index"
9276checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9277dependencies = [
9278 "phf_macros",
9279 "phf_shared 0.11.2",
9280]
9281
9282[[package]]
9283name = "phf_codegen"
9284version = "0.11.2"
9285source = "registry+https://github.com/rust-lang/crates.io-index"
9286checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9287dependencies = [
9288 "phf_generator 0.11.2",
9289 "phf_shared 0.11.2",
9290]
9291
9292[[package]]
9293name = "phf_generator"
9294version = "0.10.0"
9295source = "registry+https://github.com/rust-lang/crates.io-index"
9296checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9297dependencies = [
9298 "phf_shared 0.10.0",
9299 "rand 0.8.5",
9300]
9301
9302[[package]]
9303name = "phf_generator"
9304version = "0.11.2"
9305source = "registry+https://github.com/rust-lang/crates.io-index"
9306checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9307dependencies = [
9308 "phf_shared 0.11.2",
9309 "rand 0.8.5",
9310]
9311
9312[[package]]
9313name = "phf_macros"
9314version = "0.11.2"
9315source = "registry+https://github.com/rust-lang/crates.io-index"
9316checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9317dependencies = [
9318 "phf_generator 0.11.2",
9319 "phf_shared 0.11.2",
9320 "proc-macro2",
9321 "quote",
9322 "syn 2.0.90",
9323]
9324
9325[[package]]
9326name = "phf_shared"
9327version = "0.10.0"
9328source = "registry+https://github.com/rust-lang/crates.io-index"
9329checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9330dependencies = [
9331 "siphasher 0.3.11",
9332]
9333
9334[[package]]
9335name = "phf_shared"
9336version = "0.11.2"
9337source = "registry+https://github.com/rust-lang/crates.io-index"
9338checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9339dependencies = [
9340 "siphasher 0.3.11",
9341]
9342
9343[[package]]
9344name = "picker"
9345version = "0.1.0"
9346dependencies = [
9347 "anyhow",
9348 "ctor",
9349 "editor",
9350 "env_logger 0.11.6",
9351 "gpui",
9352 "menu",
9353 "schemars",
9354 "serde",
9355 "serde_json",
9356 "ui",
9357 "workspace",
9358]
9359
9360[[package]]
9361name = "pico-args"
9362version = "0.5.0"
9363source = "registry+https://github.com/rust-lang/crates.io-index"
9364checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9365
9366[[package]]
9367name = "pin-project"
9368version = "1.1.7"
9369source = "registry+https://github.com/rust-lang/crates.io-index"
9370checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9371dependencies = [
9372 "pin-project-internal",
9373]
9374
9375[[package]]
9376name = "pin-project-internal"
9377version = "1.1.7"
9378source = "registry+https://github.com/rust-lang/crates.io-index"
9379checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9380dependencies = [
9381 "proc-macro2",
9382 "quote",
9383 "syn 2.0.90",
9384]
9385
9386[[package]]
9387name = "pin-project-lite"
9388version = "0.2.15"
9389source = "registry+https://github.com/rust-lang/crates.io-index"
9390checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
9391
9392[[package]]
9393name = "pin-utils"
9394version = "0.1.0"
9395source = "registry+https://github.com/rust-lang/crates.io-index"
9396checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9397
9398[[package]]
9399name = "piper"
9400version = "0.2.4"
9401source = "registry+https://github.com/rust-lang/crates.io-index"
9402checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9403dependencies = [
9404 "atomic-waker",
9405 "fastrand 2.3.0",
9406 "futures-io",
9407]
9408
9409[[package]]
9410name = "pkcs1"
9411version = "0.7.5"
9412source = "registry+https://github.com/rust-lang/crates.io-index"
9413checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9414dependencies = [
9415 "der 0.7.9",
9416 "pkcs8 0.10.2",
9417 "spki 0.7.3",
9418]
9419
9420[[package]]
9421name = "pkcs8"
9422version = "0.9.0"
9423source = "registry+https://github.com/rust-lang/crates.io-index"
9424checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9425dependencies = [
9426 "der 0.6.1",
9427 "spki 0.6.0",
9428]
9429
9430[[package]]
9431name = "pkcs8"
9432version = "0.10.2"
9433source = "registry+https://github.com/rust-lang/crates.io-index"
9434checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9435dependencies = [
9436 "der 0.7.9",
9437 "spki 0.7.3",
9438]
9439
9440[[package]]
9441name = "pkg-config"
9442version = "0.3.31"
9443source = "registry+https://github.com/rust-lang/crates.io-index"
9444checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9445
9446[[package]]
9447name = "plist"
9448version = "1.7.0"
9449source = "registry+https://github.com/rust-lang/crates.io-index"
9450checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9451dependencies = [
9452 "base64 0.22.1",
9453 "indexmap",
9454 "quick-xml 0.32.0",
9455 "serde",
9456 "time",
9457]
9458
9459[[package]]
9460name = "plotters"
9461version = "0.3.7"
9462source = "registry+https://github.com/rust-lang/crates.io-index"
9463checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9464dependencies = [
9465 "num-traits",
9466 "plotters-backend",
9467 "plotters-svg",
9468 "wasm-bindgen",
9469 "web-sys",
9470]
9471
9472[[package]]
9473name = "plotters-backend"
9474version = "0.3.7"
9475source = "registry+https://github.com/rust-lang/crates.io-index"
9476checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9477
9478[[package]]
9479name = "plotters-svg"
9480version = "0.3.7"
9481source = "registry+https://github.com/rust-lang/crates.io-index"
9482checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9483dependencies = [
9484 "plotters-backend",
9485]
9486
9487[[package]]
9488name = "png"
9489version = "0.17.15"
9490source = "registry+https://github.com/rust-lang/crates.io-index"
9491checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9492dependencies = [
9493 "bitflags 1.3.2",
9494 "crc32fast",
9495 "fdeflate",
9496 "flate2",
9497 "miniz_oxide",
9498]
9499
9500[[package]]
9501name = "polling"
9502version = "3.7.4"
9503source = "registry+https://github.com/rust-lang/crates.io-index"
9504checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9505dependencies = [
9506 "cfg-if",
9507 "concurrent-queue",
9508 "hermit-abi 0.4.0",
9509 "pin-project-lite",
9510 "rustix",
9511 "tracing",
9512 "windows-sys 0.59.0",
9513]
9514
9515[[package]]
9516name = "pollster"
9517version = "0.2.5"
9518source = "registry+https://github.com/rust-lang/crates.io-index"
9519checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9520
9521[[package]]
9522name = "postage"
9523version = "0.5.0"
9524source = "registry+https://github.com/rust-lang/crates.io-index"
9525checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9526dependencies = [
9527 "atomic",
9528 "crossbeam-queue",
9529 "futures 0.3.31",
9530 "log",
9531 "parking_lot",
9532 "pin-project",
9533 "pollster",
9534 "static_assertions",
9535 "thiserror 1.0.69",
9536]
9537
9538[[package]]
9539name = "postcard"
9540version = "1.1.1"
9541source = "registry+https://github.com/rust-lang/crates.io-index"
9542checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9543dependencies = [
9544 "cobs",
9545 "embedded-io 0.4.0",
9546 "embedded-io 0.6.1",
9547 "serde",
9548]
9549
9550[[package]]
9551name = "powerfmt"
9552version = "0.2.0"
9553source = "registry+https://github.com/rust-lang/crates.io-index"
9554checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9555
9556[[package]]
9557name = "ppv-lite86"
9558version = "0.2.20"
9559source = "registry+https://github.com/rust-lang/crates.io-index"
9560checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9561dependencies = [
9562 "zerocopy",
9563]
9564
9565[[package]]
9566name = "precomputed-hash"
9567version = "0.1.1"
9568source = "registry+https://github.com/rust-lang/crates.io-index"
9569checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9570
9571[[package]]
9572name = "prettier"
9573version = "0.1.0"
9574dependencies = [
9575 "anyhow",
9576 "collections",
9577 "fs",
9578 "gpui",
9579 "language",
9580 "log",
9581 "lsp",
9582 "node_runtime",
9583 "parking_lot",
9584 "paths",
9585 "serde",
9586 "serde_json",
9587 "util",
9588]
9589
9590[[package]]
9591name = "pretty_assertions"
9592version = "1.4.1"
9593source = "registry+https://github.com/rust-lang/crates.io-index"
9594checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9595dependencies = [
9596 "diff",
9597 "yansi",
9598]
9599
9600[[package]]
9601name = "prettyplease"
9602version = "0.2.25"
9603source = "registry+https://github.com/rust-lang/crates.io-index"
9604checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9605dependencies = [
9606 "proc-macro2",
9607 "syn 2.0.90",
9608]
9609
9610[[package]]
9611name = "proc-macro-crate"
9612version = "3.2.0"
9613source = "registry+https://github.com/rust-lang/crates.io-index"
9614checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9615dependencies = [
9616 "toml_edit",
9617]
9618
9619[[package]]
9620name = "proc-macro-error-attr2"
9621version = "2.0.0"
9622source = "registry+https://github.com/rust-lang/crates.io-index"
9623checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9624dependencies = [
9625 "proc-macro2",
9626 "quote",
9627]
9628
9629[[package]]
9630name = "proc-macro-error2"
9631version = "2.0.1"
9632source = "registry+https://github.com/rust-lang/crates.io-index"
9633checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9634dependencies = [
9635 "proc-macro-error-attr2",
9636 "proc-macro2",
9637 "quote",
9638 "syn 2.0.90",
9639]
9640
9641[[package]]
9642name = "proc-macro2"
9643version = "1.0.92"
9644source = "registry+https://github.com/rust-lang/crates.io-index"
9645checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
9646dependencies = [
9647 "unicode-ident",
9648]
9649
9650[[package]]
9651name = "proc-macro2-diagnostics"
9652version = "0.10.1"
9653source = "registry+https://github.com/rust-lang/crates.io-index"
9654checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9655dependencies = [
9656 "proc-macro2",
9657 "quote",
9658 "syn 2.0.90",
9659 "version_check",
9660 "yansi",
9661]
9662
9663[[package]]
9664name = "profiling"
9665version = "1.0.16"
9666source = "registry+https://github.com/rust-lang/crates.io-index"
9667checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9668dependencies = [
9669 "profiling-procmacros",
9670]
9671
9672[[package]]
9673name = "profiling-procmacros"
9674version = "1.0.16"
9675source = "registry+https://github.com/rust-lang/crates.io-index"
9676checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9677dependencies = [
9678 "quote",
9679 "syn 2.0.90",
9680]
9681
9682[[package]]
9683name = "project"
9684version = "0.1.0"
9685dependencies = [
9686 "aho-corasick",
9687 "anyhow",
9688 "async-trait",
9689 "client",
9690 "clock",
9691 "collections",
9692 "env_logger 0.11.6",
9693 "fancy-regex 0.14.0",
9694 "fs",
9695 "futures 0.3.31",
9696 "fuzzy",
9697 "git",
9698 "git2",
9699 "globset",
9700 "gpui",
9701 "http_client",
9702 "image",
9703 "itertools 0.14.0",
9704 "language",
9705 "log",
9706 "lsp",
9707 "node_runtime",
9708 "parking_lot",
9709 "pathdiff",
9710 "paths",
9711 "postage",
9712 "prettier",
9713 "pretty_assertions",
9714 "rand 0.8.5",
9715 "regex",
9716 "release_channel",
9717 "remote",
9718 "rpc",
9719 "schemars",
9720 "serde",
9721 "serde_json",
9722 "settings",
9723 "sha2",
9724 "shellexpand 2.1.2",
9725 "shlex",
9726 "similar",
9727 "smol",
9728 "snippet",
9729 "snippet_provider",
9730 "task",
9731 "tempfile",
9732 "terminal",
9733 "text",
9734 "toml 0.8.19",
9735 "unindent",
9736 "url",
9737 "util",
9738 "which 6.0.3",
9739 "worktree",
9740]
9741
9742[[package]]
9743name = "project_panel"
9744version = "0.1.0"
9745dependencies = [
9746 "anyhow",
9747 "client",
9748 "collections",
9749 "command_palette_hooks",
9750 "db",
9751 "editor",
9752 "file_icons",
9753 "git",
9754 "gpui",
9755 "indexmap",
9756 "language",
9757 "menu",
9758 "pretty_assertions",
9759 "project",
9760 "schemars",
9761 "search",
9762 "serde",
9763 "serde_derive",
9764 "serde_json",
9765 "settings",
9766 "smallvec",
9767 "theme",
9768 "ui",
9769 "util",
9770 "workspace",
9771 "worktree",
9772]
9773
9774[[package]]
9775name = "project_symbols"
9776version = "0.1.0"
9777dependencies = [
9778 "anyhow",
9779 "editor",
9780 "futures 0.3.31",
9781 "fuzzy",
9782 "gpui",
9783 "language",
9784 "lsp",
9785 "ordered-float 2.10.1",
9786 "picker",
9787 "project",
9788 "release_channel",
9789 "serde_json",
9790 "settings",
9791 "theme",
9792 "util",
9793 "workspace",
9794]
9795
9796[[package]]
9797name = "prometheus"
9798version = "0.13.4"
9799source = "registry+https://github.com/rust-lang/crates.io-index"
9800checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9801dependencies = [
9802 "cfg-if",
9803 "fnv",
9804 "lazy_static",
9805 "memchr",
9806 "parking_lot",
9807 "protobuf",
9808 "thiserror 1.0.69",
9809]
9810
9811[[package]]
9812name = "prost"
9813version = "0.9.0"
9814source = "registry+https://github.com/rust-lang/crates.io-index"
9815checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9816dependencies = [
9817 "bytes 1.9.0",
9818 "prost-derive 0.9.0",
9819]
9820
9821[[package]]
9822name = "prost"
9823version = "0.12.6"
9824source = "registry+https://github.com/rust-lang/crates.io-index"
9825checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9826dependencies = [
9827 "bytes 1.9.0",
9828 "prost-derive 0.12.6",
9829]
9830
9831[[package]]
9832name = "prost-build"
9833version = "0.9.0"
9834source = "registry+https://github.com/rust-lang/crates.io-index"
9835checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9836dependencies = [
9837 "bytes 1.9.0",
9838 "heck 0.3.3",
9839 "itertools 0.10.5",
9840 "lazy_static",
9841 "log",
9842 "multimap 0.8.3",
9843 "petgraph",
9844 "prost 0.9.0",
9845 "prost-types 0.9.0",
9846 "regex",
9847 "tempfile",
9848 "which 4.4.2",
9849]
9850
9851[[package]]
9852name = "prost-build"
9853version = "0.12.6"
9854source = "registry+https://github.com/rust-lang/crates.io-index"
9855checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
9856dependencies = [
9857 "bytes 1.9.0",
9858 "heck 0.5.0",
9859 "itertools 0.12.1",
9860 "log",
9861 "multimap 0.10.0",
9862 "once_cell",
9863 "petgraph",
9864 "prettyplease",
9865 "prost 0.12.6",
9866 "prost-types 0.12.6",
9867 "regex",
9868 "syn 2.0.90",
9869 "tempfile",
9870]
9871
9872[[package]]
9873name = "prost-derive"
9874version = "0.9.0"
9875source = "registry+https://github.com/rust-lang/crates.io-index"
9876checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9877dependencies = [
9878 "anyhow",
9879 "itertools 0.10.5",
9880 "proc-macro2",
9881 "quote",
9882 "syn 1.0.109",
9883]
9884
9885[[package]]
9886name = "prost-derive"
9887version = "0.12.6"
9888source = "registry+https://github.com/rust-lang/crates.io-index"
9889checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
9890dependencies = [
9891 "anyhow",
9892 "itertools 0.12.1",
9893 "proc-macro2",
9894 "quote",
9895 "syn 2.0.90",
9896]
9897
9898[[package]]
9899name = "prost-types"
9900version = "0.9.0"
9901source = "registry+https://github.com/rust-lang/crates.io-index"
9902checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9903dependencies = [
9904 "bytes 1.9.0",
9905 "prost 0.9.0",
9906]
9907
9908[[package]]
9909name = "prost-types"
9910version = "0.12.6"
9911source = "registry+https://github.com/rust-lang/crates.io-index"
9912checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
9913dependencies = [
9914 "prost 0.12.6",
9915]
9916
9917[[package]]
9918name = "proto"
9919version = "0.1.0"
9920dependencies = [
9921 "anyhow",
9922 "collections",
9923 "prost 0.9.0",
9924 "prost-build 0.9.0",
9925 "serde",
9926]
9927
9928[[package]]
9929name = "protobuf"
9930version = "2.28.0"
9931source = "registry+https://github.com/rust-lang/crates.io-index"
9932checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9933
9934[[package]]
9935name = "psm"
9936version = "0.1.24"
9937source = "registry+https://github.com/rust-lang/crates.io-index"
9938checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
9939dependencies = [
9940 "cc",
9941]
9942
9943[[package]]
9944name = "ptr_meta"
9945version = "0.1.4"
9946source = "registry+https://github.com/rust-lang/crates.io-index"
9947checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9948dependencies = [
9949 "ptr_meta_derive",
9950]
9951
9952[[package]]
9953name = "ptr_meta_derive"
9954version = "0.1.4"
9955source = "registry+https://github.com/rust-lang/crates.io-index"
9956checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9957dependencies = [
9958 "proc-macro2",
9959 "quote",
9960 "syn 1.0.109",
9961]
9962
9963[[package]]
9964name = "pulldown-cmark"
9965version = "0.10.3"
9966source = "registry+https://github.com/rust-lang/crates.io-index"
9967checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9968dependencies = [
9969 "bitflags 2.6.0",
9970 "memchr",
9971 "pulldown-cmark-escape",
9972 "unicase",
9973]
9974
9975[[package]]
9976name = "pulldown-cmark"
9977version = "0.12.2"
9978source = "registry+https://github.com/rust-lang/crates.io-index"
9979checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
9980dependencies = [
9981 "bitflags 2.6.0",
9982 "memchr",
9983 "unicase",
9984]
9985
9986[[package]]
9987name = "pulldown-cmark-escape"
9988version = "0.10.1"
9989source = "registry+https://github.com/rust-lang/crates.io-index"
9990checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9991
9992[[package]]
9993name = "qoi"
9994version = "0.4.1"
9995source = "registry+https://github.com/rust-lang/crates.io-index"
9996checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
9997dependencies = [
9998 "bytemuck",
9999]
10000
10001[[package]]
10002name = "quick-error"
10003version = "2.0.1"
10004source = "registry+https://github.com/rust-lang/crates.io-index"
10005checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10006
10007[[package]]
10008name = "quick-xml"
10009version = "0.32.0"
10010source = "registry+https://github.com/rust-lang/crates.io-index"
10011checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10012dependencies = [
10013 "memchr",
10014]
10015
10016[[package]]
10017name = "quick-xml"
10018version = "0.36.2"
10019source = "registry+https://github.com/rust-lang/crates.io-index"
10020checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10021dependencies = [
10022 "memchr",
10023]
10024
10025[[package]]
10026name = "quinn"
10027version = "0.11.6"
10028source = "registry+https://github.com/rust-lang/crates.io-index"
10029checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10030dependencies = [
10031 "bytes 1.9.0",
10032 "pin-project-lite",
10033 "quinn-proto",
10034 "quinn-udp",
10035 "rustc-hash 2.1.0",
10036 "rustls 0.23.20",
10037 "socket2",
10038 "thiserror 2.0.6",
10039 "tokio",
10040 "tracing",
10041]
10042
10043[[package]]
10044name = "quinn-proto"
10045version = "0.11.9"
10046source = "registry+https://github.com/rust-lang/crates.io-index"
10047checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10048dependencies = [
10049 "bytes 1.9.0",
10050 "getrandom 0.2.15",
10051 "rand 0.8.5",
10052 "ring",
10053 "rustc-hash 2.1.0",
10054 "rustls 0.23.20",
10055 "rustls-pki-types",
10056 "slab",
10057 "thiserror 2.0.6",
10058 "tinyvec",
10059 "tracing",
10060 "web-time",
10061]
10062
10063[[package]]
10064name = "quinn-udp"
10065version = "0.5.8"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10068dependencies = [
10069 "cfg_aliases 0.2.1",
10070 "libc",
10071 "once_cell",
10072 "socket2",
10073 "tracing",
10074 "windows-sys 0.59.0",
10075]
10076
10077[[package]]
10078name = "quote"
10079version = "1.0.38"
10080source = "registry+https://github.com/rust-lang/crates.io-index"
10081checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10082dependencies = [
10083 "proc-macro2",
10084]
10085
10086[[package]]
10087name = "radium"
10088version = "0.7.0"
10089source = "registry+https://github.com/rust-lang/crates.io-index"
10090checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10091
10092[[package]]
10093name = "rand"
10094version = "0.7.3"
10095source = "registry+https://github.com/rust-lang/crates.io-index"
10096checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10097dependencies = [
10098 "getrandom 0.1.16",
10099 "libc",
10100 "rand_chacha 0.2.2",
10101 "rand_core 0.5.1",
10102 "rand_hc",
10103]
10104
10105[[package]]
10106name = "rand"
10107version = "0.8.5"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10110dependencies = [
10111 "libc",
10112 "rand_chacha 0.3.1",
10113 "rand_core 0.6.4",
10114]
10115
10116[[package]]
10117name = "rand_chacha"
10118version = "0.2.2"
10119source = "registry+https://github.com/rust-lang/crates.io-index"
10120checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10121dependencies = [
10122 "ppv-lite86",
10123 "rand_core 0.5.1",
10124]
10125
10126[[package]]
10127name = "rand_chacha"
10128version = "0.3.1"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10131dependencies = [
10132 "ppv-lite86",
10133 "rand_core 0.6.4",
10134]
10135
10136[[package]]
10137name = "rand_core"
10138version = "0.5.1"
10139source = "registry+https://github.com/rust-lang/crates.io-index"
10140checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10141dependencies = [
10142 "getrandom 0.1.16",
10143]
10144
10145[[package]]
10146name = "rand_core"
10147version = "0.6.4"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10150dependencies = [
10151 "getrandom 0.2.15",
10152]
10153
10154[[package]]
10155name = "rand_hc"
10156version = "0.2.0"
10157source = "registry+https://github.com/rust-lang/crates.io-index"
10158checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10159dependencies = [
10160 "rand_core 0.5.1",
10161]
10162
10163[[package]]
10164name = "rangemap"
10165version = "1.5.1"
10166source = "registry+https://github.com/rust-lang/crates.io-index"
10167checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10168
10169[[package]]
10170name = "rav1e"
10171version = "0.7.1"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10174dependencies = [
10175 "arbitrary",
10176 "arg_enum_proc_macro",
10177 "arrayvec",
10178 "av1-grain",
10179 "bitstream-io",
10180 "built",
10181 "cfg-if",
10182 "interpolate_name",
10183 "itertools 0.12.1",
10184 "libc",
10185 "libfuzzer-sys",
10186 "log",
10187 "maybe-rayon",
10188 "new_debug_unreachable",
10189 "noop_proc_macro",
10190 "num-derive",
10191 "num-traits",
10192 "once_cell",
10193 "paste",
10194 "profiling",
10195 "rand 0.8.5",
10196 "rand_chacha 0.3.1",
10197 "simd_helpers",
10198 "system-deps",
10199 "thiserror 1.0.69",
10200 "v_frame",
10201 "wasm-bindgen",
10202]
10203
10204[[package]]
10205name = "ravif"
10206version = "0.11.11"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10209dependencies = [
10210 "avif-serialize",
10211 "imgref",
10212 "loop9",
10213 "quick-error",
10214 "rav1e",
10215 "rayon",
10216 "rgb",
10217]
10218
10219[[package]]
10220name = "raw-window-handle"
10221version = "0.6.2"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10224
10225[[package]]
10226name = "raw-window-metal"
10227version = "0.4.0"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10230dependencies = [
10231 "cocoa 0.25.0",
10232 "core-graphics 0.23.2",
10233 "objc",
10234 "raw-window-handle",
10235]
10236
10237[[package]]
10238name = "rayon"
10239version = "1.10.0"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10242dependencies = [
10243 "either",
10244 "rayon-core",
10245]
10246
10247[[package]]
10248name = "rayon-core"
10249version = "1.12.1"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10252dependencies = [
10253 "crossbeam-deque",
10254 "crossbeam-utils",
10255]
10256
10257[[package]]
10258name = "read-fonts"
10259version = "0.22.5"
10260source = "registry+https://github.com/rust-lang/crates.io-index"
10261checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10262dependencies = [
10263 "bytemuck",
10264 "font-types",
10265]
10266
10267[[package]]
10268name = "recent_projects"
10269version = "0.1.0"
10270dependencies = [
10271 "anyhow",
10272 "auto_update",
10273 "editor",
10274 "extension_host",
10275 "file_finder",
10276 "futures 0.3.31",
10277 "fuzzy",
10278 "gpui",
10279 "language",
10280 "log",
10281 "markdown",
10282 "menu",
10283 "ordered-float 2.10.1",
10284 "paths",
10285 "picker",
10286 "project",
10287 "release_channel",
10288 "remote",
10289 "schemars",
10290 "serde",
10291 "serde_json",
10292 "settings",
10293 "smol",
10294 "task",
10295 "theme",
10296 "ui",
10297 "util",
10298 "workspace",
10299 "zed_actions",
10300]
10301
10302[[package]]
10303name = "redox_syscall"
10304version = "0.2.16"
10305source = "registry+https://github.com/rust-lang/crates.io-index"
10306checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10307dependencies = [
10308 "bitflags 1.3.2",
10309]
10310
10311[[package]]
10312name = "redox_syscall"
10313version = "0.5.8"
10314source = "registry+https://github.com/rust-lang/crates.io-index"
10315checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10316dependencies = [
10317 "bitflags 2.6.0",
10318]
10319
10320[[package]]
10321name = "redox_users"
10322version = "0.4.6"
10323source = "registry+https://github.com/rust-lang/crates.io-index"
10324checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10325dependencies = [
10326 "getrandom 0.2.15",
10327 "libredox",
10328 "thiserror 1.0.69",
10329]
10330
10331[[package]]
10332name = "refineable"
10333version = "0.1.0"
10334dependencies = [
10335 "derive_refineable",
10336]
10337
10338[[package]]
10339name = "regalloc2"
10340version = "0.9.3"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10343dependencies = [
10344 "hashbrown 0.13.2",
10345 "log",
10346 "rustc-hash 1.1.0",
10347 "slice-group-by",
10348 "smallvec",
10349]
10350
10351[[package]]
10352name = "regex"
10353version = "1.11.1"
10354source = "registry+https://github.com/rust-lang/crates.io-index"
10355checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10356dependencies = [
10357 "aho-corasick",
10358 "memchr",
10359 "regex-automata 0.4.9",
10360 "regex-syntax 0.8.5",
10361]
10362
10363[[package]]
10364name = "regex-automata"
10365version = "0.1.10"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10368dependencies = [
10369 "regex-syntax 0.6.29",
10370]
10371
10372[[package]]
10373name = "regex-automata"
10374version = "0.4.9"
10375source = "registry+https://github.com/rust-lang/crates.io-index"
10376checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10377dependencies = [
10378 "aho-corasick",
10379 "memchr",
10380 "regex-syntax 0.8.5",
10381]
10382
10383[[package]]
10384name = "regex-lite"
10385version = "0.1.6"
10386source = "registry+https://github.com/rust-lang/crates.io-index"
10387checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10388
10389[[package]]
10390name = "regex-syntax"
10391version = "0.6.29"
10392source = "registry+https://github.com/rust-lang/crates.io-index"
10393checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10394
10395[[package]]
10396name = "regex-syntax"
10397version = "0.8.5"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10400
10401[[package]]
10402name = "release_channel"
10403version = "0.1.0"
10404dependencies = [
10405 "gpui",
10406]
10407
10408[[package]]
10409name = "remote"
10410version = "0.1.0"
10411dependencies = [
10412 "anyhow",
10413 "async-trait",
10414 "collections",
10415 "fs",
10416 "futures 0.3.31",
10417 "gpui",
10418 "itertools 0.14.0",
10419 "log",
10420 "parking_lot",
10421 "paths",
10422 "prost 0.9.0",
10423 "release_channel",
10424 "rpc",
10425 "serde",
10426 "serde_json",
10427 "shlex",
10428 "smol",
10429 "tempfile",
10430 "thiserror 1.0.69",
10431 "util",
10432 "which 6.0.3",
10433]
10434
10435[[package]]
10436name = "remote_server"
10437version = "0.1.0"
10438dependencies = [
10439 "anyhow",
10440 "async-watch",
10441 "backtrace",
10442 "cargo_toml",
10443 "chrono",
10444 "clap",
10445 "client",
10446 "clock",
10447 "env_logger 0.11.6",
10448 "extension",
10449 "extension_host",
10450 "fork",
10451 "fs",
10452 "futures 0.3.31",
10453 "git",
10454 "git_hosting_providers",
10455 "gpui",
10456 "http_client",
10457 "language",
10458 "language_extension",
10459 "languages",
10460 "libc",
10461 "log",
10462 "lsp",
10463 "node_runtime",
10464 "paths",
10465 "project",
10466 "proto",
10467 "release_channel",
10468 "remote",
10469 "reqwest_client",
10470 "rpc",
10471 "rust-embed",
10472 "serde",
10473 "serde_json",
10474 "settings",
10475 "shellexpand 2.1.2",
10476 "smol",
10477 "sysinfo",
10478 "telemetry_events",
10479 "toml 0.8.19",
10480 "util",
10481 "worktree",
10482]
10483
10484[[package]]
10485name = "rend"
10486version = "0.4.2"
10487source = "registry+https://github.com/rust-lang/crates.io-index"
10488checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10489dependencies = [
10490 "bytecheck",
10491]
10492
10493[[package]]
10494name = "repl"
10495version = "0.1.0"
10496dependencies = [
10497 "alacritty_terminal",
10498 "anyhow",
10499 "async-dispatcher",
10500 "async-tungstenite 0.28.2",
10501 "base64 0.22.1",
10502 "client",
10503 "collections",
10504 "command_palette_hooks",
10505 "editor",
10506 "env_logger 0.11.6",
10507 "feature_flags",
10508 "file_icons",
10509 "futures 0.3.31",
10510 "gpui",
10511 "http_client",
10512 "image",
10513 "indoc",
10514 "jupyter-protocol",
10515 "jupyter-websocket-client",
10516 "language",
10517 "languages",
10518 "log",
10519 "markdown_preview",
10520 "menu",
10521 "multi_buffer",
10522 "nbformat",
10523 "picker",
10524 "project",
10525 "runtimelib",
10526 "schemars",
10527 "serde",
10528 "serde_json",
10529 "settings",
10530 "smol",
10531 "telemetry",
10532 "terminal",
10533 "terminal_view",
10534 "theme",
10535 "tree-sitter-md",
10536 "tree-sitter-python",
10537 "tree-sitter-typescript",
10538 "ui",
10539 "util",
10540 "uuid",
10541 "workspace",
10542]
10543
10544[[package]]
10545name = "reqwest"
10546version = "0.11.27"
10547source = "registry+https://github.com/rust-lang/crates.io-index"
10548checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10549dependencies = [
10550 "base64 0.21.7",
10551 "bytes 1.9.0",
10552 "encoding_rs",
10553 "futures-core",
10554 "futures-util",
10555 "h2 0.3.26",
10556 "http 0.2.12",
10557 "http-body 0.4.6",
10558 "hyper 0.14.32",
10559 "hyper-rustls 0.24.2",
10560 "hyper-tls",
10561 "ipnet",
10562 "js-sys",
10563 "log",
10564 "mime",
10565 "native-tls",
10566 "once_cell",
10567 "percent-encoding",
10568 "pin-project-lite",
10569 "rustls 0.21.12",
10570 "rustls-native-certs 0.6.3",
10571 "rustls-pemfile 1.0.4",
10572 "serde",
10573 "serde_json",
10574 "serde_urlencoded",
10575 "sync_wrapper 0.1.2",
10576 "system-configuration 0.5.1",
10577 "tokio",
10578 "tokio-native-tls",
10579 "tokio-rustls 0.24.1",
10580 "tower-service",
10581 "url",
10582 "wasm-bindgen",
10583 "wasm-bindgen-futures",
10584 "web-sys",
10585 "winreg 0.50.0",
10586]
10587
10588[[package]]
10589name = "reqwest"
10590version = "0.12.8"
10591source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10592dependencies = [
10593 "base64 0.22.1",
10594 "bytes 1.9.0",
10595 "encoding_rs",
10596 "futures-core",
10597 "futures-util",
10598 "h2 0.4.7",
10599 "http 1.2.0",
10600 "http-body 1.0.1",
10601 "http-body-util",
10602 "hyper 1.5.1",
10603 "hyper-rustls 0.27.3",
10604 "hyper-util",
10605 "ipnet",
10606 "js-sys",
10607 "log",
10608 "mime",
10609 "once_cell",
10610 "percent-encoding",
10611 "pin-project-lite",
10612 "quinn",
10613 "rustls 0.23.20",
10614 "rustls-native-certs 0.8.1",
10615 "rustls-pemfile 2.2.0",
10616 "rustls-pki-types",
10617 "serde",
10618 "serde_json",
10619 "serde_urlencoded",
10620 "sync_wrapper 1.0.2",
10621 "system-configuration 0.6.1",
10622 "tokio",
10623 "tokio-rustls 0.26.1",
10624 "tokio-socks",
10625 "tokio-util",
10626 "tower-service",
10627 "url",
10628 "wasm-bindgen",
10629 "wasm-bindgen-futures",
10630 "wasm-streams",
10631 "web-sys",
10632 "windows-registry",
10633]
10634
10635[[package]]
10636name = "reqwest_client"
10637version = "0.1.0"
10638dependencies = [
10639 "anyhow",
10640 "bytes 1.9.0",
10641 "futures 0.3.31",
10642 "gpui",
10643 "http_client",
10644 "log",
10645 "reqwest 0.12.8",
10646 "serde",
10647 "smol",
10648 "tokio",
10649]
10650
10651[[package]]
10652name = "resvg"
10653version = "0.44.0"
10654source = "registry+https://github.com/rust-lang/crates.io-index"
10655checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10656dependencies = [
10657 "log",
10658 "pico-args",
10659 "rgb",
10660 "svgtypes",
10661 "tiny-skia",
10662 "usvg",
10663]
10664
10665[[package]]
10666name = "rfc6979"
10667version = "0.3.1"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10670dependencies = [
10671 "crypto-bigint 0.4.9",
10672 "hmac",
10673 "zeroize",
10674]
10675
10676[[package]]
10677name = "rgb"
10678version = "0.8.50"
10679source = "registry+https://github.com/rust-lang/crates.io-index"
10680checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10681dependencies = [
10682 "bytemuck",
10683]
10684
10685[[package]]
10686name = "rich_text"
10687version = "0.1.0"
10688dependencies = [
10689 "futures 0.3.31",
10690 "gpui",
10691 "language",
10692 "linkify",
10693 "pulldown-cmark 0.12.2",
10694 "theme",
10695 "ui",
10696 "util",
10697]
10698
10699[[package]]
10700name = "ring"
10701version = "0.17.8"
10702source = "registry+https://github.com/rust-lang/crates.io-index"
10703checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10704dependencies = [
10705 "cc",
10706 "cfg-if",
10707 "getrandom 0.2.15",
10708 "libc",
10709 "spin",
10710 "untrusted",
10711 "windows-sys 0.52.0",
10712]
10713
10714[[package]]
10715name = "rkyv"
10716version = "0.7.45"
10717source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10719dependencies = [
10720 "bitvec",
10721 "bytecheck",
10722 "bytes 1.9.0",
10723 "hashbrown 0.12.3",
10724 "ptr_meta",
10725 "rend",
10726 "rkyv_derive",
10727 "seahash",
10728 "tinyvec",
10729 "uuid",
10730]
10731
10732[[package]]
10733name = "rkyv_derive"
10734version = "0.7.45"
10735source = "registry+https://github.com/rust-lang/crates.io-index"
10736checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10737dependencies = [
10738 "proc-macro2",
10739 "quote",
10740 "syn 1.0.109",
10741]
10742
10743[[package]]
10744name = "rmp"
10745version = "0.8.14"
10746source = "registry+https://github.com/rust-lang/crates.io-index"
10747checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10748dependencies = [
10749 "byteorder",
10750 "num-traits",
10751 "paste",
10752]
10753
10754[[package]]
10755name = "rmpv"
10756version = "1.3.0"
10757source = "registry+https://github.com/rust-lang/crates.io-index"
10758checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10759dependencies = [
10760 "num-traits",
10761 "rmp",
10762]
10763
10764[[package]]
10765name = "rodio"
10766version = "0.20.1"
10767source = "registry+https://github.com/rust-lang/crates.io-index"
10768checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10769dependencies = [
10770 "cpal",
10771 "hound",
10772]
10773
10774[[package]]
10775name = "rope"
10776version = "0.1.0"
10777dependencies = [
10778 "arrayvec",
10779 "criterion",
10780 "ctor",
10781 "env_logger 0.11.6",
10782 "gpui",
10783 "log",
10784 "rand 0.8.5",
10785 "rayon",
10786 "smallvec",
10787 "sum_tree",
10788 "unicode-segmentation",
10789 "util",
10790]
10791
10792[[package]]
10793name = "roxmltree"
10794version = "0.20.0"
10795source = "registry+https://github.com/rust-lang/crates.io-index"
10796checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10797
10798[[package]]
10799name = "rpc"
10800version = "0.1.0"
10801dependencies = [
10802 "anyhow",
10803 "async-tungstenite 0.28.2",
10804 "base64 0.22.1",
10805 "chrono",
10806 "collections",
10807 "env_logger 0.11.6",
10808 "futures 0.3.31",
10809 "gpui",
10810 "parking_lot",
10811 "proto",
10812 "rand 0.8.5",
10813 "rsa",
10814 "serde",
10815 "serde_json",
10816 "sha2",
10817 "strum",
10818 "tracing",
10819 "util",
10820 "zstd",
10821]
10822
10823[[package]]
10824name = "rsa"
10825version = "0.9.7"
10826source = "registry+https://github.com/rust-lang/crates.io-index"
10827checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
10828dependencies = [
10829 "const-oid",
10830 "digest",
10831 "num-bigint-dig",
10832 "num-integer",
10833 "num-traits",
10834 "pkcs1",
10835 "pkcs8 0.10.2",
10836 "rand_core 0.6.4",
10837 "signature 2.2.0",
10838 "spki 0.7.3",
10839 "subtle",
10840 "zeroize",
10841]
10842
10843[[package]]
10844name = "runtimelib"
10845version = "0.25.0"
10846source = "registry+https://github.com/rust-lang/crates.io-index"
10847checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
10848dependencies = [
10849 "anyhow",
10850 "async-dispatcher",
10851 "async-std",
10852 "base64 0.22.1",
10853 "bytes 1.9.0",
10854 "chrono",
10855 "data-encoding",
10856 "dirs 5.0.1",
10857 "futures 0.3.31",
10858 "glob",
10859 "jupyter-protocol",
10860 "ring",
10861 "serde",
10862 "serde_json",
10863 "shellexpand 3.1.0",
10864 "smol",
10865 "uuid",
10866 "zeromq",
10867]
10868
10869[[package]]
10870name = "rust-embed"
10871version = "8.5.0"
10872source = "registry+https://github.com/rust-lang/crates.io-index"
10873checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10874dependencies = [
10875 "rust-embed-impl",
10876 "rust-embed-utils",
10877 "walkdir",
10878]
10879
10880[[package]]
10881name = "rust-embed-impl"
10882version = "8.5.0"
10883source = "registry+https://github.com/rust-lang/crates.io-index"
10884checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10885dependencies = [
10886 "proc-macro2",
10887 "quote",
10888 "rust-embed-utils",
10889 "syn 2.0.90",
10890 "walkdir",
10891]
10892
10893[[package]]
10894name = "rust-embed-utils"
10895version = "8.5.0"
10896source = "registry+https://github.com/rust-lang/crates.io-index"
10897checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10898dependencies = [
10899 "globset",
10900 "sha2",
10901 "walkdir",
10902]
10903
10904[[package]]
10905name = "rust_decimal"
10906version = "1.36.0"
10907source = "registry+https://github.com/rust-lang/crates.io-index"
10908checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10909dependencies = [
10910 "arrayvec",
10911 "borsh",
10912 "bytes 1.9.0",
10913 "num-traits",
10914 "rand 0.8.5",
10915 "rkyv",
10916 "serde",
10917 "serde_json",
10918]
10919
10920[[package]]
10921name = "rustc-demangle"
10922version = "0.1.24"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10925
10926[[package]]
10927name = "rustc-hash"
10928version = "1.1.0"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10931
10932[[package]]
10933name = "rustc-hash"
10934version = "2.1.0"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
10937
10938[[package]]
10939name = "rustc_version"
10940version = "0.4.1"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10943dependencies = [
10944 "semver",
10945]
10946
10947[[package]]
10948name = "rustix"
10949version = "0.38.42"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
10952dependencies = [
10953 "bitflags 2.6.0",
10954 "errno 0.3.10",
10955 "itoa",
10956 "libc",
10957 "linux-raw-sys",
10958 "once_cell",
10959 "windows-sys 0.59.0",
10960]
10961
10962[[package]]
10963name = "rustix-openpty"
10964version = "0.1.1"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10967dependencies = [
10968 "errno 0.3.10",
10969 "libc",
10970 "rustix",
10971]
10972
10973[[package]]
10974name = "rustls"
10975version = "0.21.12"
10976source = "registry+https://github.com/rust-lang/crates.io-index"
10977checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10978dependencies = [
10979 "log",
10980 "ring",
10981 "rustls-webpki 0.101.7",
10982 "sct",
10983]
10984
10985[[package]]
10986name = "rustls"
10987version = "0.23.20"
10988source = "registry+https://github.com/rust-lang/crates.io-index"
10989checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
10990dependencies = [
10991 "once_cell",
10992 "ring",
10993 "rustls-pki-types",
10994 "rustls-webpki 0.102.8",
10995 "subtle",
10996 "zeroize",
10997]
10998
10999[[package]]
11000name = "rustls-native-certs"
11001version = "0.6.3"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11004dependencies = [
11005 "openssl-probe",
11006 "rustls-pemfile 1.0.4",
11007 "schannel",
11008 "security-framework 2.11.1",
11009]
11010
11011[[package]]
11012name = "rustls-native-certs"
11013version = "0.8.1"
11014source = "registry+https://github.com/rust-lang/crates.io-index"
11015checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11016dependencies = [
11017 "openssl-probe",
11018 "rustls-pki-types",
11019 "schannel",
11020 "security-framework 3.0.1",
11021]
11022
11023[[package]]
11024name = "rustls-pemfile"
11025version = "1.0.4"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11028dependencies = [
11029 "base64 0.21.7",
11030]
11031
11032[[package]]
11033name = "rustls-pemfile"
11034version = "2.2.0"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11037dependencies = [
11038 "rustls-pki-types",
11039]
11040
11041[[package]]
11042name = "rustls-pki-types"
11043version = "1.10.0"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11046dependencies = [
11047 "web-time",
11048]
11049
11050[[package]]
11051name = "rustls-webpki"
11052version = "0.101.7"
11053source = "registry+https://github.com/rust-lang/crates.io-index"
11054checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11055dependencies = [
11056 "ring",
11057 "untrusted",
11058]
11059
11060[[package]]
11061name = "rustls-webpki"
11062version = "0.102.8"
11063source = "registry+https://github.com/rust-lang/crates.io-index"
11064checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11065dependencies = [
11066 "ring",
11067 "rustls-pki-types",
11068 "untrusted",
11069]
11070
11071[[package]]
11072name = "rustversion"
11073version = "1.0.18"
11074source = "registry+https://github.com/rust-lang/crates.io-index"
11075checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11076
11077[[package]]
11078name = "rustybuzz"
11079version = "0.14.1"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11082dependencies = [
11083 "bitflags 2.6.0",
11084 "bytemuck",
11085 "libm",
11086 "smallvec",
11087 "ttf-parser",
11088 "unicode-bidi-mirroring",
11089 "unicode-ccc",
11090 "unicode-properties",
11091 "unicode-script",
11092]
11093
11094[[package]]
11095name = "ryu"
11096version = "1.0.18"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11099
11100[[package]]
11101name = "salsa20"
11102version = "0.10.2"
11103source = "registry+https://github.com/rust-lang/crates.io-index"
11104checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11105dependencies = [
11106 "cipher",
11107]
11108
11109[[package]]
11110name = "same-file"
11111version = "1.0.6"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11114dependencies = [
11115 "winapi-util",
11116]
11117
11118[[package]]
11119name = "schannel"
11120version = "0.1.27"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11123dependencies = [
11124 "windows-sys 0.59.0",
11125]
11126
11127[[package]]
11128name = "schemars"
11129version = "0.8.21"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11132dependencies = [
11133 "dyn-clone",
11134 "indexmap",
11135 "schemars_derive",
11136 "serde",
11137 "serde_json",
11138]
11139
11140[[package]]
11141name = "schemars_derive"
11142version = "0.8.21"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11145dependencies = [
11146 "proc-macro2",
11147 "quote",
11148 "serde_derive_internals",
11149 "syn 2.0.90",
11150]
11151
11152[[package]]
11153name = "scoped-tls"
11154version = "1.0.1"
11155source = "registry+https://github.com/rust-lang/crates.io-index"
11156checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11157
11158[[package]]
11159name = "scopeguard"
11160version = "1.2.0"
11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11163
11164[[package]]
11165name = "scratch"
11166version = "1.0.7"
11167source = "registry+https://github.com/rust-lang/crates.io-index"
11168checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11169
11170[[package]]
11171name = "scrypt"
11172version = "0.11.0"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11175dependencies = [
11176 "password-hash 0.5.0",
11177 "pbkdf2 0.12.2",
11178 "salsa20",
11179 "sha2",
11180]
11181
11182[[package]]
11183name = "sct"
11184version = "0.7.1"
11185source = "registry+https://github.com/rust-lang/crates.io-index"
11186checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11187dependencies = [
11188 "ring",
11189 "untrusted",
11190]
11191
11192[[package]]
11193name = "sea-bae"
11194version = "0.2.1"
11195source = "registry+https://github.com/rust-lang/crates.io-index"
11196checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11197dependencies = [
11198 "heck 0.4.1",
11199 "proc-macro-error2",
11200 "proc-macro2",
11201 "quote",
11202 "syn 2.0.90",
11203]
11204
11205[[package]]
11206name = "sea-orm"
11207version = "1.1.3"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "0dbcf83248860dc632c46c7e81a221e041b50d0006191756cb001d9e8afc60a9"
11210dependencies = [
11211 "async-stream",
11212 "async-trait",
11213 "bigdecimal",
11214 "chrono",
11215 "futures 0.3.31",
11216 "log",
11217 "ouroboros",
11218 "rust_decimal",
11219 "sea-orm-macros",
11220 "sea-query",
11221 "sea-query-binder",
11222 "serde",
11223 "serde_json",
11224 "sqlx",
11225 "strum",
11226 "thiserror 1.0.69",
11227 "time",
11228 "tracing",
11229 "url",
11230 "uuid",
11231]
11232
11233[[package]]
11234name = "sea-orm-macros"
11235version = "1.1.3"
11236source = "registry+https://github.com/rust-lang/crates.io-index"
11237checksum = "49ce6f08134f3681b1ca92185b96fac898f26d9b4f5538d13f7032ef243d14b2"
11238dependencies = [
11239 "heck 0.4.1",
11240 "proc-macro2",
11241 "quote",
11242 "sea-bae",
11243 "syn 2.0.90",
11244 "unicode-ident",
11245]
11246
11247[[package]]
11248name = "sea-query"
11249version = "0.32.1"
11250source = "registry+https://github.com/rust-lang/crates.io-index"
11251checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11252dependencies = [
11253 "bigdecimal",
11254 "chrono",
11255 "inherent",
11256 "ordered-float 3.9.2",
11257 "rust_decimal",
11258 "serde_json",
11259 "time",
11260 "uuid",
11261]
11262
11263[[package]]
11264name = "sea-query-binder"
11265version = "0.7.0"
11266source = "registry+https://github.com/rust-lang/crates.io-index"
11267checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11268dependencies = [
11269 "bigdecimal",
11270 "chrono",
11271 "rust_decimal",
11272 "sea-query",
11273 "serde_json",
11274 "sqlx",
11275 "time",
11276 "uuid",
11277]
11278
11279[[package]]
11280name = "seahash"
11281version = "4.1.0"
11282source = "registry+https://github.com/rust-lang/crates.io-index"
11283checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11284
11285[[package]]
11286name = "search"
11287version = "0.1.0"
11288dependencies = [
11289 "any_vec",
11290 "anyhow",
11291 "bitflags 2.6.0",
11292 "client",
11293 "collections",
11294 "editor",
11295 "futures 0.3.31",
11296 "gpui",
11297 "language",
11298 "menu",
11299 "project",
11300 "schemars",
11301 "serde",
11302 "serde_json",
11303 "settings",
11304 "smol",
11305 "theme",
11306 "ui",
11307 "unindent",
11308 "util",
11309 "workspace",
11310]
11311
11312[[package]]
11313name = "sec1"
11314version = "0.3.0"
11315source = "registry+https://github.com/rust-lang/crates.io-index"
11316checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11317dependencies = [
11318 "base16ct",
11319 "der 0.6.1",
11320 "generic-array",
11321 "pkcs8 0.9.0",
11322 "subtle",
11323 "zeroize",
11324]
11325
11326[[package]]
11327name = "security-framework"
11328version = "2.11.1"
11329source = "registry+https://github.com/rust-lang/crates.io-index"
11330checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11331dependencies = [
11332 "bitflags 2.6.0",
11333 "core-foundation 0.9.4",
11334 "core-foundation-sys",
11335 "libc",
11336 "security-framework-sys",
11337]
11338
11339[[package]]
11340name = "security-framework"
11341version = "3.0.1"
11342source = "registry+https://github.com/rust-lang/crates.io-index"
11343checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11344dependencies = [
11345 "bitflags 2.6.0",
11346 "core-foundation 0.10.0",
11347 "core-foundation-sys",
11348 "libc",
11349 "security-framework-sys",
11350]
11351
11352[[package]]
11353name = "security-framework-sys"
11354version = "2.12.1"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11357dependencies = [
11358 "core-foundation-sys",
11359 "libc",
11360]
11361
11362[[package]]
11363name = "self_cell"
11364version = "1.1.0"
11365source = "registry+https://github.com/rust-lang/crates.io-index"
11366checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11367
11368[[package]]
11369name = "semantic_index"
11370version = "0.1.0"
11371dependencies = [
11372 "anyhow",
11373 "arrayvec",
11374 "blake3",
11375 "client",
11376 "clock",
11377 "collections",
11378 "env_logger 0.11.6",
11379 "feature_flags",
11380 "fs",
11381 "futures 0.3.31",
11382 "futures-batch",
11383 "gpui",
11384 "heed",
11385 "http_client",
11386 "language",
11387 "language_model",
11388 "languages",
11389 "log",
11390 "open_ai",
11391 "parking_lot",
11392 "project",
11393 "reqwest_client",
11394 "serde",
11395 "serde_json",
11396 "settings",
11397 "sha2",
11398 "smol",
11399 "tempfile",
11400 "theme",
11401 "tree-sitter",
11402 "ui",
11403 "unindent",
11404 "util",
11405 "workspace",
11406 "worktree",
11407]
11408
11409[[package]]
11410name = "semantic_version"
11411version = "0.1.0"
11412dependencies = [
11413 "anyhow",
11414 "serde",
11415]
11416
11417[[package]]
11418name = "semver"
11419version = "1.0.24"
11420source = "registry+https://github.com/rust-lang/crates.io-index"
11421checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
11422dependencies = [
11423 "serde",
11424]
11425
11426[[package]]
11427name = "serde"
11428version = "1.0.217"
11429source = "registry+https://github.com/rust-lang/crates.io-index"
11430checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
11431dependencies = [
11432 "serde_derive",
11433]
11434
11435[[package]]
11436name = "serde_derive"
11437version = "1.0.217"
11438source = "registry+https://github.com/rust-lang/crates.io-index"
11439checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
11440dependencies = [
11441 "proc-macro2",
11442 "quote",
11443 "syn 2.0.90",
11444]
11445
11446[[package]]
11447name = "serde_derive_internals"
11448version = "0.29.1"
11449source = "registry+https://github.com/rust-lang/crates.io-index"
11450checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11451dependencies = [
11452 "proc-macro2",
11453 "quote",
11454 "syn 2.0.90",
11455]
11456
11457[[package]]
11458name = "serde_fmt"
11459version = "1.0.3"
11460source = "registry+https://github.com/rust-lang/crates.io-index"
11461checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11462dependencies = [
11463 "serde",
11464]
11465
11466[[package]]
11467name = "serde_json"
11468version = "1.0.135"
11469source = "registry+https://github.com/rust-lang/crates.io-index"
11470checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
11471dependencies = [
11472 "indexmap",
11473 "itoa",
11474 "memchr",
11475 "ryu",
11476 "serde",
11477]
11478
11479[[package]]
11480name = "serde_json_lenient"
11481version = "0.2.4"
11482source = "registry+https://github.com/rust-lang/crates.io-index"
11483checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11484dependencies = [
11485 "indexmap",
11486 "itoa",
11487 "memchr",
11488 "ryu",
11489 "serde",
11490]
11491
11492[[package]]
11493name = "serde_path_to_error"
11494version = "0.1.16"
11495source = "registry+https://github.com/rust-lang/crates.io-index"
11496checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11497dependencies = [
11498 "itoa",
11499 "serde",
11500]
11501
11502[[package]]
11503name = "serde_qs"
11504version = "0.8.5"
11505source = "registry+https://github.com/rust-lang/crates.io-index"
11506checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11507dependencies = [
11508 "percent-encoding",
11509 "serde",
11510 "thiserror 1.0.69",
11511]
11512
11513[[package]]
11514name = "serde_qs"
11515version = "0.10.1"
11516source = "registry+https://github.com/rust-lang/crates.io-index"
11517checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11518dependencies = [
11519 "percent-encoding",
11520 "serde",
11521 "thiserror 1.0.69",
11522]
11523
11524[[package]]
11525name = "serde_repr"
11526version = "0.1.19"
11527source = "registry+https://github.com/rust-lang/crates.io-index"
11528checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11529dependencies = [
11530 "proc-macro2",
11531 "quote",
11532 "syn 2.0.90",
11533]
11534
11535[[package]]
11536name = "serde_spanned"
11537version = "0.6.8"
11538source = "registry+https://github.com/rust-lang/crates.io-index"
11539checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11540dependencies = [
11541 "serde",
11542]
11543
11544[[package]]
11545name = "serde_urlencoded"
11546version = "0.7.1"
11547source = "registry+https://github.com/rust-lang/crates.io-index"
11548checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11549dependencies = [
11550 "form_urlencoded",
11551 "itoa",
11552 "ryu",
11553 "serde",
11554]
11555
11556[[package]]
11557name = "session"
11558version = "0.1.0"
11559dependencies = [
11560 "db",
11561 "gpui",
11562 "serde_json",
11563 "util",
11564 "uuid",
11565]
11566
11567[[package]]
11568name = "settings"
11569version = "0.1.0"
11570dependencies = [
11571 "anyhow",
11572 "collections",
11573 "ec4rs",
11574 "fs",
11575 "futures 0.3.31",
11576 "gpui",
11577 "indoc",
11578 "log",
11579 "paths",
11580 "pretty_assertions",
11581 "release_channel",
11582 "rust-embed",
11583 "schemars",
11584 "serde",
11585 "serde_derive",
11586 "serde_json",
11587 "serde_json_lenient",
11588 "smallvec",
11589 "tree-sitter",
11590 "tree-sitter-json",
11591 "unindent",
11592 "util",
11593]
11594
11595[[package]]
11596name = "settings_ui"
11597version = "0.1.0"
11598dependencies = [
11599 "command_palette_hooks",
11600 "editor",
11601 "feature_flags",
11602 "gpui",
11603 "settings",
11604 "theme",
11605 "ui",
11606 "workspace",
11607]
11608
11609[[package]]
11610name = "sha1"
11611version = "0.10.6"
11612source = "registry+https://github.com/rust-lang/crates.io-index"
11613checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11614dependencies = [
11615 "cfg-if",
11616 "cpufeatures",
11617 "digest",
11618]
11619
11620[[package]]
11621name = "sha1_smol"
11622version = "1.0.1"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11625
11626[[package]]
11627name = "sha2"
11628version = "0.10.8"
11629source = "registry+https://github.com/rust-lang/crates.io-index"
11630checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11631dependencies = [
11632 "cfg-if",
11633 "cpufeatures",
11634 "digest",
11635]
11636
11637[[package]]
11638name = "sharded-slab"
11639version = "0.1.7"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11642dependencies = [
11643 "lazy_static",
11644]
11645
11646[[package]]
11647name = "shell-words"
11648version = "1.1.0"
11649source = "registry+https://github.com/rust-lang/crates.io-index"
11650checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11651
11652[[package]]
11653name = "shellexpand"
11654version = "2.1.2"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11657dependencies = [
11658 "dirs 4.0.0",
11659]
11660
11661[[package]]
11662name = "shellexpand"
11663version = "3.1.0"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11666dependencies = [
11667 "dirs 5.0.1",
11668]
11669
11670[[package]]
11671name = "shlex"
11672version = "1.3.0"
11673source = "registry+https://github.com/rust-lang/crates.io-index"
11674checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11675
11676[[package]]
11677name = "signal-hook"
11678version = "0.3.17"
11679source = "registry+https://github.com/rust-lang/crates.io-index"
11680checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11681dependencies = [
11682 "libc",
11683 "signal-hook-registry",
11684]
11685
11686[[package]]
11687name = "signal-hook-registry"
11688version = "1.4.2"
11689source = "registry+https://github.com/rust-lang/crates.io-index"
11690checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11691dependencies = [
11692 "libc",
11693]
11694
11695[[package]]
11696name = "signature"
11697version = "1.6.4"
11698source = "registry+https://github.com/rust-lang/crates.io-index"
11699checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11700dependencies = [
11701 "digest",
11702 "rand_core 0.6.4",
11703]
11704
11705[[package]]
11706name = "signature"
11707version = "2.2.0"
11708source = "registry+https://github.com/rust-lang/crates.io-index"
11709checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11710dependencies = [
11711 "digest",
11712 "rand_core 0.6.4",
11713]
11714
11715[[package]]
11716name = "simd-adler32"
11717version = "0.3.7"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11720
11721[[package]]
11722name = "simd_helpers"
11723version = "0.1.0"
11724source = "registry+https://github.com/rust-lang/crates.io-index"
11725checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11726dependencies = [
11727 "quote",
11728]
11729
11730[[package]]
11731name = "simdutf8"
11732version = "0.1.5"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11735
11736[[package]]
11737name = "similar"
11738version = "1.3.0"
11739source = "registry+https://github.com/rust-lang/crates.io-index"
11740checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11741
11742[[package]]
11743name = "simple_asn1"
11744version = "0.6.2"
11745source = "registry+https://github.com/rust-lang/crates.io-index"
11746checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11747dependencies = [
11748 "num-bigint",
11749 "num-traits",
11750 "thiserror 1.0.69",
11751 "time",
11752]
11753
11754[[package]]
11755name = "simplecss"
11756version = "0.2.1"
11757source = "registry+https://github.com/rust-lang/crates.io-index"
11758checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11759dependencies = [
11760 "log",
11761]
11762
11763[[package]]
11764name = "simplelog"
11765version = "0.12.2"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11768dependencies = [
11769 "log",
11770 "termcolor",
11771 "time",
11772]
11773
11774[[package]]
11775name = "siphasher"
11776version = "0.3.11"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11779
11780[[package]]
11781name = "siphasher"
11782version = "1.0.1"
11783source = "registry+https://github.com/rust-lang/crates.io-index"
11784checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11785
11786[[package]]
11787name = "skrifa"
11788version = "0.22.3"
11789source = "registry+https://github.com/rust-lang/crates.io-index"
11790checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11791dependencies = [
11792 "bytemuck",
11793 "read-fonts",
11794]
11795
11796[[package]]
11797name = "slab"
11798version = "0.4.9"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11801dependencies = [
11802 "autocfg",
11803]
11804
11805[[package]]
11806name = "slash_commands_example"
11807version = "0.1.0"
11808dependencies = [
11809 "zed_extension_api 0.1.0",
11810]
11811
11812[[package]]
11813name = "slice-group-by"
11814version = "0.3.1"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11817
11818[[package]]
11819name = "slotmap"
11820version = "1.0.7"
11821source = "registry+https://github.com/rust-lang/crates.io-index"
11822checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11823dependencies = [
11824 "version_check",
11825]
11826
11827[[package]]
11828name = "smallvec"
11829version = "1.13.2"
11830source = "registry+https://github.com/rust-lang/crates.io-index"
11831checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11832dependencies = [
11833 "serde",
11834]
11835
11836[[package]]
11837name = "smart-default"
11838version = "0.6.0"
11839source = "registry+https://github.com/rust-lang/crates.io-index"
11840checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11841dependencies = [
11842 "proc-macro2",
11843 "quote",
11844 "syn 1.0.109",
11845]
11846
11847[[package]]
11848name = "smol"
11849version = "2.0.2"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
11852dependencies = [
11853 "async-channel 2.3.1",
11854 "async-executor",
11855 "async-fs",
11856 "async-io",
11857 "async-lock",
11858 "async-net",
11859 "async-process",
11860 "blocking",
11861 "futures-lite 2.5.0",
11862]
11863
11864[[package]]
11865name = "smol_str"
11866version = "0.1.24"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11869dependencies = [
11870 "serde",
11871]
11872
11873[[package]]
11874name = "snippet"
11875version = "0.1.0"
11876dependencies = [
11877 "anyhow",
11878 "smallvec",
11879]
11880
11881[[package]]
11882name = "snippet_provider"
11883version = "0.1.0"
11884dependencies = [
11885 "anyhow",
11886 "collections",
11887 "extension",
11888 "fs",
11889 "futures 0.3.31",
11890 "gpui",
11891 "parking_lot",
11892 "paths",
11893 "serde",
11894 "serde_json",
11895 "snippet",
11896 "util",
11897]
11898
11899[[package]]
11900name = "snippets_ui"
11901version = "0.1.0"
11902dependencies = [
11903 "fuzzy",
11904 "gpui",
11905 "language",
11906 "paths",
11907 "picker",
11908 "ui",
11909 "util",
11910 "workspace",
11911]
11912
11913[[package]]
11914name = "socket2"
11915version = "0.5.8"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
11918dependencies = [
11919 "libc",
11920 "windows-sys 0.52.0",
11921]
11922
11923[[package]]
11924name = "spdx"
11925version = "0.10.7"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
11928dependencies = [
11929 "smallvec",
11930]
11931
11932[[package]]
11933name = "spin"
11934version = "0.9.8"
11935source = "registry+https://github.com/rust-lang/crates.io-index"
11936checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11937dependencies = [
11938 "lock_api",
11939]
11940
11941[[package]]
11942name = "spirv"
11943version = "0.3.0+sdk-1.3.268.0"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11946dependencies = [
11947 "bitflags 2.6.0",
11948]
11949
11950[[package]]
11951name = "spki"
11952version = "0.6.0"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11955dependencies = [
11956 "base64ct",
11957 "der 0.6.1",
11958]
11959
11960[[package]]
11961name = "spki"
11962version = "0.7.3"
11963source = "registry+https://github.com/rust-lang/crates.io-index"
11964checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11965dependencies = [
11966 "base64ct",
11967 "der 0.7.9",
11968]
11969
11970[[package]]
11971name = "sptr"
11972version = "0.3.2"
11973source = "registry+https://github.com/rust-lang/crates.io-index"
11974checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11975
11976[[package]]
11977name = "sqlez"
11978version = "0.1.0"
11979dependencies = [
11980 "anyhow",
11981 "collections",
11982 "futures 0.3.31",
11983 "indoc",
11984 "libsqlite3-sys",
11985 "parking_lot",
11986 "smol",
11987 "sqlformat",
11988 "thread_local",
11989 "util",
11990 "uuid",
11991]
11992
11993[[package]]
11994name = "sqlez_macros"
11995version = "0.1.0"
11996dependencies = [
11997 "sqlez",
11998 "sqlformat",
11999 "syn 1.0.109",
12000]
12001
12002[[package]]
12003name = "sqlformat"
12004version = "0.2.6"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12007dependencies = [
12008 "nom",
12009 "unicode_categories",
12010]
12011
12012[[package]]
12013name = "sqlx"
12014version = "0.8.2"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12017dependencies = [
12018 "sqlx-core",
12019 "sqlx-macros",
12020 "sqlx-mysql",
12021 "sqlx-postgres",
12022 "sqlx-sqlite",
12023]
12024
12025[[package]]
12026name = "sqlx-core"
12027version = "0.8.2"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12030dependencies = [
12031 "atoi",
12032 "bigdecimal",
12033 "byteorder",
12034 "bytes 1.9.0",
12035 "chrono",
12036 "crc",
12037 "crossbeam-queue",
12038 "either",
12039 "event-listener 5.3.1",
12040 "futures-channel",
12041 "futures-core",
12042 "futures-intrusive",
12043 "futures-io",
12044 "futures-util",
12045 "hashbrown 0.14.5",
12046 "hashlink 0.9.1",
12047 "hex",
12048 "indexmap",
12049 "log",
12050 "memchr",
12051 "once_cell",
12052 "paste",
12053 "percent-encoding",
12054 "rust_decimal",
12055 "rustls 0.23.20",
12056 "rustls-pemfile 2.2.0",
12057 "serde",
12058 "serde_json",
12059 "sha2",
12060 "smallvec",
12061 "sqlformat",
12062 "thiserror 1.0.69",
12063 "time",
12064 "tokio",
12065 "tokio-stream",
12066 "tracing",
12067 "url",
12068 "uuid",
12069 "webpki-roots 0.26.7",
12070]
12071
12072[[package]]
12073name = "sqlx-macros"
12074version = "0.8.2"
12075source = "registry+https://github.com/rust-lang/crates.io-index"
12076checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12077dependencies = [
12078 "proc-macro2",
12079 "quote",
12080 "sqlx-core",
12081 "sqlx-macros-core",
12082 "syn 2.0.90",
12083]
12084
12085[[package]]
12086name = "sqlx-macros-core"
12087version = "0.8.2"
12088source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12090dependencies = [
12091 "dotenvy",
12092 "either",
12093 "heck 0.5.0",
12094 "hex",
12095 "once_cell",
12096 "proc-macro2",
12097 "quote",
12098 "serde",
12099 "serde_json",
12100 "sha2",
12101 "sqlx-core",
12102 "sqlx-mysql",
12103 "sqlx-postgres",
12104 "sqlx-sqlite",
12105 "syn 2.0.90",
12106 "tempfile",
12107 "tokio",
12108 "url",
12109]
12110
12111[[package]]
12112name = "sqlx-mysql"
12113version = "0.8.2"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12116dependencies = [
12117 "atoi",
12118 "base64 0.22.1",
12119 "bigdecimal",
12120 "bitflags 2.6.0",
12121 "byteorder",
12122 "bytes 1.9.0",
12123 "chrono",
12124 "crc",
12125 "digest",
12126 "dotenvy",
12127 "either",
12128 "futures-channel",
12129 "futures-core",
12130 "futures-io",
12131 "futures-util",
12132 "generic-array",
12133 "hex",
12134 "hkdf",
12135 "hmac",
12136 "itoa",
12137 "log",
12138 "md-5",
12139 "memchr",
12140 "once_cell",
12141 "percent-encoding",
12142 "rand 0.8.5",
12143 "rsa",
12144 "rust_decimal",
12145 "serde",
12146 "sha1",
12147 "sha2",
12148 "smallvec",
12149 "sqlx-core",
12150 "stringprep",
12151 "thiserror 1.0.69",
12152 "time",
12153 "tracing",
12154 "uuid",
12155 "whoami",
12156]
12157
12158[[package]]
12159name = "sqlx-postgres"
12160version = "0.8.2"
12161source = "registry+https://github.com/rust-lang/crates.io-index"
12162checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12163dependencies = [
12164 "atoi",
12165 "base64 0.22.1",
12166 "bigdecimal",
12167 "bitflags 2.6.0",
12168 "byteorder",
12169 "chrono",
12170 "crc",
12171 "dotenvy",
12172 "etcetera",
12173 "futures-channel",
12174 "futures-core",
12175 "futures-io",
12176 "futures-util",
12177 "hex",
12178 "hkdf",
12179 "hmac",
12180 "home",
12181 "itoa",
12182 "log",
12183 "md-5",
12184 "memchr",
12185 "num-bigint",
12186 "once_cell",
12187 "rand 0.8.5",
12188 "rust_decimal",
12189 "serde",
12190 "serde_json",
12191 "sha2",
12192 "smallvec",
12193 "sqlx-core",
12194 "stringprep",
12195 "thiserror 1.0.69",
12196 "time",
12197 "tracing",
12198 "uuid",
12199 "whoami",
12200]
12201
12202[[package]]
12203name = "sqlx-sqlite"
12204version = "0.8.2"
12205source = "registry+https://github.com/rust-lang/crates.io-index"
12206checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12207dependencies = [
12208 "atoi",
12209 "chrono",
12210 "flume",
12211 "futures-channel",
12212 "futures-core",
12213 "futures-executor",
12214 "futures-intrusive",
12215 "futures-util",
12216 "libsqlite3-sys",
12217 "log",
12218 "percent-encoding",
12219 "serde",
12220 "serde_urlencoded",
12221 "sqlx-core",
12222 "time",
12223 "tracing",
12224 "url",
12225 "uuid",
12226]
12227
12228[[package]]
12229name = "stable_deref_trait"
12230version = "1.2.0"
12231source = "registry+https://github.com/rust-lang/crates.io-index"
12232checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12233
12234[[package]]
12235name = "static_assertions"
12236version = "1.1.0"
12237source = "registry+https://github.com/rust-lang/crates.io-index"
12238checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12239
12240[[package]]
12241name = "story"
12242version = "0.1.0"
12243dependencies = [
12244 "gpui",
12245 "itertools 0.14.0",
12246 "smallvec",
12247]
12248
12249[[package]]
12250name = "storybook"
12251version = "0.1.0"
12252dependencies = [
12253 "anyhow",
12254 "clap",
12255 "collab_ui",
12256 "ctrlc",
12257 "dialoguer",
12258 "editor",
12259 "fuzzy",
12260 "gpui",
12261 "indoc",
12262 "language",
12263 "log",
12264 "menu",
12265 "picker",
12266 "project",
12267 "reqwest_client",
12268 "rust-embed",
12269 "settings",
12270 "simplelog",
12271 "story",
12272 "strum",
12273 "theme",
12274 "title_bar",
12275 "ui",
12276]
12277
12278[[package]]
12279name = "strict-num"
12280version = "0.1.1"
12281source = "registry+https://github.com/rust-lang/crates.io-index"
12282checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12283dependencies = [
12284 "float-cmp",
12285]
12286
12287[[package]]
12288name = "string_cache"
12289version = "0.8.7"
12290source = "registry+https://github.com/rust-lang/crates.io-index"
12291checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12292dependencies = [
12293 "new_debug_unreachable",
12294 "once_cell",
12295 "parking_lot",
12296 "phf_shared 0.10.0",
12297 "precomputed-hash",
12298 "serde",
12299]
12300
12301[[package]]
12302name = "string_cache_codegen"
12303version = "0.5.2"
12304source = "registry+https://github.com/rust-lang/crates.io-index"
12305checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12306dependencies = [
12307 "phf_generator 0.10.0",
12308 "phf_shared 0.10.0",
12309 "proc-macro2",
12310 "quote",
12311]
12312
12313[[package]]
12314name = "stringprep"
12315version = "0.1.5"
12316source = "registry+https://github.com/rust-lang/crates.io-index"
12317checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12318dependencies = [
12319 "unicode-bidi",
12320 "unicode-normalization",
12321 "unicode-properties",
12322]
12323
12324[[package]]
12325name = "strsim"
12326version = "0.11.1"
12327source = "registry+https://github.com/rust-lang/crates.io-index"
12328checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12329
12330[[package]]
12331name = "strum"
12332version = "0.26.3"
12333source = "registry+https://github.com/rust-lang/crates.io-index"
12334checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12335dependencies = [
12336 "strum_macros",
12337]
12338
12339[[package]]
12340name = "strum_macros"
12341version = "0.26.4"
12342source = "registry+https://github.com/rust-lang/crates.io-index"
12343checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12344dependencies = [
12345 "heck 0.5.0",
12346 "proc-macro2",
12347 "quote",
12348 "rustversion",
12349 "syn 2.0.90",
12350]
12351
12352[[package]]
12353name = "subtle"
12354version = "2.6.1"
12355source = "registry+https://github.com/rust-lang/crates.io-index"
12356checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12357
12358[[package]]
12359name = "sum_tree"
12360version = "0.1.0"
12361dependencies = [
12362 "arrayvec",
12363 "ctor",
12364 "env_logger 0.11.6",
12365 "log",
12366 "rand 0.8.5",
12367 "rayon",
12368]
12369
12370[[package]]
12371name = "supermaven"
12372version = "0.1.0"
12373dependencies = [
12374 "anyhow",
12375 "client",
12376 "collections",
12377 "editor",
12378 "env_logger 0.11.6",
12379 "futures 0.3.31",
12380 "gpui",
12381 "http_client",
12382 "inline_completion",
12383 "language",
12384 "log",
12385 "postage",
12386 "project",
12387 "serde",
12388 "serde_json",
12389 "settings",
12390 "smol",
12391 "supermaven_api",
12392 "text",
12393 "theme",
12394 "ui",
12395 "unicode-segmentation",
12396 "util",
12397]
12398
12399[[package]]
12400name = "supermaven_api"
12401version = "0.1.0"
12402dependencies = [
12403 "anyhow",
12404 "futures 0.3.31",
12405 "http_client",
12406 "paths",
12407 "serde",
12408 "serde_json",
12409 "smol",
12410]
12411
12412[[package]]
12413name = "sval"
12414version = "2.13.2"
12415source = "registry+https://github.com/rust-lang/crates.io-index"
12416checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12417
12418[[package]]
12419name = "sval_buffer"
12420version = "2.13.2"
12421source = "registry+https://github.com/rust-lang/crates.io-index"
12422checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12423dependencies = [
12424 "sval",
12425 "sval_ref",
12426]
12427
12428[[package]]
12429name = "sval_dynamic"
12430version = "2.13.2"
12431source = "registry+https://github.com/rust-lang/crates.io-index"
12432checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12433dependencies = [
12434 "sval",
12435]
12436
12437[[package]]
12438name = "sval_fmt"
12439version = "2.13.2"
12440source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12442dependencies = [
12443 "itoa",
12444 "ryu",
12445 "sval",
12446]
12447
12448[[package]]
12449name = "sval_json"
12450version = "2.13.2"
12451source = "registry+https://github.com/rust-lang/crates.io-index"
12452checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12453dependencies = [
12454 "itoa",
12455 "ryu",
12456 "sval",
12457]
12458
12459[[package]]
12460name = "sval_nested"
12461version = "2.13.2"
12462source = "registry+https://github.com/rust-lang/crates.io-index"
12463checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12464dependencies = [
12465 "sval",
12466 "sval_buffer",
12467 "sval_ref",
12468]
12469
12470[[package]]
12471name = "sval_ref"
12472version = "2.13.2"
12473source = "registry+https://github.com/rust-lang/crates.io-index"
12474checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12475dependencies = [
12476 "sval",
12477]
12478
12479[[package]]
12480name = "sval_serde"
12481version = "2.13.2"
12482source = "registry+https://github.com/rust-lang/crates.io-index"
12483checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12484dependencies = [
12485 "serde",
12486 "sval",
12487 "sval_nested",
12488]
12489
12490[[package]]
12491name = "svg_fmt"
12492version = "0.4.4"
12493source = "registry+https://github.com/rust-lang/crates.io-index"
12494checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12495
12496[[package]]
12497name = "svgtypes"
12498version = "0.15.2"
12499source = "registry+https://github.com/rust-lang/crates.io-index"
12500checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12501dependencies = [
12502 "kurbo",
12503 "siphasher 1.0.1",
12504]
12505
12506[[package]]
12507name = "swash"
12508version = "0.1.19"
12509source = "registry+https://github.com/rust-lang/crates.io-index"
12510checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12511dependencies = [
12512 "skrifa",
12513 "yazi",
12514 "zeno",
12515]
12516
12517[[package]]
12518name = "syn"
12519version = "1.0.109"
12520source = "registry+https://github.com/rust-lang/crates.io-index"
12521checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12522dependencies = [
12523 "proc-macro2",
12524 "quote",
12525 "unicode-ident",
12526]
12527
12528[[package]]
12529name = "syn"
12530version = "2.0.90"
12531source = "registry+https://github.com/rust-lang/crates.io-index"
12532checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12533dependencies = [
12534 "proc-macro2",
12535 "quote",
12536 "unicode-ident",
12537]
12538
12539[[package]]
12540name = "sync_wrapper"
12541version = "0.1.2"
12542source = "registry+https://github.com/rust-lang/crates.io-index"
12543checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12544
12545[[package]]
12546name = "sync_wrapper"
12547version = "1.0.2"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12550dependencies = [
12551 "futures-core",
12552]
12553
12554[[package]]
12555name = "synchronoise"
12556version = "1.0.1"
12557source = "registry+https://github.com/rust-lang/crates.io-index"
12558checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12559dependencies = [
12560 "crossbeam-queue",
12561]
12562
12563[[package]]
12564name = "synstructure"
12565version = "0.13.1"
12566source = "registry+https://github.com/rust-lang/crates.io-index"
12567checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12568dependencies = [
12569 "proc-macro2",
12570 "quote",
12571 "syn 2.0.90",
12572]
12573
12574[[package]]
12575name = "sys-locale"
12576version = "0.3.2"
12577source = "registry+https://github.com/rust-lang/crates.io-index"
12578checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12579dependencies = [
12580 "libc",
12581]
12582
12583[[package]]
12584name = "sysinfo"
12585version = "0.31.4"
12586source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12588dependencies = [
12589 "core-foundation-sys",
12590 "libc",
12591 "memchr",
12592 "ntapi",
12593 "rayon",
12594 "windows 0.57.0",
12595]
12596
12597[[package]]
12598name = "system-configuration"
12599version = "0.5.1"
12600source = "registry+https://github.com/rust-lang/crates.io-index"
12601checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12602dependencies = [
12603 "bitflags 1.3.2",
12604 "core-foundation 0.9.4",
12605 "system-configuration-sys 0.5.0",
12606]
12607
12608[[package]]
12609name = "system-configuration"
12610version = "0.6.1"
12611source = "registry+https://github.com/rust-lang/crates.io-index"
12612checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12613dependencies = [
12614 "bitflags 2.6.0",
12615 "core-foundation 0.9.4",
12616 "system-configuration-sys 0.6.0",
12617]
12618
12619[[package]]
12620name = "system-configuration-sys"
12621version = "0.5.0"
12622source = "registry+https://github.com/rust-lang/crates.io-index"
12623checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12624dependencies = [
12625 "core-foundation-sys",
12626 "libc",
12627]
12628
12629[[package]]
12630name = "system-configuration-sys"
12631version = "0.6.0"
12632source = "registry+https://github.com/rust-lang/crates.io-index"
12633checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12634dependencies = [
12635 "core-foundation-sys",
12636 "libc",
12637]
12638
12639[[package]]
12640name = "system-deps"
12641version = "6.2.2"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12644dependencies = [
12645 "cfg-expr",
12646 "heck 0.5.0",
12647 "pkg-config",
12648 "toml 0.8.19",
12649 "version-compare",
12650]
12651
12652[[package]]
12653name = "system-interface"
12654version = "0.27.3"
12655source = "registry+https://github.com/rust-lang/crates.io-index"
12656checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12657dependencies = [
12658 "bitflags 2.6.0",
12659 "cap-fs-ext",
12660 "cap-std",
12661 "fd-lock",
12662 "io-lifetimes",
12663 "rustix",
12664 "windows-sys 0.59.0",
12665 "winx",
12666]
12667
12668[[package]]
12669name = "tab_switcher"
12670version = "0.1.0"
12671dependencies = [
12672 "anyhow",
12673 "collections",
12674 "ctor",
12675 "editor",
12676 "env_logger 0.11.6",
12677 "gpui",
12678 "language",
12679 "menu",
12680 "picker",
12681 "project",
12682 "schemars",
12683 "serde",
12684 "serde_json",
12685 "settings",
12686 "theme",
12687 "ui",
12688 "util",
12689 "workspace",
12690]
12691
12692[[package]]
12693name = "taffy"
12694version = "0.4.4"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12697dependencies = [
12698 "arrayvec",
12699 "grid",
12700 "num-traits",
12701 "serde",
12702 "slotmap",
12703]
12704
12705[[package]]
12706name = "take-until"
12707version = "0.2.0"
12708source = "registry+https://github.com/rust-lang/crates.io-index"
12709checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12710
12711[[package]]
12712name = "tap"
12713version = "1.0.1"
12714source = "registry+https://github.com/rust-lang/crates.io-index"
12715checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12716
12717[[package]]
12718name = "target-lexicon"
12719version = "0.12.16"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12722
12723[[package]]
12724name = "task"
12725version = "0.1.0"
12726dependencies = [
12727 "anyhow",
12728 "collections",
12729 "futures 0.3.31",
12730 "gpui",
12731 "hex",
12732 "parking_lot",
12733 "schemars",
12734 "serde",
12735 "serde_json_lenient",
12736 "sha2",
12737 "shellexpand 2.1.2",
12738 "util",
12739 "zed_actions",
12740]
12741
12742[[package]]
12743name = "tasks_ui"
12744version = "0.1.0"
12745dependencies = [
12746 "anyhow",
12747 "editor",
12748 "file_icons",
12749 "fuzzy",
12750 "gpui",
12751 "language",
12752 "menu",
12753 "picker",
12754 "project",
12755 "schemars",
12756 "serde",
12757 "serde_json",
12758 "settings",
12759 "task",
12760 "tree-sitter-rust",
12761 "tree-sitter-typescript",
12762 "ui",
12763 "util",
12764 "workspace",
12765 "zed_actions",
12766]
12767
12768[[package]]
12769name = "telemetry"
12770version = "0.1.0"
12771dependencies = [
12772 "futures 0.3.31",
12773 "serde",
12774 "serde_json",
12775 "telemetry_events",
12776]
12777
12778[[package]]
12779name = "telemetry_events"
12780version = "0.1.0"
12781dependencies = [
12782 "semantic_version",
12783 "serde",
12784 "serde_json",
12785]
12786
12787[[package]]
12788name = "tempfile"
12789version = "3.15.0"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
12792dependencies = [
12793 "cfg-if",
12794 "fastrand 2.3.0",
12795 "getrandom 0.2.15",
12796 "once_cell",
12797 "rustix",
12798 "windows-sys 0.59.0",
12799]
12800
12801[[package]]
12802name = "tendril"
12803version = "0.4.3"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12806dependencies = [
12807 "futf",
12808 "mac",
12809 "utf-8",
12810]
12811
12812[[package]]
12813name = "termcolor"
12814version = "1.4.1"
12815source = "registry+https://github.com/rust-lang/crates.io-index"
12816checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12817dependencies = [
12818 "winapi-util",
12819]
12820
12821[[package]]
12822name = "terminal"
12823version = "0.1.0"
12824dependencies = [
12825 "alacritty_terminal",
12826 "anyhow",
12827 "collections",
12828 "dirs 4.0.0",
12829 "futures 0.3.31",
12830 "gpui",
12831 "libc",
12832 "rand 0.8.5",
12833 "regex",
12834 "release_channel",
12835 "schemars",
12836 "serde",
12837 "serde_derive",
12838 "settings",
12839 "smol",
12840 "sysinfo",
12841 "task",
12842 "theme",
12843 "thiserror 1.0.69",
12844 "util",
12845 "windows 0.58.0",
12846]
12847
12848[[package]]
12849name = "terminal_size"
12850version = "0.4.1"
12851source = "registry+https://github.com/rust-lang/crates.io-index"
12852checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
12853dependencies = [
12854 "rustix",
12855 "windows-sys 0.59.0",
12856]
12857
12858[[package]]
12859name = "terminal_view"
12860version = "0.1.0"
12861dependencies = [
12862 "anyhow",
12863 "async-recursion 1.1.1",
12864 "breadcrumbs",
12865 "client",
12866 "collections",
12867 "db",
12868 "dirs 4.0.0",
12869 "editor",
12870 "futures 0.3.31",
12871 "gpui",
12872 "itertools 0.14.0",
12873 "language",
12874 "project",
12875 "rand 0.8.5",
12876 "schemars",
12877 "search",
12878 "serde",
12879 "serde_json",
12880 "settings",
12881 "shellexpand 2.1.2",
12882 "smol",
12883 "task",
12884 "terminal",
12885 "theme",
12886 "ui",
12887 "util",
12888 "workspace",
12889 "zed_actions",
12890]
12891
12892[[package]]
12893name = "text"
12894version = "0.1.0"
12895dependencies = [
12896 "anyhow",
12897 "clock",
12898 "collections",
12899 "ctor",
12900 "env_logger 0.11.6",
12901 "gpui",
12902 "http_client",
12903 "log",
12904 "parking_lot",
12905 "postage",
12906 "rand 0.8.5",
12907 "regex",
12908 "rope",
12909 "smallvec",
12910 "sum_tree",
12911 "util",
12912]
12913
12914[[package]]
12915name = "theme"
12916version = "0.1.0"
12917dependencies = [
12918 "anyhow",
12919 "collections",
12920 "derive_more",
12921 "fs",
12922 "futures 0.3.31",
12923 "gpui",
12924 "indexmap",
12925 "log",
12926 "palette",
12927 "parking_lot",
12928 "refineable",
12929 "schemars",
12930 "serde",
12931 "serde_derive",
12932 "serde_json",
12933 "serde_json_lenient",
12934 "serde_repr",
12935 "settings",
12936 "strum",
12937 "util",
12938 "uuid",
12939]
12940
12941[[package]]
12942name = "theme_extension"
12943version = "0.1.0"
12944dependencies = [
12945 "anyhow",
12946 "extension",
12947 "fs",
12948 "gpui",
12949 "theme",
12950]
12951
12952[[package]]
12953name = "theme_importer"
12954version = "0.1.0"
12955dependencies = [
12956 "anyhow",
12957 "clap",
12958 "gpui",
12959 "indexmap",
12960 "log",
12961 "palette",
12962 "rust-embed",
12963 "schemars",
12964 "serde",
12965 "serde_json",
12966 "serde_json_lenient",
12967 "simplelog",
12968 "strum",
12969 "theme",
12970 "vscode_theme",
12971]
12972
12973[[package]]
12974name = "theme_selector"
12975version = "0.1.0"
12976dependencies = [
12977 "fs",
12978 "fuzzy",
12979 "gpui",
12980 "log",
12981 "picker",
12982 "serde",
12983 "settings",
12984 "telemetry",
12985 "theme",
12986 "ui",
12987 "util",
12988 "workspace",
12989 "zed_actions",
12990]
12991
12992[[package]]
12993name = "thiserror"
12994version = "1.0.69"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
12997dependencies = [
12998 "thiserror-impl 1.0.69",
12999]
13000
13001[[package]]
13002name = "thiserror"
13003version = "2.0.6"
13004source = "registry+https://github.com/rust-lang/crates.io-index"
13005checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13006dependencies = [
13007 "thiserror-impl 2.0.6",
13008]
13009
13010[[package]]
13011name = "thiserror-impl"
13012version = "1.0.69"
13013source = "registry+https://github.com/rust-lang/crates.io-index"
13014checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13015dependencies = [
13016 "proc-macro2",
13017 "quote",
13018 "syn 2.0.90",
13019]
13020
13021[[package]]
13022name = "thiserror-impl"
13023version = "2.0.6"
13024source = "registry+https://github.com/rust-lang/crates.io-index"
13025checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13026dependencies = [
13027 "proc-macro2",
13028 "quote",
13029 "syn 2.0.90",
13030]
13031
13032[[package]]
13033name = "thread_local"
13034version = "1.1.8"
13035source = "registry+https://github.com/rust-lang/crates.io-index"
13036checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13037dependencies = [
13038 "cfg-if",
13039 "once_cell",
13040]
13041
13042[[package]]
13043name = "tiff"
13044version = "0.9.1"
13045source = "registry+https://github.com/rust-lang/crates.io-index"
13046checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13047dependencies = [
13048 "flate2",
13049 "jpeg-decoder",
13050 "weezl",
13051]
13052
13053[[package]]
13054name = "tiktoken-rs"
13055version = "0.6.0"
13056source = "registry+https://github.com/rust-lang/crates.io-index"
13057checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13058dependencies = [
13059 "anyhow",
13060 "base64 0.21.7",
13061 "bstr",
13062 "fancy-regex 0.13.0",
13063 "lazy_static",
13064 "parking_lot",
13065 "regex",
13066 "rustc-hash 1.1.0",
13067]
13068
13069[[package]]
13070name = "time"
13071version = "0.3.37"
13072source = "registry+https://github.com/rust-lang/crates.io-index"
13073checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13074dependencies = [
13075 "deranged",
13076 "itoa",
13077 "libc",
13078 "num-conv",
13079 "num_threads",
13080 "powerfmt",
13081 "serde",
13082 "time-core",
13083 "time-macros",
13084]
13085
13086[[package]]
13087name = "time-core"
13088version = "0.1.2"
13089source = "registry+https://github.com/rust-lang/crates.io-index"
13090checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13091
13092[[package]]
13093name = "time-macros"
13094version = "0.2.19"
13095source = "registry+https://github.com/rust-lang/crates.io-index"
13096checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13097dependencies = [
13098 "num-conv",
13099 "time-core",
13100]
13101
13102[[package]]
13103name = "time_format"
13104version = "0.1.0"
13105dependencies = [
13106 "core-foundation 0.9.4",
13107 "core-foundation-sys",
13108 "sys-locale",
13109 "time",
13110]
13111
13112[[package]]
13113name = "tiny-keccak"
13114version = "2.0.2"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13117dependencies = [
13118 "crunchy",
13119]
13120
13121[[package]]
13122name = "tiny-skia"
13123version = "0.11.4"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13126dependencies = [
13127 "arrayref",
13128 "arrayvec",
13129 "bytemuck",
13130 "cfg-if",
13131 "log",
13132 "png",
13133 "tiny-skia-path",
13134]
13135
13136[[package]]
13137name = "tiny-skia-path"
13138version = "0.11.4"
13139source = "registry+https://github.com/rust-lang/crates.io-index"
13140checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13141dependencies = [
13142 "arrayref",
13143 "bytemuck",
13144 "strict-num",
13145]
13146
13147[[package]]
13148name = "tiny_http"
13149version = "0.8.2"
13150source = "registry+https://github.com/rust-lang/crates.io-index"
13151checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13152dependencies = [
13153 "ascii",
13154 "chrono",
13155 "chunked_transfer",
13156 "log",
13157 "url",
13158]
13159
13160[[package]]
13161name = "tinystr"
13162version = "0.7.6"
13163source = "registry+https://github.com/rust-lang/crates.io-index"
13164checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13165dependencies = [
13166 "displaydoc",
13167 "zerovec",
13168]
13169
13170[[package]]
13171name = "tinytemplate"
13172version = "1.2.1"
13173source = "registry+https://github.com/rust-lang/crates.io-index"
13174checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13175dependencies = [
13176 "serde",
13177 "serde_json",
13178]
13179
13180[[package]]
13181name = "tinyvec"
13182version = "1.8.0"
13183source = "registry+https://github.com/rust-lang/crates.io-index"
13184checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13185dependencies = [
13186 "tinyvec_macros",
13187]
13188
13189[[package]]
13190name = "tinyvec_macros"
13191version = "0.1.1"
13192source = "registry+https://github.com/rust-lang/crates.io-index"
13193checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13194
13195[[package]]
13196name = "title_bar"
13197version = "0.1.0"
13198dependencies = [
13199 "auto_update",
13200 "call",
13201 "client",
13202 "collections",
13203 "feature_flags",
13204 "gpui",
13205 "http_client",
13206 "notifications",
13207 "pretty_assertions",
13208 "project",
13209 "remote",
13210 "rpc",
13211 "schemars",
13212 "serde",
13213 "settings",
13214 "smallvec",
13215 "story",
13216 "telemetry",
13217 "theme",
13218 "tree-sitter-md",
13219 "ui",
13220 "util",
13221 "windows 0.58.0",
13222 "workspace",
13223 "zed_actions",
13224]
13225
13226[[package]]
13227name = "tokio"
13228version = "1.42.0"
13229source = "registry+https://github.com/rust-lang/crates.io-index"
13230checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
13231dependencies = [
13232 "backtrace",
13233 "bytes 1.9.0",
13234 "libc",
13235 "mio 1.0.3",
13236 "parking_lot",
13237 "pin-project-lite",
13238 "signal-hook-registry",
13239 "socket2",
13240 "tokio-macros",
13241 "windows-sys 0.52.0",
13242]
13243
13244[[package]]
13245name = "tokio-io"
13246version = "0.1.13"
13247source = "registry+https://github.com/rust-lang/crates.io-index"
13248checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13249dependencies = [
13250 "bytes 0.4.12",
13251 "futures 0.1.31",
13252 "log",
13253]
13254
13255[[package]]
13256name = "tokio-macros"
13257version = "2.4.0"
13258source = "registry+https://github.com/rust-lang/crates.io-index"
13259checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
13260dependencies = [
13261 "proc-macro2",
13262 "quote",
13263 "syn 2.0.90",
13264]
13265
13266[[package]]
13267name = "tokio-native-tls"
13268version = "0.3.1"
13269source = "registry+https://github.com/rust-lang/crates.io-index"
13270checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13271dependencies = [
13272 "native-tls",
13273 "tokio",
13274]
13275
13276[[package]]
13277name = "tokio-rustls"
13278version = "0.24.1"
13279source = "registry+https://github.com/rust-lang/crates.io-index"
13280checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13281dependencies = [
13282 "rustls 0.21.12",
13283 "tokio",
13284]
13285
13286[[package]]
13287name = "tokio-rustls"
13288version = "0.26.1"
13289source = "registry+https://github.com/rust-lang/crates.io-index"
13290checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13291dependencies = [
13292 "rustls 0.23.20",
13293 "tokio",
13294]
13295
13296[[package]]
13297name = "tokio-socks"
13298version = "0.5.2"
13299source = "registry+https://github.com/rust-lang/crates.io-index"
13300checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13301dependencies = [
13302 "either",
13303 "futures-io",
13304 "futures-util",
13305 "thiserror 1.0.69",
13306 "tokio",
13307]
13308
13309[[package]]
13310name = "tokio-stream"
13311version = "0.1.17"
13312source = "registry+https://github.com/rust-lang/crates.io-index"
13313checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13314dependencies = [
13315 "futures-core",
13316 "pin-project-lite",
13317 "tokio",
13318]
13319
13320[[package]]
13321name = "tokio-tungstenite"
13322version = "0.20.1"
13323source = "registry+https://github.com/rust-lang/crates.io-index"
13324checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13325dependencies = [
13326 "futures-util",
13327 "log",
13328 "rustls 0.21.12",
13329 "rustls-native-certs 0.6.3",
13330 "tokio",
13331 "tokio-rustls 0.24.1",
13332 "tungstenite 0.20.1",
13333]
13334
13335[[package]]
13336name = "tokio-tungstenite"
13337version = "0.21.0"
13338source = "registry+https://github.com/rust-lang/crates.io-index"
13339checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13340dependencies = [
13341 "futures-util",
13342 "log",
13343 "tokio",
13344 "tungstenite 0.21.0",
13345]
13346
13347[[package]]
13348name = "tokio-util"
13349version = "0.7.13"
13350source = "registry+https://github.com/rust-lang/crates.io-index"
13351checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13352dependencies = [
13353 "bytes 1.9.0",
13354 "futures-core",
13355 "futures-io",
13356 "futures-sink",
13357 "pin-project-lite",
13358 "tokio",
13359]
13360
13361[[package]]
13362name = "toml"
13363version = "0.5.11"
13364source = "registry+https://github.com/rust-lang/crates.io-index"
13365checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13366dependencies = [
13367 "serde",
13368]
13369
13370[[package]]
13371name = "toml"
13372version = "0.8.19"
13373source = "registry+https://github.com/rust-lang/crates.io-index"
13374checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13375dependencies = [
13376 "serde",
13377 "serde_spanned",
13378 "toml_datetime",
13379 "toml_edit",
13380]
13381
13382[[package]]
13383name = "toml_datetime"
13384version = "0.6.8"
13385source = "registry+https://github.com/rust-lang/crates.io-index"
13386checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13387dependencies = [
13388 "serde",
13389]
13390
13391[[package]]
13392name = "toml_edit"
13393version = "0.22.22"
13394source = "registry+https://github.com/rust-lang/crates.io-index"
13395checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13396dependencies = [
13397 "indexmap",
13398 "serde",
13399 "serde_spanned",
13400 "toml_datetime",
13401 "winnow",
13402]
13403
13404[[package]]
13405name = "toolchain_selector"
13406version = "0.1.0"
13407dependencies = [
13408 "editor",
13409 "fuzzy",
13410 "gpui",
13411 "language",
13412 "picker",
13413 "project",
13414 "ui",
13415 "util",
13416 "workspace",
13417]
13418
13419[[package]]
13420name = "topological-sort"
13421version = "0.2.2"
13422source = "registry+https://github.com/rust-lang/crates.io-index"
13423checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13424
13425[[package]]
13426name = "tower"
13427version = "0.4.13"
13428source = "registry+https://github.com/rust-lang/crates.io-index"
13429checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13430dependencies = [
13431 "futures-core",
13432 "futures-util",
13433 "pin-project",
13434 "pin-project-lite",
13435 "tokio",
13436 "tower-layer",
13437 "tower-service",
13438 "tracing",
13439]
13440
13441[[package]]
13442name = "tower-http"
13443version = "0.3.5"
13444source = "registry+https://github.com/rust-lang/crates.io-index"
13445checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13446dependencies = [
13447 "bitflags 1.3.2",
13448 "bytes 1.9.0",
13449 "futures-core",
13450 "futures-util",
13451 "http 0.2.12",
13452 "http-body 0.4.6",
13453 "http-range-header",
13454 "pin-project-lite",
13455 "tower-layer",
13456 "tower-service",
13457]
13458
13459[[package]]
13460name = "tower-http"
13461version = "0.4.4"
13462source = "registry+https://github.com/rust-lang/crates.io-index"
13463checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13464dependencies = [
13465 "bitflags 2.6.0",
13466 "bytes 1.9.0",
13467 "futures-core",
13468 "futures-util",
13469 "http 0.2.12",
13470 "http-body 0.4.6",
13471 "http-range-header",
13472 "pin-project-lite",
13473 "tower-layer",
13474 "tower-service",
13475 "tracing",
13476]
13477
13478[[package]]
13479name = "tower-layer"
13480version = "0.3.3"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13483
13484[[package]]
13485name = "tower-service"
13486version = "0.3.3"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13489
13490[[package]]
13491name = "tracing"
13492version = "0.1.41"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13495dependencies = [
13496 "log",
13497 "pin-project-lite",
13498 "tracing-attributes",
13499 "tracing-core",
13500]
13501
13502[[package]]
13503name = "tracing-attributes"
13504version = "0.1.28"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13507dependencies = [
13508 "proc-macro2",
13509 "quote",
13510 "syn 2.0.90",
13511]
13512
13513[[package]]
13514name = "tracing-core"
13515version = "0.1.33"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13518dependencies = [
13519 "once_cell",
13520 "valuable",
13521]
13522
13523[[package]]
13524name = "tracing-log"
13525version = "0.2.0"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13528dependencies = [
13529 "log",
13530 "once_cell",
13531 "tracing-core",
13532]
13533
13534[[package]]
13535name = "tracing-serde"
13536version = "0.2.0"
13537source = "registry+https://github.com/rust-lang/crates.io-index"
13538checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13539dependencies = [
13540 "serde",
13541 "tracing-core",
13542]
13543
13544[[package]]
13545name = "tracing-subscriber"
13546version = "0.3.19"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13549dependencies = [
13550 "matchers",
13551 "nu-ansi-term",
13552 "once_cell",
13553 "regex",
13554 "serde",
13555 "serde_json",
13556 "sharded-slab",
13557 "smallvec",
13558 "thread_local",
13559 "tracing",
13560 "tracing-core",
13561 "tracing-log",
13562 "tracing-serde",
13563]
13564
13565[[package]]
13566name = "tree-sitter"
13567version = "0.23.2"
13568source = "registry+https://github.com/rust-lang/crates.io-index"
13569checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13570dependencies = [
13571 "cc",
13572 "regex",
13573 "regex-syntax 0.8.5",
13574 "tree-sitter-language",
13575 "wasmtime-c-api-impl",
13576]
13577
13578[[package]]
13579name = "tree-sitter-bash"
13580version = "0.23.3"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13583dependencies = [
13584 "cc",
13585 "tree-sitter-language",
13586]
13587
13588[[package]]
13589name = "tree-sitter-c"
13590version = "0.23.4"
13591source = "registry+https://github.com/rust-lang/crates.io-index"
13592checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13593dependencies = [
13594 "cc",
13595 "tree-sitter-language",
13596]
13597
13598[[package]]
13599name = "tree-sitter-cpp"
13600version = "0.23.4"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13603dependencies = [
13604 "cc",
13605 "tree-sitter-language",
13606]
13607
13608[[package]]
13609name = "tree-sitter-css"
13610version = "0.23.1"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "25435a275adb3226b6fddab891bbc50d1a500774a44ceb97022a39666ccda75d"
13613dependencies = [
13614 "cc",
13615 "tree-sitter-language",
13616]
13617
13618[[package]]
13619name = "tree-sitter-diff"
13620version = "0.1.0"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13623dependencies = [
13624 "cc",
13625 "tree-sitter-language",
13626]
13627
13628[[package]]
13629name = "tree-sitter-elixir"
13630version = "0.3.3"
13631source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13633dependencies = [
13634 "cc",
13635 "tree-sitter-language",
13636]
13637
13638[[package]]
13639name = "tree-sitter-embedded-template"
13640version = "0.23.2"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13643dependencies = [
13644 "cc",
13645 "tree-sitter-language",
13646]
13647
13648[[package]]
13649name = "tree-sitter-go"
13650version = "0.23.4"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13653dependencies = [
13654 "cc",
13655 "tree-sitter-language",
13656]
13657
13658[[package]]
13659name = "tree-sitter-gomod"
13660version = "1.0.2"
13661source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
13662dependencies = [
13663 "cc",
13664 "tree-sitter-language",
13665]
13666
13667[[package]]
13668name = "tree-sitter-gowork"
13669version = "0.0.1"
13670source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13671dependencies = [
13672 "cc",
13673 "tree-sitter-language",
13674]
13675
13676[[package]]
13677name = "tree-sitter-heex"
13678version = "0.0.1"
13679source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13680dependencies = [
13681 "cc",
13682 "tree-sitter-language",
13683]
13684
13685[[package]]
13686name = "tree-sitter-html"
13687version = "0.20.4"
13688source = "registry+https://github.com/rust-lang/crates.io-index"
13689checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13690dependencies = [
13691 "cc",
13692 "tree-sitter",
13693]
13694
13695[[package]]
13696name = "tree-sitter-jsdoc"
13697version = "0.23.2"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13700dependencies = [
13701 "cc",
13702 "tree-sitter-language",
13703]
13704
13705[[package]]
13706name = "tree-sitter-json"
13707version = "0.24.8"
13708source = "registry+https://github.com/rust-lang/crates.io-index"
13709checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13710dependencies = [
13711 "cc",
13712 "tree-sitter-language",
13713]
13714
13715[[package]]
13716name = "tree-sitter-language"
13717version = "0.1.3"
13718source = "registry+https://github.com/rust-lang/crates.io-index"
13719checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13720
13721[[package]]
13722name = "tree-sitter-md"
13723version = "0.3.2"
13724source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13725dependencies = [
13726 "cc",
13727 "tree-sitter-language",
13728]
13729
13730[[package]]
13731name = "tree-sitter-python"
13732version = "0.23.6"
13733source = "registry+https://github.com/rust-lang/crates.io-index"
13734checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13735dependencies = [
13736 "cc",
13737 "tree-sitter-language",
13738]
13739
13740[[package]]
13741name = "tree-sitter-regex"
13742version = "0.23.0"
13743source = "registry+https://github.com/rust-lang/crates.io-index"
13744checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13745dependencies = [
13746 "cc",
13747 "tree-sitter-language",
13748]
13749
13750[[package]]
13751name = "tree-sitter-ruby"
13752version = "0.23.1"
13753source = "registry+https://github.com/rust-lang/crates.io-index"
13754checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13755dependencies = [
13756 "cc",
13757 "tree-sitter-language",
13758]
13759
13760[[package]]
13761name = "tree-sitter-rust"
13762version = "0.23.2"
13763source = "registry+https://github.com/rust-lang/crates.io-index"
13764checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13765dependencies = [
13766 "cc",
13767 "tree-sitter-language",
13768]
13769
13770[[package]]
13771name = "tree-sitter-typescript"
13772version = "0.23.2"
13773source = "registry+https://github.com/rust-lang/crates.io-index"
13774checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13775dependencies = [
13776 "cc",
13777 "tree-sitter-language",
13778]
13779
13780[[package]]
13781name = "tree-sitter-yaml"
13782version = "0.6.1"
13783source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13784dependencies = [
13785 "cc",
13786 "tree-sitter-language",
13787]
13788
13789[[package]]
13790name = "try-lock"
13791version = "0.2.5"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13794
13795[[package]]
13796name = "ttf-parser"
13797version = "0.21.1"
13798source = "registry+https://github.com/rust-lang/crates.io-index"
13799checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13800
13801[[package]]
13802name = "tungstenite"
13803version = "0.20.1"
13804source = "registry+https://github.com/rust-lang/crates.io-index"
13805checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13806dependencies = [
13807 "byteorder",
13808 "bytes 1.9.0",
13809 "data-encoding",
13810 "http 0.2.12",
13811 "httparse",
13812 "log",
13813 "rand 0.8.5",
13814 "rustls 0.21.12",
13815 "sha1",
13816 "thiserror 1.0.69",
13817 "url",
13818 "utf-8",
13819]
13820
13821[[package]]
13822name = "tungstenite"
13823version = "0.21.0"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13826dependencies = [
13827 "byteorder",
13828 "bytes 1.9.0",
13829 "data-encoding",
13830 "http 1.2.0",
13831 "httparse",
13832 "log",
13833 "native-tls",
13834 "rand 0.8.5",
13835 "sha1",
13836 "thiserror 1.0.69",
13837 "url",
13838 "utf-8",
13839]
13840
13841[[package]]
13842name = "tungstenite"
13843version = "0.24.0"
13844source = "registry+https://github.com/rust-lang/crates.io-index"
13845checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13846dependencies = [
13847 "byteorder",
13848 "bytes 1.9.0",
13849 "data-encoding",
13850 "http 1.2.0",
13851 "httparse",
13852 "log",
13853 "rand 0.8.5",
13854 "sha1",
13855 "thiserror 1.0.69",
13856 "utf-8",
13857]
13858
13859[[package]]
13860name = "typeid"
13861version = "1.0.2"
13862source = "registry+https://github.com/rust-lang/crates.io-index"
13863checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13864
13865[[package]]
13866name = "typenum"
13867version = "1.17.0"
13868source = "registry+https://github.com/rust-lang/crates.io-index"
13869checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13870
13871[[package]]
13872name = "ucd-trie"
13873version = "0.1.7"
13874source = "registry+https://github.com/rust-lang/crates.io-index"
13875checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
13876
13877[[package]]
13878name = "uds_windows"
13879version = "1.1.0"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13882dependencies = [
13883 "memoffset",
13884 "tempfile",
13885 "winapi",
13886]
13887
13888[[package]]
13889name = "ui"
13890version = "0.1.0"
13891dependencies = [
13892 "chrono",
13893 "gpui",
13894 "itertools 0.14.0",
13895 "menu",
13896 "serde",
13897 "settings",
13898 "smallvec",
13899 "story",
13900 "strum",
13901 "theme",
13902 "ui_macros",
13903 "windows 0.58.0",
13904]
13905
13906[[package]]
13907name = "ui_input"
13908version = "0.1.0"
13909dependencies = [
13910 "editor",
13911 "gpui",
13912 "settings",
13913 "theme",
13914 "ui",
13915]
13916
13917[[package]]
13918name = "ui_macros"
13919version = "0.1.0"
13920dependencies = [
13921 "convert_case 0.6.0",
13922 "proc-macro2",
13923 "quote",
13924 "syn 1.0.109",
13925]
13926
13927[[package]]
13928name = "unicase"
13929version = "2.8.1"
13930source = "registry+https://github.com/rust-lang/crates.io-index"
13931checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
13932
13933[[package]]
13934name = "unicode-bidi"
13935version = "0.3.17"
13936source = "registry+https://github.com/rust-lang/crates.io-index"
13937checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
13938
13939[[package]]
13940name = "unicode-bidi-mirroring"
13941version = "0.2.0"
13942source = "registry+https://github.com/rust-lang/crates.io-index"
13943checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13944
13945[[package]]
13946name = "unicode-ccc"
13947version = "0.2.0"
13948source = "registry+https://github.com/rust-lang/crates.io-index"
13949checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13950
13951[[package]]
13952name = "unicode-ident"
13953version = "1.0.14"
13954source = "registry+https://github.com/rust-lang/crates.io-index"
13955checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
13956
13957[[package]]
13958name = "unicode-linebreak"
13959version = "0.1.5"
13960source = "registry+https://github.com/rust-lang/crates.io-index"
13961checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13962
13963[[package]]
13964name = "unicode-normalization"
13965version = "0.1.24"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
13968dependencies = [
13969 "tinyvec",
13970]
13971
13972[[package]]
13973name = "unicode-properties"
13974version = "0.1.3"
13975source = "registry+https://github.com/rust-lang/crates.io-index"
13976checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
13977
13978[[package]]
13979name = "unicode-script"
13980version = "0.5.7"
13981source = "registry+https://github.com/rust-lang/crates.io-index"
13982checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
13983
13984[[package]]
13985name = "unicode-segmentation"
13986version = "1.12.0"
13987source = "registry+https://github.com/rust-lang/crates.io-index"
13988checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
13989
13990[[package]]
13991name = "unicode-width"
13992version = "0.1.14"
13993source = "registry+https://github.com/rust-lang/crates.io-index"
13994checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
13995
13996[[package]]
13997name = "unicode-xid"
13998version = "0.2.6"
13999source = "registry+https://github.com/rust-lang/crates.io-index"
14000checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14001
14002[[package]]
14003name = "unicode_categories"
14004version = "0.1.1"
14005source = "registry+https://github.com/rust-lang/crates.io-index"
14006checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14007
14008[[package]]
14009name = "unindent"
14010version = "0.1.11"
14011source = "registry+https://github.com/rust-lang/crates.io-index"
14012checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14013
14014[[package]]
14015name = "untrusted"
14016version = "0.9.0"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14019
14020[[package]]
14021name = "url"
14022version = "2.5.4"
14023source = "registry+https://github.com/rust-lang/crates.io-index"
14024checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14025dependencies = [
14026 "form_urlencoded",
14027 "idna",
14028 "percent-encoding",
14029 "serde",
14030]
14031
14032[[package]]
14033name = "urlencoding"
14034version = "2.1.3"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14037
14038[[package]]
14039name = "usvg"
14040version = "0.44.0"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14043dependencies = [
14044 "base64 0.22.1",
14045 "data-url",
14046 "flate2",
14047 "imagesize",
14048 "kurbo",
14049 "log",
14050 "pico-args",
14051 "roxmltree",
14052 "simplecss",
14053 "siphasher 1.0.1",
14054 "strict-num",
14055 "svgtypes",
14056 "tiny-skia-path",
14057 "xmlwriter",
14058]
14059
14060[[package]]
14061name = "utf-8"
14062version = "0.7.6"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14065
14066[[package]]
14067name = "utf16_iter"
14068version = "1.0.5"
14069source = "registry+https://github.com/rust-lang/crates.io-index"
14070checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14071
14072[[package]]
14073name = "utf8_iter"
14074version = "1.0.4"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14077
14078[[package]]
14079name = "utf8parse"
14080version = "0.2.2"
14081source = "registry+https://github.com/rust-lang/crates.io-index"
14082checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14083
14084[[package]]
14085name = "util"
14086version = "0.1.0"
14087dependencies = [
14088 "anyhow",
14089 "async-fs",
14090 "collections",
14091 "dirs 4.0.0",
14092 "dunce",
14093 "futures 0.3.31",
14094 "futures-lite 1.13.0",
14095 "git2",
14096 "globset",
14097 "itertools 0.14.0",
14098 "libc",
14099 "log",
14100 "rand 0.8.5",
14101 "regex",
14102 "rust-embed",
14103 "serde",
14104 "serde_json",
14105 "smol",
14106 "take-until",
14107 "tempfile",
14108 "tendril",
14109 "unicase",
14110]
14111
14112[[package]]
14113name = "uuid"
14114version = "1.11.0"
14115source = "registry+https://github.com/rust-lang/crates.io-index"
14116checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14117dependencies = [
14118 "getrandom 0.2.15",
14119 "serde",
14120 "sha1_smol",
14121]
14122
14123[[package]]
14124name = "v_frame"
14125version = "0.3.8"
14126source = "registry+https://github.com/rust-lang/crates.io-index"
14127checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14128dependencies = [
14129 "aligned-vec",
14130 "num-traits",
14131 "wasm-bindgen",
14132]
14133
14134[[package]]
14135name = "valuable"
14136version = "0.1.0"
14137source = "registry+https://github.com/rust-lang/crates.io-index"
14138checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14139
14140[[package]]
14141name = "value-bag"
14142version = "1.10.0"
14143source = "registry+https://github.com/rust-lang/crates.io-index"
14144checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14145dependencies = [
14146 "value-bag-serde1",
14147 "value-bag-sval2",
14148]
14149
14150[[package]]
14151name = "value-bag-serde1"
14152version = "1.10.0"
14153source = "registry+https://github.com/rust-lang/crates.io-index"
14154checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14155dependencies = [
14156 "erased-serde",
14157 "serde",
14158 "serde_fmt",
14159]
14160
14161[[package]]
14162name = "value-bag-sval2"
14163version = "1.10.0"
14164source = "registry+https://github.com/rust-lang/crates.io-index"
14165checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14166dependencies = [
14167 "sval",
14168 "sval_buffer",
14169 "sval_dynamic",
14170 "sval_fmt",
14171 "sval_json",
14172 "sval_ref",
14173 "sval_serde",
14174]
14175
14176[[package]]
14177name = "vcpkg"
14178version = "0.2.15"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14181
14182[[package]]
14183name = "vcs_menu"
14184version = "0.1.0"
14185dependencies = [
14186 "anyhow",
14187 "fuzzy",
14188 "git",
14189 "gpui",
14190 "picker",
14191 "project",
14192 "ui",
14193 "util",
14194 "workspace",
14195 "zed_actions",
14196]
14197
14198[[package]]
14199name = "version-compare"
14200version = "0.2.0"
14201source = "registry+https://github.com/rust-lang/crates.io-index"
14202checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14203
14204[[package]]
14205name = "version_check"
14206version = "0.9.5"
14207source = "registry+https://github.com/rust-lang/crates.io-index"
14208checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14209
14210[[package]]
14211name = "vim"
14212version = "0.1.0"
14213dependencies = [
14214 "anyhow",
14215 "async-compat",
14216 "async-trait",
14217 "collections",
14218 "command_palette",
14219 "command_palette_hooks",
14220 "editor",
14221 "futures 0.3.31",
14222 "gpui",
14223 "indoc",
14224 "itertools 0.14.0",
14225 "language",
14226 "log",
14227 "lsp",
14228 "multi_buffer",
14229 "nvim-rs",
14230 "parking_lot",
14231 "regex",
14232 "release_channel",
14233 "schemars",
14234 "search",
14235 "serde",
14236 "serde_derive",
14237 "serde_json",
14238 "settings",
14239 "theme",
14240 "tokio",
14241 "ui",
14242 "util",
14243 "vim_mode_setting",
14244 "workspace",
14245 "zed_actions",
14246]
14247
14248[[package]]
14249name = "vim_mode_setting"
14250version = "0.1.0"
14251dependencies = [
14252 "anyhow",
14253 "gpui",
14254 "settings",
14255]
14256
14257[[package]]
14258name = "vscode_theme"
14259version = "0.2.0"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14262dependencies = [
14263 "serde",
14264]
14265
14266[[package]]
14267name = "vsimd"
14268version = "0.8.0"
14269source = "registry+https://github.com/rust-lang/crates.io-index"
14270checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14271
14272[[package]]
14273name = "vswhom"
14274version = "0.1.0"
14275source = "registry+https://github.com/rust-lang/crates.io-index"
14276checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14277dependencies = [
14278 "libc",
14279 "vswhom-sys",
14280]
14281
14282[[package]]
14283name = "vswhom-sys"
14284version = "0.1.2"
14285source = "registry+https://github.com/rust-lang/crates.io-index"
14286checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14287dependencies = [
14288 "cc",
14289 "libc",
14290]
14291
14292[[package]]
14293name = "vte"
14294version = "0.13.0"
14295source = "registry+https://github.com/rust-lang/crates.io-index"
14296checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
14297dependencies = [
14298 "bitflags 2.6.0",
14299 "cursor-icon",
14300 "log",
14301 "serde",
14302 "utf8parse",
14303 "vte_generate_state_changes",
14304]
14305
14306[[package]]
14307name = "vte_generate_state_changes"
14308version = "0.1.2"
14309source = "registry+https://github.com/rust-lang/crates.io-index"
14310checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
14311dependencies = [
14312 "proc-macro2",
14313 "quote",
14314]
14315
14316[[package]]
14317name = "waker-fn"
14318version = "1.2.0"
14319source = "registry+https://github.com/rust-lang/crates.io-index"
14320checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14321
14322[[package]]
14323name = "walkdir"
14324version = "2.5.0"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14327dependencies = [
14328 "same-file",
14329 "winapi-util",
14330]
14331
14332[[package]]
14333name = "want"
14334version = "0.3.1"
14335source = "registry+https://github.com/rust-lang/crates.io-index"
14336checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14337dependencies = [
14338 "try-lock",
14339]
14340
14341[[package]]
14342name = "warp"
14343version = "0.3.7"
14344source = "registry+https://github.com/rust-lang/crates.io-index"
14345checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14346dependencies = [
14347 "bytes 1.9.0",
14348 "futures-channel",
14349 "futures-util",
14350 "headers",
14351 "http 0.2.12",
14352 "hyper 0.14.32",
14353 "log",
14354 "mime",
14355 "mime_guess",
14356 "percent-encoding",
14357 "pin-project",
14358 "scoped-tls",
14359 "serde",
14360 "serde_json",
14361 "serde_urlencoded",
14362 "tokio",
14363 "tokio-tungstenite 0.21.0",
14364 "tokio-util",
14365 "tower-service",
14366 "tracing",
14367]
14368
14369[[package]]
14370name = "wasi"
14371version = "0.9.0+wasi-snapshot-preview1"
14372source = "registry+https://github.com/rust-lang/crates.io-index"
14373checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14374
14375[[package]]
14376name = "wasi"
14377version = "0.11.0+wasi-snapshot-preview1"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14380
14381[[package]]
14382name = "wasite"
14383version = "0.1.0"
14384source = "registry+https://github.com/rust-lang/crates.io-index"
14385checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14386
14387[[package]]
14388name = "wasm-bindgen"
14389version = "0.2.99"
14390source = "registry+https://github.com/rust-lang/crates.io-index"
14391checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14392dependencies = [
14393 "cfg-if",
14394 "once_cell",
14395 "wasm-bindgen-macro",
14396]
14397
14398[[package]]
14399name = "wasm-bindgen-backend"
14400version = "0.2.99"
14401source = "registry+https://github.com/rust-lang/crates.io-index"
14402checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14403dependencies = [
14404 "bumpalo",
14405 "log",
14406 "proc-macro2",
14407 "quote",
14408 "syn 2.0.90",
14409 "wasm-bindgen-shared",
14410]
14411
14412[[package]]
14413name = "wasm-bindgen-futures"
14414version = "0.4.49"
14415source = "registry+https://github.com/rust-lang/crates.io-index"
14416checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14417dependencies = [
14418 "cfg-if",
14419 "js-sys",
14420 "once_cell",
14421 "wasm-bindgen",
14422 "web-sys",
14423]
14424
14425[[package]]
14426name = "wasm-bindgen-macro"
14427version = "0.2.99"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14430dependencies = [
14431 "quote",
14432 "wasm-bindgen-macro-support",
14433]
14434
14435[[package]]
14436name = "wasm-bindgen-macro-support"
14437version = "0.2.99"
14438source = "registry+https://github.com/rust-lang/crates.io-index"
14439checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14440dependencies = [
14441 "proc-macro2",
14442 "quote",
14443 "syn 2.0.90",
14444 "wasm-bindgen-backend",
14445 "wasm-bindgen-shared",
14446]
14447
14448[[package]]
14449name = "wasm-bindgen-shared"
14450version = "0.2.99"
14451source = "registry+https://github.com/rust-lang/crates.io-index"
14452checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14453
14454[[package]]
14455name = "wasm-encoder"
14456version = "0.201.0"
14457source = "registry+https://github.com/rust-lang/crates.io-index"
14458checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14459dependencies = [
14460 "leb128",
14461]
14462
14463[[package]]
14464name = "wasm-encoder"
14465version = "0.215.0"
14466source = "registry+https://github.com/rust-lang/crates.io-index"
14467checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14468dependencies = [
14469 "leb128",
14470]
14471
14472[[package]]
14473name = "wasm-metadata"
14474version = "0.201.0"
14475source = "registry+https://github.com/rust-lang/crates.io-index"
14476checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14477dependencies = [
14478 "anyhow",
14479 "indexmap",
14480 "serde",
14481 "serde_derive",
14482 "serde_json",
14483 "spdx",
14484 "wasm-encoder 0.201.0",
14485 "wasmparser 0.201.0",
14486]
14487
14488[[package]]
14489name = "wasm-streams"
14490version = "0.4.2"
14491source = "registry+https://github.com/rust-lang/crates.io-index"
14492checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14493dependencies = [
14494 "futures-util",
14495 "js-sys",
14496 "wasm-bindgen",
14497 "wasm-bindgen-futures",
14498 "web-sys",
14499]
14500
14501[[package]]
14502name = "wasmparser"
14503version = "0.201.0"
14504source = "registry+https://github.com/rust-lang/crates.io-index"
14505checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14506dependencies = [
14507 "bitflags 2.6.0",
14508 "indexmap",
14509 "semver",
14510]
14511
14512[[package]]
14513name = "wasmparser"
14514version = "0.215.0"
14515source = "registry+https://github.com/rust-lang/crates.io-index"
14516checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14517dependencies = [
14518 "ahash 0.8.11",
14519 "bitflags 2.6.0",
14520 "hashbrown 0.14.5",
14521 "indexmap",
14522 "semver",
14523 "serde",
14524]
14525
14526[[package]]
14527name = "wasmprinter"
14528version = "0.215.0"
14529source = "registry+https://github.com/rust-lang/crates.io-index"
14530checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14531dependencies = [
14532 "anyhow",
14533 "termcolor",
14534 "wasmparser 0.215.0",
14535]
14536
14537[[package]]
14538name = "wasmtime"
14539version = "24.0.2"
14540source = "registry+https://github.com/rust-lang/crates.io-index"
14541checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14542dependencies = [
14543 "anyhow",
14544 "async-trait",
14545 "bitflags 2.6.0",
14546 "bumpalo",
14547 "cc",
14548 "cfg-if",
14549 "encoding_rs",
14550 "hashbrown 0.14.5",
14551 "indexmap",
14552 "libc",
14553 "libm",
14554 "log",
14555 "mach2",
14556 "memfd",
14557 "object",
14558 "once_cell",
14559 "paste",
14560 "postcard",
14561 "psm",
14562 "rustix",
14563 "semver",
14564 "serde",
14565 "serde_derive",
14566 "smallvec",
14567 "sptr",
14568 "target-lexicon",
14569 "wasmparser 0.215.0",
14570 "wasmtime-asm-macros",
14571 "wasmtime-component-macro",
14572 "wasmtime-component-util",
14573 "wasmtime-cranelift",
14574 "wasmtime-environ",
14575 "wasmtime-fiber",
14576 "wasmtime-jit-icache-coherence",
14577 "wasmtime-slab",
14578 "wasmtime-versioned-export-macros",
14579 "wasmtime-winch",
14580 "windows-sys 0.52.0",
14581]
14582
14583[[package]]
14584name = "wasmtime-asm-macros"
14585version = "24.0.2"
14586source = "registry+https://github.com/rust-lang/crates.io-index"
14587checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14588dependencies = [
14589 "cfg-if",
14590]
14591
14592[[package]]
14593name = "wasmtime-c-api-impl"
14594version = "24.0.2"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14597dependencies = [
14598 "anyhow",
14599 "log",
14600 "once_cell",
14601 "tracing",
14602 "wasmtime",
14603 "wasmtime-c-api-macros",
14604]
14605
14606[[package]]
14607name = "wasmtime-c-api-macros"
14608version = "24.0.2"
14609source = "registry+https://github.com/rust-lang/crates.io-index"
14610checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14611dependencies = [
14612 "proc-macro2",
14613 "quote",
14614]
14615
14616[[package]]
14617name = "wasmtime-component-macro"
14618version = "24.0.2"
14619source = "registry+https://github.com/rust-lang/crates.io-index"
14620checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14621dependencies = [
14622 "anyhow",
14623 "proc-macro2",
14624 "quote",
14625 "syn 2.0.90",
14626 "wasmtime-component-util",
14627 "wasmtime-wit-bindgen",
14628 "wit-parser 0.215.0",
14629]
14630
14631[[package]]
14632name = "wasmtime-component-util"
14633version = "24.0.2"
14634source = "registry+https://github.com/rust-lang/crates.io-index"
14635checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14636
14637[[package]]
14638name = "wasmtime-cranelift"
14639version = "24.0.2"
14640source = "registry+https://github.com/rust-lang/crates.io-index"
14641checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14642dependencies = [
14643 "anyhow",
14644 "cfg-if",
14645 "cranelift-codegen",
14646 "cranelift-control",
14647 "cranelift-entity",
14648 "cranelift-frontend",
14649 "cranelift-native",
14650 "cranelift-wasm",
14651 "gimli 0.29.0",
14652 "log",
14653 "object",
14654 "target-lexicon",
14655 "thiserror 1.0.69",
14656 "wasmparser 0.215.0",
14657 "wasmtime-environ",
14658 "wasmtime-versioned-export-macros",
14659]
14660
14661[[package]]
14662name = "wasmtime-environ"
14663version = "24.0.2"
14664source = "registry+https://github.com/rust-lang/crates.io-index"
14665checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14666dependencies = [
14667 "anyhow",
14668 "cpp_demangle",
14669 "cranelift-bitset",
14670 "cranelift-entity",
14671 "gimli 0.29.0",
14672 "indexmap",
14673 "log",
14674 "object",
14675 "postcard",
14676 "rustc-demangle",
14677 "semver",
14678 "serde",
14679 "serde_derive",
14680 "target-lexicon",
14681 "wasm-encoder 0.215.0",
14682 "wasmparser 0.215.0",
14683 "wasmprinter",
14684 "wasmtime-component-util",
14685 "wasmtime-types",
14686]
14687
14688[[package]]
14689name = "wasmtime-fiber"
14690version = "24.0.2"
14691source = "registry+https://github.com/rust-lang/crates.io-index"
14692checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14693dependencies = [
14694 "anyhow",
14695 "cc",
14696 "cfg-if",
14697 "rustix",
14698 "wasmtime-asm-macros",
14699 "wasmtime-versioned-export-macros",
14700 "windows-sys 0.52.0",
14701]
14702
14703[[package]]
14704name = "wasmtime-jit-icache-coherence"
14705version = "24.0.2"
14706source = "registry+https://github.com/rust-lang/crates.io-index"
14707checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14708dependencies = [
14709 "anyhow",
14710 "cfg-if",
14711 "libc",
14712 "windows-sys 0.52.0",
14713]
14714
14715[[package]]
14716name = "wasmtime-slab"
14717version = "24.0.2"
14718source = "registry+https://github.com/rust-lang/crates.io-index"
14719checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14720
14721[[package]]
14722name = "wasmtime-types"
14723version = "24.0.2"
14724source = "registry+https://github.com/rust-lang/crates.io-index"
14725checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14726dependencies = [
14727 "anyhow",
14728 "cranelift-entity",
14729 "serde",
14730 "serde_derive",
14731 "smallvec",
14732 "wasmparser 0.215.0",
14733]
14734
14735[[package]]
14736name = "wasmtime-versioned-export-macros"
14737version = "24.0.2"
14738source = "registry+https://github.com/rust-lang/crates.io-index"
14739checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14740dependencies = [
14741 "proc-macro2",
14742 "quote",
14743 "syn 2.0.90",
14744]
14745
14746[[package]]
14747name = "wasmtime-wasi"
14748version = "24.0.2"
14749source = "registry+https://github.com/rust-lang/crates.io-index"
14750checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14751dependencies = [
14752 "anyhow",
14753 "async-trait",
14754 "bitflags 2.6.0",
14755 "bytes 1.9.0",
14756 "cap-fs-ext",
14757 "cap-net-ext",
14758 "cap-rand",
14759 "cap-std",
14760 "cap-time-ext",
14761 "fs-set-times",
14762 "futures 0.3.31",
14763 "io-extras",
14764 "io-lifetimes",
14765 "once_cell",
14766 "rustix",
14767 "system-interface",
14768 "thiserror 1.0.69",
14769 "tokio",
14770 "tracing",
14771 "url",
14772 "wasmtime",
14773 "wiggle",
14774 "windows-sys 0.52.0",
14775]
14776
14777[[package]]
14778name = "wasmtime-winch"
14779version = "24.0.2"
14780source = "registry+https://github.com/rust-lang/crates.io-index"
14781checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14782dependencies = [
14783 "anyhow",
14784 "cranelift-codegen",
14785 "gimli 0.29.0",
14786 "object",
14787 "target-lexicon",
14788 "wasmparser 0.215.0",
14789 "wasmtime-cranelift",
14790 "wasmtime-environ",
14791 "winch-codegen",
14792]
14793
14794[[package]]
14795name = "wasmtime-wit-bindgen"
14796version = "24.0.2"
14797source = "registry+https://github.com/rust-lang/crates.io-index"
14798checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14799dependencies = [
14800 "anyhow",
14801 "heck 0.4.1",
14802 "indexmap",
14803 "wit-parser 0.215.0",
14804]
14805
14806[[package]]
14807name = "wast"
14808version = "35.0.2"
14809source = "registry+https://github.com/rust-lang/crates.io-index"
14810checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14811dependencies = [
14812 "leb128",
14813]
14814
14815[[package]]
14816name = "wayland-backend"
14817version = "0.3.7"
14818source = "registry+https://github.com/rust-lang/crates.io-index"
14819checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
14820dependencies = [
14821 "cc",
14822 "downcast-rs",
14823 "rustix",
14824 "scoped-tls",
14825 "smallvec",
14826 "wayland-sys",
14827]
14828
14829[[package]]
14830name = "wayland-client"
14831version = "0.31.7"
14832source = "registry+https://github.com/rust-lang/crates.io-index"
14833checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
14834dependencies = [
14835 "bitflags 2.6.0",
14836 "rustix",
14837 "wayland-backend",
14838 "wayland-scanner",
14839]
14840
14841[[package]]
14842name = "wayland-cursor"
14843version = "0.31.7"
14844source = "registry+https://github.com/rust-lang/crates.io-index"
14845checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
14846dependencies = [
14847 "rustix",
14848 "wayland-client",
14849 "xcursor",
14850]
14851
14852[[package]]
14853name = "wayland-protocols"
14854version = "0.31.2"
14855source = "registry+https://github.com/rust-lang/crates.io-index"
14856checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14857dependencies = [
14858 "bitflags 2.6.0",
14859 "wayland-backend",
14860 "wayland-client",
14861 "wayland-scanner",
14862]
14863
14864[[package]]
14865name = "wayland-protocols-plasma"
14866version = "0.2.0"
14867source = "registry+https://github.com/rust-lang/crates.io-index"
14868checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14869dependencies = [
14870 "bitflags 2.6.0",
14871 "wayland-backend",
14872 "wayland-client",
14873 "wayland-protocols",
14874 "wayland-scanner",
14875]
14876
14877[[package]]
14878name = "wayland-scanner"
14879version = "0.31.5"
14880source = "registry+https://github.com/rust-lang/crates.io-index"
14881checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
14882dependencies = [
14883 "proc-macro2",
14884 "quick-xml 0.36.2",
14885 "quote",
14886]
14887
14888[[package]]
14889name = "wayland-sys"
14890version = "0.31.5"
14891source = "registry+https://github.com/rust-lang/crates.io-index"
14892checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
14893dependencies = [
14894 "dlib",
14895 "log",
14896 "once_cell",
14897 "pkg-config",
14898]
14899
14900[[package]]
14901name = "web-sys"
14902version = "0.3.76"
14903source = "registry+https://github.com/rust-lang/crates.io-index"
14904checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
14905dependencies = [
14906 "js-sys",
14907 "wasm-bindgen",
14908]
14909
14910[[package]]
14911name = "web-time"
14912version = "1.1.0"
14913source = "registry+https://github.com/rust-lang/crates.io-index"
14914checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
14915dependencies = [
14916 "js-sys",
14917 "wasm-bindgen",
14918]
14919
14920[[package]]
14921name = "webpki"
14922version = "0.22.4"
14923source = "registry+https://github.com/rust-lang/crates.io-index"
14924checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14925dependencies = [
14926 "ring",
14927 "untrusted",
14928]
14929
14930[[package]]
14931name = "webpki-roots"
14932version = "0.22.6"
14933source = "registry+https://github.com/rust-lang/crates.io-index"
14934checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14935dependencies = [
14936 "webpki",
14937]
14938
14939[[package]]
14940name = "webpki-roots"
14941version = "0.26.7"
14942source = "registry+https://github.com/rust-lang/crates.io-index"
14943checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
14944dependencies = [
14945 "rustls-pki-types",
14946]
14947
14948[[package]]
14949name = "webrtc-sys"
14950version = "0.3.5"
14951source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
14952dependencies = [
14953 "cc",
14954 "cxx",
14955 "cxx-build",
14956 "glob",
14957 "log",
14958 "webrtc-sys-build",
14959]
14960
14961[[package]]
14962name = "webrtc-sys-build"
14963version = "0.3.5"
14964source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
14965dependencies = [
14966 "fs2",
14967 "regex",
14968 "reqwest 0.11.27",
14969 "scratch",
14970 "semver",
14971 "zip",
14972]
14973
14974[[package]]
14975name = "weezl"
14976version = "0.1.8"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14979
14980[[package]]
14981name = "welcome"
14982version = "0.1.0"
14983dependencies = [
14984 "anyhow",
14985 "client",
14986 "copilot",
14987 "db",
14988 "editor",
14989 "fuzzy",
14990 "gpui",
14991 "install_cli",
14992 "picker",
14993 "project",
14994 "schemars",
14995 "serde",
14996 "settings",
14997 "telemetry",
14998 "ui",
14999 "util",
15000 "vim_mode_setting",
15001 "workspace",
15002 "zed_actions",
15003]
15004
15005[[package]]
15006name = "which"
15007version = "4.4.2"
15008source = "registry+https://github.com/rust-lang/crates.io-index"
15009checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15010dependencies = [
15011 "either",
15012 "home",
15013 "once_cell",
15014 "rustix",
15015]
15016
15017[[package]]
15018name = "which"
15019version = "6.0.3"
15020source = "registry+https://github.com/rust-lang/crates.io-index"
15021checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15022dependencies = [
15023 "either",
15024 "home",
15025 "rustix",
15026 "winsafe",
15027]
15028
15029[[package]]
15030name = "whoami"
15031version = "1.5.2"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15034dependencies = [
15035 "redox_syscall 0.5.8",
15036 "wasite",
15037]
15038
15039[[package]]
15040name = "wiggle"
15041version = "24.0.2"
15042source = "registry+https://github.com/rust-lang/crates.io-index"
15043checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15044dependencies = [
15045 "anyhow",
15046 "async-trait",
15047 "bitflags 2.6.0",
15048 "thiserror 1.0.69",
15049 "tracing",
15050 "wasmtime",
15051 "wiggle-macro",
15052]
15053
15054[[package]]
15055name = "wiggle-generate"
15056version = "24.0.2"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15059dependencies = [
15060 "anyhow",
15061 "heck 0.4.1",
15062 "proc-macro2",
15063 "quote",
15064 "shellexpand 2.1.2",
15065 "syn 2.0.90",
15066 "witx",
15067]
15068
15069[[package]]
15070name = "wiggle-macro"
15071version = "24.0.2"
15072source = "registry+https://github.com/rust-lang/crates.io-index"
15073checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15074dependencies = [
15075 "proc-macro2",
15076 "quote",
15077 "syn 2.0.90",
15078 "wiggle-generate",
15079]
15080
15081[[package]]
15082name = "winapi"
15083version = "0.3.9"
15084source = "registry+https://github.com/rust-lang/crates.io-index"
15085checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15086dependencies = [
15087 "winapi-i686-pc-windows-gnu",
15088 "winapi-x86_64-pc-windows-gnu",
15089]
15090
15091[[package]]
15092name = "winapi-i686-pc-windows-gnu"
15093version = "0.4.0"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15096
15097[[package]]
15098name = "winapi-util"
15099version = "0.1.9"
15100source = "registry+https://github.com/rust-lang/crates.io-index"
15101checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15102dependencies = [
15103 "windows-sys 0.59.0",
15104]
15105
15106[[package]]
15107name = "winapi-x86_64-pc-windows-gnu"
15108version = "0.4.0"
15109source = "registry+https://github.com/rust-lang/crates.io-index"
15110checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15111
15112[[package]]
15113name = "winch-codegen"
15114version = "0.22.2"
15115source = "registry+https://github.com/rust-lang/crates.io-index"
15116checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15117dependencies = [
15118 "anyhow",
15119 "cranelift-codegen",
15120 "gimli 0.29.0",
15121 "regalloc2",
15122 "smallvec",
15123 "target-lexicon",
15124 "wasmparser 0.215.0",
15125 "wasmtime-cranelift",
15126 "wasmtime-environ",
15127]
15128
15129[[package]]
15130name = "windows"
15131version = "0.54.0"
15132source = "registry+https://github.com/rust-lang/crates.io-index"
15133checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15134dependencies = [
15135 "windows-core 0.54.0",
15136 "windows-targets 0.52.6",
15137]
15138
15139[[package]]
15140name = "windows"
15141version = "0.57.0"
15142source = "registry+https://github.com/rust-lang/crates.io-index"
15143checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15144dependencies = [
15145 "windows-core 0.57.0",
15146 "windows-targets 0.52.6",
15147]
15148
15149[[package]]
15150name = "windows"
15151version = "0.58.0"
15152source = "registry+https://github.com/rust-lang/crates.io-index"
15153checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15154dependencies = [
15155 "windows-core 0.58.0",
15156 "windows-targets 0.52.6",
15157]
15158
15159[[package]]
15160name = "windows-core"
15161version = "0.52.0"
15162source = "registry+https://github.com/rust-lang/crates.io-index"
15163checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15164dependencies = [
15165 "windows-targets 0.52.6",
15166]
15167
15168[[package]]
15169name = "windows-core"
15170version = "0.54.0"
15171source = "registry+https://github.com/rust-lang/crates.io-index"
15172checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15173dependencies = [
15174 "windows-result 0.1.2",
15175 "windows-targets 0.52.6",
15176]
15177
15178[[package]]
15179name = "windows-core"
15180version = "0.57.0"
15181source = "registry+https://github.com/rust-lang/crates.io-index"
15182checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15183dependencies = [
15184 "windows-implement 0.57.0",
15185 "windows-interface 0.57.0",
15186 "windows-result 0.1.2",
15187 "windows-targets 0.52.6",
15188]
15189
15190[[package]]
15191name = "windows-core"
15192version = "0.58.0"
15193source = "registry+https://github.com/rust-lang/crates.io-index"
15194checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15195dependencies = [
15196 "windows-implement 0.58.0",
15197 "windows-interface 0.58.0",
15198 "windows-result 0.2.0",
15199 "windows-strings",
15200 "windows-targets 0.52.6",
15201]
15202
15203[[package]]
15204name = "windows-implement"
15205version = "0.57.0"
15206source = "registry+https://github.com/rust-lang/crates.io-index"
15207checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15208dependencies = [
15209 "proc-macro2",
15210 "quote",
15211 "syn 2.0.90",
15212]
15213
15214[[package]]
15215name = "windows-implement"
15216version = "0.58.0"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15219dependencies = [
15220 "proc-macro2",
15221 "quote",
15222 "syn 2.0.90",
15223]
15224
15225[[package]]
15226name = "windows-interface"
15227version = "0.57.0"
15228source = "registry+https://github.com/rust-lang/crates.io-index"
15229checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15230dependencies = [
15231 "proc-macro2",
15232 "quote",
15233 "syn 2.0.90",
15234]
15235
15236[[package]]
15237name = "windows-interface"
15238version = "0.58.0"
15239source = "registry+https://github.com/rust-lang/crates.io-index"
15240checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15241dependencies = [
15242 "proc-macro2",
15243 "quote",
15244 "syn 2.0.90",
15245]
15246
15247[[package]]
15248name = "windows-registry"
15249version = "0.2.0"
15250source = "registry+https://github.com/rust-lang/crates.io-index"
15251checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15252dependencies = [
15253 "windows-result 0.2.0",
15254 "windows-strings",
15255 "windows-targets 0.52.6",
15256]
15257
15258[[package]]
15259name = "windows-result"
15260version = "0.1.2"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15263dependencies = [
15264 "windows-targets 0.52.6",
15265]
15266
15267[[package]]
15268name = "windows-result"
15269version = "0.2.0"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15272dependencies = [
15273 "windows-targets 0.52.6",
15274]
15275
15276[[package]]
15277name = "windows-strings"
15278version = "0.1.0"
15279source = "registry+https://github.com/rust-lang/crates.io-index"
15280checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15281dependencies = [
15282 "windows-result 0.2.0",
15283 "windows-targets 0.52.6",
15284]
15285
15286[[package]]
15287name = "windows-sys"
15288version = "0.45.0"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15291dependencies = [
15292 "windows-targets 0.42.2",
15293]
15294
15295[[package]]
15296name = "windows-sys"
15297version = "0.48.0"
15298source = "registry+https://github.com/rust-lang/crates.io-index"
15299checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15300dependencies = [
15301 "windows-targets 0.48.5",
15302]
15303
15304[[package]]
15305name = "windows-sys"
15306version = "0.52.0"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15309dependencies = [
15310 "windows-targets 0.52.6",
15311]
15312
15313[[package]]
15314name = "windows-sys"
15315version = "0.59.0"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15318dependencies = [
15319 "windows-targets 0.52.6",
15320]
15321
15322[[package]]
15323name = "windows-targets"
15324version = "0.42.2"
15325source = "registry+https://github.com/rust-lang/crates.io-index"
15326checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15327dependencies = [
15328 "windows_aarch64_gnullvm 0.42.2",
15329 "windows_aarch64_msvc 0.42.2",
15330 "windows_i686_gnu 0.42.2",
15331 "windows_i686_msvc 0.42.2",
15332 "windows_x86_64_gnu 0.42.2",
15333 "windows_x86_64_gnullvm 0.42.2",
15334 "windows_x86_64_msvc 0.42.2",
15335]
15336
15337[[package]]
15338name = "windows-targets"
15339version = "0.48.5"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15342dependencies = [
15343 "windows_aarch64_gnullvm 0.48.5",
15344 "windows_aarch64_msvc 0.48.5",
15345 "windows_i686_gnu 0.48.5",
15346 "windows_i686_msvc 0.48.5",
15347 "windows_x86_64_gnu 0.48.5",
15348 "windows_x86_64_gnullvm 0.48.5",
15349 "windows_x86_64_msvc 0.48.5",
15350]
15351
15352[[package]]
15353name = "windows-targets"
15354version = "0.52.6"
15355source = "registry+https://github.com/rust-lang/crates.io-index"
15356checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15357dependencies = [
15358 "windows_aarch64_gnullvm 0.52.6",
15359 "windows_aarch64_msvc 0.52.6",
15360 "windows_i686_gnu 0.52.6",
15361 "windows_i686_gnullvm",
15362 "windows_i686_msvc 0.52.6",
15363 "windows_x86_64_gnu 0.52.6",
15364 "windows_x86_64_gnullvm 0.52.6",
15365 "windows_x86_64_msvc 0.52.6",
15366]
15367
15368[[package]]
15369name = "windows_aarch64_gnullvm"
15370version = "0.42.2"
15371source = "registry+https://github.com/rust-lang/crates.io-index"
15372checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15373
15374[[package]]
15375name = "windows_aarch64_gnullvm"
15376version = "0.48.5"
15377source = "registry+https://github.com/rust-lang/crates.io-index"
15378checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15379
15380[[package]]
15381name = "windows_aarch64_gnullvm"
15382version = "0.52.6"
15383source = "registry+https://github.com/rust-lang/crates.io-index"
15384checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15385
15386[[package]]
15387name = "windows_aarch64_msvc"
15388version = "0.42.2"
15389source = "registry+https://github.com/rust-lang/crates.io-index"
15390checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15391
15392[[package]]
15393name = "windows_aarch64_msvc"
15394version = "0.48.5"
15395source = "registry+https://github.com/rust-lang/crates.io-index"
15396checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15397
15398[[package]]
15399name = "windows_aarch64_msvc"
15400version = "0.52.6"
15401source = "registry+https://github.com/rust-lang/crates.io-index"
15402checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15403
15404[[package]]
15405name = "windows_i686_gnu"
15406version = "0.42.2"
15407source = "registry+https://github.com/rust-lang/crates.io-index"
15408checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15409
15410[[package]]
15411name = "windows_i686_gnu"
15412version = "0.48.5"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15415
15416[[package]]
15417name = "windows_i686_gnu"
15418version = "0.52.6"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15421
15422[[package]]
15423name = "windows_i686_gnullvm"
15424version = "0.52.6"
15425source = "registry+https://github.com/rust-lang/crates.io-index"
15426checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15427
15428[[package]]
15429name = "windows_i686_msvc"
15430version = "0.42.2"
15431source = "registry+https://github.com/rust-lang/crates.io-index"
15432checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15433
15434[[package]]
15435name = "windows_i686_msvc"
15436version = "0.48.5"
15437source = "registry+https://github.com/rust-lang/crates.io-index"
15438checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15439
15440[[package]]
15441name = "windows_i686_msvc"
15442version = "0.52.6"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15445
15446[[package]]
15447name = "windows_x86_64_gnu"
15448version = "0.42.2"
15449source = "registry+https://github.com/rust-lang/crates.io-index"
15450checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15451
15452[[package]]
15453name = "windows_x86_64_gnu"
15454version = "0.48.5"
15455source = "registry+https://github.com/rust-lang/crates.io-index"
15456checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15457
15458[[package]]
15459name = "windows_x86_64_gnu"
15460version = "0.52.6"
15461source = "registry+https://github.com/rust-lang/crates.io-index"
15462checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15463
15464[[package]]
15465name = "windows_x86_64_gnullvm"
15466version = "0.42.2"
15467source = "registry+https://github.com/rust-lang/crates.io-index"
15468checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15469
15470[[package]]
15471name = "windows_x86_64_gnullvm"
15472version = "0.48.5"
15473source = "registry+https://github.com/rust-lang/crates.io-index"
15474checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15475
15476[[package]]
15477name = "windows_x86_64_gnullvm"
15478version = "0.52.6"
15479source = "registry+https://github.com/rust-lang/crates.io-index"
15480checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15481
15482[[package]]
15483name = "windows_x86_64_msvc"
15484version = "0.42.2"
15485source = "registry+https://github.com/rust-lang/crates.io-index"
15486checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15487
15488[[package]]
15489name = "windows_x86_64_msvc"
15490version = "0.48.5"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15493
15494[[package]]
15495name = "windows_x86_64_msvc"
15496version = "0.52.6"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15499
15500[[package]]
15501name = "winnow"
15502version = "0.6.20"
15503source = "registry+https://github.com/rust-lang/crates.io-index"
15504checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15505dependencies = [
15506 "memchr",
15507]
15508
15509[[package]]
15510name = "winreg"
15511version = "0.50.0"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15514dependencies = [
15515 "cfg-if",
15516 "windows-sys 0.48.0",
15517]
15518
15519[[package]]
15520name = "winreg"
15521version = "0.52.0"
15522source = "registry+https://github.com/rust-lang/crates.io-index"
15523checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15524dependencies = [
15525 "cfg-if",
15526 "windows-sys 0.48.0",
15527]
15528
15529[[package]]
15530name = "winresource"
15531version = "0.1.19"
15532source = "registry+https://github.com/rust-lang/crates.io-index"
15533checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15534dependencies = [
15535 "toml 0.8.19",
15536 "version_check",
15537]
15538
15539[[package]]
15540name = "winsafe"
15541version = "0.0.19"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15544
15545[[package]]
15546name = "winx"
15547version = "0.36.4"
15548source = "registry+https://github.com/rust-lang/crates.io-index"
15549checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15550dependencies = [
15551 "bitflags 2.6.0",
15552 "windows-sys 0.59.0",
15553]
15554
15555[[package]]
15556name = "wio"
15557version = "0.2.2"
15558source = "registry+https://github.com/rust-lang/crates.io-index"
15559checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15560dependencies = [
15561 "winapi",
15562]
15563
15564[[package]]
15565name = "wit-bindgen"
15566version = "0.22.0"
15567source = "registry+https://github.com/rust-lang/crates.io-index"
15568checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15569dependencies = [
15570 "bitflags 2.6.0",
15571 "wit-bindgen-rt",
15572 "wit-bindgen-rust-macro",
15573]
15574
15575[[package]]
15576name = "wit-bindgen-core"
15577version = "0.22.0"
15578source = "registry+https://github.com/rust-lang/crates.io-index"
15579checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15580dependencies = [
15581 "anyhow",
15582 "wit-parser 0.201.0",
15583]
15584
15585[[package]]
15586name = "wit-bindgen-rt"
15587version = "0.22.0"
15588source = "registry+https://github.com/rust-lang/crates.io-index"
15589checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15590
15591[[package]]
15592name = "wit-bindgen-rust"
15593version = "0.22.0"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15596dependencies = [
15597 "anyhow",
15598 "heck 0.4.1",
15599 "indexmap",
15600 "wasm-metadata",
15601 "wit-bindgen-core",
15602 "wit-component",
15603]
15604
15605[[package]]
15606name = "wit-bindgen-rust-macro"
15607version = "0.22.0"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15610dependencies = [
15611 "anyhow",
15612 "proc-macro2",
15613 "quote",
15614 "syn 2.0.90",
15615 "wit-bindgen-core",
15616 "wit-bindgen-rust",
15617]
15618
15619[[package]]
15620name = "wit-component"
15621version = "0.201.0"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15624dependencies = [
15625 "anyhow",
15626 "bitflags 2.6.0",
15627 "indexmap",
15628 "log",
15629 "serde",
15630 "serde_derive",
15631 "serde_json",
15632 "wasm-encoder 0.201.0",
15633 "wasm-metadata",
15634 "wasmparser 0.201.0",
15635 "wit-parser 0.201.0",
15636]
15637
15638[[package]]
15639name = "wit-parser"
15640version = "0.201.0"
15641source = "registry+https://github.com/rust-lang/crates.io-index"
15642checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15643dependencies = [
15644 "anyhow",
15645 "id-arena",
15646 "indexmap",
15647 "log",
15648 "semver",
15649 "serde",
15650 "serde_derive",
15651 "serde_json",
15652 "unicode-xid",
15653 "wasmparser 0.201.0",
15654]
15655
15656[[package]]
15657name = "wit-parser"
15658version = "0.215.0"
15659source = "registry+https://github.com/rust-lang/crates.io-index"
15660checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15661dependencies = [
15662 "anyhow",
15663 "id-arena",
15664 "indexmap",
15665 "log",
15666 "semver",
15667 "serde",
15668 "serde_derive",
15669 "serde_json",
15670 "unicode-xid",
15671 "wasmparser 0.215.0",
15672]
15673
15674[[package]]
15675name = "witx"
15676version = "0.9.1"
15677source = "registry+https://github.com/rust-lang/crates.io-index"
15678checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15679dependencies = [
15680 "anyhow",
15681 "log",
15682 "thiserror 1.0.69",
15683 "wast",
15684]
15685
15686[[package]]
15687name = "workspace"
15688version = "0.1.0"
15689dependencies = [
15690 "any_vec",
15691 "anyhow",
15692 "async-recursion 1.1.1",
15693 "bincode",
15694 "call",
15695 "client",
15696 "clock",
15697 "collections",
15698 "db",
15699 "derive_more",
15700 "env_logger 0.11.6",
15701 "fs",
15702 "futures 0.3.31",
15703 "gpui",
15704 "http_client",
15705 "itertools 0.14.0",
15706 "language",
15707 "log",
15708 "node_runtime",
15709 "parking_lot",
15710 "postage",
15711 "project",
15712 "remote",
15713 "schemars",
15714 "serde",
15715 "serde_json",
15716 "session",
15717 "settings",
15718 "smallvec",
15719 "sqlez",
15720 "strum",
15721 "task",
15722 "tempfile",
15723 "theme",
15724 "ui",
15725 "util",
15726 "uuid",
15727]
15728
15729[[package]]
15730name = "worktree"
15731version = "0.1.0"
15732dependencies = [
15733 "anyhow",
15734 "clock",
15735 "collections",
15736 "env_logger 0.11.6",
15737 "fs",
15738 "futures 0.3.31",
15739 "fuzzy",
15740 "git",
15741 "git2",
15742 "git_hosting_providers",
15743 "gpui",
15744 "http_client",
15745 "ignore",
15746 "language",
15747 "log",
15748 "parking_lot",
15749 "paths",
15750 "postage",
15751 "pretty_assertions",
15752 "rand 0.8.5",
15753 "rpc",
15754 "schemars",
15755 "serde",
15756 "serde_json",
15757 "settings",
15758 "smallvec",
15759 "smol",
15760 "sum_tree",
15761 "text",
15762 "util",
15763]
15764
15765[[package]]
15766name = "write16"
15767version = "1.0.0"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15770
15771[[package]]
15772name = "writeable"
15773version = "0.5.5"
15774source = "registry+https://github.com/rust-lang/crates.io-index"
15775checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15776
15777[[package]]
15778name = "wyz"
15779version = "0.5.1"
15780source = "registry+https://github.com/rust-lang/crates.io-index"
15781checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15782dependencies = [
15783 "tap",
15784]
15785
15786[[package]]
15787name = "x11-clipboard"
15788version = "0.9.3"
15789source = "registry+https://github.com/rust-lang/crates.io-index"
15790checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15791dependencies = [
15792 "libc",
15793 "x11rb",
15794]
15795
15796[[package]]
15797name = "x11rb"
15798version = "0.13.1"
15799source = "registry+https://github.com/rust-lang/crates.io-index"
15800checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15801dependencies = [
15802 "as-raw-xcb-connection",
15803 "gethostname",
15804 "libc",
15805 "rustix",
15806 "x11rb-protocol",
15807]
15808
15809[[package]]
15810name = "x11rb-protocol"
15811version = "0.13.1"
15812source = "registry+https://github.com/rust-lang/crates.io-index"
15813checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15814
15815[[package]]
15816name = "xattr"
15817version = "0.2.3"
15818source = "registry+https://github.com/rust-lang/crates.io-index"
15819checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15820dependencies = [
15821 "libc",
15822]
15823
15824[[package]]
15825name = "xcursor"
15826version = "0.3.8"
15827source = "registry+https://github.com/rust-lang/crates.io-index"
15828checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15829
15830[[package]]
15831name = "xdg-home"
15832version = "1.3.0"
15833source = "registry+https://github.com/rust-lang/crates.io-index"
15834checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
15835dependencies = [
15836 "libc",
15837 "windows-sys 0.59.0",
15838]
15839
15840[[package]]
15841name = "xim"
15842version = "0.4.0"
15843source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15844dependencies = [
15845 "ahash 0.8.11",
15846 "hashbrown 0.14.5",
15847 "log",
15848 "x11rb",
15849 "xim-ctext",
15850 "xim-parser",
15851]
15852
15853[[package]]
15854name = "xim-ctext"
15855version = "0.3.0"
15856source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15857dependencies = [
15858 "encoding_rs",
15859]
15860
15861[[package]]
15862name = "xim-parser"
15863version = "0.2.1"
15864source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15865dependencies = [
15866 "bitflags 2.6.0",
15867]
15868
15869[[package]]
15870name = "xkbcommon"
15871version = "0.7.0"
15872source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
15873dependencies = [
15874 "as-raw-xcb-connection",
15875 "libc",
15876 "memmap2",
15877 "xkeysym",
15878]
15879
15880[[package]]
15881name = "xkeysym"
15882version = "0.2.1"
15883source = "registry+https://github.com/rust-lang/crates.io-index"
15884checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
15885
15886[[package]]
15887name = "xml5ever"
15888version = "0.18.1"
15889source = "registry+https://github.com/rust-lang/crates.io-index"
15890checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
15891dependencies = [
15892 "log",
15893 "mac",
15894 "markup5ever",
15895]
15896
15897[[package]]
15898name = "xmlparser"
15899version = "0.13.6"
15900source = "registry+https://github.com/rust-lang/crates.io-index"
15901checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
15902
15903[[package]]
15904name = "xmlwriter"
15905version = "0.1.0"
15906source = "registry+https://github.com/rust-lang/crates.io-index"
15907checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
15908
15909[[package]]
15910name = "xtask"
15911version = "0.1.0"
15912dependencies = [
15913 "anyhow",
15914 "cargo_metadata",
15915 "cargo_toml",
15916 "clap",
15917]
15918
15919[[package]]
15920name = "yaml-rust2"
15921version = "0.8.1"
15922source = "registry+https://github.com/rust-lang/crates.io-index"
15923checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
15924dependencies = [
15925 "arraydeque",
15926 "encoding_rs",
15927 "hashlink 0.8.4",
15928]
15929
15930[[package]]
15931name = "yansi"
15932version = "1.0.1"
15933source = "registry+https://github.com/rust-lang/crates.io-index"
15934checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
15935
15936[[package]]
15937name = "yazi"
15938version = "0.1.6"
15939source = "registry+https://github.com/rust-lang/crates.io-index"
15940checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
15941
15942[[package]]
15943name = "yeslogic-fontconfig-sys"
15944version = "6.0.0"
15945source = "registry+https://github.com/rust-lang/crates.io-index"
15946checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
15947dependencies = [
15948 "dlib",
15949 "once_cell",
15950 "pkg-config",
15951]
15952
15953[[package]]
15954name = "yoke"
15955version = "0.7.5"
15956source = "registry+https://github.com/rust-lang/crates.io-index"
15957checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
15958dependencies = [
15959 "serde",
15960 "stable_deref_trait",
15961 "yoke-derive",
15962 "zerofrom",
15963]
15964
15965[[package]]
15966name = "yoke-derive"
15967version = "0.7.5"
15968source = "registry+https://github.com/rust-lang/crates.io-index"
15969checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
15970dependencies = [
15971 "proc-macro2",
15972 "quote",
15973 "syn 2.0.90",
15974 "synstructure",
15975]
15976
15977[[package]]
15978name = "zbus"
15979version = "4.4.0"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
15982dependencies = [
15983 "async-broadcast",
15984 "async-executor",
15985 "async-fs",
15986 "async-io",
15987 "async-lock",
15988 "async-process",
15989 "async-recursion 1.1.1",
15990 "async-task",
15991 "async-trait",
15992 "blocking",
15993 "enumflags2",
15994 "event-listener 5.3.1",
15995 "futures-core",
15996 "futures-sink",
15997 "futures-util",
15998 "hex",
15999 "nix",
16000 "ordered-stream",
16001 "rand 0.8.5",
16002 "serde",
16003 "serde_repr",
16004 "sha1",
16005 "static_assertions",
16006 "tracing",
16007 "uds_windows",
16008 "windows-sys 0.52.0",
16009 "xdg-home",
16010 "zbus_macros 4.4.0",
16011 "zbus_names 3.0.0",
16012 "zvariant 4.2.0",
16013]
16014
16015[[package]]
16016name = "zbus"
16017version = "5.1.1"
16018source = "registry+https://github.com/rust-lang/crates.io-index"
16019checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16020dependencies = [
16021 "async-broadcast",
16022 "async-executor",
16023 "async-fs",
16024 "async-io",
16025 "async-lock",
16026 "async-process",
16027 "async-recursion 1.1.1",
16028 "async-task",
16029 "async-trait",
16030 "blocking",
16031 "enumflags2",
16032 "event-listener 5.3.1",
16033 "futures-core",
16034 "futures-util",
16035 "hex",
16036 "nix",
16037 "ordered-stream",
16038 "serde",
16039 "serde_repr",
16040 "static_assertions",
16041 "tracing",
16042 "uds_windows",
16043 "windows-sys 0.59.0",
16044 "winnow",
16045 "xdg-home",
16046 "zbus_macros 5.1.1",
16047 "zbus_names 4.1.0",
16048 "zvariant 5.1.0",
16049]
16050
16051[[package]]
16052name = "zbus_macros"
16053version = "4.4.0"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16056dependencies = [
16057 "proc-macro-crate",
16058 "proc-macro2",
16059 "quote",
16060 "syn 2.0.90",
16061 "zvariant_utils 2.1.0",
16062]
16063
16064[[package]]
16065name = "zbus_macros"
16066version = "5.1.1"
16067source = "registry+https://github.com/rust-lang/crates.io-index"
16068checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16069dependencies = [
16070 "proc-macro-crate",
16071 "proc-macro2",
16072 "quote",
16073 "syn 2.0.90",
16074 "zbus_names 4.1.0",
16075 "zvariant 5.1.0",
16076 "zvariant_utils 3.0.2",
16077]
16078
16079[[package]]
16080name = "zbus_names"
16081version = "3.0.0"
16082source = "registry+https://github.com/rust-lang/crates.io-index"
16083checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16084dependencies = [
16085 "serde",
16086 "static_assertions",
16087 "zvariant 4.2.0",
16088]
16089
16090[[package]]
16091name = "zbus_names"
16092version = "4.1.0"
16093source = "registry+https://github.com/rust-lang/crates.io-index"
16094checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16095dependencies = [
16096 "serde",
16097 "static_assertions",
16098 "winnow",
16099 "zvariant 5.1.0",
16100]
16101
16102[[package]]
16103name = "zed"
16104version = "0.170.0"
16105dependencies = [
16106 "activity_indicator",
16107 "anyhow",
16108 "ashpd",
16109 "assets",
16110 "assistant",
16111 "assistant2",
16112 "assistant_tools",
16113 "async-watch",
16114 "audio",
16115 "auto_update",
16116 "auto_update_ui",
16117 "backtrace",
16118 "breadcrumbs",
16119 "call",
16120 "channel",
16121 "chrono",
16122 "clap",
16123 "cli",
16124 "client",
16125 "collab_ui",
16126 "collections",
16127 "command_palette",
16128 "command_palette_hooks",
16129 "copilot",
16130 "db",
16131 "diagnostics",
16132 "editor",
16133 "env_logger 0.11.6",
16134 "extension",
16135 "extension_host",
16136 "extensions_ui",
16137 "feature_flags",
16138 "feedback",
16139 "file_finder",
16140 "file_icons",
16141 "fs",
16142 "futures 0.3.31",
16143 "git",
16144 "git_hosting_providers",
16145 "git_ui",
16146 "go_to_line",
16147 "gpui",
16148 "http_client",
16149 "image_viewer",
16150 "inline_completion_button",
16151 "install_cli",
16152 "journal",
16153 "language",
16154 "language_extension",
16155 "language_model",
16156 "language_models",
16157 "language_selector",
16158 "language_tools",
16159 "languages",
16160 "libc",
16161 "log",
16162 "markdown",
16163 "markdown_preview",
16164 "menu",
16165 "mimalloc",
16166 "nix",
16167 "node_runtime",
16168 "notifications",
16169 "outline",
16170 "outline_panel",
16171 "parking_lot",
16172 "paths",
16173 "picker",
16174 "profiling",
16175 "project",
16176 "project_panel",
16177 "project_symbols",
16178 "proto",
16179 "recent_projects",
16180 "release_channel",
16181 "remote",
16182 "repl",
16183 "reqwest_client",
16184 "rope",
16185 "search",
16186 "serde",
16187 "serde_json",
16188 "session",
16189 "settings",
16190 "settings_ui",
16191 "shellexpand 2.1.2",
16192 "simplelog",
16193 "smol",
16194 "snippet_provider",
16195 "snippets_ui",
16196 "supermaven",
16197 "sysinfo",
16198 "tab_switcher",
16199 "task",
16200 "tasks_ui",
16201 "telemetry",
16202 "telemetry_events",
16203 "terminal_view",
16204 "theme",
16205 "theme_extension",
16206 "theme_selector",
16207 "time",
16208 "toolchain_selector",
16209 "tree-sitter-md",
16210 "tree-sitter-rust",
16211 "ui",
16212 "url",
16213 "urlencoding",
16214 "util",
16215 "uuid",
16216 "vcs_menu",
16217 "vim",
16218 "vim_mode_setting",
16219 "welcome",
16220 "windows 0.58.0",
16221 "winresource",
16222 "workspace",
16223 "zed_actions",
16224 "zeta",
16225]
16226
16227[[package]]
16228name = "zed_actions"
16229version = "0.1.0"
16230dependencies = [
16231 "gpui",
16232 "schemars",
16233 "serde",
16234]
16235
16236[[package]]
16237name = "zed_csharp"
16238version = "0.1.0"
16239dependencies = [
16240 "zed_extension_api 0.1.0",
16241]
16242
16243[[package]]
16244name = "zed_deno"
16245version = "0.0.2"
16246dependencies = [
16247 "zed_extension_api 0.1.0",
16248]
16249
16250[[package]]
16251name = "zed_elixir"
16252version = "0.1.2"
16253dependencies = [
16254 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16255]
16256
16257[[package]]
16258name = "zed_emmet"
16259version = "0.0.3"
16260dependencies = [
16261 "zed_extension_api 0.1.0",
16262]
16263
16264[[package]]
16265name = "zed_erlang"
16266version = "0.1.1"
16267dependencies = [
16268 "zed_extension_api 0.1.0",
16269]
16270
16271[[package]]
16272name = "zed_extension_api"
16273version = "0.1.0"
16274source = "registry+https://github.com/rust-lang/crates.io-index"
16275checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16276dependencies = [
16277 "serde",
16278 "serde_json",
16279 "wit-bindgen",
16280]
16281
16282[[package]]
16283name = "zed_extension_api"
16284version = "0.2.0"
16285dependencies = [
16286 "serde",
16287 "serde_json",
16288 "wit-bindgen",
16289]
16290
16291[[package]]
16292name = "zed_extension_api"
16293version = "0.2.0"
16294source = "registry+https://github.com/rust-lang/crates.io-index"
16295checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16296dependencies = [
16297 "serde",
16298 "serde_json",
16299 "wit-bindgen",
16300]
16301
16302[[package]]
16303name = "zed_glsl"
16304version = "0.1.0"
16305dependencies = [
16306 "zed_extension_api 0.1.0",
16307]
16308
16309[[package]]
16310name = "zed_haskell"
16311version = "0.1.2"
16312dependencies = [
16313 "zed_extension_api 0.1.0",
16314]
16315
16316[[package]]
16317name = "zed_html"
16318version = "0.1.4"
16319dependencies = [
16320 "zed_extension_api 0.1.0",
16321]
16322
16323[[package]]
16324name = "zed_lua"
16325version = "0.1.1"
16326dependencies = [
16327 "zed_extension_api 0.1.0",
16328]
16329
16330[[package]]
16331name = "zed_php"
16332version = "0.2.3"
16333dependencies = [
16334 "zed_extension_api 0.1.0",
16335]
16336
16337[[package]]
16338name = "zed_prisma"
16339version = "0.0.4"
16340dependencies = [
16341 "zed_extension_api 0.1.0",
16342]
16343
16344[[package]]
16345name = "zed_proto"
16346version = "0.2.1"
16347dependencies = [
16348 "zed_extension_api 0.1.0",
16349]
16350
16351[[package]]
16352name = "zed_purescript"
16353version = "0.0.1"
16354dependencies = [
16355 "zed_extension_api 0.1.0",
16356]
16357
16358[[package]]
16359name = "zed_ruff"
16360version = "0.1.0"
16361dependencies = [
16362 "zed_extension_api 0.1.0",
16363]
16364
16365[[package]]
16366name = "zed_snippets"
16367version = "0.0.5"
16368dependencies = [
16369 "serde_json",
16370 "zed_extension_api 0.1.0",
16371]
16372
16373[[package]]
16374name = "zed_terraform"
16375version = "0.1.1"
16376dependencies = [
16377 "zed_extension_api 0.1.0",
16378]
16379
16380[[package]]
16381name = "zed_test_extension"
16382version = "0.1.0"
16383dependencies = [
16384 "zed_extension_api 0.2.0",
16385]
16386
16387[[package]]
16388name = "zed_toml"
16389version = "0.1.2"
16390dependencies = [
16391 "zed_extension_api 0.1.0",
16392]
16393
16394[[package]]
16395name = "zed_uiua"
16396version = "0.0.1"
16397dependencies = [
16398 "zed_extension_api 0.1.0",
16399]
16400
16401[[package]]
16402name = "zed_zig"
16403version = "0.3.2"
16404dependencies = [
16405 "zed_extension_api 0.1.0",
16406]
16407
16408[[package]]
16409name = "zeno"
16410version = "0.2.3"
16411source = "registry+https://github.com/rust-lang/crates.io-index"
16412checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16413
16414[[package]]
16415name = "zerocopy"
16416version = "0.7.35"
16417source = "registry+https://github.com/rust-lang/crates.io-index"
16418checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16419dependencies = [
16420 "byteorder",
16421 "zerocopy-derive",
16422]
16423
16424[[package]]
16425name = "zerocopy-derive"
16426version = "0.7.35"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16429dependencies = [
16430 "proc-macro2",
16431 "quote",
16432 "syn 2.0.90",
16433]
16434
16435[[package]]
16436name = "zerofrom"
16437version = "0.1.5"
16438source = "registry+https://github.com/rust-lang/crates.io-index"
16439checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16440dependencies = [
16441 "zerofrom-derive",
16442]
16443
16444[[package]]
16445name = "zerofrom-derive"
16446version = "0.1.5"
16447source = "registry+https://github.com/rust-lang/crates.io-index"
16448checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16449dependencies = [
16450 "proc-macro2",
16451 "quote",
16452 "syn 2.0.90",
16453 "synstructure",
16454]
16455
16456[[package]]
16457name = "zeroize"
16458version = "1.8.1"
16459source = "registry+https://github.com/rust-lang/crates.io-index"
16460checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16461dependencies = [
16462 "zeroize_derive",
16463]
16464
16465[[package]]
16466name = "zeroize_derive"
16467version = "1.4.2"
16468source = "registry+https://github.com/rust-lang/crates.io-index"
16469checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16470dependencies = [
16471 "proc-macro2",
16472 "quote",
16473 "syn 2.0.90",
16474]
16475
16476[[package]]
16477name = "zeromq"
16478version = "0.5.0-pre"
16479source = "registry+https://github.com/rust-lang/crates.io-index"
16480checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
16481dependencies = [
16482 "async-dispatcher",
16483 "async-std",
16484 "async-trait",
16485 "asynchronous-codec",
16486 "bytes 1.9.0",
16487 "crossbeam-queue",
16488 "dashmap 5.5.3",
16489 "futures 0.3.31",
16490 "log",
16491 "num-traits",
16492 "once_cell",
16493 "parking_lot",
16494 "rand 0.8.5",
16495 "regex",
16496 "thiserror 1.0.69",
16497 "uuid",
16498]
16499
16500[[package]]
16501name = "zerovec"
16502version = "0.10.4"
16503source = "registry+https://github.com/rust-lang/crates.io-index"
16504checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16505dependencies = [
16506 "yoke",
16507 "zerofrom",
16508 "zerovec-derive",
16509]
16510
16511[[package]]
16512name = "zerovec-derive"
16513version = "0.10.3"
16514source = "registry+https://github.com/rust-lang/crates.io-index"
16515checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16516dependencies = [
16517 "proc-macro2",
16518 "quote",
16519 "syn 2.0.90",
16520]
16521
16522[[package]]
16523name = "zeta"
16524version = "0.1.0"
16525dependencies = [
16526 "anyhow",
16527 "arrayvec",
16528 "call",
16529 "client",
16530 "clock",
16531 "collections",
16532 "ctor",
16533 "editor",
16534 "env_logger 0.11.6",
16535 "futures 0.3.31",
16536 "gpui",
16537 "http_client",
16538 "indoc",
16539 "inline_completion",
16540 "language",
16541 "language_models",
16542 "log",
16543 "menu",
16544 "reqwest_client",
16545 "rpc",
16546 "serde_json",
16547 "settings",
16548 "similar",
16549 "telemetry",
16550 "telemetry_events",
16551 "theme",
16552 "tree-sitter-go",
16553 "tree-sitter-rust",
16554 "ui",
16555 "util",
16556 "uuid",
16557 "workspace",
16558 "worktree",
16559]
16560
16561[[package]]
16562name = "zip"
16563version = "0.6.6"
16564source = "registry+https://github.com/rust-lang/crates.io-index"
16565checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16566dependencies = [
16567 "aes",
16568 "byteorder",
16569 "bzip2",
16570 "constant_time_eq 0.1.5",
16571 "crc32fast",
16572 "crossbeam-utils",
16573 "flate2",
16574 "hmac",
16575 "pbkdf2 0.11.0",
16576 "sha1",
16577 "time",
16578 "zstd",
16579]
16580
16581[[package]]
16582name = "zstd"
16583version = "0.11.2+zstd.1.5.2"
16584source = "registry+https://github.com/rust-lang/crates.io-index"
16585checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16586dependencies = [
16587 "zstd-safe",
16588]
16589
16590[[package]]
16591name = "zstd-safe"
16592version = "5.0.2+zstd.1.5.2"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16595dependencies = [
16596 "libc",
16597 "zstd-sys",
16598]
16599
16600[[package]]
16601name = "zstd-sys"
16602version = "2.0.13+zstd.1.5.6"
16603source = "registry+https://github.com/rust-lang/crates.io-index"
16604checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16605dependencies = [
16606 "cc",
16607 "pkg-config",
16608]
16609
16610[[package]]
16611name = "zune-core"
16612version = "0.4.12"
16613source = "registry+https://github.com/rust-lang/crates.io-index"
16614checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16615
16616[[package]]
16617name = "zune-inflate"
16618version = "0.2.54"
16619source = "registry+https://github.com/rust-lang/crates.io-index"
16620checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16621dependencies = [
16622 "simd-adler32",
16623]
16624
16625[[package]]
16626name = "zune-jpeg"
16627version = "0.4.13"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16630dependencies = [
16631 "zune-core",
16632]
16633
16634[[package]]
16635name = "zvariant"
16636version = "4.2.0"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16639dependencies = [
16640 "endi",
16641 "enumflags2",
16642 "serde",
16643 "static_assertions",
16644 "zvariant_derive 4.2.0",
16645]
16646
16647[[package]]
16648name = "zvariant"
16649version = "5.1.0"
16650source = "registry+https://github.com/rust-lang/crates.io-index"
16651checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16652dependencies = [
16653 "endi",
16654 "enumflags2",
16655 "serde",
16656 "static_assertions",
16657 "url",
16658 "winnow",
16659 "zvariant_derive 5.1.0",
16660 "zvariant_utils 3.0.2",
16661]
16662
16663[[package]]
16664name = "zvariant_derive"
16665version = "4.2.0"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16668dependencies = [
16669 "proc-macro-crate",
16670 "proc-macro2",
16671 "quote",
16672 "syn 2.0.90",
16673 "zvariant_utils 2.1.0",
16674]
16675
16676[[package]]
16677name = "zvariant_derive"
16678version = "5.1.0"
16679source = "registry+https://github.com/rust-lang/crates.io-index"
16680checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16681dependencies = [
16682 "proc-macro-crate",
16683 "proc-macro2",
16684 "quote",
16685 "syn 2.0.90",
16686 "zvariant_utils 3.0.2",
16687]
16688
16689[[package]]
16690name = "zvariant_utils"
16691version = "2.1.0"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16694dependencies = [
16695 "proc-macro2",
16696 "quote",
16697 "syn 2.0.90",
16698]
16699
16700[[package]]
16701name = "zvariant_utils"
16702version = "3.0.2"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16705dependencies = [
16706 "proc-macro2",
16707 "quote",
16708 "serde",
16709 "static_assertions",
16710 "syn 2.0.90",
16711 "winnow",
16712]