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