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 "deepseek",
391 "editor",
392 "env_logger 0.11.6",
393 "feature_flags",
394 "fs",
395 "futures 0.3.31",
396 "fuzzy",
397 "globset",
398 "gpui",
399 "handlebars 4.5.0",
400 "heed",
401 "html_to_markdown",
402 "http_client",
403 "indexed_docs",
404 "indoc",
405 "language",
406 "language_model",
407 "language_model_selector",
408 "language_models",
409 "languages",
410 "lmstudio",
411 "log",
412 "lsp",
413 "markdown",
414 "menu",
415 "multi_buffer",
416 "ollama",
417 "open_ai",
418 "ordered-float 2.10.1",
419 "parking_lot",
420 "paths",
421 "picker",
422 "pretty_assertions",
423 "project",
424 "proto",
425 "rand 0.8.5",
426 "regex",
427 "release_channel",
428 "rope",
429 "rpc",
430 "schemars",
431 "search",
432 "semantic_index",
433 "serde",
434 "serde_json",
435 "serde_json_lenient",
436 "settings",
437 "similar",
438 "smallvec",
439 "smol",
440 "strum",
441 "telemetry",
442 "telemetry_events",
443 "terminal",
444 "terminal_view",
445 "text",
446 "theme",
447 "toml 0.8.19",
448 "tree-sitter-md",
449 "ui",
450 "unindent",
451 "util",
452 "uuid",
453 "workspace",
454 "zed_actions",
455]
456
457[[package]]
458name = "assistant2"
459version = "0.1.0"
460dependencies = [
461 "anthropic",
462 "anyhow",
463 "assets",
464 "assistant_tool",
465 "async-watch",
466 "chrono",
467 "client",
468 "clock",
469 "collections",
470 "command_palette_hooks",
471 "context_server",
472 "db",
473 "editor",
474 "feature_flags",
475 "file_icons",
476 "fs",
477 "futures 0.3.31",
478 "fuzzy",
479 "gpui",
480 "handlebars 4.5.0",
481 "html_to_markdown",
482 "http_client",
483 "indoc",
484 "itertools 0.14.0",
485 "language",
486 "language_model",
487 "language_model_selector",
488 "language_models",
489 "lmstudio",
490 "log",
491 "lsp",
492 "markdown",
493 "menu",
494 "multi_buffer",
495 "ollama",
496 "open_ai",
497 "ordered-float 2.10.1",
498 "parking_lot",
499 "paths",
500 "picker",
501 "project",
502 "proto",
503 "rand 0.8.5",
504 "rope",
505 "schemars",
506 "serde",
507 "serde_json",
508 "serde_json_lenient",
509 "settings",
510 "similar",
511 "smol",
512 "telemetry_events",
513 "terminal",
514 "terminal_view",
515 "text",
516 "theme",
517 "time",
518 "time_format",
519 "ui",
520 "unindent",
521 "util",
522 "uuid",
523 "workspace",
524 "zed_actions",
525]
526
527[[package]]
528name = "assistant_slash_command"
529version = "0.1.0"
530dependencies = [
531 "anyhow",
532 "async-trait",
533 "collections",
534 "derive_more",
535 "extension",
536 "futures 0.3.31",
537 "gpui",
538 "language",
539 "language_model",
540 "parking_lot",
541 "pretty_assertions",
542 "serde",
543 "serde_json",
544 "ui",
545 "workspace",
546]
547
548[[package]]
549name = "assistant_tool"
550version = "0.1.0"
551dependencies = [
552 "anyhow",
553 "collections",
554 "derive_more",
555 "gpui",
556 "parking_lot",
557 "serde",
558 "serde_json",
559 "workspace",
560]
561
562[[package]]
563name = "assistant_tools"
564version = "0.1.0"
565dependencies = [
566 "anyhow",
567 "assistant_tool",
568 "chrono",
569 "gpui",
570 "schemars",
571 "serde",
572 "serde_json",
573 "workspace",
574]
575
576[[package]]
577name = "async-attributes"
578version = "1.1.2"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
581dependencies = [
582 "quote",
583 "syn 1.0.109",
584]
585
586[[package]]
587name = "async-broadcast"
588version = "0.7.2"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
591dependencies = [
592 "event-listener 5.3.1",
593 "event-listener-strategy",
594 "futures-core",
595 "pin-project-lite",
596]
597
598[[package]]
599name = "async-channel"
600version = "1.9.0"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
603dependencies = [
604 "concurrent-queue",
605 "event-listener 2.5.3",
606 "futures-core",
607]
608
609[[package]]
610name = "async-channel"
611version = "2.3.1"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
614dependencies = [
615 "concurrent-queue",
616 "event-listener-strategy",
617 "futures-core",
618 "pin-project-lite",
619]
620
621[[package]]
622name = "async-compat"
623version = "0.2.4"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
626dependencies = [
627 "futures-core",
628 "futures-io",
629 "once_cell",
630 "pin-project-lite",
631 "tokio",
632]
633
634[[package]]
635name = "async-compression"
636version = "0.4.18"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
639dependencies = [
640 "deflate64",
641 "flate2",
642 "futures-core",
643 "futures-io",
644 "memchr",
645 "pin-project-lite",
646]
647
648[[package]]
649name = "async-dispatcher"
650version = "0.1.2"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
653dependencies = [
654 "async-task",
655 "futures-lite 1.13.0",
656]
657
658[[package]]
659name = "async-executor"
660version = "1.13.1"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
663dependencies = [
664 "async-task",
665 "concurrent-queue",
666 "fastrand 2.3.0",
667 "futures-lite 2.5.0",
668 "slab",
669]
670
671[[package]]
672name = "async-fs"
673version = "2.1.2"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
676dependencies = [
677 "async-lock",
678 "blocking",
679 "futures-lite 2.5.0",
680]
681
682[[package]]
683name = "async-global-executor"
684version = "2.4.1"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
687dependencies = [
688 "async-channel 2.3.1",
689 "async-executor",
690 "async-io",
691 "async-lock",
692 "blocking",
693 "futures-lite 2.5.0",
694 "once_cell",
695]
696
697[[package]]
698name = "async-io"
699version = "2.4.0"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
702dependencies = [
703 "async-lock",
704 "cfg-if",
705 "concurrent-queue",
706 "futures-io",
707 "futures-lite 2.5.0",
708 "parking",
709 "polling",
710 "rustix",
711 "slab",
712 "tracing",
713 "windows-sys 0.59.0",
714]
715
716[[package]]
717name = "async-lock"
718version = "3.4.0"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
721dependencies = [
722 "event-listener 5.3.1",
723 "event-listener-strategy",
724 "pin-project-lite",
725]
726
727[[package]]
728name = "async-native-tls"
729version = "0.5.0"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
732dependencies = [
733 "futures-util",
734 "native-tls",
735 "thiserror 1.0.69",
736 "url",
737]
738
739[[package]]
740name = "async-net"
741version = "2.0.0"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
744dependencies = [
745 "async-io",
746 "blocking",
747 "futures-lite 2.5.0",
748]
749
750[[package]]
751name = "async-pipe"
752version = "0.1.3"
753source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
754dependencies = [
755 "futures 0.3.31",
756 "log",
757]
758
759[[package]]
760name = "async-process"
761version = "2.3.0"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
764dependencies = [
765 "async-channel 2.3.1",
766 "async-io",
767 "async-lock",
768 "async-signal",
769 "async-task",
770 "blocking",
771 "cfg-if",
772 "event-listener 5.3.1",
773 "futures-lite 2.5.0",
774 "rustix",
775 "tracing",
776]
777
778[[package]]
779name = "async-recursion"
780version = "0.3.2"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
783dependencies = [
784 "proc-macro2",
785 "quote",
786 "syn 1.0.109",
787]
788
789[[package]]
790name = "async-recursion"
791version = "1.1.1"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
794dependencies = [
795 "proc-macro2",
796 "quote",
797 "syn 2.0.90",
798]
799
800[[package]]
801name = "async-signal"
802version = "0.2.10"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
805dependencies = [
806 "async-io",
807 "async-lock",
808 "atomic-waker",
809 "cfg-if",
810 "futures-core",
811 "futures-io",
812 "rustix",
813 "signal-hook-registry",
814 "slab",
815 "windows-sys 0.59.0",
816]
817
818[[package]]
819name = "async-std"
820version = "1.13.0"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
823dependencies = [
824 "async-attributes",
825 "async-channel 1.9.0",
826 "async-global-executor",
827 "async-io",
828 "async-lock",
829 "async-process",
830 "crossbeam-utils",
831 "futures-channel",
832 "futures-core",
833 "futures-io",
834 "futures-lite 2.5.0",
835 "gloo-timers",
836 "kv-log-macro",
837 "log",
838 "memchr",
839 "once_cell",
840 "pin-project-lite",
841 "pin-utils",
842 "slab",
843 "wasm-bindgen-futures",
844]
845
846[[package]]
847name = "async-stream"
848version = "0.3.6"
849source = "registry+https://github.com/rust-lang/crates.io-index"
850checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
851dependencies = [
852 "async-stream-impl",
853 "futures-core",
854 "pin-project-lite",
855]
856
857[[package]]
858name = "async-stream-impl"
859version = "0.3.6"
860source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
862dependencies = [
863 "proc-macro2",
864 "quote",
865 "syn 2.0.90",
866]
867
868[[package]]
869name = "async-stripe"
870version = "0.40.0"
871source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
872dependencies = [
873 "chrono",
874 "futures-util",
875 "http-types",
876 "hyper 0.14.32",
877 "hyper-rustls 0.24.2",
878 "serde",
879 "serde_json",
880 "serde_path_to_error",
881 "serde_qs 0.10.1",
882 "smart-default",
883 "smol_str",
884 "thiserror 1.0.69",
885 "tokio",
886]
887
888[[package]]
889name = "async-tar"
890version = "0.5.0"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
893dependencies = [
894 "async-std",
895 "filetime",
896 "libc",
897 "pin-project",
898 "redox_syscall 0.2.16",
899 "xattr",
900]
901
902[[package]]
903name = "async-task"
904version = "4.7.1"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
907
908[[package]]
909name = "async-tls"
910version = "0.13.0"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
913dependencies = [
914 "futures-core",
915 "futures-io",
916 "rustls 0.21.12",
917 "rustls-pemfile 1.0.4",
918 "webpki-roots 0.22.6",
919]
920
921[[package]]
922name = "async-trait"
923version = "0.1.85"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
926dependencies = [
927 "proc-macro2",
928 "quote",
929 "syn 2.0.90",
930]
931
932[[package]]
933name = "async-tungstenite"
934version = "0.25.1"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
937dependencies = [
938 "async-native-tls",
939 "async-std",
940 "async-tls",
941 "futures-io",
942 "futures-util",
943 "log",
944 "pin-project-lite",
945 "tungstenite 0.21.0",
946]
947
948[[package]]
949name = "async-tungstenite"
950version = "0.28.2"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
953dependencies = [
954 "async-std",
955 "async-tls",
956 "atomic-waker",
957 "futures-core",
958 "futures-io",
959 "futures-task",
960 "futures-util",
961 "log",
962 "pin-project-lite",
963 "tungstenite 0.24.0",
964]
965
966[[package]]
967name = "async-watch"
968version = "0.3.1"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
971dependencies = [
972 "event-listener 2.5.3",
973]
974
975[[package]]
976name = "async_zip"
977version = "0.0.17"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
980dependencies = [
981 "async-compression",
982 "crc32fast",
983 "futures-lite 2.5.0",
984 "pin-project",
985 "thiserror 1.0.69",
986]
987
988[[package]]
989name = "asynchronous-codec"
990version = "0.7.0"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
993dependencies = [
994 "bytes 1.9.0",
995 "futures-sink",
996 "futures-util",
997 "memchr",
998 "pin-project-lite",
999]
1000
1001[[package]]
1002name = "atoi"
1003version = "2.0.0"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1006dependencies = [
1007 "num-traits",
1008]
1009
1010[[package]]
1011name = "atomic"
1012version = "0.5.3"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1015
1016[[package]]
1017name = "atomic-waker"
1018version = "1.1.2"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1021
1022[[package]]
1023name = "audio"
1024version = "0.1.0"
1025dependencies = [
1026 "anyhow",
1027 "collections",
1028 "derive_more",
1029 "gpui",
1030 "parking_lot",
1031 "rodio",
1032 "util",
1033]
1034
1035[[package]]
1036name = "auto_update"
1037version = "0.1.0"
1038dependencies = [
1039 "anyhow",
1040 "client",
1041 "db",
1042 "gpui",
1043 "http_client",
1044 "log",
1045 "paths",
1046 "release_channel",
1047 "schemars",
1048 "serde",
1049 "serde_json",
1050 "settings",
1051 "smol",
1052 "tempfile",
1053 "which 6.0.3",
1054 "workspace",
1055]
1056
1057[[package]]
1058name = "auto_update_ui"
1059version = "0.1.0"
1060dependencies = [
1061 "anyhow",
1062 "auto_update",
1063 "client",
1064 "editor",
1065 "gpui",
1066 "http_client",
1067 "markdown_preview",
1068 "menu",
1069 "release_channel",
1070 "serde",
1071 "serde_json",
1072 "smol",
1073 "util",
1074 "workspace",
1075]
1076
1077[[package]]
1078name = "autocfg"
1079version = "1.4.0"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1082
1083[[package]]
1084name = "av1-grain"
1085version = "0.2.3"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1088dependencies = [
1089 "anyhow",
1090 "arrayvec",
1091 "log",
1092 "nom",
1093 "num-rational",
1094 "v_frame",
1095]
1096
1097[[package]]
1098name = "avif-serialize"
1099version = "0.8.2"
1100source = "registry+https://github.com/rust-lang/crates.io-index"
1101checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1102dependencies = [
1103 "arrayvec",
1104]
1105
1106[[package]]
1107name = "aws-config"
1108version = "1.5.13"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "c03a50b30228d3af8865ce83376b4e99e1ffa34728220fe2860e4df0bb5278d6"
1111dependencies = [
1112 "aws-credential-types",
1113 "aws-runtime",
1114 "aws-sdk-sso",
1115 "aws-sdk-ssooidc",
1116 "aws-sdk-sts",
1117 "aws-smithy-async",
1118 "aws-smithy-http",
1119 "aws-smithy-json",
1120 "aws-smithy-runtime",
1121 "aws-smithy-runtime-api",
1122 "aws-smithy-types",
1123 "aws-types",
1124 "bytes 1.9.0",
1125 "fastrand 2.3.0",
1126 "hex",
1127 "http 0.2.12",
1128 "ring",
1129 "time",
1130 "tokio",
1131 "tracing",
1132 "url",
1133 "zeroize",
1134]
1135
1136[[package]]
1137name = "aws-credential-types"
1138version = "1.2.1"
1139source = "registry+https://github.com/rust-lang/crates.io-index"
1140checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1141dependencies = [
1142 "aws-smithy-async",
1143 "aws-smithy-runtime-api",
1144 "aws-smithy-types",
1145 "zeroize",
1146]
1147
1148[[package]]
1149name = "aws-runtime"
1150version = "1.5.3"
1151source = "registry+https://github.com/rust-lang/crates.io-index"
1152checksum = "b16d1aa50accc11a4b4d5c50f7fb81cc0cf60328259c587d0e6b0f11385bde46"
1153dependencies = [
1154 "aws-credential-types",
1155 "aws-sigv4",
1156 "aws-smithy-async",
1157 "aws-smithy-eventstream",
1158 "aws-smithy-http",
1159 "aws-smithy-runtime",
1160 "aws-smithy-runtime-api",
1161 "aws-smithy-types",
1162 "aws-types",
1163 "bytes 1.9.0",
1164 "fastrand 2.3.0",
1165 "http 0.2.12",
1166 "http-body 0.4.6",
1167 "once_cell",
1168 "percent-encoding",
1169 "pin-project-lite",
1170 "tracing",
1171 "uuid",
1172]
1173
1174[[package]]
1175name = "aws-sdk-kinesis"
1176version = "1.55.0"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "f825a8304333d400ddc0b183e1d85b2e9f197e22aa3c1f03b98ae49451ec33e4"
1179dependencies = [
1180 "aws-credential-types",
1181 "aws-runtime",
1182 "aws-smithy-async",
1183 "aws-smithy-http",
1184 "aws-smithy-json",
1185 "aws-smithy-runtime",
1186 "aws-smithy-runtime-api",
1187 "aws-smithy-types",
1188 "aws-types",
1189 "bytes 1.9.0",
1190 "http 0.2.12",
1191 "once_cell",
1192 "regex-lite",
1193 "tracing",
1194]
1195
1196[[package]]
1197name = "aws-sdk-s3"
1198version = "1.68.0"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "bc5ddf1dc70287dc9a2f953766a1fe15e3e74aef02fd1335f2afa475c9b4f4fc"
1201dependencies = [
1202 "aws-credential-types",
1203 "aws-runtime",
1204 "aws-sigv4",
1205 "aws-smithy-async",
1206 "aws-smithy-checksums",
1207 "aws-smithy-eventstream",
1208 "aws-smithy-http",
1209 "aws-smithy-json",
1210 "aws-smithy-runtime",
1211 "aws-smithy-runtime-api",
1212 "aws-smithy-types",
1213 "aws-smithy-xml",
1214 "aws-types",
1215 "bytes 1.9.0",
1216 "fastrand 2.3.0",
1217 "hex",
1218 "hmac",
1219 "http 0.2.12",
1220 "http-body 0.4.6",
1221 "lru",
1222 "once_cell",
1223 "percent-encoding",
1224 "regex-lite",
1225 "sha2",
1226 "tracing",
1227 "url",
1228]
1229
1230[[package]]
1231name = "aws-sdk-sso"
1232version = "1.53.0"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "1605dc0bf9f0a4b05b451441a17fcb0bda229db384f23bf5cead3adbab0664ac"
1235dependencies = [
1236 "aws-credential-types",
1237 "aws-runtime",
1238 "aws-smithy-async",
1239 "aws-smithy-http",
1240 "aws-smithy-json",
1241 "aws-smithy-runtime",
1242 "aws-smithy-runtime-api",
1243 "aws-smithy-types",
1244 "aws-types",
1245 "bytes 1.9.0",
1246 "http 0.2.12",
1247 "once_cell",
1248 "regex-lite",
1249 "tracing",
1250]
1251
1252[[package]]
1253name = "aws-sdk-ssooidc"
1254version = "1.54.0"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "59f3f73466ff24f6ad109095e0f3f2c830bfb4cd6c8b12f744c8e61ebf4d3ba1"
1257dependencies = [
1258 "aws-credential-types",
1259 "aws-runtime",
1260 "aws-smithy-async",
1261 "aws-smithy-http",
1262 "aws-smithy-json",
1263 "aws-smithy-runtime",
1264 "aws-smithy-runtime-api",
1265 "aws-smithy-types",
1266 "aws-types",
1267 "bytes 1.9.0",
1268 "http 0.2.12",
1269 "once_cell",
1270 "regex-lite",
1271 "tracing",
1272]
1273
1274[[package]]
1275name = "aws-sdk-sts"
1276version = "1.54.0"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "249b2acaa8e02fd4718705a9494e3eb633637139aa4bb09d70965b0448e865db"
1279dependencies = [
1280 "aws-credential-types",
1281 "aws-runtime",
1282 "aws-smithy-async",
1283 "aws-smithy-http",
1284 "aws-smithy-json",
1285 "aws-smithy-query",
1286 "aws-smithy-runtime",
1287 "aws-smithy-runtime-api",
1288 "aws-smithy-types",
1289 "aws-smithy-xml",
1290 "aws-types",
1291 "http 0.2.12",
1292 "once_cell",
1293 "regex-lite",
1294 "tracing",
1295]
1296
1297[[package]]
1298name = "aws-sigv4"
1299version = "1.2.6"
1300source = "registry+https://github.com/rust-lang/crates.io-index"
1301checksum = "7d3820e0c08d0737872ff3c7c1f21ebbb6693d832312d6152bf18ef50a5471c2"
1302dependencies = [
1303 "aws-credential-types",
1304 "aws-smithy-eventstream",
1305 "aws-smithy-http",
1306 "aws-smithy-runtime-api",
1307 "aws-smithy-types",
1308 "bytes 1.9.0",
1309 "crypto-bigint 0.5.5",
1310 "form_urlencoded",
1311 "hex",
1312 "hmac",
1313 "http 0.2.12",
1314 "http 1.2.0",
1315 "once_cell",
1316 "p256",
1317 "percent-encoding",
1318 "ring",
1319 "sha2",
1320 "subtle",
1321 "time",
1322 "tracing",
1323 "zeroize",
1324]
1325
1326[[package]]
1327name = "aws-smithy-async"
1328version = "1.2.3"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "427cb637d15d63d6f9aae26358e1c9a9c09d5aa490d64b09354c8217cfef0f28"
1331dependencies = [
1332 "futures-util",
1333 "pin-project-lite",
1334 "tokio",
1335]
1336
1337[[package]]
1338name = "aws-smithy-checksums"
1339version = "0.60.13"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
1342dependencies = [
1343 "aws-smithy-http",
1344 "aws-smithy-types",
1345 "bytes 1.9.0",
1346 "crc32c",
1347 "crc32fast",
1348 "hex",
1349 "http 0.2.12",
1350 "http-body 0.4.6",
1351 "md-5",
1352 "pin-project-lite",
1353 "sha1",
1354 "sha2",
1355 "tracing",
1356]
1357
1358[[package]]
1359name = "aws-smithy-eventstream"
1360version = "0.60.5"
1361source = "registry+https://github.com/rust-lang/crates.io-index"
1362checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
1363dependencies = [
1364 "aws-smithy-types",
1365 "bytes 1.9.0",
1366 "crc32fast",
1367]
1368
1369[[package]]
1370name = "aws-smithy-http"
1371version = "0.60.11"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
1374dependencies = [
1375 "aws-smithy-eventstream",
1376 "aws-smithy-runtime-api",
1377 "aws-smithy-types",
1378 "bytes 1.9.0",
1379 "bytes-utils",
1380 "futures-core",
1381 "http 0.2.12",
1382 "http-body 0.4.6",
1383 "once_cell",
1384 "percent-encoding",
1385 "pin-project-lite",
1386 "pin-utils",
1387 "tracing",
1388]
1389
1390[[package]]
1391name = "aws-smithy-json"
1392version = "0.61.1"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "ee4e69cc50921eb913c6b662f8d909131bb3e6ad6cb6090d3a39b66fc5c52095"
1395dependencies = [
1396 "aws-smithy-types",
1397]
1398
1399[[package]]
1400name = "aws-smithy-query"
1401version = "0.60.7"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1404dependencies = [
1405 "aws-smithy-types",
1406 "urlencoding",
1407]
1408
1409[[package]]
1410name = "aws-smithy-runtime"
1411version = "1.7.6"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
1413checksum = "a05dd41a70fc74051758ee75b5c4db2c0ca070ed9229c3df50e9475cda1cb985"
1414dependencies = [
1415 "aws-smithy-async",
1416 "aws-smithy-http",
1417 "aws-smithy-runtime-api",
1418 "aws-smithy-types",
1419 "bytes 1.9.0",
1420 "fastrand 2.3.0",
1421 "h2 0.3.26",
1422 "http 0.2.12",
1423 "http-body 0.4.6",
1424 "http-body 1.0.1",
1425 "httparse",
1426 "hyper 0.14.32",
1427 "hyper-rustls 0.24.2",
1428 "once_cell",
1429 "pin-project-lite",
1430 "pin-utils",
1431 "rustls 0.21.12",
1432 "tokio",
1433 "tracing",
1434]
1435
1436[[package]]
1437name = "aws-smithy-runtime-api"
1438version = "1.7.3"
1439source = "registry+https://github.com/rust-lang/crates.io-index"
1440checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1441dependencies = [
1442 "aws-smithy-async",
1443 "aws-smithy-types",
1444 "bytes 1.9.0",
1445 "http 0.2.12",
1446 "http 1.2.0",
1447 "pin-project-lite",
1448 "tokio",
1449 "tracing",
1450 "zeroize",
1451]
1452
1453[[package]]
1454name = "aws-smithy-types"
1455version = "1.2.11"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "38ddc9bd6c28aeb303477170ddd183760a956a03e083b3902a990238a7e3792d"
1458dependencies = [
1459 "base64-simd",
1460 "bytes 1.9.0",
1461 "bytes-utils",
1462 "futures-core",
1463 "http 0.2.12",
1464 "http 1.2.0",
1465 "http-body 0.4.6",
1466 "http-body 1.0.1",
1467 "http-body-util",
1468 "itoa",
1469 "num-integer",
1470 "pin-project-lite",
1471 "pin-utils",
1472 "ryu",
1473 "serde",
1474 "time",
1475 "tokio",
1476 "tokio-util",
1477]
1478
1479[[package]]
1480name = "aws-smithy-xml"
1481version = "0.60.9"
1482source = "registry+https://github.com/rust-lang/crates.io-index"
1483checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1484dependencies = [
1485 "xmlparser",
1486]
1487
1488[[package]]
1489name = "aws-types"
1490version = "1.3.3"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1493dependencies = [
1494 "aws-credential-types",
1495 "aws-smithy-async",
1496 "aws-smithy-runtime-api",
1497 "aws-smithy-types",
1498 "rustc_version",
1499 "tracing",
1500]
1501
1502[[package]]
1503name = "axum"
1504version = "0.6.20"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1507dependencies = [
1508 "async-trait",
1509 "axum-core",
1510 "base64 0.21.7",
1511 "bitflags 1.3.2",
1512 "bytes 1.9.0",
1513 "futures-util",
1514 "headers",
1515 "http 0.2.12",
1516 "http-body 0.4.6",
1517 "hyper 0.14.32",
1518 "itoa",
1519 "matchit",
1520 "memchr",
1521 "mime",
1522 "percent-encoding",
1523 "pin-project-lite",
1524 "rustversion",
1525 "serde",
1526 "serde_json",
1527 "serde_path_to_error",
1528 "serde_urlencoded",
1529 "sha1",
1530 "sync_wrapper 0.1.2",
1531 "tokio",
1532 "tokio-tungstenite 0.20.1",
1533 "tower",
1534 "tower-layer",
1535 "tower-service",
1536]
1537
1538[[package]]
1539name = "axum-core"
1540version = "0.3.4"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1543dependencies = [
1544 "async-trait",
1545 "bytes 1.9.0",
1546 "futures-util",
1547 "http 0.2.12",
1548 "http-body 0.4.6",
1549 "mime",
1550 "rustversion",
1551 "tower-layer",
1552 "tower-service",
1553]
1554
1555[[package]]
1556name = "axum-extra"
1557version = "0.4.2"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1560dependencies = [
1561 "axum",
1562 "bytes 1.9.0",
1563 "futures-util",
1564 "http 0.2.12",
1565 "mime",
1566 "pin-project-lite",
1567 "serde",
1568 "serde_json",
1569 "tokio",
1570 "tower",
1571 "tower-http 0.3.5",
1572 "tower-layer",
1573 "tower-service",
1574]
1575
1576[[package]]
1577name = "backtrace"
1578version = "0.3.74"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1581dependencies = [
1582 "addr2line",
1583 "cfg-if",
1584 "libc",
1585 "miniz_oxide",
1586 "object",
1587 "rustc-demangle",
1588 "windows-targets 0.52.6",
1589]
1590
1591[[package]]
1592name = "base16ct"
1593version = "0.1.1"
1594source = "registry+https://github.com/rust-lang/crates.io-index"
1595checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1596
1597[[package]]
1598name = "base64"
1599version = "0.13.1"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1602
1603[[package]]
1604name = "base64"
1605version = "0.21.7"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1608
1609[[package]]
1610name = "base64"
1611version = "0.22.1"
1612source = "registry+https://github.com/rust-lang/crates.io-index"
1613checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1614
1615[[package]]
1616name = "base64-simd"
1617version = "0.8.0"
1618source = "registry+https://github.com/rust-lang/crates.io-index"
1619checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1620dependencies = [
1621 "outref",
1622 "vsimd",
1623]
1624
1625[[package]]
1626name = "base64ct"
1627version = "1.6.0"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1630
1631[[package]]
1632name = "bigdecimal"
1633version = "0.4.7"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1636dependencies = [
1637 "autocfg",
1638 "libm",
1639 "num-bigint",
1640 "num-integer",
1641 "num-traits",
1642 "serde",
1643]
1644
1645[[package]]
1646name = "bincode"
1647version = "1.3.3"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1650dependencies = [
1651 "serde",
1652]
1653
1654[[package]]
1655name = "bindgen"
1656version = "0.70.1"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1659dependencies = [
1660 "bitflags 2.6.0",
1661 "cexpr",
1662 "clang-sys",
1663 "itertools 0.12.1",
1664 "log",
1665 "prettyplease",
1666 "proc-macro2",
1667 "quote",
1668 "regex",
1669 "rustc-hash 1.1.0",
1670 "shlex",
1671 "syn 2.0.90",
1672]
1673
1674[[package]]
1675name = "bit-set"
1676version = "0.5.3"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1679dependencies = [
1680 "bit-vec 0.6.3",
1681]
1682
1683[[package]]
1684name = "bit-set"
1685version = "0.8.0"
1686source = "registry+https://github.com/rust-lang/crates.io-index"
1687checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1688dependencies = [
1689 "bit-vec 0.8.0",
1690]
1691
1692[[package]]
1693name = "bit-vec"
1694version = "0.6.3"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1697
1698[[package]]
1699name = "bit-vec"
1700version = "0.8.0"
1701source = "registry+https://github.com/rust-lang/crates.io-index"
1702checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1703
1704[[package]]
1705name = "bit_field"
1706version = "0.10.2"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1709
1710[[package]]
1711name = "bitflags"
1712version = "1.3.2"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1715
1716[[package]]
1717name = "bitflags"
1718version = "2.6.0"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1721dependencies = [
1722 "serde",
1723]
1724
1725[[package]]
1726name = "bitstream-io"
1727version = "2.6.0"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1730
1731[[package]]
1732name = "bitvec"
1733version = "1.0.1"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1736dependencies = [
1737 "funty",
1738 "radium",
1739 "tap",
1740 "wyz",
1741]
1742
1743[[package]]
1744name = "blade-graphics"
1745version = "0.6.0"
1746source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1747dependencies = [
1748 "ash",
1749 "ash-window",
1750 "bitflags 2.6.0",
1751 "bytemuck",
1752 "codespan-reporting",
1753 "glow",
1754 "gpu-alloc",
1755 "gpu-alloc-ash",
1756 "hidden-trait",
1757 "js-sys",
1758 "khronos-egl",
1759 "libloading",
1760 "log",
1761 "mint",
1762 "naga",
1763 "objc2",
1764 "objc2-app-kit",
1765 "objc2-foundation",
1766 "objc2-metal",
1767 "objc2-quartz-core",
1768 "objc2-ui-kit",
1769 "raw-window-handle",
1770 "slab",
1771 "wasm-bindgen",
1772 "web-sys",
1773]
1774
1775[[package]]
1776name = "blade-macros"
1777version = "0.3.0"
1778source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1779dependencies = [
1780 "proc-macro2",
1781 "quote",
1782 "syn 2.0.90",
1783]
1784
1785[[package]]
1786name = "blade-util"
1787version = "0.2.0"
1788source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1789dependencies = [
1790 "blade-graphics",
1791 "bytemuck",
1792 "log",
1793 "profiling",
1794]
1795
1796[[package]]
1797name = "blake3"
1798version = "1.5.5"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
1801dependencies = [
1802 "arrayref",
1803 "arrayvec",
1804 "cc",
1805 "cfg-if",
1806 "constant_time_eq 0.3.1",
1807]
1808
1809[[package]]
1810name = "block"
1811version = "0.1.6"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1814
1815[[package]]
1816name = "block-buffer"
1817version = "0.10.4"
1818source = "registry+https://github.com/rust-lang/crates.io-index"
1819checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1820dependencies = [
1821 "generic-array",
1822]
1823
1824[[package]]
1825name = "block-padding"
1826version = "0.3.3"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1829dependencies = [
1830 "generic-array",
1831]
1832
1833[[package]]
1834name = "block2"
1835version = "0.5.1"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
1838dependencies = [
1839 "objc2",
1840]
1841
1842[[package]]
1843name = "blocking"
1844version = "1.6.1"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1847dependencies = [
1848 "async-channel 2.3.1",
1849 "async-task",
1850 "futures-io",
1851 "futures-lite 2.5.0",
1852 "piper",
1853]
1854
1855[[package]]
1856name = "borsh"
1857version = "1.5.3"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
1860dependencies = [
1861 "borsh-derive",
1862 "cfg_aliases 0.2.1",
1863]
1864
1865[[package]]
1866name = "borsh-derive"
1867version = "1.5.3"
1868source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
1870dependencies = [
1871 "once_cell",
1872 "proc-macro-crate",
1873 "proc-macro2",
1874 "quote",
1875 "syn 2.0.90",
1876]
1877
1878[[package]]
1879name = "breadcrumbs"
1880version = "0.1.0"
1881dependencies = [
1882 "editor",
1883 "gpui",
1884 "itertools 0.14.0",
1885 "theme",
1886 "ui",
1887 "workspace",
1888 "zed_actions",
1889]
1890
1891[[package]]
1892name = "bstr"
1893version = "1.11.1"
1894source = "registry+https://github.com/rust-lang/crates.io-index"
1895checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
1896dependencies = [
1897 "memchr",
1898 "regex-automata 0.4.9",
1899 "serde",
1900]
1901
1902[[package]]
1903name = "built"
1904version = "0.7.5"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
1907
1908[[package]]
1909name = "bumpalo"
1910version = "3.16.0"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1913
1914[[package]]
1915name = "by_address"
1916version = "1.2.1"
1917source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1919
1920[[package]]
1921name = "bytecheck"
1922version = "0.6.12"
1923source = "registry+https://github.com/rust-lang/crates.io-index"
1924checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1925dependencies = [
1926 "bytecheck_derive",
1927 "ptr_meta",
1928 "simdutf8",
1929]
1930
1931[[package]]
1932name = "bytecheck_derive"
1933version = "0.6.12"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1936dependencies = [
1937 "proc-macro2",
1938 "quote",
1939 "syn 1.0.109",
1940]
1941
1942[[package]]
1943name = "bytemuck"
1944version = "1.21.0"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
1947dependencies = [
1948 "bytemuck_derive",
1949]
1950
1951[[package]]
1952name = "bytemuck_derive"
1953version = "1.8.0"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
1956dependencies = [
1957 "proc-macro2",
1958 "quote",
1959 "syn 2.0.90",
1960]
1961
1962[[package]]
1963name = "byteorder"
1964version = "1.5.0"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1967
1968[[package]]
1969name = "byteorder-lite"
1970version = "0.1.0"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1973
1974[[package]]
1975name = "bytes"
1976version = "0.4.12"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1979dependencies = [
1980 "byteorder",
1981 "iovec",
1982]
1983
1984[[package]]
1985name = "bytes"
1986version = "1.9.0"
1987source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
1989
1990[[package]]
1991name = "bytes-utils"
1992version = "0.1.4"
1993source = "registry+https://github.com/rust-lang/crates.io-index"
1994checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1995dependencies = [
1996 "bytes 1.9.0",
1997 "either",
1998]
1999
2000[[package]]
2001name = "bzip2"
2002version = "0.4.4"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2005dependencies = [
2006 "bzip2-sys",
2007 "libc",
2008]
2009
2010[[package]]
2011name = "bzip2-sys"
2012version = "0.1.11+1.0.8"
2013source = "registry+https://github.com/rust-lang/crates.io-index"
2014checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2015dependencies = [
2016 "cc",
2017 "libc",
2018 "pkg-config",
2019]
2020
2021[[package]]
2022name = "call"
2023version = "0.1.0"
2024dependencies = [
2025 "anyhow",
2026 "audio",
2027 "client",
2028 "collections",
2029 "feature_flags",
2030 "fs",
2031 "futures 0.3.31",
2032 "gpui",
2033 "http_client",
2034 "language",
2035 "livekit_client",
2036 "livekit_client_macos",
2037 "log",
2038 "postage",
2039 "project",
2040 "schemars",
2041 "serde",
2042 "serde_derive",
2043 "settings",
2044 "telemetry",
2045 "util",
2046]
2047
2048[[package]]
2049name = "calloop"
2050version = "0.13.0"
2051source = "registry+https://github.com/rust-lang/crates.io-index"
2052checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2053dependencies = [
2054 "bitflags 2.6.0",
2055 "log",
2056 "polling",
2057 "rustix",
2058 "slab",
2059 "thiserror 1.0.69",
2060]
2061
2062[[package]]
2063name = "calloop-wayland-source"
2064version = "0.3.0"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2067dependencies = [
2068 "calloop",
2069 "rustix",
2070 "wayland-backend",
2071 "wayland-client",
2072]
2073
2074[[package]]
2075name = "camino"
2076version = "1.1.9"
2077source = "registry+https://github.com/rust-lang/crates.io-index"
2078checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2079dependencies = [
2080 "serde",
2081]
2082
2083[[package]]
2084name = "cap-fs-ext"
2085version = "3.4.2"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2088dependencies = [
2089 "cap-primitives",
2090 "cap-std",
2091 "io-lifetimes",
2092 "windows-sys 0.59.0",
2093]
2094
2095[[package]]
2096name = "cap-net-ext"
2097version = "3.4.2"
2098source = "registry+https://github.com/rust-lang/crates.io-index"
2099checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2100dependencies = [
2101 "cap-primitives",
2102 "cap-std",
2103 "rustix",
2104 "smallvec",
2105]
2106
2107[[package]]
2108name = "cap-primitives"
2109version = "3.4.2"
2110source = "registry+https://github.com/rust-lang/crates.io-index"
2111checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2112dependencies = [
2113 "ambient-authority",
2114 "fs-set-times",
2115 "io-extras",
2116 "io-lifetimes",
2117 "ipnet",
2118 "maybe-owned",
2119 "rustix",
2120 "windows-sys 0.59.0",
2121 "winx",
2122]
2123
2124[[package]]
2125name = "cap-rand"
2126version = "3.4.2"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2129dependencies = [
2130 "ambient-authority",
2131 "rand 0.8.5",
2132]
2133
2134[[package]]
2135name = "cap-std"
2136version = "3.4.2"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2139dependencies = [
2140 "cap-primitives",
2141 "io-extras",
2142 "io-lifetimes",
2143 "rustix",
2144]
2145
2146[[package]]
2147name = "cap-time-ext"
2148version = "3.4.2"
2149source = "registry+https://github.com/rust-lang/crates.io-index"
2150checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2151dependencies = [
2152 "ambient-authority",
2153 "cap-primitives",
2154 "iana-time-zone",
2155 "once_cell",
2156 "rustix",
2157 "winx",
2158]
2159
2160[[package]]
2161name = "cargo-platform"
2162version = "0.1.9"
2163source = "registry+https://github.com/rust-lang/crates.io-index"
2164checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2165dependencies = [
2166 "serde",
2167]
2168
2169[[package]]
2170name = "cargo_metadata"
2171version = "0.19.1"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
2174dependencies = [
2175 "camino",
2176 "cargo-platform",
2177 "semver",
2178 "serde",
2179 "serde_json",
2180 "thiserror 2.0.6",
2181]
2182
2183[[package]]
2184name = "cargo_toml"
2185version = "0.21.0"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2188dependencies = [
2189 "serde",
2190 "toml 0.8.19",
2191]
2192
2193[[package]]
2194name = "cast"
2195version = "0.3.0"
2196source = "registry+https://github.com/rust-lang/crates.io-index"
2197checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2198
2199[[package]]
2200name = "cbc"
2201version = "0.1.2"
2202source = "registry+https://github.com/rust-lang/crates.io-index"
2203checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2204dependencies = [
2205 "cipher",
2206]
2207
2208[[package]]
2209name = "cbindgen"
2210version = "0.27.0"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2213dependencies = [
2214 "heck 0.4.1",
2215 "indexmap",
2216 "log",
2217 "proc-macro2",
2218 "quote",
2219 "serde",
2220 "serde_json",
2221 "syn 2.0.90",
2222 "tempfile",
2223 "toml 0.8.19",
2224]
2225
2226[[package]]
2227name = "cc"
2228version = "1.2.3"
2229source = "registry+https://github.com/rust-lang/crates.io-index"
2230checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2231dependencies = [
2232 "jobserver",
2233 "libc",
2234 "shlex",
2235]
2236
2237[[package]]
2238name = "cesu8"
2239version = "1.1.0"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2242
2243[[package]]
2244name = "cexpr"
2245version = "0.6.0"
2246source = "registry+https://github.com/rust-lang/crates.io-index"
2247checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2248dependencies = [
2249 "nom",
2250]
2251
2252[[package]]
2253name = "cfg-expr"
2254version = "0.15.8"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2257dependencies = [
2258 "smallvec",
2259 "target-lexicon",
2260]
2261
2262[[package]]
2263name = "cfg-if"
2264version = "1.0.0"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2267
2268[[package]]
2269name = "cfg_aliases"
2270version = "0.1.1"
2271source = "registry+https://github.com/rust-lang/crates.io-index"
2272checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2273
2274[[package]]
2275name = "cfg_aliases"
2276version = "0.2.1"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2279
2280[[package]]
2281name = "channel"
2282version = "0.1.0"
2283dependencies = [
2284 "anyhow",
2285 "client",
2286 "clock",
2287 "collections",
2288 "futures 0.3.31",
2289 "gpui",
2290 "http_client",
2291 "language",
2292 "log",
2293 "rand 0.8.5",
2294 "release_channel",
2295 "rpc",
2296 "settings",
2297 "sum_tree",
2298 "text",
2299 "time",
2300 "util",
2301]
2302
2303[[package]]
2304name = "chrono"
2305version = "0.4.39"
2306source = "registry+https://github.com/rust-lang/crates.io-index"
2307checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2308dependencies = [
2309 "android-tzdata",
2310 "iana-time-zone",
2311 "js-sys",
2312 "num-traits",
2313 "serde",
2314 "wasm-bindgen",
2315 "windows-targets 0.52.6",
2316]
2317
2318[[package]]
2319name = "chunked_transfer"
2320version = "1.5.0"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2323
2324[[package]]
2325name = "ciborium"
2326version = "0.2.2"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2329dependencies = [
2330 "ciborium-io",
2331 "ciborium-ll",
2332 "serde",
2333]
2334
2335[[package]]
2336name = "ciborium-io"
2337version = "0.2.2"
2338source = "registry+https://github.com/rust-lang/crates.io-index"
2339checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2340
2341[[package]]
2342name = "ciborium-ll"
2343version = "0.2.2"
2344source = "registry+https://github.com/rust-lang/crates.io-index"
2345checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2346dependencies = [
2347 "ciborium-io",
2348 "half",
2349]
2350
2351[[package]]
2352name = "cipher"
2353version = "0.4.4"
2354source = "registry+https://github.com/rust-lang/crates.io-index"
2355checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2356dependencies = [
2357 "crypto-common",
2358 "inout",
2359 "zeroize",
2360]
2361
2362[[package]]
2363name = "clang-sys"
2364version = "1.8.1"
2365source = "registry+https://github.com/rust-lang/crates.io-index"
2366checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2367dependencies = [
2368 "glob",
2369 "libc",
2370 "libloading",
2371]
2372
2373[[package]]
2374name = "clap"
2375version = "4.5.23"
2376source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
2378dependencies = [
2379 "clap_builder",
2380 "clap_derive",
2381]
2382
2383[[package]]
2384name = "clap_builder"
2385version = "4.5.23"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
2388dependencies = [
2389 "anstream",
2390 "anstyle",
2391 "clap_lex",
2392 "strsim",
2393 "terminal_size",
2394]
2395
2396[[package]]
2397name = "clap_complete"
2398version = "4.5.38"
2399source = "registry+https://github.com/rust-lang/crates.io-index"
2400checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2401dependencies = [
2402 "clap",
2403]
2404
2405[[package]]
2406name = "clap_derive"
2407version = "4.5.18"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2410dependencies = [
2411 "heck 0.5.0",
2412 "proc-macro2",
2413 "quote",
2414 "syn 2.0.90",
2415]
2416
2417[[package]]
2418name = "clap_lex"
2419version = "0.7.4"
2420source = "registry+https://github.com/rust-lang/crates.io-index"
2421checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2422
2423[[package]]
2424name = "cli"
2425version = "0.1.0"
2426dependencies = [
2427 "anyhow",
2428 "clap",
2429 "collections",
2430 "core-foundation 0.9.4",
2431 "core-services",
2432 "exec",
2433 "fork",
2434 "ipc-channel",
2435 "parking_lot",
2436 "paths",
2437 "plist",
2438 "release_channel",
2439 "serde",
2440 "tempfile",
2441 "util",
2442]
2443
2444[[package]]
2445name = "client"
2446version = "0.1.0"
2447dependencies = [
2448 "anyhow",
2449 "async-native-tls",
2450 "async-recursion 0.3.2",
2451 "async-tungstenite 0.28.2",
2452 "chrono",
2453 "clock",
2454 "cocoa 0.26.0",
2455 "collections",
2456 "feature_flags",
2457 "futures 0.3.31",
2458 "gpui",
2459 "http_client",
2460 "log",
2461 "parking_lot",
2462 "paths",
2463 "postage",
2464 "rand 0.8.5",
2465 "release_channel",
2466 "rpc",
2467 "rustls 0.21.12",
2468 "rustls-native-certs 0.8.1",
2469 "schemars",
2470 "serde",
2471 "serde_json",
2472 "settings",
2473 "sha2",
2474 "smol",
2475 "telemetry",
2476 "telemetry_events",
2477 "text",
2478 "thiserror 1.0.69",
2479 "time",
2480 "tiny_http",
2481 "tokio-socks",
2482 "url",
2483 "util",
2484 "windows 0.58.0",
2485 "worktree",
2486]
2487
2488[[package]]
2489name = "clock"
2490version = "0.1.0"
2491dependencies = [
2492 "parking_lot",
2493 "serde",
2494 "smallvec",
2495]
2496
2497[[package]]
2498name = "cobs"
2499version = "0.2.3"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2502
2503[[package]]
2504name = "cocoa"
2505version = "0.25.0"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2508dependencies = [
2509 "bitflags 1.3.2",
2510 "block",
2511 "cocoa-foundation 0.1.2",
2512 "core-foundation 0.9.4",
2513 "core-graphics 0.23.2",
2514 "foreign-types 0.5.0",
2515 "libc",
2516 "objc",
2517]
2518
2519[[package]]
2520name = "cocoa"
2521version = "0.26.0"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2524dependencies = [
2525 "bitflags 2.6.0",
2526 "block",
2527 "cocoa-foundation 0.2.0",
2528 "core-foundation 0.10.0",
2529 "core-graphics 0.24.0",
2530 "foreign-types 0.5.0",
2531 "libc",
2532 "objc",
2533]
2534
2535[[package]]
2536name = "cocoa-foundation"
2537version = "0.1.2"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2540dependencies = [
2541 "bitflags 1.3.2",
2542 "block",
2543 "core-foundation 0.9.4",
2544 "core-graphics-types 0.1.3",
2545 "libc",
2546 "objc",
2547]
2548
2549[[package]]
2550name = "cocoa-foundation"
2551version = "0.2.0"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2554dependencies = [
2555 "bitflags 2.6.0",
2556 "block",
2557 "core-foundation 0.10.0",
2558 "core-graphics-types 0.2.0",
2559 "libc",
2560 "objc",
2561]
2562
2563[[package]]
2564name = "codespan-reporting"
2565version = "0.11.1"
2566source = "registry+https://github.com/rust-lang/crates.io-index"
2567checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2568dependencies = [
2569 "termcolor",
2570 "unicode-width",
2571]
2572
2573[[package]]
2574name = "collab"
2575version = "0.44.0"
2576dependencies = [
2577 "anthropic",
2578 "anyhow",
2579 "assistant",
2580 "assistant_tool",
2581 "async-stripe",
2582 "async-trait",
2583 "async-tungstenite 0.28.2",
2584 "audio",
2585 "aws-config",
2586 "aws-sdk-kinesis",
2587 "aws-sdk-s3",
2588 "axum",
2589 "axum-extra",
2590 "base64 0.22.1",
2591 "call",
2592 "channel",
2593 "chrono",
2594 "client",
2595 "clock",
2596 "collab_ui",
2597 "collections",
2598 "context_server",
2599 "ctor",
2600 "dashmap 6.1.0",
2601 "derive_more",
2602 "editor",
2603 "env_logger 0.11.6",
2604 "envy",
2605 "extension",
2606 "file_finder",
2607 "fireworks",
2608 "fs",
2609 "futures 0.3.31",
2610 "git",
2611 "git_hosting_providers",
2612 "google_ai",
2613 "gpui",
2614 "hex",
2615 "http_client",
2616 "hyper 0.14.32",
2617 "indoc",
2618 "jsonwebtoken",
2619 "language",
2620 "language_model",
2621 "livekit_client",
2622 "livekit_client_macos",
2623 "livekit_server",
2624 "log",
2625 "lsp",
2626 "menu",
2627 "multi_buffer",
2628 "nanoid",
2629 "node_runtime",
2630 "notifications",
2631 "open_ai",
2632 "parking_lot",
2633 "pretty_assertions",
2634 "project",
2635 "prometheus",
2636 "prost 0.9.0",
2637 "rand 0.8.5",
2638 "recent_projects",
2639 "release_channel",
2640 "remote",
2641 "remote_server",
2642 "reqwest 0.11.27",
2643 "reqwest_client",
2644 "rpc",
2645 "rustc-demangle",
2646 "scrypt",
2647 "sea-orm",
2648 "semantic_version",
2649 "semver",
2650 "serde",
2651 "serde_derive",
2652 "serde_json",
2653 "session",
2654 "settings",
2655 "sha2",
2656 "sqlx",
2657 "strum",
2658 "subtle",
2659 "supermaven_api",
2660 "telemetry_events",
2661 "text",
2662 "theme",
2663 "thiserror 1.0.69",
2664 "time",
2665 "tokio",
2666 "toml 0.8.19",
2667 "tower",
2668 "tower-http 0.4.4",
2669 "tracing",
2670 "tracing-subscriber",
2671 "unindent",
2672 "util",
2673 "uuid",
2674 "workspace",
2675 "worktree",
2676]
2677
2678[[package]]
2679name = "collab_ui"
2680version = "0.1.0"
2681dependencies = [
2682 "anyhow",
2683 "call",
2684 "channel",
2685 "chrono",
2686 "client",
2687 "collections",
2688 "db",
2689 "editor",
2690 "emojis",
2691 "futures 0.3.31",
2692 "fuzzy",
2693 "gpui",
2694 "http_client",
2695 "language",
2696 "menu",
2697 "notifications",
2698 "picker",
2699 "pretty_assertions",
2700 "project",
2701 "release_channel",
2702 "rich_text",
2703 "rpc",
2704 "schemars",
2705 "serde",
2706 "serde_derive",
2707 "serde_json",
2708 "settings",
2709 "smallvec",
2710 "story",
2711 "telemetry",
2712 "theme",
2713 "time",
2714 "time_format",
2715 "title_bar",
2716 "tree-sitter-md",
2717 "ui",
2718 "util",
2719 "workspace",
2720]
2721
2722[[package]]
2723name = "collections"
2724version = "0.1.0"
2725dependencies = [
2726 "indexmap",
2727 "rustc-hash 2.1.0",
2728]
2729
2730[[package]]
2731name = "color_quant"
2732version = "1.1.0"
2733source = "registry+https://github.com/rust-lang/crates.io-index"
2734checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2735
2736[[package]]
2737name = "colorchoice"
2738version = "1.0.3"
2739source = "registry+https://github.com/rust-lang/crates.io-index"
2740checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2741
2742[[package]]
2743name = "combine"
2744version = "4.6.7"
2745source = "registry+https://github.com/rust-lang/crates.io-index"
2746checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2747dependencies = [
2748 "bytes 1.9.0",
2749 "memchr",
2750]
2751
2752[[package]]
2753name = "command_palette"
2754version = "0.1.0"
2755dependencies = [
2756 "client",
2757 "collections",
2758 "command_palette_hooks",
2759 "ctor",
2760 "editor",
2761 "env_logger 0.11.6",
2762 "fuzzy",
2763 "go_to_line",
2764 "gpui",
2765 "language",
2766 "menu",
2767 "picker",
2768 "postage",
2769 "project",
2770 "serde",
2771 "serde_json",
2772 "settings",
2773 "telemetry",
2774 "theme",
2775 "ui",
2776 "util",
2777 "workspace",
2778 "zed_actions",
2779]
2780
2781[[package]]
2782name = "command_palette_hooks"
2783version = "0.1.0"
2784dependencies = [
2785 "collections",
2786 "derive_more",
2787 "gpui",
2788]
2789
2790[[package]]
2791name = "concurrent-queue"
2792version = "2.5.0"
2793source = "registry+https://github.com/rust-lang/crates.io-index"
2794checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2795dependencies = [
2796 "crossbeam-utils",
2797]
2798
2799[[package]]
2800name = "console"
2801version = "0.15.8"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2804dependencies = [
2805 "encode_unicode",
2806 "lazy_static",
2807 "libc",
2808 "unicode-width",
2809 "windows-sys 0.52.0",
2810]
2811
2812[[package]]
2813name = "const-oid"
2814version = "0.9.6"
2815source = "registry+https://github.com/rust-lang/crates.io-index"
2816checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2817
2818[[package]]
2819name = "const-random"
2820version = "0.1.18"
2821source = "registry+https://github.com/rust-lang/crates.io-index"
2822checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2823dependencies = [
2824 "const-random-macro",
2825]
2826
2827[[package]]
2828name = "const-random-macro"
2829version = "0.1.16"
2830source = "registry+https://github.com/rust-lang/crates.io-index"
2831checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2832dependencies = [
2833 "getrandom 0.2.15",
2834 "once_cell",
2835 "tiny-keccak",
2836]
2837
2838[[package]]
2839name = "constant_time_eq"
2840version = "0.1.5"
2841source = "registry+https://github.com/rust-lang/crates.io-index"
2842checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2843
2844[[package]]
2845name = "constant_time_eq"
2846version = "0.3.1"
2847source = "registry+https://github.com/rust-lang/crates.io-index"
2848checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2849
2850[[package]]
2851name = "context_server"
2852version = "0.1.0"
2853dependencies = [
2854 "anyhow",
2855 "assistant_tool",
2856 "collections",
2857 "command_palette_hooks",
2858 "context_server_settings",
2859 "extension",
2860 "futures 0.3.31",
2861 "gpui",
2862 "log",
2863 "parking_lot",
2864 "postage",
2865 "project",
2866 "serde",
2867 "serde_json",
2868 "settings",
2869 "smol",
2870 "url",
2871 "util",
2872 "workspace",
2873]
2874
2875[[package]]
2876name = "context_server_settings"
2877version = "0.1.0"
2878dependencies = [
2879 "anyhow",
2880 "collections",
2881 "gpui",
2882 "schemars",
2883 "serde",
2884 "serde_json",
2885 "settings",
2886]
2887
2888[[package]]
2889name = "convert_case"
2890version = "0.4.0"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2893
2894[[package]]
2895name = "convert_case"
2896version = "0.6.0"
2897source = "registry+https://github.com/rust-lang/crates.io-index"
2898checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2899dependencies = [
2900 "unicode-segmentation",
2901]
2902
2903[[package]]
2904name = "copilot"
2905version = "0.1.0"
2906dependencies = [
2907 "anyhow",
2908 "async-compression",
2909 "async-std",
2910 "async-tar",
2911 "chrono",
2912 "client",
2913 "clock",
2914 "collections",
2915 "command_palette_hooks",
2916 "editor",
2917 "fs",
2918 "futures 0.3.31",
2919 "gpui",
2920 "http_client",
2921 "indoc",
2922 "inline_completion",
2923 "language",
2924 "lsp",
2925 "menu",
2926 "node_runtime",
2927 "parking_lot",
2928 "paths",
2929 "project",
2930 "rpc",
2931 "schemars",
2932 "serde",
2933 "serde_json",
2934 "settings",
2935 "smol",
2936 "strum",
2937 "task",
2938 "theme",
2939 "ui",
2940 "util",
2941 "workspace",
2942]
2943
2944[[package]]
2945name = "core-foundation"
2946version = "0.9.4"
2947source = "registry+https://github.com/rust-lang/crates.io-index"
2948checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2949dependencies = [
2950 "core-foundation-sys",
2951 "libc",
2952]
2953
2954[[package]]
2955name = "core-foundation"
2956version = "0.10.0"
2957source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
2959dependencies = [
2960 "core-foundation-sys",
2961 "libc",
2962]
2963
2964[[package]]
2965name = "core-foundation-sys"
2966version = "0.8.7"
2967source = "registry+https://github.com/rust-lang/crates.io-index"
2968checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2969
2970[[package]]
2971name = "core-graphics"
2972version = "0.23.2"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2975dependencies = [
2976 "bitflags 1.3.2",
2977 "core-foundation 0.9.4",
2978 "core-graphics-types 0.1.3",
2979 "foreign-types 0.5.0",
2980 "libc",
2981]
2982
2983[[package]]
2984name = "core-graphics"
2985version = "0.24.0"
2986source = "registry+https://github.com/rust-lang/crates.io-index"
2987checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
2988dependencies = [
2989 "bitflags 2.6.0",
2990 "core-foundation 0.10.0",
2991 "core-graphics-types 0.2.0",
2992 "foreign-types 0.5.0",
2993 "libc",
2994]
2995
2996[[package]]
2997name = "core-graphics-types"
2998version = "0.1.3"
2999source = "registry+https://github.com/rust-lang/crates.io-index"
3000checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3001dependencies = [
3002 "bitflags 1.3.2",
3003 "core-foundation 0.9.4",
3004 "libc",
3005]
3006
3007[[package]]
3008name = "core-graphics-types"
3009version = "0.2.0"
3010source = "registry+https://github.com/rust-lang/crates.io-index"
3011checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3012dependencies = [
3013 "bitflags 2.6.0",
3014 "core-foundation 0.10.0",
3015 "libc",
3016]
3017
3018[[package]]
3019name = "core-services"
3020version = "0.2.1"
3021source = "registry+https://github.com/rust-lang/crates.io-index"
3022checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3023dependencies = [
3024 "core-foundation 0.9.4",
3025]
3026
3027[[package]]
3028name = "core-text"
3029version = "20.1.0"
3030source = "registry+https://github.com/rust-lang/crates.io-index"
3031checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3032dependencies = [
3033 "core-foundation 0.9.4",
3034 "core-graphics 0.23.2",
3035 "foreign-types 0.5.0",
3036 "libc",
3037]
3038
3039[[package]]
3040name = "coreaudio-rs"
3041version = "0.11.3"
3042source = "registry+https://github.com/rust-lang/crates.io-index"
3043checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3044dependencies = [
3045 "bitflags 1.3.2",
3046 "core-foundation-sys",
3047 "coreaudio-sys",
3048]
3049
3050[[package]]
3051name = "coreaudio-rs"
3052version = "0.12.1"
3053source = "registry+https://github.com/rust-lang/crates.io-index"
3054checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3055dependencies = [
3056 "bitflags 1.3.2",
3057 "core-foundation-sys",
3058 "coreaudio-sys",
3059]
3060
3061[[package]]
3062name = "coreaudio-sys"
3063version = "0.2.16"
3064source = "registry+https://github.com/rust-lang/crates.io-index"
3065checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3066dependencies = [
3067 "bindgen",
3068]
3069
3070[[package]]
3071name = "cosmic-text"
3072version = "0.11.2"
3073source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3074dependencies = [
3075 "bitflags 2.6.0",
3076 "fontdb",
3077 "log",
3078 "rangemap",
3079 "rayon",
3080 "rustc-hash 1.1.0",
3081 "rustybuzz",
3082 "self_cell",
3083 "swash",
3084 "sys-locale",
3085 "ttf-parser",
3086 "unicode-bidi",
3087 "unicode-linebreak",
3088 "unicode-script",
3089 "unicode-segmentation",
3090]
3091
3092[[package]]
3093name = "cpal"
3094version = "0.15.3"
3095source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3096dependencies = [
3097 "alsa",
3098 "core-foundation-sys",
3099 "coreaudio-rs 0.11.3",
3100 "dasp_sample",
3101 "jni",
3102 "js-sys",
3103 "libc",
3104 "mach2",
3105 "ndk",
3106 "ndk-context",
3107 "oboe",
3108 "wasm-bindgen",
3109 "wasm-bindgen-futures",
3110 "web-sys",
3111 "windows 0.54.0",
3112]
3113
3114[[package]]
3115name = "cpp_demangle"
3116version = "0.4.4"
3117source = "registry+https://github.com/rust-lang/crates.io-index"
3118checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3119dependencies = [
3120 "cfg-if",
3121]
3122
3123[[package]]
3124name = "cpufeatures"
3125version = "0.2.16"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3128dependencies = [
3129 "libc",
3130]
3131
3132[[package]]
3133name = "cranelift-bforest"
3134version = "0.111.2"
3135source = "registry+https://github.com/rust-lang/crates.io-index"
3136checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3137dependencies = [
3138 "cranelift-entity",
3139]
3140
3141[[package]]
3142name = "cranelift-bitset"
3143version = "0.111.2"
3144source = "registry+https://github.com/rust-lang/crates.io-index"
3145checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3146dependencies = [
3147 "serde",
3148 "serde_derive",
3149]
3150
3151[[package]]
3152name = "cranelift-codegen"
3153version = "0.111.2"
3154source = "registry+https://github.com/rust-lang/crates.io-index"
3155checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3156dependencies = [
3157 "bumpalo",
3158 "cranelift-bforest",
3159 "cranelift-bitset",
3160 "cranelift-codegen-meta",
3161 "cranelift-codegen-shared",
3162 "cranelift-control",
3163 "cranelift-entity",
3164 "cranelift-isle",
3165 "gimli 0.29.0",
3166 "hashbrown 0.14.5",
3167 "log",
3168 "regalloc2",
3169 "rustc-hash 1.1.0",
3170 "smallvec",
3171 "target-lexicon",
3172]
3173
3174[[package]]
3175name = "cranelift-codegen-meta"
3176version = "0.111.2"
3177source = "registry+https://github.com/rust-lang/crates.io-index"
3178checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3179dependencies = [
3180 "cranelift-codegen-shared",
3181]
3182
3183[[package]]
3184name = "cranelift-codegen-shared"
3185version = "0.111.2"
3186source = "registry+https://github.com/rust-lang/crates.io-index"
3187checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3188
3189[[package]]
3190name = "cranelift-control"
3191version = "0.111.2"
3192source = "registry+https://github.com/rust-lang/crates.io-index"
3193checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3194dependencies = [
3195 "arbitrary",
3196]
3197
3198[[package]]
3199name = "cranelift-entity"
3200version = "0.111.2"
3201source = "registry+https://github.com/rust-lang/crates.io-index"
3202checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3203dependencies = [
3204 "cranelift-bitset",
3205 "serde",
3206 "serde_derive",
3207]
3208
3209[[package]]
3210name = "cranelift-frontend"
3211version = "0.111.2"
3212source = "registry+https://github.com/rust-lang/crates.io-index"
3213checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3214dependencies = [
3215 "cranelift-codegen",
3216 "log",
3217 "smallvec",
3218 "target-lexicon",
3219]
3220
3221[[package]]
3222name = "cranelift-isle"
3223version = "0.111.2"
3224source = "registry+https://github.com/rust-lang/crates.io-index"
3225checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3226
3227[[package]]
3228name = "cranelift-native"
3229version = "0.111.2"
3230source = "registry+https://github.com/rust-lang/crates.io-index"
3231checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3232dependencies = [
3233 "cranelift-codegen",
3234 "libc",
3235 "target-lexicon",
3236]
3237
3238[[package]]
3239name = "cranelift-wasm"
3240version = "0.111.2"
3241source = "registry+https://github.com/rust-lang/crates.io-index"
3242checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3243dependencies = [
3244 "cranelift-codegen",
3245 "cranelift-entity",
3246 "cranelift-frontend",
3247 "itertools 0.12.1",
3248 "log",
3249 "smallvec",
3250 "wasmparser 0.215.0",
3251 "wasmtime-types",
3252]
3253
3254[[package]]
3255name = "crc"
3256version = "3.2.1"
3257source = "registry+https://github.com/rust-lang/crates.io-index"
3258checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3259dependencies = [
3260 "crc-catalog",
3261]
3262
3263[[package]]
3264name = "crc-catalog"
3265version = "2.4.0"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3268
3269[[package]]
3270name = "crc32c"
3271version = "0.6.8"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3274dependencies = [
3275 "rustc_version",
3276]
3277
3278[[package]]
3279name = "crc32fast"
3280version = "1.4.2"
3281source = "registry+https://github.com/rust-lang/crates.io-index"
3282checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3283dependencies = [
3284 "cfg-if",
3285]
3286
3287[[package]]
3288name = "criterion"
3289version = "0.5.1"
3290source = "registry+https://github.com/rust-lang/crates.io-index"
3291checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3292dependencies = [
3293 "anes",
3294 "cast",
3295 "ciborium",
3296 "clap",
3297 "criterion-plot",
3298 "is-terminal",
3299 "itertools 0.10.5",
3300 "num-traits",
3301 "once_cell",
3302 "oorandom",
3303 "plotters",
3304 "rayon",
3305 "regex",
3306 "serde",
3307 "serde_derive",
3308 "serde_json",
3309 "tinytemplate",
3310 "walkdir",
3311]
3312
3313[[package]]
3314name = "criterion-plot"
3315version = "0.5.0"
3316source = "registry+https://github.com/rust-lang/crates.io-index"
3317checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3318dependencies = [
3319 "cast",
3320 "itertools 0.10.5",
3321]
3322
3323[[package]]
3324name = "crossbeam-channel"
3325version = "0.5.13"
3326source = "registry+https://github.com/rust-lang/crates.io-index"
3327checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3328dependencies = [
3329 "crossbeam-utils",
3330]
3331
3332[[package]]
3333name = "crossbeam-deque"
3334version = "0.8.5"
3335source = "registry+https://github.com/rust-lang/crates.io-index"
3336checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3337dependencies = [
3338 "crossbeam-epoch",
3339 "crossbeam-utils",
3340]
3341
3342[[package]]
3343name = "crossbeam-epoch"
3344version = "0.9.18"
3345source = "registry+https://github.com/rust-lang/crates.io-index"
3346checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3347dependencies = [
3348 "crossbeam-utils",
3349]
3350
3351[[package]]
3352name = "crossbeam-queue"
3353version = "0.3.11"
3354source = "registry+https://github.com/rust-lang/crates.io-index"
3355checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3356dependencies = [
3357 "crossbeam-utils",
3358]
3359
3360[[package]]
3361name = "crossbeam-utils"
3362version = "0.8.20"
3363source = "registry+https://github.com/rust-lang/crates.io-index"
3364checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3365
3366[[package]]
3367name = "crunchy"
3368version = "0.2.2"
3369source = "registry+https://github.com/rust-lang/crates.io-index"
3370checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3371
3372[[package]]
3373name = "crypto-bigint"
3374version = "0.4.9"
3375source = "registry+https://github.com/rust-lang/crates.io-index"
3376checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3377dependencies = [
3378 "generic-array",
3379 "rand_core 0.6.4",
3380 "subtle",
3381 "zeroize",
3382]
3383
3384[[package]]
3385name = "crypto-bigint"
3386version = "0.5.5"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3389dependencies = [
3390 "rand_core 0.6.4",
3391 "subtle",
3392]
3393
3394[[package]]
3395name = "crypto-common"
3396version = "0.1.6"
3397source = "registry+https://github.com/rust-lang/crates.io-index"
3398checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3399dependencies = [
3400 "generic-array",
3401 "rand_core 0.6.4",
3402 "typenum",
3403]
3404
3405[[package]]
3406name = "ctor"
3407version = "0.2.9"
3408source = "registry+https://github.com/rust-lang/crates.io-index"
3409checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
3410dependencies = [
3411 "quote",
3412 "syn 2.0.90",
3413]
3414
3415[[package]]
3416name = "ctrlc"
3417version = "3.4.5"
3418source = "registry+https://github.com/rust-lang/crates.io-index"
3419checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3420dependencies = [
3421 "nix",
3422 "windows-sys 0.59.0",
3423]
3424
3425[[package]]
3426name = "cursor-icon"
3427version = "1.1.0"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3430
3431[[package]]
3432name = "cxx"
3433version = "1.0.134"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3436dependencies = [
3437 "cc",
3438 "cxxbridge-cmd",
3439 "cxxbridge-flags",
3440 "cxxbridge-macro",
3441 "foldhash",
3442 "link-cplusplus",
3443]
3444
3445[[package]]
3446name = "cxx-build"
3447version = "1.0.134"
3448source = "registry+https://github.com/rust-lang/crates.io-index"
3449checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3450dependencies = [
3451 "cc",
3452 "codespan-reporting",
3453 "proc-macro2",
3454 "quote",
3455 "scratch",
3456 "syn 2.0.90",
3457]
3458
3459[[package]]
3460name = "cxxbridge-cmd"
3461version = "1.0.134"
3462source = "registry+https://github.com/rust-lang/crates.io-index"
3463checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3464dependencies = [
3465 "clap",
3466 "codespan-reporting",
3467 "proc-macro2",
3468 "quote",
3469 "syn 2.0.90",
3470]
3471
3472[[package]]
3473name = "cxxbridge-flags"
3474version = "1.0.134"
3475source = "registry+https://github.com/rust-lang/crates.io-index"
3476checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3477
3478[[package]]
3479name = "cxxbridge-macro"
3480version = "1.0.134"
3481source = "registry+https://github.com/rust-lang/crates.io-index"
3482checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3483dependencies = [
3484 "proc-macro2",
3485 "quote",
3486 "rustversion",
3487 "syn 2.0.90",
3488]
3489
3490[[package]]
3491name = "dashmap"
3492version = "5.5.3"
3493source = "registry+https://github.com/rust-lang/crates.io-index"
3494checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3495dependencies = [
3496 "cfg-if",
3497 "hashbrown 0.14.5",
3498 "lock_api",
3499 "once_cell",
3500 "parking_lot_core",
3501]
3502
3503[[package]]
3504name = "dashmap"
3505version = "6.1.0"
3506source = "registry+https://github.com/rust-lang/crates.io-index"
3507checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3508dependencies = [
3509 "cfg-if",
3510 "crossbeam-utils",
3511 "hashbrown 0.14.5",
3512 "lock_api",
3513 "once_cell",
3514 "parking_lot_core",
3515]
3516
3517[[package]]
3518name = "dasp_sample"
3519version = "0.11.0"
3520source = "registry+https://github.com/rust-lang/crates.io-index"
3521checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3522
3523[[package]]
3524name = "data-encoding"
3525version = "2.6.0"
3526source = "registry+https://github.com/rust-lang/crates.io-index"
3527checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3528
3529[[package]]
3530name = "data-url"
3531version = "0.3.1"
3532source = "registry+https://github.com/rust-lang/crates.io-index"
3533checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3534
3535[[package]]
3536name = "db"
3537version = "0.1.0"
3538dependencies = [
3539 "anyhow",
3540 "gpui",
3541 "indoc",
3542 "log",
3543 "paths",
3544 "release_channel",
3545 "smol",
3546 "sqlez",
3547 "sqlez_macros",
3548 "tempfile",
3549 "util",
3550]
3551
3552[[package]]
3553name = "dbus"
3554version = "0.9.7"
3555source = "registry+https://github.com/rust-lang/crates.io-index"
3556checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3557dependencies = [
3558 "libc",
3559 "libdbus-sys",
3560 "winapi",
3561]
3562
3563[[package]]
3564name = "deepseek"
3565version = "0.1.0"
3566dependencies = [
3567 "anyhow",
3568 "futures 0.3.31",
3569 "http_client",
3570 "schemars",
3571 "serde",
3572 "serde_json",
3573]
3574
3575[[package]]
3576name = "deflate64"
3577version = "0.1.9"
3578source = "registry+https://github.com/rust-lang/crates.io-index"
3579checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3580
3581[[package]]
3582name = "der"
3583version = "0.6.1"
3584source = "registry+https://github.com/rust-lang/crates.io-index"
3585checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3586dependencies = [
3587 "const-oid",
3588 "zeroize",
3589]
3590
3591[[package]]
3592name = "der"
3593version = "0.7.9"
3594source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3596dependencies = [
3597 "const-oid",
3598 "pem-rfc7468",
3599 "zeroize",
3600]
3601
3602[[package]]
3603name = "deranged"
3604version = "0.3.11"
3605source = "registry+https://github.com/rust-lang/crates.io-index"
3606checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3607dependencies = [
3608 "powerfmt",
3609 "serde",
3610]
3611
3612[[package]]
3613name = "derive_more"
3614version = "0.99.18"
3615source = "registry+https://github.com/rust-lang/crates.io-index"
3616checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3617dependencies = [
3618 "convert_case 0.4.0",
3619 "proc-macro2",
3620 "quote",
3621 "rustc_version",
3622 "syn 2.0.90",
3623]
3624
3625[[package]]
3626name = "derive_refineable"
3627version = "0.1.0"
3628dependencies = [
3629 "proc-macro2",
3630 "quote",
3631 "syn 1.0.109",
3632]
3633
3634[[package]]
3635name = "diagnostics"
3636version = "0.1.0"
3637dependencies = [
3638 "anyhow",
3639 "client",
3640 "collections",
3641 "ctor",
3642 "editor",
3643 "env_logger 0.11.6",
3644 "gpui",
3645 "language",
3646 "log",
3647 "lsp",
3648 "pretty_assertions",
3649 "project",
3650 "rand 0.8.5",
3651 "schemars",
3652 "serde",
3653 "serde_json",
3654 "settings",
3655 "theme",
3656 "ui",
3657 "unindent",
3658 "util",
3659 "workspace",
3660]
3661
3662[[package]]
3663name = "dialoguer"
3664version = "0.11.0"
3665source = "registry+https://github.com/rust-lang/crates.io-index"
3666checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3667dependencies = [
3668 "console",
3669 "fuzzy-matcher",
3670 "shell-words",
3671 "tempfile",
3672 "thiserror 1.0.69",
3673 "zeroize",
3674]
3675
3676[[package]]
3677name = "diff"
3678version = "0.1.13"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3681
3682[[package]]
3683name = "digest"
3684version = "0.10.7"
3685source = "registry+https://github.com/rust-lang/crates.io-index"
3686checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3687dependencies = [
3688 "block-buffer",
3689 "const-oid",
3690 "crypto-common",
3691 "subtle",
3692]
3693
3694[[package]]
3695name = "dirs"
3696version = "4.0.0"
3697source = "registry+https://github.com/rust-lang/crates.io-index"
3698checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3699dependencies = [
3700 "dirs-sys 0.3.7",
3701]
3702
3703[[package]]
3704name = "dirs"
3705version = "5.0.1"
3706source = "registry+https://github.com/rust-lang/crates.io-index"
3707checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3708dependencies = [
3709 "dirs-sys 0.4.1",
3710]
3711
3712[[package]]
3713name = "dirs-sys"
3714version = "0.3.7"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3717dependencies = [
3718 "libc",
3719 "redox_users",
3720 "winapi",
3721]
3722
3723[[package]]
3724name = "dirs-sys"
3725version = "0.4.1"
3726source = "registry+https://github.com/rust-lang/crates.io-index"
3727checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3728dependencies = [
3729 "libc",
3730 "option-ext",
3731 "redox_users",
3732 "windows-sys 0.48.0",
3733]
3734
3735[[package]]
3736name = "displaydoc"
3737version = "0.2.5"
3738source = "registry+https://github.com/rust-lang/crates.io-index"
3739checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3740dependencies = [
3741 "proc-macro2",
3742 "quote",
3743 "syn 2.0.90",
3744]
3745
3746[[package]]
3747name = "dlib"
3748version = "0.5.2"
3749source = "registry+https://github.com/rust-lang/crates.io-index"
3750checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3751dependencies = [
3752 "libloading",
3753]
3754
3755[[package]]
3756name = "docs_preprocessor"
3757version = "0.1.0"
3758dependencies = [
3759 "anyhow",
3760 "clap",
3761 "mdbook",
3762 "regex",
3763 "serde",
3764 "serde_json",
3765 "settings",
3766 "util",
3767]
3768
3769[[package]]
3770name = "dotenvy"
3771version = "0.15.7"
3772source = "registry+https://github.com/rust-lang/crates.io-index"
3773checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3774
3775[[package]]
3776name = "downcast-rs"
3777version = "1.2.1"
3778source = "registry+https://github.com/rust-lang/crates.io-index"
3779checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3780
3781[[package]]
3782name = "doxygen-rs"
3783version = "0.4.2"
3784source = "registry+https://github.com/rust-lang/crates.io-index"
3785checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3786dependencies = [
3787 "phf",
3788]
3789
3790[[package]]
3791name = "dunce"
3792version = "1.0.5"
3793source = "registry+https://github.com/rust-lang/crates.io-index"
3794checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3795
3796[[package]]
3797name = "dwrote"
3798version = "0.11.2"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
3801dependencies = [
3802 "lazy_static",
3803 "libc",
3804 "winapi",
3805 "wio",
3806]
3807
3808[[package]]
3809name = "dyn-clone"
3810version = "1.0.17"
3811source = "registry+https://github.com/rust-lang/crates.io-index"
3812checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3813
3814[[package]]
3815name = "ec4rs"
3816version = "1.1.1"
3817source = "registry+https://github.com/rust-lang/crates.io-index"
3818checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3819
3820[[package]]
3821name = "ecdsa"
3822version = "0.14.8"
3823source = "registry+https://github.com/rust-lang/crates.io-index"
3824checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3825dependencies = [
3826 "der 0.6.1",
3827 "elliptic-curve",
3828 "rfc6979",
3829 "signature 1.6.4",
3830]
3831
3832[[package]]
3833name = "editor"
3834version = "0.1.0"
3835dependencies = [
3836 "aho-corasick",
3837 "anyhow",
3838 "assets",
3839 "chrono",
3840 "client",
3841 "clock",
3842 "collections",
3843 "convert_case 0.6.0",
3844 "ctor",
3845 "db",
3846 "emojis",
3847 "env_logger 0.11.6",
3848 "feature_flags",
3849 "file_icons",
3850 "fs",
3851 "futures 0.3.31",
3852 "fuzzy",
3853 "git",
3854 "gpui",
3855 "http_client",
3856 "indoc",
3857 "inline_completion",
3858 "itertools 0.14.0",
3859 "language",
3860 "linkify",
3861 "log",
3862 "lsp",
3863 "markdown",
3864 "multi_buffer",
3865 "ordered-float 2.10.1",
3866 "parking_lot",
3867 "pretty_assertions",
3868 "project",
3869 "rand 0.8.5",
3870 "release_channel",
3871 "rpc",
3872 "schemars",
3873 "serde",
3874 "serde_json",
3875 "settings",
3876 "similar",
3877 "smallvec",
3878 "smol",
3879 "snippet",
3880 "sum_tree",
3881 "task",
3882 "telemetry",
3883 "tempfile",
3884 "text",
3885 "theme",
3886 "time",
3887 "time_format",
3888 "tree-sitter-html",
3889 "tree-sitter-rust",
3890 "tree-sitter-typescript",
3891 "ui",
3892 "unicode-script",
3893 "unicode-segmentation",
3894 "unindent",
3895 "url",
3896 "util",
3897 "uuid",
3898 "workspace",
3899]
3900
3901[[package]]
3902name = "either"
3903version = "1.13.0"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3906dependencies = [
3907 "serde",
3908]
3909
3910[[package]]
3911name = "elasticlunr-rs"
3912version = "3.0.2"
3913source = "registry+https://github.com/rust-lang/crates.io-index"
3914checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3915dependencies = [
3916 "regex",
3917 "serde",
3918 "serde_derive",
3919 "serde_json",
3920]
3921
3922[[package]]
3923name = "elliptic-curve"
3924version = "0.12.3"
3925source = "registry+https://github.com/rust-lang/crates.io-index"
3926checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3927dependencies = [
3928 "base16ct",
3929 "crypto-bigint 0.4.9",
3930 "der 0.6.1",
3931 "digest",
3932 "ff",
3933 "generic-array",
3934 "group",
3935 "pkcs8 0.9.0",
3936 "rand_core 0.6.4",
3937 "sec1",
3938 "subtle",
3939 "zeroize",
3940]
3941
3942[[package]]
3943name = "embed-resource"
3944version = "3.0.1"
3945source = "registry+https://github.com/rust-lang/crates.io-index"
3946checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
3947dependencies = [
3948 "cc",
3949 "memchr",
3950 "rustc_version",
3951 "toml 0.8.19",
3952 "vswhom",
3953 "winreg 0.52.0",
3954]
3955
3956[[package]]
3957name = "embedded-io"
3958version = "0.4.0"
3959source = "registry+https://github.com/rust-lang/crates.io-index"
3960checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3961
3962[[package]]
3963name = "embedded-io"
3964version = "0.6.1"
3965source = "registry+https://github.com/rust-lang/crates.io-index"
3966checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3967
3968[[package]]
3969name = "emojis"
3970version = "0.6.4"
3971source = "registry+https://github.com/rust-lang/crates.io-index"
3972checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
3973dependencies = [
3974 "phf",
3975]
3976
3977[[package]]
3978name = "encode_unicode"
3979version = "0.3.6"
3980source = "registry+https://github.com/rust-lang/crates.io-index"
3981checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3982
3983[[package]]
3984name = "encoding_rs"
3985version = "0.8.35"
3986source = "registry+https://github.com/rust-lang/crates.io-index"
3987checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
3988dependencies = [
3989 "cfg-if",
3990]
3991
3992[[package]]
3993name = "endi"
3994version = "1.1.0"
3995source = "registry+https://github.com/rust-lang/crates.io-index"
3996checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3997
3998[[package]]
3999name = "enumflags2"
4000version = "0.7.10"
4001source = "registry+https://github.com/rust-lang/crates.io-index"
4002checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4003dependencies = [
4004 "enumflags2_derive",
4005 "serde",
4006]
4007
4008[[package]]
4009name = "enumflags2_derive"
4010version = "0.7.10"
4011source = "registry+https://github.com/rust-lang/crates.io-index"
4012checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4013dependencies = [
4014 "proc-macro2",
4015 "quote",
4016 "syn 2.0.90",
4017]
4018
4019[[package]]
4020name = "env_filter"
4021version = "0.1.2"
4022source = "registry+https://github.com/rust-lang/crates.io-index"
4023checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4024dependencies = [
4025 "log",
4026 "regex",
4027]
4028
4029[[package]]
4030name = "env_logger"
4031version = "0.10.2"
4032source = "registry+https://github.com/rust-lang/crates.io-index"
4033checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4034dependencies = [
4035 "humantime",
4036 "is-terminal",
4037 "log",
4038 "regex",
4039 "termcolor",
4040]
4041
4042[[package]]
4043name = "env_logger"
4044version = "0.11.6"
4045source = "registry+https://github.com/rust-lang/crates.io-index"
4046checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4047dependencies = [
4048 "anstream",
4049 "anstyle",
4050 "env_filter",
4051 "humantime",
4052 "log",
4053]
4054
4055[[package]]
4056name = "envy"
4057version = "0.4.2"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4060dependencies = [
4061 "serde",
4062]
4063
4064[[package]]
4065name = "equivalent"
4066version = "1.0.1"
4067source = "registry+https://github.com/rust-lang/crates.io-index"
4068checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4069
4070[[package]]
4071name = "erased-serde"
4072version = "0.4.5"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4075dependencies = [
4076 "serde",
4077 "typeid",
4078]
4079
4080[[package]]
4081name = "errno"
4082version = "0.2.8"
4083source = "registry+https://github.com/rust-lang/crates.io-index"
4084checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4085dependencies = [
4086 "errno-dragonfly",
4087 "libc",
4088 "winapi",
4089]
4090
4091[[package]]
4092name = "errno"
4093version = "0.3.10"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4096dependencies = [
4097 "libc",
4098 "windows-sys 0.59.0",
4099]
4100
4101[[package]]
4102name = "errno-dragonfly"
4103version = "0.1.2"
4104source = "registry+https://github.com/rust-lang/crates.io-index"
4105checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4106dependencies = [
4107 "cc",
4108 "libc",
4109]
4110
4111[[package]]
4112name = "etagere"
4113version = "0.2.13"
4114source = "registry+https://github.com/rust-lang/crates.io-index"
4115checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
4116dependencies = [
4117 "euclid",
4118 "svg_fmt",
4119]
4120
4121[[package]]
4122name = "etcetera"
4123version = "0.8.0"
4124source = "registry+https://github.com/rust-lang/crates.io-index"
4125checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4126dependencies = [
4127 "cfg-if",
4128 "home",
4129 "windows-sys 0.48.0",
4130]
4131
4132[[package]]
4133name = "euclid"
4134version = "0.22.11"
4135source = "registry+https://github.com/rust-lang/crates.io-index"
4136checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4137dependencies = [
4138 "num-traits",
4139]
4140
4141[[package]]
4142name = "evals"
4143version = "0.1.0"
4144dependencies = [
4145 "anyhow",
4146 "clap",
4147 "client",
4148 "clock",
4149 "collections",
4150 "env_logger 0.11.6",
4151 "feature_flags",
4152 "fs",
4153 "git",
4154 "gpui",
4155 "http_client",
4156 "language",
4157 "languages",
4158 "node_runtime",
4159 "open_ai",
4160 "project",
4161 "reqwest_client",
4162 "semantic_index",
4163 "serde",
4164 "serde_json",
4165 "settings",
4166 "smol",
4167 "util",
4168]
4169
4170[[package]]
4171name = "event-listener"
4172version = "2.5.3"
4173source = "registry+https://github.com/rust-lang/crates.io-index"
4174checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4175
4176[[package]]
4177name = "event-listener"
4178version = "5.3.1"
4179source = "registry+https://github.com/rust-lang/crates.io-index"
4180checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4181dependencies = [
4182 "concurrent-queue",
4183 "parking",
4184 "pin-project-lite",
4185]
4186
4187[[package]]
4188name = "event-listener-strategy"
4189version = "0.5.3"
4190source = "registry+https://github.com/rust-lang/crates.io-index"
4191checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4192dependencies = [
4193 "event-listener 5.3.1",
4194 "pin-project-lite",
4195]
4196
4197[[package]]
4198name = "exec"
4199version = "0.3.1"
4200source = "registry+https://github.com/rust-lang/crates.io-index"
4201checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4202dependencies = [
4203 "errno 0.2.8",
4204 "libc",
4205]
4206
4207[[package]]
4208name = "exr"
4209version = "1.73.0"
4210source = "registry+https://github.com/rust-lang/crates.io-index"
4211checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4212dependencies = [
4213 "bit_field",
4214 "half",
4215 "lebe",
4216 "miniz_oxide",
4217 "rayon-core",
4218 "smallvec",
4219 "zune-inflate",
4220]
4221
4222[[package]]
4223name = "extension"
4224version = "0.1.0"
4225dependencies = [
4226 "anyhow",
4227 "async-compression",
4228 "async-tar",
4229 "async-trait",
4230 "collections",
4231 "fs",
4232 "futures 0.3.31",
4233 "gpui",
4234 "http_client",
4235 "language",
4236 "log",
4237 "lsp",
4238 "parking_lot",
4239 "semantic_version",
4240 "serde",
4241 "serde_json",
4242 "toml 0.8.19",
4243 "util",
4244 "wasm-encoder 0.215.0",
4245 "wasmparser 0.215.0",
4246 "wit-component",
4247]
4248
4249[[package]]
4250name = "extension_cli"
4251version = "0.1.0"
4252dependencies = [
4253 "anyhow",
4254 "clap",
4255 "env_logger 0.11.6",
4256 "extension",
4257 "fs",
4258 "language",
4259 "log",
4260 "reqwest_client",
4261 "rpc",
4262 "serde",
4263 "serde_json",
4264 "theme",
4265 "tokio",
4266 "toml 0.8.19",
4267 "tree-sitter",
4268 "wasmtime",
4269]
4270
4271[[package]]
4272name = "extension_host"
4273version = "0.1.0"
4274dependencies = [
4275 "anyhow",
4276 "async-compression",
4277 "async-tar",
4278 "async-trait",
4279 "client",
4280 "collections",
4281 "context_server_settings",
4282 "ctor",
4283 "env_logger 0.11.6",
4284 "extension",
4285 "fs",
4286 "futures 0.3.31",
4287 "gpui",
4288 "http_client",
4289 "language",
4290 "language_extension",
4291 "log",
4292 "lsp",
4293 "node_runtime",
4294 "parking_lot",
4295 "paths",
4296 "project",
4297 "release_channel",
4298 "remote",
4299 "reqwest_client",
4300 "schemars",
4301 "semantic_version",
4302 "serde",
4303 "serde_json",
4304 "serde_json_lenient",
4305 "settings",
4306 "task",
4307 "telemetry",
4308 "tempfile",
4309 "theme",
4310 "theme_extension",
4311 "toml 0.8.19",
4312 "url",
4313 "util",
4314 "wasmparser 0.215.0",
4315 "wasmtime",
4316 "wasmtime-wasi",
4317]
4318
4319[[package]]
4320name = "extensions_ui"
4321version = "0.1.0"
4322dependencies = [
4323 "anyhow",
4324 "client",
4325 "collections",
4326 "db",
4327 "editor",
4328 "extension_host",
4329 "fs",
4330 "fuzzy",
4331 "gpui",
4332 "language",
4333 "num-format",
4334 "picker",
4335 "project",
4336 "release_channel",
4337 "semantic_version",
4338 "serde",
4339 "settings",
4340 "smallvec",
4341 "telemetry",
4342 "theme",
4343 "ui",
4344 "util",
4345 "vim_mode_setting",
4346 "workspace",
4347 "zed_actions",
4348]
4349
4350[[package]]
4351name = "fallible-iterator"
4352version = "0.3.0"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4355
4356[[package]]
4357name = "fancy-regex"
4358version = "0.13.0"
4359source = "registry+https://github.com/rust-lang/crates.io-index"
4360checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4361dependencies = [
4362 "bit-set 0.5.3",
4363 "regex-automata 0.4.9",
4364 "regex-syntax 0.8.5",
4365]
4366
4367[[package]]
4368name = "fancy-regex"
4369version = "0.14.0"
4370source = "registry+https://github.com/rust-lang/crates.io-index"
4371checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4372dependencies = [
4373 "bit-set 0.8.0",
4374 "regex-automata 0.4.9",
4375 "regex-syntax 0.8.5",
4376]
4377
4378[[package]]
4379name = "fast-srgb8"
4380version = "1.0.0"
4381source = "registry+https://github.com/rust-lang/crates.io-index"
4382checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4383
4384[[package]]
4385name = "fastrand"
4386version = "1.9.0"
4387source = "registry+https://github.com/rust-lang/crates.io-index"
4388checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4389dependencies = [
4390 "instant",
4391]
4392
4393[[package]]
4394name = "fastrand"
4395version = "2.3.0"
4396source = "registry+https://github.com/rust-lang/crates.io-index"
4397checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4398
4399[[package]]
4400name = "fd-lock"
4401version = "4.0.2"
4402source = "registry+https://github.com/rust-lang/crates.io-index"
4403checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4404dependencies = [
4405 "cfg-if",
4406 "rustix",
4407 "windows-sys 0.52.0",
4408]
4409
4410[[package]]
4411name = "fdeflate"
4412version = "0.3.7"
4413source = "registry+https://github.com/rust-lang/crates.io-index"
4414checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4415dependencies = [
4416 "simd-adler32",
4417]
4418
4419[[package]]
4420name = "feature_flags"
4421version = "0.1.0"
4422dependencies = [
4423 "futures 0.3.31",
4424 "gpui",
4425]
4426
4427[[package]]
4428name = "feedback"
4429version = "0.1.0"
4430dependencies = [
4431 "anyhow",
4432 "bitflags 2.6.0",
4433 "client",
4434 "db",
4435 "editor",
4436 "futures 0.3.31",
4437 "gpui",
4438 "http_client",
4439 "human_bytes",
4440 "language",
4441 "log",
4442 "menu",
4443 "project",
4444 "regex",
4445 "release_channel",
4446 "serde",
4447 "serde_derive",
4448 "serde_json",
4449 "smol",
4450 "sysinfo",
4451 "ui",
4452 "urlencoding",
4453 "util",
4454 "workspace",
4455 "zed_actions",
4456]
4457
4458[[package]]
4459name = "ff"
4460version = "0.12.1"
4461source = "registry+https://github.com/rust-lang/crates.io-index"
4462checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4463dependencies = [
4464 "rand_core 0.6.4",
4465 "subtle",
4466]
4467
4468[[package]]
4469name = "file_finder"
4470version = "0.1.0"
4471dependencies = [
4472 "anyhow",
4473 "collections",
4474 "ctor",
4475 "editor",
4476 "env_logger 0.11.6",
4477 "file_icons",
4478 "futures 0.3.31",
4479 "fuzzy",
4480 "gpui",
4481 "language",
4482 "menu",
4483 "picker",
4484 "project",
4485 "schemars",
4486 "serde",
4487 "serde_derive",
4488 "serde_json",
4489 "settings",
4490 "text",
4491 "theme",
4492 "ui",
4493 "util",
4494 "workspace",
4495]
4496
4497[[package]]
4498name = "file_icons"
4499version = "0.1.0"
4500dependencies = [
4501 "collections",
4502 "gpui",
4503 "serde",
4504 "serde_derive",
4505 "serde_json",
4506 "settings",
4507 "theme",
4508 "util",
4509]
4510
4511[[package]]
4512name = "filedescriptor"
4513version = "0.8.2"
4514source = "registry+https://github.com/rust-lang/crates.io-index"
4515checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4516dependencies = [
4517 "libc",
4518 "thiserror 1.0.69",
4519 "winapi",
4520]
4521
4522[[package]]
4523name = "filetime"
4524version = "0.2.25"
4525source = "registry+https://github.com/rust-lang/crates.io-index"
4526checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4527dependencies = [
4528 "cfg-if",
4529 "libc",
4530 "libredox",
4531 "windows-sys 0.59.0",
4532]
4533
4534[[package]]
4535name = "fireworks"
4536version = "0.1.0"
4537dependencies = [
4538 "anyhow",
4539 "futures 0.3.31",
4540 "http_client",
4541 "serde",
4542 "serde_json",
4543]
4544
4545[[package]]
4546name = "fixedbitset"
4547version = "0.4.2"
4548source = "registry+https://github.com/rust-lang/crates.io-index"
4549checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4550
4551[[package]]
4552name = "flate2"
4553version = "1.0.35"
4554source = "registry+https://github.com/rust-lang/crates.io-index"
4555checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4556dependencies = [
4557 "crc32fast",
4558 "miniz_oxide",
4559]
4560
4561[[package]]
4562name = "float-cmp"
4563version = "0.9.0"
4564source = "registry+https://github.com/rust-lang/crates.io-index"
4565checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4566
4567[[package]]
4568name = "float-ord"
4569version = "0.3.2"
4570source = "registry+https://github.com/rust-lang/crates.io-index"
4571checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4572
4573[[package]]
4574name = "flume"
4575version = "0.11.1"
4576source = "registry+https://github.com/rust-lang/crates.io-index"
4577checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4578dependencies = [
4579 "futures-core",
4580 "futures-sink",
4581 "nanorand",
4582 "spin",
4583]
4584
4585[[package]]
4586name = "fnv"
4587version = "1.0.7"
4588source = "registry+https://github.com/rust-lang/crates.io-index"
4589checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4590
4591[[package]]
4592name = "foldhash"
4593version = "0.1.3"
4594source = "registry+https://github.com/rust-lang/crates.io-index"
4595checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4596
4597[[package]]
4598name = "font-kit"
4599version = "0.14.1"
4600source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4601dependencies = [
4602 "bitflags 2.6.0",
4603 "byteorder",
4604 "core-foundation 0.9.4",
4605 "core-graphics 0.23.2",
4606 "core-text",
4607 "dirs 5.0.1",
4608 "dwrote",
4609 "float-ord",
4610 "freetype-sys",
4611 "lazy_static",
4612 "libc",
4613 "log",
4614 "pathfinder_geometry",
4615 "pathfinder_simd",
4616 "walkdir",
4617 "winapi",
4618 "yeslogic-fontconfig-sys",
4619]
4620
4621[[package]]
4622name = "font-types"
4623version = "0.7.3"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4626dependencies = [
4627 "bytemuck",
4628]
4629
4630[[package]]
4631name = "fontconfig-parser"
4632version = "0.5.7"
4633source = "registry+https://github.com/rust-lang/crates.io-index"
4634checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4635dependencies = [
4636 "roxmltree",
4637]
4638
4639[[package]]
4640name = "fontdb"
4641version = "0.18.0"
4642source = "registry+https://github.com/rust-lang/crates.io-index"
4643checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4644dependencies = [
4645 "fontconfig-parser",
4646 "log",
4647 "memmap2",
4648 "slotmap",
4649 "tinyvec",
4650 "ttf-parser",
4651]
4652
4653[[package]]
4654name = "foreign-types"
4655version = "0.3.2"
4656source = "registry+https://github.com/rust-lang/crates.io-index"
4657checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4658dependencies = [
4659 "foreign-types-shared 0.1.1",
4660]
4661
4662[[package]]
4663name = "foreign-types"
4664version = "0.5.0"
4665source = "registry+https://github.com/rust-lang/crates.io-index"
4666checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4667dependencies = [
4668 "foreign-types-macros",
4669 "foreign-types-shared 0.3.1",
4670]
4671
4672[[package]]
4673name = "foreign-types-macros"
4674version = "0.2.3"
4675source = "registry+https://github.com/rust-lang/crates.io-index"
4676checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4677dependencies = [
4678 "proc-macro2",
4679 "quote",
4680 "syn 2.0.90",
4681]
4682
4683[[package]]
4684name = "foreign-types-shared"
4685version = "0.1.1"
4686source = "registry+https://github.com/rust-lang/crates.io-index"
4687checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4688
4689[[package]]
4690name = "foreign-types-shared"
4691version = "0.3.1"
4692source = "registry+https://github.com/rust-lang/crates.io-index"
4693checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4694
4695[[package]]
4696name = "fork"
4697version = "0.2.0"
4698source = "registry+https://github.com/rust-lang/crates.io-index"
4699checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4700dependencies = [
4701 "libc",
4702]
4703
4704[[package]]
4705name = "form_urlencoded"
4706version = "1.2.1"
4707source = "registry+https://github.com/rust-lang/crates.io-index"
4708checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4709dependencies = [
4710 "percent-encoding",
4711]
4712
4713[[package]]
4714name = "freetype-sys"
4715version = "0.20.1"
4716source = "registry+https://github.com/rust-lang/crates.io-index"
4717checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4718dependencies = [
4719 "cc",
4720 "libc",
4721 "pkg-config",
4722]
4723
4724[[package]]
4725name = "fs"
4726version = "0.1.0"
4727dependencies = [
4728 "anyhow",
4729 "ashpd",
4730 "async-tar",
4731 "async-trait",
4732 "cocoa 0.26.0",
4733 "collections",
4734 "fsevent",
4735 "futures 0.3.31",
4736 "git",
4737 "git2",
4738 "gpui",
4739 "libc",
4740 "log",
4741 "notify",
4742 "objc",
4743 "parking_lot",
4744 "paths",
4745 "proto",
4746 "rope",
4747 "serde",
4748 "serde_json",
4749 "smol",
4750 "tempfile",
4751 "text",
4752 "time",
4753 "util",
4754 "windows 0.58.0",
4755]
4756
4757[[package]]
4758name = "fs-set-times"
4759version = "0.20.2"
4760source = "registry+https://github.com/rust-lang/crates.io-index"
4761checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4762dependencies = [
4763 "io-lifetimes",
4764 "rustix",
4765 "windows-sys 0.59.0",
4766]
4767
4768[[package]]
4769name = "fs2"
4770version = "0.4.3"
4771source = "registry+https://github.com/rust-lang/crates.io-index"
4772checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4773dependencies = [
4774 "libc",
4775 "winapi",
4776]
4777
4778[[package]]
4779name = "fsevent"
4780version = "0.1.0"
4781dependencies = [
4782 "bitflags 2.6.0",
4783 "core-foundation 0.9.4",
4784 "fsevent-sys 3.1.0",
4785 "parking_lot",
4786 "tempfile",
4787]
4788
4789[[package]]
4790name = "fsevent-sys"
4791version = "3.1.0"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4794dependencies = [
4795 "libc",
4796]
4797
4798[[package]]
4799name = "fsevent-sys"
4800version = "4.1.0"
4801source = "registry+https://github.com/rust-lang/crates.io-index"
4802checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4803dependencies = [
4804 "libc",
4805]
4806
4807[[package]]
4808name = "funty"
4809version = "2.0.0"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4812
4813[[package]]
4814name = "futf"
4815version = "0.1.5"
4816source = "registry+https://github.com/rust-lang/crates.io-index"
4817checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4818dependencies = [
4819 "mac",
4820 "new_debug_unreachable",
4821]
4822
4823[[package]]
4824name = "futures"
4825version = "0.1.31"
4826source = "registry+https://github.com/rust-lang/crates.io-index"
4827checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4828
4829[[package]]
4830name = "futures"
4831version = "0.3.31"
4832source = "registry+https://github.com/rust-lang/crates.io-index"
4833checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4834dependencies = [
4835 "futures-channel",
4836 "futures-core",
4837 "futures-executor",
4838 "futures-io",
4839 "futures-sink",
4840 "futures-task",
4841 "futures-util",
4842]
4843
4844[[package]]
4845name = "futures-batch"
4846version = "0.6.1"
4847source = "registry+https://github.com/rust-lang/crates.io-index"
4848checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4849dependencies = [
4850 "futures 0.3.31",
4851 "futures-timer",
4852 "pin-utils",
4853]
4854
4855[[package]]
4856name = "futures-channel"
4857version = "0.3.31"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4860dependencies = [
4861 "futures-core",
4862 "futures-sink",
4863]
4864
4865[[package]]
4866name = "futures-core"
4867version = "0.3.31"
4868source = "registry+https://github.com/rust-lang/crates.io-index"
4869checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4870
4871[[package]]
4872name = "futures-executor"
4873version = "0.3.31"
4874source = "registry+https://github.com/rust-lang/crates.io-index"
4875checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
4876dependencies = [
4877 "futures-core",
4878 "futures-task",
4879 "futures-util",
4880]
4881
4882[[package]]
4883name = "futures-intrusive"
4884version = "0.5.0"
4885source = "registry+https://github.com/rust-lang/crates.io-index"
4886checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4887dependencies = [
4888 "futures-core",
4889 "lock_api",
4890 "parking_lot",
4891]
4892
4893[[package]]
4894name = "futures-io"
4895version = "0.3.31"
4896source = "registry+https://github.com/rust-lang/crates.io-index"
4897checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
4898
4899[[package]]
4900name = "futures-lite"
4901version = "1.13.0"
4902source = "registry+https://github.com/rust-lang/crates.io-index"
4903checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4904dependencies = [
4905 "fastrand 1.9.0",
4906 "futures-core",
4907 "futures-io",
4908 "memchr",
4909 "parking",
4910 "pin-project-lite",
4911 "waker-fn",
4912]
4913
4914[[package]]
4915name = "futures-lite"
4916version = "2.5.0"
4917source = "registry+https://github.com/rust-lang/crates.io-index"
4918checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
4919dependencies = [
4920 "fastrand 2.3.0",
4921 "futures-core",
4922 "futures-io",
4923 "parking",
4924 "pin-project-lite",
4925]
4926
4927[[package]]
4928name = "futures-macro"
4929version = "0.3.31"
4930source = "registry+https://github.com/rust-lang/crates.io-index"
4931checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
4932dependencies = [
4933 "proc-macro2",
4934 "quote",
4935 "syn 2.0.90",
4936]
4937
4938[[package]]
4939name = "futures-sink"
4940version = "0.3.31"
4941source = "registry+https://github.com/rust-lang/crates.io-index"
4942checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
4943
4944[[package]]
4945name = "futures-task"
4946version = "0.3.31"
4947source = "registry+https://github.com/rust-lang/crates.io-index"
4948checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
4949
4950[[package]]
4951name = "futures-timer"
4952version = "3.0.3"
4953source = "registry+https://github.com/rust-lang/crates.io-index"
4954checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4955
4956[[package]]
4957name = "futures-util"
4958version = "0.3.31"
4959source = "registry+https://github.com/rust-lang/crates.io-index"
4960checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
4961dependencies = [
4962 "futures 0.1.31",
4963 "futures-channel",
4964 "futures-core",
4965 "futures-io",
4966 "futures-macro",
4967 "futures-sink",
4968 "futures-task",
4969 "memchr",
4970 "pin-project-lite",
4971 "pin-utils",
4972 "slab",
4973 "tokio-io",
4974]
4975
4976[[package]]
4977name = "fuzzy"
4978version = "0.1.0"
4979dependencies = [
4980 "gpui",
4981 "log",
4982 "util",
4983]
4984
4985[[package]]
4986name = "fuzzy-matcher"
4987version = "0.3.7"
4988source = "registry+https://github.com/rust-lang/crates.io-index"
4989checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4990dependencies = [
4991 "thread_local",
4992]
4993
4994[[package]]
4995name = "generic-array"
4996version = "0.14.7"
4997source = "registry+https://github.com/rust-lang/crates.io-index"
4998checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4999dependencies = [
5000 "typenum",
5001 "version_check",
5002]
5003
5004[[package]]
5005name = "gethostname"
5006version = "0.4.3"
5007source = "registry+https://github.com/rust-lang/crates.io-index"
5008checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5009dependencies = [
5010 "libc",
5011 "windows-targets 0.48.5",
5012]
5013
5014[[package]]
5015name = "getrandom"
5016version = "0.1.16"
5017source = "registry+https://github.com/rust-lang/crates.io-index"
5018checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5019dependencies = [
5020 "cfg-if",
5021 "libc",
5022 "wasi 0.9.0+wasi-snapshot-preview1",
5023]
5024
5025[[package]]
5026name = "getrandom"
5027version = "0.2.15"
5028source = "registry+https://github.com/rust-lang/crates.io-index"
5029checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5030dependencies = [
5031 "cfg-if",
5032 "js-sys",
5033 "libc",
5034 "wasi 0.11.0+wasi-snapshot-preview1",
5035 "wasm-bindgen",
5036]
5037
5038[[package]]
5039name = "gif"
5040version = "0.13.1"
5041source = "registry+https://github.com/rust-lang/crates.io-index"
5042checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5043dependencies = [
5044 "color_quant",
5045 "weezl",
5046]
5047
5048[[package]]
5049name = "gimli"
5050version = "0.29.0"
5051source = "registry+https://github.com/rust-lang/crates.io-index"
5052checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5053dependencies = [
5054 "fallible-iterator",
5055 "indexmap",
5056 "stable_deref_trait",
5057]
5058
5059[[package]]
5060name = "gimli"
5061version = "0.31.1"
5062source = "registry+https://github.com/rust-lang/crates.io-index"
5063checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5064
5065[[package]]
5066name = "git"
5067version = "0.1.0"
5068dependencies = [
5069 "anyhow",
5070 "async-trait",
5071 "collections",
5072 "derive_more",
5073 "git2",
5074 "gpui",
5075 "http_client",
5076 "log",
5077 "parking_lot",
5078 "pretty_assertions",
5079 "regex",
5080 "rope",
5081 "serde",
5082 "serde_json",
5083 "smol",
5084 "sum_tree",
5085 "text",
5086 "time",
5087 "unindent",
5088 "url",
5089 "util",
5090]
5091
5092[[package]]
5093name = "git2"
5094version = "0.19.0"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
5097dependencies = [
5098 "bitflags 2.6.0",
5099 "libc",
5100 "libgit2-sys",
5101 "log",
5102 "url",
5103]
5104
5105[[package]]
5106name = "git_hosting_providers"
5107version = "0.1.0"
5108dependencies = [
5109 "anyhow",
5110 "async-trait",
5111 "futures 0.3.31",
5112 "git",
5113 "gpui",
5114 "http_client",
5115 "indoc",
5116 "pretty_assertions",
5117 "regex",
5118 "serde",
5119 "serde_json",
5120 "url",
5121 "util",
5122]
5123
5124[[package]]
5125name = "git_ui"
5126version = "0.1.0"
5127dependencies = [
5128 "anyhow",
5129 "collections",
5130 "db",
5131 "editor",
5132 "futures 0.3.31",
5133 "git",
5134 "gpui",
5135 "language",
5136 "menu",
5137 "project",
5138 "schemars",
5139 "serde",
5140 "serde_derive",
5141 "serde_json",
5142 "settings",
5143 "sum_tree",
5144 "theme",
5145 "ui",
5146 "util",
5147 "windows 0.58.0",
5148 "workspace",
5149 "worktree",
5150]
5151
5152[[package]]
5153name = "glob"
5154version = "0.3.1"
5155source = "registry+https://github.com/rust-lang/crates.io-index"
5156checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5157
5158[[package]]
5159name = "globset"
5160version = "0.4.15"
5161source = "registry+https://github.com/rust-lang/crates.io-index"
5162checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5163dependencies = [
5164 "aho-corasick",
5165 "bstr",
5166 "log",
5167 "regex-automata 0.4.9",
5168 "regex-syntax 0.8.5",
5169]
5170
5171[[package]]
5172name = "gloo-timers"
5173version = "0.3.0"
5174source = "registry+https://github.com/rust-lang/crates.io-index"
5175checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5176dependencies = [
5177 "futures-channel",
5178 "futures-core",
5179 "js-sys",
5180 "wasm-bindgen",
5181]
5182
5183[[package]]
5184name = "glow"
5185version = "0.14.2"
5186source = "registry+https://github.com/rust-lang/crates.io-index"
5187checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5188dependencies = [
5189 "js-sys",
5190 "slotmap",
5191 "wasm-bindgen",
5192 "web-sys",
5193]
5194
5195[[package]]
5196name = "go_to_line"
5197version = "0.1.0"
5198dependencies = [
5199 "anyhow",
5200 "editor",
5201 "gpui",
5202 "indoc",
5203 "language",
5204 "menu",
5205 "project",
5206 "rope",
5207 "schemars",
5208 "serde",
5209 "serde_json",
5210 "settings",
5211 "text",
5212 "theme",
5213 "tree-sitter-rust",
5214 "tree-sitter-typescript",
5215 "ui",
5216 "util",
5217 "workspace",
5218]
5219
5220[[package]]
5221name = "google_ai"
5222version = "0.1.0"
5223dependencies = [
5224 "anyhow",
5225 "futures 0.3.31",
5226 "http_client",
5227 "schemars",
5228 "serde",
5229 "serde_json",
5230 "strum",
5231]
5232
5233[[package]]
5234name = "gpu-alloc"
5235version = "0.6.0"
5236source = "registry+https://github.com/rust-lang/crates.io-index"
5237checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5238dependencies = [
5239 "bitflags 2.6.0",
5240 "gpu-alloc-types",
5241]
5242
5243[[package]]
5244name = "gpu-alloc-ash"
5245version = "0.7.0"
5246source = "registry+https://github.com/rust-lang/crates.io-index"
5247checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5248dependencies = [
5249 "ash",
5250 "gpu-alloc-types",
5251 "tinyvec",
5252]
5253
5254[[package]]
5255name = "gpu-alloc-types"
5256version = "0.3.0"
5257source = "registry+https://github.com/rust-lang/crates.io-index"
5258checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5259dependencies = [
5260 "bitflags 2.6.0",
5261]
5262
5263[[package]]
5264name = "gpui"
5265version = "0.1.0"
5266dependencies = [
5267 "anyhow",
5268 "as-raw-xcb-connection",
5269 "ashpd",
5270 "async-task",
5271 "backtrace",
5272 "bindgen",
5273 "blade-graphics",
5274 "blade-macros",
5275 "blade-util",
5276 "block",
5277 "bytemuck",
5278 "calloop",
5279 "calloop-wayland-source",
5280 "cbindgen",
5281 "cocoa 0.26.0",
5282 "collections",
5283 "core-foundation 0.9.4",
5284 "core-foundation-sys",
5285 "core-graphics 0.23.2",
5286 "core-text",
5287 "cosmic-text",
5288 "ctor",
5289 "derive_more",
5290 "embed-resource",
5291 "env_logger 0.11.6",
5292 "etagere",
5293 "filedescriptor",
5294 "flume",
5295 "font-kit",
5296 "foreign-types 0.5.0",
5297 "futures 0.3.31",
5298 "gpui_macros",
5299 "http_client",
5300 "image",
5301 "itertools 0.14.0",
5302 "linkme",
5303 "log",
5304 "media",
5305 "metal",
5306 "num_cpus",
5307 "objc",
5308 "objc2",
5309 "objc2-metal",
5310 "oo7",
5311 "open",
5312 "parking",
5313 "parking_lot",
5314 "pathfinder_geometry",
5315 "postage",
5316 "profiling",
5317 "rand 0.8.5",
5318 "raw-window-handle",
5319 "refineable",
5320 "resvg",
5321 "schemars",
5322 "seahash",
5323 "semantic_version",
5324 "serde",
5325 "serde_derive",
5326 "serde_json",
5327 "slotmap",
5328 "smallvec",
5329 "smol",
5330 "strum",
5331 "sum_tree",
5332 "taffy",
5333 "thiserror 1.0.69",
5334 "unicode-segmentation",
5335 "usvg",
5336 "util",
5337 "uuid",
5338 "waker-fn",
5339 "wayland-backend",
5340 "wayland-client",
5341 "wayland-cursor",
5342 "wayland-protocols",
5343 "wayland-protocols-plasma",
5344 "windows 0.58.0",
5345 "windows-core 0.58.0",
5346 "x11-clipboard",
5347 "x11rb",
5348 "xim",
5349 "xkbcommon",
5350]
5351
5352[[package]]
5353name = "gpui_macros"
5354version = "0.1.0"
5355dependencies = [
5356 "proc-macro2",
5357 "quote",
5358 "syn 1.0.109",
5359]
5360
5361[[package]]
5362name = "grid"
5363version = "0.13.0"
5364source = "registry+https://github.com/rust-lang/crates.io-index"
5365checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5366
5367[[package]]
5368name = "group"
5369version = "0.12.1"
5370source = "registry+https://github.com/rust-lang/crates.io-index"
5371checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5372dependencies = [
5373 "ff",
5374 "rand_core 0.6.4",
5375 "subtle",
5376]
5377
5378[[package]]
5379name = "h2"
5380version = "0.3.26"
5381source = "registry+https://github.com/rust-lang/crates.io-index"
5382checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5383dependencies = [
5384 "bytes 1.9.0",
5385 "fnv",
5386 "futures-core",
5387 "futures-sink",
5388 "futures-util",
5389 "http 0.2.12",
5390 "indexmap",
5391 "slab",
5392 "tokio",
5393 "tokio-util",
5394 "tracing",
5395]
5396
5397[[package]]
5398name = "h2"
5399version = "0.4.7"
5400source = "registry+https://github.com/rust-lang/crates.io-index"
5401checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5402dependencies = [
5403 "atomic-waker",
5404 "bytes 1.9.0",
5405 "fnv",
5406 "futures-core",
5407 "futures-sink",
5408 "http 1.2.0",
5409 "indexmap",
5410 "slab",
5411 "tokio",
5412 "tokio-util",
5413 "tracing",
5414]
5415
5416[[package]]
5417name = "half"
5418version = "2.4.1"
5419source = "registry+https://github.com/rust-lang/crates.io-index"
5420checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5421dependencies = [
5422 "cfg-if",
5423 "crunchy",
5424]
5425
5426[[package]]
5427name = "handlebars"
5428version = "4.5.0"
5429source = "registry+https://github.com/rust-lang/crates.io-index"
5430checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5431dependencies = [
5432 "log",
5433 "pest",
5434 "pest_derive",
5435 "serde",
5436 "serde_json",
5437 "thiserror 1.0.69",
5438]
5439
5440[[package]]
5441name = "handlebars"
5442version = "6.2.0"
5443source = "registry+https://github.com/rust-lang/crates.io-index"
5444checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5445dependencies = [
5446 "log",
5447 "num-order",
5448 "pest",
5449 "pest_derive",
5450 "serde",
5451 "serde_json",
5452 "thiserror 1.0.69",
5453]
5454
5455[[package]]
5456name = "hashbrown"
5457version = "0.12.3"
5458source = "registry+https://github.com/rust-lang/crates.io-index"
5459checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5460dependencies = [
5461 "ahash 0.7.8",
5462]
5463
5464[[package]]
5465name = "hashbrown"
5466version = "0.13.2"
5467source = "registry+https://github.com/rust-lang/crates.io-index"
5468checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5469dependencies = [
5470 "ahash 0.8.11",
5471]
5472
5473[[package]]
5474name = "hashbrown"
5475version = "0.14.5"
5476source = "registry+https://github.com/rust-lang/crates.io-index"
5477checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5478dependencies = [
5479 "ahash 0.8.11",
5480 "allocator-api2",
5481 "serde",
5482]
5483
5484[[package]]
5485name = "hashbrown"
5486version = "0.15.2"
5487source = "registry+https://github.com/rust-lang/crates.io-index"
5488checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5489dependencies = [
5490 "allocator-api2",
5491 "equivalent",
5492 "foldhash",
5493]
5494
5495[[package]]
5496name = "hashlink"
5497version = "0.8.4"
5498source = "registry+https://github.com/rust-lang/crates.io-index"
5499checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5500dependencies = [
5501 "hashbrown 0.14.5",
5502]
5503
5504[[package]]
5505name = "hashlink"
5506version = "0.9.1"
5507source = "registry+https://github.com/rust-lang/crates.io-index"
5508checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5509dependencies = [
5510 "hashbrown 0.14.5",
5511]
5512
5513[[package]]
5514name = "headers"
5515version = "0.3.9"
5516source = "registry+https://github.com/rust-lang/crates.io-index"
5517checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5518dependencies = [
5519 "base64 0.21.7",
5520 "bytes 1.9.0",
5521 "headers-core",
5522 "http 0.2.12",
5523 "httpdate",
5524 "mime",
5525 "sha1",
5526]
5527
5528[[package]]
5529name = "headers-core"
5530version = "0.2.0"
5531source = "registry+https://github.com/rust-lang/crates.io-index"
5532checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5533dependencies = [
5534 "http 0.2.12",
5535]
5536
5537[[package]]
5538name = "heck"
5539version = "0.3.3"
5540source = "registry+https://github.com/rust-lang/crates.io-index"
5541checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5542dependencies = [
5543 "unicode-segmentation",
5544]
5545
5546[[package]]
5547name = "heck"
5548version = "0.4.1"
5549source = "registry+https://github.com/rust-lang/crates.io-index"
5550checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5551dependencies = [
5552 "unicode-segmentation",
5553]
5554
5555[[package]]
5556name = "heck"
5557version = "0.5.0"
5558source = "registry+https://github.com/rust-lang/crates.io-index"
5559checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5560
5561[[package]]
5562name = "heed"
5563version = "0.21.0"
5564source = "registry+https://github.com/rust-lang/crates.io-index"
5565checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5566dependencies = [
5567 "bitflags 2.6.0",
5568 "byteorder",
5569 "heed-traits",
5570 "heed-types",
5571 "libc",
5572 "lmdb-master-sys",
5573 "once_cell",
5574 "page_size",
5575 "serde",
5576 "synchronoise",
5577 "url",
5578]
5579
5580[[package]]
5581name = "heed-traits"
5582version = "0.20.0"
5583source = "registry+https://github.com/rust-lang/crates.io-index"
5584checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5585
5586[[package]]
5587name = "heed-types"
5588version = "0.21.0"
5589source = "registry+https://github.com/rust-lang/crates.io-index"
5590checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5591dependencies = [
5592 "bincode",
5593 "byteorder",
5594 "heed-traits",
5595 "serde",
5596 "serde_json",
5597]
5598
5599[[package]]
5600name = "hermit-abi"
5601version = "0.3.9"
5602source = "registry+https://github.com/rust-lang/crates.io-index"
5603checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5604
5605[[package]]
5606name = "hermit-abi"
5607version = "0.4.0"
5608source = "registry+https://github.com/rust-lang/crates.io-index"
5609checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5610
5611[[package]]
5612name = "hex"
5613version = "0.4.3"
5614source = "registry+https://github.com/rust-lang/crates.io-index"
5615checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5616
5617[[package]]
5618name = "hexf-parse"
5619version = "0.2.1"
5620source = "registry+https://github.com/rust-lang/crates.io-index"
5621checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5622
5623[[package]]
5624name = "hidden-trait"
5625version = "0.1.2"
5626source = "registry+https://github.com/rust-lang/crates.io-index"
5627checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5628dependencies = [
5629 "proc-macro2",
5630 "quote",
5631 "syn 1.0.109",
5632]
5633
5634[[package]]
5635name = "hkdf"
5636version = "0.12.4"
5637source = "registry+https://github.com/rust-lang/crates.io-index"
5638checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5639dependencies = [
5640 "hmac",
5641]
5642
5643[[package]]
5644name = "hmac"
5645version = "0.12.1"
5646source = "registry+https://github.com/rust-lang/crates.io-index"
5647checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5648dependencies = [
5649 "digest",
5650]
5651
5652[[package]]
5653name = "home"
5654version = "0.5.9"
5655source = "registry+https://github.com/rust-lang/crates.io-index"
5656checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5657dependencies = [
5658 "windows-sys 0.52.0",
5659]
5660
5661[[package]]
5662name = "hound"
5663version = "3.5.1"
5664source = "registry+https://github.com/rust-lang/crates.io-index"
5665checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5666
5667[[package]]
5668name = "html5ever"
5669version = "0.27.0"
5670source = "registry+https://github.com/rust-lang/crates.io-index"
5671checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5672dependencies = [
5673 "log",
5674 "mac",
5675 "markup5ever",
5676 "proc-macro2",
5677 "quote",
5678 "syn 2.0.90",
5679]
5680
5681[[package]]
5682name = "html_to_markdown"
5683version = "0.1.0"
5684dependencies = [
5685 "anyhow",
5686 "html5ever",
5687 "indoc",
5688 "markup5ever_rcdom",
5689 "pretty_assertions",
5690 "regex",
5691]
5692
5693[[package]]
5694name = "http"
5695version = "0.2.12"
5696source = "registry+https://github.com/rust-lang/crates.io-index"
5697checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5698dependencies = [
5699 "bytes 1.9.0",
5700 "fnv",
5701 "itoa",
5702]
5703
5704[[package]]
5705name = "http"
5706version = "1.2.0"
5707source = "registry+https://github.com/rust-lang/crates.io-index"
5708checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5709dependencies = [
5710 "bytes 1.9.0",
5711 "fnv",
5712 "itoa",
5713]
5714
5715[[package]]
5716name = "http-body"
5717version = "0.4.6"
5718source = "registry+https://github.com/rust-lang/crates.io-index"
5719checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5720dependencies = [
5721 "bytes 1.9.0",
5722 "http 0.2.12",
5723 "pin-project-lite",
5724]
5725
5726[[package]]
5727name = "http-body"
5728version = "1.0.1"
5729source = "registry+https://github.com/rust-lang/crates.io-index"
5730checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5731dependencies = [
5732 "bytes 1.9.0",
5733 "http 1.2.0",
5734]
5735
5736[[package]]
5737name = "http-body-util"
5738version = "0.1.2"
5739source = "registry+https://github.com/rust-lang/crates.io-index"
5740checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5741dependencies = [
5742 "bytes 1.9.0",
5743 "futures-util",
5744 "http 1.2.0",
5745 "http-body 1.0.1",
5746 "pin-project-lite",
5747]
5748
5749[[package]]
5750name = "http-range-header"
5751version = "0.3.1"
5752source = "registry+https://github.com/rust-lang/crates.io-index"
5753checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5754
5755[[package]]
5756name = "http-types"
5757version = "2.12.0"
5758source = "registry+https://github.com/rust-lang/crates.io-index"
5759checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5760dependencies = [
5761 "anyhow",
5762 "async-channel 1.9.0",
5763 "base64 0.13.1",
5764 "futures-lite 1.13.0",
5765 "http 0.2.12",
5766 "infer",
5767 "pin-project-lite",
5768 "rand 0.7.3",
5769 "serde",
5770 "serde_json",
5771 "serde_qs 0.8.5",
5772 "serde_urlencoded",
5773 "url",
5774]
5775
5776[[package]]
5777name = "http_client"
5778version = "0.1.0"
5779dependencies = [
5780 "anyhow",
5781 "bytes 1.9.0",
5782 "derive_more",
5783 "futures 0.3.31",
5784 "http 1.2.0",
5785 "log",
5786 "serde",
5787 "serde_json",
5788 "url",
5789]
5790
5791[[package]]
5792name = "httparse"
5793version = "1.9.5"
5794source = "registry+https://github.com/rust-lang/crates.io-index"
5795checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5796
5797[[package]]
5798name = "httpdate"
5799version = "1.0.3"
5800source = "registry+https://github.com/rust-lang/crates.io-index"
5801checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5802
5803[[package]]
5804name = "human_bytes"
5805version = "0.4.3"
5806source = "registry+https://github.com/rust-lang/crates.io-index"
5807checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5808
5809[[package]]
5810name = "humantime"
5811version = "2.1.0"
5812source = "registry+https://github.com/rust-lang/crates.io-index"
5813checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5814
5815[[package]]
5816name = "hyper"
5817version = "0.14.32"
5818source = "registry+https://github.com/rust-lang/crates.io-index"
5819checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5820dependencies = [
5821 "bytes 1.9.0",
5822 "futures-channel",
5823 "futures-core",
5824 "futures-util",
5825 "h2 0.3.26",
5826 "http 0.2.12",
5827 "http-body 0.4.6",
5828 "httparse",
5829 "httpdate",
5830 "itoa",
5831 "pin-project-lite",
5832 "socket2",
5833 "tokio",
5834 "tower-service",
5835 "tracing",
5836 "want",
5837]
5838
5839[[package]]
5840name = "hyper"
5841version = "1.5.1"
5842source = "registry+https://github.com/rust-lang/crates.io-index"
5843checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5844dependencies = [
5845 "bytes 1.9.0",
5846 "futures-channel",
5847 "futures-util",
5848 "h2 0.4.7",
5849 "http 1.2.0",
5850 "http-body 1.0.1",
5851 "httparse",
5852 "itoa",
5853 "pin-project-lite",
5854 "smallvec",
5855 "tokio",
5856 "want",
5857]
5858
5859[[package]]
5860name = "hyper-rustls"
5861version = "0.24.2"
5862source = "registry+https://github.com/rust-lang/crates.io-index"
5863checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5864dependencies = [
5865 "futures-util",
5866 "http 0.2.12",
5867 "hyper 0.14.32",
5868 "log",
5869 "rustls 0.21.12",
5870 "rustls-native-certs 0.6.3",
5871 "tokio",
5872 "tokio-rustls 0.24.1",
5873]
5874
5875[[package]]
5876name = "hyper-rustls"
5877version = "0.27.3"
5878source = "registry+https://github.com/rust-lang/crates.io-index"
5879checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5880dependencies = [
5881 "futures-util",
5882 "http 1.2.0",
5883 "hyper 1.5.1",
5884 "hyper-util",
5885 "rustls 0.23.20",
5886 "rustls-native-certs 0.8.1",
5887 "rustls-pki-types",
5888 "tokio",
5889 "tokio-rustls 0.26.1",
5890 "tower-service",
5891]
5892
5893[[package]]
5894name = "hyper-tls"
5895version = "0.5.0"
5896source = "registry+https://github.com/rust-lang/crates.io-index"
5897checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5898dependencies = [
5899 "bytes 1.9.0",
5900 "hyper 0.14.32",
5901 "native-tls",
5902 "tokio",
5903 "tokio-native-tls",
5904]
5905
5906[[package]]
5907name = "hyper-util"
5908version = "0.1.10"
5909source = "registry+https://github.com/rust-lang/crates.io-index"
5910checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
5911dependencies = [
5912 "bytes 1.9.0",
5913 "futures-channel",
5914 "futures-util",
5915 "http 1.2.0",
5916 "http-body 1.0.1",
5917 "hyper 1.5.1",
5918 "pin-project-lite",
5919 "socket2",
5920 "tokio",
5921 "tower-service",
5922 "tracing",
5923]
5924
5925[[package]]
5926name = "iana-time-zone"
5927version = "0.1.61"
5928source = "registry+https://github.com/rust-lang/crates.io-index"
5929checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
5930dependencies = [
5931 "android_system_properties",
5932 "core-foundation-sys",
5933 "iana-time-zone-haiku",
5934 "js-sys",
5935 "wasm-bindgen",
5936 "windows-core 0.52.0",
5937]
5938
5939[[package]]
5940name = "iana-time-zone-haiku"
5941version = "0.1.2"
5942source = "registry+https://github.com/rust-lang/crates.io-index"
5943checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5944dependencies = [
5945 "cc",
5946]
5947
5948[[package]]
5949name = "icu_collections"
5950version = "1.5.0"
5951source = "registry+https://github.com/rust-lang/crates.io-index"
5952checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
5953dependencies = [
5954 "displaydoc",
5955 "yoke",
5956 "zerofrom",
5957 "zerovec",
5958]
5959
5960[[package]]
5961name = "icu_locid"
5962version = "1.5.0"
5963source = "registry+https://github.com/rust-lang/crates.io-index"
5964checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
5965dependencies = [
5966 "displaydoc",
5967 "litemap",
5968 "tinystr",
5969 "writeable",
5970 "zerovec",
5971]
5972
5973[[package]]
5974name = "icu_locid_transform"
5975version = "1.5.0"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
5978dependencies = [
5979 "displaydoc",
5980 "icu_locid",
5981 "icu_locid_transform_data",
5982 "icu_provider",
5983 "tinystr",
5984 "zerovec",
5985]
5986
5987[[package]]
5988name = "icu_locid_transform_data"
5989version = "1.5.0"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
5992
5993[[package]]
5994name = "icu_normalizer"
5995version = "1.5.0"
5996source = "registry+https://github.com/rust-lang/crates.io-index"
5997checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
5998dependencies = [
5999 "displaydoc",
6000 "icu_collections",
6001 "icu_normalizer_data",
6002 "icu_properties",
6003 "icu_provider",
6004 "smallvec",
6005 "utf16_iter",
6006 "utf8_iter",
6007 "write16",
6008 "zerovec",
6009]
6010
6011[[package]]
6012name = "icu_normalizer_data"
6013version = "1.5.0"
6014source = "registry+https://github.com/rust-lang/crates.io-index"
6015checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6016
6017[[package]]
6018name = "icu_properties"
6019version = "1.5.1"
6020source = "registry+https://github.com/rust-lang/crates.io-index"
6021checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6022dependencies = [
6023 "displaydoc",
6024 "icu_collections",
6025 "icu_locid_transform",
6026 "icu_properties_data",
6027 "icu_provider",
6028 "tinystr",
6029 "zerovec",
6030]
6031
6032[[package]]
6033name = "icu_properties_data"
6034version = "1.5.0"
6035source = "registry+https://github.com/rust-lang/crates.io-index"
6036checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6037
6038[[package]]
6039name = "icu_provider"
6040version = "1.5.0"
6041source = "registry+https://github.com/rust-lang/crates.io-index"
6042checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6043dependencies = [
6044 "displaydoc",
6045 "icu_locid",
6046 "icu_provider_macros",
6047 "stable_deref_trait",
6048 "tinystr",
6049 "writeable",
6050 "yoke",
6051 "zerofrom",
6052 "zerovec",
6053]
6054
6055[[package]]
6056name = "icu_provider_macros"
6057version = "1.5.0"
6058source = "registry+https://github.com/rust-lang/crates.io-index"
6059checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6060dependencies = [
6061 "proc-macro2",
6062 "quote",
6063 "syn 2.0.90",
6064]
6065
6066[[package]]
6067name = "id-arena"
6068version = "2.2.1"
6069source = "registry+https://github.com/rust-lang/crates.io-index"
6070checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6071
6072[[package]]
6073name = "idna"
6074version = "1.0.3"
6075source = "registry+https://github.com/rust-lang/crates.io-index"
6076checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6077dependencies = [
6078 "idna_adapter",
6079 "smallvec",
6080 "utf8_iter",
6081]
6082
6083[[package]]
6084name = "idna_adapter"
6085version = "1.2.0"
6086source = "registry+https://github.com/rust-lang/crates.io-index"
6087checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6088dependencies = [
6089 "icu_normalizer",
6090 "icu_properties",
6091]
6092
6093[[package]]
6094name = "ignore"
6095version = "0.4.23"
6096source = "registry+https://github.com/rust-lang/crates.io-index"
6097checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6098dependencies = [
6099 "crossbeam-deque",
6100 "globset",
6101 "log",
6102 "memchr",
6103 "regex-automata 0.4.9",
6104 "same-file",
6105 "walkdir",
6106 "winapi-util",
6107]
6108
6109[[package]]
6110name = "image"
6111version = "0.25.5"
6112source = "registry+https://github.com/rust-lang/crates.io-index"
6113checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6114dependencies = [
6115 "bytemuck",
6116 "byteorder-lite",
6117 "color_quant",
6118 "exr",
6119 "gif",
6120 "image-webp",
6121 "num-traits",
6122 "png",
6123 "qoi",
6124 "ravif",
6125 "rayon",
6126 "rgb",
6127 "tiff",
6128 "zune-core",
6129 "zune-jpeg",
6130]
6131
6132[[package]]
6133name = "image-webp"
6134version = "0.2.0"
6135source = "registry+https://github.com/rust-lang/crates.io-index"
6136checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6137dependencies = [
6138 "byteorder-lite",
6139 "quick-error",
6140]
6141
6142[[package]]
6143name = "image_viewer"
6144version = "0.1.0"
6145dependencies = [
6146 "anyhow",
6147 "db",
6148 "editor",
6149 "file_icons",
6150 "gpui",
6151 "project",
6152 "settings",
6153 "theme",
6154 "ui",
6155 "util",
6156 "workspace",
6157]
6158
6159[[package]]
6160name = "imagesize"
6161version = "0.13.0"
6162source = "registry+https://github.com/rust-lang/crates.io-index"
6163checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6164
6165[[package]]
6166name = "imgref"
6167version = "1.11.0"
6168source = "registry+https://github.com/rust-lang/crates.io-index"
6169checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6170
6171[[package]]
6172name = "indexed_docs"
6173version = "0.1.0"
6174dependencies = [
6175 "anyhow",
6176 "async-trait",
6177 "cargo_metadata",
6178 "collections",
6179 "derive_more",
6180 "extension",
6181 "fs",
6182 "futures 0.3.31",
6183 "fuzzy",
6184 "gpui",
6185 "heed",
6186 "html_to_markdown",
6187 "http_client",
6188 "indexmap",
6189 "indoc",
6190 "parking_lot",
6191 "paths",
6192 "pretty_assertions",
6193 "serde",
6194 "strum",
6195 "util",
6196]
6197
6198[[package]]
6199name = "indexmap"
6200version = "2.7.0"
6201source = "registry+https://github.com/rust-lang/crates.io-index"
6202checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
6203dependencies = [
6204 "equivalent",
6205 "hashbrown 0.15.2",
6206 "serde",
6207]
6208
6209[[package]]
6210name = "indoc"
6211version = "2.0.5"
6212source = "registry+https://github.com/rust-lang/crates.io-index"
6213checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6214
6215[[package]]
6216name = "infer"
6217version = "0.2.3"
6218source = "registry+https://github.com/rust-lang/crates.io-index"
6219checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6220
6221[[package]]
6222name = "inherent"
6223version = "1.0.11"
6224source = "registry+https://github.com/rust-lang/crates.io-index"
6225checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6226dependencies = [
6227 "proc-macro2",
6228 "quote",
6229 "syn 2.0.90",
6230]
6231
6232[[package]]
6233name = "inline_completion"
6234version = "0.1.0"
6235dependencies = [
6236 "gpui",
6237 "language",
6238]
6239
6240[[package]]
6241name = "inline_completion_button"
6242version = "0.1.0"
6243dependencies = [
6244 "anyhow",
6245 "copilot",
6246 "editor",
6247 "feature_flags",
6248 "fs",
6249 "futures 0.3.31",
6250 "gpui",
6251 "indoc",
6252 "inline_completion",
6253 "language",
6254 "lsp",
6255 "paths",
6256 "project",
6257 "serde_json",
6258 "settings",
6259 "supermaven",
6260 "theme",
6261 "ui",
6262 "workspace",
6263 "zed_actions",
6264 "zeta",
6265]
6266
6267[[package]]
6268name = "inotify"
6269version = "0.9.6"
6270source = "registry+https://github.com/rust-lang/crates.io-index"
6271checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6272dependencies = [
6273 "bitflags 1.3.2",
6274 "inotify-sys",
6275 "libc",
6276]
6277
6278[[package]]
6279name = "inotify-sys"
6280version = "0.1.5"
6281source = "registry+https://github.com/rust-lang/crates.io-index"
6282checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6283dependencies = [
6284 "libc",
6285]
6286
6287[[package]]
6288name = "inout"
6289version = "0.1.3"
6290source = "registry+https://github.com/rust-lang/crates.io-index"
6291checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6292dependencies = [
6293 "block-padding",
6294 "generic-array",
6295]
6296
6297[[package]]
6298name = "install_cli"
6299version = "0.1.0"
6300dependencies = [
6301 "anyhow",
6302 "gpui",
6303 "smol",
6304 "util",
6305]
6306
6307[[package]]
6308name = "instant"
6309version = "0.1.13"
6310source = "registry+https://github.com/rust-lang/crates.io-index"
6311checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6312dependencies = [
6313 "cfg-if",
6314]
6315
6316[[package]]
6317name = "interpolate_name"
6318version = "0.2.4"
6319source = "registry+https://github.com/rust-lang/crates.io-index"
6320checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6321dependencies = [
6322 "proc-macro2",
6323 "quote",
6324 "syn 2.0.90",
6325]
6326
6327[[package]]
6328name = "io-extras"
6329version = "0.18.4"
6330source = "registry+https://github.com/rust-lang/crates.io-index"
6331checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6332dependencies = [
6333 "io-lifetimes",
6334 "windows-sys 0.59.0",
6335]
6336
6337[[package]]
6338name = "io-lifetimes"
6339version = "2.0.4"
6340source = "registry+https://github.com/rust-lang/crates.io-index"
6341checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6342
6343[[package]]
6344name = "iovec"
6345version = "0.1.4"
6346source = "registry+https://github.com/rust-lang/crates.io-index"
6347checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6348dependencies = [
6349 "libc",
6350]
6351
6352[[package]]
6353name = "ipc-channel"
6354version = "0.19.0"
6355source = "registry+https://github.com/rust-lang/crates.io-index"
6356checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6357dependencies = [
6358 "bincode",
6359 "crossbeam-channel",
6360 "fnv",
6361 "lazy_static",
6362 "libc",
6363 "mio 1.0.3",
6364 "rand 0.8.5",
6365 "serde",
6366 "tempfile",
6367 "uuid",
6368 "windows 0.58.0",
6369]
6370
6371[[package]]
6372name = "ipnet"
6373version = "2.10.1"
6374source = "registry+https://github.com/rust-lang/crates.io-index"
6375checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6376
6377[[package]]
6378name = "is-docker"
6379version = "0.2.0"
6380source = "registry+https://github.com/rust-lang/crates.io-index"
6381checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6382dependencies = [
6383 "once_cell",
6384]
6385
6386[[package]]
6387name = "is-terminal"
6388version = "0.4.13"
6389source = "registry+https://github.com/rust-lang/crates.io-index"
6390checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6391dependencies = [
6392 "hermit-abi 0.4.0",
6393 "libc",
6394 "windows-sys 0.52.0",
6395]
6396
6397[[package]]
6398name = "is-wsl"
6399version = "0.4.0"
6400source = "registry+https://github.com/rust-lang/crates.io-index"
6401checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6402dependencies = [
6403 "is-docker",
6404 "once_cell",
6405]
6406
6407[[package]]
6408name = "is_terminal_polyfill"
6409version = "1.70.1"
6410source = "registry+https://github.com/rust-lang/crates.io-index"
6411checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6412
6413[[package]]
6414name = "itertools"
6415version = "0.10.5"
6416source = "registry+https://github.com/rust-lang/crates.io-index"
6417checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6418dependencies = [
6419 "either",
6420]
6421
6422[[package]]
6423name = "itertools"
6424version = "0.11.0"
6425source = "registry+https://github.com/rust-lang/crates.io-index"
6426checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6427dependencies = [
6428 "either",
6429]
6430
6431[[package]]
6432name = "itertools"
6433version = "0.12.1"
6434source = "registry+https://github.com/rust-lang/crates.io-index"
6435checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6436dependencies = [
6437 "either",
6438]
6439
6440[[package]]
6441name = "itertools"
6442version = "0.14.0"
6443source = "registry+https://github.com/rust-lang/crates.io-index"
6444checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6445dependencies = [
6446 "either",
6447]
6448
6449[[package]]
6450name = "itoa"
6451version = "1.0.14"
6452source = "registry+https://github.com/rust-lang/crates.io-index"
6453checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6454
6455[[package]]
6456name = "jni"
6457version = "0.21.1"
6458source = "registry+https://github.com/rust-lang/crates.io-index"
6459checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6460dependencies = [
6461 "cesu8",
6462 "cfg-if",
6463 "combine",
6464 "jni-sys",
6465 "log",
6466 "thiserror 1.0.69",
6467 "walkdir",
6468 "windows-sys 0.45.0",
6469]
6470
6471[[package]]
6472name = "jni-sys"
6473version = "0.3.0"
6474source = "registry+https://github.com/rust-lang/crates.io-index"
6475checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6476
6477[[package]]
6478name = "jobserver"
6479version = "0.1.32"
6480source = "registry+https://github.com/rust-lang/crates.io-index"
6481checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6482dependencies = [
6483 "libc",
6484]
6485
6486[[package]]
6487name = "journal"
6488version = "0.1.0"
6489dependencies = [
6490 "anyhow",
6491 "chrono",
6492 "editor",
6493 "gpui",
6494 "log",
6495 "schemars",
6496 "serde",
6497 "settings",
6498 "shellexpand 2.1.2",
6499 "workspace",
6500]
6501
6502[[package]]
6503name = "jpeg-decoder"
6504version = "0.3.1"
6505source = "registry+https://github.com/rust-lang/crates.io-index"
6506checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6507
6508[[package]]
6509name = "js-sys"
6510version = "0.3.76"
6511source = "registry+https://github.com/rust-lang/crates.io-index"
6512checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6513dependencies = [
6514 "once_cell",
6515 "wasm-bindgen",
6516]
6517
6518[[package]]
6519name = "jsonwebtoken"
6520version = "9.3.0"
6521source = "registry+https://github.com/rust-lang/crates.io-index"
6522checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6523dependencies = [
6524 "base64 0.21.7",
6525 "js-sys",
6526 "pem",
6527 "ring",
6528 "serde",
6529 "serde_json",
6530 "simple_asn1",
6531]
6532
6533[[package]]
6534name = "jupyter-protocol"
6535version = "0.6.0"
6536source = "registry+https://github.com/rust-lang/crates.io-index"
6537checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6538dependencies = [
6539 "anyhow",
6540 "async-trait",
6541 "bytes 1.9.0",
6542 "chrono",
6543 "futures 0.3.31",
6544 "serde",
6545 "serde_json",
6546 "uuid",
6547]
6548
6549[[package]]
6550name = "jupyter-websocket-client"
6551version = "0.9.0"
6552source = "registry+https://github.com/rust-lang/crates.io-index"
6553checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6554dependencies = [
6555 "anyhow",
6556 "async-trait",
6557 "async-tungstenite 0.28.2",
6558 "futures 0.3.31",
6559 "jupyter-protocol",
6560 "serde",
6561 "serde_json",
6562 "url",
6563 "uuid",
6564]
6565
6566[[package]]
6567name = "khronos-egl"
6568version = "6.0.0"
6569source = "registry+https://github.com/rust-lang/crates.io-index"
6570checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6571dependencies = [
6572 "libc",
6573 "libloading",
6574]
6575
6576[[package]]
6577name = "kqueue"
6578version = "1.0.8"
6579source = "registry+https://github.com/rust-lang/crates.io-index"
6580checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6581dependencies = [
6582 "kqueue-sys",
6583 "libc",
6584]
6585
6586[[package]]
6587name = "kqueue-sys"
6588version = "1.0.4"
6589source = "registry+https://github.com/rust-lang/crates.io-index"
6590checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6591dependencies = [
6592 "bitflags 1.3.2",
6593 "libc",
6594]
6595
6596[[package]]
6597name = "kurbo"
6598version = "0.11.1"
6599source = "registry+https://github.com/rust-lang/crates.io-index"
6600checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6601dependencies = [
6602 "arrayvec",
6603 "smallvec",
6604]
6605
6606[[package]]
6607name = "kv-log-macro"
6608version = "1.0.7"
6609source = "registry+https://github.com/rust-lang/crates.io-index"
6610checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6611dependencies = [
6612 "log",
6613]
6614
6615[[package]]
6616name = "language"
6617version = "0.1.0"
6618dependencies = [
6619 "anyhow",
6620 "async-trait",
6621 "async-watch",
6622 "clock",
6623 "collections",
6624 "ctor",
6625 "ec4rs",
6626 "env_logger 0.11.6",
6627 "fs",
6628 "futures 0.3.31",
6629 "fuzzy",
6630 "globset",
6631 "gpui",
6632 "http_client",
6633 "indoc",
6634 "itertools 0.14.0",
6635 "log",
6636 "lsp",
6637 "parking_lot",
6638 "postage",
6639 "pretty_assertions",
6640 "pulldown-cmark 0.12.2",
6641 "rand 0.8.5",
6642 "regex",
6643 "rpc",
6644 "schemars",
6645 "serde",
6646 "serde_json",
6647 "settings",
6648 "similar",
6649 "smallvec",
6650 "smol",
6651 "strsim",
6652 "sum_tree",
6653 "task",
6654 "text",
6655 "theme",
6656 "tree-sitter",
6657 "tree-sitter-elixir",
6658 "tree-sitter-embedded-template",
6659 "tree-sitter-heex",
6660 "tree-sitter-html",
6661 "tree-sitter-json",
6662 "tree-sitter-md",
6663 "tree-sitter-ruby",
6664 "tree-sitter-rust",
6665 "tree-sitter-typescript",
6666 "unicase",
6667 "unindent",
6668 "util",
6669]
6670
6671[[package]]
6672name = "language_extension"
6673version = "0.1.0"
6674dependencies = [
6675 "anyhow",
6676 "async-trait",
6677 "collections",
6678 "extension",
6679 "fs",
6680 "futures 0.3.31",
6681 "gpui",
6682 "language",
6683 "lsp",
6684 "serde",
6685 "serde_json",
6686 "util",
6687]
6688
6689[[package]]
6690name = "language_model"
6691version = "0.1.0"
6692dependencies = [
6693 "anthropic",
6694 "anyhow",
6695 "base64 0.22.1",
6696 "collections",
6697 "deepseek",
6698 "futures 0.3.31",
6699 "google_ai",
6700 "gpui",
6701 "http_client",
6702 "image",
6703 "lmstudio",
6704 "log",
6705 "ollama",
6706 "open_ai",
6707 "parking_lot",
6708 "proto",
6709 "schemars",
6710 "serde",
6711 "serde_json",
6712 "smol",
6713 "strum",
6714 "ui",
6715 "util",
6716]
6717
6718[[package]]
6719name = "language_model_selector"
6720version = "0.1.0"
6721dependencies = [
6722 "feature_flags",
6723 "gpui",
6724 "language_model",
6725 "picker",
6726 "proto",
6727 "ui",
6728 "workspace",
6729 "zed_actions",
6730]
6731
6732[[package]]
6733name = "language_models"
6734version = "0.1.0"
6735dependencies = [
6736 "anthropic",
6737 "anyhow",
6738 "client",
6739 "collections",
6740 "copilot",
6741 "deepseek",
6742 "editor",
6743 "feature_flags",
6744 "fs",
6745 "futures 0.3.31",
6746 "google_ai",
6747 "gpui",
6748 "http_client",
6749 "language_model",
6750 "lmstudio",
6751 "menu",
6752 "ollama",
6753 "open_ai",
6754 "project",
6755 "proto",
6756 "schemars",
6757 "serde",
6758 "serde_json",
6759 "settings",
6760 "smol",
6761 "strum",
6762 "telemetry_events",
6763 "theme",
6764 "thiserror 1.0.69",
6765 "tiktoken-rs",
6766 "ui",
6767 "util",
6768]
6769
6770[[package]]
6771name = "language_selector"
6772version = "0.1.0"
6773dependencies = [
6774 "anyhow",
6775 "editor",
6776 "file_finder",
6777 "file_icons",
6778 "fuzzy",
6779 "gpui",
6780 "language",
6781 "picker",
6782 "project",
6783 "settings",
6784 "ui",
6785 "util",
6786 "workspace",
6787]
6788
6789[[package]]
6790name = "language_tools"
6791version = "0.1.0"
6792dependencies = [
6793 "anyhow",
6794 "client",
6795 "collections",
6796 "copilot",
6797 "editor",
6798 "env_logger 0.11.6",
6799 "futures 0.3.31",
6800 "gpui",
6801 "itertools 0.14.0",
6802 "language",
6803 "lsp",
6804 "project",
6805 "release_channel",
6806 "serde_json",
6807 "settings",
6808 "theme",
6809 "tree-sitter",
6810 "ui",
6811 "util",
6812 "workspace",
6813 "zed_actions",
6814]
6815
6816[[package]]
6817name = "languages"
6818version = "0.1.0"
6819dependencies = [
6820 "anyhow",
6821 "async-compression",
6822 "async-tar",
6823 "async-trait",
6824 "collections",
6825 "futures 0.3.31",
6826 "gpui",
6827 "http_client",
6828 "language",
6829 "log",
6830 "lsp",
6831 "node_runtime",
6832 "paths",
6833 "pet",
6834 "pet-conda",
6835 "pet-core",
6836 "pet-fs",
6837 "pet-poetry",
6838 "pet-reporter",
6839 "project",
6840 "regex",
6841 "rope",
6842 "rust-embed",
6843 "serde",
6844 "serde_json",
6845 "settings",
6846 "smol",
6847 "task",
6848 "text",
6849 "theme",
6850 "toml 0.8.19",
6851 "tree-sitter",
6852 "tree-sitter-bash",
6853 "tree-sitter-c",
6854 "tree-sitter-cpp",
6855 "tree-sitter-css",
6856 "tree-sitter-diff",
6857 "tree-sitter-go",
6858 "tree-sitter-gomod",
6859 "tree-sitter-gowork",
6860 "tree-sitter-jsdoc",
6861 "tree-sitter-json",
6862 "tree-sitter-md",
6863 "tree-sitter-python",
6864 "tree-sitter-regex",
6865 "tree-sitter-rust",
6866 "tree-sitter-typescript",
6867 "tree-sitter-yaml",
6868 "unindent",
6869 "util",
6870 "workspace",
6871]
6872
6873[[package]]
6874name = "lazy_static"
6875version = "1.5.0"
6876source = "registry+https://github.com/rust-lang/crates.io-index"
6877checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6878dependencies = [
6879 "spin",
6880]
6881
6882[[package]]
6883name = "leb128"
6884version = "0.2.5"
6885source = "registry+https://github.com/rust-lang/crates.io-index"
6886checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6887
6888[[package]]
6889name = "lebe"
6890version = "0.5.2"
6891source = "registry+https://github.com/rust-lang/crates.io-index"
6892checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6893
6894[[package]]
6895name = "libc"
6896version = "0.2.169"
6897source = "registry+https://github.com/rust-lang/crates.io-index"
6898checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
6899
6900[[package]]
6901name = "libdbus-sys"
6902version = "0.2.5"
6903source = "registry+https://github.com/rust-lang/crates.io-index"
6904checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6905dependencies = [
6906 "cc",
6907 "pkg-config",
6908]
6909
6910[[package]]
6911name = "libfuzzer-sys"
6912version = "0.4.8"
6913source = "registry+https://github.com/rust-lang/crates.io-index"
6914checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
6915dependencies = [
6916 "arbitrary",
6917 "cc",
6918]
6919
6920[[package]]
6921name = "libgit2-sys"
6922version = "0.17.0+1.8.1"
6923source = "registry+https://github.com/rust-lang/crates.io-index"
6924checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6925dependencies = [
6926 "cc",
6927 "libc",
6928 "libz-sys",
6929 "pkg-config",
6930]
6931
6932[[package]]
6933name = "libloading"
6934version = "0.8.6"
6935source = "registry+https://github.com/rust-lang/crates.io-index"
6936checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
6937dependencies = [
6938 "cfg-if",
6939 "windows-targets 0.52.6",
6940]
6941
6942[[package]]
6943name = "libm"
6944version = "0.2.11"
6945source = "registry+https://github.com/rust-lang/crates.io-index"
6946checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
6947
6948[[package]]
6949name = "libmimalloc-sys"
6950version = "0.1.39"
6951source = "registry+https://github.com/rust-lang/crates.io-index"
6952checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6953dependencies = [
6954 "cc",
6955 "libc",
6956]
6957
6958[[package]]
6959name = "libredox"
6960version = "0.1.3"
6961source = "registry+https://github.com/rust-lang/crates.io-index"
6962checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6963dependencies = [
6964 "bitflags 2.6.0",
6965 "libc",
6966 "redox_syscall 0.5.8",
6967]
6968
6969[[package]]
6970name = "libsqlite3-sys"
6971version = "0.30.1"
6972source = "registry+https://github.com/rust-lang/crates.io-index"
6973checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
6974dependencies = [
6975 "cc",
6976 "pkg-config",
6977 "vcpkg",
6978]
6979
6980[[package]]
6981name = "libwebrtc"
6982version = "0.3.7"
6983source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
6984dependencies = [
6985 "cxx",
6986 "jni",
6987 "js-sys",
6988 "lazy_static",
6989 "livekit-protocol",
6990 "livekit-runtime",
6991 "log",
6992 "parking_lot",
6993 "serde",
6994 "serde_json",
6995 "thiserror 1.0.69",
6996 "tokio",
6997 "wasm-bindgen",
6998 "wasm-bindgen-futures",
6999 "web-sys",
7000 "webrtc-sys",
7001]
7002
7003[[package]]
7004name = "libz-sys"
7005version = "1.1.20"
7006source = "registry+https://github.com/rust-lang/crates.io-index"
7007checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7008dependencies = [
7009 "cc",
7010 "libc",
7011 "pkg-config",
7012 "vcpkg",
7013]
7014
7015[[package]]
7016name = "link-cplusplus"
7017version = "1.0.9"
7018source = "registry+https://github.com/rust-lang/crates.io-index"
7019checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7020dependencies = [
7021 "cc",
7022]
7023
7024[[package]]
7025name = "linkify"
7026version = "0.10.0"
7027source = "registry+https://github.com/rust-lang/crates.io-index"
7028checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7029dependencies = [
7030 "memchr",
7031]
7032
7033[[package]]
7034name = "linkme"
7035version = "0.3.31"
7036source = "registry+https://github.com/rust-lang/crates.io-index"
7037checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7038dependencies = [
7039 "linkme-impl",
7040]
7041
7042[[package]]
7043name = "linkme-impl"
7044version = "0.3.31"
7045source = "registry+https://github.com/rust-lang/crates.io-index"
7046checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7047dependencies = [
7048 "proc-macro2",
7049 "quote",
7050 "syn 2.0.90",
7051]
7052
7053[[package]]
7054name = "linux-raw-sys"
7055version = "0.4.14"
7056source = "registry+https://github.com/rust-lang/crates.io-index"
7057checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7058
7059[[package]]
7060name = "litemap"
7061version = "0.7.4"
7062source = "registry+https://github.com/rust-lang/crates.io-index"
7063checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7064
7065[[package]]
7066name = "livekit"
7067version = "0.7.0"
7068source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7069dependencies = [
7070 "chrono",
7071 "futures-util",
7072 "lazy_static",
7073 "libwebrtc",
7074 "livekit-api",
7075 "livekit-protocol",
7076 "livekit-runtime",
7077 "log",
7078 "parking_lot",
7079 "prost 0.12.6",
7080 "semver",
7081 "serde",
7082 "serde_json",
7083 "thiserror 1.0.69",
7084 "tokio",
7085]
7086
7087[[package]]
7088name = "livekit-api"
7089version = "0.4.1"
7090source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7091dependencies = [
7092 "async-tungstenite 0.25.1",
7093 "futures-util",
7094 "http 0.2.12",
7095 "jsonwebtoken",
7096 "livekit-protocol",
7097 "livekit-runtime",
7098 "log",
7099 "parking_lot",
7100 "prost 0.12.6",
7101 "reqwest 0.11.27",
7102 "scopeguard",
7103 "serde",
7104 "serde_json",
7105 "sha2",
7106 "thiserror 1.0.69",
7107 "tokio",
7108 "tokio-tungstenite 0.20.1",
7109 "url",
7110]
7111
7112[[package]]
7113name = "livekit-protocol"
7114version = "0.3.6"
7115source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7116dependencies = [
7117 "futures-util",
7118 "livekit-runtime",
7119 "parking_lot",
7120 "pbjson",
7121 "pbjson-types",
7122 "prost 0.12.6",
7123 "prost-types 0.12.6",
7124 "serde",
7125 "thiserror 1.0.69",
7126 "tokio",
7127]
7128
7129[[package]]
7130name = "livekit-runtime"
7131version = "0.3.1"
7132source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7133dependencies = [
7134 "async-io",
7135 "async-std",
7136 "async-task",
7137 "futures 0.3.31",
7138]
7139
7140[[package]]
7141name = "livekit_client"
7142version = "0.1.0"
7143dependencies = [
7144 "anyhow",
7145 "async-trait",
7146 "collections",
7147 "core-foundation 0.9.4",
7148 "coreaudio-rs 0.12.1",
7149 "cpal",
7150 "futures 0.3.31",
7151 "gpui",
7152 "http 0.2.12",
7153 "http_client",
7154 "image",
7155 "livekit",
7156 "livekit_server",
7157 "log",
7158 "media",
7159 "nanoid",
7160 "parking_lot",
7161 "postage",
7162 "serde",
7163 "serde_json",
7164 "sha2",
7165 "simplelog",
7166 "smallvec",
7167 "util",
7168]
7169
7170[[package]]
7171name = "livekit_client_macos"
7172version = "0.1.0"
7173dependencies = [
7174 "anyhow",
7175 "async-broadcast",
7176 "async-trait",
7177 "collections",
7178 "core-foundation 0.9.4",
7179 "futures 0.3.31",
7180 "gpui",
7181 "livekit_server",
7182 "log",
7183 "media",
7184 "nanoid",
7185 "parking_lot",
7186 "postage",
7187 "serde",
7188 "serde_json",
7189 "sha2",
7190 "simplelog",
7191]
7192
7193[[package]]
7194name = "livekit_server"
7195version = "0.1.0"
7196dependencies = [
7197 "anyhow",
7198 "async-trait",
7199 "jsonwebtoken",
7200 "log",
7201 "prost 0.9.0",
7202 "prost-build 0.9.0",
7203 "prost-types 0.9.0",
7204 "reqwest 0.12.8",
7205 "serde",
7206]
7207
7208[[package]]
7209name = "lmdb-master-sys"
7210version = "0.2.4"
7211source = "registry+https://github.com/rust-lang/crates.io-index"
7212checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7213dependencies = [
7214 "cc",
7215 "doxygen-rs",
7216 "libc",
7217]
7218
7219[[package]]
7220name = "lmstudio"
7221version = "0.1.0"
7222dependencies = [
7223 "anyhow",
7224 "futures 0.3.31",
7225 "http_client",
7226 "schemars",
7227 "serde",
7228 "serde_json",
7229]
7230
7231[[package]]
7232name = "lock_api"
7233version = "0.4.12"
7234source = "registry+https://github.com/rust-lang/crates.io-index"
7235checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7236dependencies = [
7237 "autocfg",
7238 "scopeguard",
7239]
7240
7241[[package]]
7242name = "log"
7243version = "0.4.22"
7244source = "registry+https://github.com/rust-lang/crates.io-index"
7245checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
7246dependencies = [
7247 "serde",
7248 "value-bag",
7249]
7250
7251[[package]]
7252name = "loop9"
7253version = "0.1.5"
7254source = "registry+https://github.com/rust-lang/crates.io-index"
7255checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7256dependencies = [
7257 "imgref",
7258]
7259
7260[[package]]
7261name = "lru"
7262version = "0.12.5"
7263source = "registry+https://github.com/rust-lang/crates.io-index"
7264checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7265dependencies = [
7266 "hashbrown 0.15.2",
7267]
7268
7269[[package]]
7270name = "lsp"
7271version = "0.1.0"
7272dependencies = [
7273 "anyhow",
7274 "async-pipe",
7275 "collections",
7276 "ctor",
7277 "env_logger 0.11.6",
7278 "futures 0.3.31",
7279 "gpui",
7280 "log",
7281 "lsp-types",
7282 "parking_lot",
7283 "postage",
7284 "release_channel",
7285 "schemars",
7286 "serde",
7287 "serde_json",
7288 "smol",
7289 "util",
7290]
7291
7292[[package]]
7293name = "lsp-types"
7294version = "0.95.1"
7295source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7296dependencies = [
7297 "bitflags 1.3.2",
7298 "serde",
7299 "serde_json",
7300 "serde_repr",
7301 "url",
7302]
7303
7304[[package]]
7305name = "mac"
7306version = "0.1.1"
7307source = "registry+https://github.com/rust-lang/crates.io-index"
7308checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7309
7310[[package]]
7311name = "mach2"
7312version = "0.4.2"
7313source = "registry+https://github.com/rust-lang/crates.io-index"
7314checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7315dependencies = [
7316 "libc",
7317]
7318
7319[[package]]
7320name = "malloc_buf"
7321version = "0.0.6"
7322source = "registry+https://github.com/rust-lang/crates.io-index"
7323checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7324dependencies = [
7325 "libc",
7326]
7327
7328[[package]]
7329name = "maplit"
7330version = "1.0.2"
7331source = "registry+https://github.com/rust-lang/crates.io-index"
7332checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7333
7334[[package]]
7335name = "markdown"
7336version = "0.1.0"
7337dependencies = [
7338 "anyhow",
7339 "assets",
7340 "env_logger 0.11.6",
7341 "futures 0.3.31",
7342 "gpui",
7343 "language",
7344 "languages",
7345 "linkify",
7346 "log",
7347 "node_runtime",
7348 "pulldown-cmark 0.12.2",
7349 "settings",
7350 "theme",
7351 "ui",
7352 "util",
7353]
7354
7355[[package]]
7356name = "markdown_preview"
7357version = "0.1.0"
7358dependencies = [
7359 "anyhow",
7360 "async-recursion 1.1.1",
7361 "collections",
7362 "editor",
7363 "gpui",
7364 "language",
7365 "linkify",
7366 "log",
7367 "pretty_assertions",
7368 "pulldown-cmark 0.12.2",
7369 "settings",
7370 "theme",
7371 "ui",
7372 "util",
7373 "workspace",
7374]
7375
7376[[package]]
7377name = "markup5ever"
7378version = "0.12.1"
7379source = "registry+https://github.com/rust-lang/crates.io-index"
7380checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7381dependencies = [
7382 "log",
7383 "phf",
7384 "phf_codegen",
7385 "string_cache",
7386 "string_cache_codegen",
7387 "tendril",
7388]
7389
7390[[package]]
7391name = "markup5ever_rcdom"
7392version = "0.3.0"
7393source = "registry+https://github.com/rust-lang/crates.io-index"
7394checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7395dependencies = [
7396 "html5ever",
7397 "markup5ever",
7398 "tendril",
7399 "xml5ever",
7400]
7401
7402[[package]]
7403name = "matchers"
7404version = "0.1.0"
7405source = "registry+https://github.com/rust-lang/crates.io-index"
7406checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7407dependencies = [
7408 "regex-automata 0.1.10",
7409]
7410
7411[[package]]
7412name = "matchit"
7413version = "0.7.3"
7414source = "registry+https://github.com/rust-lang/crates.io-index"
7415checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7416
7417[[package]]
7418name = "maybe-owned"
7419version = "0.3.4"
7420source = "registry+https://github.com/rust-lang/crates.io-index"
7421checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7422
7423[[package]]
7424name = "maybe-rayon"
7425version = "0.1.1"
7426source = "registry+https://github.com/rust-lang/crates.io-index"
7427checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7428dependencies = [
7429 "cfg-if",
7430 "rayon",
7431]
7432
7433[[package]]
7434name = "md-5"
7435version = "0.10.6"
7436source = "registry+https://github.com/rust-lang/crates.io-index"
7437checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7438dependencies = [
7439 "cfg-if",
7440 "digest",
7441]
7442
7443[[package]]
7444name = "mdbook"
7445version = "0.4.43"
7446source = "registry+https://github.com/rust-lang/crates.io-index"
7447checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7448dependencies = [
7449 "ammonia",
7450 "anyhow",
7451 "chrono",
7452 "clap",
7453 "clap_complete",
7454 "elasticlunr-rs",
7455 "env_logger 0.11.6",
7456 "futures-util",
7457 "handlebars 6.2.0",
7458 "ignore",
7459 "log",
7460 "memchr",
7461 "notify",
7462 "notify-debouncer-mini",
7463 "once_cell",
7464 "opener",
7465 "pathdiff",
7466 "pulldown-cmark 0.10.3",
7467 "regex",
7468 "serde",
7469 "serde_json",
7470 "shlex",
7471 "tempfile",
7472 "tokio",
7473 "toml 0.5.11",
7474 "topological-sort",
7475 "walkdir",
7476 "warp",
7477]
7478
7479[[package]]
7480name = "media"
7481version = "0.1.0"
7482dependencies = [
7483 "anyhow",
7484 "bindgen",
7485 "core-foundation 0.9.4",
7486 "ctor",
7487 "foreign-types 0.5.0",
7488 "metal",
7489 "objc",
7490]
7491
7492[[package]]
7493name = "memchr"
7494version = "2.7.4"
7495source = "registry+https://github.com/rust-lang/crates.io-index"
7496checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7497
7498[[package]]
7499name = "memfd"
7500version = "0.6.4"
7501source = "registry+https://github.com/rust-lang/crates.io-index"
7502checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7503dependencies = [
7504 "rustix",
7505]
7506
7507[[package]]
7508name = "memmap2"
7509version = "0.9.5"
7510source = "registry+https://github.com/rust-lang/crates.io-index"
7511checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7512dependencies = [
7513 "libc",
7514]
7515
7516[[package]]
7517name = "memoffset"
7518version = "0.9.1"
7519source = "registry+https://github.com/rust-lang/crates.io-index"
7520checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7521dependencies = [
7522 "autocfg",
7523]
7524
7525[[package]]
7526name = "menu"
7527version = "0.1.0"
7528dependencies = [
7529 "gpui",
7530 "serde",
7531]
7532
7533[[package]]
7534name = "metal"
7535version = "0.30.0"
7536source = "registry+https://github.com/rust-lang/crates.io-index"
7537checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9"
7538dependencies = [
7539 "bitflags 2.6.0",
7540 "block",
7541 "core-graphics-types 0.1.3",
7542 "foreign-types 0.5.0",
7543 "log",
7544 "objc",
7545 "paste",
7546]
7547
7548[[package]]
7549name = "mimalloc"
7550version = "0.1.43"
7551source = "registry+https://github.com/rust-lang/crates.io-index"
7552checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7553dependencies = [
7554 "libmimalloc-sys",
7555]
7556
7557[[package]]
7558name = "mime"
7559version = "0.3.17"
7560source = "registry+https://github.com/rust-lang/crates.io-index"
7561checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7562
7563[[package]]
7564name = "mime_guess"
7565version = "2.0.5"
7566source = "registry+https://github.com/rust-lang/crates.io-index"
7567checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7568dependencies = [
7569 "mime",
7570 "unicase",
7571]
7572
7573[[package]]
7574name = "minimal-lexical"
7575version = "0.2.1"
7576source = "registry+https://github.com/rust-lang/crates.io-index"
7577checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7578
7579[[package]]
7580name = "miniz_oxide"
7581version = "0.8.0"
7582source = "registry+https://github.com/rust-lang/crates.io-index"
7583checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7584dependencies = [
7585 "adler2",
7586 "simd-adler32",
7587]
7588
7589[[package]]
7590name = "mint"
7591version = "0.5.9"
7592source = "registry+https://github.com/rust-lang/crates.io-index"
7593checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7594
7595[[package]]
7596name = "mio"
7597version = "0.8.11"
7598source = "registry+https://github.com/rust-lang/crates.io-index"
7599checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7600dependencies = [
7601 "libc",
7602 "log",
7603 "wasi 0.11.0+wasi-snapshot-preview1",
7604 "windows-sys 0.48.0",
7605]
7606
7607[[package]]
7608name = "mio"
7609version = "1.0.3"
7610source = "registry+https://github.com/rust-lang/crates.io-index"
7611checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7612dependencies = [
7613 "libc",
7614 "log",
7615 "wasi 0.11.0+wasi-snapshot-preview1",
7616 "windows-sys 0.52.0",
7617]
7618
7619[[package]]
7620name = "miow"
7621version = "0.6.0"
7622source = "registry+https://github.com/rust-lang/crates.io-index"
7623checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7624dependencies = [
7625 "windows-sys 0.48.0",
7626]
7627
7628[[package]]
7629name = "msvc_spectre_libs"
7630version = "0.1.2"
7631source = "registry+https://github.com/rust-lang/crates.io-index"
7632checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7633dependencies = [
7634 "cc",
7635]
7636
7637[[package]]
7638name = "multi_buffer"
7639version = "0.1.0"
7640dependencies = [
7641 "anyhow",
7642 "clock",
7643 "collections",
7644 "ctor",
7645 "env_logger 0.11.6",
7646 "futures 0.3.31",
7647 "gpui",
7648 "itertools 0.14.0",
7649 "language",
7650 "log",
7651 "parking_lot",
7652 "rand 0.8.5",
7653 "serde",
7654 "settings",
7655 "smallvec",
7656 "sum_tree",
7657 "text",
7658 "theme",
7659 "tree-sitter",
7660 "util",
7661]
7662
7663[[package]]
7664name = "multimap"
7665version = "0.8.3"
7666source = "registry+https://github.com/rust-lang/crates.io-index"
7667checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7668
7669[[package]]
7670name = "multimap"
7671version = "0.10.0"
7672source = "registry+https://github.com/rust-lang/crates.io-index"
7673checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7674
7675[[package]]
7676name = "naga"
7677version = "23.1.0"
7678source = "registry+https://github.com/rust-lang/crates.io-index"
7679checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7680dependencies = [
7681 "arrayvec",
7682 "bit-set 0.8.0",
7683 "bitflags 2.6.0",
7684 "cfg_aliases 0.1.1",
7685 "codespan-reporting",
7686 "hexf-parse",
7687 "indexmap",
7688 "log",
7689 "rustc-hash 1.1.0",
7690 "spirv",
7691 "termcolor",
7692 "thiserror 1.0.69",
7693 "unicode-xid",
7694]
7695
7696[[package]]
7697name = "nanoid"
7698version = "0.4.0"
7699source = "registry+https://github.com/rust-lang/crates.io-index"
7700checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7701dependencies = [
7702 "rand 0.8.5",
7703]
7704
7705[[package]]
7706name = "nanorand"
7707version = "0.7.0"
7708source = "registry+https://github.com/rust-lang/crates.io-index"
7709checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7710dependencies = [
7711 "getrandom 0.2.15",
7712]
7713
7714[[package]]
7715name = "native-tls"
7716version = "0.2.12"
7717source = "registry+https://github.com/rust-lang/crates.io-index"
7718checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7719dependencies = [
7720 "libc",
7721 "log",
7722 "openssl",
7723 "openssl-probe",
7724 "openssl-sys",
7725 "schannel",
7726 "security-framework 2.11.1",
7727 "security-framework-sys",
7728 "tempfile",
7729]
7730
7731[[package]]
7732name = "nbformat"
7733version = "0.10.0"
7734source = "registry+https://github.com/rust-lang/crates.io-index"
7735checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
7736dependencies = [
7737 "anyhow",
7738 "chrono",
7739 "jupyter-protocol",
7740 "serde",
7741 "serde_json",
7742 "thiserror 1.0.69",
7743 "uuid",
7744]
7745
7746[[package]]
7747name = "ndk"
7748version = "0.8.0"
7749source = "registry+https://github.com/rust-lang/crates.io-index"
7750checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7751dependencies = [
7752 "bitflags 2.6.0",
7753 "jni-sys",
7754 "log",
7755 "ndk-sys",
7756 "num_enum",
7757 "thiserror 1.0.69",
7758]
7759
7760[[package]]
7761name = "ndk-context"
7762version = "0.1.1"
7763source = "registry+https://github.com/rust-lang/crates.io-index"
7764checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7765
7766[[package]]
7767name = "ndk-sys"
7768version = "0.5.0+25.2.9519653"
7769source = "registry+https://github.com/rust-lang/crates.io-index"
7770checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7771dependencies = [
7772 "jni-sys",
7773]
7774
7775[[package]]
7776name = "new_debug_unreachable"
7777version = "1.0.6"
7778source = "registry+https://github.com/rust-lang/crates.io-index"
7779checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7780
7781[[package]]
7782name = "nix"
7783version = "0.29.0"
7784source = "registry+https://github.com/rust-lang/crates.io-index"
7785checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7786dependencies = [
7787 "bitflags 2.6.0",
7788 "cfg-if",
7789 "cfg_aliases 0.2.1",
7790 "libc",
7791 "memoffset",
7792]
7793
7794[[package]]
7795name = "node_runtime"
7796version = "0.1.0"
7797dependencies = [
7798 "anyhow",
7799 "async-compression",
7800 "async-std",
7801 "async-tar",
7802 "async-trait",
7803 "async-watch",
7804 "async_zip",
7805 "futures 0.3.31",
7806 "http_client",
7807 "log",
7808 "paths",
7809 "semver",
7810 "serde",
7811 "serde_json",
7812 "smol",
7813 "tempfile",
7814 "util",
7815 "walkdir",
7816 "which 6.0.3",
7817]
7818
7819[[package]]
7820name = "nom"
7821version = "7.1.3"
7822source = "registry+https://github.com/rust-lang/crates.io-index"
7823checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7824dependencies = [
7825 "memchr",
7826 "minimal-lexical",
7827]
7828
7829[[package]]
7830name = "noop_proc_macro"
7831version = "0.3.0"
7832source = "registry+https://github.com/rust-lang/crates.io-index"
7833checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7834
7835[[package]]
7836name = "normpath"
7837version = "1.3.0"
7838source = "registry+https://github.com/rust-lang/crates.io-index"
7839checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7840dependencies = [
7841 "windows-sys 0.59.0",
7842]
7843
7844[[package]]
7845name = "notifications"
7846version = "0.1.0"
7847dependencies = [
7848 "anyhow",
7849 "channel",
7850 "client",
7851 "collections",
7852 "db",
7853 "gpui",
7854 "rpc",
7855 "settings",
7856 "sum_tree",
7857 "time",
7858 "util",
7859]
7860
7861[[package]]
7862name = "notify"
7863version = "6.1.1"
7864source = "registry+https://github.com/rust-lang/crates.io-index"
7865checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7866dependencies = [
7867 "bitflags 2.6.0",
7868 "crossbeam-channel",
7869 "filetime",
7870 "fsevent-sys 4.1.0",
7871 "inotify",
7872 "kqueue",
7873 "libc",
7874 "log",
7875 "mio 0.8.11",
7876 "walkdir",
7877 "windows-sys 0.48.0",
7878]
7879
7880[[package]]
7881name = "notify-debouncer-mini"
7882version = "0.4.1"
7883source = "registry+https://github.com/rust-lang/crates.io-index"
7884checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7885dependencies = [
7886 "crossbeam-channel",
7887 "log",
7888 "notify",
7889]
7890
7891[[package]]
7892name = "ntapi"
7893version = "0.4.1"
7894source = "registry+https://github.com/rust-lang/crates.io-index"
7895checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7896dependencies = [
7897 "winapi",
7898]
7899
7900[[package]]
7901name = "nu-ansi-term"
7902version = "0.46.0"
7903source = "registry+https://github.com/rust-lang/crates.io-index"
7904checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7905dependencies = [
7906 "overload",
7907 "winapi",
7908]
7909
7910[[package]]
7911name = "num"
7912version = "0.4.3"
7913source = "registry+https://github.com/rust-lang/crates.io-index"
7914checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7915dependencies = [
7916 "num-bigint",
7917 "num-complex",
7918 "num-integer",
7919 "num-iter",
7920 "num-rational",
7921 "num-traits",
7922]
7923
7924[[package]]
7925name = "num-bigint"
7926version = "0.4.6"
7927source = "registry+https://github.com/rust-lang/crates.io-index"
7928checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7929dependencies = [
7930 "num-integer",
7931 "num-traits",
7932]
7933
7934[[package]]
7935name = "num-bigint-dig"
7936version = "0.8.4"
7937source = "registry+https://github.com/rust-lang/crates.io-index"
7938checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7939dependencies = [
7940 "byteorder",
7941 "lazy_static",
7942 "libm",
7943 "num-integer",
7944 "num-iter",
7945 "num-traits",
7946 "rand 0.8.5",
7947 "serde",
7948 "smallvec",
7949 "zeroize",
7950]
7951
7952[[package]]
7953name = "num-complex"
7954version = "0.4.6"
7955source = "registry+https://github.com/rust-lang/crates.io-index"
7956checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7957dependencies = [
7958 "num-traits",
7959]
7960
7961[[package]]
7962name = "num-conv"
7963version = "0.1.0"
7964source = "registry+https://github.com/rust-lang/crates.io-index"
7965checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7966
7967[[package]]
7968name = "num-derive"
7969version = "0.4.2"
7970source = "registry+https://github.com/rust-lang/crates.io-index"
7971checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7972dependencies = [
7973 "proc-macro2",
7974 "quote",
7975 "syn 2.0.90",
7976]
7977
7978[[package]]
7979name = "num-format"
7980version = "0.4.4"
7981source = "registry+https://github.com/rust-lang/crates.io-index"
7982checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7983dependencies = [
7984 "arrayvec",
7985 "itoa",
7986]
7987
7988[[package]]
7989name = "num-integer"
7990version = "0.1.46"
7991source = "registry+https://github.com/rust-lang/crates.io-index"
7992checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7993dependencies = [
7994 "num-traits",
7995]
7996
7997[[package]]
7998name = "num-iter"
7999version = "0.1.45"
8000source = "registry+https://github.com/rust-lang/crates.io-index"
8001checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8002dependencies = [
8003 "autocfg",
8004 "num-integer",
8005 "num-traits",
8006]
8007
8008[[package]]
8009name = "num-modular"
8010version = "0.6.1"
8011source = "registry+https://github.com/rust-lang/crates.io-index"
8012checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8013
8014[[package]]
8015name = "num-order"
8016version = "1.2.0"
8017source = "registry+https://github.com/rust-lang/crates.io-index"
8018checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8019dependencies = [
8020 "num-modular",
8021]
8022
8023[[package]]
8024name = "num-rational"
8025version = "0.4.2"
8026source = "registry+https://github.com/rust-lang/crates.io-index"
8027checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8028dependencies = [
8029 "num-bigint",
8030 "num-integer",
8031 "num-traits",
8032]
8033
8034[[package]]
8035name = "num-traits"
8036version = "0.2.19"
8037source = "registry+https://github.com/rust-lang/crates.io-index"
8038checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8039dependencies = [
8040 "autocfg",
8041 "libm",
8042]
8043
8044[[package]]
8045name = "num_cpus"
8046version = "1.16.0"
8047source = "registry+https://github.com/rust-lang/crates.io-index"
8048checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8049dependencies = [
8050 "hermit-abi 0.3.9",
8051 "libc",
8052]
8053
8054[[package]]
8055name = "num_enum"
8056version = "0.7.3"
8057source = "registry+https://github.com/rust-lang/crates.io-index"
8058checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8059dependencies = [
8060 "num_enum_derive",
8061]
8062
8063[[package]]
8064name = "num_enum_derive"
8065version = "0.7.3"
8066source = "registry+https://github.com/rust-lang/crates.io-index"
8067checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8068dependencies = [
8069 "proc-macro-crate",
8070 "proc-macro2",
8071 "quote",
8072 "syn 2.0.90",
8073]
8074
8075[[package]]
8076name = "num_threads"
8077version = "0.1.7"
8078source = "registry+https://github.com/rust-lang/crates.io-index"
8079checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8080dependencies = [
8081 "libc",
8082]
8083
8084[[package]]
8085name = "nvim-rs"
8086version = "0.8.0-pre"
8087source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8088dependencies = [
8089 "async-trait",
8090 "futures 0.3.31",
8091 "log",
8092 "parity-tokio-ipc",
8093 "rmp",
8094 "rmpv",
8095 "tokio",
8096 "tokio-util",
8097 "winapi",
8098]
8099
8100[[package]]
8101name = "objc"
8102version = "0.2.7"
8103source = "registry+https://github.com/rust-lang/crates.io-index"
8104checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8105dependencies = [
8106 "malloc_buf",
8107]
8108
8109[[package]]
8110name = "objc-sys"
8111version = "0.3.5"
8112source = "registry+https://github.com/rust-lang/crates.io-index"
8113checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8114
8115[[package]]
8116name = "objc2"
8117version = "0.5.2"
8118source = "registry+https://github.com/rust-lang/crates.io-index"
8119checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8120dependencies = [
8121 "objc-sys",
8122 "objc2-encode",
8123]
8124
8125[[package]]
8126name = "objc2-app-kit"
8127version = "0.2.2"
8128source = "registry+https://github.com/rust-lang/crates.io-index"
8129checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8130dependencies = [
8131 "bitflags 2.6.0",
8132 "block2",
8133 "libc",
8134 "objc2",
8135 "objc2-core-data",
8136 "objc2-core-image",
8137 "objc2-foundation",
8138 "objc2-quartz-core",
8139]
8140
8141[[package]]
8142name = "objc2-cloud-kit"
8143version = "0.2.2"
8144source = "registry+https://github.com/rust-lang/crates.io-index"
8145checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8146dependencies = [
8147 "bitflags 2.6.0",
8148 "block2",
8149 "objc2",
8150 "objc2-core-location",
8151 "objc2-foundation",
8152]
8153
8154[[package]]
8155name = "objc2-contacts"
8156version = "0.2.2"
8157source = "registry+https://github.com/rust-lang/crates.io-index"
8158checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8159dependencies = [
8160 "block2",
8161 "objc2",
8162 "objc2-foundation",
8163]
8164
8165[[package]]
8166name = "objc2-core-data"
8167version = "0.2.2"
8168source = "registry+https://github.com/rust-lang/crates.io-index"
8169checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8170dependencies = [
8171 "bitflags 2.6.0",
8172 "block2",
8173 "objc2",
8174 "objc2-foundation",
8175]
8176
8177[[package]]
8178name = "objc2-core-image"
8179version = "0.2.2"
8180source = "registry+https://github.com/rust-lang/crates.io-index"
8181checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8182dependencies = [
8183 "block2",
8184 "objc2",
8185 "objc2-foundation",
8186 "objc2-metal",
8187]
8188
8189[[package]]
8190name = "objc2-core-location"
8191version = "0.2.2"
8192source = "registry+https://github.com/rust-lang/crates.io-index"
8193checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8194dependencies = [
8195 "block2",
8196 "objc2",
8197 "objc2-contacts",
8198 "objc2-foundation",
8199]
8200
8201[[package]]
8202name = "objc2-encode"
8203version = "4.0.3"
8204source = "registry+https://github.com/rust-lang/crates.io-index"
8205checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8206
8207[[package]]
8208name = "objc2-foundation"
8209version = "0.2.2"
8210source = "registry+https://github.com/rust-lang/crates.io-index"
8211checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8212dependencies = [
8213 "bitflags 2.6.0",
8214 "block2",
8215 "libc",
8216 "objc2",
8217]
8218
8219[[package]]
8220name = "objc2-link-presentation"
8221version = "0.2.2"
8222source = "registry+https://github.com/rust-lang/crates.io-index"
8223checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8224dependencies = [
8225 "block2",
8226 "objc2",
8227 "objc2-app-kit",
8228 "objc2-foundation",
8229]
8230
8231[[package]]
8232name = "objc2-metal"
8233version = "0.2.2"
8234source = "registry+https://github.com/rust-lang/crates.io-index"
8235checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8236dependencies = [
8237 "bitflags 2.6.0",
8238 "block2",
8239 "objc2",
8240 "objc2-foundation",
8241]
8242
8243[[package]]
8244name = "objc2-quartz-core"
8245version = "0.2.2"
8246source = "registry+https://github.com/rust-lang/crates.io-index"
8247checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8248dependencies = [
8249 "bitflags 2.6.0",
8250 "block2",
8251 "objc2",
8252 "objc2-foundation",
8253 "objc2-metal",
8254]
8255
8256[[package]]
8257name = "objc2-symbols"
8258version = "0.2.2"
8259source = "registry+https://github.com/rust-lang/crates.io-index"
8260checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8261dependencies = [
8262 "objc2",
8263 "objc2-foundation",
8264]
8265
8266[[package]]
8267name = "objc2-ui-kit"
8268version = "0.2.2"
8269source = "registry+https://github.com/rust-lang/crates.io-index"
8270checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8271dependencies = [
8272 "bitflags 2.6.0",
8273 "block2",
8274 "objc2",
8275 "objc2-cloud-kit",
8276 "objc2-core-data",
8277 "objc2-core-image",
8278 "objc2-core-location",
8279 "objc2-foundation",
8280 "objc2-link-presentation",
8281 "objc2-quartz-core",
8282 "objc2-symbols",
8283 "objc2-uniform-type-identifiers",
8284 "objc2-user-notifications",
8285]
8286
8287[[package]]
8288name = "objc2-uniform-type-identifiers"
8289version = "0.2.2"
8290source = "registry+https://github.com/rust-lang/crates.io-index"
8291checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8292dependencies = [
8293 "block2",
8294 "objc2",
8295 "objc2-foundation",
8296]
8297
8298[[package]]
8299name = "objc2-user-notifications"
8300version = "0.2.2"
8301source = "registry+https://github.com/rust-lang/crates.io-index"
8302checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8303dependencies = [
8304 "bitflags 2.6.0",
8305 "block2",
8306 "objc2",
8307 "objc2-core-location",
8308 "objc2-foundation",
8309]
8310
8311[[package]]
8312name = "object"
8313version = "0.36.5"
8314source = "registry+https://github.com/rust-lang/crates.io-index"
8315checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8316dependencies = [
8317 "crc32fast",
8318 "hashbrown 0.15.2",
8319 "indexmap",
8320 "memchr",
8321]
8322
8323[[package]]
8324name = "oboe"
8325version = "0.6.1"
8326source = "registry+https://github.com/rust-lang/crates.io-index"
8327checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8328dependencies = [
8329 "jni",
8330 "ndk",
8331 "ndk-context",
8332 "num-derive",
8333 "num-traits",
8334 "oboe-sys",
8335]
8336
8337[[package]]
8338name = "oboe-sys"
8339version = "0.6.1"
8340source = "registry+https://github.com/rust-lang/crates.io-index"
8341checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8342dependencies = [
8343 "cc",
8344]
8345
8346[[package]]
8347name = "ollama"
8348version = "0.1.0"
8349dependencies = [
8350 "anyhow",
8351 "futures 0.3.31",
8352 "http_client",
8353 "schemars",
8354 "serde",
8355 "serde_json",
8356]
8357
8358[[package]]
8359name = "once_cell"
8360version = "1.20.2"
8361source = "registry+https://github.com/rust-lang/crates.io-index"
8362checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8363
8364[[package]]
8365name = "oo7"
8366version = "0.3.3"
8367source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8368dependencies = [
8369 "aes",
8370 "async-fs",
8371 "async-io",
8372 "async-lock",
8373 "async-net",
8374 "blocking",
8375 "cbc",
8376 "cipher",
8377 "digest",
8378 "endi",
8379 "futures-lite 2.5.0",
8380 "futures-util",
8381 "hkdf",
8382 "hmac",
8383 "md-5",
8384 "num",
8385 "num-bigint-dig",
8386 "pbkdf2 0.12.2",
8387 "rand 0.8.5",
8388 "serde",
8389 "sha2",
8390 "subtle",
8391 "zbus 4.4.0",
8392 "zeroize",
8393 "zvariant 4.2.0",
8394]
8395
8396[[package]]
8397name = "oorandom"
8398version = "11.1.4"
8399source = "registry+https://github.com/rust-lang/crates.io-index"
8400checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8401
8402[[package]]
8403name = "open"
8404version = "5.3.2"
8405source = "registry+https://github.com/rust-lang/crates.io-index"
8406checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8407dependencies = [
8408 "is-wsl",
8409 "libc",
8410 "pathdiff",
8411]
8412
8413[[package]]
8414name = "open_ai"
8415version = "0.1.0"
8416dependencies = [
8417 "anyhow",
8418 "futures 0.3.31",
8419 "http_client",
8420 "schemars",
8421 "serde",
8422 "serde_json",
8423 "strum",
8424]
8425
8426[[package]]
8427name = "opener"
8428version = "0.7.2"
8429source = "registry+https://github.com/rust-lang/crates.io-index"
8430checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8431dependencies = [
8432 "bstr",
8433 "dbus",
8434 "normpath",
8435 "windows-sys 0.59.0",
8436]
8437
8438[[package]]
8439name = "openssl"
8440version = "0.10.68"
8441source = "registry+https://github.com/rust-lang/crates.io-index"
8442checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8443dependencies = [
8444 "bitflags 2.6.0",
8445 "cfg-if",
8446 "foreign-types 0.3.2",
8447 "libc",
8448 "once_cell",
8449 "openssl-macros",
8450 "openssl-sys",
8451]
8452
8453[[package]]
8454name = "openssl-macros"
8455version = "0.1.1"
8456source = "registry+https://github.com/rust-lang/crates.io-index"
8457checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8458dependencies = [
8459 "proc-macro2",
8460 "quote",
8461 "syn 2.0.90",
8462]
8463
8464[[package]]
8465name = "openssl-probe"
8466version = "0.1.5"
8467source = "registry+https://github.com/rust-lang/crates.io-index"
8468checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8469
8470[[package]]
8471name = "openssl-src"
8472version = "300.4.1+3.4.0"
8473source = "registry+https://github.com/rust-lang/crates.io-index"
8474checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8475dependencies = [
8476 "cc",
8477]
8478
8479[[package]]
8480name = "openssl-sys"
8481version = "0.9.104"
8482source = "registry+https://github.com/rust-lang/crates.io-index"
8483checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8484dependencies = [
8485 "cc",
8486 "libc",
8487 "openssl-src",
8488 "pkg-config",
8489 "vcpkg",
8490]
8491
8492[[package]]
8493name = "option-ext"
8494version = "0.2.0"
8495source = "registry+https://github.com/rust-lang/crates.io-index"
8496checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8497
8498[[package]]
8499name = "ordered-float"
8500version = "2.10.1"
8501source = "registry+https://github.com/rust-lang/crates.io-index"
8502checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8503dependencies = [
8504 "num-traits",
8505]
8506
8507[[package]]
8508name = "ordered-float"
8509version = "3.9.2"
8510source = "registry+https://github.com/rust-lang/crates.io-index"
8511checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8512dependencies = [
8513 "num-traits",
8514]
8515
8516[[package]]
8517name = "ordered-stream"
8518version = "0.2.0"
8519source = "registry+https://github.com/rust-lang/crates.io-index"
8520checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8521dependencies = [
8522 "futures-core",
8523 "pin-project-lite",
8524]
8525
8526[[package]]
8527name = "ouroboros"
8528version = "0.18.4"
8529source = "registry+https://github.com/rust-lang/crates.io-index"
8530checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8531dependencies = [
8532 "aliasable",
8533 "ouroboros_macro",
8534 "static_assertions",
8535]
8536
8537[[package]]
8538name = "ouroboros_macro"
8539version = "0.18.4"
8540source = "registry+https://github.com/rust-lang/crates.io-index"
8541checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8542dependencies = [
8543 "heck 0.4.1",
8544 "itertools 0.12.1",
8545 "proc-macro2",
8546 "proc-macro2-diagnostics",
8547 "quote",
8548 "syn 2.0.90",
8549]
8550
8551[[package]]
8552name = "outline"
8553version = "0.1.0"
8554dependencies = [
8555 "editor",
8556 "fuzzy",
8557 "gpui",
8558 "indoc",
8559 "language",
8560 "menu",
8561 "ordered-float 2.10.1",
8562 "picker",
8563 "project",
8564 "rope",
8565 "serde_json",
8566 "settings",
8567 "smol",
8568 "theme",
8569 "tree-sitter-rust",
8570 "tree-sitter-typescript",
8571 "ui",
8572 "util",
8573 "workspace",
8574 "zed_actions",
8575]
8576
8577[[package]]
8578name = "outline_panel"
8579version = "0.1.0"
8580dependencies = [
8581 "anyhow",
8582 "collections",
8583 "db",
8584 "editor",
8585 "file_icons",
8586 "fuzzy",
8587 "gpui",
8588 "itertools 0.14.0",
8589 "language",
8590 "log",
8591 "menu",
8592 "outline",
8593 "pretty_assertions",
8594 "project",
8595 "schemars",
8596 "search",
8597 "serde",
8598 "serde_json",
8599 "settings",
8600 "smallvec",
8601 "smol",
8602 "theme",
8603 "ui",
8604 "util",
8605 "workspace",
8606 "worktree",
8607]
8608
8609[[package]]
8610name = "outref"
8611version = "0.5.1"
8612source = "registry+https://github.com/rust-lang/crates.io-index"
8613checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8614
8615[[package]]
8616name = "overload"
8617version = "0.1.1"
8618source = "registry+https://github.com/rust-lang/crates.io-index"
8619checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8620
8621[[package]]
8622name = "p256"
8623version = "0.11.1"
8624source = "registry+https://github.com/rust-lang/crates.io-index"
8625checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8626dependencies = [
8627 "ecdsa",
8628 "elliptic-curve",
8629 "sha2",
8630]
8631
8632[[package]]
8633name = "page_size"
8634version = "0.6.0"
8635source = "registry+https://github.com/rust-lang/crates.io-index"
8636checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8637dependencies = [
8638 "libc",
8639 "winapi",
8640]
8641
8642[[package]]
8643name = "palette"
8644version = "0.7.6"
8645source = "registry+https://github.com/rust-lang/crates.io-index"
8646checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8647dependencies = [
8648 "approx",
8649 "fast-srgb8",
8650 "palette_derive",
8651]
8652
8653[[package]]
8654name = "palette_derive"
8655version = "0.7.6"
8656source = "registry+https://github.com/rust-lang/crates.io-index"
8657checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8658dependencies = [
8659 "by_address",
8660 "proc-macro2",
8661 "quote",
8662 "syn 2.0.90",
8663]
8664
8665[[package]]
8666name = "parity-tokio-ipc"
8667version = "0.9.0"
8668source = "registry+https://github.com/rust-lang/crates.io-index"
8669checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8670dependencies = [
8671 "futures 0.3.31",
8672 "libc",
8673 "log",
8674 "rand 0.7.3",
8675 "tokio",
8676 "winapi",
8677]
8678
8679[[package]]
8680name = "parking"
8681version = "2.2.1"
8682source = "registry+https://github.com/rust-lang/crates.io-index"
8683checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8684
8685[[package]]
8686name = "parking_lot"
8687version = "0.12.3"
8688source = "registry+https://github.com/rust-lang/crates.io-index"
8689checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8690dependencies = [
8691 "lock_api",
8692 "parking_lot_core",
8693]
8694
8695[[package]]
8696name = "parking_lot_core"
8697version = "0.9.10"
8698source = "registry+https://github.com/rust-lang/crates.io-index"
8699checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8700dependencies = [
8701 "cfg-if",
8702 "libc",
8703 "redox_syscall 0.5.8",
8704 "smallvec",
8705 "windows-targets 0.52.6",
8706]
8707
8708[[package]]
8709name = "password-hash"
8710version = "0.4.2"
8711source = "registry+https://github.com/rust-lang/crates.io-index"
8712checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8713dependencies = [
8714 "base64ct",
8715 "rand_core 0.6.4",
8716 "subtle",
8717]
8718
8719[[package]]
8720name = "password-hash"
8721version = "0.5.0"
8722source = "registry+https://github.com/rust-lang/crates.io-index"
8723checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8724dependencies = [
8725 "base64ct",
8726 "rand_core 0.6.4",
8727 "subtle",
8728]
8729
8730[[package]]
8731name = "paste"
8732version = "1.0.15"
8733source = "registry+https://github.com/rust-lang/crates.io-index"
8734checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8735
8736[[package]]
8737name = "pathdiff"
8738version = "0.2.3"
8739source = "registry+https://github.com/rust-lang/crates.io-index"
8740checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8741
8742[[package]]
8743name = "pathfinder_geometry"
8744version = "0.5.1"
8745source = "registry+https://github.com/rust-lang/crates.io-index"
8746checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8747dependencies = [
8748 "log",
8749 "pathfinder_simd",
8750]
8751
8752[[package]]
8753name = "pathfinder_simd"
8754version = "0.5.4"
8755source = "registry+https://github.com/rust-lang/crates.io-index"
8756checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8757dependencies = [
8758 "rustc_version",
8759]
8760
8761[[package]]
8762name = "paths"
8763version = "0.1.0"
8764dependencies = [
8765 "dirs 4.0.0",
8766 "util",
8767]
8768
8769[[package]]
8770name = "pbjson"
8771version = "0.6.0"
8772source = "registry+https://github.com/rust-lang/crates.io-index"
8773checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8774dependencies = [
8775 "base64 0.21.7",
8776 "serde",
8777]
8778
8779[[package]]
8780name = "pbjson-build"
8781version = "0.6.2"
8782source = "registry+https://github.com/rust-lang/crates.io-index"
8783checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8784dependencies = [
8785 "heck 0.4.1",
8786 "itertools 0.11.0",
8787 "prost 0.12.6",
8788 "prost-types 0.12.6",
8789]
8790
8791[[package]]
8792name = "pbjson-types"
8793version = "0.6.0"
8794source = "registry+https://github.com/rust-lang/crates.io-index"
8795checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8796dependencies = [
8797 "bytes 1.9.0",
8798 "chrono",
8799 "pbjson",
8800 "pbjson-build",
8801 "prost 0.12.6",
8802 "prost-build 0.12.6",
8803 "serde",
8804]
8805
8806[[package]]
8807name = "pbkdf2"
8808version = "0.11.0"
8809source = "registry+https://github.com/rust-lang/crates.io-index"
8810checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8811dependencies = [
8812 "digest",
8813 "hmac",
8814 "password-hash 0.4.2",
8815 "sha2",
8816]
8817
8818[[package]]
8819name = "pbkdf2"
8820version = "0.12.2"
8821source = "registry+https://github.com/rust-lang/crates.io-index"
8822checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8823dependencies = [
8824 "digest",
8825 "hmac",
8826]
8827
8828[[package]]
8829name = "pem"
8830version = "3.0.4"
8831source = "registry+https://github.com/rust-lang/crates.io-index"
8832checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8833dependencies = [
8834 "base64 0.22.1",
8835 "serde",
8836]
8837
8838[[package]]
8839name = "pem-rfc7468"
8840version = "0.7.0"
8841source = "registry+https://github.com/rust-lang/crates.io-index"
8842checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8843dependencies = [
8844 "base64ct",
8845]
8846
8847[[package]]
8848name = "percent-encoding"
8849version = "2.3.1"
8850source = "registry+https://github.com/rust-lang/crates.io-index"
8851checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8852
8853[[package]]
8854name = "perplexity"
8855version = "0.1.0"
8856dependencies = [
8857 "serde",
8858 "zed_extension_api 0.2.0",
8859]
8860
8861[[package]]
8862name = "pest"
8863version = "2.7.15"
8864source = "registry+https://github.com/rust-lang/crates.io-index"
8865checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8866dependencies = [
8867 "memchr",
8868 "thiserror 2.0.6",
8869 "ucd-trie",
8870]
8871
8872[[package]]
8873name = "pest_derive"
8874version = "2.7.15"
8875source = "registry+https://github.com/rust-lang/crates.io-index"
8876checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
8877dependencies = [
8878 "pest",
8879 "pest_generator",
8880]
8881
8882[[package]]
8883name = "pest_generator"
8884version = "2.7.15"
8885source = "registry+https://github.com/rust-lang/crates.io-index"
8886checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
8887dependencies = [
8888 "pest",
8889 "pest_meta",
8890 "proc-macro2",
8891 "quote",
8892 "syn 2.0.90",
8893]
8894
8895[[package]]
8896name = "pest_meta"
8897version = "2.7.15"
8898source = "registry+https://github.com/rust-lang/crates.io-index"
8899checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
8900dependencies = [
8901 "once_cell",
8902 "pest",
8903 "sha2",
8904]
8905
8906[[package]]
8907name = "pet"
8908version = "0.1.0"
8909source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8910dependencies = [
8911 "clap",
8912 "env_logger 0.10.2",
8913 "lazy_static",
8914 "log",
8915 "msvc_spectre_libs",
8916 "pet-conda",
8917 "pet-core",
8918 "pet-env-var-path",
8919 "pet-fs",
8920 "pet-global-virtualenvs",
8921 "pet-homebrew",
8922 "pet-jsonrpc",
8923 "pet-linux-global-python",
8924 "pet-mac-commandlinetools",
8925 "pet-mac-python-org",
8926 "pet-mac-xcode",
8927 "pet-pipenv",
8928 "pet-pixi",
8929 "pet-poetry",
8930 "pet-pyenv",
8931 "pet-python-utils",
8932 "pet-reporter",
8933 "pet-telemetry",
8934 "pet-venv",
8935 "pet-virtualenv",
8936 "pet-virtualenvwrapper",
8937 "pet-windows-registry",
8938 "pet-windows-store",
8939 "serde",
8940 "serde_json",
8941]
8942
8943[[package]]
8944name = "pet-conda"
8945version = "0.1.0"
8946source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8947dependencies = [
8948 "env_logger 0.10.2",
8949 "lazy_static",
8950 "log",
8951 "msvc_spectre_libs",
8952 "pet-core",
8953 "pet-fs",
8954 "pet-python-utils",
8955 "pet-reporter",
8956 "regex",
8957 "serde",
8958 "serde_json",
8959 "yaml-rust2",
8960]
8961
8962[[package]]
8963name = "pet-core"
8964version = "0.1.0"
8965source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8966dependencies = [
8967 "clap",
8968 "lazy_static",
8969 "log",
8970 "msvc_spectre_libs",
8971 "pet-fs",
8972 "regex",
8973 "serde",
8974 "serde_json",
8975]
8976
8977[[package]]
8978name = "pet-env-var-path"
8979version = "0.1.0"
8980source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8981dependencies = [
8982 "lazy_static",
8983 "log",
8984 "msvc_spectre_libs",
8985 "pet-conda",
8986 "pet-core",
8987 "pet-fs",
8988 "pet-python-utils",
8989 "pet-virtualenv",
8990 "regex",
8991]
8992
8993[[package]]
8994name = "pet-fs"
8995version = "0.1.0"
8996source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8997dependencies = [
8998 "log",
8999 "msvc_spectre_libs",
9000]
9001
9002[[package]]
9003name = "pet-global-virtualenvs"
9004version = "0.1.0"
9005source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9006dependencies = [
9007 "log",
9008 "msvc_spectre_libs",
9009 "pet-conda",
9010 "pet-core",
9011 "pet-fs",
9012 "pet-virtualenv",
9013]
9014
9015[[package]]
9016name = "pet-homebrew"
9017version = "0.1.0"
9018source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9019dependencies = [
9020 "lazy_static",
9021 "log",
9022 "msvc_spectre_libs",
9023 "pet-conda",
9024 "pet-core",
9025 "pet-fs",
9026 "pet-python-utils",
9027 "pet-virtualenv",
9028 "regex",
9029 "serde",
9030 "serde_json",
9031]
9032
9033[[package]]
9034name = "pet-jsonrpc"
9035version = "0.1.0"
9036source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9037dependencies = [
9038 "env_logger 0.10.2",
9039 "log",
9040 "msvc_spectre_libs",
9041 "pet-core",
9042 "serde",
9043 "serde_json",
9044]
9045
9046[[package]]
9047name = "pet-linux-global-python"
9048version = "0.1.0"
9049source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9050dependencies = [
9051 "log",
9052 "msvc_spectre_libs",
9053 "pet-core",
9054 "pet-fs",
9055 "pet-python-utils",
9056 "pet-virtualenv",
9057]
9058
9059[[package]]
9060name = "pet-mac-commandlinetools"
9061version = "0.1.0"
9062source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9063dependencies = [
9064 "log",
9065 "msvc_spectre_libs",
9066 "pet-core",
9067 "pet-fs",
9068 "pet-python-utils",
9069 "pet-virtualenv",
9070]
9071
9072[[package]]
9073name = "pet-mac-python-org"
9074version = "0.1.0"
9075source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9076dependencies = [
9077 "log",
9078 "msvc_spectre_libs",
9079 "pet-core",
9080 "pet-fs",
9081 "pet-python-utils",
9082 "pet-virtualenv",
9083]
9084
9085[[package]]
9086name = "pet-mac-xcode"
9087version = "0.1.0"
9088source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9089dependencies = [
9090 "log",
9091 "msvc_spectre_libs",
9092 "pet-core",
9093 "pet-fs",
9094 "pet-python-utils",
9095 "pet-virtualenv",
9096]
9097
9098[[package]]
9099name = "pet-pipenv"
9100version = "0.1.0"
9101source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9102dependencies = [
9103 "log",
9104 "msvc_spectre_libs",
9105 "pet-core",
9106 "pet-fs",
9107 "pet-python-utils",
9108 "pet-virtualenv",
9109]
9110
9111[[package]]
9112name = "pet-pixi"
9113version = "0.1.0"
9114source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9115dependencies = [
9116 "log",
9117 "msvc_spectre_libs",
9118 "pet-conda",
9119 "pet-core",
9120 "pet-python-utils",
9121]
9122
9123[[package]]
9124name = "pet-poetry"
9125version = "0.1.0"
9126source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9127dependencies = [
9128 "base64 0.22.1",
9129 "lazy_static",
9130 "log",
9131 "msvc_spectre_libs",
9132 "pet-core",
9133 "pet-fs",
9134 "pet-python-utils",
9135 "pet-reporter",
9136 "pet-virtualenv",
9137 "regex",
9138 "serde",
9139 "serde_json",
9140 "sha2",
9141 "toml 0.8.19",
9142]
9143
9144[[package]]
9145name = "pet-pyenv"
9146version = "0.1.0"
9147source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9148dependencies = [
9149 "lazy_static",
9150 "log",
9151 "msvc_spectre_libs",
9152 "pet-conda",
9153 "pet-core",
9154 "pet-fs",
9155 "pet-python-utils",
9156 "pet-reporter",
9157 "regex",
9158 "serde",
9159 "serde_json",
9160]
9161
9162[[package]]
9163name = "pet-python-utils"
9164version = "0.1.0"
9165source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9166dependencies = [
9167 "env_logger 0.10.2",
9168 "lazy_static",
9169 "log",
9170 "msvc_spectre_libs",
9171 "pet-core",
9172 "pet-fs",
9173 "regex",
9174 "serde",
9175 "serde_json",
9176 "sha2",
9177]
9178
9179[[package]]
9180name = "pet-reporter"
9181version = "0.1.0"
9182source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9183dependencies = [
9184 "env_logger 0.10.2",
9185 "log",
9186 "msvc_spectre_libs",
9187 "pet-core",
9188 "pet-jsonrpc",
9189 "serde",
9190 "serde_json",
9191]
9192
9193[[package]]
9194name = "pet-telemetry"
9195version = "0.1.0"
9196source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9197dependencies = [
9198 "env_logger 0.10.2",
9199 "lazy_static",
9200 "log",
9201 "msvc_spectre_libs",
9202 "pet-core",
9203 "pet-fs",
9204 "pet-python-utils",
9205 "regex",
9206]
9207
9208[[package]]
9209name = "pet-venv"
9210version = "0.1.0"
9211source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9212dependencies = [
9213 "log",
9214 "msvc_spectre_libs",
9215 "pet-core",
9216 "pet-python-utils",
9217 "pet-virtualenv",
9218]
9219
9220[[package]]
9221name = "pet-virtualenv"
9222version = "0.1.0"
9223source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9224dependencies = [
9225 "log",
9226 "msvc_spectre_libs",
9227 "pet-core",
9228 "pet-fs",
9229 "pet-python-utils",
9230]
9231
9232[[package]]
9233name = "pet-virtualenvwrapper"
9234version = "0.1.0"
9235source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9236dependencies = [
9237 "log",
9238 "msvc_spectre_libs",
9239 "pet-core",
9240 "pet-fs",
9241 "pet-python-utils",
9242 "pet-virtualenv",
9243]
9244
9245[[package]]
9246name = "pet-windows-registry"
9247version = "0.1.0"
9248source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9249dependencies = [
9250 "lazy_static",
9251 "log",
9252 "msvc_spectre_libs",
9253 "pet-conda",
9254 "pet-core",
9255 "pet-fs",
9256 "pet-python-utils",
9257 "pet-virtualenv",
9258 "pet-windows-store",
9259 "regex",
9260 "winreg 0.52.0",
9261]
9262
9263[[package]]
9264name = "pet-windows-store"
9265version = "0.1.0"
9266source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9267dependencies = [
9268 "lazy_static",
9269 "log",
9270 "msvc_spectre_libs",
9271 "pet-core",
9272 "pet-fs",
9273 "pet-python-utils",
9274 "pet-virtualenv",
9275 "regex",
9276 "winreg 0.52.0",
9277]
9278
9279[[package]]
9280name = "petgraph"
9281version = "0.6.5"
9282source = "registry+https://github.com/rust-lang/crates.io-index"
9283checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9284dependencies = [
9285 "fixedbitset",
9286 "indexmap",
9287]
9288
9289[[package]]
9290name = "phf"
9291version = "0.11.2"
9292source = "registry+https://github.com/rust-lang/crates.io-index"
9293checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9294dependencies = [
9295 "phf_macros",
9296 "phf_shared 0.11.2",
9297]
9298
9299[[package]]
9300name = "phf_codegen"
9301version = "0.11.2"
9302source = "registry+https://github.com/rust-lang/crates.io-index"
9303checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9304dependencies = [
9305 "phf_generator 0.11.2",
9306 "phf_shared 0.11.2",
9307]
9308
9309[[package]]
9310name = "phf_generator"
9311version = "0.10.0"
9312source = "registry+https://github.com/rust-lang/crates.io-index"
9313checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9314dependencies = [
9315 "phf_shared 0.10.0",
9316 "rand 0.8.5",
9317]
9318
9319[[package]]
9320name = "phf_generator"
9321version = "0.11.2"
9322source = "registry+https://github.com/rust-lang/crates.io-index"
9323checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9324dependencies = [
9325 "phf_shared 0.11.2",
9326 "rand 0.8.5",
9327]
9328
9329[[package]]
9330name = "phf_macros"
9331version = "0.11.2"
9332source = "registry+https://github.com/rust-lang/crates.io-index"
9333checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9334dependencies = [
9335 "phf_generator 0.11.2",
9336 "phf_shared 0.11.2",
9337 "proc-macro2",
9338 "quote",
9339 "syn 2.0.90",
9340]
9341
9342[[package]]
9343name = "phf_shared"
9344version = "0.10.0"
9345source = "registry+https://github.com/rust-lang/crates.io-index"
9346checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9347dependencies = [
9348 "siphasher 0.3.11",
9349]
9350
9351[[package]]
9352name = "phf_shared"
9353version = "0.11.2"
9354source = "registry+https://github.com/rust-lang/crates.io-index"
9355checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9356dependencies = [
9357 "siphasher 0.3.11",
9358]
9359
9360[[package]]
9361name = "picker"
9362version = "0.1.0"
9363dependencies = [
9364 "anyhow",
9365 "ctor",
9366 "editor",
9367 "env_logger 0.11.6",
9368 "gpui",
9369 "menu",
9370 "schemars",
9371 "serde",
9372 "serde_json",
9373 "ui",
9374 "workspace",
9375]
9376
9377[[package]]
9378name = "pico-args"
9379version = "0.5.0"
9380source = "registry+https://github.com/rust-lang/crates.io-index"
9381checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9382
9383[[package]]
9384name = "pin-project"
9385version = "1.1.7"
9386source = "registry+https://github.com/rust-lang/crates.io-index"
9387checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9388dependencies = [
9389 "pin-project-internal",
9390]
9391
9392[[package]]
9393name = "pin-project-internal"
9394version = "1.1.7"
9395source = "registry+https://github.com/rust-lang/crates.io-index"
9396checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9397dependencies = [
9398 "proc-macro2",
9399 "quote",
9400 "syn 2.0.90",
9401]
9402
9403[[package]]
9404name = "pin-project-lite"
9405version = "0.2.15"
9406source = "registry+https://github.com/rust-lang/crates.io-index"
9407checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
9408
9409[[package]]
9410name = "pin-utils"
9411version = "0.1.0"
9412source = "registry+https://github.com/rust-lang/crates.io-index"
9413checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9414
9415[[package]]
9416name = "piper"
9417version = "0.2.4"
9418source = "registry+https://github.com/rust-lang/crates.io-index"
9419checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9420dependencies = [
9421 "atomic-waker",
9422 "fastrand 2.3.0",
9423 "futures-io",
9424]
9425
9426[[package]]
9427name = "pkcs1"
9428version = "0.7.5"
9429source = "registry+https://github.com/rust-lang/crates.io-index"
9430checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9431dependencies = [
9432 "der 0.7.9",
9433 "pkcs8 0.10.2",
9434 "spki 0.7.3",
9435]
9436
9437[[package]]
9438name = "pkcs8"
9439version = "0.9.0"
9440source = "registry+https://github.com/rust-lang/crates.io-index"
9441checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9442dependencies = [
9443 "der 0.6.1",
9444 "spki 0.6.0",
9445]
9446
9447[[package]]
9448name = "pkcs8"
9449version = "0.10.2"
9450source = "registry+https://github.com/rust-lang/crates.io-index"
9451checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9452dependencies = [
9453 "der 0.7.9",
9454 "spki 0.7.3",
9455]
9456
9457[[package]]
9458name = "pkg-config"
9459version = "0.3.31"
9460source = "registry+https://github.com/rust-lang/crates.io-index"
9461checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9462
9463[[package]]
9464name = "plist"
9465version = "1.7.0"
9466source = "registry+https://github.com/rust-lang/crates.io-index"
9467checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9468dependencies = [
9469 "base64 0.22.1",
9470 "indexmap",
9471 "quick-xml 0.32.0",
9472 "serde",
9473 "time",
9474]
9475
9476[[package]]
9477name = "plotters"
9478version = "0.3.7"
9479source = "registry+https://github.com/rust-lang/crates.io-index"
9480checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9481dependencies = [
9482 "num-traits",
9483 "plotters-backend",
9484 "plotters-svg",
9485 "wasm-bindgen",
9486 "web-sys",
9487]
9488
9489[[package]]
9490name = "plotters-backend"
9491version = "0.3.7"
9492source = "registry+https://github.com/rust-lang/crates.io-index"
9493checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9494
9495[[package]]
9496name = "plotters-svg"
9497version = "0.3.7"
9498source = "registry+https://github.com/rust-lang/crates.io-index"
9499checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9500dependencies = [
9501 "plotters-backend",
9502]
9503
9504[[package]]
9505name = "png"
9506version = "0.17.15"
9507source = "registry+https://github.com/rust-lang/crates.io-index"
9508checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9509dependencies = [
9510 "bitflags 1.3.2",
9511 "crc32fast",
9512 "fdeflate",
9513 "flate2",
9514 "miniz_oxide",
9515]
9516
9517[[package]]
9518name = "polling"
9519version = "3.7.4"
9520source = "registry+https://github.com/rust-lang/crates.io-index"
9521checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9522dependencies = [
9523 "cfg-if",
9524 "concurrent-queue",
9525 "hermit-abi 0.4.0",
9526 "pin-project-lite",
9527 "rustix",
9528 "tracing",
9529 "windows-sys 0.59.0",
9530]
9531
9532[[package]]
9533name = "pollster"
9534version = "0.2.5"
9535source = "registry+https://github.com/rust-lang/crates.io-index"
9536checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9537
9538[[package]]
9539name = "postage"
9540version = "0.5.0"
9541source = "registry+https://github.com/rust-lang/crates.io-index"
9542checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9543dependencies = [
9544 "atomic",
9545 "crossbeam-queue",
9546 "futures 0.3.31",
9547 "log",
9548 "parking_lot",
9549 "pin-project",
9550 "pollster",
9551 "static_assertions",
9552 "thiserror 1.0.69",
9553]
9554
9555[[package]]
9556name = "postcard"
9557version = "1.1.1"
9558source = "registry+https://github.com/rust-lang/crates.io-index"
9559checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9560dependencies = [
9561 "cobs",
9562 "embedded-io 0.4.0",
9563 "embedded-io 0.6.1",
9564 "serde",
9565]
9566
9567[[package]]
9568name = "powerfmt"
9569version = "0.2.0"
9570source = "registry+https://github.com/rust-lang/crates.io-index"
9571checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9572
9573[[package]]
9574name = "ppv-lite86"
9575version = "0.2.20"
9576source = "registry+https://github.com/rust-lang/crates.io-index"
9577checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9578dependencies = [
9579 "zerocopy",
9580]
9581
9582[[package]]
9583name = "precomputed-hash"
9584version = "0.1.1"
9585source = "registry+https://github.com/rust-lang/crates.io-index"
9586checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9587
9588[[package]]
9589name = "prettier"
9590version = "0.1.0"
9591dependencies = [
9592 "anyhow",
9593 "collections",
9594 "fs",
9595 "gpui",
9596 "language",
9597 "log",
9598 "lsp",
9599 "node_runtime",
9600 "parking_lot",
9601 "paths",
9602 "serde",
9603 "serde_json",
9604 "util",
9605]
9606
9607[[package]]
9608name = "pretty_assertions"
9609version = "1.4.1"
9610source = "registry+https://github.com/rust-lang/crates.io-index"
9611checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9612dependencies = [
9613 "diff",
9614 "yansi",
9615]
9616
9617[[package]]
9618name = "prettyplease"
9619version = "0.2.25"
9620source = "registry+https://github.com/rust-lang/crates.io-index"
9621checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9622dependencies = [
9623 "proc-macro2",
9624 "syn 2.0.90",
9625]
9626
9627[[package]]
9628name = "proc-macro-crate"
9629version = "3.2.0"
9630source = "registry+https://github.com/rust-lang/crates.io-index"
9631checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9632dependencies = [
9633 "toml_edit",
9634]
9635
9636[[package]]
9637name = "proc-macro-error-attr2"
9638version = "2.0.0"
9639source = "registry+https://github.com/rust-lang/crates.io-index"
9640checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9641dependencies = [
9642 "proc-macro2",
9643 "quote",
9644]
9645
9646[[package]]
9647name = "proc-macro-error2"
9648version = "2.0.1"
9649source = "registry+https://github.com/rust-lang/crates.io-index"
9650checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9651dependencies = [
9652 "proc-macro-error-attr2",
9653 "proc-macro2",
9654 "quote",
9655 "syn 2.0.90",
9656]
9657
9658[[package]]
9659name = "proc-macro2"
9660version = "1.0.92"
9661source = "registry+https://github.com/rust-lang/crates.io-index"
9662checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
9663dependencies = [
9664 "unicode-ident",
9665]
9666
9667[[package]]
9668name = "proc-macro2-diagnostics"
9669version = "0.10.1"
9670source = "registry+https://github.com/rust-lang/crates.io-index"
9671checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9672dependencies = [
9673 "proc-macro2",
9674 "quote",
9675 "syn 2.0.90",
9676 "version_check",
9677 "yansi",
9678]
9679
9680[[package]]
9681name = "profiling"
9682version = "1.0.16"
9683source = "registry+https://github.com/rust-lang/crates.io-index"
9684checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9685dependencies = [
9686 "profiling-procmacros",
9687]
9688
9689[[package]]
9690name = "profiling-procmacros"
9691version = "1.0.16"
9692source = "registry+https://github.com/rust-lang/crates.io-index"
9693checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9694dependencies = [
9695 "quote",
9696 "syn 2.0.90",
9697]
9698
9699[[package]]
9700name = "project"
9701version = "0.1.0"
9702dependencies = [
9703 "aho-corasick",
9704 "anyhow",
9705 "async-trait",
9706 "client",
9707 "clock",
9708 "collections",
9709 "env_logger 0.11.6",
9710 "fancy-regex 0.14.0",
9711 "fs",
9712 "futures 0.3.31",
9713 "fuzzy",
9714 "git",
9715 "git2",
9716 "globset",
9717 "gpui",
9718 "http_client",
9719 "image",
9720 "itertools 0.14.0",
9721 "language",
9722 "log",
9723 "lsp",
9724 "node_runtime",
9725 "parking_lot",
9726 "pathdiff",
9727 "paths",
9728 "postage",
9729 "prettier",
9730 "pretty_assertions",
9731 "rand 0.8.5",
9732 "regex",
9733 "release_channel",
9734 "remote",
9735 "rpc",
9736 "schemars",
9737 "serde",
9738 "serde_json",
9739 "settings",
9740 "sha2",
9741 "shellexpand 2.1.2",
9742 "shlex",
9743 "similar",
9744 "smol",
9745 "snippet",
9746 "snippet_provider",
9747 "task",
9748 "tempfile",
9749 "terminal",
9750 "text",
9751 "toml 0.8.19",
9752 "unindent",
9753 "url",
9754 "util",
9755 "which 6.0.3",
9756 "worktree",
9757]
9758
9759[[package]]
9760name = "project_panel"
9761version = "0.1.0"
9762dependencies = [
9763 "anyhow",
9764 "client",
9765 "collections",
9766 "command_palette_hooks",
9767 "db",
9768 "editor",
9769 "file_icons",
9770 "git",
9771 "gpui",
9772 "indexmap",
9773 "language",
9774 "menu",
9775 "pretty_assertions",
9776 "project",
9777 "schemars",
9778 "search",
9779 "serde",
9780 "serde_derive",
9781 "serde_json",
9782 "settings",
9783 "smallvec",
9784 "theme",
9785 "ui",
9786 "util",
9787 "workspace",
9788 "worktree",
9789]
9790
9791[[package]]
9792name = "project_symbols"
9793version = "0.1.0"
9794dependencies = [
9795 "anyhow",
9796 "editor",
9797 "futures 0.3.31",
9798 "fuzzy",
9799 "gpui",
9800 "language",
9801 "lsp",
9802 "ordered-float 2.10.1",
9803 "picker",
9804 "project",
9805 "release_channel",
9806 "serde_json",
9807 "settings",
9808 "theme",
9809 "util",
9810 "workspace",
9811]
9812
9813[[package]]
9814name = "prometheus"
9815version = "0.13.4"
9816source = "registry+https://github.com/rust-lang/crates.io-index"
9817checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9818dependencies = [
9819 "cfg-if",
9820 "fnv",
9821 "lazy_static",
9822 "memchr",
9823 "parking_lot",
9824 "protobuf",
9825 "thiserror 1.0.69",
9826]
9827
9828[[package]]
9829name = "prost"
9830version = "0.9.0"
9831source = "registry+https://github.com/rust-lang/crates.io-index"
9832checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9833dependencies = [
9834 "bytes 1.9.0",
9835 "prost-derive 0.9.0",
9836]
9837
9838[[package]]
9839name = "prost"
9840version = "0.12.6"
9841source = "registry+https://github.com/rust-lang/crates.io-index"
9842checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9843dependencies = [
9844 "bytes 1.9.0",
9845 "prost-derive 0.12.6",
9846]
9847
9848[[package]]
9849name = "prost-build"
9850version = "0.9.0"
9851source = "registry+https://github.com/rust-lang/crates.io-index"
9852checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9853dependencies = [
9854 "bytes 1.9.0",
9855 "heck 0.3.3",
9856 "itertools 0.10.5",
9857 "lazy_static",
9858 "log",
9859 "multimap 0.8.3",
9860 "petgraph",
9861 "prost 0.9.0",
9862 "prost-types 0.9.0",
9863 "regex",
9864 "tempfile",
9865 "which 4.4.2",
9866]
9867
9868[[package]]
9869name = "prost-build"
9870version = "0.12.6"
9871source = "registry+https://github.com/rust-lang/crates.io-index"
9872checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
9873dependencies = [
9874 "bytes 1.9.0",
9875 "heck 0.5.0",
9876 "itertools 0.12.1",
9877 "log",
9878 "multimap 0.10.0",
9879 "once_cell",
9880 "petgraph",
9881 "prettyplease",
9882 "prost 0.12.6",
9883 "prost-types 0.12.6",
9884 "regex",
9885 "syn 2.0.90",
9886 "tempfile",
9887]
9888
9889[[package]]
9890name = "prost-derive"
9891version = "0.9.0"
9892source = "registry+https://github.com/rust-lang/crates.io-index"
9893checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9894dependencies = [
9895 "anyhow",
9896 "itertools 0.10.5",
9897 "proc-macro2",
9898 "quote",
9899 "syn 1.0.109",
9900]
9901
9902[[package]]
9903name = "prost-derive"
9904version = "0.12.6"
9905source = "registry+https://github.com/rust-lang/crates.io-index"
9906checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
9907dependencies = [
9908 "anyhow",
9909 "itertools 0.12.1",
9910 "proc-macro2",
9911 "quote",
9912 "syn 2.0.90",
9913]
9914
9915[[package]]
9916name = "prost-types"
9917version = "0.9.0"
9918source = "registry+https://github.com/rust-lang/crates.io-index"
9919checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9920dependencies = [
9921 "bytes 1.9.0",
9922 "prost 0.9.0",
9923]
9924
9925[[package]]
9926name = "prost-types"
9927version = "0.12.6"
9928source = "registry+https://github.com/rust-lang/crates.io-index"
9929checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
9930dependencies = [
9931 "prost 0.12.6",
9932]
9933
9934[[package]]
9935name = "proto"
9936version = "0.1.0"
9937dependencies = [
9938 "anyhow",
9939 "collections",
9940 "prost 0.9.0",
9941 "prost-build 0.9.0",
9942 "serde",
9943]
9944
9945[[package]]
9946name = "protobuf"
9947version = "2.28.0"
9948source = "registry+https://github.com/rust-lang/crates.io-index"
9949checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9950
9951[[package]]
9952name = "psm"
9953version = "0.1.24"
9954source = "registry+https://github.com/rust-lang/crates.io-index"
9955checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
9956dependencies = [
9957 "cc",
9958]
9959
9960[[package]]
9961name = "ptr_meta"
9962version = "0.1.4"
9963source = "registry+https://github.com/rust-lang/crates.io-index"
9964checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9965dependencies = [
9966 "ptr_meta_derive",
9967]
9968
9969[[package]]
9970name = "ptr_meta_derive"
9971version = "0.1.4"
9972source = "registry+https://github.com/rust-lang/crates.io-index"
9973checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9974dependencies = [
9975 "proc-macro2",
9976 "quote",
9977 "syn 1.0.109",
9978]
9979
9980[[package]]
9981name = "pulldown-cmark"
9982version = "0.10.3"
9983source = "registry+https://github.com/rust-lang/crates.io-index"
9984checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9985dependencies = [
9986 "bitflags 2.6.0",
9987 "memchr",
9988 "pulldown-cmark-escape",
9989 "unicase",
9990]
9991
9992[[package]]
9993name = "pulldown-cmark"
9994version = "0.12.2"
9995source = "registry+https://github.com/rust-lang/crates.io-index"
9996checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
9997dependencies = [
9998 "bitflags 2.6.0",
9999 "memchr",
10000 "unicase",
10001]
10002
10003[[package]]
10004name = "pulldown-cmark-escape"
10005version = "0.10.1"
10006source = "registry+https://github.com/rust-lang/crates.io-index"
10007checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10008
10009[[package]]
10010name = "qoi"
10011version = "0.4.1"
10012source = "registry+https://github.com/rust-lang/crates.io-index"
10013checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10014dependencies = [
10015 "bytemuck",
10016]
10017
10018[[package]]
10019name = "quick-error"
10020version = "2.0.1"
10021source = "registry+https://github.com/rust-lang/crates.io-index"
10022checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10023
10024[[package]]
10025name = "quick-xml"
10026version = "0.32.0"
10027source = "registry+https://github.com/rust-lang/crates.io-index"
10028checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10029dependencies = [
10030 "memchr",
10031]
10032
10033[[package]]
10034name = "quick-xml"
10035version = "0.36.2"
10036source = "registry+https://github.com/rust-lang/crates.io-index"
10037checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10038dependencies = [
10039 "memchr",
10040]
10041
10042[[package]]
10043name = "quinn"
10044version = "0.11.6"
10045source = "registry+https://github.com/rust-lang/crates.io-index"
10046checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10047dependencies = [
10048 "bytes 1.9.0",
10049 "pin-project-lite",
10050 "quinn-proto",
10051 "quinn-udp",
10052 "rustc-hash 2.1.0",
10053 "rustls 0.23.20",
10054 "socket2",
10055 "thiserror 2.0.6",
10056 "tokio",
10057 "tracing",
10058]
10059
10060[[package]]
10061name = "quinn-proto"
10062version = "0.11.9"
10063source = "registry+https://github.com/rust-lang/crates.io-index"
10064checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10065dependencies = [
10066 "bytes 1.9.0",
10067 "getrandom 0.2.15",
10068 "rand 0.8.5",
10069 "ring",
10070 "rustc-hash 2.1.0",
10071 "rustls 0.23.20",
10072 "rustls-pki-types",
10073 "slab",
10074 "thiserror 2.0.6",
10075 "tinyvec",
10076 "tracing",
10077 "web-time",
10078]
10079
10080[[package]]
10081name = "quinn-udp"
10082version = "0.5.8"
10083source = "registry+https://github.com/rust-lang/crates.io-index"
10084checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10085dependencies = [
10086 "cfg_aliases 0.2.1",
10087 "libc",
10088 "once_cell",
10089 "socket2",
10090 "tracing",
10091 "windows-sys 0.59.0",
10092]
10093
10094[[package]]
10095name = "quote"
10096version = "1.0.38"
10097source = "registry+https://github.com/rust-lang/crates.io-index"
10098checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10099dependencies = [
10100 "proc-macro2",
10101]
10102
10103[[package]]
10104name = "radium"
10105version = "0.7.0"
10106source = "registry+https://github.com/rust-lang/crates.io-index"
10107checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10108
10109[[package]]
10110name = "rand"
10111version = "0.7.3"
10112source = "registry+https://github.com/rust-lang/crates.io-index"
10113checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10114dependencies = [
10115 "getrandom 0.1.16",
10116 "libc",
10117 "rand_chacha 0.2.2",
10118 "rand_core 0.5.1",
10119 "rand_hc",
10120]
10121
10122[[package]]
10123name = "rand"
10124version = "0.8.5"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10127dependencies = [
10128 "libc",
10129 "rand_chacha 0.3.1",
10130 "rand_core 0.6.4",
10131]
10132
10133[[package]]
10134name = "rand_chacha"
10135version = "0.2.2"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10138dependencies = [
10139 "ppv-lite86",
10140 "rand_core 0.5.1",
10141]
10142
10143[[package]]
10144name = "rand_chacha"
10145version = "0.3.1"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10148dependencies = [
10149 "ppv-lite86",
10150 "rand_core 0.6.4",
10151]
10152
10153[[package]]
10154name = "rand_core"
10155version = "0.5.1"
10156source = "registry+https://github.com/rust-lang/crates.io-index"
10157checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10158dependencies = [
10159 "getrandom 0.1.16",
10160]
10161
10162[[package]]
10163name = "rand_core"
10164version = "0.6.4"
10165source = "registry+https://github.com/rust-lang/crates.io-index"
10166checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10167dependencies = [
10168 "getrandom 0.2.15",
10169]
10170
10171[[package]]
10172name = "rand_hc"
10173version = "0.2.0"
10174source = "registry+https://github.com/rust-lang/crates.io-index"
10175checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10176dependencies = [
10177 "rand_core 0.5.1",
10178]
10179
10180[[package]]
10181name = "rangemap"
10182version = "1.5.1"
10183source = "registry+https://github.com/rust-lang/crates.io-index"
10184checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10185
10186[[package]]
10187name = "rav1e"
10188version = "0.7.1"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10191dependencies = [
10192 "arbitrary",
10193 "arg_enum_proc_macro",
10194 "arrayvec",
10195 "av1-grain",
10196 "bitstream-io",
10197 "built",
10198 "cfg-if",
10199 "interpolate_name",
10200 "itertools 0.12.1",
10201 "libc",
10202 "libfuzzer-sys",
10203 "log",
10204 "maybe-rayon",
10205 "new_debug_unreachable",
10206 "noop_proc_macro",
10207 "num-derive",
10208 "num-traits",
10209 "once_cell",
10210 "paste",
10211 "profiling",
10212 "rand 0.8.5",
10213 "rand_chacha 0.3.1",
10214 "simd_helpers",
10215 "system-deps",
10216 "thiserror 1.0.69",
10217 "v_frame",
10218 "wasm-bindgen",
10219]
10220
10221[[package]]
10222name = "ravif"
10223version = "0.11.11"
10224source = "registry+https://github.com/rust-lang/crates.io-index"
10225checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10226dependencies = [
10227 "avif-serialize",
10228 "imgref",
10229 "loop9",
10230 "quick-error",
10231 "rav1e",
10232 "rayon",
10233 "rgb",
10234]
10235
10236[[package]]
10237name = "raw-window-handle"
10238version = "0.6.2"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10241
10242[[package]]
10243name = "raw-window-metal"
10244version = "0.4.0"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10247dependencies = [
10248 "cocoa 0.25.0",
10249 "core-graphics 0.23.2",
10250 "objc",
10251 "raw-window-handle",
10252]
10253
10254[[package]]
10255name = "rayon"
10256version = "1.10.0"
10257source = "registry+https://github.com/rust-lang/crates.io-index"
10258checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10259dependencies = [
10260 "either",
10261 "rayon-core",
10262]
10263
10264[[package]]
10265name = "rayon-core"
10266version = "1.12.1"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10269dependencies = [
10270 "crossbeam-deque",
10271 "crossbeam-utils",
10272]
10273
10274[[package]]
10275name = "read-fonts"
10276version = "0.22.5"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10279dependencies = [
10280 "bytemuck",
10281 "font-types",
10282]
10283
10284[[package]]
10285name = "recent_projects"
10286version = "0.1.0"
10287dependencies = [
10288 "anyhow",
10289 "auto_update",
10290 "editor",
10291 "extension_host",
10292 "file_finder",
10293 "futures 0.3.31",
10294 "fuzzy",
10295 "gpui",
10296 "language",
10297 "log",
10298 "markdown",
10299 "menu",
10300 "ordered-float 2.10.1",
10301 "paths",
10302 "picker",
10303 "project",
10304 "release_channel",
10305 "remote",
10306 "schemars",
10307 "serde",
10308 "serde_json",
10309 "settings",
10310 "smol",
10311 "task",
10312 "theme",
10313 "ui",
10314 "util",
10315 "workspace",
10316 "zed_actions",
10317]
10318
10319[[package]]
10320name = "redox_syscall"
10321version = "0.2.16"
10322source = "registry+https://github.com/rust-lang/crates.io-index"
10323checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10324dependencies = [
10325 "bitflags 1.3.2",
10326]
10327
10328[[package]]
10329name = "redox_syscall"
10330version = "0.5.8"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10333dependencies = [
10334 "bitflags 2.6.0",
10335]
10336
10337[[package]]
10338name = "redox_users"
10339version = "0.4.6"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10342dependencies = [
10343 "getrandom 0.2.15",
10344 "libredox",
10345 "thiserror 1.0.69",
10346]
10347
10348[[package]]
10349name = "refineable"
10350version = "0.1.0"
10351dependencies = [
10352 "derive_refineable",
10353]
10354
10355[[package]]
10356name = "regalloc2"
10357version = "0.9.3"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10360dependencies = [
10361 "hashbrown 0.13.2",
10362 "log",
10363 "rustc-hash 1.1.0",
10364 "slice-group-by",
10365 "smallvec",
10366]
10367
10368[[package]]
10369name = "regex"
10370version = "1.11.1"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10373dependencies = [
10374 "aho-corasick",
10375 "memchr",
10376 "regex-automata 0.4.9",
10377 "regex-syntax 0.8.5",
10378]
10379
10380[[package]]
10381name = "regex-automata"
10382version = "0.1.10"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10385dependencies = [
10386 "regex-syntax 0.6.29",
10387]
10388
10389[[package]]
10390name = "regex-automata"
10391version = "0.4.9"
10392source = "registry+https://github.com/rust-lang/crates.io-index"
10393checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10394dependencies = [
10395 "aho-corasick",
10396 "memchr",
10397 "regex-syntax 0.8.5",
10398]
10399
10400[[package]]
10401name = "regex-lite"
10402version = "0.1.6"
10403source = "registry+https://github.com/rust-lang/crates.io-index"
10404checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10405
10406[[package]]
10407name = "regex-syntax"
10408version = "0.6.29"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10411
10412[[package]]
10413name = "regex-syntax"
10414version = "0.8.5"
10415source = "registry+https://github.com/rust-lang/crates.io-index"
10416checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10417
10418[[package]]
10419name = "release_channel"
10420version = "0.1.0"
10421dependencies = [
10422 "gpui",
10423]
10424
10425[[package]]
10426name = "remote"
10427version = "0.1.0"
10428dependencies = [
10429 "anyhow",
10430 "async-trait",
10431 "collections",
10432 "fs",
10433 "futures 0.3.31",
10434 "gpui",
10435 "itertools 0.14.0",
10436 "log",
10437 "parking_lot",
10438 "paths",
10439 "prost 0.9.0",
10440 "release_channel",
10441 "rpc",
10442 "serde",
10443 "serde_json",
10444 "shlex",
10445 "smol",
10446 "tempfile",
10447 "thiserror 1.0.69",
10448 "util",
10449 "which 6.0.3",
10450]
10451
10452[[package]]
10453name = "remote_server"
10454version = "0.1.0"
10455dependencies = [
10456 "anyhow",
10457 "async-watch",
10458 "backtrace",
10459 "cargo_toml",
10460 "chrono",
10461 "clap",
10462 "client",
10463 "clock",
10464 "env_logger 0.11.6",
10465 "extension",
10466 "extension_host",
10467 "fork",
10468 "fs",
10469 "futures 0.3.31",
10470 "git",
10471 "git_hosting_providers",
10472 "gpui",
10473 "http_client",
10474 "language",
10475 "language_extension",
10476 "languages",
10477 "libc",
10478 "log",
10479 "lsp",
10480 "node_runtime",
10481 "paths",
10482 "project",
10483 "proto",
10484 "release_channel",
10485 "remote",
10486 "reqwest_client",
10487 "rpc",
10488 "rust-embed",
10489 "serde",
10490 "serde_json",
10491 "settings",
10492 "shellexpand 2.1.2",
10493 "smol",
10494 "sysinfo",
10495 "telemetry_events",
10496 "toml 0.8.19",
10497 "util",
10498 "worktree",
10499]
10500
10501[[package]]
10502name = "rend"
10503version = "0.4.2"
10504source = "registry+https://github.com/rust-lang/crates.io-index"
10505checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10506dependencies = [
10507 "bytecheck",
10508]
10509
10510[[package]]
10511name = "repl"
10512version = "0.1.0"
10513dependencies = [
10514 "alacritty_terminal",
10515 "anyhow",
10516 "async-dispatcher",
10517 "async-tungstenite 0.28.2",
10518 "base64 0.22.1",
10519 "client",
10520 "collections",
10521 "command_palette_hooks",
10522 "editor",
10523 "env_logger 0.11.6",
10524 "feature_flags",
10525 "file_icons",
10526 "futures 0.3.31",
10527 "gpui",
10528 "http_client",
10529 "image",
10530 "indoc",
10531 "jupyter-protocol",
10532 "jupyter-websocket-client",
10533 "language",
10534 "languages",
10535 "log",
10536 "markdown_preview",
10537 "menu",
10538 "multi_buffer",
10539 "nbformat",
10540 "picker",
10541 "project",
10542 "runtimelib",
10543 "schemars",
10544 "serde",
10545 "serde_json",
10546 "settings",
10547 "smol",
10548 "telemetry",
10549 "terminal",
10550 "terminal_view",
10551 "theme",
10552 "tree-sitter-md",
10553 "tree-sitter-python",
10554 "tree-sitter-typescript",
10555 "ui",
10556 "util",
10557 "uuid",
10558 "workspace",
10559]
10560
10561[[package]]
10562name = "reqwest"
10563version = "0.11.27"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10566dependencies = [
10567 "base64 0.21.7",
10568 "bytes 1.9.0",
10569 "encoding_rs",
10570 "futures-core",
10571 "futures-util",
10572 "h2 0.3.26",
10573 "http 0.2.12",
10574 "http-body 0.4.6",
10575 "hyper 0.14.32",
10576 "hyper-rustls 0.24.2",
10577 "hyper-tls",
10578 "ipnet",
10579 "js-sys",
10580 "log",
10581 "mime",
10582 "native-tls",
10583 "once_cell",
10584 "percent-encoding",
10585 "pin-project-lite",
10586 "rustls 0.21.12",
10587 "rustls-native-certs 0.6.3",
10588 "rustls-pemfile 1.0.4",
10589 "serde",
10590 "serde_json",
10591 "serde_urlencoded",
10592 "sync_wrapper 0.1.2",
10593 "system-configuration 0.5.1",
10594 "tokio",
10595 "tokio-native-tls",
10596 "tokio-rustls 0.24.1",
10597 "tower-service",
10598 "url",
10599 "wasm-bindgen",
10600 "wasm-bindgen-futures",
10601 "web-sys",
10602 "winreg 0.50.0",
10603]
10604
10605[[package]]
10606name = "reqwest"
10607version = "0.12.8"
10608source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10609dependencies = [
10610 "base64 0.22.1",
10611 "bytes 1.9.0",
10612 "encoding_rs",
10613 "futures-core",
10614 "futures-util",
10615 "h2 0.4.7",
10616 "http 1.2.0",
10617 "http-body 1.0.1",
10618 "http-body-util",
10619 "hyper 1.5.1",
10620 "hyper-rustls 0.27.3",
10621 "hyper-util",
10622 "ipnet",
10623 "js-sys",
10624 "log",
10625 "mime",
10626 "once_cell",
10627 "percent-encoding",
10628 "pin-project-lite",
10629 "quinn",
10630 "rustls 0.23.20",
10631 "rustls-native-certs 0.8.1",
10632 "rustls-pemfile 2.2.0",
10633 "rustls-pki-types",
10634 "serde",
10635 "serde_json",
10636 "serde_urlencoded",
10637 "sync_wrapper 1.0.2",
10638 "system-configuration 0.6.1",
10639 "tokio",
10640 "tokio-rustls 0.26.1",
10641 "tokio-socks",
10642 "tokio-util",
10643 "tower-service",
10644 "url",
10645 "wasm-bindgen",
10646 "wasm-bindgen-futures",
10647 "wasm-streams",
10648 "web-sys",
10649 "windows-registry",
10650]
10651
10652[[package]]
10653name = "reqwest_client"
10654version = "0.1.0"
10655dependencies = [
10656 "anyhow",
10657 "bytes 1.9.0",
10658 "futures 0.3.31",
10659 "gpui",
10660 "http_client",
10661 "log",
10662 "reqwest 0.12.8",
10663 "serde",
10664 "smol",
10665 "tokio",
10666]
10667
10668[[package]]
10669name = "resvg"
10670version = "0.44.0"
10671source = "registry+https://github.com/rust-lang/crates.io-index"
10672checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10673dependencies = [
10674 "log",
10675 "pico-args",
10676 "rgb",
10677 "svgtypes",
10678 "tiny-skia",
10679 "usvg",
10680]
10681
10682[[package]]
10683name = "rfc6979"
10684version = "0.3.1"
10685source = "registry+https://github.com/rust-lang/crates.io-index"
10686checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10687dependencies = [
10688 "crypto-bigint 0.4.9",
10689 "hmac",
10690 "zeroize",
10691]
10692
10693[[package]]
10694name = "rgb"
10695version = "0.8.50"
10696source = "registry+https://github.com/rust-lang/crates.io-index"
10697checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10698dependencies = [
10699 "bytemuck",
10700]
10701
10702[[package]]
10703name = "rich_text"
10704version = "0.1.0"
10705dependencies = [
10706 "futures 0.3.31",
10707 "gpui",
10708 "language",
10709 "linkify",
10710 "pulldown-cmark 0.12.2",
10711 "theme",
10712 "ui",
10713 "util",
10714]
10715
10716[[package]]
10717name = "ring"
10718version = "0.17.8"
10719source = "registry+https://github.com/rust-lang/crates.io-index"
10720checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10721dependencies = [
10722 "cc",
10723 "cfg-if",
10724 "getrandom 0.2.15",
10725 "libc",
10726 "spin",
10727 "untrusted",
10728 "windows-sys 0.52.0",
10729]
10730
10731[[package]]
10732name = "rkyv"
10733version = "0.7.45"
10734source = "registry+https://github.com/rust-lang/crates.io-index"
10735checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10736dependencies = [
10737 "bitvec",
10738 "bytecheck",
10739 "bytes 1.9.0",
10740 "hashbrown 0.12.3",
10741 "ptr_meta",
10742 "rend",
10743 "rkyv_derive",
10744 "seahash",
10745 "tinyvec",
10746 "uuid",
10747]
10748
10749[[package]]
10750name = "rkyv_derive"
10751version = "0.7.45"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10754dependencies = [
10755 "proc-macro2",
10756 "quote",
10757 "syn 1.0.109",
10758]
10759
10760[[package]]
10761name = "rmp"
10762version = "0.8.14"
10763source = "registry+https://github.com/rust-lang/crates.io-index"
10764checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10765dependencies = [
10766 "byteorder",
10767 "num-traits",
10768 "paste",
10769]
10770
10771[[package]]
10772name = "rmpv"
10773version = "1.3.0"
10774source = "registry+https://github.com/rust-lang/crates.io-index"
10775checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10776dependencies = [
10777 "num-traits",
10778 "rmp",
10779]
10780
10781[[package]]
10782name = "rodio"
10783version = "0.20.1"
10784source = "registry+https://github.com/rust-lang/crates.io-index"
10785checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10786dependencies = [
10787 "cpal",
10788 "hound",
10789]
10790
10791[[package]]
10792name = "rope"
10793version = "0.1.0"
10794dependencies = [
10795 "arrayvec",
10796 "criterion",
10797 "ctor",
10798 "env_logger 0.11.6",
10799 "gpui",
10800 "log",
10801 "rand 0.8.5",
10802 "rayon",
10803 "smallvec",
10804 "sum_tree",
10805 "unicode-segmentation",
10806 "util",
10807]
10808
10809[[package]]
10810name = "roxmltree"
10811version = "0.20.0"
10812source = "registry+https://github.com/rust-lang/crates.io-index"
10813checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10814
10815[[package]]
10816name = "rpc"
10817version = "0.1.0"
10818dependencies = [
10819 "anyhow",
10820 "async-tungstenite 0.28.2",
10821 "base64 0.22.1",
10822 "chrono",
10823 "collections",
10824 "env_logger 0.11.6",
10825 "futures 0.3.31",
10826 "gpui",
10827 "parking_lot",
10828 "proto",
10829 "rand 0.8.5",
10830 "rsa",
10831 "serde",
10832 "serde_json",
10833 "sha2",
10834 "strum",
10835 "tracing",
10836 "util",
10837 "zstd",
10838]
10839
10840[[package]]
10841name = "rsa"
10842version = "0.9.7"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
10845dependencies = [
10846 "const-oid",
10847 "digest",
10848 "num-bigint-dig",
10849 "num-integer",
10850 "num-traits",
10851 "pkcs1",
10852 "pkcs8 0.10.2",
10853 "rand_core 0.6.4",
10854 "signature 2.2.0",
10855 "spki 0.7.3",
10856 "subtle",
10857 "zeroize",
10858]
10859
10860[[package]]
10861name = "runtimelib"
10862version = "0.25.0"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
10865dependencies = [
10866 "anyhow",
10867 "async-dispatcher",
10868 "async-std",
10869 "base64 0.22.1",
10870 "bytes 1.9.0",
10871 "chrono",
10872 "data-encoding",
10873 "dirs 5.0.1",
10874 "futures 0.3.31",
10875 "glob",
10876 "jupyter-protocol",
10877 "ring",
10878 "serde",
10879 "serde_json",
10880 "shellexpand 3.1.0",
10881 "smol",
10882 "uuid",
10883 "zeromq",
10884]
10885
10886[[package]]
10887name = "rust-embed"
10888version = "8.5.0"
10889source = "registry+https://github.com/rust-lang/crates.io-index"
10890checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10891dependencies = [
10892 "rust-embed-impl",
10893 "rust-embed-utils",
10894 "walkdir",
10895]
10896
10897[[package]]
10898name = "rust-embed-impl"
10899version = "8.5.0"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10902dependencies = [
10903 "proc-macro2",
10904 "quote",
10905 "rust-embed-utils",
10906 "syn 2.0.90",
10907 "walkdir",
10908]
10909
10910[[package]]
10911name = "rust-embed-utils"
10912version = "8.5.0"
10913source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10915dependencies = [
10916 "globset",
10917 "sha2",
10918 "walkdir",
10919]
10920
10921[[package]]
10922name = "rust_decimal"
10923version = "1.36.0"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10926dependencies = [
10927 "arrayvec",
10928 "borsh",
10929 "bytes 1.9.0",
10930 "num-traits",
10931 "rand 0.8.5",
10932 "rkyv",
10933 "serde",
10934 "serde_json",
10935]
10936
10937[[package]]
10938name = "rustc-demangle"
10939version = "0.1.24"
10940source = "registry+https://github.com/rust-lang/crates.io-index"
10941checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10942
10943[[package]]
10944name = "rustc-hash"
10945version = "1.1.0"
10946source = "registry+https://github.com/rust-lang/crates.io-index"
10947checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10948
10949[[package]]
10950name = "rustc-hash"
10951version = "2.1.0"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
10954
10955[[package]]
10956name = "rustc_version"
10957version = "0.4.1"
10958source = "registry+https://github.com/rust-lang/crates.io-index"
10959checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10960dependencies = [
10961 "semver",
10962]
10963
10964[[package]]
10965name = "rustix"
10966version = "0.38.42"
10967source = "registry+https://github.com/rust-lang/crates.io-index"
10968checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
10969dependencies = [
10970 "bitflags 2.6.0",
10971 "errno 0.3.10",
10972 "itoa",
10973 "libc",
10974 "linux-raw-sys",
10975 "once_cell",
10976 "windows-sys 0.59.0",
10977]
10978
10979[[package]]
10980name = "rustix-openpty"
10981version = "0.1.1"
10982source = "registry+https://github.com/rust-lang/crates.io-index"
10983checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10984dependencies = [
10985 "errno 0.3.10",
10986 "libc",
10987 "rustix",
10988]
10989
10990[[package]]
10991name = "rustls"
10992version = "0.21.12"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10995dependencies = [
10996 "log",
10997 "ring",
10998 "rustls-webpki 0.101.7",
10999 "sct",
11000]
11001
11002[[package]]
11003name = "rustls"
11004version = "0.23.20"
11005source = "registry+https://github.com/rust-lang/crates.io-index"
11006checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
11007dependencies = [
11008 "once_cell",
11009 "ring",
11010 "rustls-pki-types",
11011 "rustls-webpki 0.102.8",
11012 "subtle",
11013 "zeroize",
11014]
11015
11016[[package]]
11017name = "rustls-native-certs"
11018version = "0.6.3"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11021dependencies = [
11022 "openssl-probe",
11023 "rustls-pemfile 1.0.4",
11024 "schannel",
11025 "security-framework 2.11.1",
11026]
11027
11028[[package]]
11029name = "rustls-native-certs"
11030version = "0.8.1"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11033dependencies = [
11034 "openssl-probe",
11035 "rustls-pki-types",
11036 "schannel",
11037 "security-framework 3.0.1",
11038]
11039
11040[[package]]
11041name = "rustls-pemfile"
11042version = "1.0.4"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11045dependencies = [
11046 "base64 0.21.7",
11047]
11048
11049[[package]]
11050name = "rustls-pemfile"
11051version = "2.2.0"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11054dependencies = [
11055 "rustls-pki-types",
11056]
11057
11058[[package]]
11059name = "rustls-pki-types"
11060version = "1.10.0"
11061source = "registry+https://github.com/rust-lang/crates.io-index"
11062checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11063dependencies = [
11064 "web-time",
11065]
11066
11067[[package]]
11068name = "rustls-webpki"
11069version = "0.101.7"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11072dependencies = [
11073 "ring",
11074 "untrusted",
11075]
11076
11077[[package]]
11078name = "rustls-webpki"
11079version = "0.102.8"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11082dependencies = [
11083 "ring",
11084 "rustls-pki-types",
11085 "untrusted",
11086]
11087
11088[[package]]
11089name = "rustversion"
11090version = "1.0.18"
11091source = "registry+https://github.com/rust-lang/crates.io-index"
11092checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11093
11094[[package]]
11095name = "rustybuzz"
11096version = "0.14.1"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11099dependencies = [
11100 "bitflags 2.6.0",
11101 "bytemuck",
11102 "libm",
11103 "smallvec",
11104 "ttf-parser",
11105 "unicode-bidi-mirroring",
11106 "unicode-ccc",
11107 "unicode-properties",
11108 "unicode-script",
11109]
11110
11111[[package]]
11112name = "ryu"
11113version = "1.0.18"
11114source = "registry+https://github.com/rust-lang/crates.io-index"
11115checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11116
11117[[package]]
11118name = "salsa20"
11119version = "0.10.2"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11122dependencies = [
11123 "cipher",
11124]
11125
11126[[package]]
11127name = "same-file"
11128version = "1.0.6"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11131dependencies = [
11132 "winapi-util",
11133]
11134
11135[[package]]
11136name = "schannel"
11137version = "0.1.27"
11138source = "registry+https://github.com/rust-lang/crates.io-index"
11139checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11140dependencies = [
11141 "windows-sys 0.59.0",
11142]
11143
11144[[package]]
11145name = "schemars"
11146version = "0.8.21"
11147source = "registry+https://github.com/rust-lang/crates.io-index"
11148checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11149dependencies = [
11150 "dyn-clone",
11151 "indexmap",
11152 "schemars_derive",
11153 "serde",
11154 "serde_json",
11155]
11156
11157[[package]]
11158name = "schemars_derive"
11159version = "0.8.21"
11160source = "registry+https://github.com/rust-lang/crates.io-index"
11161checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11162dependencies = [
11163 "proc-macro2",
11164 "quote",
11165 "serde_derive_internals",
11166 "syn 2.0.90",
11167]
11168
11169[[package]]
11170name = "scoped-tls"
11171version = "1.0.1"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11174
11175[[package]]
11176name = "scopeguard"
11177version = "1.2.0"
11178source = "registry+https://github.com/rust-lang/crates.io-index"
11179checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11180
11181[[package]]
11182name = "scratch"
11183version = "1.0.7"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11186
11187[[package]]
11188name = "scrypt"
11189version = "0.11.0"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11192dependencies = [
11193 "password-hash 0.5.0",
11194 "pbkdf2 0.12.2",
11195 "salsa20",
11196 "sha2",
11197]
11198
11199[[package]]
11200name = "sct"
11201version = "0.7.1"
11202source = "registry+https://github.com/rust-lang/crates.io-index"
11203checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11204dependencies = [
11205 "ring",
11206 "untrusted",
11207]
11208
11209[[package]]
11210name = "sea-bae"
11211version = "0.2.1"
11212source = "registry+https://github.com/rust-lang/crates.io-index"
11213checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11214dependencies = [
11215 "heck 0.4.1",
11216 "proc-macro-error2",
11217 "proc-macro2",
11218 "quote",
11219 "syn 2.0.90",
11220]
11221
11222[[package]]
11223name = "sea-orm"
11224version = "1.1.3"
11225source = "registry+https://github.com/rust-lang/crates.io-index"
11226checksum = "0dbcf83248860dc632c46c7e81a221e041b50d0006191756cb001d9e8afc60a9"
11227dependencies = [
11228 "async-stream",
11229 "async-trait",
11230 "bigdecimal",
11231 "chrono",
11232 "futures 0.3.31",
11233 "log",
11234 "ouroboros",
11235 "rust_decimal",
11236 "sea-orm-macros",
11237 "sea-query",
11238 "sea-query-binder",
11239 "serde",
11240 "serde_json",
11241 "sqlx",
11242 "strum",
11243 "thiserror 1.0.69",
11244 "time",
11245 "tracing",
11246 "url",
11247 "uuid",
11248]
11249
11250[[package]]
11251name = "sea-orm-macros"
11252version = "1.1.3"
11253source = "registry+https://github.com/rust-lang/crates.io-index"
11254checksum = "49ce6f08134f3681b1ca92185b96fac898f26d9b4f5538d13f7032ef243d14b2"
11255dependencies = [
11256 "heck 0.4.1",
11257 "proc-macro2",
11258 "quote",
11259 "sea-bae",
11260 "syn 2.0.90",
11261 "unicode-ident",
11262]
11263
11264[[package]]
11265name = "sea-query"
11266version = "0.32.1"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11269dependencies = [
11270 "bigdecimal",
11271 "chrono",
11272 "inherent",
11273 "ordered-float 3.9.2",
11274 "rust_decimal",
11275 "serde_json",
11276 "time",
11277 "uuid",
11278]
11279
11280[[package]]
11281name = "sea-query-binder"
11282version = "0.7.0"
11283source = "registry+https://github.com/rust-lang/crates.io-index"
11284checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11285dependencies = [
11286 "bigdecimal",
11287 "chrono",
11288 "rust_decimal",
11289 "sea-query",
11290 "serde_json",
11291 "sqlx",
11292 "time",
11293 "uuid",
11294]
11295
11296[[package]]
11297name = "seahash"
11298version = "4.1.0"
11299source = "registry+https://github.com/rust-lang/crates.io-index"
11300checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11301
11302[[package]]
11303name = "search"
11304version = "0.1.0"
11305dependencies = [
11306 "any_vec",
11307 "anyhow",
11308 "bitflags 2.6.0",
11309 "client",
11310 "collections",
11311 "editor",
11312 "futures 0.3.31",
11313 "gpui",
11314 "language",
11315 "menu",
11316 "project",
11317 "schemars",
11318 "serde",
11319 "serde_json",
11320 "settings",
11321 "smol",
11322 "theme",
11323 "ui",
11324 "unindent",
11325 "util",
11326 "workspace",
11327]
11328
11329[[package]]
11330name = "sec1"
11331version = "0.3.0"
11332source = "registry+https://github.com/rust-lang/crates.io-index"
11333checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11334dependencies = [
11335 "base16ct",
11336 "der 0.6.1",
11337 "generic-array",
11338 "pkcs8 0.9.0",
11339 "subtle",
11340 "zeroize",
11341]
11342
11343[[package]]
11344name = "security-framework"
11345version = "2.11.1"
11346source = "registry+https://github.com/rust-lang/crates.io-index"
11347checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11348dependencies = [
11349 "bitflags 2.6.0",
11350 "core-foundation 0.9.4",
11351 "core-foundation-sys",
11352 "libc",
11353 "security-framework-sys",
11354]
11355
11356[[package]]
11357name = "security-framework"
11358version = "3.0.1"
11359source = "registry+https://github.com/rust-lang/crates.io-index"
11360checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11361dependencies = [
11362 "bitflags 2.6.0",
11363 "core-foundation 0.10.0",
11364 "core-foundation-sys",
11365 "libc",
11366 "security-framework-sys",
11367]
11368
11369[[package]]
11370name = "security-framework-sys"
11371version = "2.12.1"
11372source = "registry+https://github.com/rust-lang/crates.io-index"
11373checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11374dependencies = [
11375 "core-foundation-sys",
11376 "libc",
11377]
11378
11379[[package]]
11380name = "self_cell"
11381version = "1.1.0"
11382source = "registry+https://github.com/rust-lang/crates.io-index"
11383checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11384
11385[[package]]
11386name = "semantic_index"
11387version = "0.1.0"
11388dependencies = [
11389 "anyhow",
11390 "arrayvec",
11391 "blake3",
11392 "client",
11393 "clock",
11394 "collections",
11395 "env_logger 0.11.6",
11396 "feature_flags",
11397 "fs",
11398 "futures 0.3.31",
11399 "futures-batch",
11400 "gpui",
11401 "heed",
11402 "http_client",
11403 "language",
11404 "language_model",
11405 "languages",
11406 "log",
11407 "open_ai",
11408 "parking_lot",
11409 "project",
11410 "reqwest_client",
11411 "serde",
11412 "serde_json",
11413 "settings",
11414 "sha2",
11415 "smol",
11416 "tempfile",
11417 "theme",
11418 "tree-sitter",
11419 "ui",
11420 "unindent",
11421 "util",
11422 "workspace",
11423 "worktree",
11424]
11425
11426[[package]]
11427name = "semantic_version"
11428version = "0.1.0"
11429dependencies = [
11430 "anyhow",
11431 "serde",
11432]
11433
11434[[package]]
11435name = "semver"
11436version = "1.0.24"
11437source = "registry+https://github.com/rust-lang/crates.io-index"
11438checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
11439dependencies = [
11440 "serde",
11441]
11442
11443[[package]]
11444name = "serde"
11445version = "1.0.217"
11446source = "registry+https://github.com/rust-lang/crates.io-index"
11447checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
11448dependencies = [
11449 "serde_derive",
11450]
11451
11452[[package]]
11453name = "serde_derive"
11454version = "1.0.217"
11455source = "registry+https://github.com/rust-lang/crates.io-index"
11456checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
11457dependencies = [
11458 "proc-macro2",
11459 "quote",
11460 "syn 2.0.90",
11461]
11462
11463[[package]]
11464name = "serde_derive_internals"
11465version = "0.29.1"
11466source = "registry+https://github.com/rust-lang/crates.io-index"
11467checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11468dependencies = [
11469 "proc-macro2",
11470 "quote",
11471 "syn 2.0.90",
11472]
11473
11474[[package]]
11475name = "serde_fmt"
11476version = "1.0.3"
11477source = "registry+https://github.com/rust-lang/crates.io-index"
11478checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11479dependencies = [
11480 "serde",
11481]
11482
11483[[package]]
11484name = "serde_json"
11485version = "1.0.135"
11486source = "registry+https://github.com/rust-lang/crates.io-index"
11487checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
11488dependencies = [
11489 "indexmap",
11490 "itoa",
11491 "memchr",
11492 "ryu",
11493 "serde",
11494]
11495
11496[[package]]
11497name = "serde_json_lenient"
11498version = "0.2.4"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11501dependencies = [
11502 "indexmap",
11503 "itoa",
11504 "memchr",
11505 "ryu",
11506 "serde",
11507]
11508
11509[[package]]
11510name = "serde_path_to_error"
11511version = "0.1.16"
11512source = "registry+https://github.com/rust-lang/crates.io-index"
11513checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11514dependencies = [
11515 "itoa",
11516 "serde",
11517]
11518
11519[[package]]
11520name = "serde_qs"
11521version = "0.8.5"
11522source = "registry+https://github.com/rust-lang/crates.io-index"
11523checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11524dependencies = [
11525 "percent-encoding",
11526 "serde",
11527 "thiserror 1.0.69",
11528]
11529
11530[[package]]
11531name = "serde_qs"
11532version = "0.10.1"
11533source = "registry+https://github.com/rust-lang/crates.io-index"
11534checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11535dependencies = [
11536 "percent-encoding",
11537 "serde",
11538 "thiserror 1.0.69",
11539]
11540
11541[[package]]
11542name = "serde_repr"
11543version = "0.1.19"
11544source = "registry+https://github.com/rust-lang/crates.io-index"
11545checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11546dependencies = [
11547 "proc-macro2",
11548 "quote",
11549 "syn 2.0.90",
11550]
11551
11552[[package]]
11553name = "serde_spanned"
11554version = "0.6.8"
11555source = "registry+https://github.com/rust-lang/crates.io-index"
11556checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11557dependencies = [
11558 "serde",
11559]
11560
11561[[package]]
11562name = "serde_urlencoded"
11563version = "0.7.1"
11564source = "registry+https://github.com/rust-lang/crates.io-index"
11565checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11566dependencies = [
11567 "form_urlencoded",
11568 "itoa",
11569 "ryu",
11570 "serde",
11571]
11572
11573[[package]]
11574name = "session"
11575version = "0.1.0"
11576dependencies = [
11577 "db",
11578 "gpui",
11579 "serde_json",
11580 "util",
11581 "uuid",
11582]
11583
11584[[package]]
11585name = "settings"
11586version = "0.1.0"
11587dependencies = [
11588 "anyhow",
11589 "collections",
11590 "ec4rs",
11591 "fs",
11592 "futures 0.3.31",
11593 "gpui",
11594 "indoc",
11595 "log",
11596 "paths",
11597 "pretty_assertions",
11598 "release_channel",
11599 "rust-embed",
11600 "schemars",
11601 "serde",
11602 "serde_derive",
11603 "serde_json",
11604 "serde_json_lenient",
11605 "smallvec",
11606 "tree-sitter",
11607 "tree-sitter-json",
11608 "unindent",
11609 "util",
11610]
11611
11612[[package]]
11613name = "settings_ui"
11614version = "0.1.0"
11615dependencies = [
11616 "command_palette_hooks",
11617 "editor",
11618 "feature_flags",
11619 "gpui",
11620 "settings",
11621 "theme",
11622 "ui",
11623 "workspace",
11624]
11625
11626[[package]]
11627name = "sha1"
11628version = "0.10.6"
11629source = "registry+https://github.com/rust-lang/crates.io-index"
11630checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11631dependencies = [
11632 "cfg-if",
11633 "cpufeatures",
11634 "digest",
11635]
11636
11637[[package]]
11638name = "sha1_smol"
11639version = "1.0.1"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11642
11643[[package]]
11644name = "sha2"
11645version = "0.10.8"
11646source = "registry+https://github.com/rust-lang/crates.io-index"
11647checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11648dependencies = [
11649 "cfg-if",
11650 "cpufeatures",
11651 "digest",
11652]
11653
11654[[package]]
11655name = "sharded-slab"
11656version = "0.1.7"
11657source = "registry+https://github.com/rust-lang/crates.io-index"
11658checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11659dependencies = [
11660 "lazy_static",
11661]
11662
11663[[package]]
11664name = "shell-words"
11665version = "1.1.0"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11668
11669[[package]]
11670name = "shellexpand"
11671version = "2.1.2"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11674dependencies = [
11675 "dirs 4.0.0",
11676]
11677
11678[[package]]
11679name = "shellexpand"
11680version = "3.1.0"
11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11683dependencies = [
11684 "dirs 5.0.1",
11685]
11686
11687[[package]]
11688name = "shlex"
11689version = "1.3.0"
11690source = "registry+https://github.com/rust-lang/crates.io-index"
11691checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11692
11693[[package]]
11694name = "signal-hook"
11695version = "0.3.17"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11698dependencies = [
11699 "libc",
11700 "signal-hook-registry",
11701]
11702
11703[[package]]
11704name = "signal-hook-registry"
11705version = "1.4.2"
11706source = "registry+https://github.com/rust-lang/crates.io-index"
11707checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11708dependencies = [
11709 "libc",
11710]
11711
11712[[package]]
11713name = "signature"
11714version = "1.6.4"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11717dependencies = [
11718 "digest",
11719 "rand_core 0.6.4",
11720]
11721
11722[[package]]
11723name = "signature"
11724version = "2.2.0"
11725source = "registry+https://github.com/rust-lang/crates.io-index"
11726checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11727dependencies = [
11728 "digest",
11729 "rand_core 0.6.4",
11730]
11731
11732[[package]]
11733name = "simd-adler32"
11734version = "0.3.7"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11737
11738[[package]]
11739name = "simd_helpers"
11740version = "0.1.0"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11743dependencies = [
11744 "quote",
11745]
11746
11747[[package]]
11748name = "simdutf8"
11749version = "0.1.5"
11750source = "registry+https://github.com/rust-lang/crates.io-index"
11751checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11752
11753[[package]]
11754name = "similar"
11755version = "1.3.0"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11758
11759[[package]]
11760name = "simple_asn1"
11761version = "0.6.2"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11764dependencies = [
11765 "num-bigint",
11766 "num-traits",
11767 "thiserror 1.0.69",
11768 "time",
11769]
11770
11771[[package]]
11772name = "simplecss"
11773version = "0.2.1"
11774source = "registry+https://github.com/rust-lang/crates.io-index"
11775checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11776dependencies = [
11777 "log",
11778]
11779
11780[[package]]
11781name = "simplelog"
11782version = "0.12.2"
11783source = "registry+https://github.com/rust-lang/crates.io-index"
11784checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11785dependencies = [
11786 "log",
11787 "termcolor",
11788 "time",
11789]
11790
11791[[package]]
11792name = "siphasher"
11793version = "0.3.11"
11794source = "registry+https://github.com/rust-lang/crates.io-index"
11795checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11796
11797[[package]]
11798name = "siphasher"
11799version = "1.0.1"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11802
11803[[package]]
11804name = "skrifa"
11805version = "0.22.3"
11806source = "registry+https://github.com/rust-lang/crates.io-index"
11807checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11808dependencies = [
11809 "bytemuck",
11810 "read-fonts",
11811]
11812
11813[[package]]
11814name = "slab"
11815version = "0.4.9"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11818dependencies = [
11819 "autocfg",
11820]
11821
11822[[package]]
11823name = "slash_commands_example"
11824version = "0.1.0"
11825dependencies = [
11826 "zed_extension_api 0.1.0",
11827]
11828
11829[[package]]
11830name = "slice-group-by"
11831version = "0.3.1"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11834
11835[[package]]
11836name = "slotmap"
11837version = "1.0.7"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11840dependencies = [
11841 "version_check",
11842]
11843
11844[[package]]
11845name = "smallvec"
11846version = "1.13.2"
11847source = "registry+https://github.com/rust-lang/crates.io-index"
11848checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11849dependencies = [
11850 "serde",
11851]
11852
11853[[package]]
11854name = "smart-default"
11855version = "0.6.0"
11856source = "registry+https://github.com/rust-lang/crates.io-index"
11857checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11858dependencies = [
11859 "proc-macro2",
11860 "quote",
11861 "syn 1.0.109",
11862]
11863
11864[[package]]
11865name = "smol"
11866version = "2.0.2"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
11869dependencies = [
11870 "async-channel 2.3.1",
11871 "async-executor",
11872 "async-fs",
11873 "async-io",
11874 "async-lock",
11875 "async-net",
11876 "async-process",
11877 "blocking",
11878 "futures-lite 2.5.0",
11879]
11880
11881[[package]]
11882name = "smol_str"
11883version = "0.1.24"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11886dependencies = [
11887 "serde",
11888]
11889
11890[[package]]
11891name = "snippet"
11892version = "0.1.0"
11893dependencies = [
11894 "anyhow",
11895 "smallvec",
11896]
11897
11898[[package]]
11899name = "snippet_provider"
11900version = "0.1.0"
11901dependencies = [
11902 "anyhow",
11903 "collections",
11904 "extension",
11905 "fs",
11906 "futures 0.3.31",
11907 "gpui",
11908 "parking_lot",
11909 "paths",
11910 "serde",
11911 "serde_json",
11912 "snippet",
11913 "util",
11914]
11915
11916[[package]]
11917name = "snippets_ui"
11918version = "0.1.0"
11919dependencies = [
11920 "fuzzy",
11921 "gpui",
11922 "language",
11923 "paths",
11924 "picker",
11925 "ui",
11926 "util",
11927 "workspace",
11928]
11929
11930[[package]]
11931name = "socket2"
11932version = "0.5.8"
11933source = "registry+https://github.com/rust-lang/crates.io-index"
11934checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
11935dependencies = [
11936 "libc",
11937 "windows-sys 0.52.0",
11938]
11939
11940[[package]]
11941name = "spdx"
11942version = "0.10.7"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
11945dependencies = [
11946 "smallvec",
11947]
11948
11949[[package]]
11950name = "spin"
11951version = "0.9.8"
11952source = "registry+https://github.com/rust-lang/crates.io-index"
11953checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11954dependencies = [
11955 "lock_api",
11956]
11957
11958[[package]]
11959name = "spirv"
11960version = "0.3.0+sdk-1.3.268.0"
11961source = "registry+https://github.com/rust-lang/crates.io-index"
11962checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11963dependencies = [
11964 "bitflags 2.6.0",
11965]
11966
11967[[package]]
11968name = "spki"
11969version = "0.6.0"
11970source = "registry+https://github.com/rust-lang/crates.io-index"
11971checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11972dependencies = [
11973 "base64ct",
11974 "der 0.6.1",
11975]
11976
11977[[package]]
11978name = "spki"
11979version = "0.7.3"
11980source = "registry+https://github.com/rust-lang/crates.io-index"
11981checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11982dependencies = [
11983 "base64ct",
11984 "der 0.7.9",
11985]
11986
11987[[package]]
11988name = "sptr"
11989version = "0.3.2"
11990source = "registry+https://github.com/rust-lang/crates.io-index"
11991checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11992
11993[[package]]
11994name = "sqlez"
11995version = "0.1.0"
11996dependencies = [
11997 "anyhow",
11998 "collections",
11999 "futures 0.3.31",
12000 "indoc",
12001 "libsqlite3-sys",
12002 "parking_lot",
12003 "smol",
12004 "sqlformat",
12005 "thread_local",
12006 "util",
12007 "uuid",
12008]
12009
12010[[package]]
12011name = "sqlez_macros"
12012version = "0.1.0"
12013dependencies = [
12014 "sqlez",
12015 "sqlformat",
12016 "syn 1.0.109",
12017]
12018
12019[[package]]
12020name = "sqlformat"
12021version = "0.2.6"
12022source = "registry+https://github.com/rust-lang/crates.io-index"
12023checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12024dependencies = [
12025 "nom",
12026 "unicode_categories",
12027]
12028
12029[[package]]
12030name = "sqlx"
12031version = "0.8.2"
12032source = "registry+https://github.com/rust-lang/crates.io-index"
12033checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12034dependencies = [
12035 "sqlx-core",
12036 "sqlx-macros",
12037 "sqlx-mysql",
12038 "sqlx-postgres",
12039 "sqlx-sqlite",
12040]
12041
12042[[package]]
12043name = "sqlx-core"
12044version = "0.8.2"
12045source = "registry+https://github.com/rust-lang/crates.io-index"
12046checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12047dependencies = [
12048 "atoi",
12049 "bigdecimal",
12050 "byteorder",
12051 "bytes 1.9.0",
12052 "chrono",
12053 "crc",
12054 "crossbeam-queue",
12055 "either",
12056 "event-listener 5.3.1",
12057 "futures-channel",
12058 "futures-core",
12059 "futures-intrusive",
12060 "futures-io",
12061 "futures-util",
12062 "hashbrown 0.14.5",
12063 "hashlink 0.9.1",
12064 "hex",
12065 "indexmap",
12066 "log",
12067 "memchr",
12068 "once_cell",
12069 "paste",
12070 "percent-encoding",
12071 "rust_decimal",
12072 "rustls 0.23.20",
12073 "rustls-pemfile 2.2.0",
12074 "serde",
12075 "serde_json",
12076 "sha2",
12077 "smallvec",
12078 "sqlformat",
12079 "thiserror 1.0.69",
12080 "time",
12081 "tokio",
12082 "tokio-stream",
12083 "tracing",
12084 "url",
12085 "uuid",
12086 "webpki-roots 0.26.7",
12087]
12088
12089[[package]]
12090name = "sqlx-macros"
12091version = "0.8.2"
12092source = "registry+https://github.com/rust-lang/crates.io-index"
12093checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12094dependencies = [
12095 "proc-macro2",
12096 "quote",
12097 "sqlx-core",
12098 "sqlx-macros-core",
12099 "syn 2.0.90",
12100]
12101
12102[[package]]
12103name = "sqlx-macros-core"
12104version = "0.8.2"
12105source = "registry+https://github.com/rust-lang/crates.io-index"
12106checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12107dependencies = [
12108 "dotenvy",
12109 "either",
12110 "heck 0.5.0",
12111 "hex",
12112 "once_cell",
12113 "proc-macro2",
12114 "quote",
12115 "serde",
12116 "serde_json",
12117 "sha2",
12118 "sqlx-core",
12119 "sqlx-mysql",
12120 "sqlx-postgres",
12121 "sqlx-sqlite",
12122 "syn 2.0.90",
12123 "tempfile",
12124 "tokio",
12125 "url",
12126]
12127
12128[[package]]
12129name = "sqlx-mysql"
12130version = "0.8.2"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12133dependencies = [
12134 "atoi",
12135 "base64 0.22.1",
12136 "bigdecimal",
12137 "bitflags 2.6.0",
12138 "byteorder",
12139 "bytes 1.9.0",
12140 "chrono",
12141 "crc",
12142 "digest",
12143 "dotenvy",
12144 "either",
12145 "futures-channel",
12146 "futures-core",
12147 "futures-io",
12148 "futures-util",
12149 "generic-array",
12150 "hex",
12151 "hkdf",
12152 "hmac",
12153 "itoa",
12154 "log",
12155 "md-5",
12156 "memchr",
12157 "once_cell",
12158 "percent-encoding",
12159 "rand 0.8.5",
12160 "rsa",
12161 "rust_decimal",
12162 "serde",
12163 "sha1",
12164 "sha2",
12165 "smallvec",
12166 "sqlx-core",
12167 "stringprep",
12168 "thiserror 1.0.69",
12169 "time",
12170 "tracing",
12171 "uuid",
12172 "whoami",
12173]
12174
12175[[package]]
12176name = "sqlx-postgres"
12177version = "0.8.2"
12178source = "registry+https://github.com/rust-lang/crates.io-index"
12179checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12180dependencies = [
12181 "atoi",
12182 "base64 0.22.1",
12183 "bigdecimal",
12184 "bitflags 2.6.0",
12185 "byteorder",
12186 "chrono",
12187 "crc",
12188 "dotenvy",
12189 "etcetera",
12190 "futures-channel",
12191 "futures-core",
12192 "futures-io",
12193 "futures-util",
12194 "hex",
12195 "hkdf",
12196 "hmac",
12197 "home",
12198 "itoa",
12199 "log",
12200 "md-5",
12201 "memchr",
12202 "num-bigint",
12203 "once_cell",
12204 "rand 0.8.5",
12205 "rust_decimal",
12206 "serde",
12207 "serde_json",
12208 "sha2",
12209 "smallvec",
12210 "sqlx-core",
12211 "stringprep",
12212 "thiserror 1.0.69",
12213 "time",
12214 "tracing",
12215 "uuid",
12216 "whoami",
12217]
12218
12219[[package]]
12220name = "sqlx-sqlite"
12221version = "0.8.2"
12222source = "registry+https://github.com/rust-lang/crates.io-index"
12223checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12224dependencies = [
12225 "atoi",
12226 "chrono",
12227 "flume",
12228 "futures-channel",
12229 "futures-core",
12230 "futures-executor",
12231 "futures-intrusive",
12232 "futures-util",
12233 "libsqlite3-sys",
12234 "log",
12235 "percent-encoding",
12236 "serde",
12237 "serde_urlencoded",
12238 "sqlx-core",
12239 "time",
12240 "tracing",
12241 "url",
12242 "uuid",
12243]
12244
12245[[package]]
12246name = "stable_deref_trait"
12247version = "1.2.0"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12250
12251[[package]]
12252name = "static_assertions"
12253version = "1.1.0"
12254source = "registry+https://github.com/rust-lang/crates.io-index"
12255checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12256
12257[[package]]
12258name = "story"
12259version = "0.1.0"
12260dependencies = [
12261 "gpui",
12262 "itertools 0.14.0",
12263 "smallvec",
12264]
12265
12266[[package]]
12267name = "storybook"
12268version = "0.1.0"
12269dependencies = [
12270 "anyhow",
12271 "clap",
12272 "collab_ui",
12273 "ctrlc",
12274 "dialoguer",
12275 "editor",
12276 "fuzzy",
12277 "gpui",
12278 "indoc",
12279 "language",
12280 "log",
12281 "menu",
12282 "picker",
12283 "project",
12284 "reqwest_client",
12285 "rust-embed",
12286 "settings",
12287 "simplelog",
12288 "story",
12289 "strum",
12290 "theme",
12291 "title_bar",
12292 "ui",
12293]
12294
12295[[package]]
12296name = "strict-num"
12297version = "0.1.1"
12298source = "registry+https://github.com/rust-lang/crates.io-index"
12299checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12300dependencies = [
12301 "float-cmp",
12302]
12303
12304[[package]]
12305name = "string_cache"
12306version = "0.8.7"
12307source = "registry+https://github.com/rust-lang/crates.io-index"
12308checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12309dependencies = [
12310 "new_debug_unreachable",
12311 "once_cell",
12312 "parking_lot",
12313 "phf_shared 0.10.0",
12314 "precomputed-hash",
12315 "serde",
12316]
12317
12318[[package]]
12319name = "string_cache_codegen"
12320version = "0.5.2"
12321source = "registry+https://github.com/rust-lang/crates.io-index"
12322checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12323dependencies = [
12324 "phf_generator 0.10.0",
12325 "phf_shared 0.10.0",
12326 "proc-macro2",
12327 "quote",
12328]
12329
12330[[package]]
12331name = "stringprep"
12332version = "0.1.5"
12333source = "registry+https://github.com/rust-lang/crates.io-index"
12334checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12335dependencies = [
12336 "unicode-bidi",
12337 "unicode-normalization",
12338 "unicode-properties",
12339]
12340
12341[[package]]
12342name = "strsim"
12343version = "0.11.1"
12344source = "registry+https://github.com/rust-lang/crates.io-index"
12345checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12346
12347[[package]]
12348name = "strum"
12349version = "0.26.3"
12350source = "registry+https://github.com/rust-lang/crates.io-index"
12351checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12352dependencies = [
12353 "strum_macros",
12354]
12355
12356[[package]]
12357name = "strum_macros"
12358version = "0.26.4"
12359source = "registry+https://github.com/rust-lang/crates.io-index"
12360checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12361dependencies = [
12362 "heck 0.5.0",
12363 "proc-macro2",
12364 "quote",
12365 "rustversion",
12366 "syn 2.0.90",
12367]
12368
12369[[package]]
12370name = "subtle"
12371version = "2.6.1"
12372source = "registry+https://github.com/rust-lang/crates.io-index"
12373checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12374
12375[[package]]
12376name = "sum_tree"
12377version = "0.1.0"
12378dependencies = [
12379 "arrayvec",
12380 "ctor",
12381 "env_logger 0.11.6",
12382 "log",
12383 "rand 0.8.5",
12384 "rayon",
12385]
12386
12387[[package]]
12388name = "supermaven"
12389version = "0.1.0"
12390dependencies = [
12391 "anyhow",
12392 "client",
12393 "collections",
12394 "editor",
12395 "env_logger 0.11.6",
12396 "futures 0.3.31",
12397 "gpui",
12398 "http_client",
12399 "inline_completion",
12400 "language",
12401 "log",
12402 "postage",
12403 "project",
12404 "serde",
12405 "serde_json",
12406 "settings",
12407 "smol",
12408 "supermaven_api",
12409 "text",
12410 "theme",
12411 "ui",
12412 "unicode-segmentation",
12413 "util",
12414]
12415
12416[[package]]
12417name = "supermaven_api"
12418version = "0.1.0"
12419dependencies = [
12420 "anyhow",
12421 "futures 0.3.31",
12422 "http_client",
12423 "paths",
12424 "serde",
12425 "serde_json",
12426 "smol",
12427]
12428
12429[[package]]
12430name = "sval"
12431version = "2.13.2"
12432source = "registry+https://github.com/rust-lang/crates.io-index"
12433checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12434
12435[[package]]
12436name = "sval_buffer"
12437version = "2.13.2"
12438source = "registry+https://github.com/rust-lang/crates.io-index"
12439checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12440dependencies = [
12441 "sval",
12442 "sval_ref",
12443]
12444
12445[[package]]
12446name = "sval_dynamic"
12447version = "2.13.2"
12448source = "registry+https://github.com/rust-lang/crates.io-index"
12449checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12450dependencies = [
12451 "sval",
12452]
12453
12454[[package]]
12455name = "sval_fmt"
12456version = "2.13.2"
12457source = "registry+https://github.com/rust-lang/crates.io-index"
12458checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12459dependencies = [
12460 "itoa",
12461 "ryu",
12462 "sval",
12463]
12464
12465[[package]]
12466name = "sval_json"
12467version = "2.13.2"
12468source = "registry+https://github.com/rust-lang/crates.io-index"
12469checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12470dependencies = [
12471 "itoa",
12472 "ryu",
12473 "sval",
12474]
12475
12476[[package]]
12477name = "sval_nested"
12478version = "2.13.2"
12479source = "registry+https://github.com/rust-lang/crates.io-index"
12480checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12481dependencies = [
12482 "sval",
12483 "sval_buffer",
12484 "sval_ref",
12485]
12486
12487[[package]]
12488name = "sval_ref"
12489version = "2.13.2"
12490source = "registry+https://github.com/rust-lang/crates.io-index"
12491checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12492dependencies = [
12493 "sval",
12494]
12495
12496[[package]]
12497name = "sval_serde"
12498version = "2.13.2"
12499source = "registry+https://github.com/rust-lang/crates.io-index"
12500checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12501dependencies = [
12502 "serde",
12503 "sval",
12504 "sval_nested",
12505]
12506
12507[[package]]
12508name = "svg_fmt"
12509version = "0.4.4"
12510source = "registry+https://github.com/rust-lang/crates.io-index"
12511checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12512
12513[[package]]
12514name = "svgtypes"
12515version = "0.15.2"
12516source = "registry+https://github.com/rust-lang/crates.io-index"
12517checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12518dependencies = [
12519 "kurbo",
12520 "siphasher 1.0.1",
12521]
12522
12523[[package]]
12524name = "swash"
12525version = "0.1.19"
12526source = "registry+https://github.com/rust-lang/crates.io-index"
12527checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12528dependencies = [
12529 "skrifa",
12530 "yazi",
12531 "zeno",
12532]
12533
12534[[package]]
12535name = "syn"
12536version = "1.0.109"
12537source = "registry+https://github.com/rust-lang/crates.io-index"
12538checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12539dependencies = [
12540 "proc-macro2",
12541 "quote",
12542 "unicode-ident",
12543]
12544
12545[[package]]
12546name = "syn"
12547version = "2.0.90"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12550dependencies = [
12551 "proc-macro2",
12552 "quote",
12553 "unicode-ident",
12554]
12555
12556[[package]]
12557name = "sync_wrapper"
12558version = "0.1.2"
12559source = "registry+https://github.com/rust-lang/crates.io-index"
12560checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12561
12562[[package]]
12563name = "sync_wrapper"
12564version = "1.0.2"
12565source = "registry+https://github.com/rust-lang/crates.io-index"
12566checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12567dependencies = [
12568 "futures-core",
12569]
12570
12571[[package]]
12572name = "synchronoise"
12573version = "1.0.1"
12574source = "registry+https://github.com/rust-lang/crates.io-index"
12575checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12576dependencies = [
12577 "crossbeam-queue",
12578]
12579
12580[[package]]
12581name = "synstructure"
12582version = "0.13.1"
12583source = "registry+https://github.com/rust-lang/crates.io-index"
12584checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12585dependencies = [
12586 "proc-macro2",
12587 "quote",
12588 "syn 2.0.90",
12589]
12590
12591[[package]]
12592name = "sys-locale"
12593version = "0.3.2"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12596dependencies = [
12597 "libc",
12598]
12599
12600[[package]]
12601name = "sysinfo"
12602version = "0.31.4"
12603source = "registry+https://github.com/rust-lang/crates.io-index"
12604checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12605dependencies = [
12606 "core-foundation-sys",
12607 "libc",
12608 "memchr",
12609 "ntapi",
12610 "rayon",
12611 "windows 0.57.0",
12612]
12613
12614[[package]]
12615name = "system-configuration"
12616version = "0.5.1"
12617source = "registry+https://github.com/rust-lang/crates.io-index"
12618checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12619dependencies = [
12620 "bitflags 1.3.2",
12621 "core-foundation 0.9.4",
12622 "system-configuration-sys 0.5.0",
12623]
12624
12625[[package]]
12626name = "system-configuration"
12627version = "0.6.1"
12628source = "registry+https://github.com/rust-lang/crates.io-index"
12629checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12630dependencies = [
12631 "bitflags 2.6.0",
12632 "core-foundation 0.9.4",
12633 "system-configuration-sys 0.6.0",
12634]
12635
12636[[package]]
12637name = "system-configuration-sys"
12638version = "0.5.0"
12639source = "registry+https://github.com/rust-lang/crates.io-index"
12640checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12641dependencies = [
12642 "core-foundation-sys",
12643 "libc",
12644]
12645
12646[[package]]
12647name = "system-configuration-sys"
12648version = "0.6.0"
12649source = "registry+https://github.com/rust-lang/crates.io-index"
12650checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12651dependencies = [
12652 "core-foundation-sys",
12653 "libc",
12654]
12655
12656[[package]]
12657name = "system-deps"
12658version = "6.2.2"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12661dependencies = [
12662 "cfg-expr",
12663 "heck 0.5.0",
12664 "pkg-config",
12665 "toml 0.8.19",
12666 "version-compare",
12667]
12668
12669[[package]]
12670name = "system-interface"
12671version = "0.27.3"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12674dependencies = [
12675 "bitflags 2.6.0",
12676 "cap-fs-ext",
12677 "cap-std",
12678 "fd-lock",
12679 "io-lifetimes",
12680 "rustix",
12681 "windows-sys 0.59.0",
12682 "winx",
12683]
12684
12685[[package]]
12686name = "tab_switcher"
12687version = "0.1.0"
12688dependencies = [
12689 "anyhow",
12690 "collections",
12691 "ctor",
12692 "editor",
12693 "env_logger 0.11.6",
12694 "gpui",
12695 "language",
12696 "menu",
12697 "picker",
12698 "project",
12699 "schemars",
12700 "serde",
12701 "serde_json",
12702 "settings",
12703 "theme",
12704 "ui",
12705 "util",
12706 "workspace",
12707]
12708
12709[[package]]
12710name = "taffy"
12711version = "0.4.4"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12714dependencies = [
12715 "arrayvec",
12716 "grid",
12717 "num-traits",
12718 "serde",
12719 "slotmap",
12720]
12721
12722[[package]]
12723name = "take-until"
12724version = "0.2.0"
12725source = "registry+https://github.com/rust-lang/crates.io-index"
12726checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12727
12728[[package]]
12729name = "tap"
12730version = "1.0.1"
12731source = "registry+https://github.com/rust-lang/crates.io-index"
12732checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12733
12734[[package]]
12735name = "target-lexicon"
12736version = "0.12.16"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12739
12740[[package]]
12741name = "task"
12742version = "0.1.0"
12743dependencies = [
12744 "anyhow",
12745 "collections",
12746 "futures 0.3.31",
12747 "gpui",
12748 "hex",
12749 "parking_lot",
12750 "schemars",
12751 "serde",
12752 "serde_json_lenient",
12753 "sha2",
12754 "shellexpand 2.1.2",
12755 "util",
12756 "zed_actions",
12757]
12758
12759[[package]]
12760name = "tasks_ui"
12761version = "0.1.0"
12762dependencies = [
12763 "anyhow",
12764 "editor",
12765 "file_icons",
12766 "fuzzy",
12767 "gpui",
12768 "language",
12769 "menu",
12770 "picker",
12771 "project",
12772 "schemars",
12773 "serde",
12774 "serde_json",
12775 "settings",
12776 "task",
12777 "tree-sitter-rust",
12778 "tree-sitter-typescript",
12779 "ui",
12780 "util",
12781 "workspace",
12782 "zed_actions",
12783]
12784
12785[[package]]
12786name = "telemetry"
12787version = "0.1.0"
12788dependencies = [
12789 "futures 0.3.31",
12790 "serde",
12791 "serde_json",
12792 "telemetry_events",
12793]
12794
12795[[package]]
12796name = "telemetry_events"
12797version = "0.1.0"
12798dependencies = [
12799 "semantic_version",
12800 "serde",
12801 "serde_json",
12802]
12803
12804[[package]]
12805name = "tempfile"
12806version = "3.15.0"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
12809dependencies = [
12810 "cfg-if",
12811 "fastrand 2.3.0",
12812 "getrandom 0.2.15",
12813 "once_cell",
12814 "rustix",
12815 "windows-sys 0.59.0",
12816]
12817
12818[[package]]
12819name = "tendril"
12820version = "0.4.3"
12821source = "registry+https://github.com/rust-lang/crates.io-index"
12822checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12823dependencies = [
12824 "futf",
12825 "mac",
12826 "utf-8",
12827]
12828
12829[[package]]
12830name = "termcolor"
12831version = "1.4.1"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12834dependencies = [
12835 "winapi-util",
12836]
12837
12838[[package]]
12839name = "terminal"
12840version = "0.1.0"
12841dependencies = [
12842 "alacritty_terminal",
12843 "anyhow",
12844 "collections",
12845 "dirs 4.0.0",
12846 "futures 0.3.31",
12847 "gpui",
12848 "libc",
12849 "rand 0.8.5",
12850 "regex",
12851 "release_channel",
12852 "schemars",
12853 "serde",
12854 "serde_derive",
12855 "settings",
12856 "smol",
12857 "sysinfo",
12858 "task",
12859 "theme",
12860 "thiserror 1.0.69",
12861 "util",
12862 "windows 0.58.0",
12863]
12864
12865[[package]]
12866name = "terminal_size"
12867version = "0.4.1"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
12870dependencies = [
12871 "rustix",
12872 "windows-sys 0.59.0",
12873]
12874
12875[[package]]
12876name = "terminal_view"
12877version = "0.1.0"
12878dependencies = [
12879 "anyhow",
12880 "async-recursion 1.1.1",
12881 "breadcrumbs",
12882 "client",
12883 "collections",
12884 "db",
12885 "dirs 4.0.0",
12886 "editor",
12887 "futures 0.3.31",
12888 "gpui",
12889 "itertools 0.14.0",
12890 "language",
12891 "project",
12892 "rand 0.8.5",
12893 "schemars",
12894 "search",
12895 "serde",
12896 "serde_json",
12897 "settings",
12898 "shellexpand 2.1.2",
12899 "smol",
12900 "task",
12901 "terminal",
12902 "theme",
12903 "ui",
12904 "util",
12905 "workspace",
12906 "zed_actions",
12907]
12908
12909[[package]]
12910name = "text"
12911version = "0.1.0"
12912dependencies = [
12913 "anyhow",
12914 "clock",
12915 "collections",
12916 "ctor",
12917 "env_logger 0.11.6",
12918 "gpui",
12919 "http_client",
12920 "log",
12921 "parking_lot",
12922 "postage",
12923 "rand 0.8.5",
12924 "regex",
12925 "rope",
12926 "smallvec",
12927 "sum_tree",
12928 "util",
12929]
12930
12931[[package]]
12932name = "theme"
12933version = "0.1.0"
12934dependencies = [
12935 "anyhow",
12936 "collections",
12937 "derive_more",
12938 "fs",
12939 "futures 0.3.31",
12940 "gpui",
12941 "indexmap",
12942 "log",
12943 "palette",
12944 "parking_lot",
12945 "refineable",
12946 "schemars",
12947 "serde",
12948 "serde_derive",
12949 "serde_json",
12950 "serde_json_lenient",
12951 "serde_repr",
12952 "settings",
12953 "strum",
12954 "util",
12955 "uuid",
12956]
12957
12958[[package]]
12959name = "theme_extension"
12960version = "0.1.0"
12961dependencies = [
12962 "anyhow",
12963 "extension",
12964 "fs",
12965 "gpui",
12966 "theme",
12967]
12968
12969[[package]]
12970name = "theme_importer"
12971version = "0.1.0"
12972dependencies = [
12973 "anyhow",
12974 "clap",
12975 "gpui",
12976 "indexmap",
12977 "log",
12978 "palette",
12979 "rust-embed",
12980 "schemars",
12981 "serde",
12982 "serde_json",
12983 "serde_json_lenient",
12984 "simplelog",
12985 "strum",
12986 "theme",
12987 "vscode_theme",
12988]
12989
12990[[package]]
12991name = "theme_selector"
12992version = "0.1.0"
12993dependencies = [
12994 "fs",
12995 "fuzzy",
12996 "gpui",
12997 "log",
12998 "picker",
12999 "serde",
13000 "settings",
13001 "telemetry",
13002 "theme",
13003 "ui",
13004 "util",
13005 "workspace",
13006 "zed_actions",
13007]
13008
13009[[package]]
13010name = "thiserror"
13011version = "1.0.69"
13012source = "registry+https://github.com/rust-lang/crates.io-index"
13013checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13014dependencies = [
13015 "thiserror-impl 1.0.69",
13016]
13017
13018[[package]]
13019name = "thiserror"
13020version = "2.0.6"
13021source = "registry+https://github.com/rust-lang/crates.io-index"
13022checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13023dependencies = [
13024 "thiserror-impl 2.0.6",
13025]
13026
13027[[package]]
13028name = "thiserror-impl"
13029version = "1.0.69"
13030source = "registry+https://github.com/rust-lang/crates.io-index"
13031checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13032dependencies = [
13033 "proc-macro2",
13034 "quote",
13035 "syn 2.0.90",
13036]
13037
13038[[package]]
13039name = "thiserror-impl"
13040version = "2.0.6"
13041source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13043dependencies = [
13044 "proc-macro2",
13045 "quote",
13046 "syn 2.0.90",
13047]
13048
13049[[package]]
13050name = "thread_local"
13051version = "1.1.8"
13052source = "registry+https://github.com/rust-lang/crates.io-index"
13053checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13054dependencies = [
13055 "cfg-if",
13056 "once_cell",
13057]
13058
13059[[package]]
13060name = "tiff"
13061version = "0.9.1"
13062source = "registry+https://github.com/rust-lang/crates.io-index"
13063checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13064dependencies = [
13065 "flate2",
13066 "jpeg-decoder",
13067 "weezl",
13068]
13069
13070[[package]]
13071name = "tiktoken-rs"
13072version = "0.6.0"
13073source = "registry+https://github.com/rust-lang/crates.io-index"
13074checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13075dependencies = [
13076 "anyhow",
13077 "base64 0.21.7",
13078 "bstr",
13079 "fancy-regex 0.13.0",
13080 "lazy_static",
13081 "parking_lot",
13082 "regex",
13083 "rustc-hash 1.1.0",
13084]
13085
13086[[package]]
13087name = "time"
13088version = "0.3.37"
13089source = "registry+https://github.com/rust-lang/crates.io-index"
13090checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13091dependencies = [
13092 "deranged",
13093 "itoa",
13094 "libc",
13095 "num-conv",
13096 "num_threads",
13097 "powerfmt",
13098 "serde",
13099 "time-core",
13100 "time-macros",
13101]
13102
13103[[package]]
13104name = "time-core"
13105version = "0.1.2"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13108
13109[[package]]
13110name = "time-macros"
13111version = "0.2.19"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13114dependencies = [
13115 "num-conv",
13116 "time-core",
13117]
13118
13119[[package]]
13120name = "time_format"
13121version = "0.1.0"
13122dependencies = [
13123 "core-foundation 0.9.4",
13124 "core-foundation-sys",
13125 "sys-locale",
13126 "time",
13127]
13128
13129[[package]]
13130name = "tiny-keccak"
13131version = "2.0.2"
13132source = "registry+https://github.com/rust-lang/crates.io-index"
13133checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13134dependencies = [
13135 "crunchy",
13136]
13137
13138[[package]]
13139name = "tiny-skia"
13140version = "0.11.4"
13141source = "registry+https://github.com/rust-lang/crates.io-index"
13142checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13143dependencies = [
13144 "arrayref",
13145 "arrayvec",
13146 "bytemuck",
13147 "cfg-if",
13148 "log",
13149 "png",
13150 "tiny-skia-path",
13151]
13152
13153[[package]]
13154name = "tiny-skia-path"
13155version = "0.11.4"
13156source = "registry+https://github.com/rust-lang/crates.io-index"
13157checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13158dependencies = [
13159 "arrayref",
13160 "bytemuck",
13161 "strict-num",
13162]
13163
13164[[package]]
13165name = "tiny_http"
13166version = "0.8.2"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13169dependencies = [
13170 "ascii",
13171 "chrono",
13172 "chunked_transfer",
13173 "log",
13174 "url",
13175]
13176
13177[[package]]
13178name = "tinystr"
13179version = "0.7.6"
13180source = "registry+https://github.com/rust-lang/crates.io-index"
13181checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13182dependencies = [
13183 "displaydoc",
13184 "zerovec",
13185]
13186
13187[[package]]
13188name = "tinytemplate"
13189version = "1.2.1"
13190source = "registry+https://github.com/rust-lang/crates.io-index"
13191checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13192dependencies = [
13193 "serde",
13194 "serde_json",
13195]
13196
13197[[package]]
13198name = "tinyvec"
13199version = "1.8.0"
13200source = "registry+https://github.com/rust-lang/crates.io-index"
13201checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13202dependencies = [
13203 "tinyvec_macros",
13204]
13205
13206[[package]]
13207name = "tinyvec_macros"
13208version = "0.1.1"
13209source = "registry+https://github.com/rust-lang/crates.io-index"
13210checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13211
13212[[package]]
13213name = "title_bar"
13214version = "0.1.0"
13215dependencies = [
13216 "auto_update",
13217 "call",
13218 "client",
13219 "collections",
13220 "feature_flags",
13221 "gpui",
13222 "http_client",
13223 "notifications",
13224 "pretty_assertions",
13225 "project",
13226 "remote",
13227 "rpc",
13228 "schemars",
13229 "serde",
13230 "settings",
13231 "smallvec",
13232 "story",
13233 "telemetry",
13234 "theme",
13235 "tree-sitter-md",
13236 "ui",
13237 "util",
13238 "windows 0.58.0",
13239 "workspace",
13240 "zed_actions",
13241]
13242
13243[[package]]
13244name = "tokio"
13245version = "1.42.0"
13246source = "registry+https://github.com/rust-lang/crates.io-index"
13247checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
13248dependencies = [
13249 "backtrace",
13250 "bytes 1.9.0",
13251 "libc",
13252 "mio 1.0.3",
13253 "parking_lot",
13254 "pin-project-lite",
13255 "signal-hook-registry",
13256 "socket2",
13257 "tokio-macros",
13258 "windows-sys 0.52.0",
13259]
13260
13261[[package]]
13262name = "tokio-io"
13263version = "0.1.13"
13264source = "registry+https://github.com/rust-lang/crates.io-index"
13265checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13266dependencies = [
13267 "bytes 0.4.12",
13268 "futures 0.1.31",
13269 "log",
13270]
13271
13272[[package]]
13273name = "tokio-macros"
13274version = "2.4.0"
13275source = "registry+https://github.com/rust-lang/crates.io-index"
13276checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
13277dependencies = [
13278 "proc-macro2",
13279 "quote",
13280 "syn 2.0.90",
13281]
13282
13283[[package]]
13284name = "tokio-native-tls"
13285version = "0.3.1"
13286source = "registry+https://github.com/rust-lang/crates.io-index"
13287checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13288dependencies = [
13289 "native-tls",
13290 "tokio",
13291]
13292
13293[[package]]
13294name = "tokio-rustls"
13295version = "0.24.1"
13296source = "registry+https://github.com/rust-lang/crates.io-index"
13297checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13298dependencies = [
13299 "rustls 0.21.12",
13300 "tokio",
13301]
13302
13303[[package]]
13304name = "tokio-rustls"
13305version = "0.26.1"
13306source = "registry+https://github.com/rust-lang/crates.io-index"
13307checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13308dependencies = [
13309 "rustls 0.23.20",
13310 "tokio",
13311]
13312
13313[[package]]
13314name = "tokio-socks"
13315version = "0.5.2"
13316source = "registry+https://github.com/rust-lang/crates.io-index"
13317checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13318dependencies = [
13319 "either",
13320 "futures-io",
13321 "futures-util",
13322 "thiserror 1.0.69",
13323 "tokio",
13324]
13325
13326[[package]]
13327name = "tokio-stream"
13328version = "0.1.17"
13329source = "registry+https://github.com/rust-lang/crates.io-index"
13330checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13331dependencies = [
13332 "futures-core",
13333 "pin-project-lite",
13334 "tokio",
13335]
13336
13337[[package]]
13338name = "tokio-tungstenite"
13339version = "0.20.1"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13342dependencies = [
13343 "futures-util",
13344 "log",
13345 "rustls 0.21.12",
13346 "rustls-native-certs 0.6.3",
13347 "tokio",
13348 "tokio-rustls 0.24.1",
13349 "tungstenite 0.20.1",
13350]
13351
13352[[package]]
13353name = "tokio-tungstenite"
13354version = "0.21.0"
13355source = "registry+https://github.com/rust-lang/crates.io-index"
13356checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13357dependencies = [
13358 "futures-util",
13359 "log",
13360 "tokio",
13361 "tungstenite 0.21.0",
13362]
13363
13364[[package]]
13365name = "tokio-util"
13366version = "0.7.13"
13367source = "registry+https://github.com/rust-lang/crates.io-index"
13368checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13369dependencies = [
13370 "bytes 1.9.0",
13371 "futures-core",
13372 "futures-io",
13373 "futures-sink",
13374 "pin-project-lite",
13375 "tokio",
13376]
13377
13378[[package]]
13379name = "toml"
13380version = "0.5.11"
13381source = "registry+https://github.com/rust-lang/crates.io-index"
13382checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13383dependencies = [
13384 "serde",
13385]
13386
13387[[package]]
13388name = "toml"
13389version = "0.8.19"
13390source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13392dependencies = [
13393 "serde",
13394 "serde_spanned",
13395 "toml_datetime",
13396 "toml_edit",
13397]
13398
13399[[package]]
13400name = "toml_datetime"
13401version = "0.6.8"
13402source = "registry+https://github.com/rust-lang/crates.io-index"
13403checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13404dependencies = [
13405 "serde",
13406]
13407
13408[[package]]
13409name = "toml_edit"
13410version = "0.22.22"
13411source = "registry+https://github.com/rust-lang/crates.io-index"
13412checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13413dependencies = [
13414 "indexmap",
13415 "serde",
13416 "serde_spanned",
13417 "toml_datetime",
13418 "winnow",
13419]
13420
13421[[package]]
13422name = "toolchain_selector"
13423version = "0.1.0"
13424dependencies = [
13425 "editor",
13426 "fuzzy",
13427 "gpui",
13428 "language",
13429 "picker",
13430 "project",
13431 "ui",
13432 "util",
13433 "workspace",
13434]
13435
13436[[package]]
13437name = "topological-sort"
13438version = "0.2.2"
13439source = "registry+https://github.com/rust-lang/crates.io-index"
13440checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13441
13442[[package]]
13443name = "tower"
13444version = "0.4.13"
13445source = "registry+https://github.com/rust-lang/crates.io-index"
13446checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13447dependencies = [
13448 "futures-core",
13449 "futures-util",
13450 "pin-project",
13451 "pin-project-lite",
13452 "tokio",
13453 "tower-layer",
13454 "tower-service",
13455 "tracing",
13456]
13457
13458[[package]]
13459name = "tower-http"
13460version = "0.3.5"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13463dependencies = [
13464 "bitflags 1.3.2",
13465 "bytes 1.9.0",
13466 "futures-core",
13467 "futures-util",
13468 "http 0.2.12",
13469 "http-body 0.4.6",
13470 "http-range-header",
13471 "pin-project-lite",
13472 "tower-layer",
13473 "tower-service",
13474]
13475
13476[[package]]
13477name = "tower-http"
13478version = "0.4.4"
13479source = "registry+https://github.com/rust-lang/crates.io-index"
13480checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13481dependencies = [
13482 "bitflags 2.6.0",
13483 "bytes 1.9.0",
13484 "futures-core",
13485 "futures-util",
13486 "http 0.2.12",
13487 "http-body 0.4.6",
13488 "http-range-header",
13489 "pin-project-lite",
13490 "tower-layer",
13491 "tower-service",
13492 "tracing",
13493]
13494
13495[[package]]
13496name = "tower-layer"
13497version = "0.3.3"
13498source = "registry+https://github.com/rust-lang/crates.io-index"
13499checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13500
13501[[package]]
13502name = "tower-service"
13503version = "0.3.3"
13504source = "registry+https://github.com/rust-lang/crates.io-index"
13505checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13506
13507[[package]]
13508name = "tracing"
13509version = "0.1.41"
13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13512dependencies = [
13513 "log",
13514 "pin-project-lite",
13515 "tracing-attributes",
13516 "tracing-core",
13517]
13518
13519[[package]]
13520name = "tracing-attributes"
13521version = "0.1.28"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13524dependencies = [
13525 "proc-macro2",
13526 "quote",
13527 "syn 2.0.90",
13528]
13529
13530[[package]]
13531name = "tracing-core"
13532version = "0.1.33"
13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13535dependencies = [
13536 "once_cell",
13537 "valuable",
13538]
13539
13540[[package]]
13541name = "tracing-log"
13542version = "0.2.0"
13543source = "registry+https://github.com/rust-lang/crates.io-index"
13544checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13545dependencies = [
13546 "log",
13547 "once_cell",
13548 "tracing-core",
13549]
13550
13551[[package]]
13552name = "tracing-serde"
13553version = "0.2.0"
13554source = "registry+https://github.com/rust-lang/crates.io-index"
13555checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13556dependencies = [
13557 "serde",
13558 "tracing-core",
13559]
13560
13561[[package]]
13562name = "tracing-subscriber"
13563version = "0.3.19"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13566dependencies = [
13567 "matchers",
13568 "nu-ansi-term",
13569 "once_cell",
13570 "regex",
13571 "serde",
13572 "serde_json",
13573 "sharded-slab",
13574 "smallvec",
13575 "thread_local",
13576 "tracing",
13577 "tracing-core",
13578 "tracing-log",
13579 "tracing-serde",
13580]
13581
13582[[package]]
13583name = "tree-sitter"
13584version = "0.23.2"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13587dependencies = [
13588 "cc",
13589 "regex",
13590 "regex-syntax 0.8.5",
13591 "tree-sitter-language",
13592 "wasmtime-c-api-impl",
13593]
13594
13595[[package]]
13596name = "tree-sitter-bash"
13597version = "0.23.3"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13600dependencies = [
13601 "cc",
13602 "tree-sitter-language",
13603]
13604
13605[[package]]
13606name = "tree-sitter-c"
13607version = "0.23.4"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13610dependencies = [
13611 "cc",
13612 "tree-sitter-language",
13613]
13614
13615[[package]]
13616name = "tree-sitter-cpp"
13617version = "0.23.4"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13620dependencies = [
13621 "cc",
13622 "tree-sitter-language",
13623]
13624
13625[[package]]
13626name = "tree-sitter-css"
13627version = "0.23.1"
13628source = "registry+https://github.com/rust-lang/crates.io-index"
13629checksum = "25435a275adb3226b6fddab891bbc50d1a500774a44ceb97022a39666ccda75d"
13630dependencies = [
13631 "cc",
13632 "tree-sitter-language",
13633]
13634
13635[[package]]
13636name = "tree-sitter-diff"
13637version = "0.1.0"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13640dependencies = [
13641 "cc",
13642 "tree-sitter-language",
13643]
13644
13645[[package]]
13646name = "tree-sitter-elixir"
13647version = "0.3.3"
13648source = "registry+https://github.com/rust-lang/crates.io-index"
13649checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13650dependencies = [
13651 "cc",
13652 "tree-sitter-language",
13653]
13654
13655[[package]]
13656name = "tree-sitter-embedded-template"
13657version = "0.23.2"
13658source = "registry+https://github.com/rust-lang/crates.io-index"
13659checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13660dependencies = [
13661 "cc",
13662 "tree-sitter-language",
13663]
13664
13665[[package]]
13666name = "tree-sitter-go"
13667version = "0.23.4"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13670dependencies = [
13671 "cc",
13672 "tree-sitter-language",
13673]
13674
13675[[package]]
13676name = "tree-sitter-gomod"
13677version = "1.1.1"
13678source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
13679dependencies = [
13680 "cc",
13681 "tree-sitter-language",
13682]
13683
13684[[package]]
13685name = "tree-sitter-gowork"
13686version = "0.0.1"
13687source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13688dependencies = [
13689 "cc",
13690 "tree-sitter-language",
13691]
13692
13693[[package]]
13694name = "tree-sitter-heex"
13695version = "0.0.1"
13696source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13697dependencies = [
13698 "cc",
13699 "tree-sitter-language",
13700]
13701
13702[[package]]
13703name = "tree-sitter-html"
13704version = "0.20.4"
13705source = "registry+https://github.com/rust-lang/crates.io-index"
13706checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13707dependencies = [
13708 "cc",
13709 "tree-sitter",
13710]
13711
13712[[package]]
13713name = "tree-sitter-jsdoc"
13714version = "0.23.2"
13715source = "registry+https://github.com/rust-lang/crates.io-index"
13716checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13717dependencies = [
13718 "cc",
13719 "tree-sitter-language",
13720]
13721
13722[[package]]
13723name = "tree-sitter-json"
13724version = "0.24.8"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13727dependencies = [
13728 "cc",
13729 "tree-sitter-language",
13730]
13731
13732[[package]]
13733name = "tree-sitter-language"
13734version = "0.1.3"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13737
13738[[package]]
13739name = "tree-sitter-md"
13740version = "0.3.2"
13741source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13742dependencies = [
13743 "cc",
13744 "tree-sitter-language",
13745]
13746
13747[[package]]
13748name = "tree-sitter-python"
13749version = "0.23.6"
13750source = "registry+https://github.com/rust-lang/crates.io-index"
13751checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13752dependencies = [
13753 "cc",
13754 "tree-sitter-language",
13755]
13756
13757[[package]]
13758name = "tree-sitter-regex"
13759version = "0.23.0"
13760source = "registry+https://github.com/rust-lang/crates.io-index"
13761checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13762dependencies = [
13763 "cc",
13764 "tree-sitter-language",
13765]
13766
13767[[package]]
13768name = "tree-sitter-ruby"
13769version = "0.23.1"
13770source = "registry+https://github.com/rust-lang/crates.io-index"
13771checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13772dependencies = [
13773 "cc",
13774 "tree-sitter-language",
13775]
13776
13777[[package]]
13778name = "tree-sitter-rust"
13779version = "0.23.2"
13780source = "registry+https://github.com/rust-lang/crates.io-index"
13781checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13782dependencies = [
13783 "cc",
13784 "tree-sitter-language",
13785]
13786
13787[[package]]
13788name = "tree-sitter-typescript"
13789version = "0.23.2"
13790source = "registry+https://github.com/rust-lang/crates.io-index"
13791checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13792dependencies = [
13793 "cc",
13794 "tree-sitter-language",
13795]
13796
13797[[package]]
13798name = "tree-sitter-yaml"
13799version = "0.6.1"
13800source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13801dependencies = [
13802 "cc",
13803 "tree-sitter-language",
13804]
13805
13806[[package]]
13807name = "try-lock"
13808version = "0.2.5"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13811
13812[[package]]
13813name = "ttf-parser"
13814version = "0.21.1"
13815source = "registry+https://github.com/rust-lang/crates.io-index"
13816checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13817
13818[[package]]
13819name = "tungstenite"
13820version = "0.20.1"
13821source = "registry+https://github.com/rust-lang/crates.io-index"
13822checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13823dependencies = [
13824 "byteorder",
13825 "bytes 1.9.0",
13826 "data-encoding",
13827 "http 0.2.12",
13828 "httparse",
13829 "log",
13830 "rand 0.8.5",
13831 "rustls 0.21.12",
13832 "sha1",
13833 "thiserror 1.0.69",
13834 "url",
13835 "utf-8",
13836]
13837
13838[[package]]
13839name = "tungstenite"
13840version = "0.21.0"
13841source = "registry+https://github.com/rust-lang/crates.io-index"
13842checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13843dependencies = [
13844 "byteorder",
13845 "bytes 1.9.0",
13846 "data-encoding",
13847 "http 1.2.0",
13848 "httparse",
13849 "log",
13850 "native-tls",
13851 "rand 0.8.5",
13852 "sha1",
13853 "thiserror 1.0.69",
13854 "url",
13855 "utf-8",
13856]
13857
13858[[package]]
13859name = "tungstenite"
13860version = "0.24.0"
13861source = "registry+https://github.com/rust-lang/crates.io-index"
13862checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13863dependencies = [
13864 "byteorder",
13865 "bytes 1.9.0",
13866 "data-encoding",
13867 "http 1.2.0",
13868 "httparse",
13869 "log",
13870 "rand 0.8.5",
13871 "sha1",
13872 "thiserror 1.0.69",
13873 "utf-8",
13874]
13875
13876[[package]]
13877name = "typeid"
13878version = "1.0.2"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13881
13882[[package]]
13883name = "typenum"
13884version = "1.17.0"
13885source = "registry+https://github.com/rust-lang/crates.io-index"
13886checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13887
13888[[package]]
13889name = "ucd-trie"
13890version = "0.1.7"
13891source = "registry+https://github.com/rust-lang/crates.io-index"
13892checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
13893
13894[[package]]
13895name = "uds_windows"
13896version = "1.1.0"
13897source = "registry+https://github.com/rust-lang/crates.io-index"
13898checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13899dependencies = [
13900 "memoffset",
13901 "tempfile",
13902 "winapi",
13903]
13904
13905[[package]]
13906name = "ui"
13907version = "0.1.0"
13908dependencies = [
13909 "chrono",
13910 "gpui",
13911 "itertools 0.14.0",
13912 "menu",
13913 "serde",
13914 "settings",
13915 "smallvec",
13916 "story",
13917 "strum",
13918 "theme",
13919 "ui_macros",
13920 "windows 0.58.0",
13921]
13922
13923[[package]]
13924name = "ui_input"
13925version = "0.1.0"
13926dependencies = [
13927 "editor",
13928 "gpui",
13929 "settings",
13930 "theme",
13931 "ui",
13932]
13933
13934[[package]]
13935name = "ui_macros"
13936version = "0.1.0"
13937dependencies = [
13938 "convert_case 0.6.0",
13939 "proc-macro2",
13940 "quote",
13941 "syn 1.0.109",
13942]
13943
13944[[package]]
13945name = "unicase"
13946version = "2.8.1"
13947source = "registry+https://github.com/rust-lang/crates.io-index"
13948checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
13949
13950[[package]]
13951name = "unicode-bidi"
13952version = "0.3.17"
13953source = "registry+https://github.com/rust-lang/crates.io-index"
13954checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
13955
13956[[package]]
13957name = "unicode-bidi-mirroring"
13958version = "0.2.0"
13959source = "registry+https://github.com/rust-lang/crates.io-index"
13960checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13961
13962[[package]]
13963name = "unicode-ccc"
13964version = "0.2.0"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13967
13968[[package]]
13969name = "unicode-ident"
13970version = "1.0.14"
13971source = "registry+https://github.com/rust-lang/crates.io-index"
13972checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
13973
13974[[package]]
13975name = "unicode-linebreak"
13976version = "0.1.5"
13977source = "registry+https://github.com/rust-lang/crates.io-index"
13978checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13979
13980[[package]]
13981name = "unicode-normalization"
13982version = "0.1.24"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
13985dependencies = [
13986 "tinyvec",
13987]
13988
13989[[package]]
13990name = "unicode-properties"
13991version = "0.1.3"
13992source = "registry+https://github.com/rust-lang/crates.io-index"
13993checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
13994
13995[[package]]
13996name = "unicode-script"
13997version = "0.5.7"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14000
14001[[package]]
14002name = "unicode-segmentation"
14003version = "1.12.0"
14004source = "registry+https://github.com/rust-lang/crates.io-index"
14005checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14006
14007[[package]]
14008name = "unicode-width"
14009version = "0.1.14"
14010source = "registry+https://github.com/rust-lang/crates.io-index"
14011checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14012
14013[[package]]
14014name = "unicode-xid"
14015version = "0.2.6"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14018
14019[[package]]
14020name = "unicode_categories"
14021version = "0.1.1"
14022source = "registry+https://github.com/rust-lang/crates.io-index"
14023checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14024
14025[[package]]
14026name = "unindent"
14027version = "0.1.11"
14028source = "registry+https://github.com/rust-lang/crates.io-index"
14029checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14030
14031[[package]]
14032name = "untrusted"
14033version = "0.9.0"
14034source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14036
14037[[package]]
14038name = "url"
14039version = "2.5.4"
14040source = "registry+https://github.com/rust-lang/crates.io-index"
14041checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14042dependencies = [
14043 "form_urlencoded",
14044 "idna",
14045 "percent-encoding",
14046 "serde",
14047]
14048
14049[[package]]
14050name = "urlencoding"
14051version = "2.1.3"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14054
14055[[package]]
14056name = "usvg"
14057version = "0.44.0"
14058source = "registry+https://github.com/rust-lang/crates.io-index"
14059checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14060dependencies = [
14061 "base64 0.22.1",
14062 "data-url",
14063 "flate2",
14064 "imagesize",
14065 "kurbo",
14066 "log",
14067 "pico-args",
14068 "roxmltree",
14069 "simplecss",
14070 "siphasher 1.0.1",
14071 "strict-num",
14072 "svgtypes",
14073 "tiny-skia-path",
14074 "xmlwriter",
14075]
14076
14077[[package]]
14078name = "utf-8"
14079version = "0.7.6"
14080source = "registry+https://github.com/rust-lang/crates.io-index"
14081checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14082
14083[[package]]
14084name = "utf16_iter"
14085version = "1.0.5"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14088
14089[[package]]
14090name = "utf8_iter"
14091version = "1.0.4"
14092source = "registry+https://github.com/rust-lang/crates.io-index"
14093checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14094
14095[[package]]
14096name = "utf8parse"
14097version = "0.2.2"
14098source = "registry+https://github.com/rust-lang/crates.io-index"
14099checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14100
14101[[package]]
14102name = "util"
14103version = "0.1.0"
14104dependencies = [
14105 "anyhow",
14106 "async-fs",
14107 "collections",
14108 "dirs 4.0.0",
14109 "dunce",
14110 "futures 0.3.31",
14111 "futures-lite 1.13.0",
14112 "git2",
14113 "globset",
14114 "itertools 0.14.0",
14115 "libc",
14116 "log",
14117 "rand 0.8.5",
14118 "regex",
14119 "rust-embed",
14120 "serde",
14121 "serde_json",
14122 "smol",
14123 "take-until",
14124 "tempfile",
14125 "tendril",
14126 "unicase",
14127]
14128
14129[[package]]
14130name = "uuid"
14131version = "1.11.0"
14132source = "registry+https://github.com/rust-lang/crates.io-index"
14133checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14134dependencies = [
14135 "getrandom 0.2.15",
14136 "serde",
14137 "sha1_smol",
14138]
14139
14140[[package]]
14141name = "v_frame"
14142version = "0.3.8"
14143source = "registry+https://github.com/rust-lang/crates.io-index"
14144checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14145dependencies = [
14146 "aligned-vec",
14147 "num-traits",
14148 "wasm-bindgen",
14149]
14150
14151[[package]]
14152name = "valuable"
14153version = "0.1.0"
14154source = "registry+https://github.com/rust-lang/crates.io-index"
14155checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14156
14157[[package]]
14158name = "value-bag"
14159version = "1.10.0"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14162dependencies = [
14163 "value-bag-serde1",
14164 "value-bag-sval2",
14165]
14166
14167[[package]]
14168name = "value-bag-serde1"
14169version = "1.10.0"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14172dependencies = [
14173 "erased-serde",
14174 "serde",
14175 "serde_fmt",
14176]
14177
14178[[package]]
14179name = "value-bag-sval2"
14180version = "1.10.0"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14183dependencies = [
14184 "sval",
14185 "sval_buffer",
14186 "sval_dynamic",
14187 "sval_fmt",
14188 "sval_json",
14189 "sval_ref",
14190 "sval_serde",
14191]
14192
14193[[package]]
14194name = "vcpkg"
14195version = "0.2.15"
14196source = "registry+https://github.com/rust-lang/crates.io-index"
14197checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14198
14199[[package]]
14200name = "vcs_menu"
14201version = "0.1.0"
14202dependencies = [
14203 "anyhow",
14204 "fuzzy",
14205 "git",
14206 "gpui",
14207 "picker",
14208 "project",
14209 "ui",
14210 "util",
14211 "workspace",
14212 "zed_actions",
14213]
14214
14215[[package]]
14216name = "version-compare"
14217version = "0.2.0"
14218source = "registry+https://github.com/rust-lang/crates.io-index"
14219checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14220
14221[[package]]
14222name = "version_check"
14223version = "0.9.5"
14224source = "registry+https://github.com/rust-lang/crates.io-index"
14225checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14226
14227[[package]]
14228name = "vim"
14229version = "0.1.0"
14230dependencies = [
14231 "anyhow",
14232 "async-compat",
14233 "async-trait",
14234 "collections",
14235 "command_palette",
14236 "command_palette_hooks",
14237 "editor",
14238 "futures 0.3.31",
14239 "gpui",
14240 "indoc",
14241 "itertools 0.14.0",
14242 "language",
14243 "log",
14244 "lsp",
14245 "multi_buffer",
14246 "nvim-rs",
14247 "parking_lot",
14248 "regex",
14249 "release_channel",
14250 "schemars",
14251 "search",
14252 "serde",
14253 "serde_derive",
14254 "serde_json",
14255 "settings",
14256 "theme",
14257 "tokio",
14258 "ui",
14259 "util",
14260 "vim_mode_setting",
14261 "workspace",
14262 "zed_actions",
14263]
14264
14265[[package]]
14266name = "vim_mode_setting"
14267version = "0.1.0"
14268dependencies = [
14269 "anyhow",
14270 "gpui",
14271 "settings",
14272]
14273
14274[[package]]
14275name = "vscode_theme"
14276version = "0.2.0"
14277source = "registry+https://github.com/rust-lang/crates.io-index"
14278checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14279dependencies = [
14280 "serde",
14281]
14282
14283[[package]]
14284name = "vsimd"
14285version = "0.8.0"
14286source = "registry+https://github.com/rust-lang/crates.io-index"
14287checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14288
14289[[package]]
14290name = "vswhom"
14291version = "0.1.0"
14292source = "registry+https://github.com/rust-lang/crates.io-index"
14293checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14294dependencies = [
14295 "libc",
14296 "vswhom-sys",
14297]
14298
14299[[package]]
14300name = "vswhom-sys"
14301version = "0.1.2"
14302source = "registry+https://github.com/rust-lang/crates.io-index"
14303checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14304dependencies = [
14305 "cc",
14306 "libc",
14307]
14308
14309[[package]]
14310name = "vte"
14311version = "0.13.0"
14312source = "registry+https://github.com/rust-lang/crates.io-index"
14313checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
14314dependencies = [
14315 "bitflags 2.6.0",
14316 "cursor-icon",
14317 "log",
14318 "serde",
14319 "utf8parse",
14320 "vte_generate_state_changes",
14321]
14322
14323[[package]]
14324name = "vte_generate_state_changes"
14325version = "0.1.2"
14326source = "registry+https://github.com/rust-lang/crates.io-index"
14327checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
14328dependencies = [
14329 "proc-macro2",
14330 "quote",
14331]
14332
14333[[package]]
14334name = "waker-fn"
14335version = "1.2.0"
14336source = "registry+https://github.com/rust-lang/crates.io-index"
14337checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14338
14339[[package]]
14340name = "walkdir"
14341version = "2.5.0"
14342source = "registry+https://github.com/rust-lang/crates.io-index"
14343checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14344dependencies = [
14345 "same-file",
14346 "winapi-util",
14347]
14348
14349[[package]]
14350name = "want"
14351version = "0.3.1"
14352source = "registry+https://github.com/rust-lang/crates.io-index"
14353checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14354dependencies = [
14355 "try-lock",
14356]
14357
14358[[package]]
14359name = "warp"
14360version = "0.3.7"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14363dependencies = [
14364 "bytes 1.9.0",
14365 "futures-channel",
14366 "futures-util",
14367 "headers",
14368 "http 0.2.12",
14369 "hyper 0.14.32",
14370 "log",
14371 "mime",
14372 "mime_guess",
14373 "percent-encoding",
14374 "pin-project",
14375 "scoped-tls",
14376 "serde",
14377 "serde_json",
14378 "serde_urlencoded",
14379 "tokio",
14380 "tokio-tungstenite 0.21.0",
14381 "tokio-util",
14382 "tower-service",
14383 "tracing",
14384]
14385
14386[[package]]
14387name = "wasi"
14388version = "0.9.0+wasi-snapshot-preview1"
14389source = "registry+https://github.com/rust-lang/crates.io-index"
14390checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14391
14392[[package]]
14393name = "wasi"
14394version = "0.11.0+wasi-snapshot-preview1"
14395source = "registry+https://github.com/rust-lang/crates.io-index"
14396checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14397
14398[[package]]
14399name = "wasite"
14400version = "0.1.0"
14401source = "registry+https://github.com/rust-lang/crates.io-index"
14402checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14403
14404[[package]]
14405name = "wasm-bindgen"
14406version = "0.2.99"
14407source = "registry+https://github.com/rust-lang/crates.io-index"
14408checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14409dependencies = [
14410 "cfg-if",
14411 "once_cell",
14412 "wasm-bindgen-macro",
14413]
14414
14415[[package]]
14416name = "wasm-bindgen-backend"
14417version = "0.2.99"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14420dependencies = [
14421 "bumpalo",
14422 "log",
14423 "proc-macro2",
14424 "quote",
14425 "syn 2.0.90",
14426 "wasm-bindgen-shared",
14427]
14428
14429[[package]]
14430name = "wasm-bindgen-futures"
14431version = "0.4.49"
14432source = "registry+https://github.com/rust-lang/crates.io-index"
14433checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14434dependencies = [
14435 "cfg-if",
14436 "js-sys",
14437 "once_cell",
14438 "wasm-bindgen",
14439 "web-sys",
14440]
14441
14442[[package]]
14443name = "wasm-bindgen-macro"
14444version = "0.2.99"
14445source = "registry+https://github.com/rust-lang/crates.io-index"
14446checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14447dependencies = [
14448 "quote",
14449 "wasm-bindgen-macro-support",
14450]
14451
14452[[package]]
14453name = "wasm-bindgen-macro-support"
14454version = "0.2.99"
14455source = "registry+https://github.com/rust-lang/crates.io-index"
14456checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14457dependencies = [
14458 "proc-macro2",
14459 "quote",
14460 "syn 2.0.90",
14461 "wasm-bindgen-backend",
14462 "wasm-bindgen-shared",
14463]
14464
14465[[package]]
14466name = "wasm-bindgen-shared"
14467version = "0.2.99"
14468source = "registry+https://github.com/rust-lang/crates.io-index"
14469checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14470
14471[[package]]
14472name = "wasm-encoder"
14473version = "0.201.0"
14474source = "registry+https://github.com/rust-lang/crates.io-index"
14475checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14476dependencies = [
14477 "leb128",
14478]
14479
14480[[package]]
14481name = "wasm-encoder"
14482version = "0.215.0"
14483source = "registry+https://github.com/rust-lang/crates.io-index"
14484checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14485dependencies = [
14486 "leb128",
14487]
14488
14489[[package]]
14490name = "wasm-metadata"
14491version = "0.201.0"
14492source = "registry+https://github.com/rust-lang/crates.io-index"
14493checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14494dependencies = [
14495 "anyhow",
14496 "indexmap",
14497 "serde",
14498 "serde_derive",
14499 "serde_json",
14500 "spdx",
14501 "wasm-encoder 0.201.0",
14502 "wasmparser 0.201.0",
14503]
14504
14505[[package]]
14506name = "wasm-streams"
14507version = "0.4.2"
14508source = "registry+https://github.com/rust-lang/crates.io-index"
14509checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14510dependencies = [
14511 "futures-util",
14512 "js-sys",
14513 "wasm-bindgen",
14514 "wasm-bindgen-futures",
14515 "web-sys",
14516]
14517
14518[[package]]
14519name = "wasmparser"
14520version = "0.201.0"
14521source = "registry+https://github.com/rust-lang/crates.io-index"
14522checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14523dependencies = [
14524 "bitflags 2.6.0",
14525 "indexmap",
14526 "semver",
14527]
14528
14529[[package]]
14530name = "wasmparser"
14531version = "0.215.0"
14532source = "registry+https://github.com/rust-lang/crates.io-index"
14533checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14534dependencies = [
14535 "ahash 0.8.11",
14536 "bitflags 2.6.0",
14537 "hashbrown 0.14.5",
14538 "indexmap",
14539 "semver",
14540 "serde",
14541]
14542
14543[[package]]
14544name = "wasmprinter"
14545version = "0.215.0"
14546source = "registry+https://github.com/rust-lang/crates.io-index"
14547checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14548dependencies = [
14549 "anyhow",
14550 "termcolor",
14551 "wasmparser 0.215.0",
14552]
14553
14554[[package]]
14555name = "wasmtime"
14556version = "24.0.2"
14557source = "registry+https://github.com/rust-lang/crates.io-index"
14558checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14559dependencies = [
14560 "anyhow",
14561 "async-trait",
14562 "bitflags 2.6.0",
14563 "bumpalo",
14564 "cc",
14565 "cfg-if",
14566 "encoding_rs",
14567 "hashbrown 0.14.5",
14568 "indexmap",
14569 "libc",
14570 "libm",
14571 "log",
14572 "mach2",
14573 "memfd",
14574 "object",
14575 "once_cell",
14576 "paste",
14577 "postcard",
14578 "psm",
14579 "rustix",
14580 "semver",
14581 "serde",
14582 "serde_derive",
14583 "smallvec",
14584 "sptr",
14585 "target-lexicon",
14586 "wasmparser 0.215.0",
14587 "wasmtime-asm-macros",
14588 "wasmtime-component-macro",
14589 "wasmtime-component-util",
14590 "wasmtime-cranelift",
14591 "wasmtime-environ",
14592 "wasmtime-fiber",
14593 "wasmtime-jit-icache-coherence",
14594 "wasmtime-slab",
14595 "wasmtime-versioned-export-macros",
14596 "wasmtime-winch",
14597 "windows-sys 0.52.0",
14598]
14599
14600[[package]]
14601name = "wasmtime-asm-macros"
14602version = "24.0.2"
14603source = "registry+https://github.com/rust-lang/crates.io-index"
14604checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14605dependencies = [
14606 "cfg-if",
14607]
14608
14609[[package]]
14610name = "wasmtime-c-api-impl"
14611version = "24.0.2"
14612source = "registry+https://github.com/rust-lang/crates.io-index"
14613checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14614dependencies = [
14615 "anyhow",
14616 "log",
14617 "once_cell",
14618 "tracing",
14619 "wasmtime",
14620 "wasmtime-c-api-macros",
14621]
14622
14623[[package]]
14624name = "wasmtime-c-api-macros"
14625version = "24.0.2"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14628dependencies = [
14629 "proc-macro2",
14630 "quote",
14631]
14632
14633[[package]]
14634name = "wasmtime-component-macro"
14635version = "24.0.2"
14636source = "registry+https://github.com/rust-lang/crates.io-index"
14637checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14638dependencies = [
14639 "anyhow",
14640 "proc-macro2",
14641 "quote",
14642 "syn 2.0.90",
14643 "wasmtime-component-util",
14644 "wasmtime-wit-bindgen",
14645 "wit-parser 0.215.0",
14646]
14647
14648[[package]]
14649name = "wasmtime-component-util"
14650version = "24.0.2"
14651source = "registry+https://github.com/rust-lang/crates.io-index"
14652checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14653
14654[[package]]
14655name = "wasmtime-cranelift"
14656version = "24.0.2"
14657source = "registry+https://github.com/rust-lang/crates.io-index"
14658checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14659dependencies = [
14660 "anyhow",
14661 "cfg-if",
14662 "cranelift-codegen",
14663 "cranelift-control",
14664 "cranelift-entity",
14665 "cranelift-frontend",
14666 "cranelift-native",
14667 "cranelift-wasm",
14668 "gimli 0.29.0",
14669 "log",
14670 "object",
14671 "target-lexicon",
14672 "thiserror 1.0.69",
14673 "wasmparser 0.215.0",
14674 "wasmtime-environ",
14675 "wasmtime-versioned-export-macros",
14676]
14677
14678[[package]]
14679name = "wasmtime-environ"
14680version = "24.0.2"
14681source = "registry+https://github.com/rust-lang/crates.io-index"
14682checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14683dependencies = [
14684 "anyhow",
14685 "cpp_demangle",
14686 "cranelift-bitset",
14687 "cranelift-entity",
14688 "gimli 0.29.0",
14689 "indexmap",
14690 "log",
14691 "object",
14692 "postcard",
14693 "rustc-demangle",
14694 "semver",
14695 "serde",
14696 "serde_derive",
14697 "target-lexicon",
14698 "wasm-encoder 0.215.0",
14699 "wasmparser 0.215.0",
14700 "wasmprinter",
14701 "wasmtime-component-util",
14702 "wasmtime-types",
14703]
14704
14705[[package]]
14706name = "wasmtime-fiber"
14707version = "24.0.2"
14708source = "registry+https://github.com/rust-lang/crates.io-index"
14709checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14710dependencies = [
14711 "anyhow",
14712 "cc",
14713 "cfg-if",
14714 "rustix",
14715 "wasmtime-asm-macros",
14716 "wasmtime-versioned-export-macros",
14717 "windows-sys 0.52.0",
14718]
14719
14720[[package]]
14721name = "wasmtime-jit-icache-coherence"
14722version = "24.0.2"
14723source = "registry+https://github.com/rust-lang/crates.io-index"
14724checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14725dependencies = [
14726 "anyhow",
14727 "cfg-if",
14728 "libc",
14729 "windows-sys 0.52.0",
14730]
14731
14732[[package]]
14733name = "wasmtime-slab"
14734version = "24.0.2"
14735source = "registry+https://github.com/rust-lang/crates.io-index"
14736checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14737
14738[[package]]
14739name = "wasmtime-types"
14740version = "24.0.2"
14741source = "registry+https://github.com/rust-lang/crates.io-index"
14742checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14743dependencies = [
14744 "anyhow",
14745 "cranelift-entity",
14746 "serde",
14747 "serde_derive",
14748 "smallvec",
14749 "wasmparser 0.215.0",
14750]
14751
14752[[package]]
14753name = "wasmtime-versioned-export-macros"
14754version = "24.0.2"
14755source = "registry+https://github.com/rust-lang/crates.io-index"
14756checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14757dependencies = [
14758 "proc-macro2",
14759 "quote",
14760 "syn 2.0.90",
14761]
14762
14763[[package]]
14764name = "wasmtime-wasi"
14765version = "24.0.2"
14766source = "registry+https://github.com/rust-lang/crates.io-index"
14767checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14768dependencies = [
14769 "anyhow",
14770 "async-trait",
14771 "bitflags 2.6.0",
14772 "bytes 1.9.0",
14773 "cap-fs-ext",
14774 "cap-net-ext",
14775 "cap-rand",
14776 "cap-std",
14777 "cap-time-ext",
14778 "fs-set-times",
14779 "futures 0.3.31",
14780 "io-extras",
14781 "io-lifetimes",
14782 "once_cell",
14783 "rustix",
14784 "system-interface",
14785 "thiserror 1.0.69",
14786 "tokio",
14787 "tracing",
14788 "url",
14789 "wasmtime",
14790 "wiggle",
14791 "windows-sys 0.52.0",
14792]
14793
14794[[package]]
14795name = "wasmtime-winch"
14796version = "24.0.2"
14797source = "registry+https://github.com/rust-lang/crates.io-index"
14798checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14799dependencies = [
14800 "anyhow",
14801 "cranelift-codegen",
14802 "gimli 0.29.0",
14803 "object",
14804 "target-lexicon",
14805 "wasmparser 0.215.0",
14806 "wasmtime-cranelift",
14807 "wasmtime-environ",
14808 "winch-codegen",
14809]
14810
14811[[package]]
14812name = "wasmtime-wit-bindgen"
14813version = "24.0.2"
14814source = "registry+https://github.com/rust-lang/crates.io-index"
14815checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14816dependencies = [
14817 "anyhow",
14818 "heck 0.4.1",
14819 "indexmap",
14820 "wit-parser 0.215.0",
14821]
14822
14823[[package]]
14824name = "wast"
14825version = "35.0.2"
14826source = "registry+https://github.com/rust-lang/crates.io-index"
14827checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14828dependencies = [
14829 "leb128",
14830]
14831
14832[[package]]
14833name = "wayland-backend"
14834version = "0.3.7"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
14837dependencies = [
14838 "cc",
14839 "downcast-rs",
14840 "rustix",
14841 "scoped-tls",
14842 "smallvec",
14843 "wayland-sys",
14844]
14845
14846[[package]]
14847name = "wayland-client"
14848version = "0.31.7"
14849source = "registry+https://github.com/rust-lang/crates.io-index"
14850checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
14851dependencies = [
14852 "bitflags 2.6.0",
14853 "rustix",
14854 "wayland-backend",
14855 "wayland-scanner",
14856]
14857
14858[[package]]
14859name = "wayland-cursor"
14860version = "0.31.7"
14861source = "registry+https://github.com/rust-lang/crates.io-index"
14862checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
14863dependencies = [
14864 "rustix",
14865 "wayland-client",
14866 "xcursor",
14867]
14868
14869[[package]]
14870name = "wayland-protocols"
14871version = "0.31.2"
14872source = "registry+https://github.com/rust-lang/crates.io-index"
14873checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14874dependencies = [
14875 "bitflags 2.6.0",
14876 "wayland-backend",
14877 "wayland-client",
14878 "wayland-scanner",
14879]
14880
14881[[package]]
14882name = "wayland-protocols-plasma"
14883version = "0.2.0"
14884source = "registry+https://github.com/rust-lang/crates.io-index"
14885checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14886dependencies = [
14887 "bitflags 2.6.0",
14888 "wayland-backend",
14889 "wayland-client",
14890 "wayland-protocols",
14891 "wayland-scanner",
14892]
14893
14894[[package]]
14895name = "wayland-scanner"
14896version = "0.31.5"
14897source = "registry+https://github.com/rust-lang/crates.io-index"
14898checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
14899dependencies = [
14900 "proc-macro2",
14901 "quick-xml 0.36.2",
14902 "quote",
14903]
14904
14905[[package]]
14906name = "wayland-sys"
14907version = "0.31.5"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
14910dependencies = [
14911 "dlib",
14912 "log",
14913 "once_cell",
14914 "pkg-config",
14915]
14916
14917[[package]]
14918name = "web-sys"
14919version = "0.3.76"
14920source = "registry+https://github.com/rust-lang/crates.io-index"
14921checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
14922dependencies = [
14923 "js-sys",
14924 "wasm-bindgen",
14925]
14926
14927[[package]]
14928name = "web-time"
14929version = "1.1.0"
14930source = "registry+https://github.com/rust-lang/crates.io-index"
14931checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
14932dependencies = [
14933 "js-sys",
14934 "wasm-bindgen",
14935]
14936
14937[[package]]
14938name = "webpki"
14939version = "0.22.4"
14940source = "registry+https://github.com/rust-lang/crates.io-index"
14941checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14942dependencies = [
14943 "ring",
14944 "untrusted",
14945]
14946
14947[[package]]
14948name = "webpki-roots"
14949version = "0.22.6"
14950source = "registry+https://github.com/rust-lang/crates.io-index"
14951checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14952dependencies = [
14953 "webpki",
14954]
14955
14956[[package]]
14957name = "webpki-roots"
14958version = "0.26.7"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
14961dependencies = [
14962 "rustls-pki-types",
14963]
14964
14965[[package]]
14966name = "webrtc-sys"
14967version = "0.3.5"
14968source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
14969dependencies = [
14970 "cc",
14971 "cxx",
14972 "cxx-build",
14973 "glob",
14974 "log",
14975 "webrtc-sys-build",
14976]
14977
14978[[package]]
14979name = "webrtc-sys-build"
14980version = "0.3.5"
14981source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
14982dependencies = [
14983 "fs2",
14984 "regex",
14985 "reqwest 0.11.27",
14986 "scratch",
14987 "semver",
14988 "zip",
14989]
14990
14991[[package]]
14992name = "weezl"
14993version = "0.1.8"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14996
14997[[package]]
14998name = "welcome"
14999version = "0.1.0"
15000dependencies = [
15001 "anyhow",
15002 "client",
15003 "copilot",
15004 "db",
15005 "editor",
15006 "fuzzy",
15007 "gpui",
15008 "install_cli",
15009 "picker",
15010 "project",
15011 "schemars",
15012 "serde",
15013 "settings",
15014 "telemetry",
15015 "ui",
15016 "util",
15017 "vim_mode_setting",
15018 "workspace",
15019 "zed_actions",
15020]
15021
15022[[package]]
15023name = "which"
15024version = "4.4.2"
15025source = "registry+https://github.com/rust-lang/crates.io-index"
15026checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15027dependencies = [
15028 "either",
15029 "home",
15030 "once_cell",
15031 "rustix",
15032]
15033
15034[[package]]
15035name = "which"
15036version = "6.0.3"
15037source = "registry+https://github.com/rust-lang/crates.io-index"
15038checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15039dependencies = [
15040 "either",
15041 "home",
15042 "rustix",
15043 "winsafe",
15044]
15045
15046[[package]]
15047name = "whoami"
15048version = "1.5.2"
15049source = "registry+https://github.com/rust-lang/crates.io-index"
15050checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15051dependencies = [
15052 "redox_syscall 0.5.8",
15053 "wasite",
15054]
15055
15056[[package]]
15057name = "wiggle"
15058version = "24.0.2"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15061dependencies = [
15062 "anyhow",
15063 "async-trait",
15064 "bitflags 2.6.0",
15065 "thiserror 1.0.69",
15066 "tracing",
15067 "wasmtime",
15068 "wiggle-macro",
15069]
15070
15071[[package]]
15072name = "wiggle-generate"
15073version = "24.0.2"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15076dependencies = [
15077 "anyhow",
15078 "heck 0.4.1",
15079 "proc-macro2",
15080 "quote",
15081 "shellexpand 2.1.2",
15082 "syn 2.0.90",
15083 "witx",
15084]
15085
15086[[package]]
15087name = "wiggle-macro"
15088version = "24.0.2"
15089source = "registry+https://github.com/rust-lang/crates.io-index"
15090checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15091dependencies = [
15092 "proc-macro2",
15093 "quote",
15094 "syn 2.0.90",
15095 "wiggle-generate",
15096]
15097
15098[[package]]
15099name = "winapi"
15100version = "0.3.9"
15101source = "registry+https://github.com/rust-lang/crates.io-index"
15102checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15103dependencies = [
15104 "winapi-i686-pc-windows-gnu",
15105 "winapi-x86_64-pc-windows-gnu",
15106]
15107
15108[[package]]
15109name = "winapi-i686-pc-windows-gnu"
15110version = "0.4.0"
15111source = "registry+https://github.com/rust-lang/crates.io-index"
15112checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15113
15114[[package]]
15115name = "winapi-util"
15116version = "0.1.9"
15117source = "registry+https://github.com/rust-lang/crates.io-index"
15118checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15119dependencies = [
15120 "windows-sys 0.59.0",
15121]
15122
15123[[package]]
15124name = "winapi-x86_64-pc-windows-gnu"
15125version = "0.4.0"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15128
15129[[package]]
15130name = "winch-codegen"
15131version = "0.22.2"
15132source = "registry+https://github.com/rust-lang/crates.io-index"
15133checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15134dependencies = [
15135 "anyhow",
15136 "cranelift-codegen",
15137 "gimli 0.29.0",
15138 "regalloc2",
15139 "smallvec",
15140 "target-lexicon",
15141 "wasmparser 0.215.0",
15142 "wasmtime-cranelift",
15143 "wasmtime-environ",
15144]
15145
15146[[package]]
15147name = "windows"
15148version = "0.54.0"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15151dependencies = [
15152 "windows-core 0.54.0",
15153 "windows-targets 0.52.6",
15154]
15155
15156[[package]]
15157name = "windows"
15158version = "0.57.0"
15159source = "registry+https://github.com/rust-lang/crates.io-index"
15160checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15161dependencies = [
15162 "windows-core 0.57.0",
15163 "windows-targets 0.52.6",
15164]
15165
15166[[package]]
15167name = "windows"
15168version = "0.58.0"
15169source = "registry+https://github.com/rust-lang/crates.io-index"
15170checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15171dependencies = [
15172 "windows-core 0.58.0",
15173 "windows-targets 0.52.6",
15174]
15175
15176[[package]]
15177name = "windows-core"
15178version = "0.52.0"
15179source = "registry+https://github.com/rust-lang/crates.io-index"
15180checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15181dependencies = [
15182 "windows-targets 0.52.6",
15183]
15184
15185[[package]]
15186name = "windows-core"
15187version = "0.54.0"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15190dependencies = [
15191 "windows-result 0.1.2",
15192 "windows-targets 0.52.6",
15193]
15194
15195[[package]]
15196name = "windows-core"
15197version = "0.57.0"
15198source = "registry+https://github.com/rust-lang/crates.io-index"
15199checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15200dependencies = [
15201 "windows-implement 0.57.0",
15202 "windows-interface 0.57.0",
15203 "windows-result 0.1.2",
15204 "windows-targets 0.52.6",
15205]
15206
15207[[package]]
15208name = "windows-core"
15209version = "0.58.0"
15210source = "registry+https://github.com/rust-lang/crates.io-index"
15211checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15212dependencies = [
15213 "windows-implement 0.58.0",
15214 "windows-interface 0.58.0",
15215 "windows-result 0.2.0",
15216 "windows-strings",
15217 "windows-targets 0.52.6",
15218]
15219
15220[[package]]
15221name = "windows-implement"
15222version = "0.57.0"
15223source = "registry+https://github.com/rust-lang/crates.io-index"
15224checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15225dependencies = [
15226 "proc-macro2",
15227 "quote",
15228 "syn 2.0.90",
15229]
15230
15231[[package]]
15232name = "windows-implement"
15233version = "0.58.0"
15234source = "registry+https://github.com/rust-lang/crates.io-index"
15235checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15236dependencies = [
15237 "proc-macro2",
15238 "quote",
15239 "syn 2.0.90",
15240]
15241
15242[[package]]
15243name = "windows-interface"
15244version = "0.57.0"
15245source = "registry+https://github.com/rust-lang/crates.io-index"
15246checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15247dependencies = [
15248 "proc-macro2",
15249 "quote",
15250 "syn 2.0.90",
15251]
15252
15253[[package]]
15254name = "windows-interface"
15255version = "0.58.0"
15256source = "registry+https://github.com/rust-lang/crates.io-index"
15257checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15258dependencies = [
15259 "proc-macro2",
15260 "quote",
15261 "syn 2.0.90",
15262]
15263
15264[[package]]
15265name = "windows-registry"
15266version = "0.2.0"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15269dependencies = [
15270 "windows-result 0.2.0",
15271 "windows-strings",
15272 "windows-targets 0.52.6",
15273]
15274
15275[[package]]
15276name = "windows-result"
15277version = "0.1.2"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15280dependencies = [
15281 "windows-targets 0.52.6",
15282]
15283
15284[[package]]
15285name = "windows-result"
15286version = "0.2.0"
15287source = "registry+https://github.com/rust-lang/crates.io-index"
15288checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15289dependencies = [
15290 "windows-targets 0.52.6",
15291]
15292
15293[[package]]
15294name = "windows-strings"
15295version = "0.1.0"
15296source = "registry+https://github.com/rust-lang/crates.io-index"
15297checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15298dependencies = [
15299 "windows-result 0.2.0",
15300 "windows-targets 0.52.6",
15301]
15302
15303[[package]]
15304name = "windows-sys"
15305version = "0.45.0"
15306source = "registry+https://github.com/rust-lang/crates.io-index"
15307checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15308dependencies = [
15309 "windows-targets 0.42.2",
15310]
15311
15312[[package]]
15313name = "windows-sys"
15314version = "0.48.0"
15315source = "registry+https://github.com/rust-lang/crates.io-index"
15316checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15317dependencies = [
15318 "windows-targets 0.48.5",
15319]
15320
15321[[package]]
15322name = "windows-sys"
15323version = "0.52.0"
15324source = "registry+https://github.com/rust-lang/crates.io-index"
15325checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15326dependencies = [
15327 "windows-targets 0.52.6",
15328]
15329
15330[[package]]
15331name = "windows-sys"
15332version = "0.59.0"
15333source = "registry+https://github.com/rust-lang/crates.io-index"
15334checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15335dependencies = [
15336 "windows-targets 0.52.6",
15337]
15338
15339[[package]]
15340name = "windows-targets"
15341version = "0.42.2"
15342source = "registry+https://github.com/rust-lang/crates.io-index"
15343checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15344dependencies = [
15345 "windows_aarch64_gnullvm 0.42.2",
15346 "windows_aarch64_msvc 0.42.2",
15347 "windows_i686_gnu 0.42.2",
15348 "windows_i686_msvc 0.42.2",
15349 "windows_x86_64_gnu 0.42.2",
15350 "windows_x86_64_gnullvm 0.42.2",
15351 "windows_x86_64_msvc 0.42.2",
15352]
15353
15354[[package]]
15355name = "windows-targets"
15356version = "0.48.5"
15357source = "registry+https://github.com/rust-lang/crates.io-index"
15358checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15359dependencies = [
15360 "windows_aarch64_gnullvm 0.48.5",
15361 "windows_aarch64_msvc 0.48.5",
15362 "windows_i686_gnu 0.48.5",
15363 "windows_i686_msvc 0.48.5",
15364 "windows_x86_64_gnu 0.48.5",
15365 "windows_x86_64_gnullvm 0.48.5",
15366 "windows_x86_64_msvc 0.48.5",
15367]
15368
15369[[package]]
15370name = "windows-targets"
15371version = "0.52.6"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15374dependencies = [
15375 "windows_aarch64_gnullvm 0.52.6",
15376 "windows_aarch64_msvc 0.52.6",
15377 "windows_i686_gnu 0.52.6",
15378 "windows_i686_gnullvm",
15379 "windows_i686_msvc 0.52.6",
15380 "windows_x86_64_gnu 0.52.6",
15381 "windows_x86_64_gnullvm 0.52.6",
15382 "windows_x86_64_msvc 0.52.6",
15383]
15384
15385[[package]]
15386name = "windows_aarch64_gnullvm"
15387version = "0.42.2"
15388source = "registry+https://github.com/rust-lang/crates.io-index"
15389checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15390
15391[[package]]
15392name = "windows_aarch64_gnullvm"
15393version = "0.48.5"
15394source = "registry+https://github.com/rust-lang/crates.io-index"
15395checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15396
15397[[package]]
15398name = "windows_aarch64_gnullvm"
15399version = "0.52.6"
15400source = "registry+https://github.com/rust-lang/crates.io-index"
15401checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15402
15403[[package]]
15404name = "windows_aarch64_msvc"
15405version = "0.42.2"
15406source = "registry+https://github.com/rust-lang/crates.io-index"
15407checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15408
15409[[package]]
15410name = "windows_aarch64_msvc"
15411version = "0.48.5"
15412source = "registry+https://github.com/rust-lang/crates.io-index"
15413checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15414
15415[[package]]
15416name = "windows_aarch64_msvc"
15417version = "0.52.6"
15418source = "registry+https://github.com/rust-lang/crates.io-index"
15419checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15420
15421[[package]]
15422name = "windows_i686_gnu"
15423version = "0.42.2"
15424source = "registry+https://github.com/rust-lang/crates.io-index"
15425checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15426
15427[[package]]
15428name = "windows_i686_gnu"
15429version = "0.48.5"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15432
15433[[package]]
15434name = "windows_i686_gnu"
15435version = "0.52.6"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15438
15439[[package]]
15440name = "windows_i686_gnullvm"
15441version = "0.52.6"
15442source = "registry+https://github.com/rust-lang/crates.io-index"
15443checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15444
15445[[package]]
15446name = "windows_i686_msvc"
15447version = "0.42.2"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15450
15451[[package]]
15452name = "windows_i686_msvc"
15453version = "0.48.5"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15456
15457[[package]]
15458name = "windows_i686_msvc"
15459version = "0.52.6"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15462
15463[[package]]
15464name = "windows_x86_64_gnu"
15465version = "0.42.2"
15466source = "registry+https://github.com/rust-lang/crates.io-index"
15467checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15468
15469[[package]]
15470name = "windows_x86_64_gnu"
15471version = "0.48.5"
15472source = "registry+https://github.com/rust-lang/crates.io-index"
15473checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15474
15475[[package]]
15476name = "windows_x86_64_gnu"
15477version = "0.52.6"
15478source = "registry+https://github.com/rust-lang/crates.io-index"
15479checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15480
15481[[package]]
15482name = "windows_x86_64_gnullvm"
15483version = "0.42.2"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15486
15487[[package]]
15488name = "windows_x86_64_gnullvm"
15489version = "0.48.5"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15492
15493[[package]]
15494name = "windows_x86_64_gnullvm"
15495version = "0.52.6"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15498
15499[[package]]
15500name = "windows_x86_64_msvc"
15501version = "0.42.2"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15504
15505[[package]]
15506name = "windows_x86_64_msvc"
15507version = "0.48.5"
15508source = "registry+https://github.com/rust-lang/crates.io-index"
15509checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15510
15511[[package]]
15512name = "windows_x86_64_msvc"
15513version = "0.52.6"
15514source = "registry+https://github.com/rust-lang/crates.io-index"
15515checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15516
15517[[package]]
15518name = "winnow"
15519version = "0.6.20"
15520source = "registry+https://github.com/rust-lang/crates.io-index"
15521checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15522dependencies = [
15523 "memchr",
15524]
15525
15526[[package]]
15527name = "winreg"
15528version = "0.50.0"
15529source = "registry+https://github.com/rust-lang/crates.io-index"
15530checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15531dependencies = [
15532 "cfg-if",
15533 "windows-sys 0.48.0",
15534]
15535
15536[[package]]
15537name = "winreg"
15538version = "0.52.0"
15539source = "registry+https://github.com/rust-lang/crates.io-index"
15540checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15541dependencies = [
15542 "cfg-if",
15543 "windows-sys 0.48.0",
15544]
15545
15546[[package]]
15547name = "winresource"
15548version = "0.1.19"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15551dependencies = [
15552 "toml 0.8.19",
15553 "version_check",
15554]
15555
15556[[package]]
15557name = "winsafe"
15558version = "0.0.19"
15559source = "registry+https://github.com/rust-lang/crates.io-index"
15560checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15561
15562[[package]]
15563name = "winx"
15564version = "0.36.4"
15565source = "registry+https://github.com/rust-lang/crates.io-index"
15566checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15567dependencies = [
15568 "bitflags 2.6.0",
15569 "windows-sys 0.59.0",
15570]
15571
15572[[package]]
15573name = "wio"
15574version = "0.2.2"
15575source = "registry+https://github.com/rust-lang/crates.io-index"
15576checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15577dependencies = [
15578 "winapi",
15579]
15580
15581[[package]]
15582name = "wit-bindgen"
15583version = "0.22.0"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15586dependencies = [
15587 "bitflags 2.6.0",
15588 "wit-bindgen-rt",
15589 "wit-bindgen-rust-macro",
15590]
15591
15592[[package]]
15593name = "wit-bindgen-core"
15594version = "0.22.0"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15597dependencies = [
15598 "anyhow",
15599 "wit-parser 0.201.0",
15600]
15601
15602[[package]]
15603name = "wit-bindgen-rt"
15604version = "0.22.0"
15605source = "registry+https://github.com/rust-lang/crates.io-index"
15606checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15607
15608[[package]]
15609name = "wit-bindgen-rust"
15610version = "0.22.0"
15611source = "registry+https://github.com/rust-lang/crates.io-index"
15612checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15613dependencies = [
15614 "anyhow",
15615 "heck 0.4.1",
15616 "indexmap",
15617 "wasm-metadata",
15618 "wit-bindgen-core",
15619 "wit-component",
15620]
15621
15622[[package]]
15623name = "wit-bindgen-rust-macro"
15624version = "0.22.0"
15625source = "registry+https://github.com/rust-lang/crates.io-index"
15626checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15627dependencies = [
15628 "anyhow",
15629 "proc-macro2",
15630 "quote",
15631 "syn 2.0.90",
15632 "wit-bindgen-core",
15633 "wit-bindgen-rust",
15634]
15635
15636[[package]]
15637name = "wit-component"
15638version = "0.201.0"
15639source = "registry+https://github.com/rust-lang/crates.io-index"
15640checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15641dependencies = [
15642 "anyhow",
15643 "bitflags 2.6.0",
15644 "indexmap",
15645 "log",
15646 "serde",
15647 "serde_derive",
15648 "serde_json",
15649 "wasm-encoder 0.201.0",
15650 "wasm-metadata",
15651 "wasmparser 0.201.0",
15652 "wit-parser 0.201.0",
15653]
15654
15655[[package]]
15656name = "wit-parser"
15657version = "0.201.0"
15658source = "registry+https://github.com/rust-lang/crates.io-index"
15659checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15660dependencies = [
15661 "anyhow",
15662 "id-arena",
15663 "indexmap",
15664 "log",
15665 "semver",
15666 "serde",
15667 "serde_derive",
15668 "serde_json",
15669 "unicode-xid",
15670 "wasmparser 0.201.0",
15671]
15672
15673[[package]]
15674name = "wit-parser"
15675version = "0.215.0"
15676source = "registry+https://github.com/rust-lang/crates.io-index"
15677checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15678dependencies = [
15679 "anyhow",
15680 "id-arena",
15681 "indexmap",
15682 "log",
15683 "semver",
15684 "serde",
15685 "serde_derive",
15686 "serde_json",
15687 "unicode-xid",
15688 "wasmparser 0.215.0",
15689]
15690
15691[[package]]
15692name = "witx"
15693version = "0.9.1"
15694source = "registry+https://github.com/rust-lang/crates.io-index"
15695checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15696dependencies = [
15697 "anyhow",
15698 "log",
15699 "thiserror 1.0.69",
15700 "wast",
15701]
15702
15703[[package]]
15704name = "workspace"
15705version = "0.1.0"
15706dependencies = [
15707 "any_vec",
15708 "anyhow",
15709 "async-recursion 1.1.1",
15710 "bincode",
15711 "call",
15712 "client",
15713 "clock",
15714 "collections",
15715 "db",
15716 "derive_more",
15717 "env_logger 0.11.6",
15718 "fs",
15719 "futures 0.3.31",
15720 "gpui",
15721 "http_client",
15722 "itertools 0.14.0",
15723 "language",
15724 "log",
15725 "node_runtime",
15726 "parking_lot",
15727 "postage",
15728 "project",
15729 "remote",
15730 "schemars",
15731 "serde",
15732 "serde_json",
15733 "session",
15734 "settings",
15735 "smallvec",
15736 "sqlez",
15737 "strum",
15738 "task",
15739 "tempfile",
15740 "theme",
15741 "ui",
15742 "util",
15743 "uuid",
15744]
15745
15746[[package]]
15747name = "worktree"
15748version = "0.1.0"
15749dependencies = [
15750 "anyhow",
15751 "clock",
15752 "collections",
15753 "env_logger 0.11.6",
15754 "fs",
15755 "futures 0.3.31",
15756 "fuzzy",
15757 "git",
15758 "git2",
15759 "git_hosting_providers",
15760 "gpui",
15761 "http_client",
15762 "ignore",
15763 "language",
15764 "log",
15765 "parking_lot",
15766 "paths",
15767 "postage",
15768 "pretty_assertions",
15769 "rand 0.8.5",
15770 "rpc",
15771 "schemars",
15772 "serde",
15773 "serde_json",
15774 "settings",
15775 "smallvec",
15776 "smol",
15777 "sum_tree",
15778 "text",
15779 "util",
15780]
15781
15782[[package]]
15783name = "write16"
15784version = "1.0.0"
15785source = "registry+https://github.com/rust-lang/crates.io-index"
15786checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15787
15788[[package]]
15789name = "writeable"
15790version = "0.5.5"
15791source = "registry+https://github.com/rust-lang/crates.io-index"
15792checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15793
15794[[package]]
15795name = "wyz"
15796version = "0.5.1"
15797source = "registry+https://github.com/rust-lang/crates.io-index"
15798checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15799dependencies = [
15800 "tap",
15801]
15802
15803[[package]]
15804name = "x11-clipboard"
15805version = "0.9.3"
15806source = "registry+https://github.com/rust-lang/crates.io-index"
15807checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15808dependencies = [
15809 "libc",
15810 "x11rb",
15811]
15812
15813[[package]]
15814name = "x11rb"
15815version = "0.13.1"
15816source = "registry+https://github.com/rust-lang/crates.io-index"
15817checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15818dependencies = [
15819 "as-raw-xcb-connection",
15820 "gethostname",
15821 "libc",
15822 "rustix",
15823 "x11rb-protocol",
15824]
15825
15826[[package]]
15827name = "x11rb-protocol"
15828version = "0.13.1"
15829source = "registry+https://github.com/rust-lang/crates.io-index"
15830checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15831
15832[[package]]
15833name = "xattr"
15834version = "0.2.3"
15835source = "registry+https://github.com/rust-lang/crates.io-index"
15836checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15837dependencies = [
15838 "libc",
15839]
15840
15841[[package]]
15842name = "xcursor"
15843version = "0.3.8"
15844source = "registry+https://github.com/rust-lang/crates.io-index"
15845checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15846
15847[[package]]
15848name = "xdg-home"
15849version = "1.3.0"
15850source = "registry+https://github.com/rust-lang/crates.io-index"
15851checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
15852dependencies = [
15853 "libc",
15854 "windows-sys 0.59.0",
15855]
15856
15857[[package]]
15858name = "xim"
15859version = "0.4.0"
15860source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15861dependencies = [
15862 "ahash 0.8.11",
15863 "hashbrown 0.14.5",
15864 "log",
15865 "x11rb",
15866 "xim-ctext",
15867 "xim-parser",
15868]
15869
15870[[package]]
15871name = "xim-ctext"
15872version = "0.3.0"
15873source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15874dependencies = [
15875 "encoding_rs",
15876]
15877
15878[[package]]
15879name = "xim-parser"
15880version = "0.2.1"
15881source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15882dependencies = [
15883 "bitflags 2.6.0",
15884]
15885
15886[[package]]
15887name = "xkbcommon"
15888version = "0.7.0"
15889source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
15890dependencies = [
15891 "as-raw-xcb-connection",
15892 "libc",
15893 "memmap2",
15894 "xkeysym",
15895]
15896
15897[[package]]
15898name = "xkeysym"
15899version = "0.2.1"
15900source = "registry+https://github.com/rust-lang/crates.io-index"
15901checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
15902
15903[[package]]
15904name = "xml5ever"
15905version = "0.18.1"
15906source = "registry+https://github.com/rust-lang/crates.io-index"
15907checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
15908dependencies = [
15909 "log",
15910 "mac",
15911 "markup5ever",
15912]
15913
15914[[package]]
15915name = "xmlparser"
15916version = "0.13.6"
15917source = "registry+https://github.com/rust-lang/crates.io-index"
15918checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
15919
15920[[package]]
15921name = "xmlwriter"
15922version = "0.1.0"
15923source = "registry+https://github.com/rust-lang/crates.io-index"
15924checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
15925
15926[[package]]
15927name = "xtask"
15928version = "0.1.0"
15929dependencies = [
15930 "anyhow",
15931 "cargo_metadata",
15932 "cargo_toml",
15933 "clap",
15934]
15935
15936[[package]]
15937name = "yaml-rust2"
15938version = "0.8.1"
15939source = "registry+https://github.com/rust-lang/crates.io-index"
15940checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
15941dependencies = [
15942 "arraydeque",
15943 "encoding_rs",
15944 "hashlink 0.8.4",
15945]
15946
15947[[package]]
15948name = "yansi"
15949version = "1.0.1"
15950source = "registry+https://github.com/rust-lang/crates.io-index"
15951checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
15952
15953[[package]]
15954name = "yazi"
15955version = "0.1.6"
15956source = "registry+https://github.com/rust-lang/crates.io-index"
15957checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
15958
15959[[package]]
15960name = "yeslogic-fontconfig-sys"
15961version = "6.0.0"
15962source = "registry+https://github.com/rust-lang/crates.io-index"
15963checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
15964dependencies = [
15965 "dlib",
15966 "once_cell",
15967 "pkg-config",
15968]
15969
15970[[package]]
15971name = "yoke"
15972version = "0.7.5"
15973source = "registry+https://github.com/rust-lang/crates.io-index"
15974checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
15975dependencies = [
15976 "serde",
15977 "stable_deref_trait",
15978 "yoke-derive",
15979 "zerofrom",
15980]
15981
15982[[package]]
15983name = "yoke-derive"
15984version = "0.7.5"
15985source = "registry+https://github.com/rust-lang/crates.io-index"
15986checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
15987dependencies = [
15988 "proc-macro2",
15989 "quote",
15990 "syn 2.0.90",
15991 "synstructure",
15992]
15993
15994[[package]]
15995name = "zbus"
15996version = "4.4.0"
15997source = "registry+https://github.com/rust-lang/crates.io-index"
15998checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
15999dependencies = [
16000 "async-broadcast",
16001 "async-executor",
16002 "async-fs",
16003 "async-io",
16004 "async-lock",
16005 "async-process",
16006 "async-recursion 1.1.1",
16007 "async-task",
16008 "async-trait",
16009 "blocking",
16010 "enumflags2",
16011 "event-listener 5.3.1",
16012 "futures-core",
16013 "futures-sink",
16014 "futures-util",
16015 "hex",
16016 "nix",
16017 "ordered-stream",
16018 "rand 0.8.5",
16019 "serde",
16020 "serde_repr",
16021 "sha1",
16022 "static_assertions",
16023 "tracing",
16024 "uds_windows",
16025 "windows-sys 0.52.0",
16026 "xdg-home",
16027 "zbus_macros 4.4.0",
16028 "zbus_names 3.0.0",
16029 "zvariant 4.2.0",
16030]
16031
16032[[package]]
16033name = "zbus"
16034version = "5.1.1"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16037dependencies = [
16038 "async-broadcast",
16039 "async-executor",
16040 "async-fs",
16041 "async-io",
16042 "async-lock",
16043 "async-process",
16044 "async-recursion 1.1.1",
16045 "async-task",
16046 "async-trait",
16047 "blocking",
16048 "enumflags2",
16049 "event-listener 5.3.1",
16050 "futures-core",
16051 "futures-util",
16052 "hex",
16053 "nix",
16054 "ordered-stream",
16055 "serde",
16056 "serde_repr",
16057 "static_assertions",
16058 "tracing",
16059 "uds_windows",
16060 "windows-sys 0.59.0",
16061 "winnow",
16062 "xdg-home",
16063 "zbus_macros 5.1.1",
16064 "zbus_names 4.1.0",
16065 "zvariant 5.1.0",
16066]
16067
16068[[package]]
16069name = "zbus_macros"
16070version = "4.4.0"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16073dependencies = [
16074 "proc-macro-crate",
16075 "proc-macro2",
16076 "quote",
16077 "syn 2.0.90",
16078 "zvariant_utils 2.1.0",
16079]
16080
16081[[package]]
16082name = "zbus_macros"
16083version = "5.1.1"
16084source = "registry+https://github.com/rust-lang/crates.io-index"
16085checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16086dependencies = [
16087 "proc-macro-crate",
16088 "proc-macro2",
16089 "quote",
16090 "syn 2.0.90",
16091 "zbus_names 4.1.0",
16092 "zvariant 5.1.0",
16093 "zvariant_utils 3.0.2",
16094]
16095
16096[[package]]
16097name = "zbus_names"
16098version = "3.0.0"
16099source = "registry+https://github.com/rust-lang/crates.io-index"
16100checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16101dependencies = [
16102 "serde",
16103 "static_assertions",
16104 "zvariant 4.2.0",
16105]
16106
16107[[package]]
16108name = "zbus_names"
16109version = "4.1.0"
16110source = "registry+https://github.com/rust-lang/crates.io-index"
16111checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16112dependencies = [
16113 "serde",
16114 "static_assertions",
16115 "winnow",
16116 "zvariant 5.1.0",
16117]
16118
16119[[package]]
16120name = "zed"
16121version = "0.170.4"
16122dependencies = [
16123 "activity_indicator",
16124 "anyhow",
16125 "ashpd",
16126 "assets",
16127 "assistant",
16128 "assistant2",
16129 "assistant_tools",
16130 "async-watch",
16131 "audio",
16132 "auto_update",
16133 "auto_update_ui",
16134 "backtrace",
16135 "breadcrumbs",
16136 "call",
16137 "channel",
16138 "chrono",
16139 "clap",
16140 "cli",
16141 "client",
16142 "collab_ui",
16143 "collections",
16144 "command_palette",
16145 "command_palette_hooks",
16146 "copilot",
16147 "db",
16148 "diagnostics",
16149 "editor",
16150 "env_logger 0.11.6",
16151 "extension",
16152 "extension_host",
16153 "extensions_ui",
16154 "feature_flags",
16155 "feedback",
16156 "file_finder",
16157 "file_icons",
16158 "fs",
16159 "futures 0.3.31",
16160 "git",
16161 "git_hosting_providers",
16162 "git_ui",
16163 "go_to_line",
16164 "gpui",
16165 "http_client",
16166 "image_viewer",
16167 "inline_completion_button",
16168 "install_cli",
16169 "journal",
16170 "language",
16171 "language_extension",
16172 "language_model",
16173 "language_models",
16174 "language_selector",
16175 "language_tools",
16176 "languages",
16177 "libc",
16178 "log",
16179 "markdown",
16180 "markdown_preview",
16181 "menu",
16182 "mimalloc",
16183 "nix",
16184 "node_runtime",
16185 "notifications",
16186 "outline",
16187 "outline_panel",
16188 "parking_lot",
16189 "paths",
16190 "picker",
16191 "profiling",
16192 "project",
16193 "project_panel",
16194 "project_symbols",
16195 "proto",
16196 "recent_projects",
16197 "release_channel",
16198 "remote",
16199 "repl",
16200 "reqwest_client",
16201 "rope",
16202 "search",
16203 "serde",
16204 "serde_json",
16205 "session",
16206 "settings",
16207 "settings_ui",
16208 "shellexpand 2.1.2",
16209 "simplelog",
16210 "smol",
16211 "snippet_provider",
16212 "snippets_ui",
16213 "supermaven",
16214 "sysinfo",
16215 "tab_switcher",
16216 "task",
16217 "tasks_ui",
16218 "telemetry",
16219 "telemetry_events",
16220 "terminal_view",
16221 "theme",
16222 "theme_extension",
16223 "theme_selector",
16224 "time",
16225 "toolchain_selector",
16226 "tree-sitter-md",
16227 "tree-sitter-rust",
16228 "ui",
16229 "url",
16230 "urlencoding",
16231 "util",
16232 "uuid",
16233 "vcs_menu",
16234 "vim",
16235 "vim_mode_setting",
16236 "welcome",
16237 "windows 0.58.0",
16238 "winresource",
16239 "workspace",
16240 "zed_actions",
16241 "zeta",
16242]
16243
16244[[package]]
16245name = "zed_actions"
16246version = "0.1.0"
16247dependencies = [
16248 "gpui",
16249 "schemars",
16250 "serde",
16251]
16252
16253[[package]]
16254name = "zed_csharp"
16255version = "0.1.0"
16256dependencies = [
16257 "zed_extension_api 0.1.0",
16258]
16259
16260[[package]]
16261name = "zed_deno"
16262version = "0.0.2"
16263dependencies = [
16264 "zed_extension_api 0.1.0",
16265]
16266
16267[[package]]
16268name = "zed_elixir"
16269version = "0.1.2"
16270dependencies = [
16271 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16272]
16273
16274[[package]]
16275name = "zed_emmet"
16276version = "0.0.3"
16277dependencies = [
16278 "zed_extension_api 0.1.0",
16279]
16280
16281[[package]]
16282name = "zed_erlang"
16283version = "0.1.1"
16284dependencies = [
16285 "zed_extension_api 0.1.0",
16286]
16287
16288[[package]]
16289name = "zed_extension_api"
16290version = "0.1.0"
16291source = "registry+https://github.com/rust-lang/crates.io-index"
16292checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16293dependencies = [
16294 "serde",
16295 "serde_json",
16296 "wit-bindgen",
16297]
16298
16299[[package]]
16300name = "zed_extension_api"
16301version = "0.2.0"
16302dependencies = [
16303 "serde",
16304 "serde_json",
16305 "wit-bindgen",
16306]
16307
16308[[package]]
16309name = "zed_extension_api"
16310version = "0.2.0"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16313dependencies = [
16314 "serde",
16315 "serde_json",
16316 "wit-bindgen",
16317]
16318
16319[[package]]
16320name = "zed_glsl"
16321version = "0.1.0"
16322dependencies = [
16323 "zed_extension_api 0.1.0",
16324]
16325
16326[[package]]
16327name = "zed_haskell"
16328version = "0.1.2"
16329dependencies = [
16330 "zed_extension_api 0.1.0",
16331]
16332
16333[[package]]
16334name = "zed_html"
16335version = "0.1.4"
16336dependencies = [
16337 "zed_extension_api 0.1.0",
16338]
16339
16340[[package]]
16341name = "zed_lua"
16342version = "0.1.1"
16343dependencies = [
16344 "zed_extension_api 0.1.0",
16345]
16346
16347[[package]]
16348name = "zed_php"
16349version = "0.2.3"
16350dependencies = [
16351 "zed_extension_api 0.1.0",
16352]
16353
16354[[package]]
16355name = "zed_prisma"
16356version = "0.0.4"
16357dependencies = [
16358 "zed_extension_api 0.1.0",
16359]
16360
16361[[package]]
16362name = "zed_proto"
16363version = "0.2.1"
16364dependencies = [
16365 "zed_extension_api 0.1.0",
16366]
16367
16368[[package]]
16369name = "zed_purescript"
16370version = "0.0.1"
16371dependencies = [
16372 "zed_extension_api 0.1.0",
16373]
16374
16375[[package]]
16376name = "zed_ruff"
16377version = "0.1.0"
16378dependencies = [
16379 "zed_extension_api 0.1.0",
16380]
16381
16382[[package]]
16383name = "zed_snippets"
16384version = "0.0.5"
16385dependencies = [
16386 "serde_json",
16387 "zed_extension_api 0.1.0",
16388]
16389
16390[[package]]
16391name = "zed_terraform"
16392version = "0.1.1"
16393dependencies = [
16394 "zed_extension_api 0.1.0",
16395]
16396
16397[[package]]
16398name = "zed_test_extension"
16399version = "0.1.0"
16400dependencies = [
16401 "zed_extension_api 0.2.0",
16402]
16403
16404[[package]]
16405name = "zed_toml"
16406version = "0.1.2"
16407dependencies = [
16408 "zed_extension_api 0.1.0",
16409]
16410
16411[[package]]
16412name = "zed_uiua"
16413version = "0.0.1"
16414dependencies = [
16415 "zed_extension_api 0.1.0",
16416]
16417
16418[[package]]
16419name = "zed_zig"
16420version = "0.3.2"
16421dependencies = [
16422 "zed_extension_api 0.1.0",
16423]
16424
16425[[package]]
16426name = "zeno"
16427version = "0.2.3"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16430
16431[[package]]
16432name = "zerocopy"
16433version = "0.7.35"
16434source = "registry+https://github.com/rust-lang/crates.io-index"
16435checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16436dependencies = [
16437 "byteorder",
16438 "zerocopy-derive",
16439]
16440
16441[[package]]
16442name = "zerocopy-derive"
16443version = "0.7.35"
16444source = "registry+https://github.com/rust-lang/crates.io-index"
16445checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16446dependencies = [
16447 "proc-macro2",
16448 "quote",
16449 "syn 2.0.90",
16450]
16451
16452[[package]]
16453name = "zerofrom"
16454version = "0.1.5"
16455source = "registry+https://github.com/rust-lang/crates.io-index"
16456checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16457dependencies = [
16458 "zerofrom-derive",
16459]
16460
16461[[package]]
16462name = "zerofrom-derive"
16463version = "0.1.5"
16464source = "registry+https://github.com/rust-lang/crates.io-index"
16465checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16466dependencies = [
16467 "proc-macro2",
16468 "quote",
16469 "syn 2.0.90",
16470 "synstructure",
16471]
16472
16473[[package]]
16474name = "zeroize"
16475version = "1.8.1"
16476source = "registry+https://github.com/rust-lang/crates.io-index"
16477checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16478dependencies = [
16479 "zeroize_derive",
16480]
16481
16482[[package]]
16483name = "zeroize_derive"
16484version = "1.4.2"
16485source = "registry+https://github.com/rust-lang/crates.io-index"
16486checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16487dependencies = [
16488 "proc-macro2",
16489 "quote",
16490 "syn 2.0.90",
16491]
16492
16493[[package]]
16494name = "zeromq"
16495version = "0.5.0-pre"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
16498dependencies = [
16499 "async-dispatcher",
16500 "async-std",
16501 "async-trait",
16502 "asynchronous-codec",
16503 "bytes 1.9.0",
16504 "crossbeam-queue",
16505 "dashmap 5.5.3",
16506 "futures 0.3.31",
16507 "log",
16508 "num-traits",
16509 "once_cell",
16510 "parking_lot",
16511 "rand 0.8.5",
16512 "regex",
16513 "thiserror 1.0.69",
16514 "uuid",
16515]
16516
16517[[package]]
16518name = "zerovec"
16519version = "0.10.4"
16520source = "registry+https://github.com/rust-lang/crates.io-index"
16521checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16522dependencies = [
16523 "yoke",
16524 "zerofrom",
16525 "zerovec-derive",
16526]
16527
16528[[package]]
16529name = "zerovec-derive"
16530version = "0.10.3"
16531source = "registry+https://github.com/rust-lang/crates.io-index"
16532checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16533dependencies = [
16534 "proc-macro2",
16535 "quote",
16536 "syn 2.0.90",
16537]
16538
16539[[package]]
16540name = "zeta"
16541version = "0.1.0"
16542dependencies = [
16543 "anyhow",
16544 "arrayvec",
16545 "call",
16546 "client",
16547 "clock",
16548 "collections",
16549 "ctor",
16550 "editor",
16551 "env_logger 0.11.6",
16552 "futures 0.3.31",
16553 "gpui",
16554 "http_client",
16555 "indoc",
16556 "inline_completion",
16557 "language",
16558 "language_models",
16559 "log",
16560 "menu",
16561 "reqwest_client",
16562 "rpc",
16563 "serde_json",
16564 "settings",
16565 "similar",
16566 "telemetry",
16567 "telemetry_events",
16568 "theme",
16569 "tree-sitter-go",
16570 "tree-sitter-rust",
16571 "ui",
16572 "util",
16573 "uuid",
16574 "workspace",
16575 "worktree",
16576]
16577
16578[[package]]
16579name = "zip"
16580version = "0.6.6"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16583dependencies = [
16584 "aes",
16585 "byteorder",
16586 "bzip2",
16587 "constant_time_eq 0.1.5",
16588 "crc32fast",
16589 "crossbeam-utils",
16590 "flate2",
16591 "hmac",
16592 "pbkdf2 0.11.0",
16593 "sha1",
16594 "time",
16595 "zstd",
16596]
16597
16598[[package]]
16599name = "zstd"
16600version = "0.11.2+zstd.1.5.2"
16601source = "registry+https://github.com/rust-lang/crates.io-index"
16602checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16603dependencies = [
16604 "zstd-safe",
16605]
16606
16607[[package]]
16608name = "zstd-safe"
16609version = "5.0.2+zstd.1.5.2"
16610source = "registry+https://github.com/rust-lang/crates.io-index"
16611checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16612dependencies = [
16613 "libc",
16614 "zstd-sys",
16615]
16616
16617[[package]]
16618name = "zstd-sys"
16619version = "2.0.13+zstd.1.5.6"
16620source = "registry+https://github.com/rust-lang/crates.io-index"
16621checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16622dependencies = [
16623 "cc",
16624 "pkg-config",
16625]
16626
16627[[package]]
16628name = "zune-core"
16629version = "0.4.12"
16630source = "registry+https://github.com/rust-lang/crates.io-index"
16631checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16632
16633[[package]]
16634name = "zune-inflate"
16635version = "0.2.54"
16636source = "registry+https://github.com/rust-lang/crates.io-index"
16637checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16638dependencies = [
16639 "simd-adler32",
16640]
16641
16642[[package]]
16643name = "zune-jpeg"
16644version = "0.4.13"
16645source = "registry+https://github.com/rust-lang/crates.io-index"
16646checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16647dependencies = [
16648 "zune-core",
16649]
16650
16651[[package]]
16652name = "zvariant"
16653version = "4.2.0"
16654source = "registry+https://github.com/rust-lang/crates.io-index"
16655checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16656dependencies = [
16657 "endi",
16658 "enumflags2",
16659 "serde",
16660 "static_assertions",
16661 "zvariant_derive 4.2.0",
16662]
16663
16664[[package]]
16665name = "zvariant"
16666version = "5.1.0"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16669dependencies = [
16670 "endi",
16671 "enumflags2",
16672 "serde",
16673 "static_assertions",
16674 "url",
16675 "winnow",
16676 "zvariant_derive 5.1.0",
16677 "zvariant_utils 3.0.2",
16678]
16679
16680[[package]]
16681name = "zvariant_derive"
16682version = "4.2.0"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16685dependencies = [
16686 "proc-macro-crate",
16687 "proc-macro2",
16688 "quote",
16689 "syn 2.0.90",
16690 "zvariant_utils 2.1.0",
16691]
16692
16693[[package]]
16694name = "zvariant_derive"
16695version = "5.1.0"
16696source = "registry+https://github.com/rust-lang/crates.io-index"
16697checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16698dependencies = [
16699 "proc-macro-crate",
16700 "proc-macro2",
16701 "quote",
16702 "syn 2.0.90",
16703 "zvariant_utils 3.0.2",
16704]
16705
16706[[package]]
16707name = "zvariant_utils"
16708version = "2.1.0"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16711dependencies = [
16712 "proc-macro2",
16713 "quote",
16714 "syn 2.0.90",
16715]
16716
16717[[package]]
16718name = "zvariant_utils"
16719version = "3.0.2"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16722dependencies = [
16723 "proc-macro2",
16724 "quote",
16725 "serde",
16726 "static_assertions",
16727 "syn 2.0.90",
16728 "winnow",
16729]