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 "log",
410 "lsp",
411 "markdown",
412 "menu",
413 "multi_buffer",
414 "ollama",
415 "open_ai",
416 "ordered-float 2.10.1",
417 "parking_lot",
418 "paths",
419 "picker",
420 "pretty_assertions",
421 "project",
422 "proto",
423 "rand 0.8.5",
424 "regex",
425 "release_channel",
426 "rope",
427 "rpc",
428 "schemars",
429 "search",
430 "semantic_index",
431 "serde",
432 "serde_json",
433 "serde_json_lenient",
434 "settings",
435 "similar",
436 "smallvec",
437 "smol",
438 "strum",
439 "telemetry_events",
440 "terminal",
441 "terminal_view",
442 "text",
443 "theme",
444 "toml 0.8.19",
445 "tree-sitter-md",
446 "ui",
447 "unindent",
448 "util",
449 "uuid",
450 "workspace",
451 "zed_actions",
452]
453
454[[package]]
455name = "assistant2"
456version = "0.1.0"
457dependencies = [
458 "anthropic",
459 "anyhow",
460 "assets",
461 "assistant_tool",
462 "async-watch",
463 "chrono",
464 "client",
465 "clock",
466 "collections",
467 "command_palette_hooks",
468 "context_server",
469 "db",
470 "editor",
471 "feature_flags",
472 "file_icons",
473 "fs",
474 "futures 0.3.31",
475 "fuzzy",
476 "gpui",
477 "handlebars 4.5.0",
478 "html_to_markdown",
479 "http_client",
480 "indoc",
481 "itertools 0.14.0",
482 "language",
483 "language_model",
484 "language_model_selector",
485 "language_models",
486 "log",
487 "lsp",
488 "markdown",
489 "menu",
490 "multi_buffer",
491 "ollama",
492 "open_ai",
493 "ordered-float 2.10.1",
494 "parking_lot",
495 "paths",
496 "picker",
497 "project",
498 "proto",
499 "rand 0.8.5",
500 "rope",
501 "schemars",
502 "serde",
503 "serde_json",
504 "serde_json_lenient",
505 "settings",
506 "similar",
507 "smol",
508 "telemetry_events",
509 "terminal",
510 "terminal_view",
511 "text",
512 "theme",
513 "time",
514 "time_format",
515 "ui",
516 "unindent",
517 "util",
518 "uuid",
519 "workspace",
520 "zed_actions",
521]
522
523[[package]]
524name = "assistant_slash_command"
525version = "0.1.0"
526dependencies = [
527 "anyhow",
528 "async-trait",
529 "collections",
530 "derive_more",
531 "extension",
532 "futures 0.3.31",
533 "gpui",
534 "language",
535 "language_model",
536 "parking_lot",
537 "pretty_assertions",
538 "serde",
539 "serde_json",
540 "ui",
541 "workspace",
542]
543
544[[package]]
545name = "assistant_tool"
546version = "0.1.0"
547dependencies = [
548 "anyhow",
549 "collections",
550 "derive_more",
551 "gpui",
552 "parking_lot",
553 "serde",
554 "serde_json",
555 "workspace",
556]
557
558[[package]]
559name = "assistant_tools"
560version = "0.1.0"
561dependencies = [
562 "anyhow",
563 "assistant_tool",
564 "chrono",
565 "gpui",
566 "schemars",
567 "serde",
568 "serde_json",
569 "workspace",
570]
571
572[[package]]
573name = "async-attributes"
574version = "1.1.2"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
577dependencies = [
578 "quote",
579 "syn 1.0.109",
580]
581
582[[package]]
583name = "async-broadcast"
584version = "0.7.2"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
587dependencies = [
588 "event-listener 5.3.1",
589 "event-listener-strategy",
590 "futures-core",
591 "pin-project-lite",
592]
593
594[[package]]
595name = "async-channel"
596version = "1.9.0"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
599dependencies = [
600 "concurrent-queue",
601 "event-listener 2.5.3",
602 "futures-core",
603]
604
605[[package]]
606name = "async-channel"
607version = "2.3.1"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
610dependencies = [
611 "concurrent-queue",
612 "event-listener-strategy",
613 "futures-core",
614 "pin-project-lite",
615]
616
617[[package]]
618name = "async-compat"
619version = "0.2.4"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
622dependencies = [
623 "futures-core",
624 "futures-io",
625 "once_cell",
626 "pin-project-lite",
627 "tokio",
628]
629
630[[package]]
631name = "async-compression"
632version = "0.4.18"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
635dependencies = [
636 "deflate64",
637 "flate2",
638 "futures-core",
639 "futures-io",
640 "memchr",
641 "pin-project-lite",
642]
643
644[[package]]
645name = "async-dispatcher"
646version = "0.1.2"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
649dependencies = [
650 "async-task",
651 "futures-lite 1.13.0",
652]
653
654[[package]]
655name = "async-executor"
656version = "1.13.1"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
659dependencies = [
660 "async-task",
661 "concurrent-queue",
662 "fastrand 2.3.0",
663 "futures-lite 2.5.0",
664 "slab",
665]
666
667[[package]]
668name = "async-fs"
669version = "2.1.2"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
672dependencies = [
673 "async-lock",
674 "blocking",
675 "futures-lite 2.5.0",
676]
677
678[[package]]
679name = "async-global-executor"
680version = "2.4.1"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
683dependencies = [
684 "async-channel 2.3.1",
685 "async-executor",
686 "async-io",
687 "async-lock",
688 "blocking",
689 "futures-lite 2.5.0",
690 "once_cell",
691]
692
693[[package]]
694name = "async-io"
695version = "2.4.0"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
698dependencies = [
699 "async-lock",
700 "cfg-if",
701 "concurrent-queue",
702 "futures-io",
703 "futures-lite 2.5.0",
704 "parking",
705 "polling",
706 "rustix",
707 "slab",
708 "tracing",
709 "windows-sys 0.59.0",
710]
711
712[[package]]
713name = "async-lock"
714version = "3.4.0"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
717dependencies = [
718 "event-listener 5.3.1",
719 "event-listener-strategy",
720 "pin-project-lite",
721]
722
723[[package]]
724name = "async-native-tls"
725version = "0.5.0"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
728dependencies = [
729 "futures-util",
730 "native-tls",
731 "thiserror 1.0.69",
732 "url",
733]
734
735[[package]]
736name = "async-net"
737version = "2.0.0"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
740dependencies = [
741 "async-io",
742 "blocking",
743 "futures-lite 2.5.0",
744]
745
746[[package]]
747name = "async-pipe"
748version = "0.1.3"
749source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
750dependencies = [
751 "futures 0.3.31",
752 "log",
753]
754
755[[package]]
756name = "async-process"
757version = "2.3.0"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
760dependencies = [
761 "async-channel 2.3.1",
762 "async-io",
763 "async-lock",
764 "async-signal",
765 "async-task",
766 "blocking",
767 "cfg-if",
768 "event-listener 5.3.1",
769 "futures-lite 2.5.0",
770 "rustix",
771 "tracing",
772]
773
774[[package]]
775name = "async-recursion"
776version = "0.3.2"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
779dependencies = [
780 "proc-macro2",
781 "quote",
782 "syn 1.0.109",
783]
784
785[[package]]
786name = "async-recursion"
787version = "1.1.1"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
790dependencies = [
791 "proc-macro2",
792 "quote",
793 "syn 2.0.90",
794]
795
796[[package]]
797name = "async-signal"
798version = "0.2.10"
799source = "registry+https://github.com/rust-lang/crates.io-index"
800checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
801dependencies = [
802 "async-io",
803 "async-lock",
804 "atomic-waker",
805 "cfg-if",
806 "futures-core",
807 "futures-io",
808 "rustix",
809 "signal-hook-registry",
810 "slab",
811 "windows-sys 0.59.0",
812]
813
814[[package]]
815name = "async-std"
816version = "1.13.0"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
819dependencies = [
820 "async-attributes",
821 "async-channel 1.9.0",
822 "async-global-executor",
823 "async-io",
824 "async-lock",
825 "async-process",
826 "crossbeam-utils",
827 "futures-channel",
828 "futures-core",
829 "futures-io",
830 "futures-lite 2.5.0",
831 "gloo-timers",
832 "kv-log-macro",
833 "log",
834 "memchr",
835 "once_cell",
836 "pin-project-lite",
837 "pin-utils",
838 "slab",
839 "wasm-bindgen-futures",
840]
841
842[[package]]
843name = "async-stream"
844version = "0.3.6"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
847dependencies = [
848 "async-stream-impl",
849 "futures-core",
850 "pin-project-lite",
851]
852
853[[package]]
854name = "async-stream-impl"
855version = "0.3.6"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
858dependencies = [
859 "proc-macro2",
860 "quote",
861 "syn 2.0.90",
862]
863
864[[package]]
865name = "async-stripe"
866version = "0.40.0"
867source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
868dependencies = [
869 "chrono",
870 "futures-util",
871 "http-types",
872 "hyper 0.14.32",
873 "hyper-rustls 0.24.2",
874 "serde",
875 "serde_json",
876 "serde_path_to_error",
877 "serde_qs 0.10.1",
878 "smart-default",
879 "smol_str",
880 "thiserror 1.0.69",
881 "tokio",
882]
883
884[[package]]
885name = "async-tar"
886version = "0.5.0"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
889dependencies = [
890 "async-std",
891 "filetime",
892 "libc",
893 "pin-project",
894 "redox_syscall 0.2.16",
895 "xattr",
896]
897
898[[package]]
899name = "async-task"
900version = "4.7.1"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
903
904[[package]]
905name = "async-tls"
906version = "0.13.0"
907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
909dependencies = [
910 "futures-core",
911 "futures-io",
912 "rustls 0.21.12",
913 "rustls-pemfile 1.0.4",
914 "webpki-roots 0.22.6",
915]
916
917[[package]]
918name = "async-trait"
919version = "0.1.85"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
922dependencies = [
923 "proc-macro2",
924 "quote",
925 "syn 2.0.90",
926]
927
928[[package]]
929name = "async-tungstenite"
930version = "0.25.1"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
933dependencies = [
934 "async-native-tls",
935 "async-std",
936 "async-tls",
937 "futures-io",
938 "futures-util",
939 "log",
940 "pin-project-lite",
941 "tungstenite 0.21.0",
942]
943
944[[package]]
945name = "async-tungstenite"
946version = "0.28.2"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
949dependencies = [
950 "async-std",
951 "async-tls",
952 "atomic-waker",
953 "futures-core",
954 "futures-io",
955 "futures-task",
956 "futures-util",
957 "log",
958 "pin-project-lite",
959 "tungstenite 0.24.0",
960]
961
962[[package]]
963name = "async-watch"
964version = "0.3.1"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
967dependencies = [
968 "event-listener 2.5.3",
969]
970
971[[package]]
972name = "async_zip"
973version = "0.0.17"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
976dependencies = [
977 "async-compression",
978 "crc32fast",
979 "futures-lite 2.5.0",
980 "pin-project",
981 "thiserror 1.0.69",
982]
983
984[[package]]
985name = "asynchronous-codec"
986version = "0.7.0"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
989dependencies = [
990 "bytes 1.9.0",
991 "futures-sink",
992 "futures-util",
993 "memchr",
994 "pin-project-lite",
995]
996
997[[package]]
998name = "atoi"
999version = "2.0.0"
1000source = "registry+https://github.com/rust-lang/crates.io-index"
1001checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1002dependencies = [
1003 "num-traits",
1004]
1005
1006[[package]]
1007name = "atomic"
1008version = "0.5.3"
1009source = "registry+https://github.com/rust-lang/crates.io-index"
1010checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1011
1012[[package]]
1013name = "atomic-waker"
1014version = "1.1.2"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1017
1018[[package]]
1019name = "audio"
1020version = "0.1.0"
1021dependencies = [
1022 "anyhow",
1023 "collections",
1024 "derive_more",
1025 "gpui",
1026 "parking_lot",
1027 "rodio",
1028 "util",
1029]
1030
1031[[package]]
1032name = "auto_update"
1033version = "0.1.0"
1034dependencies = [
1035 "anyhow",
1036 "client",
1037 "db",
1038 "gpui",
1039 "http_client",
1040 "log",
1041 "paths",
1042 "release_channel",
1043 "schemars",
1044 "serde",
1045 "serde_json",
1046 "settings",
1047 "smol",
1048 "tempfile",
1049 "which 6.0.3",
1050 "workspace",
1051]
1052
1053[[package]]
1054name = "auto_update_ui"
1055version = "0.1.0"
1056dependencies = [
1057 "anyhow",
1058 "auto_update",
1059 "client",
1060 "editor",
1061 "gpui",
1062 "http_client",
1063 "markdown_preview",
1064 "menu",
1065 "release_channel",
1066 "serde",
1067 "serde_json",
1068 "smol",
1069 "util",
1070 "workspace",
1071]
1072
1073[[package]]
1074name = "autocfg"
1075version = "1.4.0"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1078
1079[[package]]
1080name = "av1-grain"
1081version = "0.2.3"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1084dependencies = [
1085 "anyhow",
1086 "arrayvec",
1087 "log",
1088 "nom",
1089 "num-rational",
1090 "v_frame",
1091]
1092
1093[[package]]
1094name = "avif-serialize"
1095version = "0.8.2"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1098dependencies = [
1099 "arrayvec",
1100]
1101
1102[[package]]
1103name = "aws-config"
1104version = "1.5.13"
1105source = "registry+https://github.com/rust-lang/crates.io-index"
1106checksum = "c03a50b30228d3af8865ce83376b4e99e1ffa34728220fe2860e4df0bb5278d6"
1107dependencies = [
1108 "aws-credential-types",
1109 "aws-runtime",
1110 "aws-sdk-sso",
1111 "aws-sdk-ssooidc",
1112 "aws-sdk-sts",
1113 "aws-smithy-async",
1114 "aws-smithy-http",
1115 "aws-smithy-json",
1116 "aws-smithy-runtime",
1117 "aws-smithy-runtime-api",
1118 "aws-smithy-types",
1119 "aws-types",
1120 "bytes 1.9.0",
1121 "fastrand 2.3.0",
1122 "hex",
1123 "http 0.2.12",
1124 "ring",
1125 "time",
1126 "tokio",
1127 "tracing",
1128 "url",
1129 "zeroize",
1130]
1131
1132[[package]]
1133name = "aws-credential-types"
1134version = "1.2.1"
1135source = "registry+https://github.com/rust-lang/crates.io-index"
1136checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1137dependencies = [
1138 "aws-smithy-async",
1139 "aws-smithy-runtime-api",
1140 "aws-smithy-types",
1141 "zeroize",
1142]
1143
1144[[package]]
1145name = "aws-runtime"
1146version = "1.5.3"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "b16d1aa50accc11a4b4d5c50f7fb81cc0cf60328259c587d0e6b0f11385bde46"
1149dependencies = [
1150 "aws-credential-types",
1151 "aws-sigv4",
1152 "aws-smithy-async",
1153 "aws-smithy-eventstream",
1154 "aws-smithy-http",
1155 "aws-smithy-runtime",
1156 "aws-smithy-runtime-api",
1157 "aws-smithy-types",
1158 "aws-types",
1159 "bytes 1.9.0",
1160 "fastrand 2.3.0",
1161 "http 0.2.12",
1162 "http-body 0.4.6",
1163 "once_cell",
1164 "percent-encoding",
1165 "pin-project-lite",
1166 "tracing",
1167 "uuid",
1168]
1169
1170[[package]]
1171name = "aws-sdk-kinesis"
1172version = "1.55.0"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "f825a8304333d400ddc0b183e1d85b2e9f197e22aa3c1f03b98ae49451ec33e4"
1175dependencies = [
1176 "aws-credential-types",
1177 "aws-runtime",
1178 "aws-smithy-async",
1179 "aws-smithy-http",
1180 "aws-smithy-json",
1181 "aws-smithy-runtime",
1182 "aws-smithy-runtime-api",
1183 "aws-smithy-types",
1184 "aws-types",
1185 "bytes 1.9.0",
1186 "http 0.2.12",
1187 "once_cell",
1188 "regex-lite",
1189 "tracing",
1190]
1191
1192[[package]]
1193name = "aws-sdk-s3"
1194version = "1.68.0"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "bc5ddf1dc70287dc9a2f953766a1fe15e3e74aef02fd1335f2afa475c9b4f4fc"
1197dependencies = [
1198 "aws-credential-types",
1199 "aws-runtime",
1200 "aws-sigv4",
1201 "aws-smithy-async",
1202 "aws-smithy-checksums",
1203 "aws-smithy-eventstream",
1204 "aws-smithy-http",
1205 "aws-smithy-json",
1206 "aws-smithy-runtime",
1207 "aws-smithy-runtime-api",
1208 "aws-smithy-types",
1209 "aws-smithy-xml",
1210 "aws-types",
1211 "bytes 1.9.0",
1212 "fastrand 2.3.0",
1213 "hex",
1214 "hmac",
1215 "http 0.2.12",
1216 "http-body 0.4.6",
1217 "lru",
1218 "once_cell",
1219 "percent-encoding",
1220 "regex-lite",
1221 "sha2",
1222 "tracing",
1223 "url",
1224]
1225
1226[[package]]
1227name = "aws-sdk-sso"
1228version = "1.53.0"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "1605dc0bf9f0a4b05b451441a17fcb0bda229db384f23bf5cead3adbab0664ac"
1231dependencies = [
1232 "aws-credential-types",
1233 "aws-runtime",
1234 "aws-smithy-async",
1235 "aws-smithy-http",
1236 "aws-smithy-json",
1237 "aws-smithy-runtime",
1238 "aws-smithy-runtime-api",
1239 "aws-smithy-types",
1240 "aws-types",
1241 "bytes 1.9.0",
1242 "http 0.2.12",
1243 "once_cell",
1244 "regex-lite",
1245 "tracing",
1246]
1247
1248[[package]]
1249name = "aws-sdk-ssooidc"
1250version = "1.54.0"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "59f3f73466ff24f6ad109095e0f3f2c830bfb4cd6c8b12f744c8e61ebf4d3ba1"
1253dependencies = [
1254 "aws-credential-types",
1255 "aws-runtime",
1256 "aws-smithy-async",
1257 "aws-smithy-http",
1258 "aws-smithy-json",
1259 "aws-smithy-runtime",
1260 "aws-smithy-runtime-api",
1261 "aws-smithy-types",
1262 "aws-types",
1263 "bytes 1.9.0",
1264 "http 0.2.12",
1265 "once_cell",
1266 "regex-lite",
1267 "tracing",
1268]
1269
1270[[package]]
1271name = "aws-sdk-sts"
1272version = "1.54.0"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "249b2acaa8e02fd4718705a9494e3eb633637139aa4bb09d70965b0448e865db"
1275dependencies = [
1276 "aws-credential-types",
1277 "aws-runtime",
1278 "aws-smithy-async",
1279 "aws-smithy-http",
1280 "aws-smithy-json",
1281 "aws-smithy-query",
1282 "aws-smithy-runtime",
1283 "aws-smithy-runtime-api",
1284 "aws-smithy-types",
1285 "aws-smithy-xml",
1286 "aws-types",
1287 "http 0.2.12",
1288 "once_cell",
1289 "regex-lite",
1290 "tracing",
1291]
1292
1293[[package]]
1294name = "aws-sigv4"
1295version = "1.2.6"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "7d3820e0c08d0737872ff3c7c1f21ebbb6693d832312d6152bf18ef50a5471c2"
1298dependencies = [
1299 "aws-credential-types",
1300 "aws-smithy-eventstream",
1301 "aws-smithy-http",
1302 "aws-smithy-runtime-api",
1303 "aws-smithy-types",
1304 "bytes 1.9.0",
1305 "crypto-bigint 0.5.5",
1306 "form_urlencoded",
1307 "hex",
1308 "hmac",
1309 "http 0.2.12",
1310 "http 1.2.0",
1311 "once_cell",
1312 "p256",
1313 "percent-encoding",
1314 "ring",
1315 "sha2",
1316 "subtle",
1317 "time",
1318 "tracing",
1319 "zeroize",
1320]
1321
1322[[package]]
1323name = "aws-smithy-async"
1324version = "1.2.3"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "427cb637d15d63d6f9aae26358e1c9a9c09d5aa490d64b09354c8217cfef0f28"
1327dependencies = [
1328 "futures-util",
1329 "pin-project-lite",
1330 "tokio",
1331]
1332
1333[[package]]
1334name = "aws-smithy-checksums"
1335version = "0.60.13"
1336source = "registry+https://github.com/rust-lang/crates.io-index"
1337checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
1338dependencies = [
1339 "aws-smithy-http",
1340 "aws-smithy-types",
1341 "bytes 1.9.0",
1342 "crc32c",
1343 "crc32fast",
1344 "hex",
1345 "http 0.2.12",
1346 "http-body 0.4.6",
1347 "md-5",
1348 "pin-project-lite",
1349 "sha1",
1350 "sha2",
1351 "tracing",
1352]
1353
1354[[package]]
1355name = "aws-smithy-eventstream"
1356version = "0.60.5"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
1359dependencies = [
1360 "aws-smithy-types",
1361 "bytes 1.9.0",
1362 "crc32fast",
1363]
1364
1365[[package]]
1366name = "aws-smithy-http"
1367version = "0.60.11"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
1370dependencies = [
1371 "aws-smithy-eventstream",
1372 "aws-smithy-runtime-api",
1373 "aws-smithy-types",
1374 "bytes 1.9.0",
1375 "bytes-utils",
1376 "futures-core",
1377 "http 0.2.12",
1378 "http-body 0.4.6",
1379 "once_cell",
1380 "percent-encoding",
1381 "pin-project-lite",
1382 "pin-utils",
1383 "tracing",
1384]
1385
1386[[package]]
1387name = "aws-smithy-json"
1388version = "0.61.1"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "ee4e69cc50921eb913c6b662f8d909131bb3e6ad6cb6090d3a39b66fc5c52095"
1391dependencies = [
1392 "aws-smithy-types",
1393]
1394
1395[[package]]
1396name = "aws-smithy-query"
1397version = "0.60.7"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1400dependencies = [
1401 "aws-smithy-types",
1402 "urlencoding",
1403]
1404
1405[[package]]
1406name = "aws-smithy-runtime"
1407version = "1.7.6"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "a05dd41a70fc74051758ee75b5c4db2c0ca070ed9229c3df50e9475cda1cb985"
1410dependencies = [
1411 "aws-smithy-async",
1412 "aws-smithy-http",
1413 "aws-smithy-runtime-api",
1414 "aws-smithy-types",
1415 "bytes 1.9.0",
1416 "fastrand 2.3.0",
1417 "h2 0.3.26",
1418 "http 0.2.12",
1419 "http-body 0.4.6",
1420 "http-body 1.0.1",
1421 "httparse",
1422 "hyper 0.14.32",
1423 "hyper-rustls 0.24.2",
1424 "once_cell",
1425 "pin-project-lite",
1426 "pin-utils",
1427 "rustls 0.21.12",
1428 "tokio",
1429 "tracing",
1430]
1431
1432[[package]]
1433name = "aws-smithy-runtime-api"
1434version = "1.7.3"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1437dependencies = [
1438 "aws-smithy-async",
1439 "aws-smithy-types",
1440 "bytes 1.9.0",
1441 "http 0.2.12",
1442 "http 1.2.0",
1443 "pin-project-lite",
1444 "tokio",
1445 "tracing",
1446 "zeroize",
1447]
1448
1449[[package]]
1450name = "aws-smithy-types"
1451version = "1.2.11"
1452source = "registry+https://github.com/rust-lang/crates.io-index"
1453checksum = "38ddc9bd6c28aeb303477170ddd183760a956a03e083b3902a990238a7e3792d"
1454dependencies = [
1455 "base64-simd",
1456 "bytes 1.9.0",
1457 "bytes-utils",
1458 "futures-core",
1459 "http 0.2.12",
1460 "http 1.2.0",
1461 "http-body 0.4.6",
1462 "http-body 1.0.1",
1463 "http-body-util",
1464 "itoa",
1465 "num-integer",
1466 "pin-project-lite",
1467 "pin-utils",
1468 "ryu",
1469 "serde",
1470 "time",
1471 "tokio",
1472 "tokio-util",
1473]
1474
1475[[package]]
1476name = "aws-smithy-xml"
1477version = "0.60.9"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1480dependencies = [
1481 "xmlparser",
1482]
1483
1484[[package]]
1485name = "aws-types"
1486version = "1.3.3"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1489dependencies = [
1490 "aws-credential-types",
1491 "aws-smithy-async",
1492 "aws-smithy-runtime-api",
1493 "aws-smithy-types",
1494 "rustc_version",
1495 "tracing",
1496]
1497
1498[[package]]
1499name = "axum"
1500version = "0.6.20"
1501source = "registry+https://github.com/rust-lang/crates.io-index"
1502checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1503dependencies = [
1504 "async-trait",
1505 "axum-core",
1506 "base64 0.21.7",
1507 "bitflags 1.3.2",
1508 "bytes 1.9.0",
1509 "futures-util",
1510 "headers",
1511 "http 0.2.12",
1512 "http-body 0.4.6",
1513 "hyper 0.14.32",
1514 "itoa",
1515 "matchit",
1516 "memchr",
1517 "mime",
1518 "percent-encoding",
1519 "pin-project-lite",
1520 "rustversion",
1521 "serde",
1522 "serde_json",
1523 "serde_path_to_error",
1524 "serde_urlencoded",
1525 "sha1",
1526 "sync_wrapper 0.1.2",
1527 "tokio",
1528 "tokio-tungstenite 0.20.1",
1529 "tower",
1530 "tower-layer",
1531 "tower-service",
1532]
1533
1534[[package]]
1535name = "axum-core"
1536version = "0.3.4"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1539dependencies = [
1540 "async-trait",
1541 "bytes 1.9.0",
1542 "futures-util",
1543 "http 0.2.12",
1544 "http-body 0.4.6",
1545 "mime",
1546 "rustversion",
1547 "tower-layer",
1548 "tower-service",
1549]
1550
1551[[package]]
1552name = "axum-extra"
1553version = "0.4.2"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1556dependencies = [
1557 "axum",
1558 "bytes 1.9.0",
1559 "futures-util",
1560 "http 0.2.12",
1561 "mime",
1562 "pin-project-lite",
1563 "serde",
1564 "serde_json",
1565 "tokio",
1566 "tower",
1567 "tower-http 0.3.5",
1568 "tower-layer",
1569 "tower-service",
1570]
1571
1572[[package]]
1573name = "backtrace"
1574version = "0.3.74"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1577dependencies = [
1578 "addr2line",
1579 "cfg-if",
1580 "libc",
1581 "miniz_oxide",
1582 "object",
1583 "rustc-demangle",
1584 "windows-targets 0.52.6",
1585]
1586
1587[[package]]
1588name = "base16ct"
1589version = "0.1.1"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1592
1593[[package]]
1594name = "base64"
1595version = "0.13.1"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1598
1599[[package]]
1600name = "base64"
1601version = "0.21.7"
1602source = "registry+https://github.com/rust-lang/crates.io-index"
1603checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1604
1605[[package]]
1606name = "base64"
1607version = "0.22.1"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1610
1611[[package]]
1612name = "base64-simd"
1613version = "0.8.0"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1616dependencies = [
1617 "outref",
1618 "vsimd",
1619]
1620
1621[[package]]
1622name = "base64ct"
1623version = "1.6.0"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1626
1627[[package]]
1628name = "bigdecimal"
1629version = "0.4.7"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1632dependencies = [
1633 "autocfg",
1634 "libm",
1635 "num-bigint",
1636 "num-integer",
1637 "num-traits",
1638 "serde",
1639]
1640
1641[[package]]
1642name = "bincode"
1643version = "1.3.3"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1646dependencies = [
1647 "serde",
1648]
1649
1650[[package]]
1651name = "bindgen"
1652version = "0.70.1"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1655dependencies = [
1656 "bitflags 2.6.0",
1657 "cexpr",
1658 "clang-sys",
1659 "itertools 0.12.1",
1660 "log",
1661 "prettyplease",
1662 "proc-macro2",
1663 "quote",
1664 "regex",
1665 "rustc-hash 1.1.0",
1666 "shlex",
1667 "syn 2.0.90",
1668]
1669
1670[[package]]
1671name = "bit-set"
1672version = "0.5.3"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1675dependencies = [
1676 "bit-vec 0.6.3",
1677]
1678
1679[[package]]
1680name = "bit-set"
1681version = "0.8.0"
1682source = "registry+https://github.com/rust-lang/crates.io-index"
1683checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1684dependencies = [
1685 "bit-vec 0.8.0",
1686]
1687
1688[[package]]
1689name = "bit-vec"
1690version = "0.6.3"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1693
1694[[package]]
1695name = "bit-vec"
1696version = "0.8.0"
1697source = "registry+https://github.com/rust-lang/crates.io-index"
1698checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1699
1700[[package]]
1701name = "bit_field"
1702version = "0.10.2"
1703source = "registry+https://github.com/rust-lang/crates.io-index"
1704checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1705
1706[[package]]
1707name = "bitflags"
1708version = "1.3.2"
1709source = "registry+https://github.com/rust-lang/crates.io-index"
1710checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1711
1712[[package]]
1713name = "bitflags"
1714version = "2.6.0"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1717dependencies = [
1718 "serde",
1719]
1720
1721[[package]]
1722name = "bitstream-io"
1723version = "2.6.0"
1724source = "registry+https://github.com/rust-lang/crates.io-index"
1725checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1726
1727[[package]]
1728name = "bitvec"
1729version = "1.0.1"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1732dependencies = [
1733 "funty",
1734 "radium",
1735 "tap",
1736 "wyz",
1737]
1738
1739[[package]]
1740name = "blade-graphics"
1741version = "0.6.0"
1742source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1743dependencies = [
1744 "ash",
1745 "ash-window",
1746 "bitflags 2.6.0",
1747 "bytemuck",
1748 "codespan-reporting",
1749 "glow",
1750 "gpu-alloc",
1751 "gpu-alloc-ash",
1752 "hidden-trait",
1753 "js-sys",
1754 "khronos-egl",
1755 "libloading",
1756 "log",
1757 "mint",
1758 "naga",
1759 "objc2",
1760 "objc2-app-kit",
1761 "objc2-foundation",
1762 "objc2-metal",
1763 "objc2-quartz-core",
1764 "objc2-ui-kit",
1765 "raw-window-handle",
1766 "slab",
1767 "wasm-bindgen",
1768 "web-sys",
1769]
1770
1771[[package]]
1772name = "blade-macros"
1773version = "0.3.0"
1774source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1775dependencies = [
1776 "proc-macro2",
1777 "quote",
1778 "syn 2.0.90",
1779]
1780
1781[[package]]
1782name = "blade-util"
1783version = "0.2.0"
1784source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1785dependencies = [
1786 "blade-graphics",
1787 "bytemuck",
1788 "log",
1789 "profiling",
1790]
1791
1792[[package]]
1793name = "blake3"
1794version = "1.5.5"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
1797dependencies = [
1798 "arrayref",
1799 "arrayvec",
1800 "cc",
1801 "cfg-if",
1802 "constant_time_eq 0.3.1",
1803]
1804
1805[[package]]
1806name = "block"
1807version = "0.1.6"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1810
1811[[package]]
1812name = "block-buffer"
1813version = "0.10.4"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1816dependencies = [
1817 "generic-array",
1818]
1819
1820[[package]]
1821name = "block-padding"
1822version = "0.3.3"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1825dependencies = [
1826 "generic-array",
1827]
1828
1829[[package]]
1830name = "block2"
1831version = "0.5.1"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
1834dependencies = [
1835 "objc2",
1836]
1837
1838[[package]]
1839name = "blocking"
1840version = "1.6.1"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1843dependencies = [
1844 "async-channel 2.3.1",
1845 "async-task",
1846 "futures-io",
1847 "futures-lite 2.5.0",
1848 "piper",
1849]
1850
1851[[package]]
1852name = "borsh"
1853version = "1.5.3"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
1856dependencies = [
1857 "borsh-derive",
1858 "cfg_aliases 0.2.1",
1859]
1860
1861[[package]]
1862name = "borsh-derive"
1863version = "1.5.3"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
1866dependencies = [
1867 "once_cell",
1868 "proc-macro-crate",
1869 "proc-macro2",
1870 "quote",
1871 "syn 2.0.90",
1872]
1873
1874[[package]]
1875name = "breadcrumbs"
1876version = "0.1.0"
1877dependencies = [
1878 "editor",
1879 "gpui",
1880 "itertools 0.14.0",
1881 "theme",
1882 "ui",
1883 "workspace",
1884 "zed_actions",
1885]
1886
1887[[package]]
1888name = "bstr"
1889version = "1.11.1"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
1892dependencies = [
1893 "memchr",
1894 "regex-automata 0.4.9",
1895 "serde",
1896]
1897
1898[[package]]
1899name = "built"
1900version = "0.7.5"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
1903
1904[[package]]
1905name = "bumpalo"
1906version = "3.16.0"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1909
1910[[package]]
1911name = "by_address"
1912version = "1.2.1"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1915
1916[[package]]
1917name = "bytecheck"
1918version = "0.6.12"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1921dependencies = [
1922 "bytecheck_derive",
1923 "ptr_meta",
1924 "simdutf8",
1925]
1926
1927[[package]]
1928name = "bytecheck_derive"
1929version = "0.6.12"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1932dependencies = [
1933 "proc-macro2",
1934 "quote",
1935 "syn 1.0.109",
1936]
1937
1938[[package]]
1939name = "bytemuck"
1940version = "1.21.0"
1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
1943dependencies = [
1944 "bytemuck_derive",
1945]
1946
1947[[package]]
1948name = "bytemuck_derive"
1949version = "1.8.0"
1950source = "registry+https://github.com/rust-lang/crates.io-index"
1951checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
1952dependencies = [
1953 "proc-macro2",
1954 "quote",
1955 "syn 2.0.90",
1956]
1957
1958[[package]]
1959name = "byteorder"
1960version = "1.5.0"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1963
1964[[package]]
1965name = "byteorder-lite"
1966version = "0.1.0"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1969
1970[[package]]
1971name = "bytes"
1972version = "0.4.12"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1975dependencies = [
1976 "byteorder",
1977 "iovec",
1978]
1979
1980[[package]]
1981name = "bytes"
1982version = "1.9.0"
1983source = "registry+https://github.com/rust-lang/crates.io-index"
1984checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
1985
1986[[package]]
1987name = "bytes-utils"
1988version = "0.1.4"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1991dependencies = [
1992 "bytes 1.9.0",
1993 "either",
1994]
1995
1996[[package]]
1997name = "bzip2"
1998version = "0.4.4"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2001dependencies = [
2002 "bzip2-sys",
2003 "libc",
2004]
2005
2006[[package]]
2007name = "bzip2-sys"
2008version = "0.1.11+1.0.8"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2011dependencies = [
2012 "cc",
2013 "libc",
2014 "pkg-config",
2015]
2016
2017[[package]]
2018name = "call"
2019version = "0.1.0"
2020dependencies = [
2021 "anyhow",
2022 "audio",
2023 "client",
2024 "collections",
2025 "feature_flags",
2026 "fs",
2027 "futures 0.3.31",
2028 "gpui",
2029 "http_client",
2030 "language",
2031 "livekit_client",
2032 "livekit_client_macos",
2033 "log",
2034 "postage",
2035 "project",
2036 "schemars",
2037 "serde",
2038 "serde_derive",
2039 "settings",
2040 "telemetry",
2041 "util",
2042]
2043
2044[[package]]
2045name = "calloop"
2046version = "0.13.0"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2049dependencies = [
2050 "bitflags 2.6.0",
2051 "log",
2052 "polling",
2053 "rustix",
2054 "slab",
2055 "thiserror 1.0.69",
2056]
2057
2058[[package]]
2059name = "calloop-wayland-source"
2060version = "0.3.0"
2061source = "registry+https://github.com/rust-lang/crates.io-index"
2062checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2063dependencies = [
2064 "calloop",
2065 "rustix",
2066 "wayland-backend",
2067 "wayland-client",
2068]
2069
2070[[package]]
2071name = "camino"
2072version = "1.1.9"
2073source = "registry+https://github.com/rust-lang/crates.io-index"
2074checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2075dependencies = [
2076 "serde",
2077]
2078
2079[[package]]
2080name = "cap-fs-ext"
2081version = "3.4.2"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2084dependencies = [
2085 "cap-primitives",
2086 "cap-std",
2087 "io-lifetimes",
2088 "windows-sys 0.59.0",
2089]
2090
2091[[package]]
2092name = "cap-net-ext"
2093version = "3.4.2"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2096dependencies = [
2097 "cap-primitives",
2098 "cap-std",
2099 "rustix",
2100 "smallvec",
2101]
2102
2103[[package]]
2104name = "cap-primitives"
2105version = "3.4.2"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2108dependencies = [
2109 "ambient-authority",
2110 "fs-set-times",
2111 "io-extras",
2112 "io-lifetimes",
2113 "ipnet",
2114 "maybe-owned",
2115 "rustix",
2116 "windows-sys 0.59.0",
2117 "winx",
2118]
2119
2120[[package]]
2121name = "cap-rand"
2122version = "3.4.2"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2125dependencies = [
2126 "ambient-authority",
2127 "rand 0.8.5",
2128]
2129
2130[[package]]
2131name = "cap-std"
2132version = "3.4.2"
2133source = "registry+https://github.com/rust-lang/crates.io-index"
2134checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2135dependencies = [
2136 "cap-primitives",
2137 "io-extras",
2138 "io-lifetimes",
2139 "rustix",
2140]
2141
2142[[package]]
2143name = "cap-time-ext"
2144version = "3.4.2"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2147dependencies = [
2148 "ambient-authority",
2149 "cap-primitives",
2150 "iana-time-zone",
2151 "once_cell",
2152 "rustix",
2153 "winx",
2154]
2155
2156[[package]]
2157name = "cargo-platform"
2158version = "0.1.9"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2161dependencies = [
2162 "serde",
2163]
2164
2165[[package]]
2166name = "cargo_metadata"
2167version = "0.19.1"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
2170dependencies = [
2171 "camino",
2172 "cargo-platform",
2173 "semver",
2174 "serde",
2175 "serde_json",
2176 "thiserror 2.0.6",
2177]
2178
2179[[package]]
2180name = "cargo_toml"
2181version = "0.21.0"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2184dependencies = [
2185 "serde",
2186 "toml 0.8.19",
2187]
2188
2189[[package]]
2190name = "cast"
2191version = "0.3.0"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2194
2195[[package]]
2196name = "cbc"
2197version = "0.1.2"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2200dependencies = [
2201 "cipher",
2202]
2203
2204[[package]]
2205name = "cbindgen"
2206version = "0.27.0"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2209dependencies = [
2210 "heck 0.4.1",
2211 "indexmap",
2212 "log",
2213 "proc-macro2",
2214 "quote",
2215 "serde",
2216 "serde_json",
2217 "syn 2.0.90",
2218 "tempfile",
2219 "toml 0.8.19",
2220]
2221
2222[[package]]
2223name = "cc"
2224version = "1.2.3"
2225source = "registry+https://github.com/rust-lang/crates.io-index"
2226checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2227dependencies = [
2228 "jobserver",
2229 "libc",
2230 "shlex",
2231]
2232
2233[[package]]
2234name = "cesu8"
2235version = "1.1.0"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2238
2239[[package]]
2240name = "cexpr"
2241version = "0.6.0"
2242source = "registry+https://github.com/rust-lang/crates.io-index"
2243checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2244dependencies = [
2245 "nom",
2246]
2247
2248[[package]]
2249name = "cfg-expr"
2250version = "0.15.8"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2253dependencies = [
2254 "smallvec",
2255 "target-lexicon",
2256]
2257
2258[[package]]
2259name = "cfg-if"
2260version = "1.0.0"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2263
2264[[package]]
2265name = "cfg_aliases"
2266version = "0.1.1"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2269
2270[[package]]
2271name = "cfg_aliases"
2272version = "0.2.1"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2275
2276[[package]]
2277name = "channel"
2278version = "0.1.0"
2279dependencies = [
2280 "anyhow",
2281 "client",
2282 "clock",
2283 "collections",
2284 "futures 0.3.31",
2285 "gpui",
2286 "http_client",
2287 "language",
2288 "log",
2289 "rand 0.8.5",
2290 "release_channel",
2291 "rpc",
2292 "settings",
2293 "sum_tree",
2294 "text",
2295 "time",
2296 "util",
2297]
2298
2299[[package]]
2300name = "chrono"
2301version = "0.4.39"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2304dependencies = [
2305 "android-tzdata",
2306 "iana-time-zone",
2307 "js-sys",
2308 "num-traits",
2309 "serde",
2310 "wasm-bindgen",
2311 "windows-targets 0.52.6",
2312]
2313
2314[[package]]
2315name = "chunked_transfer"
2316version = "1.5.0"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2319
2320[[package]]
2321name = "ciborium"
2322version = "0.2.2"
2323source = "registry+https://github.com/rust-lang/crates.io-index"
2324checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2325dependencies = [
2326 "ciborium-io",
2327 "ciborium-ll",
2328 "serde",
2329]
2330
2331[[package]]
2332name = "ciborium-io"
2333version = "0.2.2"
2334source = "registry+https://github.com/rust-lang/crates.io-index"
2335checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2336
2337[[package]]
2338name = "ciborium-ll"
2339version = "0.2.2"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2342dependencies = [
2343 "ciborium-io",
2344 "half",
2345]
2346
2347[[package]]
2348name = "cipher"
2349version = "0.4.4"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2352dependencies = [
2353 "crypto-common",
2354 "inout",
2355 "zeroize",
2356]
2357
2358[[package]]
2359name = "clang-sys"
2360version = "1.8.1"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2363dependencies = [
2364 "glob",
2365 "libc",
2366 "libloading",
2367]
2368
2369[[package]]
2370name = "clap"
2371version = "4.5.23"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
2374dependencies = [
2375 "clap_builder",
2376 "clap_derive",
2377]
2378
2379[[package]]
2380name = "clap_builder"
2381version = "4.5.23"
2382source = "registry+https://github.com/rust-lang/crates.io-index"
2383checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
2384dependencies = [
2385 "anstream",
2386 "anstyle",
2387 "clap_lex",
2388 "strsim",
2389 "terminal_size",
2390]
2391
2392[[package]]
2393name = "clap_complete"
2394version = "4.5.38"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2397dependencies = [
2398 "clap",
2399]
2400
2401[[package]]
2402name = "clap_derive"
2403version = "4.5.18"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2406dependencies = [
2407 "heck 0.5.0",
2408 "proc-macro2",
2409 "quote",
2410 "syn 2.0.90",
2411]
2412
2413[[package]]
2414name = "clap_lex"
2415version = "0.7.4"
2416source = "registry+https://github.com/rust-lang/crates.io-index"
2417checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2418
2419[[package]]
2420name = "cli"
2421version = "0.1.0"
2422dependencies = [
2423 "anyhow",
2424 "clap",
2425 "collections",
2426 "core-foundation 0.9.4",
2427 "core-services",
2428 "exec",
2429 "fork",
2430 "ipc-channel",
2431 "parking_lot",
2432 "paths",
2433 "plist",
2434 "release_channel",
2435 "serde",
2436 "tempfile",
2437 "util",
2438]
2439
2440[[package]]
2441name = "client"
2442version = "0.1.0"
2443dependencies = [
2444 "anyhow",
2445 "async-native-tls",
2446 "async-recursion 0.3.2",
2447 "async-tungstenite 0.28.2",
2448 "chrono",
2449 "clock",
2450 "cocoa 0.26.0",
2451 "collections",
2452 "feature_flags",
2453 "futures 0.3.31",
2454 "gpui",
2455 "http_client",
2456 "log",
2457 "parking_lot",
2458 "paths",
2459 "postage",
2460 "rand 0.8.5",
2461 "release_channel",
2462 "rpc",
2463 "rustls 0.21.12",
2464 "rustls-native-certs 0.8.1",
2465 "schemars",
2466 "serde",
2467 "serde_json",
2468 "settings",
2469 "sha2",
2470 "smol",
2471 "telemetry",
2472 "telemetry_events",
2473 "text",
2474 "thiserror 1.0.69",
2475 "time",
2476 "tiny_http",
2477 "tokio-socks",
2478 "url",
2479 "util",
2480 "windows 0.58.0",
2481 "worktree",
2482]
2483
2484[[package]]
2485name = "clock"
2486version = "0.1.0"
2487dependencies = [
2488 "parking_lot",
2489 "serde",
2490 "smallvec",
2491]
2492
2493[[package]]
2494name = "cobs"
2495version = "0.2.3"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2498
2499[[package]]
2500name = "cocoa"
2501version = "0.25.0"
2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2504dependencies = [
2505 "bitflags 1.3.2",
2506 "block",
2507 "cocoa-foundation 0.1.2",
2508 "core-foundation 0.9.4",
2509 "core-graphics 0.23.2",
2510 "foreign-types 0.5.0",
2511 "libc",
2512 "objc",
2513]
2514
2515[[package]]
2516name = "cocoa"
2517version = "0.26.0"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2520dependencies = [
2521 "bitflags 2.6.0",
2522 "block",
2523 "cocoa-foundation 0.2.0",
2524 "core-foundation 0.10.0",
2525 "core-graphics 0.24.0",
2526 "foreign-types 0.5.0",
2527 "libc",
2528 "objc",
2529]
2530
2531[[package]]
2532name = "cocoa-foundation"
2533version = "0.1.2"
2534source = "registry+https://github.com/rust-lang/crates.io-index"
2535checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2536dependencies = [
2537 "bitflags 1.3.2",
2538 "block",
2539 "core-foundation 0.9.4",
2540 "core-graphics-types 0.1.3",
2541 "libc",
2542 "objc",
2543]
2544
2545[[package]]
2546name = "cocoa-foundation"
2547version = "0.2.0"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2550dependencies = [
2551 "bitflags 2.6.0",
2552 "block",
2553 "core-foundation 0.10.0",
2554 "core-graphics-types 0.2.0",
2555 "libc",
2556 "objc",
2557]
2558
2559[[package]]
2560name = "codespan-reporting"
2561version = "0.11.1"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2564dependencies = [
2565 "termcolor",
2566 "unicode-width",
2567]
2568
2569[[package]]
2570name = "collab"
2571version = "0.44.0"
2572dependencies = [
2573 "anthropic",
2574 "anyhow",
2575 "assistant",
2576 "assistant_tool",
2577 "async-stripe",
2578 "async-trait",
2579 "async-tungstenite 0.28.2",
2580 "audio",
2581 "aws-config",
2582 "aws-sdk-kinesis",
2583 "aws-sdk-s3",
2584 "axum",
2585 "axum-extra",
2586 "base64 0.22.1",
2587 "call",
2588 "channel",
2589 "chrono",
2590 "client",
2591 "clock",
2592 "collab_ui",
2593 "collections",
2594 "context_server",
2595 "ctor",
2596 "dashmap 6.1.0",
2597 "derive_more",
2598 "editor",
2599 "env_logger 0.11.6",
2600 "envy",
2601 "extension",
2602 "file_finder",
2603 "fireworks",
2604 "fs",
2605 "futures 0.3.31",
2606 "git",
2607 "git_hosting_providers",
2608 "google_ai",
2609 "gpui",
2610 "hex",
2611 "http_client",
2612 "hyper 0.14.32",
2613 "indoc",
2614 "jsonwebtoken",
2615 "language",
2616 "language_model",
2617 "livekit_client",
2618 "livekit_client_macos",
2619 "livekit_server",
2620 "log",
2621 "lsp",
2622 "menu",
2623 "multi_buffer",
2624 "nanoid",
2625 "node_runtime",
2626 "notifications",
2627 "open_ai",
2628 "parking_lot",
2629 "pretty_assertions",
2630 "project",
2631 "prometheus",
2632 "prost 0.9.0",
2633 "rand 0.8.5",
2634 "recent_projects",
2635 "release_channel",
2636 "remote",
2637 "remote_server",
2638 "reqwest 0.11.27",
2639 "reqwest_client",
2640 "rpc",
2641 "rustc-demangle",
2642 "scrypt",
2643 "sea-orm",
2644 "semantic_version",
2645 "semver",
2646 "serde",
2647 "serde_derive",
2648 "serde_json",
2649 "session",
2650 "settings",
2651 "sha2",
2652 "sqlx",
2653 "strum",
2654 "subtle",
2655 "supermaven_api",
2656 "telemetry_events",
2657 "text",
2658 "theme",
2659 "thiserror 1.0.69",
2660 "time",
2661 "tokio",
2662 "toml 0.8.19",
2663 "tower",
2664 "tower-http 0.4.4",
2665 "tracing",
2666 "tracing-subscriber",
2667 "unindent",
2668 "util",
2669 "uuid",
2670 "workspace",
2671 "worktree",
2672]
2673
2674[[package]]
2675name = "collab_ui"
2676version = "0.1.0"
2677dependencies = [
2678 "anyhow",
2679 "call",
2680 "channel",
2681 "chrono",
2682 "client",
2683 "collections",
2684 "db",
2685 "editor",
2686 "emojis",
2687 "futures 0.3.31",
2688 "fuzzy",
2689 "gpui",
2690 "http_client",
2691 "language",
2692 "menu",
2693 "notifications",
2694 "picker",
2695 "pretty_assertions",
2696 "project",
2697 "release_channel",
2698 "rich_text",
2699 "rpc",
2700 "schemars",
2701 "serde",
2702 "serde_derive",
2703 "serde_json",
2704 "settings",
2705 "smallvec",
2706 "story",
2707 "telemetry",
2708 "theme",
2709 "time",
2710 "time_format",
2711 "title_bar",
2712 "tree-sitter-md",
2713 "ui",
2714 "util",
2715 "workspace",
2716]
2717
2718[[package]]
2719name = "collections"
2720version = "0.1.0"
2721dependencies = [
2722 "indexmap",
2723 "rustc-hash 2.1.0",
2724]
2725
2726[[package]]
2727name = "color_quant"
2728version = "1.1.0"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2731
2732[[package]]
2733name = "colorchoice"
2734version = "1.0.3"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
2736checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2737
2738[[package]]
2739name = "combine"
2740version = "4.6.7"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2743dependencies = [
2744 "bytes 1.9.0",
2745 "memchr",
2746]
2747
2748[[package]]
2749name = "command_palette"
2750version = "0.1.0"
2751dependencies = [
2752 "client",
2753 "collections",
2754 "command_palette_hooks",
2755 "ctor",
2756 "editor",
2757 "env_logger 0.11.6",
2758 "fuzzy",
2759 "go_to_line",
2760 "gpui",
2761 "language",
2762 "menu",
2763 "picker",
2764 "postage",
2765 "project",
2766 "serde",
2767 "serde_json",
2768 "settings",
2769 "telemetry",
2770 "theme",
2771 "ui",
2772 "util",
2773 "workspace",
2774 "zed_actions",
2775]
2776
2777[[package]]
2778name = "command_palette_hooks"
2779version = "0.1.0"
2780dependencies = [
2781 "collections",
2782 "derive_more",
2783 "gpui",
2784]
2785
2786[[package]]
2787name = "concurrent-queue"
2788version = "2.5.0"
2789source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2791dependencies = [
2792 "crossbeam-utils",
2793]
2794
2795[[package]]
2796name = "console"
2797version = "0.15.8"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2800dependencies = [
2801 "encode_unicode",
2802 "lazy_static",
2803 "libc",
2804 "unicode-width",
2805 "windows-sys 0.52.0",
2806]
2807
2808[[package]]
2809name = "const-oid"
2810version = "0.9.6"
2811source = "registry+https://github.com/rust-lang/crates.io-index"
2812checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2813
2814[[package]]
2815name = "const-random"
2816version = "0.1.18"
2817source = "registry+https://github.com/rust-lang/crates.io-index"
2818checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2819dependencies = [
2820 "const-random-macro",
2821]
2822
2823[[package]]
2824name = "const-random-macro"
2825version = "0.1.16"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2828dependencies = [
2829 "getrandom 0.2.15",
2830 "once_cell",
2831 "tiny-keccak",
2832]
2833
2834[[package]]
2835name = "constant_time_eq"
2836version = "0.1.5"
2837source = "registry+https://github.com/rust-lang/crates.io-index"
2838checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2839
2840[[package]]
2841name = "constant_time_eq"
2842version = "0.3.1"
2843source = "registry+https://github.com/rust-lang/crates.io-index"
2844checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2845
2846[[package]]
2847name = "context_server"
2848version = "0.1.0"
2849dependencies = [
2850 "anyhow",
2851 "assistant_tool",
2852 "collections",
2853 "command_palette_hooks",
2854 "context_server_settings",
2855 "extension",
2856 "futures 0.3.31",
2857 "gpui",
2858 "log",
2859 "parking_lot",
2860 "postage",
2861 "project",
2862 "serde",
2863 "serde_json",
2864 "settings",
2865 "smol",
2866 "url",
2867 "util",
2868 "workspace",
2869]
2870
2871[[package]]
2872name = "context_server_settings"
2873version = "0.1.0"
2874dependencies = [
2875 "anyhow",
2876 "collections",
2877 "gpui",
2878 "schemars",
2879 "serde",
2880 "serde_json",
2881 "settings",
2882]
2883
2884[[package]]
2885name = "convert_case"
2886version = "0.4.0"
2887source = "registry+https://github.com/rust-lang/crates.io-index"
2888checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2889
2890[[package]]
2891name = "convert_case"
2892version = "0.6.0"
2893source = "registry+https://github.com/rust-lang/crates.io-index"
2894checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2895dependencies = [
2896 "unicode-segmentation",
2897]
2898
2899[[package]]
2900name = "copilot"
2901version = "0.1.0"
2902dependencies = [
2903 "anyhow",
2904 "async-compression",
2905 "async-std",
2906 "async-tar",
2907 "chrono",
2908 "client",
2909 "clock",
2910 "collections",
2911 "command_palette_hooks",
2912 "editor",
2913 "fs",
2914 "futures 0.3.31",
2915 "gpui",
2916 "http_client",
2917 "indoc",
2918 "inline_completion",
2919 "language",
2920 "lsp",
2921 "menu",
2922 "node_runtime",
2923 "parking_lot",
2924 "paths",
2925 "project",
2926 "rpc",
2927 "schemars",
2928 "serde",
2929 "serde_json",
2930 "settings",
2931 "smol",
2932 "strum",
2933 "task",
2934 "theme",
2935 "ui",
2936 "util",
2937 "workspace",
2938]
2939
2940[[package]]
2941name = "core-foundation"
2942version = "0.9.4"
2943source = "registry+https://github.com/rust-lang/crates.io-index"
2944checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2945dependencies = [
2946 "core-foundation-sys",
2947 "libc",
2948]
2949
2950[[package]]
2951name = "core-foundation"
2952version = "0.10.0"
2953source = "registry+https://github.com/rust-lang/crates.io-index"
2954checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
2955dependencies = [
2956 "core-foundation-sys",
2957 "libc",
2958]
2959
2960[[package]]
2961name = "core-foundation-sys"
2962version = "0.8.7"
2963source = "registry+https://github.com/rust-lang/crates.io-index"
2964checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2965
2966[[package]]
2967name = "core-graphics"
2968version = "0.23.2"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2971dependencies = [
2972 "bitflags 1.3.2",
2973 "core-foundation 0.9.4",
2974 "core-graphics-types 0.1.3",
2975 "foreign-types 0.5.0",
2976 "libc",
2977]
2978
2979[[package]]
2980name = "core-graphics"
2981version = "0.24.0"
2982source = "registry+https://github.com/rust-lang/crates.io-index"
2983checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
2984dependencies = [
2985 "bitflags 2.6.0",
2986 "core-foundation 0.10.0",
2987 "core-graphics-types 0.2.0",
2988 "foreign-types 0.5.0",
2989 "libc",
2990]
2991
2992[[package]]
2993name = "core-graphics-types"
2994version = "0.1.3"
2995source = "registry+https://github.com/rust-lang/crates.io-index"
2996checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2997dependencies = [
2998 "bitflags 1.3.2",
2999 "core-foundation 0.9.4",
3000 "libc",
3001]
3002
3003[[package]]
3004name = "core-graphics-types"
3005version = "0.2.0"
3006source = "registry+https://github.com/rust-lang/crates.io-index"
3007checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3008dependencies = [
3009 "bitflags 2.6.0",
3010 "core-foundation 0.10.0",
3011 "libc",
3012]
3013
3014[[package]]
3015name = "core-services"
3016version = "0.2.1"
3017source = "registry+https://github.com/rust-lang/crates.io-index"
3018checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3019dependencies = [
3020 "core-foundation 0.9.4",
3021]
3022
3023[[package]]
3024name = "core-text"
3025version = "20.1.0"
3026source = "registry+https://github.com/rust-lang/crates.io-index"
3027checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3028dependencies = [
3029 "core-foundation 0.9.4",
3030 "core-graphics 0.23.2",
3031 "foreign-types 0.5.0",
3032 "libc",
3033]
3034
3035[[package]]
3036name = "coreaudio-rs"
3037version = "0.11.3"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3040dependencies = [
3041 "bitflags 1.3.2",
3042 "core-foundation-sys",
3043 "coreaudio-sys",
3044]
3045
3046[[package]]
3047name = "coreaudio-rs"
3048version = "0.12.1"
3049source = "registry+https://github.com/rust-lang/crates.io-index"
3050checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3051dependencies = [
3052 "bitflags 1.3.2",
3053 "core-foundation-sys",
3054 "coreaudio-sys",
3055]
3056
3057[[package]]
3058name = "coreaudio-sys"
3059version = "0.2.16"
3060source = "registry+https://github.com/rust-lang/crates.io-index"
3061checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3062dependencies = [
3063 "bindgen",
3064]
3065
3066[[package]]
3067name = "cosmic-text"
3068version = "0.11.2"
3069source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3070dependencies = [
3071 "bitflags 2.6.0",
3072 "fontdb",
3073 "log",
3074 "rangemap",
3075 "rayon",
3076 "rustc-hash 1.1.0",
3077 "rustybuzz",
3078 "self_cell",
3079 "swash",
3080 "sys-locale",
3081 "ttf-parser",
3082 "unicode-bidi",
3083 "unicode-linebreak",
3084 "unicode-script",
3085 "unicode-segmentation",
3086]
3087
3088[[package]]
3089name = "cpal"
3090version = "0.15.3"
3091source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3092dependencies = [
3093 "alsa",
3094 "core-foundation-sys",
3095 "coreaudio-rs 0.11.3",
3096 "dasp_sample",
3097 "jni",
3098 "js-sys",
3099 "libc",
3100 "mach2",
3101 "ndk",
3102 "ndk-context",
3103 "oboe",
3104 "wasm-bindgen",
3105 "wasm-bindgen-futures",
3106 "web-sys",
3107 "windows 0.54.0",
3108]
3109
3110[[package]]
3111name = "cpp_demangle"
3112version = "0.4.4"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3115dependencies = [
3116 "cfg-if",
3117]
3118
3119[[package]]
3120name = "cpufeatures"
3121version = "0.2.16"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3124dependencies = [
3125 "libc",
3126]
3127
3128[[package]]
3129name = "cranelift-bforest"
3130version = "0.111.2"
3131source = "registry+https://github.com/rust-lang/crates.io-index"
3132checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3133dependencies = [
3134 "cranelift-entity",
3135]
3136
3137[[package]]
3138name = "cranelift-bitset"
3139version = "0.111.2"
3140source = "registry+https://github.com/rust-lang/crates.io-index"
3141checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3142dependencies = [
3143 "serde",
3144 "serde_derive",
3145]
3146
3147[[package]]
3148name = "cranelift-codegen"
3149version = "0.111.2"
3150source = "registry+https://github.com/rust-lang/crates.io-index"
3151checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3152dependencies = [
3153 "bumpalo",
3154 "cranelift-bforest",
3155 "cranelift-bitset",
3156 "cranelift-codegen-meta",
3157 "cranelift-codegen-shared",
3158 "cranelift-control",
3159 "cranelift-entity",
3160 "cranelift-isle",
3161 "gimli 0.29.0",
3162 "hashbrown 0.14.5",
3163 "log",
3164 "regalloc2",
3165 "rustc-hash 1.1.0",
3166 "smallvec",
3167 "target-lexicon",
3168]
3169
3170[[package]]
3171name = "cranelift-codegen-meta"
3172version = "0.111.2"
3173source = "registry+https://github.com/rust-lang/crates.io-index"
3174checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3175dependencies = [
3176 "cranelift-codegen-shared",
3177]
3178
3179[[package]]
3180name = "cranelift-codegen-shared"
3181version = "0.111.2"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3184
3185[[package]]
3186name = "cranelift-control"
3187version = "0.111.2"
3188source = "registry+https://github.com/rust-lang/crates.io-index"
3189checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3190dependencies = [
3191 "arbitrary",
3192]
3193
3194[[package]]
3195name = "cranelift-entity"
3196version = "0.111.2"
3197source = "registry+https://github.com/rust-lang/crates.io-index"
3198checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3199dependencies = [
3200 "cranelift-bitset",
3201 "serde",
3202 "serde_derive",
3203]
3204
3205[[package]]
3206name = "cranelift-frontend"
3207version = "0.111.2"
3208source = "registry+https://github.com/rust-lang/crates.io-index"
3209checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3210dependencies = [
3211 "cranelift-codegen",
3212 "log",
3213 "smallvec",
3214 "target-lexicon",
3215]
3216
3217[[package]]
3218name = "cranelift-isle"
3219version = "0.111.2"
3220source = "registry+https://github.com/rust-lang/crates.io-index"
3221checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3222
3223[[package]]
3224name = "cranelift-native"
3225version = "0.111.2"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3228dependencies = [
3229 "cranelift-codegen",
3230 "libc",
3231 "target-lexicon",
3232]
3233
3234[[package]]
3235name = "cranelift-wasm"
3236version = "0.111.2"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3239dependencies = [
3240 "cranelift-codegen",
3241 "cranelift-entity",
3242 "cranelift-frontend",
3243 "itertools 0.12.1",
3244 "log",
3245 "smallvec",
3246 "wasmparser 0.215.0",
3247 "wasmtime-types",
3248]
3249
3250[[package]]
3251name = "crc"
3252version = "3.2.1"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3255dependencies = [
3256 "crc-catalog",
3257]
3258
3259[[package]]
3260name = "crc-catalog"
3261version = "2.4.0"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3264
3265[[package]]
3266name = "crc32c"
3267version = "0.6.8"
3268source = "registry+https://github.com/rust-lang/crates.io-index"
3269checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3270dependencies = [
3271 "rustc_version",
3272]
3273
3274[[package]]
3275name = "crc32fast"
3276version = "1.4.2"
3277source = "registry+https://github.com/rust-lang/crates.io-index"
3278checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3279dependencies = [
3280 "cfg-if",
3281]
3282
3283[[package]]
3284name = "criterion"
3285version = "0.5.1"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3288dependencies = [
3289 "anes",
3290 "cast",
3291 "ciborium",
3292 "clap",
3293 "criterion-plot",
3294 "is-terminal",
3295 "itertools 0.10.5",
3296 "num-traits",
3297 "once_cell",
3298 "oorandom",
3299 "plotters",
3300 "rayon",
3301 "regex",
3302 "serde",
3303 "serde_derive",
3304 "serde_json",
3305 "tinytemplate",
3306 "walkdir",
3307]
3308
3309[[package]]
3310name = "criterion-plot"
3311version = "0.5.0"
3312source = "registry+https://github.com/rust-lang/crates.io-index"
3313checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3314dependencies = [
3315 "cast",
3316 "itertools 0.10.5",
3317]
3318
3319[[package]]
3320name = "crossbeam-channel"
3321version = "0.5.13"
3322source = "registry+https://github.com/rust-lang/crates.io-index"
3323checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3324dependencies = [
3325 "crossbeam-utils",
3326]
3327
3328[[package]]
3329name = "crossbeam-deque"
3330version = "0.8.5"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3333dependencies = [
3334 "crossbeam-epoch",
3335 "crossbeam-utils",
3336]
3337
3338[[package]]
3339name = "crossbeam-epoch"
3340version = "0.9.18"
3341source = "registry+https://github.com/rust-lang/crates.io-index"
3342checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3343dependencies = [
3344 "crossbeam-utils",
3345]
3346
3347[[package]]
3348name = "crossbeam-queue"
3349version = "0.3.11"
3350source = "registry+https://github.com/rust-lang/crates.io-index"
3351checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3352dependencies = [
3353 "crossbeam-utils",
3354]
3355
3356[[package]]
3357name = "crossbeam-utils"
3358version = "0.8.20"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3361
3362[[package]]
3363name = "crunchy"
3364version = "0.2.2"
3365source = "registry+https://github.com/rust-lang/crates.io-index"
3366checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3367
3368[[package]]
3369name = "crypto-bigint"
3370version = "0.4.9"
3371source = "registry+https://github.com/rust-lang/crates.io-index"
3372checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3373dependencies = [
3374 "generic-array",
3375 "rand_core 0.6.4",
3376 "subtle",
3377 "zeroize",
3378]
3379
3380[[package]]
3381name = "crypto-bigint"
3382version = "0.5.5"
3383source = "registry+https://github.com/rust-lang/crates.io-index"
3384checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3385dependencies = [
3386 "rand_core 0.6.4",
3387 "subtle",
3388]
3389
3390[[package]]
3391name = "crypto-common"
3392version = "0.1.6"
3393source = "registry+https://github.com/rust-lang/crates.io-index"
3394checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3395dependencies = [
3396 "generic-array",
3397 "rand_core 0.6.4",
3398 "typenum",
3399]
3400
3401[[package]]
3402name = "ctor"
3403version = "0.2.9"
3404source = "registry+https://github.com/rust-lang/crates.io-index"
3405checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
3406dependencies = [
3407 "quote",
3408 "syn 2.0.90",
3409]
3410
3411[[package]]
3412name = "ctrlc"
3413version = "3.4.5"
3414source = "registry+https://github.com/rust-lang/crates.io-index"
3415checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3416dependencies = [
3417 "nix",
3418 "windows-sys 0.59.0",
3419]
3420
3421[[package]]
3422name = "cursor-icon"
3423version = "1.1.0"
3424source = "registry+https://github.com/rust-lang/crates.io-index"
3425checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3426
3427[[package]]
3428name = "cxx"
3429version = "1.0.134"
3430source = "registry+https://github.com/rust-lang/crates.io-index"
3431checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3432dependencies = [
3433 "cc",
3434 "cxxbridge-cmd",
3435 "cxxbridge-flags",
3436 "cxxbridge-macro",
3437 "foldhash",
3438 "link-cplusplus",
3439]
3440
3441[[package]]
3442name = "cxx-build"
3443version = "1.0.134"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3446dependencies = [
3447 "cc",
3448 "codespan-reporting",
3449 "proc-macro2",
3450 "quote",
3451 "scratch",
3452 "syn 2.0.90",
3453]
3454
3455[[package]]
3456name = "cxxbridge-cmd"
3457version = "1.0.134"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3460dependencies = [
3461 "clap",
3462 "codespan-reporting",
3463 "proc-macro2",
3464 "quote",
3465 "syn 2.0.90",
3466]
3467
3468[[package]]
3469name = "cxxbridge-flags"
3470version = "1.0.134"
3471source = "registry+https://github.com/rust-lang/crates.io-index"
3472checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3473
3474[[package]]
3475name = "cxxbridge-macro"
3476version = "1.0.134"
3477source = "registry+https://github.com/rust-lang/crates.io-index"
3478checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3479dependencies = [
3480 "proc-macro2",
3481 "quote",
3482 "rustversion",
3483 "syn 2.0.90",
3484]
3485
3486[[package]]
3487name = "dashmap"
3488version = "5.5.3"
3489source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3491dependencies = [
3492 "cfg-if",
3493 "hashbrown 0.14.5",
3494 "lock_api",
3495 "once_cell",
3496 "parking_lot_core",
3497]
3498
3499[[package]]
3500name = "dashmap"
3501version = "6.1.0"
3502source = "registry+https://github.com/rust-lang/crates.io-index"
3503checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3504dependencies = [
3505 "cfg-if",
3506 "crossbeam-utils",
3507 "hashbrown 0.14.5",
3508 "lock_api",
3509 "once_cell",
3510 "parking_lot_core",
3511]
3512
3513[[package]]
3514name = "dasp_sample"
3515version = "0.11.0"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3518
3519[[package]]
3520name = "data-encoding"
3521version = "2.6.0"
3522source = "registry+https://github.com/rust-lang/crates.io-index"
3523checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3524
3525[[package]]
3526name = "data-url"
3527version = "0.3.1"
3528source = "registry+https://github.com/rust-lang/crates.io-index"
3529checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3530
3531[[package]]
3532name = "db"
3533version = "0.1.0"
3534dependencies = [
3535 "anyhow",
3536 "gpui",
3537 "indoc",
3538 "log",
3539 "paths",
3540 "release_channel",
3541 "smol",
3542 "sqlez",
3543 "sqlez_macros",
3544 "tempfile",
3545 "util",
3546]
3547
3548[[package]]
3549name = "dbus"
3550version = "0.9.7"
3551source = "registry+https://github.com/rust-lang/crates.io-index"
3552checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3553dependencies = [
3554 "libc",
3555 "libdbus-sys",
3556 "winapi",
3557]
3558
3559[[package]]
3560name = "deflate64"
3561version = "0.1.9"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3564
3565[[package]]
3566name = "der"
3567version = "0.6.1"
3568source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3570dependencies = [
3571 "const-oid",
3572 "zeroize",
3573]
3574
3575[[package]]
3576name = "der"
3577version = "0.7.9"
3578source = "registry+https://github.com/rust-lang/crates.io-index"
3579checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3580dependencies = [
3581 "const-oid",
3582 "pem-rfc7468",
3583 "zeroize",
3584]
3585
3586[[package]]
3587name = "deranged"
3588version = "0.3.11"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3591dependencies = [
3592 "powerfmt",
3593 "serde",
3594]
3595
3596[[package]]
3597name = "derive_more"
3598version = "0.99.18"
3599source = "registry+https://github.com/rust-lang/crates.io-index"
3600checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3601dependencies = [
3602 "convert_case 0.4.0",
3603 "proc-macro2",
3604 "quote",
3605 "rustc_version",
3606 "syn 2.0.90",
3607]
3608
3609[[package]]
3610name = "derive_refineable"
3611version = "0.1.0"
3612dependencies = [
3613 "proc-macro2",
3614 "quote",
3615 "syn 1.0.109",
3616]
3617
3618[[package]]
3619name = "diagnostics"
3620version = "0.1.0"
3621dependencies = [
3622 "anyhow",
3623 "client",
3624 "collections",
3625 "ctor",
3626 "editor",
3627 "env_logger 0.11.6",
3628 "gpui",
3629 "language",
3630 "log",
3631 "lsp",
3632 "pretty_assertions",
3633 "project",
3634 "rand 0.8.5",
3635 "schemars",
3636 "serde",
3637 "serde_json",
3638 "settings",
3639 "theme",
3640 "ui",
3641 "unindent",
3642 "util",
3643 "workspace",
3644]
3645
3646[[package]]
3647name = "dialoguer"
3648version = "0.11.0"
3649source = "registry+https://github.com/rust-lang/crates.io-index"
3650checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3651dependencies = [
3652 "console",
3653 "fuzzy-matcher",
3654 "shell-words",
3655 "tempfile",
3656 "thiserror 1.0.69",
3657 "zeroize",
3658]
3659
3660[[package]]
3661name = "diff"
3662version = "0.1.13"
3663source = "registry+https://github.com/rust-lang/crates.io-index"
3664checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3665
3666[[package]]
3667name = "digest"
3668version = "0.10.7"
3669source = "registry+https://github.com/rust-lang/crates.io-index"
3670checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3671dependencies = [
3672 "block-buffer",
3673 "const-oid",
3674 "crypto-common",
3675 "subtle",
3676]
3677
3678[[package]]
3679name = "dirs"
3680version = "4.0.0"
3681source = "registry+https://github.com/rust-lang/crates.io-index"
3682checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3683dependencies = [
3684 "dirs-sys 0.3.7",
3685]
3686
3687[[package]]
3688name = "dirs"
3689version = "5.0.1"
3690source = "registry+https://github.com/rust-lang/crates.io-index"
3691checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3692dependencies = [
3693 "dirs-sys 0.4.1",
3694]
3695
3696[[package]]
3697name = "dirs-sys"
3698version = "0.3.7"
3699source = "registry+https://github.com/rust-lang/crates.io-index"
3700checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3701dependencies = [
3702 "libc",
3703 "redox_users",
3704 "winapi",
3705]
3706
3707[[package]]
3708name = "dirs-sys"
3709version = "0.4.1"
3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3712dependencies = [
3713 "libc",
3714 "option-ext",
3715 "redox_users",
3716 "windows-sys 0.48.0",
3717]
3718
3719[[package]]
3720name = "displaydoc"
3721version = "0.2.5"
3722source = "registry+https://github.com/rust-lang/crates.io-index"
3723checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3724dependencies = [
3725 "proc-macro2",
3726 "quote",
3727 "syn 2.0.90",
3728]
3729
3730[[package]]
3731name = "dlib"
3732version = "0.5.2"
3733source = "registry+https://github.com/rust-lang/crates.io-index"
3734checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3735dependencies = [
3736 "libloading",
3737]
3738
3739[[package]]
3740name = "docs_preprocessor"
3741version = "0.1.0"
3742dependencies = [
3743 "anyhow",
3744 "clap",
3745 "mdbook",
3746 "regex",
3747 "serde",
3748 "serde_json",
3749 "settings",
3750 "util",
3751]
3752
3753[[package]]
3754name = "dotenvy"
3755version = "0.15.7"
3756source = "registry+https://github.com/rust-lang/crates.io-index"
3757checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3758
3759[[package]]
3760name = "downcast-rs"
3761version = "1.2.1"
3762source = "registry+https://github.com/rust-lang/crates.io-index"
3763checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3764
3765[[package]]
3766name = "doxygen-rs"
3767version = "0.4.2"
3768source = "registry+https://github.com/rust-lang/crates.io-index"
3769checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3770dependencies = [
3771 "phf",
3772]
3773
3774[[package]]
3775name = "dunce"
3776version = "1.0.5"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3779
3780[[package]]
3781name = "dwrote"
3782version = "0.11.2"
3783source = "registry+https://github.com/rust-lang/crates.io-index"
3784checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
3785dependencies = [
3786 "lazy_static",
3787 "libc",
3788 "winapi",
3789 "wio",
3790]
3791
3792[[package]]
3793name = "dyn-clone"
3794version = "1.0.17"
3795source = "registry+https://github.com/rust-lang/crates.io-index"
3796checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3797
3798[[package]]
3799name = "ec4rs"
3800version = "1.1.1"
3801source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3803
3804[[package]]
3805name = "ecdsa"
3806version = "0.14.8"
3807source = "registry+https://github.com/rust-lang/crates.io-index"
3808checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3809dependencies = [
3810 "der 0.6.1",
3811 "elliptic-curve",
3812 "rfc6979",
3813 "signature 1.6.4",
3814]
3815
3816[[package]]
3817name = "editor"
3818version = "0.1.0"
3819dependencies = [
3820 "aho-corasick",
3821 "anyhow",
3822 "assets",
3823 "chrono",
3824 "client",
3825 "clock",
3826 "collections",
3827 "convert_case 0.6.0",
3828 "ctor",
3829 "db",
3830 "emojis",
3831 "env_logger 0.11.6",
3832 "feature_flags",
3833 "file_icons",
3834 "fs",
3835 "futures 0.3.31",
3836 "fuzzy",
3837 "git",
3838 "gpui",
3839 "http_client",
3840 "indoc",
3841 "inline_completion",
3842 "itertools 0.14.0",
3843 "language",
3844 "linkify",
3845 "log",
3846 "lsp",
3847 "markdown",
3848 "multi_buffer",
3849 "ordered-float 2.10.1",
3850 "parking_lot",
3851 "pretty_assertions",
3852 "project",
3853 "rand 0.8.5",
3854 "release_channel",
3855 "rpc",
3856 "schemars",
3857 "serde",
3858 "serde_json",
3859 "settings",
3860 "similar",
3861 "smallvec",
3862 "smol",
3863 "snippet",
3864 "sum_tree",
3865 "task",
3866 "telemetry",
3867 "tempfile",
3868 "text",
3869 "theme",
3870 "time",
3871 "time_format",
3872 "tree-sitter-html",
3873 "tree-sitter-rust",
3874 "tree-sitter-typescript",
3875 "ui",
3876 "unicode-script",
3877 "unicode-segmentation",
3878 "unindent",
3879 "url",
3880 "util",
3881 "uuid",
3882 "workspace",
3883]
3884
3885[[package]]
3886name = "either"
3887version = "1.13.0"
3888source = "registry+https://github.com/rust-lang/crates.io-index"
3889checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3890dependencies = [
3891 "serde",
3892]
3893
3894[[package]]
3895name = "elasticlunr-rs"
3896version = "3.0.2"
3897source = "registry+https://github.com/rust-lang/crates.io-index"
3898checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3899dependencies = [
3900 "regex",
3901 "serde",
3902 "serde_derive",
3903 "serde_json",
3904]
3905
3906[[package]]
3907name = "elliptic-curve"
3908version = "0.12.3"
3909source = "registry+https://github.com/rust-lang/crates.io-index"
3910checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3911dependencies = [
3912 "base16ct",
3913 "crypto-bigint 0.4.9",
3914 "der 0.6.1",
3915 "digest",
3916 "ff",
3917 "generic-array",
3918 "group",
3919 "pkcs8 0.9.0",
3920 "rand_core 0.6.4",
3921 "sec1",
3922 "subtle",
3923 "zeroize",
3924]
3925
3926[[package]]
3927name = "embed-resource"
3928version = "3.0.1"
3929source = "registry+https://github.com/rust-lang/crates.io-index"
3930checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
3931dependencies = [
3932 "cc",
3933 "memchr",
3934 "rustc_version",
3935 "toml 0.8.19",
3936 "vswhom",
3937 "winreg 0.52.0",
3938]
3939
3940[[package]]
3941name = "embedded-io"
3942version = "0.4.0"
3943source = "registry+https://github.com/rust-lang/crates.io-index"
3944checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3945
3946[[package]]
3947name = "embedded-io"
3948version = "0.6.1"
3949source = "registry+https://github.com/rust-lang/crates.io-index"
3950checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3951
3952[[package]]
3953name = "emojis"
3954version = "0.6.4"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
3957dependencies = [
3958 "phf",
3959]
3960
3961[[package]]
3962name = "encode_unicode"
3963version = "0.3.6"
3964source = "registry+https://github.com/rust-lang/crates.io-index"
3965checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3966
3967[[package]]
3968name = "encoding_rs"
3969version = "0.8.35"
3970source = "registry+https://github.com/rust-lang/crates.io-index"
3971checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
3972dependencies = [
3973 "cfg-if",
3974]
3975
3976[[package]]
3977name = "endi"
3978version = "1.1.0"
3979source = "registry+https://github.com/rust-lang/crates.io-index"
3980checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3981
3982[[package]]
3983name = "enumflags2"
3984version = "0.7.10"
3985source = "registry+https://github.com/rust-lang/crates.io-index"
3986checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
3987dependencies = [
3988 "enumflags2_derive",
3989 "serde",
3990]
3991
3992[[package]]
3993name = "enumflags2_derive"
3994version = "0.7.10"
3995source = "registry+https://github.com/rust-lang/crates.io-index"
3996checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
3997dependencies = [
3998 "proc-macro2",
3999 "quote",
4000 "syn 2.0.90",
4001]
4002
4003[[package]]
4004name = "env_filter"
4005version = "0.1.2"
4006source = "registry+https://github.com/rust-lang/crates.io-index"
4007checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4008dependencies = [
4009 "log",
4010 "regex",
4011]
4012
4013[[package]]
4014name = "env_logger"
4015version = "0.10.2"
4016source = "registry+https://github.com/rust-lang/crates.io-index"
4017checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4018dependencies = [
4019 "humantime",
4020 "is-terminal",
4021 "log",
4022 "regex",
4023 "termcolor",
4024]
4025
4026[[package]]
4027name = "env_logger"
4028version = "0.11.6"
4029source = "registry+https://github.com/rust-lang/crates.io-index"
4030checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4031dependencies = [
4032 "anstream",
4033 "anstyle",
4034 "env_filter",
4035 "humantime",
4036 "log",
4037]
4038
4039[[package]]
4040name = "envy"
4041version = "0.4.2"
4042source = "registry+https://github.com/rust-lang/crates.io-index"
4043checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4044dependencies = [
4045 "serde",
4046]
4047
4048[[package]]
4049name = "equivalent"
4050version = "1.0.1"
4051source = "registry+https://github.com/rust-lang/crates.io-index"
4052checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4053
4054[[package]]
4055name = "erased-serde"
4056version = "0.4.5"
4057source = "registry+https://github.com/rust-lang/crates.io-index"
4058checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4059dependencies = [
4060 "serde",
4061 "typeid",
4062]
4063
4064[[package]]
4065name = "errno"
4066version = "0.2.8"
4067source = "registry+https://github.com/rust-lang/crates.io-index"
4068checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4069dependencies = [
4070 "errno-dragonfly",
4071 "libc",
4072 "winapi",
4073]
4074
4075[[package]]
4076name = "errno"
4077version = "0.3.10"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4080dependencies = [
4081 "libc",
4082 "windows-sys 0.59.0",
4083]
4084
4085[[package]]
4086name = "errno-dragonfly"
4087version = "0.1.2"
4088source = "registry+https://github.com/rust-lang/crates.io-index"
4089checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4090dependencies = [
4091 "cc",
4092 "libc",
4093]
4094
4095[[package]]
4096name = "etagere"
4097version = "0.2.13"
4098source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
4100dependencies = [
4101 "euclid",
4102 "svg_fmt",
4103]
4104
4105[[package]]
4106name = "etcetera"
4107version = "0.8.0"
4108source = "registry+https://github.com/rust-lang/crates.io-index"
4109checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4110dependencies = [
4111 "cfg-if",
4112 "home",
4113 "windows-sys 0.48.0",
4114]
4115
4116[[package]]
4117name = "euclid"
4118version = "0.22.11"
4119source = "registry+https://github.com/rust-lang/crates.io-index"
4120checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4121dependencies = [
4122 "num-traits",
4123]
4124
4125[[package]]
4126name = "evals"
4127version = "0.1.0"
4128dependencies = [
4129 "anyhow",
4130 "clap",
4131 "client",
4132 "clock",
4133 "collections",
4134 "env_logger 0.11.6",
4135 "feature_flags",
4136 "fs",
4137 "git",
4138 "gpui",
4139 "http_client",
4140 "language",
4141 "languages",
4142 "node_runtime",
4143 "open_ai",
4144 "project",
4145 "reqwest_client",
4146 "semantic_index",
4147 "serde",
4148 "serde_json",
4149 "settings",
4150 "smol",
4151 "util",
4152]
4153
4154[[package]]
4155name = "event-listener"
4156version = "2.5.3"
4157source = "registry+https://github.com/rust-lang/crates.io-index"
4158checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4159
4160[[package]]
4161name = "event-listener"
4162version = "5.3.1"
4163source = "registry+https://github.com/rust-lang/crates.io-index"
4164checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4165dependencies = [
4166 "concurrent-queue",
4167 "parking",
4168 "pin-project-lite",
4169]
4170
4171[[package]]
4172name = "event-listener-strategy"
4173version = "0.5.3"
4174source = "registry+https://github.com/rust-lang/crates.io-index"
4175checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4176dependencies = [
4177 "event-listener 5.3.1",
4178 "pin-project-lite",
4179]
4180
4181[[package]]
4182name = "exec"
4183version = "0.3.1"
4184source = "registry+https://github.com/rust-lang/crates.io-index"
4185checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4186dependencies = [
4187 "errno 0.2.8",
4188 "libc",
4189]
4190
4191[[package]]
4192name = "exr"
4193version = "1.73.0"
4194source = "registry+https://github.com/rust-lang/crates.io-index"
4195checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4196dependencies = [
4197 "bit_field",
4198 "half",
4199 "lebe",
4200 "miniz_oxide",
4201 "rayon-core",
4202 "smallvec",
4203 "zune-inflate",
4204]
4205
4206[[package]]
4207name = "extension"
4208version = "0.1.0"
4209dependencies = [
4210 "anyhow",
4211 "async-compression",
4212 "async-tar",
4213 "async-trait",
4214 "collections",
4215 "fs",
4216 "futures 0.3.31",
4217 "gpui",
4218 "http_client",
4219 "language",
4220 "log",
4221 "lsp",
4222 "parking_lot",
4223 "semantic_version",
4224 "serde",
4225 "serde_json",
4226 "toml 0.8.19",
4227 "util",
4228 "wasm-encoder 0.215.0",
4229 "wasmparser 0.215.0",
4230 "wit-component",
4231]
4232
4233[[package]]
4234name = "extension_cli"
4235version = "0.1.0"
4236dependencies = [
4237 "anyhow",
4238 "clap",
4239 "env_logger 0.11.6",
4240 "extension",
4241 "fs",
4242 "language",
4243 "log",
4244 "reqwest_client",
4245 "rpc",
4246 "serde",
4247 "serde_json",
4248 "theme",
4249 "tokio",
4250 "toml 0.8.19",
4251 "tree-sitter",
4252 "wasmtime",
4253]
4254
4255[[package]]
4256name = "extension_host"
4257version = "0.1.0"
4258dependencies = [
4259 "anyhow",
4260 "async-compression",
4261 "async-tar",
4262 "async-trait",
4263 "client",
4264 "collections",
4265 "context_server_settings",
4266 "ctor",
4267 "env_logger 0.11.6",
4268 "extension",
4269 "fs",
4270 "futures 0.3.31",
4271 "gpui",
4272 "http_client",
4273 "language",
4274 "language_extension",
4275 "log",
4276 "lsp",
4277 "node_runtime",
4278 "parking_lot",
4279 "paths",
4280 "project",
4281 "release_channel",
4282 "remote",
4283 "reqwest_client",
4284 "schemars",
4285 "semantic_version",
4286 "serde",
4287 "serde_json",
4288 "serde_json_lenient",
4289 "settings",
4290 "task",
4291 "telemetry",
4292 "tempfile",
4293 "theme",
4294 "theme_extension",
4295 "toml 0.8.19",
4296 "url",
4297 "util",
4298 "wasmparser 0.215.0",
4299 "wasmtime",
4300 "wasmtime-wasi",
4301]
4302
4303[[package]]
4304name = "extensions_ui"
4305version = "0.1.0"
4306dependencies = [
4307 "anyhow",
4308 "client",
4309 "collections",
4310 "db",
4311 "editor",
4312 "extension_host",
4313 "fs",
4314 "fuzzy",
4315 "gpui",
4316 "language",
4317 "num-format",
4318 "picker",
4319 "project",
4320 "release_channel",
4321 "semantic_version",
4322 "serde",
4323 "settings",
4324 "smallvec",
4325 "telemetry",
4326 "theme",
4327 "ui",
4328 "util",
4329 "vim_mode_setting",
4330 "workspace",
4331 "zed_actions",
4332]
4333
4334[[package]]
4335name = "fallible-iterator"
4336version = "0.3.0"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4339
4340[[package]]
4341name = "fancy-regex"
4342version = "0.13.0"
4343source = "registry+https://github.com/rust-lang/crates.io-index"
4344checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4345dependencies = [
4346 "bit-set 0.5.3",
4347 "regex-automata 0.4.9",
4348 "regex-syntax 0.8.5",
4349]
4350
4351[[package]]
4352name = "fancy-regex"
4353version = "0.14.0"
4354source = "registry+https://github.com/rust-lang/crates.io-index"
4355checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4356dependencies = [
4357 "bit-set 0.8.0",
4358 "regex-automata 0.4.9",
4359 "regex-syntax 0.8.5",
4360]
4361
4362[[package]]
4363name = "fast-srgb8"
4364version = "1.0.0"
4365source = "registry+https://github.com/rust-lang/crates.io-index"
4366checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4367
4368[[package]]
4369name = "fastrand"
4370version = "1.9.0"
4371source = "registry+https://github.com/rust-lang/crates.io-index"
4372checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4373dependencies = [
4374 "instant",
4375]
4376
4377[[package]]
4378name = "fastrand"
4379version = "2.3.0"
4380source = "registry+https://github.com/rust-lang/crates.io-index"
4381checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4382
4383[[package]]
4384name = "fd-lock"
4385version = "4.0.2"
4386source = "registry+https://github.com/rust-lang/crates.io-index"
4387checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4388dependencies = [
4389 "cfg-if",
4390 "rustix",
4391 "windows-sys 0.52.0",
4392]
4393
4394[[package]]
4395name = "fdeflate"
4396version = "0.3.7"
4397source = "registry+https://github.com/rust-lang/crates.io-index"
4398checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4399dependencies = [
4400 "simd-adler32",
4401]
4402
4403[[package]]
4404name = "feature_flags"
4405version = "0.1.0"
4406dependencies = [
4407 "futures 0.3.31",
4408 "gpui",
4409]
4410
4411[[package]]
4412name = "feedback"
4413version = "0.1.0"
4414dependencies = [
4415 "anyhow",
4416 "bitflags 2.6.0",
4417 "client",
4418 "db",
4419 "editor",
4420 "futures 0.3.31",
4421 "gpui",
4422 "http_client",
4423 "human_bytes",
4424 "language",
4425 "log",
4426 "menu",
4427 "project",
4428 "regex",
4429 "release_channel",
4430 "serde",
4431 "serde_derive",
4432 "serde_json",
4433 "smol",
4434 "sysinfo",
4435 "ui",
4436 "urlencoding",
4437 "util",
4438 "workspace",
4439 "zed_actions",
4440]
4441
4442[[package]]
4443name = "ff"
4444version = "0.12.1"
4445source = "registry+https://github.com/rust-lang/crates.io-index"
4446checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4447dependencies = [
4448 "rand_core 0.6.4",
4449 "subtle",
4450]
4451
4452[[package]]
4453name = "file_finder"
4454version = "0.1.0"
4455dependencies = [
4456 "anyhow",
4457 "collections",
4458 "ctor",
4459 "editor",
4460 "env_logger 0.11.6",
4461 "file_icons",
4462 "futures 0.3.31",
4463 "fuzzy",
4464 "gpui",
4465 "language",
4466 "menu",
4467 "picker",
4468 "project",
4469 "schemars",
4470 "serde",
4471 "serde_derive",
4472 "serde_json",
4473 "settings",
4474 "text",
4475 "theme",
4476 "ui",
4477 "util",
4478 "workspace",
4479]
4480
4481[[package]]
4482name = "file_icons"
4483version = "0.1.0"
4484dependencies = [
4485 "collections",
4486 "gpui",
4487 "serde",
4488 "serde_derive",
4489 "serde_json",
4490 "util",
4491]
4492
4493[[package]]
4494name = "filedescriptor"
4495version = "0.8.2"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4498dependencies = [
4499 "libc",
4500 "thiserror 1.0.69",
4501 "winapi",
4502]
4503
4504[[package]]
4505name = "filetime"
4506version = "0.2.25"
4507source = "registry+https://github.com/rust-lang/crates.io-index"
4508checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4509dependencies = [
4510 "cfg-if",
4511 "libc",
4512 "libredox",
4513 "windows-sys 0.59.0",
4514]
4515
4516[[package]]
4517name = "fireworks"
4518version = "0.1.0"
4519dependencies = [
4520 "anyhow",
4521 "futures 0.3.31",
4522 "http_client",
4523 "serde",
4524 "serde_json",
4525]
4526
4527[[package]]
4528name = "fixedbitset"
4529version = "0.4.2"
4530source = "registry+https://github.com/rust-lang/crates.io-index"
4531checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4532
4533[[package]]
4534name = "flate2"
4535version = "1.0.35"
4536source = "registry+https://github.com/rust-lang/crates.io-index"
4537checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4538dependencies = [
4539 "crc32fast",
4540 "miniz_oxide",
4541]
4542
4543[[package]]
4544name = "float-cmp"
4545version = "0.9.0"
4546source = "registry+https://github.com/rust-lang/crates.io-index"
4547checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4548
4549[[package]]
4550name = "float-ord"
4551version = "0.3.2"
4552source = "registry+https://github.com/rust-lang/crates.io-index"
4553checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4554
4555[[package]]
4556name = "flume"
4557version = "0.11.1"
4558source = "registry+https://github.com/rust-lang/crates.io-index"
4559checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4560dependencies = [
4561 "futures-core",
4562 "futures-sink",
4563 "nanorand",
4564 "spin",
4565]
4566
4567[[package]]
4568name = "fnv"
4569version = "1.0.7"
4570source = "registry+https://github.com/rust-lang/crates.io-index"
4571checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4572
4573[[package]]
4574name = "foldhash"
4575version = "0.1.3"
4576source = "registry+https://github.com/rust-lang/crates.io-index"
4577checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4578
4579[[package]]
4580name = "font-kit"
4581version = "0.14.1"
4582source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4583dependencies = [
4584 "bitflags 2.6.0",
4585 "byteorder",
4586 "core-foundation 0.9.4",
4587 "core-graphics 0.23.2",
4588 "core-text",
4589 "dirs 5.0.1",
4590 "dwrote",
4591 "float-ord",
4592 "freetype-sys",
4593 "lazy_static",
4594 "libc",
4595 "log",
4596 "pathfinder_geometry",
4597 "pathfinder_simd",
4598 "walkdir",
4599 "winapi",
4600 "yeslogic-fontconfig-sys",
4601]
4602
4603[[package]]
4604name = "font-types"
4605version = "0.7.3"
4606source = "registry+https://github.com/rust-lang/crates.io-index"
4607checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4608dependencies = [
4609 "bytemuck",
4610]
4611
4612[[package]]
4613name = "fontconfig-parser"
4614version = "0.5.7"
4615source = "registry+https://github.com/rust-lang/crates.io-index"
4616checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4617dependencies = [
4618 "roxmltree",
4619]
4620
4621[[package]]
4622name = "fontdb"
4623version = "0.18.0"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4626dependencies = [
4627 "fontconfig-parser",
4628 "log",
4629 "memmap2",
4630 "slotmap",
4631 "tinyvec",
4632 "ttf-parser",
4633]
4634
4635[[package]]
4636name = "foreign-types"
4637version = "0.3.2"
4638source = "registry+https://github.com/rust-lang/crates.io-index"
4639checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4640dependencies = [
4641 "foreign-types-shared 0.1.1",
4642]
4643
4644[[package]]
4645name = "foreign-types"
4646version = "0.5.0"
4647source = "registry+https://github.com/rust-lang/crates.io-index"
4648checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4649dependencies = [
4650 "foreign-types-macros",
4651 "foreign-types-shared 0.3.1",
4652]
4653
4654[[package]]
4655name = "foreign-types-macros"
4656version = "0.2.3"
4657source = "registry+https://github.com/rust-lang/crates.io-index"
4658checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4659dependencies = [
4660 "proc-macro2",
4661 "quote",
4662 "syn 2.0.90",
4663]
4664
4665[[package]]
4666name = "foreign-types-shared"
4667version = "0.1.1"
4668source = "registry+https://github.com/rust-lang/crates.io-index"
4669checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4670
4671[[package]]
4672name = "foreign-types-shared"
4673version = "0.3.1"
4674source = "registry+https://github.com/rust-lang/crates.io-index"
4675checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4676
4677[[package]]
4678name = "fork"
4679version = "0.2.0"
4680source = "registry+https://github.com/rust-lang/crates.io-index"
4681checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4682dependencies = [
4683 "libc",
4684]
4685
4686[[package]]
4687name = "form_urlencoded"
4688version = "1.2.1"
4689source = "registry+https://github.com/rust-lang/crates.io-index"
4690checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4691dependencies = [
4692 "percent-encoding",
4693]
4694
4695[[package]]
4696name = "freetype-sys"
4697version = "0.20.1"
4698source = "registry+https://github.com/rust-lang/crates.io-index"
4699checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4700dependencies = [
4701 "cc",
4702 "libc",
4703 "pkg-config",
4704]
4705
4706[[package]]
4707name = "fs"
4708version = "0.1.0"
4709dependencies = [
4710 "anyhow",
4711 "ashpd",
4712 "async-tar",
4713 "async-trait",
4714 "cocoa 0.26.0",
4715 "collections",
4716 "fsevent",
4717 "futures 0.3.31",
4718 "git",
4719 "git2",
4720 "gpui",
4721 "libc",
4722 "log",
4723 "notify",
4724 "objc",
4725 "parking_lot",
4726 "paths",
4727 "proto",
4728 "rope",
4729 "serde",
4730 "serde_json",
4731 "shlex",
4732 "smol",
4733 "tempfile",
4734 "text",
4735 "time",
4736 "util",
4737 "which 6.0.3",
4738 "windows 0.58.0",
4739]
4740
4741[[package]]
4742name = "fs-set-times"
4743version = "0.20.2"
4744source = "registry+https://github.com/rust-lang/crates.io-index"
4745checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4746dependencies = [
4747 "io-lifetimes",
4748 "rustix",
4749 "windows-sys 0.59.0",
4750]
4751
4752[[package]]
4753name = "fs2"
4754version = "0.4.3"
4755source = "registry+https://github.com/rust-lang/crates.io-index"
4756checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4757dependencies = [
4758 "libc",
4759 "winapi",
4760]
4761
4762[[package]]
4763name = "fsevent"
4764version = "0.1.0"
4765dependencies = [
4766 "bitflags 2.6.0",
4767 "core-foundation 0.9.4",
4768 "fsevent-sys 3.1.0",
4769 "parking_lot",
4770 "tempfile",
4771]
4772
4773[[package]]
4774name = "fsevent-sys"
4775version = "3.1.0"
4776source = "registry+https://github.com/rust-lang/crates.io-index"
4777checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4778dependencies = [
4779 "libc",
4780]
4781
4782[[package]]
4783name = "fsevent-sys"
4784version = "4.1.0"
4785source = "registry+https://github.com/rust-lang/crates.io-index"
4786checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4787dependencies = [
4788 "libc",
4789]
4790
4791[[package]]
4792name = "funty"
4793version = "2.0.0"
4794source = "registry+https://github.com/rust-lang/crates.io-index"
4795checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4796
4797[[package]]
4798name = "futf"
4799version = "0.1.5"
4800source = "registry+https://github.com/rust-lang/crates.io-index"
4801checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4802dependencies = [
4803 "mac",
4804 "new_debug_unreachable",
4805]
4806
4807[[package]]
4808name = "futures"
4809version = "0.1.31"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4812
4813[[package]]
4814name = "futures"
4815version = "0.3.31"
4816source = "registry+https://github.com/rust-lang/crates.io-index"
4817checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4818dependencies = [
4819 "futures-channel",
4820 "futures-core",
4821 "futures-executor",
4822 "futures-io",
4823 "futures-sink",
4824 "futures-task",
4825 "futures-util",
4826]
4827
4828[[package]]
4829name = "futures-batch"
4830version = "0.6.1"
4831source = "registry+https://github.com/rust-lang/crates.io-index"
4832checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4833dependencies = [
4834 "futures 0.3.31",
4835 "futures-timer",
4836 "pin-utils",
4837]
4838
4839[[package]]
4840name = "futures-channel"
4841version = "0.3.31"
4842source = "registry+https://github.com/rust-lang/crates.io-index"
4843checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4844dependencies = [
4845 "futures-core",
4846 "futures-sink",
4847]
4848
4849[[package]]
4850name = "futures-core"
4851version = "0.3.31"
4852source = "registry+https://github.com/rust-lang/crates.io-index"
4853checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4854
4855[[package]]
4856name = "futures-executor"
4857version = "0.3.31"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
4860dependencies = [
4861 "futures-core",
4862 "futures-task",
4863 "futures-util",
4864]
4865
4866[[package]]
4867name = "futures-intrusive"
4868version = "0.5.0"
4869source = "registry+https://github.com/rust-lang/crates.io-index"
4870checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4871dependencies = [
4872 "futures-core",
4873 "lock_api",
4874 "parking_lot",
4875]
4876
4877[[package]]
4878name = "futures-io"
4879version = "0.3.31"
4880source = "registry+https://github.com/rust-lang/crates.io-index"
4881checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
4882
4883[[package]]
4884name = "futures-lite"
4885version = "1.13.0"
4886source = "registry+https://github.com/rust-lang/crates.io-index"
4887checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4888dependencies = [
4889 "fastrand 1.9.0",
4890 "futures-core",
4891 "futures-io",
4892 "memchr",
4893 "parking",
4894 "pin-project-lite",
4895 "waker-fn",
4896]
4897
4898[[package]]
4899name = "futures-lite"
4900version = "2.5.0"
4901source = "registry+https://github.com/rust-lang/crates.io-index"
4902checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
4903dependencies = [
4904 "fastrand 2.3.0",
4905 "futures-core",
4906 "futures-io",
4907 "parking",
4908 "pin-project-lite",
4909]
4910
4911[[package]]
4912name = "futures-macro"
4913version = "0.3.31"
4914source = "registry+https://github.com/rust-lang/crates.io-index"
4915checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
4916dependencies = [
4917 "proc-macro2",
4918 "quote",
4919 "syn 2.0.90",
4920]
4921
4922[[package]]
4923name = "futures-sink"
4924version = "0.3.31"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
4927
4928[[package]]
4929name = "futures-task"
4930version = "0.3.31"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
4933
4934[[package]]
4935name = "futures-timer"
4936version = "3.0.3"
4937source = "registry+https://github.com/rust-lang/crates.io-index"
4938checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4939
4940[[package]]
4941name = "futures-util"
4942version = "0.3.31"
4943source = "registry+https://github.com/rust-lang/crates.io-index"
4944checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
4945dependencies = [
4946 "futures 0.1.31",
4947 "futures-channel",
4948 "futures-core",
4949 "futures-io",
4950 "futures-macro",
4951 "futures-sink",
4952 "futures-task",
4953 "memchr",
4954 "pin-project-lite",
4955 "pin-utils",
4956 "slab",
4957 "tokio-io",
4958]
4959
4960[[package]]
4961name = "fuzzy"
4962version = "0.1.0"
4963dependencies = [
4964 "gpui",
4965 "log",
4966 "util",
4967]
4968
4969[[package]]
4970name = "fuzzy-matcher"
4971version = "0.3.7"
4972source = "registry+https://github.com/rust-lang/crates.io-index"
4973checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4974dependencies = [
4975 "thread_local",
4976]
4977
4978[[package]]
4979name = "generic-array"
4980version = "0.14.7"
4981source = "registry+https://github.com/rust-lang/crates.io-index"
4982checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4983dependencies = [
4984 "typenum",
4985 "version_check",
4986]
4987
4988[[package]]
4989name = "gethostname"
4990version = "0.4.3"
4991source = "registry+https://github.com/rust-lang/crates.io-index"
4992checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4993dependencies = [
4994 "libc",
4995 "windows-targets 0.48.5",
4996]
4997
4998[[package]]
4999name = "getrandom"
5000version = "0.1.16"
5001source = "registry+https://github.com/rust-lang/crates.io-index"
5002checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5003dependencies = [
5004 "cfg-if",
5005 "libc",
5006 "wasi 0.9.0+wasi-snapshot-preview1",
5007]
5008
5009[[package]]
5010name = "getrandom"
5011version = "0.2.15"
5012source = "registry+https://github.com/rust-lang/crates.io-index"
5013checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5014dependencies = [
5015 "cfg-if",
5016 "js-sys",
5017 "libc",
5018 "wasi 0.11.0+wasi-snapshot-preview1",
5019 "wasm-bindgen",
5020]
5021
5022[[package]]
5023name = "gif"
5024version = "0.13.1"
5025source = "registry+https://github.com/rust-lang/crates.io-index"
5026checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5027dependencies = [
5028 "color_quant",
5029 "weezl",
5030]
5031
5032[[package]]
5033name = "gimli"
5034version = "0.29.0"
5035source = "registry+https://github.com/rust-lang/crates.io-index"
5036checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5037dependencies = [
5038 "fallible-iterator",
5039 "indexmap",
5040 "stable_deref_trait",
5041]
5042
5043[[package]]
5044name = "gimli"
5045version = "0.31.1"
5046source = "registry+https://github.com/rust-lang/crates.io-index"
5047checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5048
5049[[package]]
5050name = "git"
5051version = "0.1.0"
5052dependencies = [
5053 "anyhow",
5054 "async-trait",
5055 "collections",
5056 "derive_more",
5057 "git2",
5058 "gpui",
5059 "http_client",
5060 "log",
5061 "parking_lot",
5062 "pretty_assertions",
5063 "regex",
5064 "rope",
5065 "serde",
5066 "serde_json",
5067 "smol",
5068 "sum_tree",
5069 "text",
5070 "time",
5071 "unindent",
5072 "url",
5073 "util",
5074]
5075
5076[[package]]
5077name = "git2"
5078version = "0.19.0"
5079source = "registry+https://github.com/rust-lang/crates.io-index"
5080checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
5081dependencies = [
5082 "bitflags 2.6.0",
5083 "libc",
5084 "libgit2-sys",
5085 "log",
5086 "url",
5087]
5088
5089[[package]]
5090name = "git_hosting_providers"
5091version = "0.1.0"
5092dependencies = [
5093 "anyhow",
5094 "async-trait",
5095 "futures 0.3.31",
5096 "git",
5097 "gpui",
5098 "http_client",
5099 "indoc",
5100 "pretty_assertions",
5101 "regex",
5102 "serde",
5103 "serde_json",
5104 "url",
5105 "util",
5106]
5107
5108[[package]]
5109name = "git_ui"
5110version = "0.1.0"
5111dependencies = [
5112 "anyhow",
5113 "collections",
5114 "db",
5115 "editor",
5116 "futures 0.3.31",
5117 "git",
5118 "gpui",
5119 "language",
5120 "menu",
5121 "project",
5122 "schemars",
5123 "serde",
5124 "serde_derive",
5125 "serde_json",
5126 "settings",
5127 "sum_tree",
5128 "theme",
5129 "ui",
5130 "util",
5131 "windows 0.58.0",
5132 "workspace",
5133 "worktree",
5134]
5135
5136[[package]]
5137name = "glob"
5138version = "0.3.1"
5139source = "registry+https://github.com/rust-lang/crates.io-index"
5140checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5141
5142[[package]]
5143name = "globset"
5144version = "0.4.15"
5145source = "registry+https://github.com/rust-lang/crates.io-index"
5146checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5147dependencies = [
5148 "aho-corasick",
5149 "bstr",
5150 "log",
5151 "regex-automata 0.4.9",
5152 "regex-syntax 0.8.5",
5153]
5154
5155[[package]]
5156name = "gloo-timers"
5157version = "0.3.0"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5160dependencies = [
5161 "futures-channel",
5162 "futures-core",
5163 "js-sys",
5164 "wasm-bindgen",
5165]
5166
5167[[package]]
5168name = "glow"
5169version = "0.14.2"
5170source = "registry+https://github.com/rust-lang/crates.io-index"
5171checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5172dependencies = [
5173 "js-sys",
5174 "slotmap",
5175 "wasm-bindgen",
5176 "web-sys",
5177]
5178
5179[[package]]
5180name = "go_to_line"
5181version = "0.1.0"
5182dependencies = [
5183 "anyhow",
5184 "editor",
5185 "gpui",
5186 "indoc",
5187 "language",
5188 "menu",
5189 "project",
5190 "rope",
5191 "schemars",
5192 "serde",
5193 "serde_json",
5194 "settings",
5195 "text",
5196 "theme",
5197 "tree-sitter-rust",
5198 "tree-sitter-typescript",
5199 "ui",
5200 "util",
5201 "workspace",
5202]
5203
5204[[package]]
5205name = "google_ai"
5206version = "0.1.0"
5207dependencies = [
5208 "anyhow",
5209 "futures 0.3.31",
5210 "http_client",
5211 "schemars",
5212 "serde",
5213 "serde_json",
5214 "strum",
5215]
5216
5217[[package]]
5218name = "gpu-alloc"
5219version = "0.6.0"
5220source = "registry+https://github.com/rust-lang/crates.io-index"
5221checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5222dependencies = [
5223 "bitflags 2.6.0",
5224 "gpu-alloc-types",
5225]
5226
5227[[package]]
5228name = "gpu-alloc-ash"
5229version = "0.7.0"
5230source = "registry+https://github.com/rust-lang/crates.io-index"
5231checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5232dependencies = [
5233 "ash",
5234 "gpu-alloc-types",
5235 "tinyvec",
5236]
5237
5238[[package]]
5239name = "gpu-alloc-types"
5240version = "0.3.0"
5241source = "registry+https://github.com/rust-lang/crates.io-index"
5242checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5243dependencies = [
5244 "bitflags 2.6.0",
5245]
5246
5247[[package]]
5248name = "gpui"
5249version = "0.1.0"
5250dependencies = [
5251 "anyhow",
5252 "as-raw-xcb-connection",
5253 "ashpd",
5254 "async-task",
5255 "backtrace",
5256 "bindgen",
5257 "blade-graphics",
5258 "blade-macros",
5259 "blade-util",
5260 "block",
5261 "bytemuck",
5262 "calloop",
5263 "calloop-wayland-source",
5264 "cbindgen",
5265 "cocoa 0.26.0",
5266 "collections",
5267 "core-foundation 0.9.4",
5268 "core-foundation-sys",
5269 "core-graphics 0.23.2",
5270 "core-text",
5271 "cosmic-text",
5272 "ctor",
5273 "derive_more",
5274 "embed-resource",
5275 "env_logger 0.11.6",
5276 "etagere",
5277 "filedescriptor",
5278 "flume",
5279 "font-kit",
5280 "foreign-types 0.5.0",
5281 "futures 0.3.31",
5282 "gpui_macros",
5283 "http_client",
5284 "image",
5285 "itertools 0.14.0",
5286 "linkme",
5287 "log",
5288 "media",
5289 "metal",
5290 "num_cpus",
5291 "objc",
5292 "objc2",
5293 "objc2-metal",
5294 "oo7",
5295 "open",
5296 "parking",
5297 "parking_lot",
5298 "pathfinder_geometry",
5299 "postage",
5300 "profiling",
5301 "rand 0.8.5",
5302 "raw-window-handle",
5303 "refineable",
5304 "resvg",
5305 "schemars",
5306 "seahash",
5307 "semantic_version",
5308 "serde",
5309 "serde_derive",
5310 "serde_json",
5311 "slotmap",
5312 "smallvec",
5313 "smol",
5314 "strum",
5315 "sum_tree",
5316 "taffy",
5317 "thiserror 1.0.69",
5318 "unicode-segmentation",
5319 "usvg",
5320 "util",
5321 "uuid",
5322 "waker-fn",
5323 "wayland-backend",
5324 "wayland-client",
5325 "wayland-cursor",
5326 "wayland-protocols",
5327 "wayland-protocols-plasma",
5328 "windows 0.58.0",
5329 "windows-core 0.58.0",
5330 "x11-clipboard",
5331 "x11rb",
5332 "xim",
5333 "xkbcommon",
5334]
5335
5336[[package]]
5337name = "gpui_macros"
5338version = "0.1.0"
5339dependencies = [
5340 "proc-macro2",
5341 "quote",
5342 "syn 1.0.109",
5343]
5344
5345[[package]]
5346name = "grid"
5347version = "0.13.0"
5348source = "registry+https://github.com/rust-lang/crates.io-index"
5349checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5350
5351[[package]]
5352name = "group"
5353version = "0.12.1"
5354source = "registry+https://github.com/rust-lang/crates.io-index"
5355checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5356dependencies = [
5357 "ff",
5358 "rand_core 0.6.4",
5359 "subtle",
5360]
5361
5362[[package]]
5363name = "h2"
5364version = "0.3.26"
5365source = "registry+https://github.com/rust-lang/crates.io-index"
5366checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5367dependencies = [
5368 "bytes 1.9.0",
5369 "fnv",
5370 "futures-core",
5371 "futures-sink",
5372 "futures-util",
5373 "http 0.2.12",
5374 "indexmap",
5375 "slab",
5376 "tokio",
5377 "tokio-util",
5378 "tracing",
5379]
5380
5381[[package]]
5382name = "h2"
5383version = "0.4.7"
5384source = "registry+https://github.com/rust-lang/crates.io-index"
5385checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5386dependencies = [
5387 "atomic-waker",
5388 "bytes 1.9.0",
5389 "fnv",
5390 "futures-core",
5391 "futures-sink",
5392 "http 1.2.0",
5393 "indexmap",
5394 "slab",
5395 "tokio",
5396 "tokio-util",
5397 "tracing",
5398]
5399
5400[[package]]
5401name = "half"
5402version = "2.4.1"
5403source = "registry+https://github.com/rust-lang/crates.io-index"
5404checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5405dependencies = [
5406 "cfg-if",
5407 "crunchy",
5408]
5409
5410[[package]]
5411name = "handlebars"
5412version = "4.5.0"
5413source = "registry+https://github.com/rust-lang/crates.io-index"
5414checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5415dependencies = [
5416 "log",
5417 "pest",
5418 "pest_derive",
5419 "serde",
5420 "serde_json",
5421 "thiserror 1.0.69",
5422]
5423
5424[[package]]
5425name = "handlebars"
5426version = "6.2.0"
5427source = "registry+https://github.com/rust-lang/crates.io-index"
5428checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5429dependencies = [
5430 "log",
5431 "num-order",
5432 "pest",
5433 "pest_derive",
5434 "serde",
5435 "serde_json",
5436 "thiserror 1.0.69",
5437]
5438
5439[[package]]
5440name = "hashbrown"
5441version = "0.12.3"
5442source = "registry+https://github.com/rust-lang/crates.io-index"
5443checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5444dependencies = [
5445 "ahash 0.7.8",
5446]
5447
5448[[package]]
5449name = "hashbrown"
5450version = "0.13.2"
5451source = "registry+https://github.com/rust-lang/crates.io-index"
5452checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5453dependencies = [
5454 "ahash 0.8.11",
5455]
5456
5457[[package]]
5458name = "hashbrown"
5459version = "0.14.5"
5460source = "registry+https://github.com/rust-lang/crates.io-index"
5461checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5462dependencies = [
5463 "ahash 0.8.11",
5464 "allocator-api2",
5465 "serde",
5466]
5467
5468[[package]]
5469name = "hashbrown"
5470version = "0.15.2"
5471source = "registry+https://github.com/rust-lang/crates.io-index"
5472checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5473dependencies = [
5474 "allocator-api2",
5475 "equivalent",
5476 "foldhash",
5477]
5478
5479[[package]]
5480name = "hashlink"
5481version = "0.8.4"
5482source = "registry+https://github.com/rust-lang/crates.io-index"
5483checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5484dependencies = [
5485 "hashbrown 0.14.5",
5486]
5487
5488[[package]]
5489name = "hashlink"
5490version = "0.9.1"
5491source = "registry+https://github.com/rust-lang/crates.io-index"
5492checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5493dependencies = [
5494 "hashbrown 0.14.5",
5495]
5496
5497[[package]]
5498name = "headers"
5499version = "0.3.9"
5500source = "registry+https://github.com/rust-lang/crates.io-index"
5501checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5502dependencies = [
5503 "base64 0.21.7",
5504 "bytes 1.9.0",
5505 "headers-core",
5506 "http 0.2.12",
5507 "httpdate",
5508 "mime",
5509 "sha1",
5510]
5511
5512[[package]]
5513name = "headers-core"
5514version = "0.2.0"
5515source = "registry+https://github.com/rust-lang/crates.io-index"
5516checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5517dependencies = [
5518 "http 0.2.12",
5519]
5520
5521[[package]]
5522name = "heck"
5523version = "0.3.3"
5524source = "registry+https://github.com/rust-lang/crates.io-index"
5525checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5526dependencies = [
5527 "unicode-segmentation",
5528]
5529
5530[[package]]
5531name = "heck"
5532version = "0.4.1"
5533source = "registry+https://github.com/rust-lang/crates.io-index"
5534checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5535dependencies = [
5536 "unicode-segmentation",
5537]
5538
5539[[package]]
5540name = "heck"
5541version = "0.5.0"
5542source = "registry+https://github.com/rust-lang/crates.io-index"
5543checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5544
5545[[package]]
5546name = "heed"
5547version = "0.21.0"
5548source = "registry+https://github.com/rust-lang/crates.io-index"
5549checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5550dependencies = [
5551 "bitflags 2.6.0",
5552 "byteorder",
5553 "heed-traits",
5554 "heed-types",
5555 "libc",
5556 "lmdb-master-sys",
5557 "once_cell",
5558 "page_size",
5559 "serde",
5560 "synchronoise",
5561 "url",
5562]
5563
5564[[package]]
5565name = "heed-traits"
5566version = "0.20.0"
5567source = "registry+https://github.com/rust-lang/crates.io-index"
5568checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5569
5570[[package]]
5571name = "heed-types"
5572version = "0.21.0"
5573source = "registry+https://github.com/rust-lang/crates.io-index"
5574checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5575dependencies = [
5576 "bincode",
5577 "byteorder",
5578 "heed-traits",
5579 "serde",
5580 "serde_json",
5581]
5582
5583[[package]]
5584name = "hermit-abi"
5585version = "0.3.9"
5586source = "registry+https://github.com/rust-lang/crates.io-index"
5587checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5588
5589[[package]]
5590name = "hermit-abi"
5591version = "0.4.0"
5592source = "registry+https://github.com/rust-lang/crates.io-index"
5593checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5594
5595[[package]]
5596name = "hex"
5597version = "0.4.3"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5600
5601[[package]]
5602name = "hexf-parse"
5603version = "0.2.1"
5604source = "registry+https://github.com/rust-lang/crates.io-index"
5605checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5606
5607[[package]]
5608name = "hidden-trait"
5609version = "0.1.2"
5610source = "registry+https://github.com/rust-lang/crates.io-index"
5611checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5612dependencies = [
5613 "proc-macro2",
5614 "quote",
5615 "syn 1.0.109",
5616]
5617
5618[[package]]
5619name = "hkdf"
5620version = "0.12.4"
5621source = "registry+https://github.com/rust-lang/crates.io-index"
5622checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5623dependencies = [
5624 "hmac",
5625]
5626
5627[[package]]
5628name = "hmac"
5629version = "0.12.1"
5630source = "registry+https://github.com/rust-lang/crates.io-index"
5631checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5632dependencies = [
5633 "digest",
5634]
5635
5636[[package]]
5637name = "home"
5638version = "0.5.9"
5639source = "registry+https://github.com/rust-lang/crates.io-index"
5640checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5641dependencies = [
5642 "windows-sys 0.52.0",
5643]
5644
5645[[package]]
5646name = "hound"
5647version = "3.5.1"
5648source = "registry+https://github.com/rust-lang/crates.io-index"
5649checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5650
5651[[package]]
5652name = "html5ever"
5653version = "0.27.0"
5654source = "registry+https://github.com/rust-lang/crates.io-index"
5655checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5656dependencies = [
5657 "log",
5658 "mac",
5659 "markup5ever",
5660 "proc-macro2",
5661 "quote",
5662 "syn 2.0.90",
5663]
5664
5665[[package]]
5666name = "html_to_markdown"
5667version = "0.1.0"
5668dependencies = [
5669 "anyhow",
5670 "html5ever",
5671 "indoc",
5672 "markup5ever_rcdom",
5673 "pretty_assertions",
5674 "regex",
5675]
5676
5677[[package]]
5678name = "http"
5679version = "0.2.12"
5680source = "registry+https://github.com/rust-lang/crates.io-index"
5681checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5682dependencies = [
5683 "bytes 1.9.0",
5684 "fnv",
5685 "itoa",
5686]
5687
5688[[package]]
5689name = "http"
5690version = "1.2.0"
5691source = "registry+https://github.com/rust-lang/crates.io-index"
5692checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5693dependencies = [
5694 "bytes 1.9.0",
5695 "fnv",
5696 "itoa",
5697]
5698
5699[[package]]
5700name = "http-body"
5701version = "0.4.6"
5702source = "registry+https://github.com/rust-lang/crates.io-index"
5703checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5704dependencies = [
5705 "bytes 1.9.0",
5706 "http 0.2.12",
5707 "pin-project-lite",
5708]
5709
5710[[package]]
5711name = "http-body"
5712version = "1.0.1"
5713source = "registry+https://github.com/rust-lang/crates.io-index"
5714checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5715dependencies = [
5716 "bytes 1.9.0",
5717 "http 1.2.0",
5718]
5719
5720[[package]]
5721name = "http-body-util"
5722version = "0.1.2"
5723source = "registry+https://github.com/rust-lang/crates.io-index"
5724checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5725dependencies = [
5726 "bytes 1.9.0",
5727 "futures-util",
5728 "http 1.2.0",
5729 "http-body 1.0.1",
5730 "pin-project-lite",
5731]
5732
5733[[package]]
5734name = "http-range-header"
5735version = "0.3.1"
5736source = "registry+https://github.com/rust-lang/crates.io-index"
5737checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5738
5739[[package]]
5740name = "http-types"
5741version = "2.12.0"
5742source = "registry+https://github.com/rust-lang/crates.io-index"
5743checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5744dependencies = [
5745 "anyhow",
5746 "async-channel 1.9.0",
5747 "base64 0.13.1",
5748 "futures-lite 1.13.0",
5749 "http 0.2.12",
5750 "infer",
5751 "pin-project-lite",
5752 "rand 0.7.3",
5753 "serde",
5754 "serde_json",
5755 "serde_qs 0.8.5",
5756 "serde_urlencoded",
5757 "url",
5758]
5759
5760[[package]]
5761name = "http_client"
5762version = "0.1.0"
5763dependencies = [
5764 "anyhow",
5765 "bytes 1.9.0",
5766 "derive_more",
5767 "futures 0.3.31",
5768 "http 1.2.0",
5769 "log",
5770 "serde",
5771 "serde_json",
5772 "url",
5773]
5774
5775[[package]]
5776name = "httparse"
5777version = "1.9.5"
5778source = "registry+https://github.com/rust-lang/crates.io-index"
5779checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5780
5781[[package]]
5782name = "httpdate"
5783version = "1.0.3"
5784source = "registry+https://github.com/rust-lang/crates.io-index"
5785checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5786
5787[[package]]
5788name = "human_bytes"
5789version = "0.4.3"
5790source = "registry+https://github.com/rust-lang/crates.io-index"
5791checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5792
5793[[package]]
5794name = "humantime"
5795version = "2.1.0"
5796source = "registry+https://github.com/rust-lang/crates.io-index"
5797checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5798
5799[[package]]
5800name = "hyper"
5801version = "0.14.32"
5802source = "registry+https://github.com/rust-lang/crates.io-index"
5803checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5804dependencies = [
5805 "bytes 1.9.0",
5806 "futures-channel",
5807 "futures-core",
5808 "futures-util",
5809 "h2 0.3.26",
5810 "http 0.2.12",
5811 "http-body 0.4.6",
5812 "httparse",
5813 "httpdate",
5814 "itoa",
5815 "pin-project-lite",
5816 "socket2",
5817 "tokio",
5818 "tower-service",
5819 "tracing",
5820 "want",
5821]
5822
5823[[package]]
5824name = "hyper"
5825version = "1.5.1"
5826source = "registry+https://github.com/rust-lang/crates.io-index"
5827checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5828dependencies = [
5829 "bytes 1.9.0",
5830 "futures-channel",
5831 "futures-util",
5832 "h2 0.4.7",
5833 "http 1.2.0",
5834 "http-body 1.0.1",
5835 "httparse",
5836 "itoa",
5837 "pin-project-lite",
5838 "smallvec",
5839 "tokio",
5840 "want",
5841]
5842
5843[[package]]
5844name = "hyper-rustls"
5845version = "0.24.2"
5846source = "registry+https://github.com/rust-lang/crates.io-index"
5847checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5848dependencies = [
5849 "futures-util",
5850 "http 0.2.12",
5851 "hyper 0.14.32",
5852 "log",
5853 "rustls 0.21.12",
5854 "rustls-native-certs 0.6.3",
5855 "tokio",
5856 "tokio-rustls 0.24.1",
5857]
5858
5859[[package]]
5860name = "hyper-rustls"
5861version = "0.27.3"
5862source = "registry+https://github.com/rust-lang/crates.io-index"
5863checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5864dependencies = [
5865 "futures-util",
5866 "http 1.2.0",
5867 "hyper 1.5.1",
5868 "hyper-util",
5869 "rustls 0.23.20",
5870 "rustls-native-certs 0.8.1",
5871 "rustls-pki-types",
5872 "tokio",
5873 "tokio-rustls 0.26.1",
5874 "tower-service",
5875]
5876
5877[[package]]
5878name = "hyper-tls"
5879version = "0.5.0"
5880source = "registry+https://github.com/rust-lang/crates.io-index"
5881checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5882dependencies = [
5883 "bytes 1.9.0",
5884 "hyper 0.14.32",
5885 "native-tls",
5886 "tokio",
5887 "tokio-native-tls",
5888]
5889
5890[[package]]
5891name = "hyper-util"
5892version = "0.1.10"
5893source = "registry+https://github.com/rust-lang/crates.io-index"
5894checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
5895dependencies = [
5896 "bytes 1.9.0",
5897 "futures-channel",
5898 "futures-util",
5899 "http 1.2.0",
5900 "http-body 1.0.1",
5901 "hyper 1.5.1",
5902 "pin-project-lite",
5903 "socket2",
5904 "tokio",
5905 "tower-service",
5906 "tracing",
5907]
5908
5909[[package]]
5910name = "iana-time-zone"
5911version = "0.1.61"
5912source = "registry+https://github.com/rust-lang/crates.io-index"
5913checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
5914dependencies = [
5915 "android_system_properties",
5916 "core-foundation-sys",
5917 "iana-time-zone-haiku",
5918 "js-sys",
5919 "wasm-bindgen",
5920 "windows-core 0.52.0",
5921]
5922
5923[[package]]
5924name = "iana-time-zone-haiku"
5925version = "0.1.2"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5928dependencies = [
5929 "cc",
5930]
5931
5932[[package]]
5933name = "icu_collections"
5934version = "1.5.0"
5935source = "registry+https://github.com/rust-lang/crates.io-index"
5936checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
5937dependencies = [
5938 "displaydoc",
5939 "yoke",
5940 "zerofrom",
5941 "zerovec",
5942]
5943
5944[[package]]
5945name = "icu_locid"
5946version = "1.5.0"
5947source = "registry+https://github.com/rust-lang/crates.io-index"
5948checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
5949dependencies = [
5950 "displaydoc",
5951 "litemap",
5952 "tinystr",
5953 "writeable",
5954 "zerovec",
5955]
5956
5957[[package]]
5958name = "icu_locid_transform"
5959version = "1.5.0"
5960source = "registry+https://github.com/rust-lang/crates.io-index"
5961checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
5962dependencies = [
5963 "displaydoc",
5964 "icu_locid",
5965 "icu_locid_transform_data",
5966 "icu_provider",
5967 "tinystr",
5968 "zerovec",
5969]
5970
5971[[package]]
5972name = "icu_locid_transform_data"
5973version = "1.5.0"
5974source = "registry+https://github.com/rust-lang/crates.io-index"
5975checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
5976
5977[[package]]
5978name = "icu_normalizer"
5979version = "1.5.0"
5980source = "registry+https://github.com/rust-lang/crates.io-index"
5981checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
5982dependencies = [
5983 "displaydoc",
5984 "icu_collections",
5985 "icu_normalizer_data",
5986 "icu_properties",
5987 "icu_provider",
5988 "smallvec",
5989 "utf16_iter",
5990 "utf8_iter",
5991 "write16",
5992 "zerovec",
5993]
5994
5995[[package]]
5996name = "icu_normalizer_data"
5997version = "1.5.0"
5998source = "registry+https://github.com/rust-lang/crates.io-index"
5999checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6000
6001[[package]]
6002name = "icu_properties"
6003version = "1.5.1"
6004source = "registry+https://github.com/rust-lang/crates.io-index"
6005checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6006dependencies = [
6007 "displaydoc",
6008 "icu_collections",
6009 "icu_locid_transform",
6010 "icu_properties_data",
6011 "icu_provider",
6012 "tinystr",
6013 "zerovec",
6014]
6015
6016[[package]]
6017name = "icu_properties_data"
6018version = "1.5.0"
6019source = "registry+https://github.com/rust-lang/crates.io-index"
6020checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6021
6022[[package]]
6023name = "icu_provider"
6024version = "1.5.0"
6025source = "registry+https://github.com/rust-lang/crates.io-index"
6026checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6027dependencies = [
6028 "displaydoc",
6029 "icu_locid",
6030 "icu_provider_macros",
6031 "stable_deref_trait",
6032 "tinystr",
6033 "writeable",
6034 "yoke",
6035 "zerofrom",
6036 "zerovec",
6037]
6038
6039[[package]]
6040name = "icu_provider_macros"
6041version = "1.5.0"
6042source = "registry+https://github.com/rust-lang/crates.io-index"
6043checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6044dependencies = [
6045 "proc-macro2",
6046 "quote",
6047 "syn 2.0.90",
6048]
6049
6050[[package]]
6051name = "id-arena"
6052version = "2.2.1"
6053source = "registry+https://github.com/rust-lang/crates.io-index"
6054checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6055
6056[[package]]
6057name = "idna"
6058version = "1.0.3"
6059source = "registry+https://github.com/rust-lang/crates.io-index"
6060checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6061dependencies = [
6062 "idna_adapter",
6063 "smallvec",
6064 "utf8_iter",
6065]
6066
6067[[package]]
6068name = "idna_adapter"
6069version = "1.2.0"
6070source = "registry+https://github.com/rust-lang/crates.io-index"
6071checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6072dependencies = [
6073 "icu_normalizer",
6074 "icu_properties",
6075]
6076
6077[[package]]
6078name = "ignore"
6079version = "0.4.23"
6080source = "registry+https://github.com/rust-lang/crates.io-index"
6081checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6082dependencies = [
6083 "crossbeam-deque",
6084 "globset",
6085 "log",
6086 "memchr",
6087 "regex-automata 0.4.9",
6088 "same-file",
6089 "walkdir",
6090 "winapi-util",
6091]
6092
6093[[package]]
6094name = "image"
6095version = "0.25.5"
6096source = "registry+https://github.com/rust-lang/crates.io-index"
6097checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6098dependencies = [
6099 "bytemuck",
6100 "byteorder-lite",
6101 "color_quant",
6102 "exr",
6103 "gif",
6104 "image-webp",
6105 "num-traits",
6106 "png",
6107 "qoi",
6108 "ravif",
6109 "rayon",
6110 "rgb",
6111 "tiff",
6112 "zune-core",
6113 "zune-jpeg",
6114]
6115
6116[[package]]
6117name = "image-webp"
6118version = "0.2.0"
6119source = "registry+https://github.com/rust-lang/crates.io-index"
6120checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6121dependencies = [
6122 "byteorder-lite",
6123 "quick-error",
6124]
6125
6126[[package]]
6127name = "image_viewer"
6128version = "0.1.0"
6129dependencies = [
6130 "anyhow",
6131 "db",
6132 "editor",
6133 "file_icons",
6134 "gpui",
6135 "project",
6136 "settings",
6137 "theme",
6138 "ui",
6139 "util",
6140 "workspace",
6141]
6142
6143[[package]]
6144name = "imagesize"
6145version = "0.13.0"
6146source = "registry+https://github.com/rust-lang/crates.io-index"
6147checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6148
6149[[package]]
6150name = "imgref"
6151version = "1.11.0"
6152source = "registry+https://github.com/rust-lang/crates.io-index"
6153checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6154
6155[[package]]
6156name = "indexed_docs"
6157version = "0.1.0"
6158dependencies = [
6159 "anyhow",
6160 "async-trait",
6161 "cargo_metadata",
6162 "collections",
6163 "derive_more",
6164 "extension",
6165 "fs",
6166 "futures 0.3.31",
6167 "fuzzy",
6168 "gpui",
6169 "heed",
6170 "html_to_markdown",
6171 "http_client",
6172 "indexmap",
6173 "indoc",
6174 "parking_lot",
6175 "paths",
6176 "pretty_assertions",
6177 "serde",
6178 "strum",
6179 "util",
6180]
6181
6182[[package]]
6183name = "indexmap"
6184version = "2.7.0"
6185source = "registry+https://github.com/rust-lang/crates.io-index"
6186checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
6187dependencies = [
6188 "equivalent",
6189 "hashbrown 0.15.2",
6190 "serde",
6191]
6192
6193[[package]]
6194name = "indoc"
6195version = "2.0.5"
6196source = "registry+https://github.com/rust-lang/crates.io-index"
6197checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6198
6199[[package]]
6200name = "infer"
6201version = "0.2.3"
6202source = "registry+https://github.com/rust-lang/crates.io-index"
6203checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6204
6205[[package]]
6206name = "inherent"
6207version = "1.0.11"
6208source = "registry+https://github.com/rust-lang/crates.io-index"
6209checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6210dependencies = [
6211 "proc-macro2",
6212 "quote",
6213 "syn 2.0.90",
6214]
6215
6216[[package]]
6217name = "inline_completion"
6218version = "0.1.0"
6219dependencies = [
6220 "gpui",
6221 "language",
6222]
6223
6224[[package]]
6225name = "inline_completion_button"
6226version = "0.1.0"
6227dependencies = [
6228 "anyhow",
6229 "copilot",
6230 "editor",
6231 "feature_flags",
6232 "fs",
6233 "futures 0.3.31",
6234 "gpui",
6235 "indoc",
6236 "inline_completion",
6237 "language",
6238 "lsp",
6239 "paths",
6240 "project",
6241 "serde_json",
6242 "settings",
6243 "supermaven",
6244 "theme",
6245 "ui",
6246 "workspace",
6247 "zed_actions",
6248 "zeta",
6249]
6250
6251[[package]]
6252name = "inotify"
6253version = "0.9.6"
6254source = "registry+https://github.com/rust-lang/crates.io-index"
6255checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6256dependencies = [
6257 "bitflags 1.3.2",
6258 "inotify-sys",
6259 "libc",
6260]
6261
6262[[package]]
6263name = "inotify-sys"
6264version = "0.1.5"
6265source = "registry+https://github.com/rust-lang/crates.io-index"
6266checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6267dependencies = [
6268 "libc",
6269]
6270
6271[[package]]
6272name = "inout"
6273version = "0.1.3"
6274source = "registry+https://github.com/rust-lang/crates.io-index"
6275checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6276dependencies = [
6277 "block-padding",
6278 "generic-array",
6279]
6280
6281[[package]]
6282name = "install_cli"
6283version = "0.1.0"
6284dependencies = [
6285 "anyhow",
6286 "gpui",
6287 "smol",
6288 "util",
6289]
6290
6291[[package]]
6292name = "instant"
6293version = "0.1.13"
6294source = "registry+https://github.com/rust-lang/crates.io-index"
6295checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6296dependencies = [
6297 "cfg-if",
6298]
6299
6300[[package]]
6301name = "interpolate_name"
6302version = "0.2.4"
6303source = "registry+https://github.com/rust-lang/crates.io-index"
6304checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6305dependencies = [
6306 "proc-macro2",
6307 "quote",
6308 "syn 2.0.90",
6309]
6310
6311[[package]]
6312name = "io-extras"
6313version = "0.18.4"
6314source = "registry+https://github.com/rust-lang/crates.io-index"
6315checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6316dependencies = [
6317 "io-lifetimes",
6318 "windows-sys 0.59.0",
6319]
6320
6321[[package]]
6322name = "io-lifetimes"
6323version = "2.0.4"
6324source = "registry+https://github.com/rust-lang/crates.io-index"
6325checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6326
6327[[package]]
6328name = "iovec"
6329version = "0.1.4"
6330source = "registry+https://github.com/rust-lang/crates.io-index"
6331checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6332dependencies = [
6333 "libc",
6334]
6335
6336[[package]]
6337name = "ipc-channel"
6338version = "0.19.0"
6339source = "registry+https://github.com/rust-lang/crates.io-index"
6340checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6341dependencies = [
6342 "bincode",
6343 "crossbeam-channel",
6344 "fnv",
6345 "lazy_static",
6346 "libc",
6347 "mio 1.0.3",
6348 "rand 0.8.5",
6349 "serde",
6350 "tempfile",
6351 "uuid",
6352 "windows 0.58.0",
6353]
6354
6355[[package]]
6356name = "ipnet"
6357version = "2.10.1"
6358source = "registry+https://github.com/rust-lang/crates.io-index"
6359checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6360
6361[[package]]
6362name = "is-docker"
6363version = "0.2.0"
6364source = "registry+https://github.com/rust-lang/crates.io-index"
6365checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6366dependencies = [
6367 "once_cell",
6368]
6369
6370[[package]]
6371name = "is-terminal"
6372version = "0.4.13"
6373source = "registry+https://github.com/rust-lang/crates.io-index"
6374checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6375dependencies = [
6376 "hermit-abi 0.4.0",
6377 "libc",
6378 "windows-sys 0.52.0",
6379]
6380
6381[[package]]
6382name = "is-wsl"
6383version = "0.4.0"
6384source = "registry+https://github.com/rust-lang/crates.io-index"
6385checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6386dependencies = [
6387 "is-docker",
6388 "once_cell",
6389]
6390
6391[[package]]
6392name = "is_terminal_polyfill"
6393version = "1.70.1"
6394source = "registry+https://github.com/rust-lang/crates.io-index"
6395checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6396
6397[[package]]
6398name = "itertools"
6399version = "0.10.5"
6400source = "registry+https://github.com/rust-lang/crates.io-index"
6401checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6402dependencies = [
6403 "either",
6404]
6405
6406[[package]]
6407name = "itertools"
6408version = "0.11.0"
6409source = "registry+https://github.com/rust-lang/crates.io-index"
6410checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6411dependencies = [
6412 "either",
6413]
6414
6415[[package]]
6416name = "itertools"
6417version = "0.12.1"
6418source = "registry+https://github.com/rust-lang/crates.io-index"
6419checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6420dependencies = [
6421 "either",
6422]
6423
6424[[package]]
6425name = "itertools"
6426version = "0.14.0"
6427source = "registry+https://github.com/rust-lang/crates.io-index"
6428checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6429dependencies = [
6430 "either",
6431]
6432
6433[[package]]
6434name = "itoa"
6435version = "1.0.14"
6436source = "registry+https://github.com/rust-lang/crates.io-index"
6437checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6438
6439[[package]]
6440name = "jni"
6441version = "0.21.1"
6442source = "registry+https://github.com/rust-lang/crates.io-index"
6443checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6444dependencies = [
6445 "cesu8",
6446 "cfg-if",
6447 "combine",
6448 "jni-sys",
6449 "log",
6450 "thiserror 1.0.69",
6451 "walkdir",
6452 "windows-sys 0.45.0",
6453]
6454
6455[[package]]
6456name = "jni-sys"
6457version = "0.3.0"
6458source = "registry+https://github.com/rust-lang/crates.io-index"
6459checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6460
6461[[package]]
6462name = "jobserver"
6463version = "0.1.32"
6464source = "registry+https://github.com/rust-lang/crates.io-index"
6465checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6466dependencies = [
6467 "libc",
6468]
6469
6470[[package]]
6471name = "journal"
6472version = "0.1.0"
6473dependencies = [
6474 "anyhow",
6475 "chrono",
6476 "editor",
6477 "gpui",
6478 "log",
6479 "schemars",
6480 "serde",
6481 "settings",
6482 "shellexpand 2.1.2",
6483 "workspace",
6484]
6485
6486[[package]]
6487name = "jpeg-decoder"
6488version = "0.3.1"
6489source = "registry+https://github.com/rust-lang/crates.io-index"
6490checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6491
6492[[package]]
6493name = "js-sys"
6494version = "0.3.76"
6495source = "registry+https://github.com/rust-lang/crates.io-index"
6496checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6497dependencies = [
6498 "once_cell",
6499 "wasm-bindgen",
6500]
6501
6502[[package]]
6503name = "jsonwebtoken"
6504version = "9.3.0"
6505source = "registry+https://github.com/rust-lang/crates.io-index"
6506checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6507dependencies = [
6508 "base64 0.21.7",
6509 "js-sys",
6510 "pem",
6511 "ring",
6512 "serde",
6513 "serde_json",
6514 "simple_asn1",
6515]
6516
6517[[package]]
6518name = "jupyter-protocol"
6519version = "0.6.0"
6520source = "registry+https://github.com/rust-lang/crates.io-index"
6521checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6522dependencies = [
6523 "anyhow",
6524 "async-trait",
6525 "bytes 1.9.0",
6526 "chrono",
6527 "futures 0.3.31",
6528 "serde",
6529 "serde_json",
6530 "uuid",
6531]
6532
6533[[package]]
6534name = "jupyter-websocket-client"
6535version = "0.9.0"
6536source = "registry+https://github.com/rust-lang/crates.io-index"
6537checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6538dependencies = [
6539 "anyhow",
6540 "async-trait",
6541 "async-tungstenite 0.28.2",
6542 "futures 0.3.31",
6543 "jupyter-protocol",
6544 "serde",
6545 "serde_json",
6546 "url",
6547 "uuid",
6548]
6549
6550[[package]]
6551name = "khronos-egl"
6552version = "6.0.0"
6553source = "registry+https://github.com/rust-lang/crates.io-index"
6554checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6555dependencies = [
6556 "libc",
6557 "libloading",
6558]
6559
6560[[package]]
6561name = "kqueue"
6562version = "1.0.8"
6563source = "registry+https://github.com/rust-lang/crates.io-index"
6564checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6565dependencies = [
6566 "kqueue-sys",
6567 "libc",
6568]
6569
6570[[package]]
6571name = "kqueue-sys"
6572version = "1.0.4"
6573source = "registry+https://github.com/rust-lang/crates.io-index"
6574checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6575dependencies = [
6576 "bitflags 1.3.2",
6577 "libc",
6578]
6579
6580[[package]]
6581name = "kurbo"
6582version = "0.11.1"
6583source = "registry+https://github.com/rust-lang/crates.io-index"
6584checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6585dependencies = [
6586 "arrayvec",
6587 "smallvec",
6588]
6589
6590[[package]]
6591name = "kv-log-macro"
6592version = "1.0.7"
6593source = "registry+https://github.com/rust-lang/crates.io-index"
6594checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6595dependencies = [
6596 "log",
6597]
6598
6599[[package]]
6600name = "language"
6601version = "0.1.0"
6602dependencies = [
6603 "anyhow",
6604 "async-trait",
6605 "async-watch",
6606 "clock",
6607 "collections",
6608 "ctor",
6609 "ec4rs",
6610 "env_logger 0.11.6",
6611 "fs",
6612 "futures 0.3.31",
6613 "fuzzy",
6614 "globset",
6615 "gpui",
6616 "http_client",
6617 "indoc",
6618 "itertools 0.14.0",
6619 "log",
6620 "lsp",
6621 "parking_lot",
6622 "postage",
6623 "pretty_assertions",
6624 "pulldown-cmark 0.12.2",
6625 "rand 0.8.5",
6626 "regex",
6627 "rpc",
6628 "schemars",
6629 "serde",
6630 "serde_json",
6631 "settings",
6632 "similar",
6633 "smallvec",
6634 "smol",
6635 "strsim",
6636 "sum_tree",
6637 "task",
6638 "text",
6639 "theme",
6640 "tree-sitter",
6641 "tree-sitter-elixir",
6642 "tree-sitter-embedded-template",
6643 "tree-sitter-heex",
6644 "tree-sitter-html",
6645 "tree-sitter-json",
6646 "tree-sitter-md",
6647 "tree-sitter-ruby",
6648 "tree-sitter-rust",
6649 "tree-sitter-typescript",
6650 "unicase",
6651 "unindent",
6652 "util",
6653]
6654
6655[[package]]
6656name = "language_extension"
6657version = "0.1.0"
6658dependencies = [
6659 "anyhow",
6660 "async-trait",
6661 "collections",
6662 "extension",
6663 "futures 0.3.31",
6664 "gpui",
6665 "language",
6666 "lsp",
6667 "serde",
6668 "serde_json",
6669 "util",
6670]
6671
6672[[package]]
6673name = "language_model"
6674version = "0.1.0"
6675dependencies = [
6676 "anthropic",
6677 "anyhow",
6678 "base64 0.22.1",
6679 "collections",
6680 "futures 0.3.31",
6681 "google_ai",
6682 "gpui",
6683 "http_client",
6684 "image",
6685 "log",
6686 "ollama",
6687 "open_ai",
6688 "parking_lot",
6689 "proto",
6690 "schemars",
6691 "serde",
6692 "serde_json",
6693 "smol",
6694 "strum",
6695 "ui",
6696 "util",
6697]
6698
6699[[package]]
6700name = "language_model_selector"
6701version = "0.1.0"
6702dependencies = [
6703 "feature_flags",
6704 "gpui",
6705 "language_model",
6706 "picker",
6707 "proto",
6708 "ui",
6709 "workspace",
6710 "zed_actions",
6711]
6712
6713[[package]]
6714name = "language_models"
6715version = "0.1.0"
6716dependencies = [
6717 "anthropic",
6718 "anyhow",
6719 "client",
6720 "collections",
6721 "copilot",
6722 "editor",
6723 "feature_flags",
6724 "fs",
6725 "futures 0.3.31",
6726 "google_ai",
6727 "gpui",
6728 "http_client",
6729 "language_model",
6730 "menu",
6731 "ollama",
6732 "open_ai",
6733 "project",
6734 "proto",
6735 "schemars",
6736 "serde",
6737 "serde_json",
6738 "settings",
6739 "smol",
6740 "strum",
6741 "telemetry_events",
6742 "theme",
6743 "thiserror 1.0.69",
6744 "tiktoken-rs",
6745 "ui",
6746 "util",
6747]
6748
6749[[package]]
6750name = "language_selector"
6751version = "0.1.0"
6752dependencies = [
6753 "anyhow",
6754 "editor",
6755 "file_finder",
6756 "file_icons",
6757 "fuzzy",
6758 "gpui",
6759 "language",
6760 "picker",
6761 "project",
6762 "settings",
6763 "ui",
6764 "util",
6765 "workspace",
6766]
6767
6768[[package]]
6769name = "language_tools"
6770version = "0.1.0"
6771dependencies = [
6772 "anyhow",
6773 "client",
6774 "collections",
6775 "copilot",
6776 "editor",
6777 "env_logger 0.11.6",
6778 "futures 0.3.31",
6779 "gpui",
6780 "itertools 0.14.0",
6781 "language",
6782 "lsp",
6783 "project",
6784 "release_channel",
6785 "serde_json",
6786 "settings",
6787 "theme",
6788 "tree-sitter",
6789 "ui",
6790 "util",
6791 "workspace",
6792 "zed_actions",
6793]
6794
6795[[package]]
6796name = "languages"
6797version = "0.1.0"
6798dependencies = [
6799 "anyhow",
6800 "async-compression",
6801 "async-tar",
6802 "async-trait",
6803 "collections",
6804 "futures 0.3.31",
6805 "gpui",
6806 "http_client",
6807 "language",
6808 "log",
6809 "lsp",
6810 "node_runtime",
6811 "paths",
6812 "pet",
6813 "pet-conda",
6814 "pet-core",
6815 "pet-fs",
6816 "pet-poetry",
6817 "pet-reporter",
6818 "project",
6819 "regex",
6820 "rope",
6821 "rust-embed",
6822 "schemars",
6823 "serde",
6824 "serde_json",
6825 "settings",
6826 "smol",
6827 "task",
6828 "text",
6829 "theme",
6830 "toml 0.8.19",
6831 "tree-sitter",
6832 "tree-sitter-bash",
6833 "tree-sitter-c",
6834 "tree-sitter-cpp",
6835 "tree-sitter-css",
6836 "tree-sitter-diff",
6837 "tree-sitter-go",
6838 "tree-sitter-gomod",
6839 "tree-sitter-gowork",
6840 "tree-sitter-jsdoc",
6841 "tree-sitter-json",
6842 "tree-sitter-md",
6843 "tree-sitter-python",
6844 "tree-sitter-regex",
6845 "tree-sitter-rust",
6846 "tree-sitter-typescript",
6847 "tree-sitter-yaml",
6848 "unindent",
6849 "util",
6850 "workspace",
6851]
6852
6853[[package]]
6854name = "lazy_static"
6855version = "1.5.0"
6856source = "registry+https://github.com/rust-lang/crates.io-index"
6857checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6858dependencies = [
6859 "spin",
6860]
6861
6862[[package]]
6863name = "leb128"
6864version = "0.2.5"
6865source = "registry+https://github.com/rust-lang/crates.io-index"
6866checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6867
6868[[package]]
6869name = "lebe"
6870version = "0.5.2"
6871source = "registry+https://github.com/rust-lang/crates.io-index"
6872checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6873
6874[[package]]
6875name = "libc"
6876version = "0.2.169"
6877source = "registry+https://github.com/rust-lang/crates.io-index"
6878checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
6879
6880[[package]]
6881name = "libdbus-sys"
6882version = "0.2.5"
6883source = "registry+https://github.com/rust-lang/crates.io-index"
6884checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6885dependencies = [
6886 "cc",
6887 "pkg-config",
6888]
6889
6890[[package]]
6891name = "libfuzzer-sys"
6892version = "0.4.8"
6893source = "registry+https://github.com/rust-lang/crates.io-index"
6894checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
6895dependencies = [
6896 "arbitrary",
6897 "cc",
6898]
6899
6900[[package]]
6901name = "libgit2-sys"
6902version = "0.17.0+1.8.1"
6903source = "registry+https://github.com/rust-lang/crates.io-index"
6904checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6905dependencies = [
6906 "cc",
6907 "libc",
6908 "libz-sys",
6909 "pkg-config",
6910]
6911
6912[[package]]
6913name = "libloading"
6914version = "0.8.6"
6915source = "registry+https://github.com/rust-lang/crates.io-index"
6916checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
6917dependencies = [
6918 "cfg-if",
6919 "windows-targets 0.52.6",
6920]
6921
6922[[package]]
6923name = "libm"
6924version = "0.2.11"
6925source = "registry+https://github.com/rust-lang/crates.io-index"
6926checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
6927
6928[[package]]
6929name = "libmimalloc-sys"
6930version = "0.1.39"
6931source = "registry+https://github.com/rust-lang/crates.io-index"
6932checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6933dependencies = [
6934 "cc",
6935 "libc",
6936]
6937
6938[[package]]
6939name = "libredox"
6940version = "0.1.3"
6941source = "registry+https://github.com/rust-lang/crates.io-index"
6942checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6943dependencies = [
6944 "bitflags 2.6.0",
6945 "libc",
6946 "redox_syscall 0.5.8",
6947]
6948
6949[[package]]
6950name = "libsqlite3-sys"
6951version = "0.30.1"
6952source = "registry+https://github.com/rust-lang/crates.io-index"
6953checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
6954dependencies = [
6955 "cc",
6956 "pkg-config",
6957 "vcpkg",
6958]
6959
6960[[package]]
6961name = "libwebrtc"
6962version = "0.3.7"
6963source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
6964dependencies = [
6965 "cxx",
6966 "jni",
6967 "js-sys",
6968 "lazy_static",
6969 "livekit-protocol",
6970 "livekit-runtime",
6971 "log",
6972 "parking_lot",
6973 "serde",
6974 "serde_json",
6975 "thiserror 1.0.69",
6976 "tokio",
6977 "wasm-bindgen",
6978 "wasm-bindgen-futures",
6979 "web-sys",
6980 "webrtc-sys",
6981]
6982
6983[[package]]
6984name = "libz-sys"
6985version = "1.1.20"
6986source = "registry+https://github.com/rust-lang/crates.io-index"
6987checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6988dependencies = [
6989 "cc",
6990 "libc",
6991 "pkg-config",
6992 "vcpkg",
6993]
6994
6995[[package]]
6996name = "link-cplusplus"
6997version = "1.0.9"
6998source = "registry+https://github.com/rust-lang/crates.io-index"
6999checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7000dependencies = [
7001 "cc",
7002]
7003
7004[[package]]
7005name = "linkify"
7006version = "0.10.0"
7007source = "registry+https://github.com/rust-lang/crates.io-index"
7008checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7009dependencies = [
7010 "memchr",
7011]
7012
7013[[package]]
7014name = "linkme"
7015version = "0.3.31"
7016source = "registry+https://github.com/rust-lang/crates.io-index"
7017checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7018dependencies = [
7019 "linkme-impl",
7020]
7021
7022[[package]]
7023name = "linkme-impl"
7024version = "0.3.31"
7025source = "registry+https://github.com/rust-lang/crates.io-index"
7026checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7027dependencies = [
7028 "proc-macro2",
7029 "quote",
7030 "syn 2.0.90",
7031]
7032
7033[[package]]
7034name = "linux-raw-sys"
7035version = "0.4.14"
7036source = "registry+https://github.com/rust-lang/crates.io-index"
7037checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7038
7039[[package]]
7040name = "litemap"
7041version = "0.7.4"
7042source = "registry+https://github.com/rust-lang/crates.io-index"
7043checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7044
7045[[package]]
7046name = "livekit"
7047version = "0.7.0"
7048source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7049dependencies = [
7050 "chrono",
7051 "futures-util",
7052 "lazy_static",
7053 "libwebrtc",
7054 "livekit-api",
7055 "livekit-protocol",
7056 "livekit-runtime",
7057 "log",
7058 "parking_lot",
7059 "prost 0.12.6",
7060 "semver",
7061 "serde",
7062 "serde_json",
7063 "thiserror 1.0.69",
7064 "tokio",
7065]
7066
7067[[package]]
7068name = "livekit-api"
7069version = "0.4.1"
7070source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7071dependencies = [
7072 "async-tungstenite 0.25.1",
7073 "futures-util",
7074 "http 0.2.12",
7075 "jsonwebtoken",
7076 "livekit-protocol",
7077 "livekit-runtime",
7078 "log",
7079 "parking_lot",
7080 "prost 0.12.6",
7081 "reqwest 0.11.27",
7082 "scopeguard",
7083 "serde",
7084 "serde_json",
7085 "sha2",
7086 "thiserror 1.0.69",
7087 "tokio",
7088 "tokio-tungstenite 0.20.1",
7089 "url",
7090]
7091
7092[[package]]
7093name = "livekit-protocol"
7094version = "0.3.6"
7095source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7096dependencies = [
7097 "futures-util",
7098 "livekit-runtime",
7099 "parking_lot",
7100 "pbjson",
7101 "pbjson-types",
7102 "prost 0.12.6",
7103 "prost-types 0.12.6",
7104 "serde",
7105 "thiserror 1.0.69",
7106 "tokio",
7107]
7108
7109[[package]]
7110name = "livekit-runtime"
7111version = "0.3.1"
7112source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7113dependencies = [
7114 "async-io",
7115 "async-std",
7116 "async-task",
7117 "futures 0.3.31",
7118]
7119
7120[[package]]
7121name = "livekit_client"
7122version = "0.1.0"
7123dependencies = [
7124 "anyhow",
7125 "async-trait",
7126 "collections",
7127 "core-foundation 0.9.4",
7128 "coreaudio-rs 0.12.1",
7129 "cpal",
7130 "futures 0.3.31",
7131 "gpui",
7132 "http 0.2.12",
7133 "http_client",
7134 "image",
7135 "livekit",
7136 "livekit_server",
7137 "log",
7138 "media",
7139 "nanoid",
7140 "parking_lot",
7141 "postage",
7142 "serde",
7143 "serde_json",
7144 "sha2",
7145 "simplelog",
7146 "smallvec",
7147 "util",
7148]
7149
7150[[package]]
7151name = "livekit_client_macos"
7152version = "0.1.0"
7153dependencies = [
7154 "anyhow",
7155 "async-broadcast",
7156 "async-trait",
7157 "collections",
7158 "core-foundation 0.9.4",
7159 "futures 0.3.31",
7160 "gpui",
7161 "livekit_server",
7162 "log",
7163 "media",
7164 "nanoid",
7165 "parking_lot",
7166 "postage",
7167 "serde",
7168 "serde_json",
7169 "sha2",
7170 "simplelog",
7171]
7172
7173[[package]]
7174name = "livekit_server"
7175version = "0.1.0"
7176dependencies = [
7177 "anyhow",
7178 "async-trait",
7179 "jsonwebtoken",
7180 "log",
7181 "prost 0.9.0",
7182 "prost-build 0.9.0",
7183 "prost-types 0.9.0",
7184 "reqwest 0.12.8",
7185 "serde",
7186]
7187
7188[[package]]
7189name = "lmdb-master-sys"
7190version = "0.2.4"
7191source = "registry+https://github.com/rust-lang/crates.io-index"
7192checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7193dependencies = [
7194 "cc",
7195 "doxygen-rs",
7196 "libc",
7197]
7198
7199[[package]]
7200name = "lock_api"
7201version = "0.4.12"
7202source = "registry+https://github.com/rust-lang/crates.io-index"
7203checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7204dependencies = [
7205 "autocfg",
7206 "scopeguard",
7207]
7208
7209[[package]]
7210name = "log"
7211version = "0.4.22"
7212source = "registry+https://github.com/rust-lang/crates.io-index"
7213checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
7214dependencies = [
7215 "serde",
7216 "value-bag",
7217]
7218
7219[[package]]
7220name = "loop9"
7221version = "0.1.5"
7222source = "registry+https://github.com/rust-lang/crates.io-index"
7223checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7224dependencies = [
7225 "imgref",
7226]
7227
7228[[package]]
7229name = "lru"
7230version = "0.12.5"
7231source = "registry+https://github.com/rust-lang/crates.io-index"
7232checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7233dependencies = [
7234 "hashbrown 0.15.2",
7235]
7236
7237[[package]]
7238name = "lsp"
7239version = "0.1.0"
7240dependencies = [
7241 "anyhow",
7242 "async-pipe",
7243 "collections",
7244 "ctor",
7245 "env_logger 0.11.6",
7246 "futures 0.3.31",
7247 "gpui",
7248 "log",
7249 "lsp-types",
7250 "parking_lot",
7251 "postage",
7252 "release_channel",
7253 "schemars",
7254 "serde",
7255 "serde_json",
7256 "smol",
7257 "util",
7258]
7259
7260[[package]]
7261name = "lsp-types"
7262version = "0.95.1"
7263source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7264dependencies = [
7265 "bitflags 1.3.2",
7266 "serde",
7267 "serde_json",
7268 "serde_repr",
7269 "url",
7270]
7271
7272[[package]]
7273name = "mac"
7274version = "0.1.1"
7275source = "registry+https://github.com/rust-lang/crates.io-index"
7276checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7277
7278[[package]]
7279name = "mach2"
7280version = "0.4.2"
7281source = "registry+https://github.com/rust-lang/crates.io-index"
7282checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7283dependencies = [
7284 "libc",
7285]
7286
7287[[package]]
7288name = "malloc_buf"
7289version = "0.0.6"
7290source = "registry+https://github.com/rust-lang/crates.io-index"
7291checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7292dependencies = [
7293 "libc",
7294]
7295
7296[[package]]
7297name = "maplit"
7298version = "1.0.2"
7299source = "registry+https://github.com/rust-lang/crates.io-index"
7300checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7301
7302[[package]]
7303name = "markdown"
7304version = "0.1.0"
7305dependencies = [
7306 "anyhow",
7307 "assets",
7308 "env_logger 0.11.6",
7309 "futures 0.3.31",
7310 "gpui",
7311 "language",
7312 "languages",
7313 "linkify",
7314 "log",
7315 "node_runtime",
7316 "pulldown-cmark 0.12.2",
7317 "settings",
7318 "theme",
7319 "ui",
7320 "util",
7321]
7322
7323[[package]]
7324name = "markdown_preview"
7325version = "0.1.0"
7326dependencies = [
7327 "anyhow",
7328 "async-recursion 1.1.1",
7329 "collections",
7330 "editor",
7331 "gpui",
7332 "language",
7333 "linkify",
7334 "log",
7335 "pretty_assertions",
7336 "pulldown-cmark 0.12.2",
7337 "settings",
7338 "theme",
7339 "ui",
7340 "util",
7341 "workspace",
7342]
7343
7344[[package]]
7345name = "markup5ever"
7346version = "0.12.1"
7347source = "registry+https://github.com/rust-lang/crates.io-index"
7348checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7349dependencies = [
7350 "log",
7351 "phf",
7352 "phf_codegen",
7353 "string_cache",
7354 "string_cache_codegen",
7355 "tendril",
7356]
7357
7358[[package]]
7359name = "markup5ever_rcdom"
7360version = "0.3.0"
7361source = "registry+https://github.com/rust-lang/crates.io-index"
7362checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7363dependencies = [
7364 "html5ever",
7365 "markup5ever",
7366 "tendril",
7367 "xml5ever",
7368]
7369
7370[[package]]
7371name = "matchers"
7372version = "0.1.0"
7373source = "registry+https://github.com/rust-lang/crates.io-index"
7374checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7375dependencies = [
7376 "regex-automata 0.1.10",
7377]
7378
7379[[package]]
7380name = "matchit"
7381version = "0.7.3"
7382source = "registry+https://github.com/rust-lang/crates.io-index"
7383checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7384
7385[[package]]
7386name = "maybe-owned"
7387version = "0.3.4"
7388source = "registry+https://github.com/rust-lang/crates.io-index"
7389checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7390
7391[[package]]
7392name = "maybe-rayon"
7393version = "0.1.1"
7394source = "registry+https://github.com/rust-lang/crates.io-index"
7395checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7396dependencies = [
7397 "cfg-if",
7398 "rayon",
7399]
7400
7401[[package]]
7402name = "md-5"
7403version = "0.10.6"
7404source = "registry+https://github.com/rust-lang/crates.io-index"
7405checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7406dependencies = [
7407 "cfg-if",
7408 "digest",
7409]
7410
7411[[package]]
7412name = "mdbook"
7413version = "0.4.43"
7414source = "registry+https://github.com/rust-lang/crates.io-index"
7415checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7416dependencies = [
7417 "ammonia",
7418 "anyhow",
7419 "chrono",
7420 "clap",
7421 "clap_complete",
7422 "elasticlunr-rs",
7423 "env_logger 0.11.6",
7424 "futures-util",
7425 "handlebars 6.2.0",
7426 "ignore",
7427 "log",
7428 "memchr",
7429 "notify",
7430 "notify-debouncer-mini",
7431 "once_cell",
7432 "opener",
7433 "pathdiff",
7434 "pulldown-cmark 0.10.3",
7435 "regex",
7436 "serde",
7437 "serde_json",
7438 "shlex",
7439 "tempfile",
7440 "tokio",
7441 "toml 0.5.11",
7442 "topological-sort",
7443 "walkdir",
7444 "warp",
7445]
7446
7447[[package]]
7448name = "media"
7449version = "0.1.0"
7450dependencies = [
7451 "anyhow",
7452 "bindgen",
7453 "core-foundation 0.9.4",
7454 "ctor",
7455 "foreign-types 0.5.0",
7456 "metal",
7457 "objc",
7458]
7459
7460[[package]]
7461name = "memchr"
7462version = "2.7.4"
7463source = "registry+https://github.com/rust-lang/crates.io-index"
7464checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7465
7466[[package]]
7467name = "memfd"
7468version = "0.6.4"
7469source = "registry+https://github.com/rust-lang/crates.io-index"
7470checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7471dependencies = [
7472 "rustix",
7473]
7474
7475[[package]]
7476name = "memmap2"
7477version = "0.9.5"
7478source = "registry+https://github.com/rust-lang/crates.io-index"
7479checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7480dependencies = [
7481 "libc",
7482]
7483
7484[[package]]
7485name = "memoffset"
7486version = "0.9.1"
7487source = "registry+https://github.com/rust-lang/crates.io-index"
7488checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7489dependencies = [
7490 "autocfg",
7491]
7492
7493[[package]]
7494name = "menu"
7495version = "0.1.0"
7496dependencies = [
7497 "gpui",
7498 "serde",
7499]
7500
7501[[package]]
7502name = "metal"
7503version = "0.30.0"
7504source = "registry+https://github.com/rust-lang/crates.io-index"
7505checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9"
7506dependencies = [
7507 "bitflags 2.6.0",
7508 "block",
7509 "core-graphics-types 0.1.3",
7510 "foreign-types 0.5.0",
7511 "log",
7512 "objc",
7513 "paste",
7514]
7515
7516[[package]]
7517name = "mimalloc"
7518version = "0.1.43"
7519source = "registry+https://github.com/rust-lang/crates.io-index"
7520checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7521dependencies = [
7522 "libmimalloc-sys",
7523]
7524
7525[[package]]
7526name = "mime"
7527version = "0.3.17"
7528source = "registry+https://github.com/rust-lang/crates.io-index"
7529checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7530
7531[[package]]
7532name = "mime_guess"
7533version = "2.0.5"
7534source = "registry+https://github.com/rust-lang/crates.io-index"
7535checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7536dependencies = [
7537 "mime",
7538 "unicase",
7539]
7540
7541[[package]]
7542name = "minimal-lexical"
7543version = "0.2.1"
7544source = "registry+https://github.com/rust-lang/crates.io-index"
7545checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7546
7547[[package]]
7548name = "miniz_oxide"
7549version = "0.8.0"
7550source = "registry+https://github.com/rust-lang/crates.io-index"
7551checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7552dependencies = [
7553 "adler2",
7554 "simd-adler32",
7555]
7556
7557[[package]]
7558name = "mint"
7559version = "0.5.9"
7560source = "registry+https://github.com/rust-lang/crates.io-index"
7561checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7562
7563[[package]]
7564name = "mio"
7565version = "0.8.11"
7566source = "registry+https://github.com/rust-lang/crates.io-index"
7567checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7568dependencies = [
7569 "libc",
7570 "log",
7571 "wasi 0.11.0+wasi-snapshot-preview1",
7572 "windows-sys 0.48.0",
7573]
7574
7575[[package]]
7576name = "mio"
7577version = "1.0.3"
7578source = "registry+https://github.com/rust-lang/crates.io-index"
7579checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7580dependencies = [
7581 "libc",
7582 "log",
7583 "wasi 0.11.0+wasi-snapshot-preview1",
7584 "windows-sys 0.52.0",
7585]
7586
7587[[package]]
7588name = "miow"
7589version = "0.6.0"
7590source = "registry+https://github.com/rust-lang/crates.io-index"
7591checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7592dependencies = [
7593 "windows-sys 0.48.0",
7594]
7595
7596[[package]]
7597name = "msvc_spectre_libs"
7598version = "0.1.2"
7599source = "registry+https://github.com/rust-lang/crates.io-index"
7600checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7601dependencies = [
7602 "cc",
7603]
7604
7605[[package]]
7606name = "multi_buffer"
7607version = "0.1.0"
7608dependencies = [
7609 "anyhow",
7610 "clock",
7611 "collections",
7612 "ctor",
7613 "env_logger 0.11.6",
7614 "futures 0.3.31",
7615 "gpui",
7616 "itertools 0.14.0",
7617 "language",
7618 "log",
7619 "parking_lot",
7620 "rand 0.8.5",
7621 "serde",
7622 "settings",
7623 "smallvec",
7624 "sum_tree",
7625 "text",
7626 "theme",
7627 "tree-sitter",
7628 "util",
7629]
7630
7631[[package]]
7632name = "multimap"
7633version = "0.8.3"
7634source = "registry+https://github.com/rust-lang/crates.io-index"
7635checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7636
7637[[package]]
7638name = "multimap"
7639version = "0.10.0"
7640source = "registry+https://github.com/rust-lang/crates.io-index"
7641checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7642
7643[[package]]
7644name = "naga"
7645version = "23.1.0"
7646source = "registry+https://github.com/rust-lang/crates.io-index"
7647checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7648dependencies = [
7649 "arrayvec",
7650 "bit-set 0.8.0",
7651 "bitflags 2.6.0",
7652 "cfg_aliases 0.1.1",
7653 "codespan-reporting",
7654 "hexf-parse",
7655 "indexmap",
7656 "log",
7657 "rustc-hash 1.1.0",
7658 "spirv",
7659 "termcolor",
7660 "thiserror 1.0.69",
7661 "unicode-xid",
7662]
7663
7664[[package]]
7665name = "nanoid"
7666version = "0.4.0"
7667source = "registry+https://github.com/rust-lang/crates.io-index"
7668checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7669dependencies = [
7670 "rand 0.8.5",
7671]
7672
7673[[package]]
7674name = "nanorand"
7675version = "0.7.0"
7676source = "registry+https://github.com/rust-lang/crates.io-index"
7677checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7678dependencies = [
7679 "getrandom 0.2.15",
7680]
7681
7682[[package]]
7683name = "native-tls"
7684version = "0.2.12"
7685source = "registry+https://github.com/rust-lang/crates.io-index"
7686checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7687dependencies = [
7688 "libc",
7689 "log",
7690 "openssl",
7691 "openssl-probe",
7692 "openssl-sys",
7693 "schannel",
7694 "security-framework 2.11.1",
7695 "security-framework-sys",
7696 "tempfile",
7697]
7698
7699[[package]]
7700name = "nbformat"
7701version = "0.10.0"
7702source = "registry+https://github.com/rust-lang/crates.io-index"
7703checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
7704dependencies = [
7705 "anyhow",
7706 "chrono",
7707 "jupyter-protocol",
7708 "serde",
7709 "serde_json",
7710 "thiserror 1.0.69",
7711 "uuid",
7712]
7713
7714[[package]]
7715name = "ndk"
7716version = "0.8.0"
7717source = "registry+https://github.com/rust-lang/crates.io-index"
7718checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7719dependencies = [
7720 "bitflags 2.6.0",
7721 "jni-sys",
7722 "log",
7723 "ndk-sys",
7724 "num_enum",
7725 "thiserror 1.0.69",
7726]
7727
7728[[package]]
7729name = "ndk-context"
7730version = "0.1.1"
7731source = "registry+https://github.com/rust-lang/crates.io-index"
7732checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7733
7734[[package]]
7735name = "ndk-sys"
7736version = "0.5.0+25.2.9519653"
7737source = "registry+https://github.com/rust-lang/crates.io-index"
7738checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7739dependencies = [
7740 "jni-sys",
7741]
7742
7743[[package]]
7744name = "new_debug_unreachable"
7745version = "1.0.6"
7746source = "registry+https://github.com/rust-lang/crates.io-index"
7747checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7748
7749[[package]]
7750name = "nix"
7751version = "0.29.0"
7752source = "registry+https://github.com/rust-lang/crates.io-index"
7753checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7754dependencies = [
7755 "bitflags 2.6.0",
7756 "cfg-if",
7757 "cfg_aliases 0.2.1",
7758 "libc",
7759 "memoffset",
7760]
7761
7762[[package]]
7763name = "node_runtime"
7764version = "0.1.0"
7765dependencies = [
7766 "anyhow",
7767 "async-compression",
7768 "async-std",
7769 "async-tar",
7770 "async-trait",
7771 "async-watch",
7772 "async_zip",
7773 "futures 0.3.31",
7774 "http_client",
7775 "log",
7776 "paths",
7777 "semver",
7778 "serde",
7779 "serde_json",
7780 "smol",
7781 "tempfile",
7782 "util",
7783 "walkdir",
7784 "which 6.0.3",
7785]
7786
7787[[package]]
7788name = "nom"
7789version = "7.1.3"
7790source = "registry+https://github.com/rust-lang/crates.io-index"
7791checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7792dependencies = [
7793 "memchr",
7794 "minimal-lexical",
7795]
7796
7797[[package]]
7798name = "noop_proc_macro"
7799version = "0.3.0"
7800source = "registry+https://github.com/rust-lang/crates.io-index"
7801checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7802
7803[[package]]
7804name = "normpath"
7805version = "1.3.0"
7806source = "registry+https://github.com/rust-lang/crates.io-index"
7807checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7808dependencies = [
7809 "windows-sys 0.59.0",
7810]
7811
7812[[package]]
7813name = "notifications"
7814version = "0.1.0"
7815dependencies = [
7816 "anyhow",
7817 "channel",
7818 "client",
7819 "collections",
7820 "db",
7821 "gpui",
7822 "rpc",
7823 "settings",
7824 "sum_tree",
7825 "time",
7826 "util",
7827]
7828
7829[[package]]
7830name = "notify"
7831version = "6.1.1"
7832source = "registry+https://github.com/rust-lang/crates.io-index"
7833checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7834dependencies = [
7835 "bitflags 2.6.0",
7836 "crossbeam-channel",
7837 "filetime",
7838 "fsevent-sys 4.1.0",
7839 "inotify",
7840 "kqueue",
7841 "libc",
7842 "log",
7843 "mio 0.8.11",
7844 "walkdir",
7845 "windows-sys 0.48.0",
7846]
7847
7848[[package]]
7849name = "notify-debouncer-mini"
7850version = "0.4.1"
7851source = "registry+https://github.com/rust-lang/crates.io-index"
7852checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7853dependencies = [
7854 "crossbeam-channel",
7855 "log",
7856 "notify",
7857]
7858
7859[[package]]
7860name = "ntapi"
7861version = "0.4.1"
7862source = "registry+https://github.com/rust-lang/crates.io-index"
7863checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7864dependencies = [
7865 "winapi",
7866]
7867
7868[[package]]
7869name = "nu-ansi-term"
7870version = "0.46.0"
7871source = "registry+https://github.com/rust-lang/crates.io-index"
7872checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7873dependencies = [
7874 "overload",
7875 "winapi",
7876]
7877
7878[[package]]
7879name = "num"
7880version = "0.4.3"
7881source = "registry+https://github.com/rust-lang/crates.io-index"
7882checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7883dependencies = [
7884 "num-bigint",
7885 "num-complex",
7886 "num-integer",
7887 "num-iter",
7888 "num-rational",
7889 "num-traits",
7890]
7891
7892[[package]]
7893name = "num-bigint"
7894version = "0.4.6"
7895source = "registry+https://github.com/rust-lang/crates.io-index"
7896checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7897dependencies = [
7898 "num-integer",
7899 "num-traits",
7900]
7901
7902[[package]]
7903name = "num-bigint-dig"
7904version = "0.8.4"
7905source = "registry+https://github.com/rust-lang/crates.io-index"
7906checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7907dependencies = [
7908 "byteorder",
7909 "lazy_static",
7910 "libm",
7911 "num-integer",
7912 "num-iter",
7913 "num-traits",
7914 "rand 0.8.5",
7915 "serde",
7916 "smallvec",
7917 "zeroize",
7918]
7919
7920[[package]]
7921name = "num-complex"
7922version = "0.4.6"
7923source = "registry+https://github.com/rust-lang/crates.io-index"
7924checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7925dependencies = [
7926 "num-traits",
7927]
7928
7929[[package]]
7930name = "num-conv"
7931version = "0.1.0"
7932source = "registry+https://github.com/rust-lang/crates.io-index"
7933checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7934
7935[[package]]
7936name = "num-derive"
7937version = "0.4.2"
7938source = "registry+https://github.com/rust-lang/crates.io-index"
7939checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7940dependencies = [
7941 "proc-macro2",
7942 "quote",
7943 "syn 2.0.90",
7944]
7945
7946[[package]]
7947name = "num-format"
7948version = "0.4.4"
7949source = "registry+https://github.com/rust-lang/crates.io-index"
7950checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7951dependencies = [
7952 "arrayvec",
7953 "itoa",
7954]
7955
7956[[package]]
7957name = "num-integer"
7958version = "0.1.46"
7959source = "registry+https://github.com/rust-lang/crates.io-index"
7960checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7961dependencies = [
7962 "num-traits",
7963]
7964
7965[[package]]
7966name = "num-iter"
7967version = "0.1.45"
7968source = "registry+https://github.com/rust-lang/crates.io-index"
7969checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7970dependencies = [
7971 "autocfg",
7972 "num-integer",
7973 "num-traits",
7974]
7975
7976[[package]]
7977name = "num-modular"
7978version = "0.6.1"
7979source = "registry+https://github.com/rust-lang/crates.io-index"
7980checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
7981
7982[[package]]
7983name = "num-order"
7984version = "1.2.0"
7985source = "registry+https://github.com/rust-lang/crates.io-index"
7986checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
7987dependencies = [
7988 "num-modular",
7989]
7990
7991[[package]]
7992name = "num-rational"
7993version = "0.4.2"
7994source = "registry+https://github.com/rust-lang/crates.io-index"
7995checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7996dependencies = [
7997 "num-bigint",
7998 "num-integer",
7999 "num-traits",
8000]
8001
8002[[package]]
8003name = "num-traits"
8004version = "0.2.19"
8005source = "registry+https://github.com/rust-lang/crates.io-index"
8006checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8007dependencies = [
8008 "autocfg",
8009 "libm",
8010]
8011
8012[[package]]
8013name = "num_cpus"
8014version = "1.16.0"
8015source = "registry+https://github.com/rust-lang/crates.io-index"
8016checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8017dependencies = [
8018 "hermit-abi 0.3.9",
8019 "libc",
8020]
8021
8022[[package]]
8023name = "num_enum"
8024version = "0.7.3"
8025source = "registry+https://github.com/rust-lang/crates.io-index"
8026checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8027dependencies = [
8028 "num_enum_derive",
8029]
8030
8031[[package]]
8032name = "num_enum_derive"
8033version = "0.7.3"
8034source = "registry+https://github.com/rust-lang/crates.io-index"
8035checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8036dependencies = [
8037 "proc-macro-crate",
8038 "proc-macro2",
8039 "quote",
8040 "syn 2.0.90",
8041]
8042
8043[[package]]
8044name = "num_threads"
8045version = "0.1.7"
8046source = "registry+https://github.com/rust-lang/crates.io-index"
8047checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8048dependencies = [
8049 "libc",
8050]
8051
8052[[package]]
8053name = "nvim-rs"
8054version = "0.8.0-pre"
8055source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8056dependencies = [
8057 "async-trait",
8058 "futures 0.3.31",
8059 "log",
8060 "parity-tokio-ipc",
8061 "rmp",
8062 "rmpv",
8063 "tokio",
8064 "tokio-util",
8065 "winapi",
8066]
8067
8068[[package]]
8069name = "objc"
8070version = "0.2.7"
8071source = "registry+https://github.com/rust-lang/crates.io-index"
8072checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8073dependencies = [
8074 "malloc_buf",
8075]
8076
8077[[package]]
8078name = "objc-sys"
8079version = "0.3.5"
8080source = "registry+https://github.com/rust-lang/crates.io-index"
8081checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8082
8083[[package]]
8084name = "objc2"
8085version = "0.5.2"
8086source = "registry+https://github.com/rust-lang/crates.io-index"
8087checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8088dependencies = [
8089 "objc-sys",
8090 "objc2-encode",
8091]
8092
8093[[package]]
8094name = "objc2-app-kit"
8095version = "0.2.2"
8096source = "registry+https://github.com/rust-lang/crates.io-index"
8097checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8098dependencies = [
8099 "bitflags 2.6.0",
8100 "block2",
8101 "libc",
8102 "objc2",
8103 "objc2-core-data",
8104 "objc2-core-image",
8105 "objc2-foundation",
8106 "objc2-quartz-core",
8107]
8108
8109[[package]]
8110name = "objc2-cloud-kit"
8111version = "0.2.2"
8112source = "registry+https://github.com/rust-lang/crates.io-index"
8113checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8114dependencies = [
8115 "bitflags 2.6.0",
8116 "block2",
8117 "objc2",
8118 "objc2-core-location",
8119 "objc2-foundation",
8120]
8121
8122[[package]]
8123name = "objc2-contacts"
8124version = "0.2.2"
8125source = "registry+https://github.com/rust-lang/crates.io-index"
8126checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8127dependencies = [
8128 "block2",
8129 "objc2",
8130 "objc2-foundation",
8131]
8132
8133[[package]]
8134name = "objc2-core-data"
8135version = "0.2.2"
8136source = "registry+https://github.com/rust-lang/crates.io-index"
8137checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8138dependencies = [
8139 "bitflags 2.6.0",
8140 "block2",
8141 "objc2",
8142 "objc2-foundation",
8143]
8144
8145[[package]]
8146name = "objc2-core-image"
8147version = "0.2.2"
8148source = "registry+https://github.com/rust-lang/crates.io-index"
8149checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8150dependencies = [
8151 "block2",
8152 "objc2",
8153 "objc2-foundation",
8154 "objc2-metal",
8155]
8156
8157[[package]]
8158name = "objc2-core-location"
8159version = "0.2.2"
8160source = "registry+https://github.com/rust-lang/crates.io-index"
8161checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8162dependencies = [
8163 "block2",
8164 "objc2",
8165 "objc2-contacts",
8166 "objc2-foundation",
8167]
8168
8169[[package]]
8170name = "objc2-encode"
8171version = "4.0.3"
8172source = "registry+https://github.com/rust-lang/crates.io-index"
8173checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8174
8175[[package]]
8176name = "objc2-foundation"
8177version = "0.2.2"
8178source = "registry+https://github.com/rust-lang/crates.io-index"
8179checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8180dependencies = [
8181 "bitflags 2.6.0",
8182 "block2",
8183 "libc",
8184 "objc2",
8185]
8186
8187[[package]]
8188name = "objc2-link-presentation"
8189version = "0.2.2"
8190source = "registry+https://github.com/rust-lang/crates.io-index"
8191checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8192dependencies = [
8193 "block2",
8194 "objc2",
8195 "objc2-app-kit",
8196 "objc2-foundation",
8197]
8198
8199[[package]]
8200name = "objc2-metal"
8201version = "0.2.2"
8202source = "registry+https://github.com/rust-lang/crates.io-index"
8203checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8204dependencies = [
8205 "bitflags 2.6.0",
8206 "block2",
8207 "objc2",
8208 "objc2-foundation",
8209]
8210
8211[[package]]
8212name = "objc2-quartz-core"
8213version = "0.2.2"
8214source = "registry+https://github.com/rust-lang/crates.io-index"
8215checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8216dependencies = [
8217 "bitflags 2.6.0",
8218 "block2",
8219 "objc2",
8220 "objc2-foundation",
8221 "objc2-metal",
8222]
8223
8224[[package]]
8225name = "objc2-symbols"
8226version = "0.2.2"
8227source = "registry+https://github.com/rust-lang/crates.io-index"
8228checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8229dependencies = [
8230 "objc2",
8231 "objc2-foundation",
8232]
8233
8234[[package]]
8235name = "objc2-ui-kit"
8236version = "0.2.2"
8237source = "registry+https://github.com/rust-lang/crates.io-index"
8238checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8239dependencies = [
8240 "bitflags 2.6.0",
8241 "block2",
8242 "objc2",
8243 "objc2-cloud-kit",
8244 "objc2-core-data",
8245 "objc2-core-image",
8246 "objc2-core-location",
8247 "objc2-foundation",
8248 "objc2-link-presentation",
8249 "objc2-quartz-core",
8250 "objc2-symbols",
8251 "objc2-uniform-type-identifiers",
8252 "objc2-user-notifications",
8253]
8254
8255[[package]]
8256name = "objc2-uniform-type-identifiers"
8257version = "0.2.2"
8258source = "registry+https://github.com/rust-lang/crates.io-index"
8259checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8260dependencies = [
8261 "block2",
8262 "objc2",
8263 "objc2-foundation",
8264]
8265
8266[[package]]
8267name = "objc2-user-notifications"
8268version = "0.2.2"
8269source = "registry+https://github.com/rust-lang/crates.io-index"
8270checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8271dependencies = [
8272 "bitflags 2.6.0",
8273 "block2",
8274 "objc2",
8275 "objc2-core-location",
8276 "objc2-foundation",
8277]
8278
8279[[package]]
8280name = "object"
8281version = "0.36.5"
8282source = "registry+https://github.com/rust-lang/crates.io-index"
8283checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8284dependencies = [
8285 "crc32fast",
8286 "hashbrown 0.15.2",
8287 "indexmap",
8288 "memchr",
8289]
8290
8291[[package]]
8292name = "oboe"
8293version = "0.6.1"
8294source = "registry+https://github.com/rust-lang/crates.io-index"
8295checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8296dependencies = [
8297 "jni",
8298 "ndk",
8299 "ndk-context",
8300 "num-derive",
8301 "num-traits",
8302 "oboe-sys",
8303]
8304
8305[[package]]
8306name = "oboe-sys"
8307version = "0.6.1"
8308source = "registry+https://github.com/rust-lang/crates.io-index"
8309checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8310dependencies = [
8311 "cc",
8312]
8313
8314[[package]]
8315name = "ollama"
8316version = "0.1.0"
8317dependencies = [
8318 "anyhow",
8319 "futures 0.3.31",
8320 "http_client",
8321 "schemars",
8322 "serde",
8323 "serde_json",
8324]
8325
8326[[package]]
8327name = "once_cell"
8328version = "1.20.2"
8329source = "registry+https://github.com/rust-lang/crates.io-index"
8330checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8331
8332[[package]]
8333name = "oo7"
8334version = "0.3.3"
8335source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8336dependencies = [
8337 "aes",
8338 "async-fs",
8339 "async-io",
8340 "async-lock",
8341 "async-net",
8342 "blocking",
8343 "cbc",
8344 "cipher",
8345 "digest",
8346 "endi",
8347 "futures-lite 2.5.0",
8348 "futures-util",
8349 "hkdf",
8350 "hmac",
8351 "md-5",
8352 "num",
8353 "num-bigint-dig",
8354 "pbkdf2 0.12.2",
8355 "rand 0.8.5",
8356 "serde",
8357 "sha2",
8358 "subtle",
8359 "zbus 4.4.0",
8360 "zeroize",
8361 "zvariant 4.2.0",
8362]
8363
8364[[package]]
8365name = "oorandom"
8366version = "11.1.4"
8367source = "registry+https://github.com/rust-lang/crates.io-index"
8368checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8369
8370[[package]]
8371name = "open"
8372version = "5.3.2"
8373source = "registry+https://github.com/rust-lang/crates.io-index"
8374checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8375dependencies = [
8376 "is-wsl",
8377 "libc",
8378 "pathdiff",
8379]
8380
8381[[package]]
8382name = "open_ai"
8383version = "0.1.0"
8384dependencies = [
8385 "anyhow",
8386 "futures 0.3.31",
8387 "http_client",
8388 "schemars",
8389 "serde",
8390 "serde_json",
8391 "strum",
8392]
8393
8394[[package]]
8395name = "opener"
8396version = "0.7.2"
8397source = "registry+https://github.com/rust-lang/crates.io-index"
8398checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8399dependencies = [
8400 "bstr",
8401 "dbus",
8402 "normpath",
8403 "windows-sys 0.59.0",
8404]
8405
8406[[package]]
8407name = "openssl"
8408version = "0.10.68"
8409source = "registry+https://github.com/rust-lang/crates.io-index"
8410checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8411dependencies = [
8412 "bitflags 2.6.0",
8413 "cfg-if",
8414 "foreign-types 0.3.2",
8415 "libc",
8416 "once_cell",
8417 "openssl-macros",
8418 "openssl-sys",
8419]
8420
8421[[package]]
8422name = "openssl-macros"
8423version = "0.1.1"
8424source = "registry+https://github.com/rust-lang/crates.io-index"
8425checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8426dependencies = [
8427 "proc-macro2",
8428 "quote",
8429 "syn 2.0.90",
8430]
8431
8432[[package]]
8433name = "openssl-probe"
8434version = "0.1.5"
8435source = "registry+https://github.com/rust-lang/crates.io-index"
8436checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8437
8438[[package]]
8439name = "openssl-src"
8440version = "300.4.1+3.4.0"
8441source = "registry+https://github.com/rust-lang/crates.io-index"
8442checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8443dependencies = [
8444 "cc",
8445]
8446
8447[[package]]
8448name = "openssl-sys"
8449version = "0.9.104"
8450source = "registry+https://github.com/rust-lang/crates.io-index"
8451checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8452dependencies = [
8453 "cc",
8454 "libc",
8455 "openssl-src",
8456 "pkg-config",
8457 "vcpkg",
8458]
8459
8460[[package]]
8461name = "option-ext"
8462version = "0.2.0"
8463source = "registry+https://github.com/rust-lang/crates.io-index"
8464checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8465
8466[[package]]
8467name = "ordered-float"
8468version = "2.10.1"
8469source = "registry+https://github.com/rust-lang/crates.io-index"
8470checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8471dependencies = [
8472 "num-traits",
8473]
8474
8475[[package]]
8476name = "ordered-float"
8477version = "3.9.2"
8478source = "registry+https://github.com/rust-lang/crates.io-index"
8479checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8480dependencies = [
8481 "num-traits",
8482]
8483
8484[[package]]
8485name = "ordered-stream"
8486version = "0.2.0"
8487source = "registry+https://github.com/rust-lang/crates.io-index"
8488checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8489dependencies = [
8490 "futures-core",
8491 "pin-project-lite",
8492]
8493
8494[[package]]
8495name = "ouroboros"
8496version = "0.18.4"
8497source = "registry+https://github.com/rust-lang/crates.io-index"
8498checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8499dependencies = [
8500 "aliasable",
8501 "ouroboros_macro",
8502 "static_assertions",
8503]
8504
8505[[package]]
8506name = "ouroboros_macro"
8507version = "0.18.4"
8508source = "registry+https://github.com/rust-lang/crates.io-index"
8509checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8510dependencies = [
8511 "heck 0.4.1",
8512 "itertools 0.12.1",
8513 "proc-macro2",
8514 "proc-macro2-diagnostics",
8515 "quote",
8516 "syn 2.0.90",
8517]
8518
8519[[package]]
8520name = "outline"
8521version = "0.1.0"
8522dependencies = [
8523 "editor",
8524 "fuzzy",
8525 "gpui",
8526 "indoc",
8527 "language",
8528 "menu",
8529 "ordered-float 2.10.1",
8530 "picker",
8531 "project",
8532 "rope",
8533 "serde_json",
8534 "settings",
8535 "smol",
8536 "theme",
8537 "tree-sitter-rust",
8538 "tree-sitter-typescript",
8539 "ui",
8540 "util",
8541 "workspace",
8542 "zed_actions",
8543]
8544
8545[[package]]
8546name = "outline_panel"
8547version = "0.1.0"
8548dependencies = [
8549 "anyhow",
8550 "collections",
8551 "db",
8552 "editor",
8553 "file_icons",
8554 "fuzzy",
8555 "gpui",
8556 "itertools 0.14.0",
8557 "language",
8558 "log",
8559 "menu",
8560 "outline",
8561 "pretty_assertions",
8562 "project",
8563 "schemars",
8564 "search",
8565 "serde",
8566 "serde_json",
8567 "settings",
8568 "smallvec",
8569 "smol",
8570 "theme",
8571 "ui",
8572 "util",
8573 "workspace",
8574 "worktree",
8575]
8576
8577[[package]]
8578name = "outref"
8579version = "0.5.1"
8580source = "registry+https://github.com/rust-lang/crates.io-index"
8581checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8582
8583[[package]]
8584name = "overload"
8585version = "0.1.1"
8586source = "registry+https://github.com/rust-lang/crates.io-index"
8587checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8588
8589[[package]]
8590name = "p256"
8591version = "0.11.1"
8592source = "registry+https://github.com/rust-lang/crates.io-index"
8593checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8594dependencies = [
8595 "ecdsa",
8596 "elliptic-curve",
8597 "sha2",
8598]
8599
8600[[package]]
8601name = "page_size"
8602version = "0.6.0"
8603source = "registry+https://github.com/rust-lang/crates.io-index"
8604checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8605dependencies = [
8606 "libc",
8607 "winapi",
8608]
8609
8610[[package]]
8611name = "palette"
8612version = "0.7.6"
8613source = "registry+https://github.com/rust-lang/crates.io-index"
8614checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8615dependencies = [
8616 "approx",
8617 "fast-srgb8",
8618 "palette_derive",
8619]
8620
8621[[package]]
8622name = "palette_derive"
8623version = "0.7.6"
8624source = "registry+https://github.com/rust-lang/crates.io-index"
8625checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8626dependencies = [
8627 "by_address",
8628 "proc-macro2",
8629 "quote",
8630 "syn 2.0.90",
8631]
8632
8633[[package]]
8634name = "parity-tokio-ipc"
8635version = "0.9.0"
8636source = "registry+https://github.com/rust-lang/crates.io-index"
8637checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8638dependencies = [
8639 "futures 0.3.31",
8640 "libc",
8641 "log",
8642 "rand 0.7.3",
8643 "tokio",
8644 "winapi",
8645]
8646
8647[[package]]
8648name = "parking"
8649version = "2.2.1"
8650source = "registry+https://github.com/rust-lang/crates.io-index"
8651checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8652
8653[[package]]
8654name = "parking_lot"
8655version = "0.12.3"
8656source = "registry+https://github.com/rust-lang/crates.io-index"
8657checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8658dependencies = [
8659 "lock_api",
8660 "parking_lot_core",
8661]
8662
8663[[package]]
8664name = "parking_lot_core"
8665version = "0.9.10"
8666source = "registry+https://github.com/rust-lang/crates.io-index"
8667checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8668dependencies = [
8669 "cfg-if",
8670 "libc",
8671 "redox_syscall 0.5.8",
8672 "smallvec",
8673 "windows-targets 0.52.6",
8674]
8675
8676[[package]]
8677name = "password-hash"
8678version = "0.4.2"
8679source = "registry+https://github.com/rust-lang/crates.io-index"
8680checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8681dependencies = [
8682 "base64ct",
8683 "rand_core 0.6.4",
8684 "subtle",
8685]
8686
8687[[package]]
8688name = "password-hash"
8689version = "0.5.0"
8690source = "registry+https://github.com/rust-lang/crates.io-index"
8691checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8692dependencies = [
8693 "base64ct",
8694 "rand_core 0.6.4",
8695 "subtle",
8696]
8697
8698[[package]]
8699name = "paste"
8700version = "1.0.15"
8701source = "registry+https://github.com/rust-lang/crates.io-index"
8702checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8703
8704[[package]]
8705name = "pathdiff"
8706version = "0.2.3"
8707source = "registry+https://github.com/rust-lang/crates.io-index"
8708checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8709
8710[[package]]
8711name = "pathfinder_geometry"
8712version = "0.5.1"
8713source = "registry+https://github.com/rust-lang/crates.io-index"
8714checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8715dependencies = [
8716 "log",
8717 "pathfinder_simd",
8718]
8719
8720[[package]]
8721name = "pathfinder_simd"
8722version = "0.5.4"
8723source = "registry+https://github.com/rust-lang/crates.io-index"
8724checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8725dependencies = [
8726 "rustc_version",
8727]
8728
8729[[package]]
8730name = "paths"
8731version = "0.1.0"
8732dependencies = [
8733 "dirs 4.0.0",
8734 "util",
8735]
8736
8737[[package]]
8738name = "pbjson"
8739version = "0.6.0"
8740source = "registry+https://github.com/rust-lang/crates.io-index"
8741checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8742dependencies = [
8743 "base64 0.21.7",
8744 "serde",
8745]
8746
8747[[package]]
8748name = "pbjson-build"
8749version = "0.6.2"
8750source = "registry+https://github.com/rust-lang/crates.io-index"
8751checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8752dependencies = [
8753 "heck 0.4.1",
8754 "itertools 0.11.0",
8755 "prost 0.12.6",
8756 "prost-types 0.12.6",
8757]
8758
8759[[package]]
8760name = "pbjson-types"
8761version = "0.6.0"
8762source = "registry+https://github.com/rust-lang/crates.io-index"
8763checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8764dependencies = [
8765 "bytes 1.9.0",
8766 "chrono",
8767 "pbjson",
8768 "pbjson-build",
8769 "prost 0.12.6",
8770 "prost-build 0.12.6",
8771 "serde",
8772]
8773
8774[[package]]
8775name = "pbkdf2"
8776version = "0.11.0"
8777source = "registry+https://github.com/rust-lang/crates.io-index"
8778checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8779dependencies = [
8780 "digest",
8781 "hmac",
8782 "password-hash 0.4.2",
8783 "sha2",
8784]
8785
8786[[package]]
8787name = "pbkdf2"
8788version = "0.12.2"
8789source = "registry+https://github.com/rust-lang/crates.io-index"
8790checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8791dependencies = [
8792 "digest",
8793 "hmac",
8794]
8795
8796[[package]]
8797name = "pem"
8798version = "3.0.4"
8799source = "registry+https://github.com/rust-lang/crates.io-index"
8800checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8801dependencies = [
8802 "base64 0.22.1",
8803 "serde",
8804]
8805
8806[[package]]
8807name = "pem-rfc7468"
8808version = "0.7.0"
8809source = "registry+https://github.com/rust-lang/crates.io-index"
8810checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8811dependencies = [
8812 "base64ct",
8813]
8814
8815[[package]]
8816name = "percent-encoding"
8817version = "2.3.1"
8818source = "registry+https://github.com/rust-lang/crates.io-index"
8819checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8820
8821[[package]]
8822name = "perplexity"
8823version = "0.1.0"
8824dependencies = [
8825 "serde",
8826 "zed_extension_api 0.2.0",
8827]
8828
8829[[package]]
8830name = "pest"
8831version = "2.7.15"
8832source = "registry+https://github.com/rust-lang/crates.io-index"
8833checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8834dependencies = [
8835 "memchr",
8836 "thiserror 2.0.6",
8837 "ucd-trie",
8838]
8839
8840[[package]]
8841name = "pest_derive"
8842version = "2.7.15"
8843source = "registry+https://github.com/rust-lang/crates.io-index"
8844checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
8845dependencies = [
8846 "pest",
8847 "pest_generator",
8848]
8849
8850[[package]]
8851name = "pest_generator"
8852version = "2.7.15"
8853source = "registry+https://github.com/rust-lang/crates.io-index"
8854checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
8855dependencies = [
8856 "pest",
8857 "pest_meta",
8858 "proc-macro2",
8859 "quote",
8860 "syn 2.0.90",
8861]
8862
8863[[package]]
8864name = "pest_meta"
8865version = "2.7.15"
8866source = "registry+https://github.com/rust-lang/crates.io-index"
8867checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
8868dependencies = [
8869 "once_cell",
8870 "pest",
8871 "sha2",
8872]
8873
8874[[package]]
8875name = "pet"
8876version = "0.1.0"
8877source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8878dependencies = [
8879 "clap",
8880 "env_logger 0.10.2",
8881 "lazy_static",
8882 "log",
8883 "msvc_spectre_libs",
8884 "pet-conda",
8885 "pet-core",
8886 "pet-env-var-path",
8887 "pet-fs",
8888 "pet-global-virtualenvs",
8889 "pet-homebrew",
8890 "pet-jsonrpc",
8891 "pet-linux-global-python",
8892 "pet-mac-commandlinetools",
8893 "pet-mac-python-org",
8894 "pet-mac-xcode",
8895 "pet-pipenv",
8896 "pet-pixi",
8897 "pet-poetry",
8898 "pet-pyenv",
8899 "pet-python-utils",
8900 "pet-reporter",
8901 "pet-telemetry",
8902 "pet-venv",
8903 "pet-virtualenv",
8904 "pet-virtualenvwrapper",
8905 "pet-windows-registry",
8906 "pet-windows-store",
8907 "serde",
8908 "serde_json",
8909]
8910
8911[[package]]
8912name = "pet-conda"
8913version = "0.1.0"
8914source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8915dependencies = [
8916 "env_logger 0.10.2",
8917 "lazy_static",
8918 "log",
8919 "msvc_spectre_libs",
8920 "pet-core",
8921 "pet-fs",
8922 "pet-python-utils",
8923 "pet-reporter",
8924 "regex",
8925 "serde",
8926 "serde_json",
8927 "yaml-rust2",
8928]
8929
8930[[package]]
8931name = "pet-core"
8932version = "0.1.0"
8933source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8934dependencies = [
8935 "clap",
8936 "lazy_static",
8937 "log",
8938 "msvc_spectre_libs",
8939 "pet-fs",
8940 "regex",
8941 "serde",
8942 "serde_json",
8943]
8944
8945[[package]]
8946name = "pet-env-var-path"
8947version = "0.1.0"
8948source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8949dependencies = [
8950 "lazy_static",
8951 "log",
8952 "msvc_spectre_libs",
8953 "pet-conda",
8954 "pet-core",
8955 "pet-fs",
8956 "pet-python-utils",
8957 "pet-virtualenv",
8958 "regex",
8959]
8960
8961[[package]]
8962name = "pet-fs"
8963version = "0.1.0"
8964source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8965dependencies = [
8966 "log",
8967 "msvc_spectre_libs",
8968]
8969
8970[[package]]
8971name = "pet-global-virtualenvs"
8972version = "0.1.0"
8973source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8974dependencies = [
8975 "log",
8976 "msvc_spectre_libs",
8977 "pet-conda",
8978 "pet-core",
8979 "pet-fs",
8980 "pet-virtualenv",
8981]
8982
8983[[package]]
8984name = "pet-homebrew"
8985version = "0.1.0"
8986source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8987dependencies = [
8988 "lazy_static",
8989 "log",
8990 "msvc_spectre_libs",
8991 "pet-conda",
8992 "pet-core",
8993 "pet-fs",
8994 "pet-python-utils",
8995 "pet-virtualenv",
8996 "regex",
8997 "serde",
8998 "serde_json",
8999]
9000
9001[[package]]
9002name = "pet-jsonrpc"
9003version = "0.1.0"
9004source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9005dependencies = [
9006 "env_logger 0.10.2",
9007 "log",
9008 "msvc_spectre_libs",
9009 "pet-core",
9010 "serde",
9011 "serde_json",
9012]
9013
9014[[package]]
9015name = "pet-linux-global-python"
9016version = "0.1.0"
9017source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9018dependencies = [
9019 "log",
9020 "msvc_spectre_libs",
9021 "pet-core",
9022 "pet-fs",
9023 "pet-python-utils",
9024 "pet-virtualenv",
9025]
9026
9027[[package]]
9028name = "pet-mac-commandlinetools"
9029version = "0.1.0"
9030source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9031dependencies = [
9032 "log",
9033 "msvc_spectre_libs",
9034 "pet-core",
9035 "pet-fs",
9036 "pet-python-utils",
9037 "pet-virtualenv",
9038]
9039
9040[[package]]
9041name = "pet-mac-python-org"
9042version = "0.1.0"
9043source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9044dependencies = [
9045 "log",
9046 "msvc_spectre_libs",
9047 "pet-core",
9048 "pet-fs",
9049 "pet-python-utils",
9050 "pet-virtualenv",
9051]
9052
9053[[package]]
9054name = "pet-mac-xcode"
9055version = "0.1.0"
9056source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9057dependencies = [
9058 "log",
9059 "msvc_spectre_libs",
9060 "pet-core",
9061 "pet-fs",
9062 "pet-python-utils",
9063 "pet-virtualenv",
9064]
9065
9066[[package]]
9067name = "pet-pipenv"
9068version = "0.1.0"
9069source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9070dependencies = [
9071 "log",
9072 "msvc_spectre_libs",
9073 "pet-core",
9074 "pet-fs",
9075 "pet-python-utils",
9076 "pet-virtualenv",
9077]
9078
9079[[package]]
9080name = "pet-pixi"
9081version = "0.1.0"
9082source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9083dependencies = [
9084 "log",
9085 "msvc_spectre_libs",
9086 "pet-conda",
9087 "pet-core",
9088 "pet-python-utils",
9089]
9090
9091[[package]]
9092name = "pet-poetry"
9093version = "0.1.0"
9094source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9095dependencies = [
9096 "base64 0.22.1",
9097 "lazy_static",
9098 "log",
9099 "msvc_spectre_libs",
9100 "pet-core",
9101 "pet-fs",
9102 "pet-python-utils",
9103 "pet-reporter",
9104 "pet-virtualenv",
9105 "regex",
9106 "serde",
9107 "serde_json",
9108 "sha2",
9109 "toml 0.8.19",
9110]
9111
9112[[package]]
9113name = "pet-pyenv"
9114version = "0.1.0"
9115source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9116dependencies = [
9117 "lazy_static",
9118 "log",
9119 "msvc_spectre_libs",
9120 "pet-conda",
9121 "pet-core",
9122 "pet-fs",
9123 "pet-python-utils",
9124 "pet-reporter",
9125 "regex",
9126 "serde",
9127 "serde_json",
9128]
9129
9130[[package]]
9131name = "pet-python-utils"
9132version = "0.1.0"
9133source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9134dependencies = [
9135 "env_logger 0.10.2",
9136 "lazy_static",
9137 "log",
9138 "msvc_spectre_libs",
9139 "pet-core",
9140 "pet-fs",
9141 "regex",
9142 "serde",
9143 "serde_json",
9144 "sha2",
9145]
9146
9147[[package]]
9148name = "pet-reporter"
9149version = "0.1.0"
9150source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9151dependencies = [
9152 "env_logger 0.10.2",
9153 "log",
9154 "msvc_spectre_libs",
9155 "pet-core",
9156 "pet-jsonrpc",
9157 "serde",
9158 "serde_json",
9159]
9160
9161[[package]]
9162name = "pet-telemetry"
9163version = "0.1.0"
9164source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9165dependencies = [
9166 "env_logger 0.10.2",
9167 "lazy_static",
9168 "log",
9169 "msvc_spectre_libs",
9170 "pet-core",
9171 "pet-fs",
9172 "pet-python-utils",
9173 "regex",
9174]
9175
9176[[package]]
9177name = "pet-venv"
9178version = "0.1.0"
9179source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9180dependencies = [
9181 "log",
9182 "msvc_spectre_libs",
9183 "pet-core",
9184 "pet-python-utils",
9185 "pet-virtualenv",
9186]
9187
9188[[package]]
9189name = "pet-virtualenv"
9190version = "0.1.0"
9191source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9192dependencies = [
9193 "log",
9194 "msvc_spectre_libs",
9195 "pet-core",
9196 "pet-fs",
9197 "pet-python-utils",
9198]
9199
9200[[package]]
9201name = "pet-virtualenvwrapper"
9202version = "0.1.0"
9203source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9204dependencies = [
9205 "log",
9206 "msvc_spectre_libs",
9207 "pet-core",
9208 "pet-fs",
9209 "pet-python-utils",
9210 "pet-virtualenv",
9211]
9212
9213[[package]]
9214name = "pet-windows-registry"
9215version = "0.1.0"
9216source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9217dependencies = [
9218 "lazy_static",
9219 "log",
9220 "msvc_spectre_libs",
9221 "pet-conda",
9222 "pet-core",
9223 "pet-fs",
9224 "pet-python-utils",
9225 "pet-virtualenv",
9226 "pet-windows-store",
9227 "regex",
9228 "winreg 0.52.0",
9229]
9230
9231[[package]]
9232name = "pet-windows-store"
9233version = "0.1.0"
9234source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9235dependencies = [
9236 "lazy_static",
9237 "log",
9238 "msvc_spectre_libs",
9239 "pet-core",
9240 "pet-fs",
9241 "pet-python-utils",
9242 "pet-virtualenv",
9243 "regex",
9244 "winreg 0.52.0",
9245]
9246
9247[[package]]
9248name = "petgraph"
9249version = "0.6.5"
9250source = "registry+https://github.com/rust-lang/crates.io-index"
9251checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9252dependencies = [
9253 "fixedbitset",
9254 "indexmap",
9255]
9256
9257[[package]]
9258name = "phf"
9259version = "0.11.2"
9260source = "registry+https://github.com/rust-lang/crates.io-index"
9261checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9262dependencies = [
9263 "phf_macros",
9264 "phf_shared 0.11.2",
9265]
9266
9267[[package]]
9268name = "phf_codegen"
9269version = "0.11.2"
9270source = "registry+https://github.com/rust-lang/crates.io-index"
9271checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9272dependencies = [
9273 "phf_generator 0.11.2",
9274 "phf_shared 0.11.2",
9275]
9276
9277[[package]]
9278name = "phf_generator"
9279version = "0.10.0"
9280source = "registry+https://github.com/rust-lang/crates.io-index"
9281checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9282dependencies = [
9283 "phf_shared 0.10.0",
9284 "rand 0.8.5",
9285]
9286
9287[[package]]
9288name = "phf_generator"
9289version = "0.11.2"
9290source = "registry+https://github.com/rust-lang/crates.io-index"
9291checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9292dependencies = [
9293 "phf_shared 0.11.2",
9294 "rand 0.8.5",
9295]
9296
9297[[package]]
9298name = "phf_macros"
9299version = "0.11.2"
9300source = "registry+https://github.com/rust-lang/crates.io-index"
9301checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9302dependencies = [
9303 "phf_generator 0.11.2",
9304 "phf_shared 0.11.2",
9305 "proc-macro2",
9306 "quote",
9307 "syn 2.0.90",
9308]
9309
9310[[package]]
9311name = "phf_shared"
9312version = "0.10.0"
9313source = "registry+https://github.com/rust-lang/crates.io-index"
9314checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9315dependencies = [
9316 "siphasher 0.3.11",
9317]
9318
9319[[package]]
9320name = "phf_shared"
9321version = "0.11.2"
9322source = "registry+https://github.com/rust-lang/crates.io-index"
9323checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9324dependencies = [
9325 "siphasher 0.3.11",
9326]
9327
9328[[package]]
9329name = "picker"
9330version = "0.1.0"
9331dependencies = [
9332 "anyhow",
9333 "ctor",
9334 "editor",
9335 "env_logger 0.11.6",
9336 "gpui",
9337 "menu",
9338 "schemars",
9339 "serde",
9340 "serde_json",
9341 "ui",
9342 "workspace",
9343]
9344
9345[[package]]
9346name = "pico-args"
9347version = "0.5.0"
9348source = "registry+https://github.com/rust-lang/crates.io-index"
9349checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9350
9351[[package]]
9352name = "pin-project"
9353version = "1.1.7"
9354source = "registry+https://github.com/rust-lang/crates.io-index"
9355checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9356dependencies = [
9357 "pin-project-internal",
9358]
9359
9360[[package]]
9361name = "pin-project-internal"
9362version = "1.1.7"
9363source = "registry+https://github.com/rust-lang/crates.io-index"
9364checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9365dependencies = [
9366 "proc-macro2",
9367 "quote",
9368 "syn 2.0.90",
9369]
9370
9371[[package]]
9372name = "pin-project-lite"
9373version = "0.2.15"
9374source = "registry+https://github.com/rust-lang/crates.io-index"
9375checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
9376
9377[[package]]
9378name = "pin-utils"
9379version = "0.1.0"
9380source = "registry+https://github.com/rust-lang/crates.io-index"
9381checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9382
9383[[package]]
9384name = "piper"
9385version = "0.2.4"
9386source = "registry+https://github.com/rust-lang/crates.io-index"
9387checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9388dependencies = [
9389 "atomic-waker",
9390 "fastrand 2.3.0",
9391 "futures-io",
9392]
9393
9394[[package]]
9395name = "pkcs1"
9396version = "0.7.5"
9397source = "registry+https://github.com/rust-lang/crates.io-index"
9398checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9399dependencies = [
9400 "der 0.7.9",
9401 "pkcs8 0.10.2",
9402 "spki 0.7.3",
9403]
9404
9405[[package]]
9406name = "pkcs8"
9407version = "0.9.0"
9408source = "registry+https://github.com/rust-lang/crates.io-index"
9409checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9410dependencies = [
9411 "der 0.6.1",
9412 "spki 0.6.0",
9413]
9414
9415[[package]]
9416name = "pkcs8"
9417version = "0.10.2"
9418source = "registry+https://github.com/rust-lang/crates.io-index"
9419checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9420dependencies = [
9421 "der 0.7.9",
9422 "spki 0.7.3",
9423]
9424
9425[[package]]
9426name = "pkg-config"
9427version = "0.3.31"
9428source = "registry+https://github.com/rust-lang/crates.io-index"
9429checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9430
9431[[package]]
9432name = "plist"
9433version = "1.7.0"
9434source = "registry+https://github.com/rust-lang/crates.io-index"
9435checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9436dependencies = [
9437 "base64 0.22.1",
9438 "indexmap",
9439 "quick-xml 0.32.0",
9440 "serde",
9441 "time",
9442]
9443
9444[[package]]
9445name = "plotters"
9446version = "0.3.7"
9447source = "registry+https://github.com/rust-lang/crates.io-index"
9448checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9449dependencies = [
9450 "num-traits",
9451 "plotters-backend",
9452 "plotters-svg",
9453 "wasm-bindgen",
9454 "web-sys",
9455]
9456
9457[[package]]
9458name = "plotters-backend"
9459version = "0.3.7"
9460source = "registry+https://github.com/rust-lang/crates.io-index"
9461checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9462
9463[[package]]
9464name = "plotters-svg"
9465version = "0.3.7"
9466source = "registry+https://github.com/rust-lang/crates.io-index"
9467checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9468dependencies = [
9469 "plotters-backend",
9470]
9471
9472[[package]]
9473name = "png"
9474version = "0.17.15"
9475source = "registry+https://github.com/rust-lang/crates.io-index"
9476checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9477dependencies = [
9478 "bitflags 1.3.2",
9479 "crc32fast",
9480 "fdeflate",
9481 "flate2",
9482 "miniz_oxide",
9483]
9484
9485[[package]]
9486name = "polling"
9487version = "3.7.4"
9488source = "registry+https://github.com/rust-lang/crates.io-index"
9489checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9490dependencies = [
9491 "cfg-if",
9492 "concurrent-queue",
9493 "hermit-abi 0.4.0",
9494 "pin-project-lite",
9495 "rustix",
9496 "tracing",
9497 "windows-sys 0.59.0",
9498]
9499
9500[[package]]
9501name = "pollster"
9502version = "0.2.5"
9503source = "registry+https://github.com/rust-lang/crates.io-index"
9504checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9505
9506[[package]]
9507name = "postage"
9508version = "0.5.0"
9509source = "registry+https://github.com/rust-lang/crates.io-index"
9510checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9511dependencies = [
9512 "atomic",
9513 "crossbeam-queue",
9514 "futures 0.3.31",
9515 "log",
9516 "parking_lot",
9517 "pin-project",
9518 "pollster",
9519 "static_assertions",
9520 "thiserror 1.0.69",
9521]
9522
9523[[package]]
9524name = "postcard"
9525version = "1.1.1"
9526source = "registry+https://github.com/rust-lang/crates.io-index"
9527checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9528dependencies = [
9529 "cobs",
9530 "embedded-io 0.4.0",
9531 "embedded-io 0.6.1",
9532 "serde",
9533]
9534
9535[[package]]
9536name = "powerfmt"
9537version = "0.2.0"
9538source = "registry+https://github.com/rust-lang/crates.io-index"
9539checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9540
9541[[package]]
9542name = "ppv-lite86"
9543version = "0.2.20"
9544source = "registry+https://github.com/rust-lang/crates.io-index"
9545checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9546dependencies = [
9547 "zerocopy",
9548]
9549
9550[[package]]
9551name = "precomputed-hash"
9552version = "0.1.1"
9553source = "registry+https://github.com/rust-lang/crates.io-index"
9554checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9555
9556[[package]]
9557name = "prettier"
9558version = "0.1.0"
9559dependencies = [
9560 "anyhow",
9561 "collections",
9562 "fs",
9563 "gpui",
9564 "language",
9565 "log",
9566 "lsp",
9567 "node_runtime",
9568 "parking_lot",
9569 "paths",
9570 "serde",
9571 "serde_json",
9572 "util",
9573]
9574
9575[[package]]
9576name = "pretty_assertions"
9577version = "1.4.1"
9578source = "registry+https://github.com/rust-lang/crates.io-index"
9579checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9580dependencies = [
9581 "diff",
9582 "yansi",
9583]
9584
9585[[package]]
9586name = "prettyplease"
9587version = "0.2.25"
9588source = "registry+https://github.com/rust-lang/crates.io-index"
9589checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9590dependencies = [
9591 "proc-macro2",
9592 "syn 2.0.90",
9593]
9594
9595[[package]]
9596name = "proc-macro-crate"
9597version = "3.2.0"
9598source = "registry+https://github.com/rust-lang/crates.io-index"
9599checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9600dependencies = [
9601 "toml_edit",
9602]
9603
9604[[package]]
9605name = "proc-macro-error-attr2"
9606version = "2.0.0"
9607source = "registry+https://github.com/rust-lang/crates.io-index"
9608checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9609dependencies = [
9610 "proc-macro2",
9611 "quote",
9612]
9613
9614[[package]]
9615name = "proc-macro-error2"
9616version = "2.0.1"
9617source = "registry+https://github.com/rust-lang/crates.io-index"
9618checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9619dependencies = [
9620 "proc-macro-error-attr2",
9621 "proc-macro2",
9622 "quote",
9623 "syn 2.0.90",
9624]
9625
9626[[package]]
9627name = "proc-macro2"
9628version = "1.0.92"
9629source = "registry+https://github.com/rust-lang/crates.io-index"
9630checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
9631dependencies = [
9632 "unicode-ident",
9633]
9634
9635[[package]]
9636name = "proc-macro2-diagnostics"
9637version = "0.10.1"
9638source = "registry+https://github.com/rust-lang/crates.io-index"
9639checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9640dependencies = [
9641 "proc-macro2",
9642 "quote",
9643 "syn 2.0.90",
9644 "version_check",
9645 "yansi",
9646]
9647
9648[[package]]
9649name = "profiling"
9650version = "1.0.16"
9651source = "registry+https://github.com/rust-lang/crates.io-index"
9652checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9653dependencies = [
9654 "profiling-procmacros",
9655]
9656
9657[[package]]
9658name = "profiling-procmacros"
9659version = "1.0.16"
9660source = "registry+https://github.com/rust-lang/crates.io-index"
9661checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9662dependencies = [
9663 "quote",
9664 "syn 2.0.90",
9665]
9666
9667[[package]]
9668name = "project"
9669version = "0.1.0"
9670dependencies = [
9671 "aho-corasick",
9672 "anyhow",
9673 "async-trait",
9674 "client",
9675 "clock",
9676 "collections",
9677 "env_logger 0.11.6",
9678 "fancy-regex 0.14.0",
9679 "fs",
9680 "futures 0.3.31",
9681 "fuzzy",
9682 "git",
9683 "git2",
9684 "globset",
9685 "gpui",
9686 "http_client",
9687 "image",
9688 "itertools 0.14.0",
9689 "language",
9690 "log",
9691 "lsp",
9692 "node_runtime",
9693 "parking_lot",
9694 "pathdiff",
9695 "paths",
9696 "postage",
9697 "prettier",
9698 "pretty_assertions",
9699 "rand 0.8.5",
9700 "regex",
9701 "release_channel",
9702 "remote",
9703 "rpc",
9704 "schemars",
9705 "serde",
9706 "serde_json",
9707 "settings",
9708 "sha2",
9709 "shellexpand 2.1.2",
9710 "shlex",
9711 "similar",
9712 "smol",
9713 "snippet",
9714 "snippet_provider",
9715 "task",
9716 "tempfile",
9717 "terminal",
9718 "text",
9719 "toml 0.8.19",
9720 "unindent",
9721 "url",
9722 "util",
9723 "which 6.0.3",
9724 "worktree",
9725]
9726
9727[[package]]
9728name = "project_panel"
9729version = "0.1.0"
9730dependencies = [
9731 "anyhow",
9732 "client",
9733 "collections",
9734 "command_palette_hooks",
9735 "db",
9736 "editor",
9737 "file_icons",
9738 "git",
9739 "gpui",
9740 "indexmap",
9741 "language",
9742 "menu",
9743 "pretty_assertions",
9744 "project",
9745 "schemars",
9746 "search",
9747 "serde",
9748 "serde_derive",
9749 "serde_json",
9750 "settings",
9751 "smallvec",
9752 "theme",
9753 "ui",
9754 "util",
9755 "workspace",
9756 "worktree",
9757]
9758
9759[[package]]
9760name = "project_symbols"
9761version = "0.1.0"
9762dependencies = [
9763 "anyhow",
9764 "editor",
9765 "futures 0.3.31",
9766 "fuzzy",
9767 "gpui",
9768 "language",
9769 "lsp",
9770 "ordered-float 2.10.1",
9771 "picker",
9772 "project",
9773 "release_channel",
9774 "serde_json",
9775 "settings",
9776 "theme",
9777 "util",
9778 "workspace",
9779]
9780
9781[[package]]
9782name = "prometheus"
9783version = "0.13.4"
9784source = "registry+https://github.com/rust-lang/crates.io-index"
9785checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9786dependencies = [
9787 "cfg-if",
9788 "fnv",
9789 "lazy_static",
9790 "memchr",
9791 "parking_lot",
9792 "protobuf",
9793 "thiserror 1.0.69",
9794]
9795
9796[[package]]
9797name = "prost"
9798version = "0.9.0"
9799source = "registry+https://github.com/rust-lang/crates.io-index"
9800checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9801dependencies = [
9802 "bytes 1.9.0",
9803 "prost-derive 0.9.0",
9804]
9805
9806[[package]]
9807name = "prost"
9808version = "0.12.6"
9809source = "registry+https://github.com/rust-lang/crates.io-index"
9810checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9811dependencies = [
9812 "bytes 1.9.0",
9813 "prost-derive 0.12.6",
9814]
9815
9816[[package]]
9817name = "prost-build"
9818version = "0.9.0"
9819source = "registry+https://github.com/rust-lang/crates.io-index"
9820checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9821dependencies = [
9822 "bytes 1.9.0",
9823 "heck 0.3.3",
9824 "itertools 0.10.5",
9825 "lazy_static",
9826 "log",
9827 "multimap 0.8.3",
9828 "petgraph",
9829 "prost 0.9.0",
9830 "prost-types 0.9.0",
9831 "regex",
9832 "tempfile",
9833 "which 4.4.2",
9834]
9835
9836[[package]]
9837name = "prost-build"
9838version = "0.12.6"
9839source = "registry+https://github.com/rust-lang/crates.io-index"
9840checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
9841dependencies = [
9842 "bytes 1.9.0",
9843 "heck 0.5.0",
9844 "itertools 0.12.1",
9845 "log",
9846 "multimap 0.10.0",
9847 "once_cell",
9848 "petgraph",
9849 "prettyplease",
9850 "prost 0.12.6",
9851 "prost-types 0.12.6",
9852 "regex",
9853 "syn 2.0.90",
9854 "tempfile",
9855]
9856
9857[[package]]
9858name = "prost-derive"
9859version = "0.9.0"
9860source = "registry+https://github.com/rust-lang/crates.io-index"
9861checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9862dependencies = [
9863 "anyhow",
9864 "itertools 0.10.5",
9865 "proc-macro2",
9866 "quote",
9867 "syn 1.0.109",
9868]
9869
9870[[package]]
9871name = "prost-derive"
9872version = "0.12.6"
9873source = "registry+https://github.com/rust-lang/crates.io-index"
9874checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
9875dependencies = [
9876 "anyhow",
9877 "itertools 0.12.1",
9878 "proc-macro2",
9879 "quote",
9880 "syn 2.0.90",
9881]
9882
9883[[package]]
9884name = "prost-types"
9885version = "0.9.0"
9886source = "registry+https://github.com/rust-lang/crates.io-index"
9887checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9888dependencies = [
9889 "bytes 1.9.0",
9890 "prost 0.9.0",
9891]
9892
9893[[package]]
9894name = "prost-types"
9895version = "0.12.6"
9896source = "registry+https://github.com/rust-lang/crates.io-index"
9897checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
9898dependencies = [
9899 "prost 0.12.6",
9900]
9901
9902[[package]]
9903name = "proto"
9904version = "0.1.0"
9905dependencies = [
9906 "anyhow",
9907 "collections",
9908 "prost 0.9.0",
9909 "prost-build 0.9.0",
9910 "serde",
9911]
9912
9913[[package]]
9914name = "protobuf"
9915version = "2.28.0"
9916source = "registry+https://github.com/rust-lang/crates.io-index"
9917checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9918
9919[[package]]
9920name = "psm"
9921version = "0.1.24"
9922source = "registry+https://github.com/rust-lang/crates.io-index"
9923checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
9924dependencies = [
9925 "cc",
9926]
9927
9928[[package]]
9929name = "ptr_meta"
9930version = "0.1.4"
9931source = "registry+https://github.com/rust-lang/crates.io-index"
9932checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9933dependencies = [
9934 "ptr_meta_derive",
9935]
9936
9937[[package]]
9938name = "ptr_meta_derive"
9939version = "0.1.4"
9940source = "registry+https://github.com/rust-lang/crates.io-index"
9941checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9942dependencies = [
9943 "proc-macro2",
9944 "quote",
9945 "syn 1.0.109",
9946]
9947
9948[[package]]
9949name = "pulldown-cmark"
9950version = "0.10.3"
9951source = "registry+https://github.com/rust-lang/crates.io-index"
9952checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9953dependencies = [
9954 "bitflags 2.6.0",
9955 "memchr",
9956 "pulldown-cmark-escape",
9957 "unicase",
9958]
9959
9960[[package]]
9961name = "pulldown-cmark"
9962version = "0.12.2"
9963source = "registry+https://github.com/rust-lang/crates.io-index"
9964checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
9965dependencies = [
9966 "bitflags 2.6.0",
9967 "memchr",
9968 "unicase",
9969]
9970
9971[[package]]
9972name = "pulldown-cmark-escape"
9973version = "0.10.1"
9974source = "registry+https://github.com/rust-lang/crates.io-index"
9975checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9976
9977[[package]]
9978name = "qoi"
9979version = "0.4.1"
9980source = "registry+https://github.com/rust-lang/crates.io-index"
9981checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
9982dependencies = [
9983 "bytemuck",
9984]
9985
9986[[package]]
9987name = "quick-error"
9988version = "2.0.1"
9989source = "registry+https://github.com/rust-lang/crates.io-index"
9990checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
9991
9992[[package]]
9993name = "quick-xml"
9994version = "0.32.0"
9995source = "registry+https://github.com/rust-lang/crates.io-index"
9996checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
9997dependencies = [
9998 "memchr",
9999]
10000
10001[[package]]
10002name = "quick-xml"
10003version = "0.36.2"
10004source = "registry+https://github.com/rust-lang/crates.io-index"
10005checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10006dependencies = [
10007 "memchr",
10008]
10009
10010[[package]]
10011name = "quinn"
10012version = "0.11.6"
10013source = "registry+https://github.com/rust-lang/crates.io-index"
10014checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10015dependencies = [
10016 "bytes 1.9.0",
10017 "pin-project-lite",
10018 "quinn-proto",
10019 "quinn-udp",
10020 "rustc-hash 2.1.0",
10021 "rustls 0.23.20",
10022 "socket2",
10023 "thiserror 2.0.6",
10024 "tokio",
10025 "tracing",
10026]
10027
10028[[package]]
10029name = "quinn-proto"
10030version = "0.11.9"
10031source = "registry+https://github.com/rust-lang/crates.io-index"
10032checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10033dependencies = [
10034 "bytes 1.9.0",
10035 "getrandom 0.2.15",
10036 "rand 0.8.5",
10037 "ring",
10038 "rustc-hash 2.1.0",
10039 "rustls 0.23.20",
10040 "rustls-pki-types",
10041 "slab",
10042 "thiserror 2.0.6",
10043 "tinyvec",
10044 "tracing",
10045 "web-time",
10046]
10047
10048[[package]]
10049name = "quinn-udp"
10050version = "0.5.8"
10051source = "registry+https://github.com/rust-lang/crates.io-index"
10052checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10053dependencies = [
10054 "cfg_aliases 0.2.1",
10055 "libc",
10056 "once_cell",
10057 "socket2",
10058 "tracing",
10059 "windows-sys 0.59.0",
10060]
10061
10062[[package]]
10063name = "quote"
10064version = "1.0.38"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10067dependencies = [
10068 "proc-macro2",
10069]
10070
10071[[package]]
10072name = "radium"
10073version = "0.7.0"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10076
10077[[package]]
10078name = "rand"
10079version = "0.7.3"
10080source = "registry+https://github.com/rust-lang/crates.io-index"
10081checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10082dependencies = [
10083 "getrandom 0.1.16",
10084 "libc",
10085 "rand_chacha 0.2.2",
10086 "rand_core 0.5.1",
10087 "rand_hc",
10088]
10089
10090[[package]]
10091name = "rand"
10092version = "0.8.5"
10093source = "registry+https://github.com/rust-lang/crates.io-index"
10094checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10095dependencies = [
10096 "libc",
10097 "rand_chacha 0.3.1",
10098 "rand_core 0.6.4",
10099]
10100
10101[[package]]
10102name = "rand_chacha"
10103version = "0.2.2"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10106dependencies = [
10107 "ppv-lite86",
10108 "rand_core 0.5.1",
10109]
10110
10111[[package]]
10112name = "rand_chacha"
10113version = "0.3.1"
10114source = "registry+https://github.com/rust-lang/crates.io-index"
10115checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10116dependencies = [
10117 "ppv-lite86",
10118 "rand_core 0.6.4",
10119]
10120
10121[[package]]
10122name = "rand_core"
10123version = "0.5.1"
10124source = "registry+https://github.com/rust-lang/crates.io-index"
10125checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10126dependencies = [
10127 "getrandom 0.1.16",
10128]
10129
10130[[package]]
10131name = "rand_core"
10132version = "0.6.4"
10133source = "registry+https://github.com/rust-lang/crates.io-index"
10134checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10135dependencies = [
10136 "getrandom 0.2.15",
10137]
10138
10139[[package]]
10140name = "rand_hc"
10141version = "0.2.0"
10142source = "registry+https://github.com/rust-lang/crates.io-index"
10143checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10144dependencies = [
10145 "rand_core 0.5.1",
10146]
10147
10148[[package]]
10149name = "rangemap"
10150version = "1.5.1"
10151source = "registry+https://github.com/rust-lang/crates.io-index"
10152checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10153
10154[[package]]
10155name = "rav1e"
10156version = "0.7.1"
10157source = "registry+https://github.com/rust-lang/crates.io-index"
10158checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10159dependencies = [
10160 "arbitrary",
10161 "arg_enum_proc_macro",
10162 "arrayvec",
10163 "av1-grain",
10164 "bitstream-io",
10165 "built",
10166 "cfg-if",
10167 "interpolate_name",
10168 "itertools 0.12.1",
10169 "libc",
10170 "libfuzzer-sys",
10171 "log",
10172 "maybe-rayon",
10173 "new_debug_unreachable",
10174 "noop_proc_macro",
10175 "num-derive",
10176 "num-traits",
10177 "once_cell",
10178 "paste",
10179 "profiling",
10180 "rand 0.8.5",
10181 "rand_chacha 0.3.1",
10182 "simd_helpers",
10183 "system-deps",
10184 "thiserror 1.0.69",
10185 "v_frame",
10186 "wasm-bindgen",
10187]
10188
10189[[package]]
10190name = "ravif"
10191version = "0.11.11"
10192source = "registry+https://github.com/rust-lang/crates.io-index"
10193checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10194dependencies = [
10195 "avif-serialize",
10196 "imgref",
10197 "loop9",
10198 "quick-error",
10199 "rav1e",
10200 "rayon",
10201 "rgb",
10202]
10203
10204[[package]]
10205name = "raw-window-handle"
10206version = "0.6.2"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10209
10210[[package]]
10211name = "raw-window-metal"
10212version = "0.4.0"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10215dependencies = [
10216 "cocoa 0.25.0",
10217 "core-graphics 0.23.2",
10218 "objc",
10219 "raw-window-handle",
10220]
10221
10222[[package]]
10223name = "rayon"
10224version = "1.10.0"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10227dependencies = [
10228 "either",
10229 "rayon-core",
10230]
10231
10232[[package]]
10233name = "rayon-core"
10234version = "1.12.1"
10235source = "registry+https://github.com/rust-lang/crates.io-index"
10236checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10237dependencies = [
10238 "crossbeam-deque",
10239 "crossbeam-utils",
10240]
10241
10242[[package]]
10243name = "read-fonts"
10244version = "0.22.5"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10247dependencies = [
10248 "bytemuck",
10249 "font-types",
10250]
10251
10252[[package]]
10253name = "recent_projects"
10254version = "0.1.0"
10255dependencies = [
10256 "anyhow",
10257 "auto_update",
10258 "editor",
10259 "extension_host",
10260 "file_finder",
10261 "futures 0.3.31",
10262 "fuzzy",
10263 "gpui",
10264 "language",
10265 "log",
10266 "markdown",
10267 "menu",
10268 "ordered-float 2.10.1",
10269 "paths",
10270 "picker",
10271 "project",
10272 "release_channel",
10273 "remote",
10274 "schemars",
10275 "serde",
10276 "serde_json",
10277 "settings",
10278 "smol",
10279 "task",
10280 "theme",
10281 "ui",
10282 "util",
10283 "workspace",
10284 "zed_actions",
10285]
10286
10287[[package]]
10288name = "redox_syscall"
10289version = "0.2.16"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10292dependencies = [
10293 "bitflags 1.3.2",
10294]
10295
10296[[package]]
10297name = "redox_syscall"
10298version = "0.5.8"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10301dependencies = [
10302 "bitflags 2.6.0",
10303]
10304
10305[[package]]
10306name = "redox_users"
10307version = "0.4.6"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10310dependencies = [
10311 "getrandom 0.2.15",
10312 "libredox",
10313 "thiserror 1.0.69",
10314]
10315
10316[[package]]
10317name = "refineable"
10318version = "0.1.0"
10319dependencies = [
10320 "derive_refineable",
10321]
10322
10323[[package]]
10324name = "regalloc2"
10325version = "0.9.3"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10328dependencies = [
10329 "hashbrown 0.13.2",
10330 "log",
10331 "rustc-hash 1.1.0",
10332 "slice-group-by",
10333 "smallvec",
10334]
10335
10336[[package]]
10337name = "regex"
10338version = "1.11.1"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10341dependencies = [
10342 "aho-corasick",
10343 "memchr",
10344 "regex-automata 0.4.9",
10345 "regex-syntax 0.8.5",
10346]
10347
10348[[package]]
10349name = "regex-automata"
10350version = "0.1.10"
10351source = "registry+https://github.com/rust-lang/crates.io-index"
10352checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10353dependencies = [
10354 "regex-syntax 0.6.29",
10355]
10356
10357[[package]]
10358name = "regex-automata"
10359version = "0.4.9"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10362dependencies = [
10363 "aho-corasick",
10364 "memchr",
10365 "regex-syntax 0.8.5",
10366]
10367
10368[[package]]
10369name = "regex-lite"
10370version = "0.1.6"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10373
10374[[package]]
10375name = "regex-syntax"
10376version = "0.6.29"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10379
10380[[package]]
10381name = "regex-syntax"
10382version = "0.8.5"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10385
10386[[package]]
10387name = "release_channel"
10388version = "0.1.0"
10389dependencies = [
10390 "gpui",
10391]
10392
10393[[package]]
10394name = "remote"
10395version = "0.1.0"
10396dependencies = [
10397 "anyhow",
10398 "async-trait",
10399 "collections",
10400 "fs",
10401 "futures 0.3.31",
10402 "gpui",
10403 "itertools 0.14.0",
10404 "log",
10405 "parking_lot",
10406 "paths",
10407 "prost 0.9.0",
10408 "release_channel",
10409 "rpc",
10410 "serde",
10411 "serde_json",
10412 "shlex",
10413 "smol",
10414 "tempfile",
10415 "thiserror 1.0.69",
10416 "util",
10417 "which 6.0.3",
10418]
10419
10420[[package]]
10421name = "remote_server"
10422version = "0.1.0"
10423dependencies = [
10424 "anyhow",
10425 "async-watch",
10426 "backtrace",
10427 "cargo_toml",
10428 "chrono",
10429 "clap",
10430 "client",
10431 "clock",
10432 "env_logger 0.11.6",
10433 "extension",
10434 "extension_host",
10435 "fork",
10436 "fs",
10437 "futures 0.3.31",
10438 "git",
10439 "git_hosting_providers",
10440 "gpui",
10441 "http_client",
10442 "language",
10443 "language_extension",
10444 "languages",
10445 "libc",
10446 "log",
10447 "lsp",
10448 "node_runtime",
10449 "paths",
10450 "project",
10451 "proto",
10452 "release_channel",
10453 "remote",
10454 "reqwest_client",
10455 "rpc",
10456 "rust-embed",
10457 "serde",
10458 "serde_json",
10459 "settings",
10460 "shellexpand 2.1.2",
10461 "smol",
10462 "sysinfo",
10463 "telemetry_events",
10464 "toml 0.8.19",
10465 "util",
10466 "worktree",
10467]
10468
10469[[package]]
10470name = "rend"
10471version = "0.4.2"
10472source = "registry+https://github.com/rust-lang/crates.io-index"
10473checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10474dependencies = [
10475 "bytecheck",
10476]
10477
10478[[package]]
10479name = "repl"
10480version = "0.1.0"
10481dependencies = [
10482 "alacritty_terminal",
10483 "anyhow",
10484 "async-dispatcher",
10485 "async-tungstenite 0.28.2",
10486 "base64 0.22.1",
10487 "client",
10488 "collections",
10489 "command_palette_hooks",
10490 "editor",
10491 "env_logger 0.11.6",
10492 "feature_flags",
10493 "file_icons",
10494 "futures 0.3.31",
10495 "gpui",
10496 "http_client",
10497 "image",
10498 "indoc",
10499 "jupyter-protocol",
10500 "jupyter-websocket-client",
10501 "language",
10502 "languages",
10503 "log",
10504 "markdown_preview",
10505 "menu",
10506 "multi_buffer",
10507 "nbformat",
10508 "picker",
10509 "project",
10510 "runtimelib",
10511 "schemars",
10512 "serde",
10513 "serde_json",
10514 "settings",
10515 "smol",
10516 "telemetry",
10517 "terminal",
10518 "terminal_view",
10519 "theme",
10520 "tree-sitter-md",
10521 "tree-sitter-python",
10522 "tree-sitter-typescript",
10523 "ui",
10524 "util",
10525 "uuid",
10526 "workspace",
10527]
10528
10529[[package]]
10530name = "reqwest"
10531version = "0.11.27"
10532source = "registry+https://github.com/rust-lang/crates.io-index"
10533checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10534dependencies = [
10535 "base64 0.21.7",
10536 "bytes 1.9.0",
10537 "encoding_rs",
10538 "futures-core",
10539 "futures-util",
10540 "h2 0.3.26",
10541 "http 0.2.12",
10542 "http-body 0.4.6",
10543 "hyper 0.14.32",
10544 "hyper-rustls 0.24.2",
10545 "hyper-tls",
10546 "ipnet",
10547 "js-sys",
10548 "log",
10549 "mime",
10550 "native-tls",
10551 "once_cell",
10552 "percent-encoding",
10553 "pin-project-lite",
10554 "rustls 0.21.12",
10555 "rustls-native-certs 0.6.3",
10556 "rustls-pemfile 1.0.4",
10557 "serde",
10558 "serde_json",
10559 "serde_urlencoded",
10560 "sync_wrapper 0.1.2",
10561 "system-configuration 0.5.1",
10562 "tokio",
10563 "tokio-native-tls",
10564 "tokio-rustls 0.24.1",
10565 "tower-service",
10566 "url",
10567 "wasm-bindgen",
10568 "wasm-bindgen-futures",
10569 "web-sys",
10570 "winreg 0.50.0",
10571]
10572
10573[[package]]
10574name = "reqwest"
10575version = "0.12.8"
10576source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10577dependencies = [
10578 "base64 0.22.1",
10579 "bytes 1.9.0",
10580 "encoding_rs",
10581 "futures-core",
10582 "futures-util",
10583 "h2 0.4.7",
10584 "http 1.2.0",
10585 "http-body 1.0.1",
10586 "http-body-util",
10587 "hyper 1.5.1",
10588 "hyper-rustls 0.27.3",
10589 "hyper-util",
10590 "ipnet",
10591 "js-sys",
10592 "log",
10593 "mime",
10594 "once_cell",
10595 "percent-encoding",
10596 "pin-project-lite",
10597 "quinn",
10598 "rustls 0.23.20",
10599 "rustls-native-certs 0.8.1",
10600 "rustls-pemfile 2.2.0",
10601 "rustls-pki-types",
10602 "serde",
10603 "serde_json",
10604 "serde_urlencoded",
10605 "sync_wrapper 1.0.2",
10606 "system-configuration 0.6.1",
10607 "tokio",
10608 "tokio-rustls 0.26.1",
10609 "tokio-socks",
10610 "tokio-util",
10611 "tower-service",
10612 "url",
10613 "wasm-bindgen",
10614 "wasm-bindgen-futures",
10615 "wasm-streams",
10616 "web-sys",
10617 "windows-registry",
10618]
10619
10620[[package]]
10621name = "reqwest_client"
10622version = "0.1.0"
10623dependencies = [
10624 "anyhow",
10625 "bytes 1.9.0",
10626 "futures 0.3.31",
10627 "gpui",
10628 "http_client",
10629 "log",
10630 "reqwest 0.12.8",
10631 "serde",
10632 "smol",
10633 "tokio",
10634]
10635
10636[[package]]
10637name = "resvg"
10638version = "0.44.0"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10641dependencies = [
10642 "log",
10643 "pico-args",
10644 "rgb",
10645 "svgtypes",
10646 "tiny-skia",
10647 "usvg",
10648]
10649
10650[[package]]
10651name = "rfc6979"
10652version = "0.3.1"
10653source = "registry+https://github.com/rust-lang/crates.io-index"
10654checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10655dependencies = [
10656 "crypto-bigint 0.4.9",
10657 "hmac",
10658 "zeroize",
10659]
10660
10661[[package]]
10662name = "rgb"
10663version = "0.8.50"
10664source = "registry+https://github.com/rust-lang/crates.io-index"
10665checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10666dependencies = [
10667 "bytemuck",
10668]
10669
10670[[package]]
10671name = "rich_text"
10672version = "0.1.0"
10673dependencies = [
10674 "futures 0.3.31",
10675 "gpui",
10676 "language",
10677 "linkify",
10678 "pulldown-cmark 0.12.2",
10679 "theme",
10680 "ui",
10681 "util",
10682]
10683
10684[[package]]
10685name = "ring"
10686version = "0.17.8"
10687source = "registry+https://github.com/rust-lang/crates.io-index"
10688checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10689dependencies = [
10690 "cc",
10691 "cfg-if",
10692 "getrandom 0.2.15",
10693 "libc",
10694 "spin",
10695 "untrusted",
10696 "windows-sys 0.52.0",
10697]
10698
10699[[package]]
10700name = "rkyv"
10701version = "0.7.45"
10702source = "registry+https://github.com/rust-lang/crates.io-index"
10703checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10704dependencies = [
10705 "bitvec",
10706 "bytecheck",
10707 "bytes 1.9.0",
10708 "hashbrown 0.12.3",
10709 "ptr_meta",
10710 "rend",
10711 "rkyv_derive",
10712 "seahash",
10713 "tinyvec",
10714 "uuid",
10715]
10716
10717[[package]]
10718name = "rkyv_derive"
10719version = "0.7.45"
10720source = "registry+https://github.com/rust-lang/crates.io-index"
10721checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10722dependencies = [
10723 "proc-macro2",
10724 "quote",
10725 "syn 1.0.109",
10726]
10727
10728[[package]]
10729name = "rmp"
10730version = "0.8.14"
10731source = "registry+https://github.com/rust-lang/crates.io-index"
10732checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10733dependencies = [
10734 "byteorder",
10735 "num-traits",
10736 "paste",
10737]
10738
10739[[package]]
10740name = "rmpv"
10741version = "1.3.0"
10742source = "registry+https://github.com/rust-lang/crates.io-index"
10743checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10744dependencies = [
10745 "num-traits",
10746 "rmp",
10747]
10748
10749[[package]]
10750name = "rodio"
10751version = "0.20.1"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10754dependencies = [
10755 "cpal",
10756 "hound",
10757]
10758
10759[[package]]
10760name = "rope"
10761version = "0.1.0"
10762dependencies = [
10763 "arrayvec",
10764 "criterion",
10765 "ctor",
10766 "env_logger 0.11.6",
10767 "gpui",
10768 "log",
10769 "rand 0.8.5",
10770 "rayon",
10771 "smallvec",
10772 "sum_tree",
10773 "unicode-segmentation",
10774 "util",
10775]
10776
10777[[package]]
10778name = "roxmltree"
10779version = "0.20.0"
10780source = "registry+https://github.com/rust-lang/crates.io-index"
10781checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10782
10783[[package]]
10784name = "rpc"
10785version = "0.1.0"
10786dependencies = [
10787 "anyhow",
10788 "async-tungstenite 0.28.2",
10789 "base64 0.22.1",
10790 "chrono",
10791 "collections",
10792 "env_logger 0.11.6",
10793 "futures 0.3.31",
10794 "gpui",
10795 "parking_lot",
10796 "proto",
10797 "rand 0.8.5",
10798 "rsa",
10799 "serde",
10800 "serde_json",
10801 "sha2",
10802 "strum",
10803 "tracing",
10804 "util",
10805 "zstd",
10806]
10807
10808[[package]]
10809name = "rsa"
10810version = "0.9.7"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
10813dependencies = [
10814 "const-oid",
10815 "digest",
10816 "num-bigint-dig",
10817 "num-integer",
10818 "num-traits",
10819 "pkcs1",
10820 "pkcs8 0.10.2",
10821 "rand_core 0.6.4",
10822 "signature 2.2.0",
10823 "spki 0.7.3",
10824 "subtle",
10825 "zeroize",
10826]
10827
10828[[package]]
10829name = "runtimelib"
10830version = "0.25.0"
10831source = "registry+https://github.com/rust-lang/crates.io-index"
10832checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
10833dependencies = [
10834 "anyhow",
10835 "async-dispatcher",
10836 "async-std",
10837 "base64 0.22.1",
10838 "bytes 1.9.0",
10839 "chrono",
10840 "data-encoding",
10841 "dirs 5.0.1",
10842 "futures 0.3.31",
10843 "glob",
10844 "jupyter-protocol",
10845 "ring",
10846 "serde",
10847 "serde_json",
10848 "shellexpand 3.1.0",
10849 "smol",
10850 "uuid",
10851 "zeromq",
10852]
10853
10854[[package]]
10855name = "rust-embed"
10856version = "8.5.0"
10857source = "registry+https://github.com/rust-lang/crates.io-index"
10858checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10859dependencies = [
10860 "rust-embed-impl",
10861 "rust-embed-utils",
10862 "walkdir",
10863]
10864
10865[[package]]
10866name = "rust-embed-impl"
10867version = "8.5.0"
10868source = "registry+https://github.com/rust-lang/crates.io-index"
10869checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10870dependencies = [
10871 "proc-macro2",
10872 "quote",
10873 "rust-embed-utils",
10874 "syn 2.0.90",
10875 "walkdir",
10876]
10877
10878[[package]]
10879name = "rust-embed-utils"
10880version = "8.5.0"
10881source = "registry+https://github.com/rust-lang/crates.io-index"
10882checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10883dependencies = [
10884 "globset",
10885 "sha2",
10886 "walkdir",
10887]
10888
10889[[package]]
10890name = "rust_decimal"
10891version = "1.36.0"
10892source = "registry+https://github.com/rust-lang/crates.io-index"
10893checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10894dependencies = [
10895 "arrayvec",
10896 "borsh",
10897 "bytes 1.9.0",
10898 "num-traits",
10899 "rand 0.8.5",
10900 "rkyv",
10901 "serde",
10902 "serde_json",
10903]
10904
10905[[package]]
10906name = "rustc-demangle"
10907version = "0.1.24"
10908source = "registry+https://github.com/rust-lang/crates.io-index"
10909checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10910
10911[[package]]
10912name = "rustc-hash"
10913version = "1.1.0"
10914source = "registry+https://github.com/rust-lang/crates.io-index"
10915checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10916
10917[[package]]
10918name = "rustc-hash"
10919version = "2.1.0"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
10922
10923[[package]]
10924name = "rustc_version"
10925version = "0.4.1"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10928dependencies = [
10929 "semver",
10930]
10931
10932[[package]]
10933name = "rustix"
10934version = "0.38.42"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
10937dependencies = [
10938 "bitflags 2.6.0",
10939 "errno 0.3.10",
10940 "itoa",
10941 "libc",
10942 "linux-raw-sys",
10943 "once_cell",
10944 "windows-sys 0.59.0",
10945]
10946
10947[[package]]
10948name = "rustix-openpty"
10949version = "0.1.1"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10952dependencies = [
10953 "errno 0.3.10",
10954 "libc",
10955 "rustix",
10956]
10957
10958[[package]]
10959name = "rustls"
10960version = "0.21.12"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10963dependencies = [
10964 "log",
10965 "ring",
10966 "rustls-webpki 0.101.7",
10967 "sct",
10968]
10969
10970[[package]]
10971name = "rustls"
10972version = "0.23.20"
10973source = "registry+https://github.com/rust-lang/crates.io-index"
10974checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
10975dependencies = [
10976 "once_cell",
10977 "ring",
10978 "rustls-pki-types",
10979 "rustls-webpki 0.102.8",
10980 "subtle",
10981 "zeroize",
10982]
10983
10984[[package]]
10985name = "rustls-native-certs"
10986version = "0.6.3"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
10989dependencies = [
10990 "openssl-probe",
10991 "rustls-pemfile 1.0.4",
10992 "schannel",
10993 "security-framework 2.11.1",
10994]
10995
10996[[package]]
10997name = "rustls-native-certs"
10998version = "0.8.1"
10999source = "registry+https://github.com/rust-lang/crates.io-index"
11000checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11001dependencies = [
11002 "openssl-probe",
11003 "rustls-pki-types",
11004 "schannel",
11005 "security-framework 3.0.1",
11006]
11007
11008[[package]]
11009name = "rustls-pemfile"
11010version = "1.0.4"
11011source = "registry+https://github.com/rust-lang/crates.io-index"
11012checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11013dependencies = [
11014 "base64 0.21.7",
11015]
11016
11017[[package]]
11018name = "rustls-pemfile"
11019version = "2.2.0"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11022dependencies = [
11023 "rustls-pki-types",
11024]
11025
11026[[package]]
11027name = "rustls-pki-types"
11028version = "1.10.0"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11031dependencies = [
11032 "web-time",
11033]
11034
11035[[package]]
11036name = "rustls-webpki"
11037version = "0.101.7"
11038source = "registry+https://github.com/rust-lang/crates.io-index"
11039checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11040dependencies = [
11041 "ring",
11042 "untrusted",
11043]
11044
11045[[package]]
11046name = "rustls-webpki"
11047version = "0.102.8"
11048source = "registry+https://github.com/rust-lang/crates.io-index"
11049checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11050dependencies = [
11051 "ring",
11052 "rustls-pki-types",
11053 "untrusted",
11054]
11055
11056[[package]]
11057name = "rustversion"
11058version = "1.0.18"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11061
11062[[package]]
11063name = "rustybuzz"
11064version = "0.14.1"
11065source = "registry+https://github.com/rust-lang/crates.io-index"
11066checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11067dependencies = [
11068 "bitflags 2.6.0",
11069 "bytemuck",
11070 "libm",
11071 "smallvec",
11072 "ttf-parser",
11073 "unicode-bidi-mirroring",
11074 "unicode-ccc",
11075 "unicode-properties",
11076 "unicode-script",
11077]
11078
11079[[package]]
11080name = "ryu"
11081version = "1.0.18"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11084
11085[[package]]
11086name = "salsa20"
11087version = "0.10.2"
11088source = "registry+https://github.com/rust-lang/crates.io-index"
11089checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11090dependencies = [
11091 "cipher",
11092]
11093
11094[[package]]
11095name = "same-file"
11096version = "1.0.6"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11099dependencies = [
11100 "winapi-util",
11101]
11102
11103[[package]]
11104name = "schannel"
11105version = "0.1.27"
11106source = "registry+https://github.com/rust-lang/crates.io-index"
11107checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11108dependencies = [
11109 "windows-sys 0.59.0",
11110]
11111
11112[[package]]
11113name = "schemars"
11114version = "0.8.21"
11115source = "registry+https://github.com/rust-lang/crates.io-index"
11116checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11117dependencies = [
11118 "dyn-clone",
11119 "indexmap",
11120 "schemars_derive",
11121 "serde",
11122 "serde_json",
11123]
11124
11125[[package]]
11126name = "schemars_derive"
11127version = "0.8.21"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11130dependencies = [
11131 "proc-macro2",
11132 "quote",
11133 "serde_derive_internals",
11134 "syn 2.0.90",
11135]
11136
11137[[package]]
11138name = "scoped-tls"
11139version = "1.0.1"
11140source = "registry+https://github.com/rust-lang/crates.io-index"
11141checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11142
11143[[package]]
11144name = "scopeguard"
11145version = "1.2.0"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11148
11149[[package]]
11150name = "scratch"
11151version = "1.0.7"
11152source = "registry+https://github.com/rust-lang/crates.io-index"
11153checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11154
11155[[package]]
11156name = "scrypt"
11157version = "0.11.0"
11158source = "registry+https://github.com/rust-lang/crates.io-index"
11159checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11160dependencies = [
11161 "password-hash 0.5.0",
11162 "pbkdf2 0.12.2",
11163 "salsa20",
11164 "sha2",
11165]
11166
11167[[package]]
11168name = "sct"
11169version = "0.7.1"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11172dependencies = [
11173 "ring",
11174 "untrusted",
11175]
11176
11177[[package]]
11178name = "sea-bae"
11179version = "0.2.1"
11180source = "registry+https://github.com/rust-lang/crates.io-index"
11181checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11182dependencies = [
11183 "heck 0.4.1",
11184 "proc-macro-error2",
11185 "proc-macro2",
11186 "quote",
11187 "syn 2.0.90",
11188]
11189
11190[[package]]
11191name = "sea-orm"
11192version = "1.1.3"
11193source = "registry+https://github.com/rust-lang/crates.io-index"
11194checksum = "0dbcf83248860dc632c46c7e81a221e041b50d0006191756cb001d9e8afc60a9"
11195dependencies = [
11196 "async-stream",
11197 "async-trait",
11198 "bigdecimal",
11199 "chrono",
11200 "futures 0.3.31",
11201 "log",
11202 "ouroboros",
11203 "rust_decimal",
11204 "sea-orm-macros",
11205 "sea-query",
11206 "sea-query-binder",
11207 "serde",
11208 "serde_json",
11209 "sqlx",
11210 "strum",
11211 "thiserror 1.0.69",
11212 "time",
11213 "tracing",
11214 "url",
11215 "uuid",
11216]
11217
11218[[package]]
11219name = "sea-orm-macros"
11220version = "1.1.3"
11221source = "registry+https://github.com/rust-lang/crates.io-index"
11222checksum = "49ce6f08134f3681b1ca92185b96fac898f26d9b4f5538d13f7032ef243d14b2"
11223dependencies = [
11224 "heck 0.4.1",
11225 "proc-macro2",
11226 "quote",
11227 "sea-bae",
11228 "syn 2.0.90",
11229 "unicode-ident",
11230]
11231
11232[[package]]
11233name = "sea-query"
11234version = "0.32.1"
11235source = "registry+https://github.com/rust-lang/crates.io-index"
11236checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11237dependencies = [
11238 "bigdecimal",
11239 "chrono",
11240 "inherent",
11241 "ordered-float 3.9.2",
11242 "rust_decimal",
11243 "serde_json",
11244 "time",
11245 "uuid",
11246]
11247
11248[[package]]
11249name = "sea-query-binder"
11250version = "0.7.0"
11251source = "registry+https://github.com/rust-lang/crates.io-index"
11252checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11253dependencies = [
11254 "bigdecimal",
11255 "chrono",
11256 "rust_decimal",
11257 "sea-query",
11258 "serde_json",
11259 "sqlx",
11260 "time",
11261 "uuid",
11262]
11263
11264[[package]]
11265name = "seahash"
11266version = "4.1.0"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11269
11270[[package]]
11271name = "search"
11272version = "0.1.0"
11273dependencies = [
11274 "any_vec",
11275 "anyhow",
11276 "bitflags 2.6.0",
11277 "client",
11278 "collections",
11279 "editor",
11280 "futures 0.3.31",
11281 "gpui",
11282 "language",
11283 "menu",
11284 "project",
11285 "schemars",
11286 "serde",
11287 "serde_json",
11288 "settings",
11289 "smol",
11290 "theme",
11291 "ui",
11292 "unindent",
11293 "util",
11294 "workspace",
11295]
11296
11297[[package]]
11298name = "sec1"
11299version = "0.3.0"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11302dependencies = [
11303 "base16ct",
11304 "der 0.6.1",
11305 "generic-array",
11306 "pkcs8 0.9.0",
11307 "subtle",
11308 "zeroize",
11309]
11310
11311[[package]]
11312name = "security-framework"
11313version = "2.11.1"
11314source = "registry+https://github.com/rust-lang/crates.io-index"
11315checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11316dependencies = [
11317 "bitflags 2.6.0",
11318 "core-foundation 0.9.4",
11319 "core-foundation-sys",
11320 "libc",
11321 "security-framework-sys",
11322]
11323
11324[[package]]
11325name = "security-framework"
11326version = "3.0.1"
11327source = "registry+https://github.com/rust-lang/crates.io-index"
11328checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11329dependencies = [
11330 "bitflags 2.6.0",
11331 "core-foundation 0.10.0",
11332 "core-foundation-sys",
11333 "libc",
11334 "security-framework-sys",
11335]
11336
11337[[package]]
11338name = "security-framework-sys"
11339version = "2.12.1"
11340source = "registry+https://github.com/rust-lang/crates.io-index"
11341checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11342dependencies = [
11343 "core-foundation-sys",
11344 "libc",
11345]
11346
11347[[package]]
11348name = "self_cell"
11349version = "1.1.0"
11350source = "registry+https://github.com/rust-lang/crates.io-index"
11351checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11352
11353[[package]]
11354name = "semantic_index"
11355version = "0.1.0"
11356dependencies = [
11357 "anyhow",
11358 "arrayvec",
11359 "blake3",
11360 "client",
11361 "clock",
11362 "collections",
11363 "env_logger 0.11.6",
11364 "feature_flags",
11365 "fs",
11366 "futures 0.3.31",
11367 "futures-batch",
11368 "gpui",
11369 "heed",
11370 "http_client",
11371 "language",
11372 "language_model",
11373 "languages",
11374 "log",
11375 "open_ai",
11376 "parking_lot",
11377 "project",
11378 "reqwest_client",
11379 "serde",
11380 "serde_json",
11381 "settings",
11382 "sha2",
11383 "smol",
11384 "tempfile",
11385 "theme",
11386 "tree-sitter",
11387 "ui",
11388 "unindent",
11389 "util",
11390 "workspace",
11391 "worktree",
11392]
11393
11394[[package]]
11395name = "semantic_version"
11396version = "0.1.0"
11397dependencies = [
11398 "anyhow",
11399 "serde",
11400]
11401
11402[[package]]
11403name = "semver"
11404version = "1.0.24"
11405source = "registry+https://github.com/rust-lang/crates.io-index"
11406checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
11407dependencies = [
11408 "serde",
11409]
11410
11411[[package]]
11412name = "serde"
11413version = "1.0.217"
11414source = "registry+https://github.com/rust-lang/crates.io-index"
11415checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
11416dependencies = [
11417 "serde_derive",
11418]
11419
11420[[package]]
11421name = "serde_derive"
11422version = "1.0.217"
11423source = "registry+https://github.com/rust-lang/crates.io-index"
11424checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
11425dependencies = [
11426 "proc-macro2",
11427 "quote",
11428 "syn 2.0.90",
11429]
11430
11431[[package]]
11432name = "serde_derive_internals"
11433version = "0.29.1"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11436dependencies = [
11437 "proc-macro2",
11438 "quote",
11439 "syn 2.0.90",
11440]
11441
11442[[package]]
11443name = "serde_fmt"
11444version = "1.0.3"
11445source = "registry+https://github.com/rust-lang/crates.io-index"
11446checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11447dependencies = [
11448 "serde",
11449]
11450
11451[[package]]
11452name = "serde_json"
11453version = "1.0.135"
11454source = "registry+https://github.com/rust-lang/crates.io-index"
11455checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
11456dependencies = [
11457 "indexmap",
11458 "itoa",
11459 "memchr",
11460 "ryu",
11461 "serde",
11462]
11463
11464[[package]]
11465name = "serde_json_lenient"
11466version = "0.2.4"
11467source = "registry+https://github.com/rust-lang/crates.io-index"
11468checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11469dependencies = [
11470 "indexmap",
11471 "itoa",
11472 "memchr",
11473 "ryu",
11474 "serde",
11475]
11476
11477[[package]]
11478name = "serde_path_to_error"
11479version = "0.1.16"
11480source = "registry+https://github.com/rust-lang/crates.io-index"
11481checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11482dependencies = [
11483 "itoa",
11484 "serde",
11485]
11486
11487[[package]]
11488name = "serde_qs"
11489version = "0.8.5"
11490source = "registry+https://github.com/rust-lang/crates.io-index"
11491checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11492dependencies = [
11493 "percent-encoding",
11494 "serde",
11495 "thiserror 1.0.69",
11496]
11497
11498[[package]]
11499name = "serde_qs"
11500version = "0.10.1"
11501source = "registry+https://github.com/rust-lang/crates.io-index"
11502checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11503dependencies = [
11504 "percent-encoding",
11505 "serde",
11506 "thiserror 1.0.69",
11507]
11508
11509[[package]]
11510name = "serde_repr"
11511version = "0.1.19"
11512source = "registry+https://github.com/rust-lang/crates.io-index"
11513checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11514dependencies = [
11515 "proc-macro2",
11516 "quote",
11517 "syn 2.0.90",
11518]
11519
11520[[package]]
11521name = "serde_spanned"
11522version = "0.6.8"
11523source = "registry+https://github.com/rust-lang/crates.io-index"
11524checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11525dependencies = [
11526 "serde",
11527]
11528
11529[[package]]
11530name = "serde_urlencoded"
11531version = "0.7.1"
11532source = "registry+https://github.com/rust-lang/crates.io-index"
11533checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11534dependencies = [
11535 "form_urlencoded",
11536 "itoa",
11537 "ryu",
11538 "serde",
11539]
11540
11541[[package]]
11542name = "session"
11543version = "0.1.0"
11544dependencies = [
11545 "db",
11546 "gpui",
11547 "serde_json",
11548 "util",
11549 "uuid",
11550]
11551
11552[[package]]
11553name = "settings"
11554version = "0.1.0"
11555dependencies = [
11556 "anyhow",
11557 "collections",
11558 "ec4rs",
11559 "fs",
11560 "futures 0.3.31",
11561 "gpui",
11562 "indoc",
11563 "log",
11564 "paths",
11565 "pretty_assertions",
11566 "release_channel",
11567 "rust-embed",
11568 "schemars",
11569 "serde",
11570 "serde_derive",
11571 "serde_json",
11572 "serde_json_lenient",
11573 "smallvec",
11574 "tree-sitter",
11575 "tree-sitter-json",
11576 "unindent",
11577 "util",
11578]
11579
11580[[package]]
11581name = "settings_ui"
11582version = "0.1.0"
11583dependencies = [
11584 "command_palette_hooks",
11585 "editor",
11586 "feature_flags",
11587 "gpui",
11588 "settings",
11589 "theme",
11590 "ui",
11591 "workspace",
11592]
11593
11594[[package]]
11595name = "sha1"
11596version = "0.10.6"
11597source = "registry+https://github.com/rust-lang/crates.io-index"
11598checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11599dependencies = [
11600 "cfg-if",
11601 "cpufeatures",
11602 "digest",
11603]
11604
11605[[package]]
11606name = "sha1_smol"
11607version = "1.0.1"
11608source = "registry+https://github.com/rust-lang/crates.io-index"
11609checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11610
11611[[package]]
11612name = "sha2"
11613version = "0.10.8"
11614source = "registry+https://github.com/rust-lang/crates.io-index"
11615checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11616dependencies = [
11617 "cfg-if",
11618 "cpufeatures",
11619 "digest",
11620]
11621
11622[[package]]
11623name = "sharded-slab"
11624version = "0.1.7"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11627dependencies = [
11628 "lazy_static",
11629]
11630
11631[[package]]
11632name = "shell-words"
11633version = "1.1.0"
11634source = "registry+https://github.com/rust-lang/crates.io-index"
11635checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11636
11637[[package]]
11638name = "shellexpand"
11639version = "2.1.2"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11642dependencies = [
11643 "dirs 4.0.0",
11644]
11645
11646[[package]]
11647name = "shellexpand"
11648version = "3.1.0"
11649source = "registry+https://github.com/rust-lang/crates.io-index"
11650checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11651dependencies = [
11652 "dirs 5.0.1",
11653]
11654
11655[[package]]
11656name = "shlex"
11657version = "1.3.0"
11658source = "registry+https://github.com/rust-lang/crates.io-index"
11659checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11660
11661[[package]]
11662name = "signal-hook"
11663version = "0.3.17"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11666dependencies = [
11667 "libc",
11668 "signal-hook-registry",
11669]
11670
11671[[package]]
11672name = "signal-hook-registry"
11673version = "1.4.2"
11674source = "registry+https://github.com/rust-lang/crates.io-index"
11675checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11676dependencies = [
11677 "libc",
11678]
11679
11680[[package]]
11681name = "signature"
11682version = "1.6.4"
11683source = "registry+https://github.com/rust-lang/crates.io-index"
11684checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11685dependencies = [
11686 "digest",
11687 "rand_core 0.6.4",
11688]
11689
11690[[package]]
11691name = "signature"
11692version = "2.2.0"
11693source = "registry+https://github.com/rust-lang/crates.io-index"
11694checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11695dependencies = [
11696 "digest",
11697 "rand_core 0.6.4",
11698]
11699
11700[[package]]
11701name = "simd-adler32"
11702version = "0.3.7"
11703source = "registry+https://github.com/rust-lang/crates.io-index"
11704checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11705
11706[[package]]
11707name = "simd_helpers"
11708version = "0.1.0"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11711dependencies = [
11712 "quote",
11713]
11714
11715[[package]]
11716name = "simdutf8"
11717version = "0.1.5"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11720
11721[[package]]
11722name = "similar"
11723version = "1.3.0"
11724source = "registry+https://github.com/rust-lang/crates.io-index"
11725checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11726
11727[[package]]
11728name = "simple_asn1"
11729version = "0.6.2"
11730source = "registry+https://github.com/rust-lang/crates.io-index"
11731checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11732dependencies = [
11733 "num-bigint",
11734 "num-traits",
11735 "thiserror 1.0.69",
11736 "time",
11737]
11738
11739[[package]]
11740name = "simplecss"
11741version = "0.2.1"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11744dependencies = [
11745 "log",
11746]
11747
11748[[package]]
11749name = "simplelog"
11750version = "0.12.2"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11753dependencies = [
11754 "log",
11755 "termcolor",
11756 "time",
11757]
11758
11759[[package]]
11760name = "siphasher"
11761version = "0.3.11"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11764
11765[[package]]
11766name = "siphasher"
11767version = "1.0.1"
11768source = "registry+https://github.com/rust-lang/crates.io-index"
11769checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11770
11771[[package]]
11772name = "skrifa"
11773version = "0.22.3"
11774source = "registry+https://github.com/rust-lang/crates.io-index"
11775checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11776dependencies = [
11777 "bytemuck",
11778 "read-fonts",
11779]
11780
11781[[package]]
11782name = "slab"
11783version = "0.4.9"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11786dependencies = [
11787 "autocfg",
11788]
11789
11790[[package]]
11791name = "slash_commands_example"
11792version = "0.1.0"
11793dependencies = [
11794 "zed_extension_api 0.1.0",
11795]
11796
11797[[package]]
11798name = "slice-group-by"
11799version = "0.3.1"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11802
11803[[package]]
11804name = "slotmap"
11805version = "1.0.7"
11806source = "registry+https://github.com/rust-lang/crates.io-index"
11807checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11808dependencies = [
11809 "version_check",
11810]
11811
11812[[package]]
11813name = "smallvec"
11814version = "1.13.2"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11817dependencies = [
11818 "serde",
11819]
11820
11821[[package]]
11822name = "smart-default"
11823version = "0.6.0"
11824source = "registry+https://github.com/rust-lang/crates.io-index"
11825checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11826dependencies = [
11827 "proc-macro2",
11828 "quote",
11829 "syn 1.0.109",
11830]
11831
11832[[package]]
11833name = "smol"
11834version = "2.0.2"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
11837dependencies = [
11838 "async-channel 2.3.1",
11839 "async-executor",
11840 "async-fs",
11841 "async-io",
11842 "async-lock",
11843 "async-net",
11844 "async-process",
11845 "blocking",
11846 "futures-lite 2.5.0",
11847]
11848
11849[[package]]
11850name = "smol_str"
11851version = "0.1.24"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11854dependencies = [
11855 "serde",
11856]
11857
11858[[package]]
11859name = "snippet"
11860version = "0.1.0"
11861dependencies = [
11862 "anyhow",
11863 "smallvec",
11864]
11865
11866[[package]]
11867name = "snippet_provider"
11868version = "0.1.0"
11869dependencies = [
11870 "anyhow",
11871 "collections",
11872 "extension",
11873 "fs",
11874 "futures 0.3.31",
11875 "gpui",
11876 "parking_lot",
11877 "paths",
11878 "serde",
11879 "serde_json",
11880 "snippet",
11881 "util",
11882]
11883
11884[[package]]
11885name = "snippets_ui"
11886version = "0.1.0"
11887dependencies = [
11888 "fuzzy",
11889 "gpui",
11890 "language",
11891 "paths",
11892 "picker",
11893 "ui",
11894 "util",
11895 "workspace",
11896]
11897
11898[[package]]
11899name = "socket2"
11900version = "0.5.8"
11901source = "registry+https://github.com/rust-lang/crates.io-index"
11902checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
11903dependencies = [
11904 "libc",
11905 "windows-sys 0.52.0",
11906]
11907
11908[[package]]
11909name = "spdx"
11910version = "0.10.7"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
11913dependencies = [
11914 "smallvec",
11915]
11916
11917[[package]]
11918name = "spin"
11919version = "0.9.8"
11920source = "registry+https://github.com/rust-lang/crates.io-index"
11921checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11922dependencies = [
11923 "lock_api",
11924]
11925
11926[[package]]
11927name = "spirv"
11928version = "0.3.0+sdk-1.3.268.0"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11931dependencies = [
11932 "bitflags 2.6.0",
11933]
11934
11935[[package]]
11936name = "spki"
11937version = "0.6.0"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11940dependencies = [
11941 "base64ct",
11942 "der 0.6.1",
11943]
11944
11945[[package]]
11946name = "spki"
11947version = "0.7.3"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11950dependencies = [
11951 "base64ct",
11952 "der 0.7.9",
11953]
11954
11955[[package]]
11956name = "sptr"
11957version = "0.3.2"
11958source = "registry+https://github.com/rust-lang/crates.io-index"
11959checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11960
11961[[package]]
11962name = "sqlez"
11963version = "0.1.0"
11964dependencies = [
11965 "anyhow",
11966 "collections",
11967 "futures 0.3.31",
11968 "indoc",
11969 "libsqlite3-sys",
11970 "parking_lot",
11971 "smol",
11972 "sqlformat",
11973 "thread_local",
11974 "util",
11975 "uuid",
11976]
11977
11978[[package]]
11979name = "sqlez_macros"
11980version = "0.1.0"
11981dependencies = [
11982 "sqlez",
11983 "sqlformat",
11984 "syn 1.0.109",
11985]
11986
11987[[package]]
11988name = "sqlformat"
11989version = "0.2.6"
11990source = "registry+https://github.com/rust-lang/crates.io-index"
11991checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
11992dependencies = [
11993 "nom",
11994 "unicode_categories",
11995]
11996
11997[[package]]
11998name = "sqlx"
11999version = "0.8.2"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12002dependencies = [
12003 "sqlx-core",
12004 "sqlx-macros",
12005 "sqlx-mysql",
12006 "sqlx-postgres",
12007 "sqlx-sqlite",
12008]
12009
12010[[package]]
12011name = "sqlx-core"
12012version = "0.8.2"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12015dependencies = [
12016 "atoi",
12017 "bigdecimal",
12018 "byteorder",
12019 "bytes 1.9.0",
12020 "chrono",
12021 "crc",
12022 "crossbeam-queue",
12023 "either",
12024 "event-listener 5.3.1",
12025 "futures-channel",
12026 "futures-core",
12027 "futures-intrusive",
12028 "futures-io",
12029 "futures-util",
12030 "hashbrown 0.14.5",
12031 "hashlink 0.9.1",
12032 "hex",
12033 "indexmap",
12034 "log",
12035 "memchr",
12036 "once_cell",
12037 "paste",
12038 "percent-encoding",
12039 "rust_decimal",
12040 "rustls 0.23.20",
12041 "rustls-pemfile 2.2.0",
12042 "serde",
12043 "serde_json",
12044 "sha2",
12045 "smallvec",
12046 "sqlformat",
12047 "thiserror 1.0.69",
12048 "time",
12049 "tokio",
12050 "tokio-stream",
12051 "tracing",
12052 "url",
12053 "uuid",
12054 "webpki-roots 0.26.7",
12055]
12056
12057[[package]]
12058name = "sqlx-macros"
12059version = "0.8.2"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12062dependencies = [
12063 "proc-macro2",
12064 "quote",
12065 "sqlx-core",
12066 "sqlx-macros-core",
12067 "syn 2.0.90",
12068]
12069
12070[[package]]
12071name = "sqlx-macros-core"
12072version = "0.8.2"
12073source = "registry+https://github.com/rust-lang/crates.io-index"
12074checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12075dependencies = [
12076 "dotenvy",
12077 "either",
12078 "heck 0.5.0",
12079 "hex",
12080 "once_cell",
12081 "proc-macro2",
12082 "quote",
12083 "serde",
12084 "serde_json",
12085 "sha2",
12086 "sqlx-core",
12087 "sqlx-mysql",
12088 "sqlx-postgres",
12089 "sqlx-sqlite",
12090 "syn 2.0.90",
12091 "tempfile",
12092 "tokio",
12093 "url",
12094]
12095
12096[[package]]
12097name = "sqlx-mysql"
12098version = "0.8.2"
12099source = "registry+https://github.com/rust-lang/crates.io-index"
12100checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12101dependencies = [
12102 "atoi",
12103 "base64 0.22.1",
12104 "bigdecimal",
12105 "bitflags 2.6.0",
12106 "byteorder",
12107 "bytes 1.9.0",
12108 "chrono",
12109 "crc",
12110 "digest",
12111 "dotenvy",
12112 "either",
12113 "futures-channel",
12114 "futures-core",
12115 "futures-io",
12116 "futures-util",
12117 "generic-array",
12118 "hex",
12119 "hkdf",
12120 "hmac",
12121 "itoa",
12122 "log",
12123 "md-5",
12124 "memchr",
12125 "once_cell",
12126 "percent-encoding",
12127 "rand 0.8.5",
12128 "rsa",
12129 "rust_decimal",
12130 "serde",
12131 "sha1",
12132 "sha2",
12133 "smallvec",
12134 "sqlx-core",
12135 "stringprep",
12136 "thiserror 1.0.69",
12137 "time",
12138 "tracing",
12139 "uuid",
12140 "whoami",
12141]
12142
12143[[package]]
12144name = "sqlx-postgres"
12145version = "0.8.2"
12146source = "registry+https://github.com/rust-lang/crates.io-index"
12147checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12148dependencies = [
12149 "atoi",
12150 "base64 0.22.1",
12151 "bigdecimal",
12152 "bitflags 2.6.0",
12153 "byteorder",
12154 "chrono",
12155 "crc",
12156 "dotenvy",
12157 "etcetera",
12158 "futures-channel",
12159 "futures-core",
12160 "futures-io",
12161 "futures-util",
12162 "hex",
12163 "hkdf",
12164 "hmac",
12165 "home",
12166 "itoa",
12167 "log",
12168 "md-5",
12169 "memchr",
12170 "num-bigint",
12171 "once_cell",
12172 "rand 0.8.5",
12173 "rust_decimal",
12174 "serde",
12175 "serde_json",
12176 "sha2",
12177 "smallvec",
12178 "sqlx-core",
12179 "stringprep",
12180 "thiserror 1.0.69",
12181 "time",
12182 "tracing",
12183 "uuid",
12184 "whoami",
12185]
12186
12187[[package]]
12188name = "sqlx-sqlite"
12189version = "0.8.2"
12190source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12192dependencies = [
12193 "atoi",
12194 "chrono",
12195 "flume",
12196 "futures-channel",
12197 "futures-core",
12198 "futures-executor",
12199 "futures-intrusive",
12200 "futures-util",
12201 "libsqlite3-sys",
12202 "log",
12203 "percent-encoding",
12204 "serde",
12205 "serde_urlencoded",
12206 "sqlx-core",
12207 "time",
12208 "tracing",
12209 "url",
12210 "uuid",
12211]
12212
12213[[package]]
12214name = "stable_deref_trait"
12215version = "1.2.0"
12216source = "registry+https://github.com/rust-lang/crates.io-index"
12217checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12218
12219[[package]]
12220name = "static_assertions"
12221version = "1.1.0"
12222source = "registry+https://github.com/rust-lang/crates.io-index"
12223checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12224
12225[[package]]
12226name = "story"
12227version = "0.1.0"
12228dependencies = [
12229 "gpui",
12230 "itertools 0.14.0",
12231 "smallvec",
12232]
12233
12234[[package]]
12235name = "storybook"
12236version = "0.1.0"
12237dependencies = [
12238 "anyhow",
12239 "clap",
12240 "collab_ui",
12241 "ctrlc",
12242 "dialoguer",
12243 "editor",
12244 "fuzzy",
12245 "gpui",
12246 "indoc",
12247 "language",
12248 "log",
12249 "menu",
12250 "picker",
12251 "project",
12252 "reqwest_client",
12253 "rust-embed",
12254 "settings",
12255 "simplelog",
12256 "story",
12257 "strum",
12258 "theme",
12259 "title_bar",
12260 "ui",
12261]
12262
12263[[package]]
12264name = "strict-num"
12265version = "0.1.1"
12266source = "registry+https://github.com/rust-lang/crates.io-index"
12267checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12268dependencies = [
12269 "float-cmp",
12270]
12271
12272[[package]]
12273name = "string_cache"
12274version = "0.8.7"
12275source = "registry+https://github.com/rust-lang/crates.io-index"
12276checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12277dependencies = [
12278 "new_debug_unreachable",
12279 "once_cell",
12280 "parking_lot",
12281 "phf_shared 0.10.0",
12282 "precomputed-hash",
12283 "serde",
12284]
12285
12286[[package]]
12287name = "string_cache_codegen"
12288version = "0.5.2"
12289source = "registry+https://github.com/rust-lang/crates.io-index"
12290checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12291dependencies = [
12292 "phf_generator 0.10.0",
12293 "phf_shared 0.10.0",
12294 "proc-macro2",
12295 "quote",
12296]
12297
12298[[package]]
12299name = "stringprep"
12300version = "0.1.5"
12301source = "registry+https://github.com/rust-lang/crates.io-index"
12302checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12303dependencies = [
12304 "unicode-bidi",
12305 "unicode-normalization",
12306 "unicode-properties",
12307]
12308
12309[[package]]
12310name = "strsim"
12311version = "0.11.1"
12312source = "registry+https://github.com/rust-lang/crates.io-index"
12313checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12314
12315[[package]]
12316name = "strum"
12317version = "0.26.3"
12318source = "registry+https://github.com/rust-lang/crates.io-index"
12319checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12320dependencies = [
12321 "strum_macros",
12322]
12323
12324[[package]]
12325name = "strum_macros"
12326version = "0.26.4"
12327source = "registry+https://github.com/rust-lang/crates.io-index"
12328checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12329dependencies = [
12330 "heck 0.5.0",
12331 "proc-macro2",
12332 "quote",
12333 "rustversion",
12334 "syn 2.0.90",
12335]
12336
12337[[package]]
12338name = "subtle"
12339version = "2.6.1"
12340source = "registry+https://github.com/rust-lang/crates.io-index"
12341checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12342
12343[[package]]
12344name = "sum_tree"
12345version = "0.1.0"
12346dependencies = [
12347 "arrayvec",
12348 "ctor",
12349 "env_logger 0.11.6",
12350 "log",
12351 "rand 0.8.5",
12352 "rayon",
12353]
12354
12355[[package]]
12356name = "supermaven"
12357version = "0.1.0"
12358dependencies = [
12359 "anyhow",
12360 "client",
12361 "collections",
12362 "editor",
12363 "env_logger 0.11.6",
12364 "futures 0.3.31",
12365 "gpui",
12366 "http_client",
12367 "inline_completion",
12368 "language",
12369 "log",
12370 "postage",
12371 "project",
12372 "serde",
12373 "serde_json",
12374 "settings",
12375 "smol",
12376 "supermaven_api",
12377 "text",
12378 "theme",
12379 "ui",
12380 "unicode-segmentation",
12381 "util",
12382]
12383
12384[[package]]
12385name = "supermaven_api"
12386version = "0.1.0"
12387dependencies = [
12388 "anyhow",
12389 "futures 0.3.31",
12390 "http_client",
12391 "paths",
12392 "serde",
12393 "serde_json",
12394 "smol",
12395]
12396
12397[[package]]
12398name = "sval"
12399version = "2.13.2"
12400source = "registry+https://github.com/rust-lang/crates.io-index"
12401checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12402
12403[[package]]
12404name = "sval_buffer"
12405version = "2.13.2"
12406source = "registry+https://github.com/rust-lang/crates.io-index"
12407checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12408dependencies = [
12409 "sval",
12410 "sval_ref",
12411]
12412
12413[[package]]
12414name = "sval_dynamic"
12415version = "2.13.2"
12416source = "registry+https://github.com/rust-lang/crates.io-index"
12417checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12418dependencies = [
12419 "sval",
12420]
12421
12422[[package]]
12423name = "sval_fmt"
12424version = "2.13.2"
12425source = "registry+https://github.com/rust-lang/crates.io-index"
12426checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12427dependencies = [
12428 "itoa",
12429 "ryu",
12430 "sval",
12431]
12432
12433[[package]]
12434name = "sval_json"
12435version = "2.13.2"
12436source = "registry+https://github.com/rust-lang/crates.io-index"
12437checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12438dependencies = [
12439 "itoa",
12440 "ryu",
12441 "sval",
12442]
12443
12444[[package]]
12445name = "sval_nested"
12446version = "2.13.2"
12447source = "registry+https://github.com/rust-lang/crates.io-index"
12448checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12449dependencies = [
12450 "sval",
12451 "sval_buffer",
12452 "sval_ref",
12453]
12454
12455[[package]]
12456name = "sval_ref"
12457version = "2.13.2"
12458source = "registry+https://github.com/rust-lang/crates.io-index"
12459checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12460dependencies = [
12461 "sval",
12462]
12463
12464[[package]]
12465name = "sval_serde"
12466version = "2.13.2"
12467source = "registry+https://github.com/rust-lang/crates.io-index"
12468checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12469dependencies = [
12470 "serde",
12471 "sval",
12472 "sval_nested",
12473]
12474
12475[[package]]
12476name = "svg_fmt"
12477version = "0.4.4"
12478source = "registry+https://github.com/rust-lang/crates.io-index"
12479checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12480
12481[[package]]
12482name = "svgtypes"
12483version = "0.15.2"
12484source = "registry+https://github.com/rust-lang/crates.io-index"
12485checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12486dependencies = [
12487 "kurbo",
12488 "siphasher 1.0.1",
12489]
12490
12491[[package]]
12492name = "swash"
12493version = "0.1.19"
12494source = "registry+https://github.com/rust-lang/crates.io-index"
12495checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12496dependencies = [
12497 "skrifa",
12498 "yazi",
12499 "zeno",
12500]
12501
12502[[package]]
12503name = "syn"
12504version = "1.0.109"
12505source = "registry+https://github.com/rust-lang/crates.io-index"
12506checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12507dependencies = [
12508 "proc-macro2",
12509 "quote",
12510 "unicode-ident",
12511]
12512
12513[[package]]
12514name = "syn"
12515version = "2.0.90"
12516source = "registry+https://github.com/rust-lang/crates.io-index"
12517checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12518dependencies = [
12519 "proc-macro2",
12520 "quote",
12521 "unicode-ident",
12522]
12523
12524[[package]]
12525name = "sync_wrapper"
12526version = "0.1.2"
12527source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12529
12530[[package]]
12531name = "sync_wrapper"
12532version = "1.0.2"
12533source = "registry+https://github.com/rust-lang/crates.io-index"
12534checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12535dependencies = [
12536 "futures-core",
12537]
12538
12539[[package]]
12540name = "synchronoise"
12541version = "1.0.1"
12542source = "registry+https://github.com/rust-lang/crates.io-index"
12543checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12544dependencies = [
12545 "crossbeam-queue",
12546]
12547
12548[[package]]
12549name = "synstructure"
12550version = "0.13.1"
12551source = "registry+https://github.com/rust-lang/crates.io-index"
12552checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12553dependencies = [
12554 "proc-macro2",
12555 "quote",
12556 "syn 2.0.90",
12557]
12558
12559[[package]]
12560name = "sys-locale"
12561version = "0.3.2"
12562source = "registry+https://github.com/rust-lang/crates.io-index"
12563checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12564dependencies = [
12565 "libc",
12566]
12567
12568[[package]]
12569name = "sysinfo"
12570version = "0.31.4"
12571source = "registry+https://github.com/rust-lang/crates.io-index"
12572checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12573dependencies = [
12574 "core-foundation-sys",
12575 "libc",
12576 "memchr",
12577 "ntapi",
12578 "rayon",
12579 "windows 0.57.0",
12580]
12581
12582[[package]]
12583name = "system-configuration"
12584version = "0.5.1"
12585source = "registry+https://github.com/rust-lang/crates.io-index"
12586checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12587dependencies = [
12588 "bitflags 1.3.2",
12589 "core-foundation 0.9.4",
12590 "system-configuration-sys 0.5.0",
12591]
12592
12593[[package]]
12594name = "system-configuration"
12595version = "0.6.1"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12598dependencies = [
12599 "bitflags 2.6.0",
12600 "core-foundation 0.9.4",
12601 "system-configuration-sys 0.6.0",
12602]
12603
12604[[package]]
12605name = "system-configuration-sys"
12606version = "0.5.0"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12609dependencies = [
12610 "core-foundation-sys",
12611 "libc",
12612]
12613
12614[[package]]
12615name = "system-configuration-sys"
12616version = "0.6.0"
12617source = "registry+https://github.com/rust-lang/crates.io-index"
12618checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12619dependencies = [
12620 "core-foundation-sys",
12621 "libc",
12622]
12623
12624[[package]]
12625name = "system-deps"
12626version = "6.2.2"
12627source = "registry+https://github.com/rust-lang/crates.io-index"
12628checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12629dependencies = [
12630 "cfg-expr",
12631 "heck 0.5.0",
12632 "pkg-config",
12633 "toml 0.8.19",
12634 "version-compare",
12635]
12636
12637[[package]]
12638name = "system-interface"
12639version = "0.27.3"
12640source = "registry+https://github.com/rust-lang/crates.io-index"
12641checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12642dependencies = [
12643 "bitflags 2.6.0",
12644 "cap-fs-ext",
12645 "cap-std",
12646 "fd-lock",
12647 "io-lifetimes",
12648 "rustix",
12649 "windows-sys 0.59.0",
12650 "winx",
12651]
12652
12653[[package]]
12654name = "tab_switcher"
12655version = "0.1.0"
12656dependencies = [
12657 "anyhow",
12658 "collections",
12659 "ctor",
12660 "editor",
12661 "env_logger 0.11.6",
12662 "gpui",
12663 "language",
12664 "menu",
12665 "picker",
12666 "project",
12667 "schemars",
12668 "serde",
12669 "serde_json",
12670 "settings",
12671 "theme",
12672 "ui",
12673 "util",
12674 "workspace",
12675]
12676
12677[[package]]
12678name = "taffy"
12679version = "0.4.4"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12682dependencies = [
12683 "arrayvec",
12684 "grid",
12685 "num-traits",
12686 "serde",
12687 "slotmap",
12688]
12689
12690[[package]]
12691name = "take-until"
12692version = "0.2.0"
12693source = "registry+https://github.com/rust-lang/crates.io-index"
12694checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12695
12696[[package]]
12697name = "tap"
12698version = "1.0.1"
12699source = "registry+https://github.com/rust-lang/crates.io-index"
12700checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12701
12702[[package]]
12703name = "target-lexicon"
12704version = "0.12.16"
12705source = "registry+https://github.com/rust-lang/crates.io-index"
12706checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12707
12708[[package]]
12709name = "task"
12710version = "0.1.0"
12711dependencies = [
12712 "anyhow",
12713 "collections",
12714 "futures 0.3.31",
12715 "gpui",
12716 "hex",
12717 "parking_lot",
12718 "schemars",
12719 "serde",
12720 "serde_json_lenient",
12721 "sha2",
12722 "shellexpand 2.1.2",
12723 "util",
12724 "zed_actions",
12725]
12726
12727[[package]]
12728name = "tasks_ui"
12729version = "0.1.0"
12730dependencies = [
12731 "anyhow",
12732 "editor",
12733 "file_icons",
12734 "fuzzy",
12735 "gpui",
12736 "language",
12737 "menu",
12738 "picker",
12739 "project",
12740 "schemars",
12741 "serde",
12742 "serde_json",
12743 "settings",
12744 "task",
12745 "tree-sitter-rust",
12746 "tree-sitter-typescript",
12747 "ui",
12748 "util",
12749 "workspace",
12750 "zed_actions",
12751]
12752
12753[[package]]
12754name = "telemetry"
12755version = "0.1.0"
12756dependencies = [
12757 "futures 0.3.31",
12758 "serde",
12759 "serde_json",
12760 "telemetry_events",
12761]
12762
12763[[package]]
12764name = "telemetry_events"
12765version = "0.1.0"
12766dependencies = [
12767 "semantic_version",
12768 "serde",
12769 "serde_json",
12770]
12771
12772[[package]]
12773name = "tempfile"
12774version = "3.15.0"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
12777dependencies = [
12778 "cfg-if",
12779 "fastrand 2.3.0",
12780 "getrandom 0.2.15",
12781 "once_cell",
12782 "rustix",
12783 "windows-sys 0.59.0",
12784]
12785
12786[[package]]
12787name = "tendril"
12788version = "0.4.3"
12789source = "registry+https://github.com/rust-lang/crates.io-index"
12790checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12791dependencies = [
12792 "futf",
12793 "mac",
12794 "utf-8",
12795]
12796
12797[[package]]
12798name = "termcolor"
12799version = "1.4.1"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12802dependencies = [
12803 "winapi-util",
12804]
12805
12806[[package]]
12807name = "terminal"
12808version = "0.1.0"
12809dependencies = [
12810 "alacritty_terminal",
12811 "anyhow",
12812 "collections",
12813 "dirs 4.0.0",
12814 "futures 0.3.31",
12815 "gpui",
12816 "libc",
12817 "rand 0.8.5",
12818 "regex",
12819 "release_channel",
12820 "schemars",
12821 "serde",
12822 "serde_derive",
12823 "settings",
12824 "smol",
12825 "sysinfo",
12826 "task",
12827 "theme",
12828 "thiserror 1.0.69",
12829 "util",
12830 "windows 0.58.0",
12831]
12832
12833[[package]]
12834name = "terminal_size"
12835version = "0.4.1"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
12838dependencies = [
12839 "rustix",
12840 "windows-sys 0.59.0",
12841]
12842
12843[[package]]
12844name = "terminal_view"
12845version = "0.1.0"
12846dependencies = [
12847 "anyhow",
12848 "async-recursion 1.1.1",
12849 "breadcrumbs",
12850 "client",
12851 "collections",
12852 "db",
12853 "dirs 4.0.0",
12854 "editor",
12855 "futures 0.3.31",
12856 "gpui",
12857 "itertools 0.14.0",
12858 "language",
12859 "project",
12860 "rand 0.8.5",
12861 "schemars",
12862 "search",
12863 "serde",
12864 "serde_json",
12865 "settings",
12866 "shellexpand 2.1.2",
12867 "smol",
12868 "task",
12869 "terminal",
12870 "theme",
12871 "ui",
12872 "util",
12873 "workspace",
12874 "zed_actions",
12875]
12876
12877[[package]]
12878name = "text"
12879version = "0.1.0"
12880dependencies = [
12881 "anyhow",
12882 "clock",
12883 "collections",
12884 "ctor",
12885 "env_logger 0.11.6",
12886 "gpui",
12887 "http_client",
12888 "log",
12889 "parking_lot",
12890 "postage",
12891 "rand 0.8.5",
12892 "regex",
12893 "rope",
12894 "smallvec",
12895 "sum_tree",
12896 "util",
12897]
12898
12899[[package]]
12900name = "theme"
12901version = "0.1.0"
12902dependencies = [
12903 "anyhow",
12904 "collections",
12905 "derive_more",
12906 "fs",
12907 "futures 0.3.31",
12908 "gpui",
12909 "indexmap",
12910 "log",
12911 "palette",
12912 "parking_lot",
12913 "refineable",
12914 "schemars",
12915 "serde",
12916 "serde_derive",
12917 "serde_json",
12918 "serde_json_lenient",
12919 "serde_repr",
12920 "settings",
12921 "strum",
12922 "util",
12923 "uuid",
12924]
12925
12926[[package]]
12927name = "theme_extension"
12928version = "0.1.0"
12929dependencies = [
12930 "anyhow",
12931 "extension",
12932 "fs",
12933 "gpui",
12934 "theme",
12935]
12936
12937[[package]]
12938name = "theme_importer"
12939version = "0.1.0"
12940dependencies = [
12941 "anyhow",
12942 "clap",
12943 "gpui",
12944 "indexmap",
12945 "log",
12946 "palette",
12947 "rust-embed",
12948 "schemars",
12949 "serde",
12950 "serde_json",
12951 "serde_json_lenient",
12952 "simplelog",
12953 "strum",
12954 "theme",
12955 "vscode_theme",
12956]
12957
12958[[package]]
12959name = "theme_selector"
12960version = "0.1.0"
12961dependencies = [
12962 "fs",
12963 "fuzzy",
12964 "gpui",
12965 "log",
12966 "picker",
12967 "serde",
12968 "settings",
12969 "telemetry",
12970 "theme",
12971 "ui",
12972 "util",
12973 "workspace",
12974 "zed_actions",
12975]
12976
12977[[package]]
12978name = "thiserror"
12979version = "1.0.69"
12980source = "registry+https://github.com/rust-lang/crates.io-index"
12981checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
12982dependencies = [
12983 "thiserror-impl 1.0.69",
12984]
12985
12986[[package]]
12987name = "thiserror"
12988version = "2.0.6"
12989source = "registry+https://github.com/rust-lang/crates.io-index"
12990checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
12991dependencies = [
12992 "thiserror-impl 2.0.6",
12993]
12994
12995[[package]]
12996name = "thiserror-impl"
12997version = "1.0.69"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13000dependencies = [
13001 "proc-macro2",
13002 "quote",
13003 "syn 2.0.90",
13004]
13005
13006[[package]]
13007name = "thiserror-impl"
13008version = "2.0.6"
13009source = "registry+https://github.com/rust-lang/crates.io-index"
13010checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13011dependencies = [
13012 "proc-macro2",
13013 "quote",
13014 "syn 2.0.90",
13015]
13016
13017[[package]]
13018name = "thread_local"
13019version = "1.1.8"
13020source = "registry+https://github.com/rust-lang/crates.io-index"
13021checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13022dependencies = [
13023 "cfg-if",
13024 "once_cell",
13025]
13026
13027[[package]]
13028name = "tiff"
13029version = "0.9.1"
13030source = "registry+https://github.com/rust-lang/crates.io-index"
13031checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13032dependencies = [
13033 "flate2",
13034 "jpeg-decoder",
13035 "weezl",
13036]
13037
13038[[package]]
13039name = "tiktoken-rs"
13040version = "0.6.0"
13041source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13043dependencies = [
13044 "anyhow",
13045 "base64 0.21.7",
13046 "bstr",
13047 "fancy-regex 0.13.0",
13048 "lazy_static",
13049 "parking_lot",
13050 "regex",
13051 "rustc-hash 1.1.0",
13052]
13053
13054[[package]]
13055name = "time"
13056version = "0.3.37"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13059dependencies = [
13060 "deranged",
13061 "itoa",
13062 "libc",
13063 "num-conv",
13064 "num_threads",
13065 "powerfmt",
13066 "serde",
13067 "time-core",
13068 "time-macros",
13069]
13070
13071[[package]]
13072name = "time-core"
13073version = "0.1.2"
13074source = "registry+https://github.com/rust-lang/crates.io-index"
13075checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13076
13077[[package]]
13078name = "time-macros"
13079version = "0.2.19"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13082dependencies = [
13083 "num-conv",
13084 "time-core",
13085]
13086
13087[[package]]
13088name = "time_format"
13089version = "0.1.0"
13090dependencies = [
13091 "core-foundation 0.9.4",
13092 "core-foundation-sys",
13093 "sys-locale",
13094 "time",
13095]
13096
13097[[package]]
13098name = "tiny-keccak"
13099version = "2.0.2"
13100source = "registry+https://github.com/rust-lang/crates.io-index"
13101checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13102dependencies = [
13103 "crunchy",
13104]
13105
13106[[package]]
13107name = "tiny-skia"
13108version = "0.11.4"
13109source = "registry+https://github.com/rust-lang/crates.io-index"
13110checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13111dependencies = [
13112 "arrayref",
13113 "arrayvec",
13114 "bytemuck",
13115 "cfg-if",
13116 "log",
13117 "png",
13118 "tiny-skia-path",
13119]
13120
13121[[package]]
13122name = "tiny-skia-path"
13123version = "0.11.4"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13126dependencies = [
13127 "arrayref",
13128 "bytemuck",
13129 "strict-num",
13130]
13131
13132[[package]]
13133name = "tiny_http"
13134version = "0.8.2"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13137dependencies = [
13138 "ascii",
13139 "chrono",
13140 "chunked_transfer",
13141 "log",
13142 "url",
13143]
13144
13145[[package]]
13146name = "tinystr"
13147version = "0.7.6"
13148source = "registry+https://github.com/rust-lang/crates.io-index"
13149checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13150dependencies = [
13151 "displaydoc",
13152 "zerovec",
13153]
13154
13155[[package]]
13156name = "tinytemplate"
13157version = "1.2.1"
13158source = "registry+https://github.com/rust-lang/crates.io-index"
13159checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13160dependencies = [
13161 "serde",
13162 "serde_json",
13163]
13164
13165[[package]]
13166name = "tinyvec"
13167version = "1.8.0"
13168source = "registry+https://github.com/rust-lang/crates.io-index"
13169checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13170dependencies = [
13171 "tinyvec_macros",
13172]
13173
13174[[package]]
13175name = "tinyvec_macros"
13176version = "0.1.1"
13177source = "registry+https://github.com/rust-lang/crates.io-index"
13178checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13179
13180[[package]]
13181name = "title_bar"
13182version = "0.1.0"
13183dependencies = [
13184 "auto_update",
13185 "call",
13186 "client",
13187 "collections",
13188 "feature_flags",
13189 "gpui",
13190 "http_client",
13191 "notifications",
13192 "pretty_assertions",
13193 "project",
13194 "remote",
13195 "rpc",
13196 "schemars",
13197 "serde",
13198 "settings",
13199 "smallvec",
13200 "story",
13201 "telemetry",
13202 "theme",
13203 "tree-sitter-md",
13204 "ui",
13205 "util",
13206 "windows 0.58.0",
13207 "workspace",
13208 "zed_actions",
13209]
13210
13211[[package]]
13212name = "tokio"
13213version = "1.42.0"
13214source = "registry+https://github.com/rust-lang/crates.io-index"
13215checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
13216dependencies = [
13217 "backtrace",
13218 "bytes 1.9.0",
13219 "libc",
13220 "mio 1.0.3",
13221 "parking_lot",
13222 "pin-project-lite",
13223 "signal-hook-registry",
13224 "socket2",
13225 "tokio-macros",
13226 "windows-sys 0.52.0",
13227]
13228
13229[[package]]
13230name = "tokio-io"
13231version = "0.1.13"
13232source = "registry+https://github.com/rust-lang/crates.io-index"
13233checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13234dependencies = [
13235 "bytes 0.4.12",
13236 "futures 0.1.31",
13237 "log",
13238]
13239
13240[[package]]
13241name = "tokio-macros"
13242version = "2.4.0"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
13245dependencies = [
13246 "proc-macro2",
13247 "quote",
13248 "syn 2.0.90",
13249]
13250
13251[[package]]
13252name = "tokio-native-tls"
13253version = "0.3.1"
13254source = "registry+https://github.com/rust-lang/crates.io-index"
13255checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13256dependencies = [
13257 "native-tls",
13258 "tokio",
13259]
13260
13261[[package]]
13262name = "tokio-rustls"
13263version = "0.24.1"
13264source = "registry+https://github.com/rust-lang/crates.io-index"
13265checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13266dependencies = [
13267 "rustls 0.21.12",
13268 "tokio",
13269]
13270
13271[[package]]
13272name = "tokio-rustls"
13273version = "0.26.1"
13274source = "registry+https://github.com/rust-lang/crates.io-index"
13275checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13276dependencies = [
13277 "rustls 0.23.20",
13278 "tokio",
13279]
13280
13281[[package]]
13282name = "tokio-socks"
13283version = "0.5.2"
13284source = "registry+https://github.com/rust-lang/crates.io-index"
13285checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13286dependencies = [
13287 "either",
13288 "futures-io",
13289 "futures-util",
13290 "thiserror 1.0.69",
13291 "tokio",
13292]
13293
13294[[package]]
13295name = "tokio-stream"
13296version = "0.1.17"
13297source = "registry+https://github.com/rust-lang/crates.io-index"
13298checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13299dependencies = [
13300 "futures-core",
13301 "pin-project-lite",
13302 "tokio",
13303]
13304
13305[[package]]
13306name = "tokio-tungstenite"
13307version = "0.20.1"
13308source = "registry+https://github.com/rust-lang/crates.io-index"
13309checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13310dependencies = [
13311 "futures-util",
13312 "log",
13313 "rustls 0.21.12",
13314 "rustls-native-certs 0.6.3",
13315 "tokio",
13316 "tokio-rustls 0.24.1",
13317 "tungstenite 0.20.1",
13318]
13319
13320[[package]]
13321name = "tokio-tungstenite"
13322version = "0.21.0"
13323source = "registry+https://github.com/rust-lang/crates.io-index"
13324checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13325dependencies = [
13326 "futures-util",
13327 "log",
13328 "tokio",
13329 "tungstenite 0.21.0",
13330]
13331
13332[[package]]
13333name = "tokio-util"
13334version = "0.7.13"
13335source = "registry+https://github.com/rust-lang/crates.io-index"
13336checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13337dependencies = [
13338 "bytes 1.9.0",
13339 "futures-core",
13340 "futures-io",
13341 "futures-sink",
13342 "pin-project-lite",
13343 "tokio",
13344]
13345
13346[[package]]
13347name = "toml"
13348version = "0.5.11"
13349source = "registry+https://github.com/rust-lang/crates.io-index"
13350checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13351dependencies = [
13352 "serde",
13353]
13354
13355[[package]]
13356name = "toml"
13357version = "0.8.19"
13358source = "registry+https://github.com/rust-lang/crates.io-index"
13359checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13360dependencies = [
13361 "serde",
13362 "serde_spanned",
13363 "toml_datetime",
13364 "toml_edit",
13365]
13366
13367[[package]]
13368name = "toml_datetime"
13369version = "0.6.8"
13370source = "registry+https://github.com/rust-lang/crates.io-index"
13371checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13372dependencies = [
13373 "serde",
13374]
13375
13376[[package]]
13377name = "toml_edit"
13378version = "0.22.22"
13379source = "registry+https://github.com/rust-lang/crates.io-index"
13380checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13381dependencies = [
13382 "indexmap",
13383 "serde",
13384 "serde_spanned",
13385 "toml_datetime",
13386 "winnow",
13387]
13388
13389[[package]]
13390name = "toolchain_selector"
13391version = "0.1.0"
13392dependencies = [
13393 "editor",
13394 "fuzzy",
13395 "gpui",
13396 "language",
13397 "picker",
13398 "project",
13399 "ui",
13400 "util",
13401 "workspace",
13402]
13403
13404[[package]]
13405name = "topological-sort"
13406version = "0.2.2"
13407source = "registry+https://github.com/rust-lang/crates.io-index"
13408checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13409
13410[[package]]
13411name = "tower"
13412version = "0.4.13"
13413source = "registry+https://github.com/rust-lang/crates.io-index"
13414checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13415dependencies = [
13416 "futures-core",
13417 "futures-util",
13418 "pin-project",
13419 "pin-project-lite",
13420 "tokio",
13421 "tower-layer",
13422 "tower-service",
13423 "tracing",
13424]
13425
13426[[package]]
13427name = "tower-http"
13428version = "0.3.5"
13429source = "registry+https://github.com/rust-lang/crates.io-index"
13430checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13431dependencies = [
13432 "bitflags 1.3.2",
13433 "bytes 1.9.0",
13434 "futures-core",
13435 "futures-util",
13436 "http 0.2.12",
13437 "http-body 0.4.6",
13438 "http-range-header",
13439 "pin-project-lite",
13440 "tower-layer",
13441 "tower-service",
13442]
13443
13444[[package]]
13445name = "tower-http"
13446version = "0.4.4"
13447source = "registry+https://github.com/rust-lang/crates.io-index"
13448checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13449dependencies = [
13450 "bitflags 2.6.0",
13451 "bytes 1.9.0",
13452 "futures-core",
13453 "futures-util",
13454 "http 0.2.12",
13455 "http-body 0.4.6",
13456 "http-range-header",
13457 "pin-project-lite",
13458 "tower-layer",
13459 "tower-service",
13460 "tracing",
13461]
13462
13463[[package]]
13464name = "tower-layer"
13465version = "0.3.3"
13466source = "registry+https://github.com/rust-lang/crates.io-index"
13467checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13468
13469[[package]]
13470name = "tower-service"
13471version = "0.3.3"
13472source = "registry+https://github.com/rust-lang/crates.io-index"
13473checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13474
13475[[package]]
13476name = "tracing"
13477version = "0.1.41"
13478source = "registry+https://github.com/rust-lang/crates.io-index"
13479checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13480dependencies = [
13481 "log",
13482 "pin-project-lite",
13483 "tracing-attributes",
13484 "tracing-core",
13485]
13486
13487[[package]]
13488name = "tracing-attributes"
13489version = "0.1.28"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13492dependencies = [
13493 "proc-macro2",
13494 "quote",
13495 "syn 2.0.90",
13496]
13497
13498[[package]]
13499name = "tracing-core"
13500version = "0.1.33"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13503dependencies = [
13504 "once_cell",
13505 "valuable",
13506]
13507
13508[[package]]
13509name = "tracing-log"
13510version = "0.2.0"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13513dependencies = [
13514 "log",
13515 "once_cell",
13516 "tracing-core",
13517]
13518
13519[[package]]
13520name = "tracing-serde"
13521version = "0.2.0"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13524dependencies = [
13525 "serde",
13526 "tracing-core",
13527]
13528
13529[[package]]
13530name = "tracing-subscriber"
13531version = "0.3.19"
13532source = "registry+https://github.com/rust-lang/crates.io-index"
13533checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13534dependencies = [
13535 "matchers",
13536 "nu-ansi-term",
13537 "once_cell",
13538 "regex",
13539 "serde",
13540 "serde_json",
13541 "sharded-slab",
13542 "smallvec",
13543 "thread_local",
13544 "tracing",
13545 "tracing-core",
13546 "tracing-log",
13547 "tracing-serde",
13548]
13549
13550[[package]]
13551name = "tree-sitter"
13552version = "0.23.2"
13553source = "registry+https://github.com/rust-lang/crates.io-index"
13554checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13555dependencies = [
13556 "cc",
13557 "regex",
13558 "regex-syntax 0.8.5",
13559 "tree-sitter-language",
13560 "wasmtime-c-api-impl",
13561]
13562
13563[[package]]
13564name = "tree-sitter-bash"
13565version = "0.23.3"
13566source = "registry+https://github.com/rust-lang/crates.io-index"
13567checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13568dependencies = [
13569 "cc",
13570 "tree-sitter-language",
13571]
13572
13573[[package]]
13574name = "tree-sitter-c"
13575version = "0.23.4"
13576source = "registry+https://github.com/rust-lang/crates.io-index"
13577checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13578dependencies = [
13579 "cc",
13580 "tree-sitter-language",
13581]
13582
13583[[package]]
13584name = "tree-sitter-cpp"
13585version = "0.23.4"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13588dependencies = [
13589 "cc",
13590 "tree-sitter-language",
13591]
13592
13593[[package]]
13594name = "tree-sitter-css"
13595version = "0.23.1"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "25435a275adb3226b6fddab891bbc50d1a500774a44ceb97022a39666ccda75d"
13598dependencies = [
13599 "cc",
13600 "tree-sitter-language",
13601]
13602
13603[[package]]
13604name = "tree-sitter-diff"
13605version = "0.1.0"
13606source = "registry+https://github.com/rust-lang/crates.io-index"
13607checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13608dependencies = [
13609 "cc",
13610 "tree-sitter-language",
13611]
13612
13613[[package]]
13614name = "tree-sitter-elixir"
13615version = "0.3.3"
13616source = "registry+https://github.com/rust-lang/crates.io-index"
13617checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13618dependencies = [
13619 "cc",
13620 "tree-sitter-language",
13621]
13622
13623[[package]]
13624name = "tree-sitter-embedded-template"
13625version = "0.23.2"
13626source = "registry+https://github.com/rust-lang/crates.io-index"
13627checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13628dependencies = [
13629 "cc",
13630 "tree-sitter-language",
13631]
13632
13633[[package]]
13634name = "tree-sitter-go"
13635version = "0.23.4"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13638dependencies = [
13639 "cc",
13640 "tree-sitter-language",
13641]
13642
13643[[package]]
13644name = "tree-sitter-gomod"
13645version = "1.0.2"
13646source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
13647dependencies = [
13648 "cc",
13649 "tree-sitter-language",
13650]
13651
13652[[package]]
13653name = "tree-sitter-gowork"
13654version = "0.0.1"
13655source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13656dependencies = [
13657 "cc",
13658 "tree-sitter-language",
13659]
13660
13661[[package]]
13662name = "tree-sitter-heex"
13663version = "0.0.1"
13664source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13665dependencies = [
13666 "cc",
13667 "tree-sitter-language",
13668]
13669
13670[[package]]
13671name = "tree-sitter-html"
13672version = "0.20.4"
13673source = "registry+https://github.com/rust-lang/crates.io-index"
13674checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13675dependencies = [
13676 "cc",
13677 "tree-sitter",
13678]
13679
13680[[package]]
13681name = "tree-sitter-jsdoc"
13682version = "0.23.2"
13683source = "registry+https://github.com/rust-lang/crates.io-index"
13684checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13685dependencies = [
13686 "cc",
13687 "tree-sitter-language",
13688]
13689
13690[[package]]
13691name = "tree-sitter-json"
13692version = "0.24.8"
13693source = "registry+https://github.com/rust-lang/crates.io-index"
13694checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13695dependencies = [
13696 "cc",
13697 "tree-sitter-language",
13698]
13699
13700[[package]]
13701name = "tree-sitter-language"
13702version = "0.1.3"
13703source = "registry+https://github.com/rust-lang/crates.io-index"
13704checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13705
13706[[package]]
13707name = "tree-sitter-md"
13708version = "0.3.2"
13709source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13710dependencies = [
13711 "cc",
13712 "tree-sitter-language",
13713]
13714
13715[[package]]
13716name = "tree-sitter-python"
13717version = "0.23.6"
13718source = "registry+https://github.com/rust-lang/crates.io-index"
13719checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13720dependencies = [
13721 "cc",
13722 "tree-sitter-language",
13723]
13724
13725[[package]]
13726name = "tree-sitter-regex"
13727version = "0.23.0"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13730dependencies = [
13731 "cc",
13732 "tree-sitter-language",
13733]
13734
13735[[package]]
13736name = "tree-sitter-ruby"
13737version = "0.23.1"
13738source = "registry+https://github.com/rust-lang/crates.io-index"
13739checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13740dependencies = [
13741 "cc",
13742 "tree-sitter-language",
13743]
13744
13745[[package]]
13746name = "tree-sitter-rust"
13747version = "0.23.2"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13750dependencies = [
13751 "cc",
13752 "tree-sitter-language",
13753]
13754
13755[[package]]
13756name = "tree-sitter-typescript"
13757version = "0.23.2"
13758source = "registry+https://github.com/rust-lang/crates.io-index"
13759checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13760dependencies = [
13761 "cc",
13762 "tree-sitter-language",
13763]
13764
13765[[package]]
13766name = "tree-sitter-yaml"
13767version = "0.6.1"
13768source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13769dependencies = [
13770 "cc",
13771 "tree-sitter-language",
13772]
13773
13774[[package]]
13775name = "try-lock"
13776version = "0.2.5"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13779
13780[[package]]
13781name = "ttf-parser"
13782version = "0.21.1"
13783source = "registry+https://github.com/rust-lang/crates.io-index"
13784checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13785
13786[[package]]
13787name = "tungstenite"
13788version = "0.20.1"
13789source = "registry+https://github.com/rust-lang/crates.io-index"
13790checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13791dependencies = [
13792 "byteorder",
13793 "bytes 1.9.0",
13794 "data-encoding",
13795 "http 0.2.12",
13796 "httparse",
13797 "log",
13798 "rand 0.8.5",
13799 "rustls 0.21.12",
13800 "sha1",
13801 "thiserror 1.0.69",
13802 "url",
13803 "utf-8",
13804]
13805
13806[[package]]
13807name = "tungstenite"
13808version = "0.21.0"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13811dependencies = [
13812 "byteorder",
13813 "bytes 1.9.0",
13814 "data-encoding",
13815 "http 1.2.0",
13816 "httparse",
13817 "log",
13818 "native-tls",
13819 "rand 0.8.5",
13820 "sha1",
13821 "thiserror 1.0.69",
13822 "url",
13823 "utf-8",
13824]
13825
13826[[package]]
13827name = "tungstenite"
13828version = "0.24.0"
13829source = "registry+https://github.com/rust-lang/crates.io-index"
13830checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13831dependencies = [
13832 "byteorder",
13833 "bytes 1.9.0",
13834 "data-encoding",
13835 "http 1.2.0",
13836 "httparse",
13837 "log",
13838 "rand 0.8.5",
13839 "sha1",
13840 "thiserror 1.0.69",
13841 "utf-8",
13842]
13843
13844[[package]]
13845name = "typeid"
13846version = "1.0.2"
13847source = "registry+https://github.com/rust-lang/crates.io-index"
13848checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13849
13850[[package]]
13851name = "typenum"
13852version = "1.17.0"
13853source = "registry+https://github.com/rust-lang/crates.io-index"
13854checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13855
13856[[package]]
13857name = "ucd-trie"
13858version = "0.1.7"
13859source = "registry+https://github.com/rust-lang/crates.io-index"
13860checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
13861
13862[[package]]
13863name = "uds_windows"
13864version = "1.1.0"
13865source = "registry+https://github.com/rust-lang/crates.io-index"
13866checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13867dependencies = [
13868 "memoffset",
13869 "tempfile",
13870 "winapi",
13871]
13872
13873[[package]]
13874name = "ui"
13875version = "0.1.0"
13876dependencies = [
13877 "chrono",
13878 "gpui",
13879 "itertools 0.14.0",
13880 "menu",
13881 "serde",
13882 "settings",
13883 "smallvec",
13884 "story",
13885 "strum",
13886 "theme",
13887 "ui_macros",
13888 "windows 0.58.0",
13889]
13890
13891[[package]]
13892name = "ui_input"
13893version = "0.1.0"
13894dependencies = [
13895 "editor",
13896 "gpui",
13897 "settings",
13898 "theme",
13899 "ui",
13900]
13901
13902[[package]]
13903name = "ui_macros"
13904version = "0.1.0"
13905dependencies = [
13906 "convert_case 0.6.0",
13907 "proc-macro2",
13908 "quote",
13909 "syn 1.0.109",
13910]
13911
13912[[package]]
13913name = "unicase"
13914version = "2.8.1"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
13917
13918[[package]]
13919name = "unicode-bidi"
13920version = "0.3.17"
13921source = "registry+https://github.com/rust-lang/crates.io-index"
13922checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
13923
13924[[package]]
13925name = "unicode-bidi-mirroring"
13926version = "0.2.0"
13927source = "registry+https://github.com/rust-lang/crates.io-index"
13928checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13929
13930[[package]]
13931name = "unicode-ccc"
13932version = "0.2.0"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13935
13936[[package]]
13937name = "unicode-ident"
13938version = "1.0.14"
13939source = "registry+https://github.com/rust-lang/crates.io-index"
13940checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
13941
13942[[package]]
13943name = "unicode-linebreak"
13944version = "0.1.5"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13947
13948[[package]]
13949name = "unicode-normalization"
13950version = "0.1.24"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
13953dependencies = [
13954 "tinyvec",
13955]
13956
13957[[package]]
13958name = "unicode-properties"
13959version = "0.1.3"
13960source = "registry+https://github.com/rust-lang/crates.io-index"
13961checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
13962
13963[[package]]
13964name = "unicode-script"
13965version = "0.5.7"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
13968
13969[[package]]
13970name = "unicode-segmentation"
13971version = "1.12.0"
13972source = "registry+https://github.com/rust-lang/crates.io-index"
13973checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
13974
13975[[package]]
13976name = "unicode-width"
13977version = "0.1.14"
13978source = "registry+https://github.com/rust-lang/crates.io-index"
13979checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
13980
13981[[package]]
13982name = "unicode-xid"
13983version = "0.2.6"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
13986
13987[[package]]
13988name = "unicode_categories"
13989version = "0.1.1"
13990source = "registry+https://github.com/rust-lang/crates.io-index"
13991checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
13992
13993[[package]]
13994name = "unindent"
13995version = "0.1.11"
13996source = "registry+https://github.com/rust-lang/crates.io-index"
13997checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
13998
13999[[package]]
14000name = "untrusted"
14001version = "0.9.0"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14004
14005[[package]]
14006name = "url"
14007version = "2.5.4"
14008source = "registry+https://github.com/rust-lang/crates.io-index"
14009checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14010dependencies = [
14011 "form_urlencoded",
14012 "idna",
14013 "percent-encoding",
14014 "serde",
14015]
14016
14017[[package]]
14018name = "urlencoding"
14019version = "2.1.3"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14022
14023[[package]]
14024name = "usvg"
14025version = "0.44.0"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14028dependencies = [
14029 "base64 0.22.1",
14030 "data-url",
14031 "flate2",
14032 "imagesize",
14033 "kurbo",
14034 "log",
14035 "pico-args",
14036 "roxmltree",
14037 "simplecss",
14038 "siphasher 1.0.1",
14039 "strict-num",
14040 "svgtypes",
14041 "tiny-skia-path",
14042 "xmlwriter",
14043]
14044
14045[[package]]
14046name = "utf-8"
14047version = "0.7.6"
14048source = "registry+https://github.com/rust-lang/crates.io-index"
14049checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14050
14051[[package]]
14052name = "utf16_iter"
14053version = "1.0.5"
14054source = "registry+https://github.com/rust-lang/crates.io-index"
14055checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14056
14057[[package]]
14058name = "utf8_iter"
14059version = "1.0.4"
14060source = "registry+https://github.com/rust-lang/crates.io-index"
14061checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14062
14063[[package]]
14064name = "utf8parse"
14065version = "0.2.2"
14066source = "registry+https://github.com/rust-lang/crates.io-index"
14067checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14068
14069[[package]]
14070name = "util"
14071version = "0.1.0"
14072dependencies = [
14073 "anyhow",
14074 "async-fs",
14075 "collections",
14076 "dirs 4.0.0",
14077 "dunce",
14078 "futures 0.3.31",
14079 "futures-lite 1.13.0",
14080 "git2",
14081 "globset",
14082 "itertools 0.14.0",
14083 "libc",
14084 "log",
14085 "rand 0.8.5",
14086 "regex",
14087 "rust-embed",
14088 "serde",
14089 "serde_json",
14090 "smol",
14091 "take-until",
14092 "tempfile",
14093 "tendril",
14094 "unicase",
14095]
14096
14097[[package]]
14098name = "uuid"
14099version = "1.11.0"
14100source = "registry+https://github.com/rust-lang/crates.io-index"
14101checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14102dependencies = [
14103 "getrandom 0.2.15",
14104 "serde",
14105 "sha1_smol",
14106]
14107
14108[[package]]
14109name = "v_frame"
14110version = "0.3.8"
14111source = "registry+https://github.com/rust-lang/crates.io-index"
14112checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14113dependencies = [
14114 "aligned-vec",
14115 "num-traits",
14116 "wasm-bindgen",
14117]
14118
14119[[package]]
14120name = "valuable"
14121version = "0.1.0"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14124
14125[[package]]
14126name = "value-bag"
14127version = "1.10.0"
14128source = "registry+https://github.com/rust-lang/crates.io-index"
14129checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14130dependencies = [
14131 "value-bag-serde1",
14132 "value-bag-sval2",
14133]
14134
14135[[package]]
14136name = "value-bag-serde1"
14137version = "1.10.0"
14138source = "registry+https://github.com/rust-lang/crates.io-index"
14139checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14140dependencies = [
14141 "erased-serde",
14142 "serde",
14143 "serde_fmt",
14144]
14145
14146[[package]]
14147name = "value-bag-sval2"
14148version = "1.10.0"
14149source = "registry+https://github.com/rust-lang/crates.io-index"
14150checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14151dependencies = [
14152 "sval",
14153 "sval_buffer",
14154 "sval_dynamic",
14155 "sval_fmt",
14156 "sval_json",
14157 "sval_ref",
14158 "sval_serde",
14159]
14160
14161[[package]]
14162name = "vcpkg"
14163version = "0.2.15"
14164source = "registry+https://github.com/rust-lang/crates.io-index"
14165checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14166
14167[[package]]
14168name = "vcs_menu"
14169version = "0.1.0"
14170dependencies = [
14171 "anyhow",
14172 "fuzzy",
14173 "git",
14174 "gpui",
14175 "picker",
14176 "project",
14177 "ui",
14178 "util",
14179 "workspace",
14180 "zed_actions",
14181]
14182
14183[[package]]
14184name = "version-compare"
14185version = "0.2.0"
14186source = "registry+https://github.com/rust-lang/crates.io-index"
14187checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14188
14189[[package]]
14190name = "version_check"
14191version = "0.9.5"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14194
14195[[package]]
14196name = "vim"
14197version = "0.1.0"
14198dependencies = [
14199 "anyhow",
14200 "async-compat",
14201 "async-trait",
14202 "collections",
14203 "command_palette",
14204 "command_palette_hooks",
14205 "editor",
14206 "futures 0.3.31",
14207 "gpui",
14208 "indoc",
14209 "itertools 0.14.0",
14210 "language",
14211 "log",
14212 "lsp",
14213 "multi_buffer",
14214 "nvim-rs",
14215 "parking_lot",
14216 "regex",
14217 "release_channel",
14218 "schemars",
14219 "search",
14220 "serde",
14221 "serde_derive",
14222 "serde_json",
14223 "settings",
14224 "theme",
14225 "tokio",
14226 "ui",
14227 "util",
14228 "vim_mode_setting",
14229 "workspace",
14230 "zed_actions",
14231]
14232
14233[[package]]
14234name = "vim_mode_setting"
14235version = "0.1.0"
14236dependencies = [
14237 "anyhow",
14238 "gpui",
14239 "settings",
14240]
14241
14242[[package]]
14243name = "vscode_theme"
14244version = "0.2.0"
14245source = "registry+https://github.com/rust-lang/crates.io-index"
14246checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14247dependencies = [
14248 "serde",
14249]
14250
14251[[package]]
14252name = "vsimd"
14253version = "0.8.0"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14256
14257[[package]]
14258name = "vswhom"
14259version = "0.1.0"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14262dependencies = [
14263 "libc",
14264 "vswhom-sys",
14265]
14266
14267[[package]]
14268name = "vswhom-sys"
14269version = "0.1.2"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14272dependencies = [
14273 "cc",
14274 "libc",
14275]
14276
14277[[package]]
14278name = "vte"
14279version = "0.13.0"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
14282dependencies = [
14283 "bitflags 2.6.0",
14284 "cursor-icon",
14285 "log",
14286 "serde",
14287 "utf8parse",
14288 "vte_generate_state_changes",
14289]
14290
14291[[package]]
14292name = "vte_generate_state_changes"
14293version = "0.1.2"
14294source = "registry+https://github.com/rust-lang/crates.io-index"
14295checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
14296dependencies = [
14297 "proc-macro2",
14298 "quote",
14299]
14300
14301[[package]]
14302name = "waker-fn"
14303version = "1.2.0"
14304source = "registry+https://github.com/rust-lang/crates.io-index"
14305checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14306
14307[[package]]
14308name = "walkdir"
14309version = "2.5.0"
14310source = "registry+https://github.com/rust-lang/crates.io-index"
14311checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14312dependencies = [
14313 "same-file",
14314 "winapi-util",
14315]
14316
14317[[package]]
14318name = "want"
14319version = "0.3.1"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14322dependencies = [
14323 "try-lock",
14324]
14325
14326[[package]]
14327name = "warp"
14328version = "0.3.7"
14329source = "registry+https://github.com/rust-lang/crates.io-index"
14330checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14331dependencies = [
14332 "bytes 1.9.0",
14333 "futures-channel",
14334 "futures-util",
14335 "headers",
14336 "http 0.2.12",
14337 "hyper 0.14.32",
14338 "log",
14339 "mime",
14340 "mime_guess",
14341 "percent-encoding",
14342 "pin-project",
14343 "scoped-tls",
14344 "serde",
14345 "serde_json",
14346 "serde_urlencoded",
14347 "tokio",
14348 "tokio-tungstenite 0.21.0",
14349 "tokio-util",
14350 "tower-service",
14351 "tracing",
14352]
14353
14354[[package]]
14355name = "wasi"
14356version = "0.9.0+wasi-snapshot-preview1"
14357source = "registry+https://github.com/rust-lang/crates.io-index"
14358checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14359
14360[[package]]
14361name = "wasi"
14362version = "0.11.0+wasi-snapshot-preview1"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14365
14366[[package]]
14367name = "wasite"
14368version = "0.1.0"
14369source = "registry+https://github.com/rust-lang/crates.io-index"
14370checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14371
14372[[package]]
14373name = "wasm-bindgen"
14374version = "0.2.99"
14375source = "registry+https://github.com/rust-lang/crates.io-index"
14376checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14377dependencies = [
14378 "cfg-if",
14379 "once_cell",
14380 "wasm-bindgen-macro",
14381]
14382
14383[[package]]
14384name = "wasm-bindgen-backend"
14385version = "0.2.99"
14386source = "registry+https://github.com/rust-lang/crates.io-index"
14387checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14388dependencies = [
14389 "bumpalo",
14390 "log",
14391 "proc-macro2",
14392 "quote",
14393 "syn 2.0.90",
14394 "wasm-bindgen-shared",
14395]
14396
14397[[package]]
14398name = "wasm-bindgen-futures"
14399version = "0.4.49"
14400source = "registry+https://github.com/rust-lang/crates.io-index"
14401checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14402dependencies = [
14403 "cfg-if",
14404 "js-sys",
14405 "once_cell",
14406 "wasm-bindgen",
14407 "web-sys",
14408]
14409
14410[[package]]
14411name = "wasm-bindgen-macro"
14412version = "0.2.99"
14413source = "registry+https://github.com/rust-lang/crates.io-index"
14414checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14415dependencies = [
14416 "quote",
14417 "wasm-bindgen-macro-support",
14418]
14419
14420[[package]]
14421name = "wasm-bindgen-macro-support"
14422version = "0.2.99"
14423source = "registry+https://github.com/rust-lang/crates.io-index"
14424checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14425dependencies = [
14426 "proc-macro2",
14427 "quote",
14428 "syn 2.0.90",
14429 "wasm-bindgen-backend",
14430 "wasm-bindgen-shared",
14431]
14432
14433[[package]]
14434name = "wasm-bindgen-shared"
14435version = "0.2.99"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14438
14439[[package]]
14440name = "wasm-encoder"
14441version = "0.201.0"
14442source = "registry+https://github.com/rust-lang/crates.io-index"
14443checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14444dependencies = [
14445 "leb128",
14446]
14447
14448[[package]]
14449name = "wasm-encoder"
14450version = "0.215.0"
14451source = "registry+https://github.com/rust-lang/crates.io-index"
14452checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14453dependencies = [
14454 "leb128",
14455]
14456
14457[[package]]
14458name = "wasm-metadata"
14459version = "0.201.0"
14460source = "registry+https://github.com/rust-lang/crates.io-index"
14461checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14462dependencies = [
14463 "anyhow",
14464 "indexmap",
14465 "serde",
14466 "serde_derive",
14467 "serde_json",
14468 "spdx",
14469 "wasm-encoder 0.201.0",
14470 "wasmparser 0.201.0",
14471]
14472
14473[[package]]
14474name = "wasm-streams"
14475version = "0.4.2"
14476source = "registry+https://github.com/rust-lang/crates.io-index"
14477checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14478dependencies = [
14479 "futures-util",
14480 "js-sys",
14481 "wasm-bindgen",
14482 "wasm-bindgen-futures",
14483 "web-sys",
14484]
14485
14486[[package]]
14487name = "wasmparser"
14488version = "0.201.0"
14489source = "registry+https://github.com/rust-lang/crates.io-index"
14490checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14491dependencies = [
14492 "bitflags 2.6.0",
14493 "indexmap",
14494 "semver",
14495]
14496
14497[[package]]
14498name = "wasmparser"
14499version = "0.215.0"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14502dependencies = [
14503 "ahash 0.8.11",
14504 "bitflags 2.6.0",
14505 "hashbrown 0.14.5",
14506 "indexmap",
14507 "semver",
14508 "serde",
14509]
14510
14511[[package]]
14512name = "wasmprinter"
14513version = "0.215.0"
14514source = "registry+https://github.com/rust-lang/crates.io-index"
14515checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14516dependencies = [
14517 "anyhow",
14518 "termcolor",
14519 "wasmparser 0.215.0",
14520]
14521
14522[[package]]
14523name = "wasmtime"
14524version = "24.0.2"
14525source = "registry+https://github.com/rust-lang/crates.io-index"
14526checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14527dependencies = [
14528 "anyhow",
14529 "async-trait",
14530 "bitflags 2.6.0",
14531 "bumpalo",
14532 "cc",
14533 "cfg-if",
14534 "encoding_rs",
14535 "hashbrown 0.14.5",
14536 "indexmap",
14537 "libc",
14538 "libm",
14539 "log",
14540 "mach2",
14541 "memfd",
14542 "object",
14543 "once_cell",
14544 "paste",
14545 "postcard",
14546 "psm",
14547 "rustix",
14548 "semver",
14549 "serde",
14550 "serde_derive",
14551 "smallvec",
14552 "sptr",
14553 "target-lexicon",
14554 "wasmparser 0.215.0",
14555 "wasmtime-asm-macros",
14556 "wasmtime-component-macro",
14557 "wasmtime-component-util",
14558 "wasmtime-cranelift",
14559 "wasmtime-environ",
14560 "wasmtime-fiber",
14561 "wasmtime-jit-icache-coherence",
14562 "wasmtime-slab",
14563 "wasmtime-versioned-export-macros",
14564 "wasmtime-winch",
14565 "windows-sys 0.52.0",
14566]
14567
14568[[package]]
14569name = "wasmtime-asm-macros"
14570version = "24.0.2"
14571source = "registry+https://github.com/rust-lang/crates.io-index"
14572checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14573dependencies = [
14574 "cfg-if",
14575]
14576
14577[[package]]
14578name = "wasmtime-c-api-impl"
14579version = "24.0.2"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14582dependencies = [
14583 "anyhow",
14584 "log",
14585 "once_cell",
14586 "tracing",
14587 "wasmtime",
14588 "wasmtime-c-api-macros",
14589]
14590
14591[[package]]
14592name = "wasmtime-c-api-macros"
14593version = "24.0.2"
14594source = "registry+https://github.com/rust-lang/crates.io-index"
14595checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14596dependencies = [
14597 "proc-macro2",
14598 "quote",
14599]
14600
14601[[package]]
14602name = "wasmtime-component-macro"
14603version = "24.0.2"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14606dependencies = [
14607 "anyhow",
14608 "proc-macro2",
14609 "quote",
14610 "syn 2.0.90",
14611 "wasmtime-component-util",
14612 "wasmtime-wit-bindgen",
14613 "wit-parser 0.215.0",
14614]
14615
14616[[package]]
14617name = "wasmtime-component-util"
14618version = "24.0.2"
14619source = "registry+https://github.com/rust-lang/crates.io-index"
14620checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14621
14622[[package]]
14623name = "wasmtime-cranelift"
14624version = "24.0.2"
14625source = "registry+https://github.com/rust-lang/crates.io-index"
14626checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14627dependencies = [
14628 "anyhow",
14629 "cfg-if",
14630 "cranelift-codegen",
14631 "cranelift-control",
14632 "cranelift-entity",
14633 "cranelift-frontend",
14634 "cranelift-native",
14635 "cranelift-wasm",
14636 "gimli 0.29.0",
14637 "log",
14638 "object",
14639 "target-lexicon",
14640 "thiserror 1.0.69",
14641 "wasmparser 0.215.0",
14642 "wasmtime-environ",
14643 "wasmtime-versioned-export-macros",
14644]
14645
14646[[package]]
14647name = "wasmtime-environ"
14648version = "24.0.2"
14649source = "registry+https://github.com/rust-lang/crates.io-index"
14650checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14651dependencies = [
14652 "anyhow",
14653 "cpp_demangle",
14654 "cranelift-bitset",
14655 "cranelift-entity",
14656 "gimli 0.29.0",
14657 "indexmap",
14658 "log",
14659 "object",
14660 "postcard",
14661 "rustc-demangle",
14662 "semver",
14663 "serde",
14664 "serde_derive",
14665 "target-lexicon",
14666 "wasm-encoder 0.215.0",
14667 "wasmparser 0.215.0",
14668 "wasmprinter",
14669 "wasmtime-component-util",
14670 "wasmtime-types",
14671]
14672
14673[[package]]
14674name = "wasmtime-fiber"
14675version = "24.0.2"
14676source = "registry+https://github.com/rust-lang/crates.io-index"
14677checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14678dependencies = [
14679 "anyhow",
14680 "cc",
14681 "cfg-if",
14682 "rustix",
14683 "wasmtime-asm-macros",
14684 "wasmtime-versioned-export-macros",
14685 "windows-sys 0.52.0",
14686]
14687
14688[[package]]
14689name = "wasmtime-jit-icache-coherence"
14690version = "24.0.2"
14691source = "registry+https://github.com/rust-lang/crates.io-index"
14692checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14693dependencies = [
14694 "anyhow",
14695 "cfg-if",
14696 "libc",
14697 "windows-sys 0.52.0",
14698]
14699
14700[[package]]
14701name = "wasmtime-slab"
14702version = "24.0.2"
14703source = "registry+https://github.com/rust-lang/crates.io-index"
14704checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14705
14706[[package]]
14707name = "wasmtime-types"
14708version = "24.0.2"
14709source = "registry+https://github.com/rust-lang/crates.io-index"
14710checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14711dependencies = [
14712 "anyhow",
14713 "cranelift-entity",
14714 "serde",
14715 "serde_derive",
14716 "smallvec",
14717 "wasmparser 0.215.0",
14718]
14719
14720[[package]]
14721name = "wasmtime-versioned-export-macros"
14722version = "24.0.2"
14723source = "registry+https://github.com/rust-lang/crates.io-index"
14724checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14725dependencies = [
14726 "proc-macro2",
14727 "quote",
14728 "syn 2.0.90",
14729]
14730
14731[[package]]
14732name = "wasmtime-wasi"
14733version = "24.0.2"
14734source = "registry+https://github.com/rust-lang/crates.io-index"
14735checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14736dependencies = [
14737 "anyhow",
14738 "async-trait",
14739 "bitflags 2.6.0",
14740 "bytes 1.9.0",
14741 "cap-fs-ext",
14742 "cap-net-ext",
14743 "cap-rand",
14744 "cap-std",
14745 "cap-time-ext",
14746 "fs-set-times",
14747 "futures 0.3.31",
14748 "io-extras",
14749 "io-lifetimes",
14750 "once_cell",
14751 "rustix",
14752 "system-interface",
14753 "thiserror 1.0.69",
14754 "tokio",
14755 "tracing",
14756 "url",
14757 "wasmtime",
14758 "wiggle",
14759 "windows-sys 0.52.0",
14760]
14761
14762[[package]]
14763name = "wasmtime-winch"
14764version = "24.0.2"
14765source = "registry+https://github.com/rust-lang/crates.io-index"
14766checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14767dependencies = [
14768 "anyhow",
14769 "cranelift-codegen",
14770 "gimli 0.29.0",
14771 "object",
14772 "target-lexicon",
14773 "wasmparser 0.215.0",
14774 "wasmtime-cranelift",
14775 "wasmtime-environ",
14776 "winch-codegen",
14777]
14778
14779[[package]]
14780name = "wasmtime-wit-bindgen"
14781version = "24.0.2"
14782source = "registry+https://github.com/rust-lang/crates.io-index"
14783checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14784dependencies = [
14785 "anyhow",
14786 "heck 0.4.1",
14787 "indexmap",
14788 "wit-parser 0.215.0",
14789]
14790
14791[[package]]
14792name = "wast"
14793version = "35.0.2"
14794source = "registry+https://github.com/rust-lang/crates.io-index"
14795checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14796dependencies = [
14797 "leb128",
14798]
14799
14800[[package]]
14801name = "wayland-backend"
14802version = "0.3.7"
14803source = "registry+https://github.com/rust-lang/crates.io-index"
14804checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
14805dependencies = [
14806 "cc",
14807 "downcast-rs",
14808 "rustix",
14809 "scoped-tls",
14810 "smallvec",
14811 "wayland-sys",
14812]
14813
14814[[package]]
14815name = "wayland-client"
14816version = "0.31.7"
14817source = "registry+https://github.com/rust-lang/crates.io-index"
14818checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
14819dependencies = [
14820 "bitflags 2.6.0",
14821 "rustix",
14822 "wayland-backend",
14823 "wayland-scanner",
14824]
14825
14826[[package]]
14827name = "wayland-cursor"
14828version = "0.31.7"
14829source = "registry+https://github.com/rust-lang/crates.io-index"
14830checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
14831dependencies = [
14832 "rustix",
14833 "wayland-client",
14834 "xcursor",
14835]
14836
14837[[package]]
14838name = "wayland-protocols"
14839version = "0.31.2"
14840source = "registry+https://github.com/rust-lang/crates.io-index"
14841checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14842dependencies = [
14843 "bitflags 2.6.0",
14844 "wayland-backend",
14845 "wayland-client",
14846 "wayland-scanner",
14847]
14848
14849[[package]]
14850name = "wayland-protocols-plasma"
14851version = "0.2.0"
14852source = "registry+https://github.com/rust-lang/crates.io-index"
14853checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14854dependencies = [
14855 "bitflags 2.6.0",
14856 "wayland-backend",
14857 "wayland-client",
14858 "wayland-protocols",
14859 "wayland-scanner",
14860]
14861
14862[[package]]
14863name = "wayland-scanner"
14864version = "0.31.5"
14865source = "registry+https://github.com/rust-lang/crates.io-index"
14866checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
14867dependencies = [
14868 "proc-macro2",
14869 "quick-xml 0.36.2",
14870 "quote",
14871]
14872
14873[[package]]
14874name = "wayland-sys"
14875version = "0.31.5"
14876source = "registry+https://github.com/rust-lang/crates.io-index"
14877checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
14878dependencies = [
14879 "dlib",
14880 "log",
14881 "once_cell",
14882 "pkg-config",
14883]
14884
14885[[package]]
14886name = "web-sys"
14887version = "0.3.76"
14888source = "registry+https://github.com/rust-lang/crates.io-index"
14889checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
14890dependencies = [
14891 "js-sys",
14892 "wasm-bindgen",
14893]
14894
14895[[package]]
14896name = "web-time"
14897version = "1.1.0"
14898source = "registry+https://github.com/rust-lang/crates.io-index"
14899checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
14900dependencies = [
14901 "js-sys",
14902 "wasm-bindgen",
14903]
14904
14905[[package]]
14906name = "webpki"
14907version = "0.22.4"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14910dependencies = [
14911 "ring",
14912 "untrusted",
14913]
14914
14915[[package]]
14916name = "webpki-roots"
14917version = "0.22.6"
14918source = "registry+https://github.com/rust-lang/crates.io-index"
14919checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14920dependencies = [
14921 "webpki",
14922]
14923
14924[[package]]
14925name = "webpki-roots"
14926version = "0.26.7"
14927source = "registry+https://github.com/rust-lang/crates.io-index"
14928checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
14929dependencies = [
14930 "rustls-pki-types",
14931]
14932
14933[[package]]
14934name = "webrtc-sys"
14935version = "0.3.5"
14936source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
14937dependencies = [
14938 "cc",
14939 "cxx",
14940 "cxx-build",
14941 "glob",
14942 "log",
14943 "webrtc-sys-build",
14944]
14945
14946[[package]]
14947name = "webrtc-sys-build"
14948version = "0.3.5"
14949source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
14950dependencies = [
14951 "fs2",
14952 "regex",
14953 "reqwest 0.11.27",
14954 "scratch",
14955 "semver",
14956 "zip",
14957]
14958
14959[[package]]
14960name = "weezl"
14961version = "0.1.8"
14962source = "registry+https://github.com/rust-lang/crates.io-index"
14963checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14964
14965[[package]]
14966name = "welcome"
14967version = "0.1.0"
14968dependencies = [
14969 "anyhow",
14970 "client",
14971 "copilot",
14972 "db",
14973 "editor",
14974 "fuzzy",
14975 "gpui",
14976 "install_cli",
14977 "picker",
14978 "project",
14979 "schemars",
14980 "serde",
14981 "settings",
14982 "telemetry",
14983 "ui",
14984 "util",
14985 "vim_mode_setting",
14986 "workspace",
14987 "zed_actions",
14988]
14989
14990[[package]]
14991name = "which"
14992version = "4.4.2"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
14995dependencies = [
14996 "either",
14997 "home",
14998 "once_cell",
14999 "rustix",
15000]
15001
15002[[package]]
15003name = "which"
15004version = "6.0.3"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15007dependencies = [
15008 "either",
15009 "home",
15010 "rustix",
15011 "winsafe",
15012]
15013
15014[[package]]
15015name = "whoami"
15016version = "1.5.2"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15019dependencies = [
15020 "redox_syscall 0.5.8",
15021 "wasite",
15022]
15023
15024[[package]]
15025name = "wiggle"
15026version = "24.0.2"
15027source = "registry+https://github.com/rust-lang/crates.io-index"
15028checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15029dependencies = [
15030 "anyhow",
15031 "async-trait",
15032 "bitflags 2.6.0",
15033 "thiserror 1.0.69",
15034 "tracing",
15035 "wasmtime",
15036 "wiggle-macro",
15037]
15038
15039[[package]]
15040name = "wiggle-generate"
15041version = "24.0.2"
15042source = "registry+https://github.com/rust-lang/crates.io-index"
15043checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15044dependencies = [
15045 "anyhow",
15046 "heck 0.4.1",
15047 "proc-macro2",
15048 "quote",
15049 "shellexpand 2.1.2",
15050 "syn 2.0.90",
15051 "witx",
15052]
15053
15054[[package]]
15055name = "wiggle-macro"
15056version = "24.0.2"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15059dependencies = [
15060 "proc-macro2",
15061 "quote",
15062 "syn 2.0.90",
15063 "wiggle-generate",
15064]
15065
15066[[package]]
15067name = "winapi"
15068version = "0.3.9"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15071dependencies = [
15072 "winapi-i686-pc-windows-gnu",
15073 "winapi-x86_64-pc-windows-gnu",
15074]
15075
15076[[package]]
15077name = "winapi-i686-pc-windows-gnu"
15078version = "0.4.0"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15081
15082[[package]]
15083name = "winapi-util"
15084version = "0.1.9"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15087dependencies = [
15088 "windows-sys 0.59.0",
15089]
15090
15091[[package]]
15092name = "winapi-x86_64-pc-windows-gnu"
15093version = "0.4.0"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15096
15097[[package]]
15098name = "winch-codegen"
15099version = "0.22.2"
15100source = "registry+https://github.com/rust-lang/crates.io-index"
15101checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15102dependencies = [
15103 "anyhow",
15104 "cranelift-codegen",
15105 "gimli 0.29.0",
15106 "regalloc2",
15107 "smallvec",
15108 "target-lexicon",
15109 "wasmparser 0.215.0",
15110 "wasmtime-cranelift",
15111 "wasmtime-environ",
15112]
15113
15114[[package]]
15115name = "windows"
15116version = "0.54.0"
15117source = "registry+https://github.com/rust-lang/crates.io-index"
15118checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15119dependencies = [
15120 "windows-core 0.54.0",
15121 "windows-targets 0.52.6",
15122]
15123
15124[[package]]
15125name = "windows"
15126version = "0.57.0"
15127source = "registry+https://github.com/rust-lang/crates.io-index"
15128checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15129dependencies = [
15130 "windows-core 0.57.0",
15131 "windows-targets 0.52.6",
15132]
15133
15134[[package]]
15135name = "windows"
15136version = "0.58.0"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15139dependencies = [
15140 "windows-core 0.58.0",
15141 "windows-targets 0.52.6",
15142]
15143
15144[[package]]
15145name = "windows-core"
15146version = "0.52.0"
15147source = "registry+https://github.com/rust-lang/crates.io-index"
15148checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15149dependencies = [
15150 "windows-targets 0.52.6",
15151]
15152
15153[[package]]
15154name = "windows-core"
15155version = "0.54.0"
15156source = "registry+https://github.com/rust-lang/crates.io-index"
15157checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15158dependencies = [
15159 "windows-result 0.1.2",
15160 "windows-targets 0.52.6",
15161]
15162
15163[[package]]
15164name = "windows-core"
15165version = "0.57.0"
15166source = "registry+https://github.com/rust-lang/crates.io-index"
15167checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15168dependencies = [
15169 "windows-implement 0.57.0",
15170 "windows-interface 0.57.0",
15171 "windows-result 0.1.2",
15172 "windows-targets 0.52.6",
15173]
15174
15175[[package]]
15176name = "windows-core"
15177version = "0.58.0"
15178source = "registry+https://github.com/rust-lang/crates.io-index"
15179checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15180dependencies = [
15181 "windows-implement 0.58.0",
15182 "windows-interface 0.58.0",
15183 "windows-result 0.2.0",
15184 "windows-strings",
15185 "windows-targets 0.52.6",
15186]
15187
15188[[package]]
15189name = "windows-implement"
15190version = "0.57.0"
15191source = "registry+https://github.com/rust-lang/crates.io-index"
15192checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15193dependencies = [
15194 "proc-macro2",
15195 "quote",
15196 "syn 2.0.90",
15197]
15198
15199[[package]]
15200name = "windows-implement"
15201version = "0.58.0"
15202source = "registry+https://github.com/rust-lang/crates.io-index"
15203checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15204dependencies = [
15205 "proc-macro2",
15206 "quote",
15207 "syn 2.0.90",
15208]
15209
15210[[package]]
15211name = "windows-interface"
15212version = "0.57.0"
15213source = "registry+https://github.com/rust-lang/crates.io-index"
15214checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15215dependencies = [
15216 "proc-macro2",
15217 "quote",
15218 "syn 2.0.90",
15219]
15220
15221[[package]]
15222name = "windows-interface"
15223version = "0.58.0"
15224source = "registry+https://github.com/rust-lang/crates.io-index"
15225checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15226dependencies = [
15227 "proc-macro2",
15228 "quote",
15229 "syn 2.0.90",
15230]
15231
15232[[package]]
15233name = "windows-registry"
15234version = "0.2.0"
15235source = "registry+https://github.com/rust-lang/crates.io-index"
15236checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15237dependencies = [
15238 "windows-result 0.2.0",
15239 "windows-strings",
15240 "windows-targets 0.52.6",
15241]
15242
15243[[package]]
15244name = "windows-result"
15245version = "0.1.2"
15246source = "registry+https://github.com/rust-lang/crates.io-index"
15247checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15248dependencies = [
15249 "windows-targets 0.52.6",
15250]
15251
15252[[package]]
15253name = "windows-result"
15254version = "0.2.0"
15255source = "registry+https://github.com/rust-lang/crates.io-index"
15256checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15257dependencies = [
15258 "windows-targets 0.52.6",
15259]
15260
15261[[package]]
15262name = "windows-strings"
15263version = "0.1.0"
15264source = "registry+https://github.com/rust-lang/crates.io-index"
15265checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15266dependencies = [
15267 "windows-result 0.2.0",
15268 "windows-targets 0.52.6",
15269]
15270
15271[[package]]
15272name = "windows-sys"
15273version = "0.45.0"
15274source = "registry+https://github.com/rust-lang/crates.io-index"
15275checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15276dependencies = [
15277 "windows-targets 0.42.2",
15278]
15279
15280[[package]]
15281name = "windows-sys"
15282version = "0.48.0"
15283source = "registry+https://github.com/rust-lang/crates.io-index"
15284checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15285dependencies = [
15286 "windows-targets 0.48.5",
15287]
15288
15289[[package]]
15290name = "windows-sys"
15291version = "0.52.0"
15292source = "registry+https://github.com/rust-lang/crates.io-index"
15293checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15294dependencies = [
15295 "windows-targets 0.52.6",
15296]
15297
15298[[package]]
15299name = "windows-sys"
15300version = "0.59.0"
15301source = "registry+https://github.com/rust-lang/crates.io-index"
15302checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15303dependencies = [
15304 "windows-targets 0.52.6",
15305]
15306
15307[[package]]
15308name = "windows-targets"
15309version = "0.42.2"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15312dependencies = [
15313 "windows_aarch64_gnullvm 0.42.2",
15314 "windows_aarch64_msvc 0.42.2",
15315 "windows_i686_gnu 0.42.2",
15316 "windows_i686_msvc 0.42.2",
15317 "windows_x86_64_gnu 0.42.2",
15318 "windows_x86_64_gnullvm 0.42.2",
15319 "windows_x86_64_msvc 0.42.2",
15320]
15321
15322[[package]]
15323name = "windows-targets"
15324version = "0.48.5"
15325source = "registry+https://github.com/rust-lang/crates.io-index"
15326checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15327dependencies = [
15328 "windows_aarch64_gnullvm 0.48.5",
15329 "windows_aarch64_msvc 0.48.5",
15330 "windows_i686_gnu 0.48.5",
15331 "windows_i686_msvc 0.48.5",
15332 "windows_x86_64_gnu 0.48.5",
15333 "windows_x86_64_gnullvm 0.48.5",
15334 "windows_x86_64_msvc 0.48.5",
15335]
15336
15337[[package]]
15338name = "windows-targets"
15339version = "0.52.6"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15342dependencies = [
15343 "windows_aarch64_gnullvm 0.52.6",
15344 "windows_aarch64_msvc 0.52.6",
15345 "windows_i686_gnu 0.52.6",
15346 "windows_i686_gnullvm",
15347 "windows_i686_msvc 0.52.6",
15348 "windows_x86_64_gnu 0.52.6",
15349 "windows_x86_64_gnullvm 0.52.6",
15350 "windows_x86_64_msvc 0.52.6",
15351]
15352
15353[[package]]
15354name = "windows_aarch64_gnullvm"
15355version = "0.42.2"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15358
15359[[package]]
15360name = "windows_aarch64_gnullvm"
15361version = "0.48.5"
15362source = "registry+https://github.com/rust-lang/crates.io-index"
15363checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15364
15365[[package]]
15366name = "windows_aarch64_gnullvm"
15367version = "0.52.6"
15368source = "registry+https://github.com/rust-lang/crates.io-index"
15369checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15370
15371[[package]]
15372name = "windows_aarch64_msvc"
15373version = "0.42.2"
15374source = "registry+https://github.com/rust-lang/crates.io-index"
15375checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15376
15377[[package]]
15378name = "windows_aarch64_msvc"
15379version = "0.48.5"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15382
15383[[package]]
15384name = "windows_aarch64_msvc"
15385version = "0.52.6"
15386source = "registry+https://github.com/rust-lang/crates.io-index"
15387checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15388
15389[[package]]
15390name = "windows_i686_gnu"
15391version = "0.42.2"
15392source = "registry+https://github.com/rust-lang/crates.io-index"
15393checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15394
15395[[package]]
15396name = "windows_i686_gnu"
15397version = "0.48.5"
15398source = "registry+https://github.com/rust-lang/crates.io-index"
15399checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15400
15401[[package]]
15402name = "windows_i686_gnu"
15403version = "0.52.6"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15406
15407[[package]]
15408name = "windows_i686_gnullvm"
15409version = "0.52.6"
15410source = "registry+https://github.com/rust-lang/crates.io-index"
15411checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15412
15413[[package]]
15414name = "windows_i686_msvc"
15415version = "0.42.2"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15418
15419[[package]]
15420name = "windows_i686_msvc"
15421version = "0.48.5"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15424
15425[[package]]
15426name = "windows_i686_msvc"
15427version = "0.52.6"
15428source = "registry+https://github.com/rust-lang/crates.io-index"
15429checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15430
15431[[package]]
15432name = "windows_x86_64_gnu"
15433version = "0.42.2"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15436
15437[[package]]
15438name = "windows_x86_64_gnu"
15439version = "0.48.5"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15442
15443[[package]]
15444name = "windows_x86_64_gnu"
15445version = "0.52.6"
15446source = "registry+https://github.com/rust-lang/crates.io-index"
15447checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15448
15449[[package]]
15450name = "windows_x86_64_gnullvm"
15451version = "0.42.2"
15452source = "registry+https://github.com/rust-lang/crates.io-index"
15453checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15454
15455[[package]]
15456name = "windows_x86_64_gnullvm"
15457version = "0.48.5"
15458source = "registry+https://github.com/rust-lang/crates.io-index"
15459checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15460
15461[[package]]
15462name = "windows_x86_64_gnullvm"
15463version = "0.52.6"
15464source = "registry+https://github.com/rust-lang/crates.io-index"
15465checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15466
15467[[package]]
15468name = "windows_x86_64_msvc"
15469version = "0.42.2"
15470source = "registry+https://github.com/rust-lang/crates.io-index"
15471checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15472
15473[[package]]
15474name = "windows_x86_64_msvc"
15475version = "0.48.5"
15476source = "registry+https://github.com/rust-lang/crates.io-index"
15477checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15478
15479[[package]]
15480name = "windows_x86_64_msvc"
15481version = "0.52.6"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15484
15485[[package]]
15486name = "winnow"
15487version = "0.6.20"
15488source = "registry+https://github.com/rust-lang/crates.io-index"
15489checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15490dependencies = [
15491 "memchr",
15492]
15493
15494[[package]]
15495name = "winreg"
15496version = "0.50.0"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15499dependencies = [
15500 "cfg-if",
15501 "windows-sys 0.48.0",
15502]
15503
15504[[package]]
15505name = "winreg"
15506version = "0.52.0"
15507source = "registry+https://github.com/rust-lang/crates.io-index"
15508checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15509dependencies = [
15510 "cfg-if",
15511 "windows-sys 0.48.0",
15512]
15513
15514[[package]]
15515name = "winresource"
15516version = "0.1.19"
15517source = "registry+https://github.com/rust-lang/crates.io-index"
15518checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15519dependencies = [
15520 "toml 0.8.19",
15521 "version_check",
15522]
15523
15524[[package]]
15525name = "winsafe"
15526version = "0.0.19"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15529
15530[[package]]
15531name = "winx"
15532version = "0.36.4"
15533source = "registry+https://github.com/rust-lang/crates.io-index"
15534checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15535dependencies = [
15536 "bitflags 2.6.0",
15537 "windows-sys 0.59.0",
15538]
15539
15540[[package]]
15541name = "wio"
15542version = "0.2.2"
15543source = "registry+https://github.com/rust-lang/crates.io-index"
15544checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15545dependencies = [
15546 "winapi",
15547]
15548
15549[[package]]
15550name = "wit-bindgen"
15551version = "0.22.0"
15552source = "registry+https://github.com/rust-lang/crates.io-index"
15553checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15554dependencies = [
15555 "bitflags 2.6.0",
15556 "wit-bindgen-rt",
15557 "wit-bindgen-rust-macro",
15558]
15559
15560[[package]]
15561name = "wit-bindgen-core"
15562version = "0.22.0"
15563source = "registry+https://github.com/rust-lang/crates.io-index"
15564checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15565dependencies = [
15566 "anyhow",
15567 "wit-parser 0.201.0",
15568]
15569
15570[[package]]
15571name = "wit-bindgen-rt"
15572version = "0.22.0"
15573source = "registry+https://github.com/rust-lang/crates.io-index"
15574checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15575
15576[[package]]
15577name = "wit-bindgen-rust"
15578version = "0.22.0"
15579source = "registry+https://github.com/rust-lang/crates.io-index"
15580checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15581dependencies = [
15582 "anyhow",
15583 "heck 0.4.1",
15584 "indexmap",
15585 "wasm-metadata",
15586 "wit-bindgen-core",
15587 "wit-component",
15588]
15589
15590[[package]]
15591name = "wit-bindgen-rust-macro"
15592version = "0.22.0"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15595dependencies = [
15596 "anyhow",
15597 "proc-macro2",
15598 "quote",
15599 "syn 2.0.90",
15600 "wit-bindgen-core",
15601 "wit-bindgen-rust",
15602]
15603
15604[[package]]
15605name = "wit-component"
15606version = "0.201.0"
15607source = "registry+https://github.com/rust-lang/crates.io-index"
15608checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15609dependencies = [
15610 "anyhow",
15611 "bitflags 2.6.0",
15612 "indexmap",
15613 "log",
15614 "serde",
15615 "serde_derive",
15616 "serde_json",
15617 "wasm-encoder 0.201.0",
15618 "wasm-metadata",
15619 "wasmparser 0.201.0",
15620 "wit-parser 0.201.0",
15621]
15622
15623[[package]]
15624name = "wit-parser"
15625version = "0.201.0"
15626source = "registry+https://github.com/rust-lang/crates.io-index"
15627checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15628dependencies = [
15629 "anyhow",
15630 "id-arena",
15631 "indexmap",
15632 "log",
15633 "semver",
15634 "serde",
15635 "serde_derive",
15636 "serde_json",
15637 "unicode-xid",
15638 "wasmparser 0.201.0",
15639]
15640
15641[[package]]
15642name = "wit-parser"
15643version = "0.215.0"
15644source = "registry+https://github.com/rust-lang/crates.io-index"
15645checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15646dependencies = [
15647 "anyhow",
15648 "id-arena",
15649 "indexmap",
15650 "log",
15651 "semver",
15652 "serde",
15653 "serde_derive",
15654 "serde_json",
15655 "unicode-xid",
15656 "wasmparser 0.215.0",
15657]
15658
15659[[package]]
15660name = "witx"
15661version = "0.9.1"
15662source = "registry+https://github.com/rust-lang/crates.io-index"
15663checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15664dependencies = [
15665 "anyhow",
15666 "log",
15667 "thiserror 1.0.69",
15668 "wast",
15669]
15670
15671[[package]]
15672name = "workspace"
15673version = "0.1.0"
15674dependencies = [
15675 "any_vec",
15676 "anyhow",
15677 "async-recursion 1.1.1",
15678 "bincode",
15679 "call",
15680 "client",
15681 "clock",
15682 "collections",
15683 "db",
15684 "derive_more",
15685 "env_logger 0.11.6",
15686 "fs",
15687 "futures 0.3.31",
15688 "gpui",
15689 "http_client",
15690 "itertools 0.14.0",
15691 "language",
15692 "log",
15693 "node_runtime",
15694 "parking_lot",
15695 "postage",
15696 "project",
15697 "remote",
15698 "schemars",
15699 "serde",
15700 "serde_json",
15701 "session",
15702 "settings",
15703 "smallvec",
15704 "sqlez",
15705 "strum",
15706 "task",
15707 "tempfile",
15708 "theme",
15709 "ui",
15710 "util",
15711 "uuid",
15712]
15713
15714[[package]]
15715name = "worktree"
15716version = "0.1.0"
15717dependencies = [
15718 "anyhow",
15719 "clock",
15720 "collections",
15721 "env_logger 0.11.6",
15722 "fs",
15723 "futures 0.3.31",
15724 "fuzzy",
15725 "git",
15726 "git2",
15727 "git_hosting_providers",
15728 "gpui",
15729 "http_client",
15730 "ignore",
15731 "language",
15732 "log",
15733 "parking_lot",
15734 "paths",
15735 "postage",
15736 "pretty_assertions",
15737 "rand 0.8.5",
15738 "rpc",
15739 "schemars",
15740 "serde",
15741 "serde_json",
15742 "settings",
15743 "smallvec",
15744 "smol",
15745 "sum_tree",
15746 "text",
15747 "util",
15748]
15749
15750[[package]]
15751name = "write16"
15752version = "1.0.0"
15753source = "registry+https://github.com/rust-lang/crates.io-index"
15754checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15755
15756[[package]]
15757name = "writeable"
15758version = "0.5.5"
15759source = "registry+https://github.com/rust-lang/crates.io-index"
15760checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15761
15762[[package]]
15763name = "wyz"
15764version = "0.5.1"
15765source = "registry+https://github.com/rust-lang/crates.io-index"
15766checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15767dependencies = [
15768 "tap",
15769]
15770
15771[[package]]
15772name = "x11-clipboard"
15773version = "0.9.3"
15774source = "registry+https://github.com/rust-lang/crates.io-index"
15775checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15776dependencies = [
15777 "libc",
15778 "x11rb",
15779]
15780
15781[[package]]
15782name = "x11rb"
15783version = "0.13.1"
15784source = "registry+https://github.com/rust-lang/crates.io-index"
15785checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15786dependencies = [
15787 "as-raw-xcb-connection",
15788 "gethostname",
15789 "libc",
15790 "rustix",
15791 "x11rb-protocol",
15792]
15793
15794[[package]]
15795name = "x11rb-protocol"
15796version = "0.13.1"
15797source = "registry+https://github.com/rust-lang/crates.io-index"
15798checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15799
15800[[package]]
15801name = "xattr"
15802version = "0.2.3"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15805dependencies = [
15806 "libc",
15807]
15808
15809[[package]]
15810name = "xcursor"
15811version = "0.3.8"
15812source = "registry+https://github.com/rust-lang/crates.io-index"
15813checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15814
15815[[package]]
15816name = "xdg-home"
15817version = "1.3.0"
15818source = "registry+https://github.com/rust-lang/crates.io-index"
15819checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
15820dependencies = [
15821 "libc",
15822 "windows-sys 0.59.0",
15823]
15824
15825[[package]]
15826name = "xim"
15827version = "0.4.0"
15828source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15829dependencies = [
15830 "ahash 0.8.11",
15831 "hashbrown 0.14.5",
15832 "log",
15833 "x11rb",
15834 "xim-ctext",
15835 "xim-parser",
15836]
15837
15838[[package]]
15839name = "xim-ctext"
15840version = "0.3.0"
15841source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15842dependencies = [
15843 "encoding_rs",
15844]
15845
15846[[package]]
15847name = "xim-parser"
15848version = "0.2.1"
15849source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15850dependencies = [
15851 "bitflags 2.6.0",
15852]
15853
15854[[package]]
15855name = "xkbcommon"
15856version = "0.7.0"
15857source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
15858dependencies = [
15859 "as-raw-xcb-connection",
15860 "libc",
15861 "memmap2",
15862 "xkeysym",
15863]
15864
15865[[package]]
15866name = "xkeysym"
15867version = "0.2.1"
15868source = "registry+https://github.com/rust-lang/crates.io-index"
15869checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
15870
15871[[package]]
15872name = "xml5ever"
15873version = "0.18.1"
15874source = "registry+https://github.com/rust-lang/crates.io-index"
15875checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
15876dependencies = [
15877 "log",
15878 "mac",
15879 "markup5ever",
15880]
15881
15882[[package]]
15883name = "xmlparser"
15884version = "0.13.6"
15885source = "registry+https://github.com/rust-lang/crates.io-index"
15886checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
15887
15888[[package]]
15889name = "xmlwriter"
15890version = "0.1.0"
15891source = "registry+https://github.com/rust-lang/crates.io-index"
15892checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
15893
15894[[package]]
15895name = "xtask"
15896version = "0.1.0"
15897dependencies = [
15898 "anyhow",
15899 "cargo_metadata",
15900 "cargo_toml",
15901 "clap",
15902]
15903
15904[[package]]
15905name = "yaml-rust2"
15906version = "0.8.1"
15907source = "registry+https://github.com/rust-lang/crates.io-index"
15908checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
15909dependencies = [
15910 "arraydeque",
15911 "encoding_rs",
15912 "hashlink 0.8.4",
15913]
15914
15915[[package]]
15916name = "yansi"
15917version = "1.0.1"
15918source = "registry+https://github.com/rust-lang/crates.io-index"
15919checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
15920
15921[[package]]
15922name = "yazi"
15923version = "0.1.6"
15924source = "registry+https://github.com/rust-lang/crates.io-index"
15925checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
15926
15927[[package]]
15928name = "yeslogic-fontconfig-sys"
15929version = "6.0.0"
15930source = "registry+https://github.com/rust-lang/crates.io-index"
15931checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
15932dependencies = [
15933 "dlib",
15934 "once_cell",
15935 "pkg-config",
15936]
15937
15938[[package]]
15939name = "yoke"
15940version = "0.7.5"
15941source = "registry+https://github.com/rust-lang/crates.io-index"
15942checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
15943dependencies = [
15944 "serde",
15945 "stable_deref_trait",
15946 "yoke-derive",
15947 "zerofrom",
15948]
15949
15950[[package]]
15951name = "yoke-derive"
15952version = "0.7.5"
15953source = "registry+https://github.com/rust-lang/crates.io-index"
15954checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
15955dependencies = [
15956 "proc-macro2",
15957 "quote",
15958 "syn 2.0.90",
15959 "synstructure",
15960]
15961
15962[[package]]
15963name = "zbus"
15964version = "4.4.0"
15965source = "registry+https://github.com/rust-lang/crates.io-index"
15966checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
15967dependencies = [
15968 "async-broadcast",
15969 "async-executor",
15970 "async-fs",
15971 "async-io",
15972 "async-lock",
15973 "async-process",
15974 "async-recursion 1.1.1",
15975 "async-task",
15976 "async-trait",
15977 "blocking",
15978 "enumflags2",
15979 "event-listener 5.3.1",
15980 "futures-core",
15981 "futures-sink",
15982 "futures-util",
15983 "hex",
15984 "nix",
15985 "ordered-stream",
15986 "rand 0.8.5",
15987 "serde",
15988 "serde_repr",
15989 "sha1",
15990 "static_assertions",
15991 "tracing",
15992 "uds_windows",
15993 "windows-sys 0.52.0",
15994 "xdg-home",
15995 "zbus_macros 4.4.0",
15996 "zbus_names 3.0.0",
15997 "zvariant 4.2.0",
15998]
15999
16000[[package]]
16001name = "zbus"
16002version = "5.1.1"
16003source = "registry+https://github.com/rust-lang/crates.io-index"
16004checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16005dependencies = [
16006 "async-broadcast",
16007 "async-executor",
16008 "async-fs",
16009 "async-io",
16010 "async-lock",
16011 "async-process",
16012 "async-recursion 1.1.1",
16013 "async-task",
16014 "async-trait",
16015 "blocking",
16016 "enumflags2",
16017 "event-listener 5.3.1",
16018 "futures-core",
16019 "futures-util",
16020 "hex",
16021 "nix",
16022 "ordered-stream",
16023 "serde",
16024 "serde_repr",
16025 "static_assertions",
16026 "tracing",
16027 "uds_windows",
16028 "windows-sys 0.59.0",
16029 "winnow",
16030 "xdg-home",
16031 "zbus_macros 5.1.1",
16032 "zbus_names 4.1.0",
16033 "zvariant 5.1.0",
16034]
16035
16036[[package]]
16037name = "zbus_macros"
16038version = "4.4.0"
16039source = "registry+https://github.com/rust-lang/crates.io-index"
16040checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16041dependencies = [
16042 "proc-macro-crate",
16043 "proc-macro2",
16044 "quote",
16045 "syn 2.0.90",
16046 "zvariant_utils 2.1.0",
16047]
16048
16049[[package]]
16050name = "zbus_macros"
16051version = "5.1.1"
16052source = "registry+https://github.com/rust-lang/crates.io-index"
16053checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16054dependencies = [
16055 "proc-macro-crate",
16056 "proc-macro2",
16057 "quote",
16058 "syn 2.0.90",
16059 "zbus_names 4.1.0",
16060 "zvariant 5.1.0",
16061 "zvariant_utils 3.0.2",
16062]
16063
16064[[package]]
16065name = "zbus_names"
16066version = "3.0.0"
16067source = "registry+https://github.com/rust-lang/crates.io-index"
16068checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16069dependencies = [
16070 "serde",
16071 "static_assertions",
16072 "zvariant 4.2.0",
16073]
16074
16075[[package]]
16076name = "zbus_names"
16077version = "4.1.0"
16078source = "registry+https://github.com/rust-lang/crates.io-index"
16079checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16080dependencies = [
16081 "serde",
16082 "static_assertions",
16083 "winnow",
16084 "zvariant 5.1.0",
16085]
16086
16087[[package]]
16088name = "zed"
16089version = "0.170.0"
16090dependencies = [
16091 "activity_indicator",
16092 "anyhow",
16093 "ashpd",
16094 "assets",
16095 "assistant",
16096 "assistant2",
16097 "assistant_tools",
16098 "async-watch",
16099 "audio",
16100 "auto_update",
16101 "auto_update_ui",
16102 "backtrace",
16103 "breadcrumbs",
16104 "call",
16105 "channel",
16106 "chrono",
16107 "clap",
16108 "cli",
16109 "client",
16110 "collab_ui",
16111 "collections",
16112 "command_palette",
16113 "command_palette_hooks",
16114 "copilot",
16115 "db",
16116 "diagnostics",
16117 "editor",
16118 "env_logger 0.11.6",
16119 "extension",
16120 "extension_host",
16121 "extensions_ui",
16122 "feature_flags",
16123 "feedback",
16124 "file_finder",
16125 "file_icons",
16126 "fs",
16127 "futures 0.3.31",
16128 "git",
16129 "git_hosting_providers",
16130 "git_ui",
16131 "go_to_line",
16132 "gpui",
16133 "http_client",
16134 "image_viewer",
16135 "inline_completion_button",
16136 "install_cli",
16137 "journal",
16138 "language",
16139 "language_extension",
16140 "language_model",
16141 "language_models",
16142 "language_selector",
16143 "language_tools",
16144 "languages",
16145 "libc",
16146 "log",
16147 "markdown",
16148 "markdown_preview",
16149 "menu",
16150 "mimalloc",
16151 "nix",
16152 "node_runtime",
16153 "notifications",
16154 "outline",
16155 "outline_panel",
16156 "parking_lot",
16157 "paths",
16158 "picker",
16159 "profiling",
16160 "project",
16161 "project_panel",
16162 "project_symbols",
16163 "proto",
16164 "recent_projects",
16165 "release_channel",
16166 "remote",
16167 "repl",
16168 "reqwest_client",
16169 "rope",
16170 "search",
16171 "serde",
16172 "serde_json",
16173 "session",
16174 "settings",
16175 "settings_ui",
16176 "shellexpand 2.1.2",
16177 "simplelog",
16178 "smol",
16179 "snippet_provider",
16180 "snippets_ui",
16181 "supermaven",
16182 "sysinfo",
16183 "tab_switcher",
16184 "task",
16185 "tasks_ui",
16186 "telemetry",
16187 "telemetry_events",
16188 "terminal_view",
16189 "theme",
16190 "theme_extension",
16191 "theme_selector",
16192 "time",
16193 "toolchain_selector",
16194 "tree-sitter-md",
16195 "tree-sitter-rust",
16196 "ui",
16197 "url",
16198 "urlencoding",
16199 "util",
16200 "uuid",
16201 "vcs_menu",
16202 "vim",
16203 "vim_mode_setting",
16204 "welcome",
16205 "windows 0.58.0",
16206 "winresource",
16207 "workspace",
16208 "zed_actions",
16209 "zeta",
16210]
16211
16212[[package]]
16213name = "zed_actions"
16214version = "0.1.0"
16215dependencies = [
16216 "gpui",
16217 "schemars",
16218 "serde",
16219]
16220
16221[[package]]
16222name = "zed_csharp"
16223version = "0.1.0"
16224dependencies = [
16225 "zed_extension_api 0.1.0",
16226]
16227
16228[[package]]
16229name = "zed_deno"
16230version = "0.0.2"
16231dependencies = [
16232 "zed_extension_api 0.1.0",
16233]
16234
16235[[package]]
16236name = "zed_elixir"
16237version = "0.1.2"
16238dependencies = [
16239 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16240]
16241
16242[[package]]
16243name = "zed_emmet"
16244version = "0.0.3"
16245dependencies = [
16246 "zed_extension_api 0.1.0",
16247]
16248
16249[[package]]
16250name = "zed_erlang"
16251version = "0.1.1"
16252dependencies = [
16253 "zed_extension_api 0.1.0",
16254]
16255
16256[[package]]
16257name = "zed_extension_api"
16258version = "0.1.0"
16259source = "registry+https://github.com/rust-lang/crates.io-index"
16260checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16261dependencies = [
16262 "serde",
16263 "serde_json",
16264 "wit-bindgen",
16265]
16266
16267[[package]]
16268name = "zed_extension_api"
16269version = "0.2.0"
16270dependencies = [
16271 "serde",
16272 "serde_json",
16273 "wit-bindgen",
16274]
16275
16276[[package]]
16277name = "zed_extension_api"
16278version = "0.2.0"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16281dependencies = [
16282 "serde",
16283 "serde_json",
16284 "wit-bindgen",
16285]
16286
16287[[package]]
16288name = "zed_glsl"
16289version = "0.1.0"
16290dependencies = [
16291 "zed_extension_api 0.1.0",
16292]
16293
16294[[package]]
16295name = "zed_haskell"
16296version = "0.1.2"
16297dependencies = [
16298 "zed_extension_api 0.1.0",
16299]
16300
16301[[package]]
16302name = "zed_html"
16303version = "0.1.4"
16304dependencies = [
16305 "zed_extension_api 0.1.0",
16306]
16307
16308[[package]]
16309name = "zed_lua"
16310version = "0.1.1"
16311dependencies = [
16312 "zed_extension_api 0.1.0",
16313]
16314
16315[[package]]
16316name = "zed_php"
16317version = "0.2.3"
16318dependencies = [
16319 "zed_extension_api 0.1.0",
16320]
16321
16322[[package]]
16323name = "zed_prisma"
16324version = "0.0.4"
16325dependencies = [
16326 "zed_extension_api 0.1.0",
16327]
16328
16329[[package]]
16330name = "zed_proto"
16331version = "0.2.1"
16332dependencies = [
16333 "zed_extension_api 0.1.0",
16334]
16335
16336[[package]]
16337name = "zed_purescript"
16338version = "0.0.1"
16339dependencies = [
16340 "zed_extension_api 0.1.0",
16341]
16342
16343[[package]]
16344name = "zed_ruff"
16345version = "0.1.0"
16346dependencies = [
16347 "zed_extension_api 0.1.0",
16348]
16349
16350[[package]]
16351name = "zed_snippets"
16352version = "0.0.5"
16353dependencies = [
16354 "serde_json",
16355 "zed_extension_api 0.1.0",
16356]
16357
16358[[package]]
16359name = "zed_terraform"
16360version = "0.1.1"
16361dependencies = [
16362 "zed_extension_api 0.1.0",
16363]
16364
16365[[package]]
16366name = "zed_test_extension"
16367version = "0.1.0"
16368dependencies = [
16369 "zed_extension_api 0.2.0",
16370]
16371
16372[[package]]
16373name = "zed_toml"
16374version = "0.1.2"
16375dependencies = [
16376 "zed_extension_api 0.1.0",
16377]
16378
16379[[package]]
16380name = "zed_uiua"
16381version = "0.0.1"
16382dependencies = [
16383 "zed_extension_api 0.1.0",
16384]
16385
16386[[package]]
16387name = "zed_zig"
16388version = "0.3.2"
16389dependencies = [
16390 "zed_extension_api 0.1.0",
16391]
16392
16393[[package]]
16394name = "zeno"
16395version = "0.2.3"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16398
16399[[package]]
16400name = "zerocopy"
16401version = "0.7.35"
16402source = "registry+https://github.com/rust-lang/crates.io-index"
16403checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16404dependencies = [
16405 "byteorder",
16406 "zerocopy-derive",
16407]
16408
16409[[package]]
16410name = "zerocopy-derive"
16411version = "0.7.35"
16412source = "registry+https://github.com/rust-lang/crates.io-index"
16413checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16414dependencies = [
16415 "proc-macro2",
16416 "quote",
16417 "syn 2.0.90",
16418]
16419
16420[[package]]
16421name = "zerofrom"
16422version = "0.1.5"
16423source = "registry+https://github.com/rust-lang/crates.io-index"
16424checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16425dependencies = [
16426 "zerofrom-derive",
16427]
16428
16429[[package]]
16430name = "zerofrom-derive"
16431version = "0.1.5"
16432source = "registry+https://github.com/rust-lang/crates.io-index"
16433checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16434dependencies = [
16435 "proc-macro2",
16436 "quote",
16437 "syn 2.0.90",
16438 "synstructure",
16439]
16440
16441[[package]]
16442name = "zeroize"
16443version = "1.8.1"
16444source = "registry+https://github.com/rust-lang/crates.io-index"
16445checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16446dependencies = [
16447 "zeroize_derive",
16448]
16449
16450[[package]]
16451name = "zeroize_derive"
16452version = "1.4.2"
16453source = "registry+https://github.com/rust-lang/crates.io-index"
16454checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16455dependencies = [
16456 "proc-macro2",
16457 "quote",
16458 "syn 2.0.90",
16459]
16460
16461[[package]]
16462name = "zeromq"
16463version = "0.5.0-pre"
16464source = "registry+https://github.com/rust-lang/crates.io-index"
16465checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
16466dependencies = [
16467 "async-dispatcher",
16468 "async-std",
16469 "async-trait",
16470 "asynchronous-codec",
16471 "bytes 1.9.0",
16472 "crossbeam-queue",
16473 "dashmap 5.5.3",
16474 "futures 0.3.31",
16475 "log",
16476 "num-traits",
16477 "once_cell",
16478 "parking_lot",
16479 "rand 0.8.5",
16480 "regex",
16481 "thiserror 1.0.69",
16482 "uuid",
16483]
16484
16485[[package]]
16486name = "zerovec"
16487version = "0.10.4"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16490dependencies = [
16491 "yoke",
16492 "zerofrom",
16493 "zerovec-derive",
16494]
16495
16496[[package]]
16497name = "zerovec-derive"
16498version = "0.10.3"
16499source = "registry+https://github.com/rust-lang/crates.io-index"
16500checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16501dependencies = [
16502 "proc-macro2",
16503 "quote",
16504 "syn 2.0.90",
16505]
16506
16507[[package]]
16508name = "zeta"
16509version = "0.1.0"
16510dependencies = [
16511 "anyhow",
16512 "arrayvec",
16513 "call",
16514 "client",
16515 "clock",
16516 "collections",
16517 "ctor",
16518 "editor",
16519 "env_logger 0.11.6",
16520 "futures 0.3.31",
16521 "gpui",
16522 "http_client",
16523 "indoc",
16524 "inline_completion",
16525 "language",
16526 "language_models",
16527 "log",
16528 "menu",
16529 "reqwest_client",
16530 "rpc",
16531 "serde_json",
16532 "settings",
16533 "similar",
16534 "telemetry",
16535 "telemetry_events",
16536 "theme",
16537 "tree-sitter-go",
16538 "tree-sitter-rust",
16539 "ui",
16540 "util",
16541 "uuid",
16542 "workspace",
16543 "worktree",
16544]
16545
16546[[package]]
16547name = "zip"
16548version = "0.6.6"
16549source = "registry+https://github.com/rust-lang/crates.io-index"
16550checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16551dependencies = [
16552 "aes",
16553 "byteorder",
16554 "bzip2",
16555 "constant_time_eq 0.1.5",
16556 "crc32fast",
16557 "crossbeam-utils",
16558 "flate2",
16559 "hmac",
16560 "pbkdf2 0.11.0",
16561 "sha1",
16562 "time",
16563 "zstd",
16564]
16565
16566[[package]]
16567name = "zstd"
16568version = "0.11.2+zstd.1.5.2"
16569source = "registry+https://github.com/rust-lang/crates.io-index"
16570checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16571dependencies = [
16572 "zstd-safe",
16573]
16574
16575[[package]]
16576name = "zstd-safe"
16577version = "5.0.2+zstd.1.5.2"
16578source = "registry+https://github.com/rust-lang/crates.io-index"
16579checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16580dependencies = [
16581 "libc",
16582 "zstd-sys",
16583]
16584
16585[[package]]
16586name = "zstd-sys"
16587version = "2.0.13+zstd.1.5.6"
16588source = "registry+https://github.com/rust-lang/crates.io-index"
16589checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16590dependencies = [
16591 "cc",
16592 "pkg-config",
16593]
16594
16595[[package]]
16596name = "zune-core"
16597version = "0.4.12"
16598source = "registry+https://github.com/rust-lang/crates.io-index"
16599checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16600
16601[[package]]
16602name = "zune-inflate"
16603version = "0.2.54"
16604source = "registry+https://github.com/rust-lang/crates.io-index"
16605checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16606dependencies = [
16607 "simd-adler32",
16608]
16609
16610[[package]]
16611name = "zune-jpeg"
16612version = "0.4.13"
16613source = "registry+https://github.com/rust-lang/crates.io-index"
16614checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16615dependencies = [
16616 "zune-core",
16617]
16618
16619[[package]]
16620name = "zvariant"
16621version = "4.2.0"
16622source = "registry+https://github.com/rust-lang/crates.io-index"
16623checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16624dependencies = [
16625 "endi",
16626 "enumflags2",
16627 "serde",
16628 "static_assertions",
16629 "zvariant_derive 4.2.0",
16630]
16631
16632[[package]]
16633name = "zvariant"
16634version = "5.1.0"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16637dependencies = [
16638 "endi",
16639 "enumflags2",
16640 "serde",
16641 "static_assertions",
16642 "url",
16643 "winnow",
16644 "zvariant_derive 5.1.0",
16645 "zvariant_utils 3.0.2",
16646]
16647
16648[[package]]
16649name = "zvariant_derive"
16650version = "4.2.0"
16651source = "registry+https://github.com/rust-lang/crates.io-index"
16652checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16653dependencies = [
16654 "proc-macro-crate",
16655 "proc-macro2",
16656 "quote",
16657 "syn 2.0.90",
16658 "zvariant_utils 2.1.0",
16659]
16660
16661[[package]]
16662name = "zvariant_derive"
16663version = "5.1.0"
16664source = "registry+https://github.com/rust-lang/crates.io-index"
16665checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16666dependencies = [
16667 "proc-macro-crate",
16668 "proc-macro2",
16669 "quote",
16670 "syn 2.0.90",
16671 "zvariant_utils 3.0.2",
16672]
16673
16674[[package]]
16675name = "zvariant_utils"
16676version = "2.1.0"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16679dependencies = [
16680 "proc-macro2",
16681 "quote",
16682 "syn 2.0.90",
16683]
16684
16685[[package]]
16686name = "zvariant_utils"
16687version = "3.0.2"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16690dependencies = [
16691 "proc-macro2",
16692 "quote",
16693 "serde",
16694 "static_assertions",
16695 "syn 2.0.90",
16696 "winnow",
16697]