1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.31",
14 "gpui",
15 "language",
16 "lsp",
17 "project",
18 "smallvec",
19 "ui",
20 "util",
21 "workspace",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.24.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
29dependencies = [
30 "gimli 0.31.1",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.0"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
38
39[[package]]
40name = "aes"
41version = "0.8.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
44dependencies = [
45 "cfg-if",
46 "cipher",
47 "cpufeatures",
48 "zeroize",
49]
50
51[[package]]
52name = "ahash"
53version = "0.7.8"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
56dependencies = [
57 "getrandom 0.2.15",
58 "once_cell",
59 "version_check",
60]
61
62[[package]]
63name = "ahash"
64version = "0.8.11"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
67dependencies = [
68 "cfg-if",
69 "const-random",
70 "once_cell",
71 "version_check",
72 "zerocopy",
73]
74
75[[package]]
76name = "aho-corasick"
77version = "1.1.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
80dependencies = [
81 "memchr",
82]
83
84[[package]]
85name = "alacritty_terminal"
86version = "0.24.1"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "52b9241459831fee2f22fcda52ddaf9e449b6627334a0f40f13a1b3344018060"
89dependencies = [
90 "base64 0.22.1",
91 "bitflags 2.6.0",
92 "home",
93 "libc",
94 "log",
95 "miow",
96 "parking_lot",
97 "piper",
98 "polling",
99 "regex-automata 0.4.9",
100 "rustix-openpty",
101 "serde",
102 "signal-hook",
103 "unicode-width",
104 "vte",
105 "windows-sys 0.52.0",
106]
107
108[[package]]
109name = "aliasable"
110version = "0.1.3"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
113
114[[package]]
115name = "aligned-vec"
116version = "0.5.0"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
119
120[[package]]
121name = "allocator-api2"
122version = "0.2.21"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
125
126[[package]]
127name = "alsa"
128version = "0.9.1"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
131dependencies = [
132 "alsa-sys",
133 "bitflags 2.6.0",
134 "cfg-if",
135 "libc",
136]
137
138[[package]]
139name = "alsa-sys"
140version = "0.3.1"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
143dependencies = [
144 "libc",
145 "pkg-config",
146]
147
148[[package]]
149name = "ambient-authority"
150version = "0.0.2"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
153
154[[package]]
155name = "ammonia"
156version = "4.0.0"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
159dependencies = [
160 "html5ever",
161 "maplit",
162 "once_cell",
163 "tendril",
164 "url",
165]
166
167[[package]]
168name = "android-tzdata"
169version = "0.1.1"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
172
173[[package]]
174name = "android_system_properties"
175version = "0.1.5"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
178dependencies = [
179 "libc",
180]
181
182[[package]]
183name = "anes"
184version = "0.1.6"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
187
188[[package]]
189name = "anstream"
190version = "0.6.18"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
193dependencies = [
194 "anstyle",
195 "anstyle-parse",
196 "anstyle-query",
197 "anstyle-wincon",
198 "colorchoice",
199 "is_terminal_polyfill",
200 "utf8parse",
201]
202
203[[package]]
204name = "anstyle"
205version = "1.0.10"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
208
209[[package]]
210name = "anstyle-parse"
211version = "0.2.6"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
214dependencies = [
215 "utf8parse",
216]
217
218[[package]]
219name = "anstyle-query"
220version = "1.1.2"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
223dependencies = [
224 "windows-sys 0.59.0",
225]
226
227[[package]]
228name = "anstyle-wincon"
229version = "3.0.6"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
232dependencies = [
233 "anstyle",
234 "windows-sys 0.59.0",
235]
236
237[[package]]
238name = "anthropic"
239version = "0.1.0"
240dependencies = [
241 "anyhow",
242 "chrono",
243 "futures 0.3.31",
244 "http_client",
245 "schemars",
246 "serde",
247 "serde_json",
248 "strum",
249 "thiserror 1.0.69",
250 "util",
251]
252
253[[package]]
254name = "any_vec"
255version = "0.14.0"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
258
259[[package]]
260name = "anyhow"
261version = "1.0.95"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
264
265[[package]]
266name = "approx"
267version = "0.5.1"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
270dependencies = [
271 "num-traits",
272]
273
274[[package]]
275name = "arbitrary"
276version = "1.4.1"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
279
280[[package]]
281name = "arg_enum_proc_macro"
282version = "0.3.4"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
285dependencies = [
286 "proc-macro2",
287 "quote",
288 "syn 2.0.90",
289]
290
291[[package]]
292name = "arraydeque"
293version = "0.5.1"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
296
297[[package]]
298name = "arrayref"
299version = "0.3.9"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
302
303[[package]]
304name = "arrayvec"
305version = "0.7.6"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
308dependencies = [
309 "serde",
310]
311
312[[package]]
313name = "as-raw-xcb-connection"
314version = "1.0.1"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
317
318[[package]]
319name = "ascii"
320version = "1.1.0"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
323
324[[package]]
325name = "ash"
326version = "0.38.0+1.3.281"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
329dependencies = [
330 "libloading",
331]
332
333[[package]]
334name = "ash-window"
335version = "0.13.0"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
338dependencies = [
339 "ash",
340 "raw-window-handle",
341 "raw-window-metal",
342]
343
344[[package]]
345name = "ashpd"
346version = "0.10.2"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "e9c39d707614dbcc6bed00015539f488d8e3fe3e66ed60961efc0c90f4b380b3"
349dependencies = [
350 "async-fs",
351 "async-net",
352 "enumflags2",
353 "futures-channel",
354 "futures-util",
355 "rand 0.8.5",
356 "serde",
357 "serde_repr",
358 "url",
359 "zbus 5.1.1",
360]
361
362[[package]]
363name = "assets"
364version = "0.1.0"
365dependencies = [
366 "anyhow",
367 "gpui",
368 "rust-embed",
369]
370
371[[package]]
372name = "assistant"
373version = "0.1.0"
374dependencies = [
375 "anthropic",
376 "anyhow",
377 "assets",
378 "assistant_slash_command",
379 "assistant_tool",
380 "async-watch",
381 "cargo_toml",
382 "chrono",
383 "client",
384 "clock",
385 "collections",
386 "command_palette_hooks",
387 "context_server",
388 "ctor",
389 "db",
390 "editor",
391 "env_logger 0.11.6",
392 "feature_flags",
393 "fs",
394 "futures 0.3.31",
395 "fuzzy",
396 "globset",
397 "gpui",
398 "handlebars 4.5.0",
399 "heed",
400 "html_to_markdown",
401 "http_client",
402 "indexed_docs",
403 "indoc",
404 "language",
405 "language_model",
406 "language_model_selector",
407 "language_models",
408 "languages",
409 "lmstudio",
410 "log",
411 "lsp",
412 "markdown",
413 "menu",
414 "multi_buffer",
415 "ollama",
416 "open_ai",
417 "ordered-float 2.10.1",
418 "parking_lot",
419 "paths",
420 "picker",
421 "pretty_assertions",
422 "project",
423 "proto",
424 "rand 0.8.5",
425 "regex",
426 "release_channel",
427 "rope",
428 "rpc",
429 "schemars",
430 "search",
431 "semantic_index",
432 "serde",
433 "serde_json",
434 "serde_json_lenient",
435 "settings",
436 "similar",
437 "smallvec",
438 "smol",
439 "strum",
440 "telemetry",
441 "telemetry_events",
442 "terminal",
443 "terminal_view",
444 "text",
445 "theme",
446 "toml 0.8.19",
447 "tree-sitter-md",
448 "ui",
449 "unindent",
450 "util",
451 "uuid",
452 "workspace",
453 "zed_actions",
454]
455
456[[package]]
457name = "assistant2"
458version = "0.1.0"
459dependencies = [
460 "anthropic",
461 "anyhow",
462 "assets",
463 "assistant_tool",
464 "async-watch",
465 "chrono",
466 "client",
467 "clock",
468 "collections",
469 "command_palette_hooks",
470 "context_server",
471 "db",
472 "editor",
473 "feature_flags",
474 "file_icons",
475 "fs",
476 "futures 0.3.31",
477 "fuzzy",
478 "gpui",
479 "handlebars 4.5.0",
480 "html_to_markdown",
481 "http_client",
482 "indoc",
483 "itertools 0.14.0",
484 "language",
485 "language_model",
486 "language_model_selector",
487 "language_models",
488 "lmstudio",
489 "log",
490 "lsp",
491 "markdown",
492 "menu",
493 "multi_buffer",
494 "ollama",
495 "open_ai",
496 "ordered-float 2.10.1",
497 "parking_lot",
498 "paths",
499 "picker",
500 "project",
501 "proto",
502 "rand 0.8.5",
503 "rope",
504 "schemars",
505 "serde",
506 "serde_json",
507 "serde_json_lenient",
508 "settings",
509 "similar",
510 "smol",
511 "telemetry_events",
512 "terminal",
513 "terminal_view",
514 "text",
515 "theme",
516 "time",
517 "time_format",
518 "ui",
519 "unindent",
520 "util",
521 "uuid",
522 "workspace",
523 "zed_actions",
524]
525
526[[package]]
527name = "assistant_slash_command"
528version = "0.1.0"
529dependencies = [
530 "anyhow",
531 "async-trait",
532 "collections",
533 "derive_more",
534 "extension",
535 "futures 0.3.31",
536 "gpui",
537 "language",
538 "language_model",
539 "parking_lot",
540 "pretty_assertions",
541 "serde",
542 "serde_json",
543 "ui",
544 "workspace",
545]
546
547[[package]]
548name = "assistant_tool"
549version = "0.1.0"
550dependencies = [
551 "anyhow",
552 "collections",
553 "derive_more",
554 "gpui",
555 "parking_lot",
556 "serde",
557 "serde_json",
558 "workspace",
559]
560
561[[package]]
562name = "assistant_tools"
563version = "0.1.0"
564dependencies = [
565 "anyhow",
566 "assistant_tool",
567 "chrono",
568 "gpui",
569 "schemars",
570 "serde",
571 "serde_json",
572 "workspace",
573]
574
575[[package]]
576name = "async-attributes"
577version = "1.1.2"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
580dependencies = [
581 "quote",
582 "syn 1.0.109",
583]
584
585[[package]]
586name = "async-broadcast"
587version = "0.7.2"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
590dependencies = [
591 "event-listener 5.3.1",
592 "event-listener-strategy",
593 "futures-core",
594 "pin-project-lite",
595]
596
597[[package]]
598name = "async-channel"
599version = "1.9.0"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
602dependencies = [
603 "concurrent-queue",
604 "event-listener 2.5.3",
605 "futures-core",
606]
607
608[[package]]
609name = "async-channel"
610version = "2.3.1"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
613dependencies = [
614 "concurrent-queue",
615 "event-listener-strategy",
616 "futures-core",
617 "pin-project-lite",
618]
619
620[[package]]
621name = "async-compat"
622version = "0.2.4"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
625dependencies = [
626 "futures-core",
627 "futures-io",
628 "once_cell",
629 "pin-project-lite",
630 "tokio",
631]
632
633[[package]]
634name = "async-compression"
635version = "0.4.18"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
638dependencies = [
639 "deflate64",
640 "flate2",
641 "futures-core",
642 "futures-io",
643 "memchr",
644 "pin-project-lite",
645]
646
647[[package]]
648name = "async-dispatcher"
649version = "0.1.2"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
652dependencies = [
653 "async-task",
654 "futures-lite 1.13.0",
655]
656
657[[package]]
658name = "async-executor"
659version = "1.13.1"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
662dependencies = [
663 "async-task",
664 "concurrent-queue",
665 "fastrand 2.3.0",
666 "futures-lite 2.5.0",
667 "slab",
668]
669
670[[package]]
671name = "async-fs"
672version = "2.1.2"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
675dependencies = [
676 "async-lock",
677 "blocking",
678 "futures-lite 2.5.0",
679]
680
681[[package]]
682name = "async-global-executor"
683version = "2.4.1"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
686dependencies = [
687 "async-channel 2.3.1",
688 "async-executor",
689 "async-io",
690 "async-lock",
691 "blocking",
692 "futures-lite 2.5.0",
693 "once_cell",
694]
695
696[[package]]
697name = "async-io"
698version = "2.4.0"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
701dependencies = [
702 "async-lock",
703 "cfg-if",
704 "concurrent-queue",
705 "futures-io",
706 "futures-lite 2.5.0",
707 "parking",
708 "polling",
709 "rustix",
710 "slab",
711 "tracing",
712 "windows-sys 0.59.0",
713]
714
715[[package]]
716name = "async-lock"
717version = "3.4.0"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
720dependencies = [
721 "event-listener 5.3.1",
722 "event-listener-strategy",
723 "pin-project-lite",
724]
725
726[[package]]
727name = "async-native-tls"
728version = "0.5.0"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
731dependencies = [
732 "futures-util",
733 "native-tls",
734 "thiserror 1.0.69",
735 "url",
736]
737
738[[package]]
739name = "async-net"
740version = "2.0.0"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
743dependencies = [
744 "async-io",
745 "blocking",
746 "futures-lite 2.5.0",
747]
748
749[[package]]
750name = "async-pipe"
751version = "0.1.3"
752source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
753dependencies = [
754 "futures 0.3.31",
755 "log",
756]
757
758[[package]]
759name = "async-process"
760version = "2.3.0"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
763dependencies = [
764 "async-channel 2.3.1",
765 "async-io",
766 "async-lock",
767 "async-signal",
768 "async-task",
769 "blocking",
770 "cfg-if",
771 "event-listener 5.3.1",
772 "futures-lite 2.5.0",
773 "rustix",
774 "tracing",
775]
776
777[[package]]
778name = "async-recursion"
779version = "0.3.2"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
782dependencies = [
783 "proc-macro2",
784 "quote",
785 "syn 1.0.109",
786]
787
788[[package]]
789name = "async-recursion"
790version = "1.1.1"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
793dependencies = [
794 "proc-macro2",
795 "quote",
796 "syn 2.0.90",
797]
798
799[[package]]
800name = "async-signal"
801version = "0.2.10"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
804dependencies = [
805 "async-io",
806 "async-lock",
807 "atomic-waker",
808 "cfg-if",
809 "futures-core",
810 "futures-io",
811 "rustix",
812 "signal-hook-registry",
813 "slab",
814 "windows-sys 0.59.0",
815]
816
817[[package]]
818name = "async-std"
819version = "1.13.0"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
822dependencies = [
823 "async-attributes",
824 "async-channel 1.9.0",
825 "async-global-executor",
826 "async-io",
827 "async-lock",
828 "async-process",
829 "crossbeam-utils",
830 "futures-channel",
831 "futures-core",
832 "futures-io",
833 "futures-lite 2.5.0",
834 "gloo-timers",
835 "kv-log-macro",
836 "log",
837 "memchr",
838 "once_cell",
839 "pin-project-lite",
840 "pin-utils",
841 "slab",
842 "wasm-bindgen-futures",
843]
844
845[[package]]
846name = "async-stream"
847version = "0.3.6"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
850dependencies = [
851 "async-stream-impl",
852 "futures-core",
853 "pin-project-lite",
854]
855
856[[package]]
857name = "async-stream-impl"
858version = "0.3.6"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
861dependencies = [
862 "proc-macro2",
863 "quote",
864 "syn 2.0.90",
865]
866
867[[package]]
868name = "async-stripe"
869version = "0.40.0"
870source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
871dependencies = [
872 "chrono",
873 "futures-util",
874 "http-types",
875 "hyper 0.14.32",
876 "hyper-rustls 0.24.2",
877 "serde",
878 "serde_json",
879 "serde_path_to_error",
880 "serde_qs 0.10.1",
881 "smart-default",
882 "smol_str",
883 "thiserror 1.0.69",
884 "tokio",
885]
886
887[[package]]
888name = "async-tar"
889version = "0.5.0"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
892dependencies = [
893 "async-std",
894 "filetime",
895 "libc",
896 "pin-project",
897 "redox_syscall 0.2.16",
898 "xattr",
899]
900
901[[package]]
902name = "async-task"
903version = "4.7.1"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
906
907[[package]]
908name = "async-tls"
909version = "0.13.0"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
912dependencies = [
913 "futures-core",
914 "futures-io",
915 "rustls 0.21.12",
916 "rustls-pemfile 1.0.4",
917 "webpki-roots 0.22.6",
918]
919
920[[package]]
921name = "async-trait"
922version = "0.1.85"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
925dependencies = [
926 "proc-macro2",
927 "quote",
928 "syn 2.0.90",
929]
930
931[[package]]
932name = "async-tungstenite"
933version = "0.25.1"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
936dependencies = [
937 "async-native-tls",
938 "async-std",
939 "async-tls",
940 "futures-io",
941 "futures-util",
942 "log",
943 "pin-project-lite",
944 "tungstenite 0.21.0",
945]
946
947[[package]]
948name = "async-tungstenite"
949version = "0.28.2"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
952dependencies = [
953 "async-std",
954 "async-tls",
955 "atomic-waker",
956 "futures-core",
957 "futures-io",
958 "futures-task",
959 "futures-util",
960 "log",
961 "pin-project-lite",
962 "tungstenite 0.24.0",
963]
964
965[[package]]
966name = "async-watch"
967version = "0.3.1"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
970dependencies = [
971 "event-listener 2.5.3",
972]
973
974[[package]]
975name = "async_zip"
976version = "0.0.17"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
979dependencies = [
980 "async-compression",
981 "crc32fast",
982 "futures-lite 2.5.0",
983 "pin-project",
984 "thiserror 1.0.69",
985]
986
987[[package]]
988name = "asynchronous-codec"
989version = "0.7.0"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
992dependencies = [
993 "bytes 1.9.0",
994 "futures-sink",
995 "futures-util",
996 "memchr",
997 "pin-project-lite",
998]
999
1000[[package]]
1001name = "atoi"
1002version = "2.0.0"
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1005dependencies = [
1006 "num-traits",
1007]
1008
1009[[package]]
1010name = "atomic"
1011version = "0.5.3"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1014
1015[[package]]
1016name = "atomic-waker"
1017version = "1.1.2"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1020
1021[[package]]
1022name = "audio"
1023version = "0.1.0"
1024dependencies = [
1025 "anyhow",
1026 "collections",
1027 "derive_more",
1028 "gpui",
1029 "parking_lot",
1030 "rodio",
1031 "util",
1032]
1033
1034[[package]]
1035name = "auto_update"
1036version = "0.1.0"
1037dependencies = [
1038 "anyhow",
1039 "client",
1040 "db",
1041 "gpui",
1042 "http_client",
1043 "log",
1044 "paths",
1045 "release_channel",
1046 "schemars",
1047 "serde",
1048 "serde_json",
1049 "settings",
1050 "smol",
1051 "tempfile",
1052 "which 6.0.3",
1053 "workspace",
1054]
1055
1056[[package]]
1057name = "auto_update_ui"
1058version = "0.1.0"
1059dependencies = [
1060 "anyhow",
1061 "auto_update",
1062 "client",
1063 "editor",
1064 "gpui",
1065 "http_client",
1066 "markdown_preview",
1067 "menu",
1068 "release_channel",
1069 "serde",
1070 "serde_json",
1071 "smol",
1072 "util",
1073 "workspace",
1074]
1075
1076[[package]]
1077name = "autocfg"
1078version = "1.4.0"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1081
1082[[package]]
1083name = "av1-grain"
1084version = "0.2.3"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1087dependencies = [
1088 "anyhow",
1089 "arrayvec",
1090 "log",
1091 "nom",
1092 "num-rational",
1093 "v_frame",
1094]
1095
1096[[package]]
1097name = "avif-serialize"
1098version = "0.8.2"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1101dependencies = [
1102 "arrayvec",
1103]
1104
1105[[package]]
1106name = "aws-config"
1107version = "1.5.13"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "c03a50b30228d3af8865ce83376b4e99e1ffa34728220fe2860e4df0bb5278d6"
1110dependencies = [
1111 "aws-credential-types",
1112 "aws-runtime",
1113 "aws-sdk-sso",
1114 "aws-sdk-ssooidc",
1115 "aws-sdk-sts",
1116 "aws-smithy-async",
1117 "aws-smithy-http",
1118 "aws-smithy-json",
1119 "aws-smithy-runtime",
1120 "aws-smithy-runtime-api",
1121 "aws-smithy-types",
1122 "aws-types",
1123 "bytes 1.9.0",
1124 "fastrand 2.3.0",
1125 "hex",
1126 "http 0.2.12",
1127 "ring",
1128 "time",
1129 "tokio",
1130 "tracing",
1131 "url",
1132 "zeroize",
1133]
1134
1135[[package]]
1136name = "aws-credential-types"
1137version = "1.2.1"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1140dependencies = [
1141 "aws-smithy-async",
1142 "aws-smithy-runtime-api",
1143 "aws-smithy-types",
1144 "zeroize",
1145]
1146
1147[[package]]
1148name = "aws-runtime"
1149version = "1.5.3"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
1151checksum = "b16d1aa50accc11a4b4d5c50f7fb81cc0cf60328259c587d0e6b0f11385bde46"
1152dependencies = [
1153 "aws-credential-types",
1154 "aws-sigv4",
1155 "aws-smithy-async",
1156 "aws-smithy-eventstream",
1157 "aws-smithy-http",
1158 "aws-smithy-runtime",
1159 "aws-smithy-runtime-api",
1160 "aws-smithy-types",
1161 "aws-types",
1162 "bytes 1.9.0",
1163 "fastrand 2.3.0",
1164 "http 0.2.12",
1165 "http-body 0.4.6",
1166 "once_cell",
1167 "percent-encoding",
1168 "pin-project-lite",
1169 "tracing",
1170 "uuid",
1171]
1172
1173[[package]]
1174name = "aws-sdk-kinesis"
1175version = "1.55.0"
1176source = "registry+https://github.com/rust-lang/crates.io-index"
1177checksum = "f825a8304333d400ddc0b183e1d85b2e9f197e22aa3c1f03b98ae49451ec33e4"
1178dependencies = [
1179 "aws-credential-types",
1180 "aws-runtime",
1181 "aws-smithy-async",
1182 "aws-smithy-http",
1183 "aws-smithy-json",
1184 "aws-smithy-runtime",
1185 "aws-smithy-runtime-api",
1186 "aws-smithy-types",
1187 "aws-types",
1188 "bytes 1.9.0",
1189 "http 0.2.12",
1190 "once_cell",
1191 "regex-lite",
1192 "tracing",
1193]
1194
1195[[package]]
1196name = "aws-sdk-s3"
1197version = "1.68.0"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "bc5ddf1dc70287dc9a2f953766a1fe15e3e74aef02fd1335f2afa475c9b4f4fc"
1200dependencies = [
1201 "aws-credential-types",
1202 "aws-runtime",
1203 "aws-sigv4",
1204 "aws-smithy-async",
1205 "aws-smithy-checksums",
1206 "aws-smithy-eventstream",
1207 "aws-smithy-http",
1208 "aws-smithy-json",
1209 "aws-smithy-runtime",
1210 "aws-smithy-runtime-api",
1211 "aws-smithy-types",
1212 "aws-smithy-xml",
1213 "aws-types",
1214 "bytes 1.9.0",
1215 "fastrand 2.3.0",
1216 "hex",
1217 "hmac",
1218 "http 0.2.12",
1219 "http-body 0.4.6",
1220 "lru",
1221 "once_cell",
1222 "percent-encoding",
1223 "regex-lite",
1224 "sha2",
1225 "tracing",
1226 "url",
1227]
1228
1229[[package]]
1230name = "aws-sdk-sso"
1231version = "1.53.0"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "1605dc0bf9f0a4b05b451441a17fcb0bda229db384f23bf5cead3adbab0664ac"
1234dependencies = [
1235 "aws-credential-types",
1236 "aws-runtime",
1237 "aws-smithy-async",
1238 "aws-smithy-http",
1239 "aws-smithy-json",
1240 "aws-smithy-runtime",
1241 "aws-smithy-runtime-api",
1242 "aws-smithy-types",
1243 "aws-types",
1244 "bytes 1.9.0",
1245 "http 0.2.12",
1246 "once_cell",
1247 "regex-lite",
1248 "tracing",
1249]
1250
1251[[package]]
1252name = "aws-sdk-ssooidc"
1253version = "1.54.0"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "59f3f73466ff24f6ad109095e0f3f2c830bfb4cd6c8b12f744c8e61ebf4d3ba1"
1256dependencies = [
1257 "aws-credential-types",
1258 "aws-runtime",
1259 "aws-smithy-async",
1260 "aws-smithy-http",
1261 "aws-smithy-json",
1262 "aws-smithy-runtime",
1263 "aws-smithy-runtime-api",
1264 "aws-smithy-types",
1265 "aws-types",
1266 "bytes 1.9.0",
1267 "http 0.2.12",
1268 "once_cell",
1269 "regex-lite",
1270 "tracing",
1271]
1272
1273[[package]]
1274name = "aws-sdk-sts"
1275version = "1.54.0"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "249b2acaa8e02fd4718705a9494e3eb633637139aa4bb09d70965b0448e865db"
1278dependencies = [
1279 "aws-credential-types",
1280 "aws-runtime",
1281 "aws-smithy-async",
1282 "aws-smithy-http",
1283 "aws-smithy-json",
1284 "aws-smithy-query",
1285 "aws-smithy-runtime",
1286 "aws-smithy-runtime-api",
1287 "aws-smithy-types",
1288 "aws-smithy-xml",
1289 "aws-types",
1290 "http 0.2.12",
1291 "once_cell",
1292 "regex-lite",
1293 "tracing",
1294]
1295
1296[[package]]
1297name = "aws-sigv4"
1298version = "1.2.6"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "7d3820e0c08d0737872ff3c7c1f21ebbb6693d832312d6152bf18ef50a5471c2"
1301dependencies = [
1302 "aws-credential-types",
1303 "aws-smithy-eventstream",
1304 "aws-smithy-http",
1305 "aws-smithy-runtime-api",
1306 "aws-smithy-types",
1307 "bytes 1.9.0",
1308 "crypto-bigint 0.5.5",
1309 "form_urlencoded",
1310 "hex",
1311 "hmac",
1312 "http 0.2.12",
1313 "http 1.2.0",
1314 "once_cell",
1315 "p256",
1316 "percent-encoding",
1317 "ring",
1318 "sha2",
1319 "subtle",
1320 "time",
1321 "tracing",
1322 "zeroize",
1323]
1324
1325[[package]]
1326name = "aws-smithy-async"
1327version = "1.2.3"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "427cb637d15d63d6f9aae26358e1c9a9c09d5aa490d64b09354c8217cfef0f28"
1330dependencies = [
1331 "futures-util",
1332 "pin-project-lite",
1333 "tokio",
1334]
1335
1336[[package]]
1337name = "aws-smithy-checksums"
1338version = "0.60.13"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
1341dependencies = [
1342 "aws-smithy-http",
1343 "aws-smithy-types",
1344 "bytes 1.9.0",
1345 "crc32c",
1346 "crc32fast",
1347 "hex",
1348 "http 0.2.12",
1349 "http-body 0.4.6",
1350 "md-5",
1351 "pin-project-lite",
1352 "sha1",
1353 "sha2",
1354 "tracing",
1355]
1356
1357[[package]]
1358name = "aws-smithy-eventstream"
1359version = "0.60.5"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
1362dependencies = [
1363 "aws-smithy-types",
1364 "bytes 1.9.0",
1365 "crc32fast",
1366]
1367
1368[[package]]
1369name = "aws-smithy-http"
1370version = "0.60.11"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
1373dependencies = [
1374 "aws-smithy-eventstream",
1375 "aws-smithy-runtime-api",
1376 "aws-smithy-types",
1377 "bytes 1.9.0",
1378 "bytes-utils",
1379 "futures-core",
1380 "http 0.2.12",
1381 "http-body 0.4.6",
1382 "once_cell",
1383 "percent-encoding",
1384 "pin-project-lite",
1385 "pin-utils",
1386 "tracing",
1387]
1388
1389[[package]]
1390name = "aws-smithy-json"
1391version = "0.61.1"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "ee4e69cc50921eb913c6b662f8d909131bb3e6ad6cb6090d3a39b66fc5c52095"
1394dependencies = [
1395 "aws-smithy-types",
1396]
1397
1398[[package]]
1399name = "aws-smithy-query"
1400version = "0.60.7"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1403dependencies = [
1404 "aws-smithy-types",
1405 "urlencoding",
1406]
1407
1408[[package]]
1409name = "aws-smithy-runtime"
1410version = "1.7.6"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "a05dd41a70fc74051758ee75b5c4db2c0ca070ed9229c3df50e9475cda1cb985"
1413dependencies = [
1414 "aws-smithy-async",
1415 "aws-smithy-http",
1416 "aws-smithy-runtime-api",
1417 "aws-smithy-types",
1418 "bytes 1.9.0",
1419 "fastrand 2.3.0",
1420 "h2 0.3.26",
1421 "http 0.2.12",
1422 "http-body 0.4.6",
1423 "http-body 1.0.1",
1424 "httparse",
1425 "hyper 0.14.32",
1426 "hyper-rustls 0.24.2",
1427 "once_cell",
1428 "pin-project-lite",
1429 "pin-utils",
1430 "rustls 0.21.12",
1431 "tokio",
1432 "tracing",
1433]
1434
1435[[package]]
1436name = "aws-smithy-runtime-api"
1437version = "1.7.3"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1440dependencies = [
1441 "aws-smithy-async",
1442 "aws-smithy-types",
1443 "bytes 1.9.0",
1444 "http 0.2.12",
1445 "http 1.2.0",
1446 "pin-project-lite",
1447 "tokio",
1448 "tracing",
1449 "zeroize",
1450]
1451
1452[[package]]
1453name = "aws-smithy-types"
1454version = "1.2.11"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "38ddc9bd6c28aeb303477170ddd183760a956a03e083b3902a990238a7e3792d"
1457dependencies = [
1458 "base64-simd",
1459 "bytes 1.9.0",
1460 "bytes-utils",
1461 "futures-core",
1462 "http 0.2.12",
1463 "http 1.2.0",
1464 "http-body 0.4.6",
1465 "http-body 1.0.1",
1466 "http-body-util",
1467 "itoa",
1468 "num-integer",
1469 "pin-project-lite",
1470 "pin-utils",
1471 "ryu",
1472 "serde",
1473 "time",
1474 "tokio",
1475 "tokio-util",
1476]
1477
1478[[package]]
1479name = "aws-smithy-xml"
1480version = "0.60.9"
1481source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1483dependencies = [
1484 "xmlparser",
1485]
1486
1487[[package]]
1488name = "aws-types"
1489version = "1.3.3"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1492dependencies = [
1493 "aws-credential-types",
1494 "aws-smithy-async",
1495 "aws-smithy-runtime-api",
1496 "aws-smithy-types",
1497 "rustc_version",
1498 "tracing",
1499]
1500
1501[[package]]
1502name = "axum"
1503version = "0.6.20"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1506dependencies = [
1507 "async-trait",
1508 "axum-core",
1509 "base64 0.21.7",
1510 "bitflags 1.3.2",
1511 "bytes 1.9.0",
1512 "futures-util",
1513 "headers",
1514 "http 0.2.12",
1515 "http-body 0.4.6",
1516 "hyper 0.14.32",
1517 "itoa",
1518 "matchit",
1519 "memchr",
1520 "mime",
1521 "percent-encoding",
1522 "pin-project-lite",
1523 "rustversion",
1524 "serde",
1525 "serde_json",
1526 "serde_path_to_error",
1527 "serde_urlencoded",
1528 "sha1",
1529 "sync_wrapper 0.1.2",
1530 "tokio",
1531 "tokio-tungstenite 0.20.1",
1532 "tower",
1533 "tower-layer",
1534 "tower-service",
1535]
1536
1537[[package]]
1538name = "axum-core"
1539version = "0.3.4"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1542dependencies = [
1543 "async-trait",
1544 "bytes 1.9.0",
1545 "futures-util",
1546 "http 0.2.12",
1547 "http-body 0.4.6",
1548 "mime",
1549 "rustversion",
1550 "tower-layer",
1551 "tower-service",
1552]
1553
1554[[package]]
1555name = "axum-extra"
1556version = "0.4.2"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1559dependencies = [
1560 "axum",
1561 "bytes 1.9.0",
1562 "futures-util",
1563 "http 0.2.12",
1564 "mime",
1565 "pin-project-lite",
1566 "serde",
1567 "serde_json",
1568 "tokio",
1569 "tower",
1570 "tower-http 0.3.5",
1571 "tower-layer",
1572 "tower-service",
1573]
1574
1575[[package]]
1576name = "backtrace"
1577version = "0.3.74"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1580dependencies = [
1581 "addr2line",
1582 "cfg-if",
1583 "libc",
1584 "miniz_oxide",
1585 "object",
1586 "rustc-demangle",
1587 "windows-targets 0.52.6",
1588]
1589
1590[[package]]
1591name = "base16ct"
1592version = "0.1.1"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1595
1596[[package]]
1597name = "base64"
1598version = "0.13.1"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1601
1602[[package]]
1603name = "base64"
1604version = "0.21.7"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1607
1608[[package]]
1609name = "base64"
1610version = "0.22.1"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1613
1614[[package]]
1615name = "base64-simd"
1616version = "0.8.0"
1617source = "registry+https://github.com/rust-lang/crates.io-index"
1618checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1619dependencies = [
1620 "outref",
1621 "vsimd",
1622]
1623
1624[[package]]
1625name = "base64ct"
1626version = "1.6.0"
1627source = "registry+https://github.com/rust-lang/crates.io-index"
1628checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1629
1630[[package]]
1631name = "bigdecimal"
1632version = "0.4.7"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1635dependencies = [
1636 "autocfg",
1637 "libm",
1638 "num-bigint",
1639 "num-integer",
1640 "num-traits",
1641 "serde",
1642]
1643
1644[[package]]
1645name = "bincode"
1646version = "1.3.3"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1649dependencies = [
1650 "serde",
1651]
1652
1653[[package]]
1654name = "bindgen"
1655version = "0.70.1"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1658dependencies = [
1659 "bitflags 2.6.0",
1660 "cexpr",
1661 "clang-sys",
1662 "itertools 0.12.1",
1663 "log",
1664 "prettyplease",
1665 "proc-macro2",
1666 "quote",
1667 "regex",
1668 "rustc-hash 1.1.0",
1669 "shlex",
1670 "syn 2.0.90",
1671]
1672
1673[[package]]
1674name = "bit-set"
1675version = "0.5.3"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1678dependencies = [
1679 "bit-vec 0.6.3",
1680]
1681
1682[[package]]
1683name = "bit-set"
1684version = "0.8.0"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1687dependencies = [
1688 "bit-vec 0.8.0",
1689]
1690
1691[[package]]
1692name = "bit-vec"
1693version = "0.6.3"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1696
1697[[package]]
1698name = "bit-vec"
1699version = "0.8.0"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1702
1703[[package]]
1704name = "bit_field"
1705version = "0.10.2"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1708
1709[[package]]
1710name = "bitflags"
1711version = "1.3.2"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1714
1715[[package]]
1716name = "bitflags"
1717version = "2.6.0"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1720dependencies = [
1721 "serde",
1722]
1723
1724[[package]]
1725name = "bitstream-io"
1726version = "2.6.0"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1729
1730[[package]]
1731name = "bitvec"
1732version = "1.0.1"
1733source = "registry+https://github.com/rust-lang/crates.io-index"
1734checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1735dependencies = [
1736 "funty",
1737 "radium",
1738 "tap",
1739 "wyz",
1740]
1741
1742[[package]]
1743name = "blade-graphics"
1744version = "0.6.0"
1745source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1746dependencies = [
1747 "ash",
1748 "ash-window",
1749 "bitflags 2.6.0",
1750 "bytemuck",
1751 "codespan-reporting",
1752 "glow",
1753 "gpu-alloc",
1754 "gpu-alloc-ash",
1755 "hidden-trait",
1756 "js-sys",
1757 "khronos-egl",
1758 "libloading",
1759 "log",
1760 "mint",
1761 "naga",
1762 "objc2",
1763 "objc2-app-kit",
1764 "objc2-foundation",
1765 "objc2-metal",
1766 "objc2-quartz-core",
1767 "objc2-ui-kit",
1768 "raw-window-handle",
1769 "slab",
1770 "wasm-bindgen",
1771 "web-sys",
1772]
1773
1774[[package]]
1775name = "blade-macros"
1776version = "0.3.0"
1777source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1778dependencies = [
1779 "proc-macro2",
1780 "quote",
1781 "syn 2.0.90",
1782]
1783
1784[[package]]
1785name = "blade-util"
1786version = "0.2.0"
1787source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1788dependencies = [
1789 "blade-graphics",
1790 "bytemuck",
1791 "log",
1792 "profiling",
1793]
1794
1795[[package]]
1796name = "blake3"
1797version = "1.5.5"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
1800dependencies = [
1801 "arrayref",
1802 "arrayvec",
1803 "cc",
1804 "cfg-if",
1805 "constant_time_eq 0.3.1",
1806]
1807
1808[[package]]
1809name = "block"
1810version = "0.1.6"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1813
1814[[package]]
1815name = "block-buffer"
1816version = "0.10.4"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1819dependencies = [
1820 "generic-array",
1821]
1822
1823[[package]]
1824name = "block-padding"
1825version = "0.3.3"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1828dependencies = [
1829 "generic-array",
1830]
1831
1832[[package]]
1833name = "block2"
1834version = "0.5.1"
1835source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
1837dependencies = [
1838 "objc2",
1839]
1840
1841[[package]]
1842name = "blocking"
1843version = "1.6.1"
1844source = "registry+https://github.com/rust-lang/crates.io-index"
1845checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1846dependencies = [
1847 "async-channel 2.3.1",
1848 "async-task",
1849 "futures-io",
1850 "futures-lite 2.5.0",
1851 "piper",
1852]
1853
1854[[package]]
1855name = "borsh"
1856version = "1.5.3"
1857source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
1859dependencies = [
1860 "borsh-derive",
1861 "cfg_aliases 0.2.1",
1862]
1863
1864[[package]]
1865name = "borsh-derive"
1866version = "1.5.3"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
1869dependencies = [
1870 "once_cell",
1871 "proc-macro-crate",
1872 "proc-macro2",
1873 "quote",
1874 "syn 2.0.90",
1875]
1876
1877[[package]]
1878name = "breadcrumbs"
1879version = "0.1.0"
1880dependencies = [
1881 "editor",
1882 "gpui",
1883 "itertools 0.14.0",
1884 "theme",
1885 "ui",
1886 "workspace",
1887 "zed_actions",
1888]
1889
1890[[package]]
1891name = "bstr"
1892version = "1.11.1"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
1895dependencies = [
1896 "memchr",
1897 "regex-automata 0.4.9",
1898 "serde",
1899]
1900
1901[[package]]
1902name = "built"
1903version = "0.7.5"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
1906
1907[[package]]
1908name = "bumpalo"
1909version = "3.16.0"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1912
1913[[package]]
1914name = "by_address"
1915version = "1.2.1"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1918
1919[[package]]
1920name = "bytecheck"
1921version = "0.6.12"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1924dependencies = [
1925 "bytecheck_derive",
1926 "ptr_meta",
1927 "simdutf8",
1928]
1929
1930[[package]]
1931name = "bytecheck_derive"
1932version = "0.6.12"
1933source = "registry+https://github.com/rust-lang/crates.io-index"
1934checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1935dependencies = [
1936 "proc-macro2",
1937 "quote",
1938 "syn 1.0.109",
1939]
1940
1941[[package]]
1942name = "bytemuck"
1943version = "1.21.0"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
1946dependencies = [
1947 "bytemuck_derive",
1948]
1949
1950[[package]]
1951name = "bytemuck_derive"
1952version = "1.8.0"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
1955dependencies = [
1956 "proc-macro2",
1957 "quote",
1958 "syn 2.0.90",
1959]
1960
1961[[package]]
1962name = "byteorder"
1963version = "1.5.0"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1966
1967[[package]]
1968name = "byteorder-lite"
1969version = "0.1.0"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1972
1973[[package]]
1974name = "bytes"
1975version = "0.4.12"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1978dependencies = [
1979 "byteorder",
1980 "iovec",
1981]
1982
1983[[package]]
1984name = "bytes"
1985version = "1.9.0"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
1988
1989[[package]]
1990name = "bytes-utils"
1991version = "0.1.4"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1994dependencies = [
1995 "bytes 1.9.0",
1996 "either",
1997]
1998
1999[[package]]
2000name = "bzip2"
2001version = "0.4.4"
2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2004dependencies = [
2005 "bzip2-sys",
2006 "libc",
2007]
2008
2009[[package]]
2010name = "bzip2-sys"
2011version = "0.1.11+1.0.8"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2014dependencies = [
2015 "cc",
2016 "libc",
2017 "pkg-config",
2018]
2019
2020[[package]]
2021name = "call"
2022version = "0.1.0"
2023dependencies = [
2024 "anyhow",
2025 "audio",
2026 "client",
2027 "collections",
2028 "feature_flags",
2029 "fs",
2030 "futures 0.3.31",
2031 "gpui",
2032 "http_client",
2033 "language",
2034 "livekit_client",
2035 "livekit_client_macos",
2036 "log",
2037 "postage",
2038 "project",
2039 "schemars",
2040 "serde",
2041 "serde_derive",
2042 "settings",
2043 "telemetry",
2044 "util",
2045]
2046
2047[[package]]
2048name = "calloop"
2049version = "0.13.0"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2052dependencies = [
2053 "bitflags 2.6.0",
2054 "log",
2055 "polling",
2056 "rustix",
2057 "slab",
2058 "thiserror 1.0.69",
2059]
2060
2061[[package]]
2062name = "calloop-wayland-source"
2063version = "0.3.0"
2064source = "registry+https://github.com/rust-lang/crates.io-index"
2065checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2066dependencies = [
2067 "calloop",
2068 "rustix",
2069 "wayland-backend",
2070 "wayland-client",
2071]
2072
2073[[package]]
2074name = "camino"
2075version = "1.1.9"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2078dependencies = [
2079 "serde",
2080]
2081
2082[[package]]
2083name = "cap-fs-ext"
2084version = "3.4.2"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2087dependencies = [
2088 "cap-primitives",
2089 "cap-std",
2090 "io-lifetimes",
2091 "windows-sys 0.59.0",
2092]
2093
2094[[package]]
2095name = "cap-net-ext"
2096version = "3.4.2"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2099dependencies = [
2100 "cap-primitives",
2101 "cap-std",
2102 "rustix",
2103 "smallvec",
2104]
2105
2106[[package]]
2107name = "cap-primitives"
2108version = "3.4.2"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2111dependencies = [
2112 "ambient-authority",
2113 "fs-set-times",
2114 "io-extras",
2115 "io-lifetimes",
2116 "ipnet",
2117 "maybe-owned",
2118 "rustix",
2119 "windows-sys 0.59.0",
2120 "winx",
2121]
2122
2123[[package]]
2124name = "cap-rand"
2125version = "3.4.2"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2128dependencies = [
2129 "ambient-authority",
2130 "rand 0.8.5",
2131]
2132
2133[[package]]
2134name = "cap-std"
2135version = "3.4.2"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2138dependencies = [
2139 "cap-primitives",
2140 "io-extras",
2141 "io-lifetimes",
2142 "rustix",
2143]
2144
2145[[package]]
2146name = "cap-time-ext"
2147version = "3.4.2"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2150dependencies = [
2151 "ambient-authority",
2152 "cap-primitives",
2153 "iana-time-zone",
2154 "once_cell",
2155 "rustix",
2156 "winx",
2157]
2158
2159[[package]]
2160name = "cargo-platform"
2161version = "0.1.9"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2164dependencies = [
2165 "serde",
2166]
2167
2168[[package]]
2169name = "cargo_metadata"
2170version = "0.19.1"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
2173dependencies = [
2174 "camino",
2175 "cargo-platform",
2176 "semver",
2177 "serde",
2178 "serde_json",
2179 "thiserror 2.0.6",
2180]
2181
2182[[package]]
2183name = "cargo_toml"
2184version = "0.21.0"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2187dependencies = [
2188 "serde",
2189 "toml 0.8.19",
2190]
2191
2192[[package]]
2193name = "cast"
2194version = "0.3.0"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2197
2198[[package]]
2199name = "cbc"
2200version = "0.1.2"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2203dependencies = [
2204 "cipher",
2205]
2206
2207[[package]]
2208name = "cbindgen"
2209version = "0.27.0"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2212dependencies = [
2213 "heck 0.4.1",
2214 "indexmap",
2215 "log",
2216 "proc-macro2",
2217 "quote",
2218 "serde",
2219 "serde_json",
2220 "syn 2.0.90",
2221 "tempfile",
2222 "toml 0.8.19",
2223]
2224
2225[[package]]
2226name = "cc"
2227version = "1.2.3"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2230dependencies = [
2231 "jobserver",
2232 "libc",
2233 "shlex",
2234]
2235
2236[[package]]
2237name = "cesu8"
2238version = "1.1.0"
2239source = "registry+https://github.com/rust-lang/crates.io-index"
2240checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2241
2242[[package]]
2243name = "cexpr"
2244version = "0.6.0"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2247dependencies = [
2248 "nom",
2249]
2250
2251[[package]]
2252name = "cfg-expr"
2253version = "0.15.8"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2256dependencies = [
2257 "smallvec",
2258 "target-lexicon",
2259]
2260
2261[[package]]
2262name = "cfg-if"
2263version = "1.0.0"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2266
2267[[package]]
2268name = "cfg_aliases"
2269version = "0.1.1"
2270source = "registry+https://github.com/rust-lang/crates.io-index"
2271checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2272
2273[[package]]
2274name = "cfg_aliases"
2275version = "0.2.1"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2278
2279[[package]]
2280name = "channel"
2281version = "0.1.0"
2282dependencies = [
2283 "anyhow",
2284 "client",
2285 "clock",
2286 "collections",
2287 "futures 0.3.31",
2288 "gpui",
2289 "http_client",
2290 "language",
2291 "log",
2292 "rand 0.8.5",
2293 "release_channel",
2294 "rpc",
2295 "settings",
2296 "sum_tree",
2297 "text",
2298 "time",
2299 "util",
2300]
2301
2302[[package]]
2303name = "chrono"
2304version = "0.4.39"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2307dependencies = [
2308 "android-tzdata",
2309 "iana-time-zone",
2310 "js-sys",
2311 "num-traits",
2312 "serde",
2313 "wasm-bindgen",
2314 "windows-targets 0.52.6",
2315]
2316
2317[[package]]
2318name = "chunked_transfer"
2319version = "1.5.0"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2322
2323[[package]]
2324name = "ciborium"
2325version = "0.2.2"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2328dependencies = [
2329 "ciborium-io",
2330 "ciborium-ll",
2331 "serde",
2332]
2333
2334[[package]]
2335name = "ciborium-io"
2336version = "0.2.2"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2339
2340[[package]]
2341name = "ciborium-ll"
2342version = "0.2.2"
2343source = "registry+https://github.com/rust-lang/crates.io-index"
2344checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2345dependencies = [
2346 "ciborium-io",
2347 "half",
2348]
2349
2350[[package]]
2351name = "cipher"
2352version = "0.4.4"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2355dependencies = [
2356 "crypto-common",
2357 "inout",
2358 "zeroize",
2359]
2360
2361[[package]]
2362name = "clang-sys"
2363version = "1.8.1"
2364source = "registry+https://github.com/rust-lang/crates.io-index"
2365checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2366dependencies = [
2367 "glob",
2368 "libc",
2369 "libloading",
2370]
2371
2372[[package]]
2373name = "clap"
2374version = "4.5.23"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
2377dependencies = [
2378 "clap_builder",
2379 "clap_derive",
2380]
2381
2382[[package]]
2383name = "clap_builder"
2384version = "4.5.23"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
2387dependencies = [
2388 "anstream",
2389 "anstyle",
2390 "clap_lex",
2391 "strsim",
2392 "terminal_size",
2393]
2394
2395[[package]]
2396name = "clap_complete"
2397version = "4.5.38"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2400dependencies = [
2401 "clap",
2402]
2403
2404[[package]]
2405name = "clap_derive"
2406version = "4.5.18"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2409dependencies = [
2410 "heck 0.5.0",
2411 "proc-macro2",
2412 "quote",
2413 "syn 2.0.90",
2414]
2415
2416[[package]]
2417name = "clap_lex"
2418version = "0.7.4"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2421
2422[[package]]
2423name = "cli"
2424version = "0.1.0"
2425dependencies = [
2426 "anyhow",
2427 "clap",
2428 "collections",
2429 "core-foundation 0.9.4",
2430 "core-services",
2431 "exec",
2432 "fork",
2433 "ipc-channel",
2434 "parking_lot",
2435 "paths",
2436 "plist",
2437 "release_channel",
2438 "serde",
2439 "tempfile",
2440 "util",
2441]
2442
2443[[package]]
2444name = "client"
2445version = "0.1.0"
2446dependencies = [
2447 "anyhow",
2448 "async-native-tls",
2449 "async-recursion 0.3.2",
2450 "async-tungstenite 0.28.2",
2451 "chrono",
2452 "clock",
2453 "cocoa 0.26.0",
2454 "collections",
2455 "feature_flags",
2456 "futures 0.3.31",
2457 "gpui",
2458 "http_client",
2459 "log",
2460 "parking_lot",
2461 "paths",
2462 "postage",
2463 "rand 0.8.5",
2464 "release_channel",
2465 "rpc",
2466 "rustls 0.21.12",
2467 "rustls-native-certs 0.8.1",
2468 "schemars",
2469 "serde",
2470 "serde_json",
2471 "settings",
2472 "sha2",
2473 "smol",
2474 "telemetry",
2475 "telemetry_events",
2476 "text",
2477 "thiserror 1.0.69",
2478 "time",
2479 "tiny_http",
2480 "tokio-socks",
2481 "url",
2482 "util",
2483 "windows 0.58.0",
2484 "worktree",
2485]
2486
2487[[package]]
2488name = "clock"
2489version = "0.1.0"
2490dependencies = [
2491 "parking_lot",
2492 "serde",
2493 "smallvec",
2494]
2495
2496[[package]]
2497name = "cobs"
2498version = "0.2.3"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2501
2502[[package]]
2503name = "cocoa"
2504version = "0.25.0"
2505source = "registry+https://github.com/rust-lang/crates.io-index"
2506checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2507dependencies = [
2508 "bitflags 1.3.2",
2509 "block",
2510 "cocoa-foundation 0.1.2",
2511 "core-foundation 0.9.4",
2512 "core-graphics 0.23.2",
2513 "foreign-types 0.5.0",
2514 "libc",
2515 "objc",
2516]
2517
2518[[package]]
2519name = "cocoa"
2520version = "0.26.0"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2523dependencies = [
2524 "bitflags 2.6.0",
2525 "block",
2526 "cocoa-foundation 0.2.0",
2527 "core-foundation 0.10.0",
2528 "core-graphics 0.24.0",
2529 "foreign-types 0.5.0",
2530 "libc",
2531 "objc",
2532]
2533
2534[[package]]
2535name = "cocoa-foundation"
2536version = "0.1.2"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2539dependencies = [
2540 "bitflags 1.3.2",
2541 "block",
2542 "core-foundation 0.9.4",
2543 "core-graphics-types 0.1.3",
2544 "libc",
2545 "objc",
2546]
2547
2548[[package]]
2549name = "cocoa-foundation"
2550version = "0.2.0"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2553dependencies = [
2554 "bitflags 2.6.0",
2555 "block",
2556 "core-foundation 0.10.0",
2557 "core-graphics-types 0.2.0",
2558 "libc",
2559 "objc",
2560]
2561
2562[[package]]
2563name = "codespan-reporting"
2564version = "0.11.1"
2565source = "registry+https://github.com/rust-lang/crates.io-index"
2566checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2567dependencies = [
2568 "termcolor",
2569 "unicode-width",
2570]
2571
2572[[package]]
2573name = "collab"
2574version = "0.44.0"
2575dependencies = [
2576 "anthropic",
2577 "anyhow",
2578 "assistant",
2579 "assistant_tool",
2580 "async-stripe",
2581 "async-trait",
2582 "async-tungstenite 0.28.2",
2583 "audio",
2584 "aws-config",
2585 "aws-sdk-kinesis",
2586 "aws-sdk-s3",
2587 "axum",
2588 "axum-extra",
2589 "base64 0.22.1",
2590 "call",
2591 "channel",
2592 "chrono",
2593 "client",
2594 "clock",
2595 "collab_ui",
2596 "collections",
2597 "context_server",
2598 "ctor",
2599 "dashmap 6.1.0",
2600 "derive_more",
2601 "editor",
2602 "env_logger 0.11.6",
2603 "envy",
2604 "extension",
2605 "file_finder",
2606 "fireworks",
2607 "fs",
2608 "futures 0.3.31",
2609 "git",
2610 "git_hosting_providers",
2611 "google_ai",
2612 "gpui",
2613 "hex",
2614 "http_client",
2615 "hyper 0.14.32",
2616 "indoc",
2617 "jsonwebtoken",
2618 "language",
2619 "language_model",
2620 "livekit_client",
2621 "livekit_client_macos",
2622 "livekit_server",
2623 "log",
2624 "lsp",
2625 "menu",
2626 "multi_buffer",
2627 "nanoid",
2628 "node_runtime",
2629 "notifications",
2630 "open_ai",
2631 "parking_lot",
2632 "pretty_assertions",
2633 "project",
2634 "prometheus",
2635 "prost 0.9.0",
2636 "rand 0.8.5",
2637 "recent_projects",
2638 "release_channel",
2639 "remote",
2640 "remote_server",
2641 "reqwest 0.11.27",
2642 "reqwest_client",
2643 "rpc",
2644 "rustc-demangle",
2645 "scrypt",
2646 "sea-orm",
2647 "semantic_version",
2648 "semver",
2649 "serde",
2650 "serde_derive",
2651 "serde_json",
2652 "session",
2653 "settings",
2654 "sha2",
2655 "sqlx",
2656 "strum",
2657 "subtle",
2658 "supermaven_api",
2659 "telemetry_events",
2660 "text",
2661 "theme",
2662 "thiserror 1.0.69",
2663 "time",
2664 "tokio",
2665 "toml 0.8.19",
2666 "tower",
2667 "tower-http 0.4.4",
2668 "tracing",
2669 "tracing-subscriber",
2670 "unindent",
2671 "util",
2672 "uuid",
2673 "workspace",
2674 "worktree",
2675]
2676
2677[[package]]
2678name = "collab_ui"
2679version = "0.1.0"
2680dependencies = [
2681 "anyhow",
2682 "call",
2683 "channel",
2684 "chrono",
2685 "client",
2686 "collections",
2687 "db",
2688 "editor",
2689 "emojis",
2690 "futures 0.3.31",
2691 "fuzzy",
2692 "gpui",
2693 "http_client",
2694 "language",
2695 "menu",
2696 "notifications",
2697 "picker",
2698 "pretty_assertions",
2699 "project",
2700 "release_channel",
2701 "rich_text",
2702 "rpc",
2703 "schemars",
2704 "serde",
2705 "serde_derive",
2706 "serde_json",
2707 "settings",
2708 "smallvec",
2709 "story",
2710 "telemetry",
2711 "theme",
2712 "time",
2713 "time_format",
2714 "title_bar",
2715 "tree-sitter-md",
2716 "ui",
2717 "util",
2718 "workspace",
2719]
2720
2721[[package]]
2722name = "collections"
2723version = "0.1.0"
2724dependencies = [
2725 "indexmap",
2726 "rustc-hash 2.1.0",
2727]
2728
2729[[package]]
2730name = "color_quant"
2731version = "1.1.0"
2732source = "registry+https://github.com/rust-lang/crates.io-index"
2733checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2734
2735[[package]]
2736name = "colorchoice"
2737version = "1.0.3"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2740
2741[[package]]
2742name = "combine"
2743version = "4.6.7"
2744source = "registry+https://github.com/rust-lang/crates.io-index"
2745checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2746dependencies = [
2747 "bytes 1.9.0",
2748 "memchr",
2749]
2750
2751[[package]]
2752name = "command_palette"
2753version = "0.1.0"
2754dependencies = [
2755 "client",
2756 "collections",
2757 "command_palette_hooks",
2758 "ctor",
2759 "editor",
2760 "env_logger 0.11.6",
2761 "fuzzy",
2762 "go_to_line",
2763 "gpui",
2764 "language",
2765 "menu",
2766 "picker",
2767 "postage",
2768 "project",
2769 "serde",
2770 "serde_json",
2771 "settings",
2772 "telemetry",
2773 "theme",
2774 "ui",
2775 "util",
2776 "workspace",
2777 "zed_actions",
2778]
2779
2780[[package]]
2781name = "command_palette_hooks"
2782version = "0.1.0"
2783dependencies = [
2784 "collections",
2785 "derive_more",
2786 "gpui",
2787]
2788
2789[[package]]
2790name = "concurrent-queue"
2791version = "2.5.0"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2794dependencies = [
2795 "crossbeam-utils",
2796]
2797
2798[[package]]
2799name = "console"
2800version = "0.15.8"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2803dependencies = [
2804 "encode_unicode",
2805 "lazy_static",
2806 "libc",
2807 "unicode-width",
2808 "windows-sys 0.52.0",
2809]
2810
2811[[package]]
2812name = "const-oid"
2813version = "0.9.6"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2816
2817[[package]]
2818name = "const-random"
2819version = "0.1.18"
2820source = "registry+https://github.com/rust-lang/crates.io-index"
2821checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2822dependencies = [
2823 "const-random-macro",
2824]
2825
2826[[package]]
2827name = "const-random-macro"
2828version = "0.1.16"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2831dependencies = [
2832 "getrandom 0.2.15",
2833 "once_cell",
2834 "tiny-keccak",
2835]
2836
2837[[package]]
2838name = "constant_time_eq"
2839version = "0.1.5"
2840source = "registry+https://github.com/rust-lang/crates.io-index"
2841checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2842
2843[[package]]
2844name = "constant_time_eq"
2845version = "0.3.1"
2846source = "registry+https://github.com/rust-lang/crates.io-index"
2847checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2848
2849[[package]]
2850name = "context_server"
2851version = "0.1.0"
2852dependencies = [
2853 "anyhow",
2854 "assistant_tool",
2855 "collections",
2856 "command_palette_hooks",
2857 "context_server_settings",
2858 "extension",
2859 "futures 0.3.31",
2860 "gpui",
2861 "log",
2862 "parking_lot",
2863 "postage",
2864 "project",
2865 "serde",
2866 "serde_json",
2867 "settings",
2868 "smol",
2869 "url",
2870 "util",
2871 "workspace",
2872]
2873
2874[[package]]
2875name = "context_server_settings"
2876version = "0.1.0"
2877dependencies = [
2878 "anyhow",
2879 "collections",
2880 "gpui",
2881 "schemars",
2882 "serde",
2883 "serde_json",
2884 "settings",
2885]
2886
2887[[package]]
2888name = "convert_case"
2889version = "0.4.0"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2892
2893[[package]]
2894name = "convert_case"
2895version = "0.6.0"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2898dependencies = [
2899 "unicode-segmentation",
2900]
2901
2902[[package]]
2903name = "copilot"
2904version = "0.1.0"
2905dependencies = [
2906 "anyhow",
2907 "async-compression",
2908 "async-std",
2909 "async-tar",
2910 "chrono",
2911 "client",
2912 "clock",
2913 "collections",
2914 "command_palette_hooks",
2915 "editor",
2916 "fs",
2917 "futures 0.3.31",
2918 "gpui",
2919 "http_client",
2920 "indoc",
2921 "inline_completion",
2922 "language",
2923 "lsp",
2924 "menu",
2925 "node_runtime",
2926 "parking_lot",
2927 "paths",
2928 "project",
2929 "rpc",
2930 "schemars",
2931 "serde",
2932 "serde_json",
2933 "settings",
2934 "smol",
2935 "strum",
2936 "task",
2937 "theme",
2938 "ui",
2939 "util",
2940 "workspace",
2941]
2942
2943[[package]]
2944name = "core-foundation"
2945version = "0.9.4"
2946source = "registry+https://github.com/rust-lang/crates.io-index"
2947checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2948dependencies = [
2949 "core-foundation-sys",
2950 "libc",
2951]
2952
2953[[package]]
2954name = "core-foundation"
2955version = "0.10.0"
2956source = "registry+https://github.com/rust-lang/crates.io-index"
2957checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
2958dependencies = [
2959 "core-foundation-sys",
2960 "libc",
2961]
2962
2963[[package]]
2964name = "core-foundation-sys"
2965version = "0.8.7"
2966source = "registry+https://github.com/rust-lang/crates.io-index"
2967checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2968
2969[[package]]
2970name = "core-graphics"
2971version = "0.23.2"
2972source = "registry+https://github.com/rust-lang/crates.io-index"
2973checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2974dependencies = [
2975 "bitflags 1.3.2",
2976 "core-foundation 0.9.4",
2977 "core-graphics-types 0.1.3",
2978 "foreign-types 0.5.0",
2979 "libc",
2980]
2981
2982[[package]]
2983name = "core-graphics"
2984version = "0.24.0"
2985source = "registry+https://github.com/rust-lang/crates.io-index"
2986checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
2987dependencies = [
2988 "bitflags 2.6.0",
2989 "core-foundation 0.10.0",
2990 "core-graphics-types 0.2.0",
2991 "foreign-types 0.5.0",
2992 "libc",
2993]
2994
2995[[package]]
2996name = "core-graphics-types"
2997version = "0.1.3"
2998source = "registry+https://github.com/rust-lang/crates.io-index"
2999checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3000dependencies = [
3001 "bitflags 1.3.2",
3002 "core-foundation 0.9.4",
3003 "libc",
3004]
3005
3006[[package]]
3007name = "core-graphics-types"
3008version = "0.2.0"
3009source = "registry+https://github.com/rust-lang/crates.io-index"
3010checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3011dependencies = [
3012 "bitflags 2.6.0",
3013 "core-foundation 0.10.0",
3014 "libc",
3015]
3016
3017[[package]]
3018name = "core-services"
3019version = "0.2.1"
3020source = "registry+https://github.com/rust-lang/crates.io-index"
3021checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3022dependencies = [
3023 "core-foundation 0.9.4",
3024]
3025
3026[[package]]
3027name = "core-text"
3028version = "20.1.0"
3029source = "registry+https://github.com/rust-lang/crates.io-index"
3030checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3031dependencies = [
3032 "core-foundation 0.9.4",
3033 "core-graphics 0.23.2",
3034 "foreign-types 0.5.0",
3035 "libc",
3036]
3037
3038[[package]]
3039name = "coreaudio-rs"
3040version = "0.11.3"
3041source = "registry+https://github.com/rust-lang/crates.io-index"
3042checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3043dependencies = [
3044 "bitflags 1.3.2",
3045 "core-foundation-sys",
3046 "coreaudio-sys",
3047]
3048
3049[[package]]
3050name = "coreaudio-rs"
3051version = "0.12.1"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3054dependencies = [
3055 "bitflags 1.3.2",
3056 "core-foundation-sys",
3057 "coreaudio-sys",
3058]
3059
3060[[package]]
3061name = "coreaudio-sys"
3062version = "0.2.16"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3065dependencies = [
3066 "bindgen",
3067]
3068
3069[[package]]
3070name = "cosmic-text"
3071version = "0.11.2"
3072source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3073dependencies = [
3074 "bitflags 2.6.0",
3075 "fontdb",
3076 "log",
3077 "rangemap",
3078 "rayon",
3079 "rustc-hash 1.1.0",
3080 "rustybuzz",
3081 "self_cell",
3082 "swash",
3083 "sys-locale",
3084 "ttf-parser",
3085 "unicode-bidi",
3086 "unicode-linebreak",
3087 "unicode-script",
3088 "unicode-segmentation",
3089]
3090
3091[[package]]
3092name = "cpal"
3093version = "0.15.3"
3094source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3095dependencies = [
3096 "alsa",
3097 "core-foundation-sys",
3098 "coreaudio-rs 0.11.3",
3099 "dasp_sample",
3100 "jni",
3101 "js-sys",
3102 "libc",
3103 "mach2",
3104 "ndk",
3105 "ndk-context",
3106 "oboe",
3107 "wasm-bindgen",
3108 "wasm-bindgen-futures",
3109 "web-sys",
3110 "windows 0.54.0",
3111]
3112
3113[[package]]
3114name = "cpp_demangle"
3115version = "0.4.4"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3118dependencies = [
3119 "cfg-if",
3120]
3121
3122[[package]]
3123name = "cpufeatures"
3124version = "0.2.16"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3127dependencies = [
3128 "libc",
3129]
3130
3131[[package]]
3132name = "cranelift-bforest"
3133version = "0.111.2"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3136dependencies = [
3137 "cranelift-entity",
3138]
3139
3140[[package]]
3141name = "cranelift-bitset"
3142version = "0.111.2"
3143source = "registry+https://github.com/rust-lang/crates.io-index"
3144checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3145dependencies = [
3146 "serde",
3147 "serde_derive",
3148]
3149
3150[[package]]
3151name = "cranelift-codegen"
3152version = "0.111.2"
3153source = "registry+https://github.com/rust-lang/crates.io-index"
3154checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3155dependencies = [
3156 "bumpalo",
3157 "cranelift-bforest",
3158 "cranelift-bitset",
3159 "cranelift-codegen-meta",
3160 "cranelift-codegen-shared",
3161 "cranelift-control",
3162 "cranelift-entity",
3163 "cranelift-isle",
3164 "gimli 0.29.0",
3165 "hashbrown 0.14.5",
3166 "log",
3167 "regalloc2",
3168 "rustc-hash 1.1.0",
3169 "smallvec",
3170 "target-lexicon",
3171]
3172
3173[[package]]
3174name = "cranelift-codegen-meta"
3175version = "0.111.2"
3176source = "registry+https://github.com/rust-lang/crates.io-index"
3177checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3178dependencies = [
3179 "cranelift-codegen-shared",
3180]
3181
3182[[package]]
3183name = "cranelift-codegen-shared"
3184version = "0.111.2"
3185source = "registry+https://github.com/rust-lang/crates.io-index"
3186checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3187
3188[[package]]
3189name = "cranelift-control"
3190version = "0.111.2"
3191source = "registry+https://github.com/rust-lang/crates.io-index"
3192checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3193dependencies = [
3194 "arbitrary",
3195]
3196
3197[[package]]
3198name = "cranelift-entity"
3199version = "0.111.2"
3200source = "registry+https://github.com/rust-lang/crates.io-index"
3201checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3202dependencies = [
3203 "cranelift-bitset",
3204 "serde",
3205 "serde_derive",
3206]
3207
3208[[package]]
3209name = "cranelift-frontend"
3210version = "0.111.2"
3211source = "registry+https://github.com/rust-lang/crates.io-index"
3212checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3213dependencies = [
3214 "cranelift-codegen",
3215 "log",
3216 "smallvec",
3217 "target-lexicon",
3218]
3219
3220[[package]]
3221name = "cranelift-isle"
3222version = "0.111.2"
3223source = "registry+https://github.com/rust-lang/crates.io-index"
3224checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3225
3226[[package]]
3227name = "cranelift-native"
3228version = "0.111.2"
3229source = "registry+https://github.com/rust-lang/crates.io-index"
3230checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3231dependencies = [
3232 "cranelift-codegen",
3233 "libc",
3234 "target-lexicon",
3235]
3236
3237[[package]]
3238name = "cranelift-wasm"
3239version = "0.111.2"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3242dependencies = [
3243 "cranelift-codegen",
3244 "cranelift-entity",
3245 "cranelift-frontend",
3246 "itertools 0.12.1",
3247 "log",
3248 "smallvec",
3249 "wasmparser 0.215.0",
3250 "wasmtime-types",
3251]
3252
3253[[package]]
3254name = "crc"
3255version = "3.2.1"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3258dependencies = [
3259 "crc-catalog",
3260]
3261
3262[[package]]
3263name = "crc-catalog"
3264version = "2.4.0"
3265source = "registry+https://github.com/rust-lang/crates.io-index"
3266checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3267
3268[[package]]
3269name = "crc32c"
3270version = "0.6.8"
3271source = "registry+https://github.com/rust-lang/crates.io-index"
3272checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3273dependencies = [
3274 "rustc_version",
3275]
3276
3277[[package]]
3278name = "crc32fast"
3279version = "1.4.2"
3280source = "registry+https://github.com/rust-lang/crates.io-index"
3281checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3282dependencies = [
3283 "cfg-if",
3284]
3285
3286[[package]]
3287name = "criterion"
3288version = "0.5.1"
3289source = "registry+https://github.com/rust-lang/crates.io-index"
3290checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3291dependencies = [
3292 "anes",
3293 "cast",
3294 "ciborium",
3295 "clap",
3296 "criterion-plot",
3297 "is-terminal",
3298 "itertools 0.10.5",
3299 "num-traits",
3300 "once_cell",
3301 "oorandom",
3302 "plotters",
3303 "rayon",
3304 "regex",
3305 "serde",
3306 "serde_derive",
3307 "serde_json",
3308 "tinytemplate",
3309 "walkdir",
3310]
3311
3312[[package]]
3313name = "criterion-plot"
3314version = "0.5.0"
3315source = "registry+https://github.com/rust-lang/crates.io-index"
3316checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3317dependencies = [
3318 "cast",
3319 "itertools 0.10.5",
3320]
3321
3322[[package]]
3323name = "crossbeam-channel"
3324version = "0.5.13"
3325source = "registry+https://github.com/rust-lang/crates.io-index"
3326checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3327dependencies = [
3328 "crossbeam-utils",
3329]
3330
3331[[package]]
3332name = "crossbeam-deque"
3333version = "0.8.5"
3334source = "registry+https://github.com/rust-lang/crates.io-index"
3335checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3336dependencies = [
3337 "crossbeam-epoch",
3338 "crossbeam-utils",
3339]
3340
3341[[package]]
3342name = "crossbeam-epoch"
3343version = "0.9.18"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3346dependencies = [
3347 "crossbeam-utils",
3348]
3349
3350[[package]]
3351name = "crossbeam-queue"
3352version = "0.3.11"
3353source = "registry+https://github.com/rust-lang/crates.io-index"
3354checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3355dependencies = [
3356 "crossbeam-utils",
3357]
3358
3359[[package]]
3360name = "crossbeam-utils"
3361version = "0.8.20"
3362source = "registry+https://github.com/rust-lang/crates.io-index"
3363checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3364
3365[[package]]
3366name = "crunchy"
3367version = "0.2.2"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3370
3371[[package]]
3372name = "crypto-bigint"
3373version = "0.4.9"
3374source = "registry+https://github.com/rust-lang/crates.io-index"
3375checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3376dependencies = [
3377 "generic-array",
3378 "rand_core 0.6.4",
3379 "subtle",
3380 "zeroize",
3381]
3382
3383[[package]]
3384name = "crypto-bigint"
3385version = "0.5.5"
3386source = "registry+https://github.com/rust-lang/crates.io-index"
3387checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3388dependencies = [
3389 "rand_core 0.6.4",
3390 "subtle",
3391]
3392
3393[[package]]
3394name = "crypto-common"
3395version = "0.1.6"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3398dependencies = [
3399 "generic-array",
3400 "rand_core 0.6.4",
3401 "typenum",
3402]
3403
3404[[package]]
3405name = "ctor"
3406version = "0.2.9"
3407source = "registry+https://github.com/rust-lang/crates.io-index"
3408checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
3409dependencies = [
3410 "quote",
3411 "syn 2.0.90",
3412]
3413
3414[[package]]
3415name = "ctrlc"
3416version = "3.4.5"
3417source = "registry+https://github.com/rust-lang/crates.io-index"
3418checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3419dependencies = [
3420 "nix",
3421 "windows-sys 0.59.0",
3422]
3423
3424[[package]]
3425name = "cursor-icon"
3426version = "1.1.0"
3427source = "registry+https://github.com/rust-lang/crates.io-index"
3428checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3429
3430[[package]]
3431name = "cxx"
3432version = "1.0.134"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3435dependencies = [
3436 "cc",
3437 "cxxbridge-cmd",
3438 "cxxbridge-flags",
3439 "cxxbridge-macro",
3440 "foldhash",
3441 "link-cplusplus",
3442]
3443
3444[[package]]
3445name = "cxx-build"
3446version = "1.0.134"
3447source = "registry+https://github.com/rust-lang/crates.io-index"
3448checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3449dependencies = [
3450 "cc",
3451 "codespan-reporting",
3452 "proc-macro2",
3453 "quote",
3454 "scratch",
3455 "syn 2.0.90",
3456]
3457
3458[[package]]
3459name = "cxxbridge-cmd"
3460version = "1.0.134"
3461source = "registry+https://github.com/rust-lang/crates.io-index"
3462checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3463dependencies = [
3464 "clap",
3465 "codespan-reporting",
3466 "proc-macro2",
3467 "quote",
3468 "syn 2.0.90",
3469]
3470
3471[[package]]
3472name = "cxxbridge-flags"
3473version = "1.0.134"
3474source = "registry+https://github.com/rust-lang/crates.io-index"
3475checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3476
3477[[package]]
3478name = "cxxbridge-macro"
3479version = "1.0.134"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3482dependencies = [
3483 "proc-macro2",
3484 "quote",
3485 "rustversion",
3486 "syn 2.0.90",
3487]
3488
3489[[package]]
3490name = "dashmap"
3491version = "5.5.3"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3494dependencies = [
3495 "cfg-if",
3496 "hashbrown 0.14.5",
3497 "lock_api",
3498 "once_cell",
3499 "parking_lot_core",
3500]
3501
3502[[package]]
3503name = "dashmap"
3504version = "6.1.0"
3505source = "registry+https://github.com/rust-lang/crates.io-index"
3506checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3507dependencies = [
3508 "cfg-if",
3509 "crossbeam-utils",
3510 "hashbrown 0.14.5",
3511 "lock_api",
3512 "once_cell",
3513 "parking_lot_core",
3514]
3515
3516[[package]]
3517name = "dasp_sample"
3518version = "0.11.0"
3519source = "registry+https://github.com/rust-lang/crates.io-index"
3520checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3521
3522[[package]]
3523name = "data-encoding"
3524version = "2.6.0"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3527
3528[[package]]
3529name = "data-url"
3530version = "0.3.1"
3531source = "registry+https://github.com/rust-lang/crates.io-index"
3532checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3533
3534[[package]]
3535name = "db"
3536version = "0.1.0"
3537dependencies = [
3538 "anyhow",
3539 "gpui",
3540 "indoc",
3541 "log",
3542 "paths",
3543 "release_channel",
3544 "smol",
3545 "sqlez",
3546 "sqlez_macros",
3547 "tempfile",
3548 "util",
3549]
3550
3551[[package]]
3552name = "dbus"
3553version = "0.9.7"
3554source = "registry+https://github.com/rust-lang/crates.io-index"
3555checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3556dependencies = [
3557 "libc",
3558 "libdbus-sys",
3559 "winapi",
3560]
3561
3562[[package]]
3563name = "deflate64"
3564version = "0.1.9"
3565source = "registry+https://github.com/rust-lang/crates.io-index"
3566checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3567
3568[[package]]
3569name = "der"
3570version = "0.6.1"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3573dependencies = [
3574 "const-oid",
3575 "zeroize",
3576]
3577
3578[[package]]
3579name = "der"
3580version = "0.7.9"
3581source = "registry+https://github.com/rust-lang/crates.io-index"
3582checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3583dependencies = [
3584 "const-oid",
3585 "pem-rfc7468",
3586 "zeroize",
3587]
3588
3589[[package]]
3590name = "deranged"
3591version = "0.3.11"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3594dependencies = [
3595 "powerfmt",
3596 "serde",
3597]
3598
3599[[package]]
3600name = "derive_more"
3601version = "0.99.18"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3604dependencies = [
3605 "convert_case 0.4.0",
3606 "proc-macro2",
3607 "quote",
3608 "rustc_version",
3609 "syn 2.0.90",
3610]
3611
3612[[package]]
3613name = "derive_refineable"
3614version = "0.1.0"
3615dependencies = [
3616 "proc-macro2",
3617 "quote",
3618 "syn 1.0.109",
3619]
3620
3621[[package]]
3622name = "diagnostics"
3623version = "0.1.0"
3624dependencies = [
3625 "anyhow",
3626 "client",
3627 "collections",
3628 "ctor",
3629 "editor",
3630 "env_logger 0.11.6",
3631 "gpui",
3632 "language",
3633 "log",
3634 "lsp",
3635 "pretty_assertions",
3636 "project",
3637 "rand 0.8.5",
3638 "schemars",
3639 "serde",
3640 "serde_json",
3641 "settings",
3642 "theme",
3643 "ui",
3644 "unindent",
3645 "util",
3646 "workspace",
3647]
3648
3649[[package]]
3650name = "dialoguer"
3651version = "0.11.0"
3652source = "registry+https://github.com/rust-lang/crates.io-index"
3653checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3654dependencies = [
3655 "console",
3656 "fuzzy-matcher",
3657 "shell-words",
3658 "tempfile",
3659 "thiserror 1.0.69",
3660 "zeroize",
3661]
3662
3663[[package]]
3664name = "diff"
3665version = "0.1.13"
3666source = "registry+https://github.com/rust-lang/crates.io-index"
3667checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3668
3669[[package]]
3670name = "digest"
3671version = "0.10.7"
3672source = "registry+https://github.com/rust-lang/crates.io-index"
3673checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3674dependencies = [
3675 "block-buffer",
3676 "const-oid",
3677 "crypto-common",
3678 "subtle",
3679]
3680
3681[[package]]
3682name = "dirs"
3683version = "4.0.0"
3684source = "registry+https://github.com/rust-lang/crates.io-index"
3685checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3686dependencies = [
3687 "dirs-sys 0.3.7",
3688]
3689
3690[[package]]
3691name = "dirs"
3692version = "5.0.1"
3693source = "registry+https://github.com/rust-lang/crates.io-index"
3694checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3695dependencies = [
3696 "dirs-sys 0.4.1",
3697]
3698
3699[[package]]
3700name = "dirs-sys"
3701version = "0.3.7"
3702source = "registry+https://github.com/rust-lang/crates.io-index"
3703checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3704dependencies = [
3705 "libc",
3706 "redox_users",
3707 "winapi",
3708]
3709
3710[[package]]
3711name = "dirs-sys"
3712version = "0.4.1"
3713source = "registry+https://github.com/rust-lang/crates.io-index"
3714checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3715dependencies = [
3716 "libc",
3717 "option-ext",
3718 "redox_users",
3719 "windows-sys 0.48.0",
3720]
3721
3722[[package]]
3723name = "displaydoc"
3724version = "0.2.5"
3725source = "registry+https://github.com/rust-lang/crates.io-index"
3726checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3727dependencies = [
3728 "proc-macro2",
3729 "quote",
3730 "syn 2.0.90",
3731]
3732
3733[[package]]
3734name = "dlib"
3735version = "0.5.2"
3736source = "registry+https://github.com/rust-lang/crates.io-index"
3737checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3738dependencies = [
3739 "libloading",
3740]
3741
3742[[package]]
3743name = "docs_preprocessor"
3744version = "0.1.0"
3745dependencies = [
3746 "anyhow",
3747 "clap",
3748 "mdbook",
3749 "regex",
3750 "serde",
3751 "serde_json",
3752 "settings",
3753 "util",
3754]
3755
3756[[package]]
3757name = "dotenvy"
3758version = "0.15.7"
3759source = "registry+https://github.com/rust-lang/crates.io-index"
3760checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3761
3762[[package]]
3763name = "downcast-rs"
3764version = "1.2.1"
3765source = "registry+https://github.com/rust-lang/crates.io-index"
3766checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3767
3768[[package]]
3769name = "doxygen-rs"
3770version = "0.4.2"
3771source = "registry+https://github.com/rust-lang/crates.io-index"
3772checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3773dependencies = [
3774 "phf",
3775]
3776
3777[[package]]
3778name = "dunce"
3779version = "1.0.5"
3780source = "registry+https://github.com/rust-lang/crates.io-index"
3781checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3782
3783[[package]]
3784name = "dwrote"
3785version = "0.11.2"
3786source = "registry+https://github.com/rust-lang/crates.io-index"
3787checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
3788dependencies = [
3789 "lazy_static",
3790 "libc",
3791 "winapi",
3792 "wio",
3793]
3794
3795[[package]]
3796name = "dyn-clone"
3797version = "1.0.17"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3800
3801[[package]]
3802name = "ec4rs"
3803version = "1.1.1"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3806
3807[[package]]
3808name = "ecdsa"
3809version = "0.14.8"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3812dependencies = [
3813 "der 0.6.1",
3814 "elliptic-curve",
3815 "rfc6979",
3816 "signature 1.6.4",
3817]
3818
3819[[package]]
3820name = "editor"
3821version = "0.1.0"
3822dependencies = [
3823 "aho-corasick",
3824 "anyhow",
3825 "assets",
3826 "chrono",
3827 "client",
3828 "clock",
3829 "collections",
3830 "convert_case 0.6.0",
3831 "ctor",
3832 "db",
3833 "emojis",
3834 "env_logger 0.11.6",
3835 "feature_flags",
3836 "file_icons",
3837 "fs",
3838 "futures 0.3.31",
3839 "fuzzy",
3840 "git",
3841 "gpui",
3842 "http_client",
3843 "indoc",
3844 "inline_completion",
3845 "itertools 0.14.0",
3846 "language",
3847 "linkify",
3848 "log",
3849 "lsp",
3850 "markdown",
3851 "multi_buffer",
3852 "ordered-float 2.10.1",
3853 "parking_lot",
3854 "pretty_assertions",
3855 "project",
3856 "rand 0.8.5",
3857 "release_channel",
3858 "rpc",
3859 "schemars",
3860 "serde",
3861 "serde_json",
3862 "settings",
3863 "similar",
3864 "smallvec",
3865 "smol",
3866 "snippet",
3867 "sum_tree",
3868 "task",
3869 "telemetry",
3870 "tempfile",
3871 "text",
3872 "theme",
3873 "time",
3874 "time_format",
3875 "tree-sitter-html",
3876 "tree-sitter-rust",
3877 "tree-sitter-typescript",
3878 "ui",
3879 "unicode-script",
3880 "unicode-segmentation",
3881 "unindent",
3882 "url",
3883 "util",
3884 "uuid",
3885 "workspace",
3886]
3887
3888[[package]]
3889name = "either"
3890version = "1.13.0"
3891source = "registry+https://github.com/rust-lang/crates.io-index"
3892checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3893dependencies = [
3894 "serde",
3895]
3896
3897[[package]]
3898name = "elasticlunr-rs"
3899version = "3.0.2"
3900source = "registry+https://github.com/rust-lang/crates.io-index"
3901checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3902dependencies = [
3903 "regex",
3904 "serde",
3905 "serde_derive",
3906 "serde_json",
3907]
3908
3909[[package]]
3910name = "elliptic-curve"
3911version = "0.12.3"
3912source = "registry+https://github.com/rust-lang/crates.io-index"
3913checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3914dependencies = [
3915 "base16ct",
3916 "crypto-bigint 0.4.9",
3917 "der 0.6.1",
3918 "digest",
3919 "ff",
3920 "generic-array",
3921 "group",
3922 "pkcs8 0.9.0",
3923 "rand_core 0.6.4",
3924 "sec1",
3925 "subtle",
3926 "zeroize",
3927]
3928
3929[[package]]
3930name = "embed-resource"
3931version = "3.0.1"
3932source = "registry+https://github.com/rust-lang/crates.io-index"
3933checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
3934dependencies = [
3935 "cc",
3936 "memchr",
3937 "rustc_version",
3938 "toml 0.8.19",
3939 "vswhom",
3940 "winreg 0.52.0",
3941]
3942
3943[[package]]
3944name = "embedded-io"
3945version = "0.4.0"
3946source = "registry+https://github.com/rust-lang/crates.io-index"
3947checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3948
3949[[package]]
3950name = "embedded-io"
3951version = "0.6.1"
3952source = "registry+https://github.com/rust-lang/crates.io-index"
3953checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3954
3955[[package]]
3956name = "emojis"
3957version = "0.6.4"
3958source = "registry+https://github.com/rust-lang/crates.io-index"
3959checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
3960dependencies = [
3961 "phf",
3962]
3963
3964[[package]]
3965name = "encode_unicode"
3966version = "0.3.6"
3967source = "registry+https://github.com/rust-lang/crates.io-index"
3968checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3969
3970[[package]]
3971name = "encoding_rs"
3972version = "0.8.35"
3973source = "registry+https://github.com/rust-lang/crates.io-index"
3974checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
3975dependencies = [
3976 "cfg-if",
3977]
3978
3979[[package]]
3980name = "endi"
3981version = "1.1.0"
3982source = "registry+https://github.com/rust-lang/crates.io-index"
3983checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3984
3985[[package]]
3986name = "enumflags2"
3987version = "0.7.10"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
3990dependencies = [
3991 "enumflags2_derive",
3992 "serde",
3993]
3994
3995[[package]]
3996name = "enumflags2_derive"
3997version = "0.7.10"
3998source = "registry+https://github.com/rust-lang/crates.io-index"
3999checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4000dependencies = [
4001 "proc-macro2",
4002 "quote",
4003 "syn 2.0.90",
4004]
4005
4006[[package]]
4007name = "env_filter"
4008version = "0.1.2"
4009source = "registry+https://github.com/rust-lang/crates.io-index"
4010checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4011dependencies = [
4012 "log",
4013 "regex",
4014]
4015
4016[[package]]
4017name = "env_logger"
4018version = "0.10.2"
4019source = "registry+https://github.com/rust-lang/crates.io-index"
4020checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4021dependencies = [
4022 "humantime",
4023 "is-terminal",
4024 "log",
4025 "regex",
4026 "termcolor",
4027]
4028
4029[[package]]
4030name = "env_logger"
4031version = "0.11.6"
4032source = "registry+https://github.com/rust-lang/crates.io-index"
4033checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4034dependencies = [
4035 "anstream",
4036 "anstyle",
4037 "env_filter",
4038 "humantime",
4039 "log",
4040]
4041
4042[[package]]
4043name = "envy"
4044version = "0.4.2"
4045source = "registry+https://github.com/rust-lang/crates.io-index"
4046checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4047dependencies = [
4048 "serde",
4049]
4050
4051[[package]]
4052name = "equivalent"
4053version = "1.0.1"
4054source = "registry+https://github.com/rust-lang/crates.io-index"
4055checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4056
4057[[package]]
4058name = "erased-serde"
4059version = "0.4.5"
4060source = "registry+https://github.com/rust-lang/crates.io-index"
4061checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4062dependencies = [
4063 "serde",
4064 "typeid",
4065]
4066
4067[[package]]
4068name = "errno"
4069version = "0.2.8"
4070source = "registry+https://github.com/rust-lang/crates.io-index"
4071checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4072dependencies = [
4073 "errno-dragonfly",
4074 "libc",
4075 "winapi",
4076]
4077
4078[[package]]
4079name = "errno"
4080version = "0.3.10"
4081source = "registry+https://github.com/rust-lang/crates.io-index"
4082checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4083dependencies = [
4084 "libc",
4085 "windows-sys 0.59.0",
4086]
4087
4088[[package]]
4089name = "errno-dragonfly"
4090version = "0.1.2"
4091source = "registry+https://github.com/rust-lang/crates.io-index"
4092checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4093dependencies = [
4094 "cc",
4095 "libc",
4096]
4097
4098[[package]]
4099name = "etagere"
4100version = "0.2.13"
4101source = "registry+https://github.com/rust-lang/crates.io-index"
4102checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
4103dependencies = [
4104 "euclid",
4105 "svg_fmt",
4106]
4107
4108[[package]]
4109name = "etcetera"
4110version = "0.8.0"
4111source = "registry+https://github.com/rust-lang/crates.io-index"
4112checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4113dependencies = [
4114 "cfg-if",
4115 "home",
4116 "windows-sys 0.48.0",
4117]
4118
4119[[package]]
4120name = "euclid"
4121version = "0.22.11"
4122source = "registry+https://github.com/rust-lang/crates.io-index"
4123checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4124dependencies = [
4125 "num-traits",
4126]
4127
4128[[package]]
4129name = "evals"
4130version = "0.1.0"
4131dependencies = [
4132 "anyhow",
4133 "clap",
4134 "client",
4135 "clock",
4136 "collections",
4137 "env_logger 0.11.6",
4138 "feature_flags",
4139 "fs",
4140 "git",
4141 "gpui",
4142 "http_client",
4143 "language",
4144 "languages",
4145 "node_runtime",
4146 "open_ai",
4147 "project",
4148 "reqwest_client",
4149 "semantic_index",
4150 "serde",
4151 "serde_json",
4152 "settings",
4153 "smol",
4154 "util",
4155]
4156
4157[[package]]
4158name = "event-listener"
4159version = "2.5.3"
4160source = "registry+https://github.com/rust-lang/crates.io-index"
4161checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4162
4163[[package]]
4164name = "event-listener"
4165version = "5.3.1"
4166source = "registry+https://github.com/rust-lang/crates.io-index"
4167checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4168dependencies = [
4169 "concurrent-queue",
4170 "parking",
4171 "pin-project-lite",
4172]
4173
4174[[package]]
4175name = "event-listener-strategy"
4176version = "0.5.3"
4177source = "registry+https://github.com/rust-lang/crates.io-index"
4178checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4179dependencies = [
4180 "event-listener 5.3.1",
4181 "pin-project-lite",
4182]
4183
4184[[package]]
4185name = "exec"
4186version = "0.3.1"
4187source = "registry+https://github.com/rust-lang/crates.io-index"
4188checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4189dependencies = [
4190 "errno 0.2.8",
4191 "libc",
4192]
4193
4194[[package]]
4195name = "exr"
4196version = "1.73.0"
4197source = "registry+https://github.com/rust-lang/crates.io-index"
4198checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4199dependencies = [
4200 "bit_field",
4201 "half",
4202 "lebe",
4203 "miniz_oxide",
4204 "rayon-core",
4205 "smallvec",
4206 "zune-inflate",
4207]
4208
4209[[package]]
4210name = "extension"
4211version = "0.1.0"
4212dependencies = [
4213 "anyhow",
4214 "async-compression",
4215 "async-tar",
4216 "async-trait",
4217 "collections",
4218 "fs",
4219 "futures 0.3.31",
4220 "gpui",
4221 "http_client",
4222 "language",
4223 "log",
4224 "lsp",
4225 "parking_lot",
4226 "semantic_version",
4227 "serde",
4228 "serde_json",
4229 "toml 0.8.19",
4230 "util",
4231 "wasm-encoder 0.215.0",
4232 "wasmparser 0.215.0",
4233 "wit-component",
4234]
4235
4236[[package]]
4237name = "extension_cli"
4238version = "0.1.0"
4239dependencies = [
4240 "anyhow",
4241 "clap",
4242 "env_logger 0.11.6",
4243 "extension",
4244 "fs",
4245 "language",
4246 "log",
4247 "reqwest_client",
4248 "rpc",
4249 "serde",
4250 "serde_json",
4251 "theme",
4252 "tokio",
4253 "toml 0.8.19",
4254 "tree-sitter",
4255 "wasmtime",
4256]
4257
4258[[package]]
4259name = "extension_host"
4260version = "0.1.0"
4261dependencies = [
4262 "anyhow",
4263 "async-compression",
4264 "async-tar",
4265 "async-trait",
4266 "client",
4267 "collections",
4268 "context_server_settings",
4269 "ctor",
4270 "env_logger 0.11.6",
4271 "extension",
4272 "fs",
4273 "futures 0.3.31",
4274 "gpui",
4275 "http_client",
4276 "language",
4277 "language_extension",
4278 "log",
4279 "lsp",
4280 "node_runtime",
4281 "parking_lot",
4282 "paths",
4283 "project",
4284 "release_channel",
4285 "remote",
4286 "reqwest_client",
4287 "schemars",
4288 "semantic_version",
4289 "serde",
4290 "serde_json",
4291 "serde_json_lenient",
4292 "settings",
4293 "task",
4294 "telemetry",
4295 "tempfile",
4296 "theme",
4297 "theme_extension",
4298 "toml 0.8.19",
4299 "url",
4300 "util",
4301 "wasmparser 0.215.0",
4302 "wasmtime",
4303 "wasmtime-wasi",
4304]
4305
4306[[package]]
4307name = "extensions_ui"
4308version = "0.1.0"
4309dependencies = [
4310 "anyhow",
4311 "client",
4312 "collections",
4313 "db",
4314 "editor",
4315 "extension_host",
4316 "fs",
4317 "fuzzy",
4318 "gpui",
4319 "language",
4320 "num-format",
4321 "picker",
4322 "project",
4323 "release_channel",
4324 "semantic_version",
4325 "serde",
4326 "settings",
4327 "smallvec",
4328 "telemetry",
4329 "theme",
4330 "ui",
4331 "util",
4332 "vim_mode_setting",
4333 "workspace",
4334 "zed_actions",
4335]
4336
4337[[package]]
4338name = "fallible-iterator"
4339version = "0.3.0"
4340source = "registry+https://github.com/rust-lang/crates.io-index"
4341checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4342
4343[[package]]
4344name = "fancy-regex"
4345version = "0.13.0"
4346source = "registry+https://github.com/rust-lang/crates.io-index"
4347checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4348dependencies = [
4349 "bit-set 0.5.3",
4350 "regex-automata 0.4.9",
4351 "regex-syntax 0.8.5",
4352]
4353
4354[[package]]
4355name = "fancy-regex"
4356version = "0.14.0"
4357source = "registry+https://github.com/rust-lang/crates.io-index"
4358checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4359dependencies = [
4360 "bit-set 0.8.0",
4361 "regex-automata 0.4.9",
4362 "regex-syntax 0.8.5",
4363]
4364
4365[[package]]
4366name = "fast-srgb8"
4367version = "1.0.0"
4368source = "registry+https://github.com/rust-lang/crates.io-index"
4369checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4370
4371[[package]]
4372name = "fastrand"
4373version = "1.9.0"
4374source = "registry+https://github.com/rust-lang/crates.io-index"
4375checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4376dependencies = [
4377 "instant",
4378]
4379
4380[[package]]
4381name = "fastrand"
4382version = "2.3.0"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4385
4386[[package]]
4387name = "fd-lock"
4388version = "4.0.2"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4391dependencies = [
4392 "cfg-if",
4393 "rustix",
4394 "windows-sys 0.52.0",
4395]
4396
4397[[package]]
4398name = "fdeflate"
4399version = "0.3.7"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4402dependencies = [
4403 "simd-adler32",
4404]
4405
4406[[package]]
4407name = "feature_flags"
4408version = "0.1.0"
4409dependencies = [
4410 "futures 0.3.31",
4411 "gpui",
4412]
4413
4414[[package]]
4415name = "feedback"
4416version = "0.1.0"
4417dependencies = [
4418 "anyhow",
4419 "bitflags 2.6.0",
4420 "client",
4421 "db",
4422 "editor",
4423 "futures 0.3.31",
4424 "gpui",
4425 "http_client",
4426 "human_bytes",
4427 "language",
4428 "log",
4429 "menu",
4430 "project",
4431 "regex",
4432 "release_channel",
4433 "serde",
4434 "serde_derive",
4435 "serde_json",
4436 "smol",
4437 "sysinfo",
4438 "ui",
4439 "urlencoding",
4440 "util",
4441 "workspace",
4442 "zed_actions",
4443]
4444
4445[[package]]
4446name = "ff"
4447version = "0.12.1"
4448source = "registry+https://github.com/rust-lang/crates.io-index"
4449checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4450dependencies = [
4451 "rand_core 0.6.4",
4452 "subtle",
4453]
4454
4455[[package]]
4456name = "file_finder"
4457version = "0.1.0"
4458dependencies = [
4459 "anyhow",
4460 "collections",
4461 "ctor",
4462 "editor",
4463 "env_logger 0.11.6",
4464 "file_icons",
4465 "futures 0.3.31",
4466 "fuzzy",
4467 "gpui",
4468 "language",
4469 "menu",
4470 "picker",
4471 "project",
4472 "schemars",
4473 "serde",
4474 "serde_derive",
4475 "serde_json",
4476 "settings",
4477 "text",
4478 "theme",
4479 "ui",
4480 "util",
4481 "workspace",
4482]
4483
4484[[package]]
4485name = "file_icons"
4486version = "0.1.0"
4487dependencies = [
4488 "collections",
4489 "gpui",
4490 "serde",
4491 "serde_derive",
4492 "serde_json",
4493 "settings",
4494 "theme",
4495 "util",
4496]
4497
4498[[package]]
4499name = "filedescriptor"
4500version = "0.8.2"
4501source = "registry+https://github.com/rust-lang/crates.io-index"
4502checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4503dependencies = [
4504 "libc",
4505 "thiserror 1.0.69",
4506 "winapi",
4507]
4508
4509[[package]]
4510name = "filetime"
4511version = "0.2.25"
4512source = "registry+https://github.com/rust-lang/crates.io-index"
4513checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4514dependencies = [
4515 "cfg-if",
4516 "libc",
4517 "libredox",
4518 "windows-sys 0.59.0",
4519]
4520
4521[[package]]
4522name = "fireworks"
4523version = "0.1.0"
4524dependencies = [
4525 "anyhow",
4526 "futures 0.3.31",
4527 "http_client",
4528 "serde",
4529 "serde_json",
4530]
4531
4532[[package]]
4533name = "fixedbitset"
4534version = "0.4.2"
4535source = "registry+https://github.com/rust-lang/crates.io-index"
4536checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4537
4538[[package]]
4539name = "flate2"
4540version = "1.0.35"
4541source = "registry+https://github.com/rust-lang/crates.io-index"
4542checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4543dependencies = [
4544 "crc32fast",
4545 "miniz_oxide",
4546]
4547
4548[[package]]
4549name = "float-cmp"
4550version = "0.9.0"
4551source = "registry+https://github.com/rust-lang/crates.io-index"
4552checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4553
4554[[package]]
4555name = "float-ord"
4556version = "0.3.2"
4557source = "registry+https://github.com/rust-lang/crates.io-index"
4558checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4559
4560[[package]]
4561name = "flume"
4562version = "0.11.1"
4563source = "registry+https://github.com/rust-lang/crates.io-index"
4564checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4565dependencies = [
4566 "futures-core",
4567 "futures-sink",
4568 "nanorand",
4569 "spin",
4570]
4571
4572[[package]]
4573name = "fnv"
4574version = "1.0.7"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4577
4578[[package]]
4579name = "foldhash"
4580version = "0.1.3"
4581source = "registry+https://github.com/rust-lang/crates.io-index"
4582checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4583
4584[[package]]
4585name = "font-kit"
4586version = "0.14.1"
4587source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4588dependencies = [
4589 "bitflags 2.6.0",
4590 "byteorder",
4591 "core-foundation 0.9.4",
4592 "core-graphics 0.23.2",
4593 "core-text",
4594 "dirs 5.0.1",
4595 "dwrote",
4596 "float-ord",
4597 "freetype-sys",
4598 "lazy_static",
4599 "libc",
4600 "log",
4601 "pathfinder_geometry",
4602 "pathfinder_simd",
4603 "walkdir",
4604 "winapi",
4605 "yeslogic-fontconfig-sys",
4606]
4607
4608[[package]]
4609name = "font-types"
4610version = "0.7.3"
4611source = "registry+https://github.com/rust-lang/crates.io-index"
4612checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4613dependencies = [
4614 "bytemuck",
4615]
4616
4617[[package]]
4618name = "fontconfig-parser"
4619version = "0.5.7"
4620source = "registry+https://github.com/rust-lang/crates.io-index"
4621checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4622dependencies = [
4623 "roxmltree",
4624]
4625
4626[[package]]
4627name = "fontdb"
4628version = "0.18.0"
4629source = "registry+https://github.com/rust-lang/crates.io-index"
4630checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4631dependencies = [
4632 "fontconfig-parser",
4633 "log",
4634 "memmap2",
4635 "slotmap",
4636 "tinyvec",
4637 "ttf-parser",
4638]
4639
4640[[package]]
4641name = "foreign-types"
4642version = "0.3.2"
4643source = "registry+https://github.com/rust-lang/crates.io-index"
4644checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4645dependencies = [
4646 "foreign-types-shared 0.1.1",
4647]
4648
4649[[package]]
4650name = "foreign-types"
4651version = "0.5.0"
4652source = "registry+https://github.com/rust-lang/crates.io-index"
4653checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4654dependencies = [
4655 "foreign-types-macros",
4656 "foreign-types-shared 0.3.1",
4657]
4658
4659[[package]]
4660name = "foreign-types-macros"
4661version = "0.2.3"
4662source = "registry+https://github.com/rust-lang/crates.io-index"
4663checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4664dependencies = [
4665 "proc-macro2",
4666 "quote",
4667 "syn 2.0.90",
4668]
4669
4670[[package]]
4671name = "foreign-types-shared"
4672version = "0.1.1"
4673source = "registry+https://github.com/rust-lang/crates.io-index"
4674checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4675
4676[[package]]
4677name = "foreign-types-shared"
4678version = "0.3.1"
4679source = "registry+https://github.com/rust-lang/crates.io-index"
4680checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4681
4682[[package]]
4683name = "fork"
4684version = "0.2.0"
4685source = "registry+https://github.com/rust-lang/crates.io-index"
4686checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4687dependencies = [
4688 "libc",
4689]
4690
4691[[package]]
4692name = "form_urlencoded"
4693version = "1.2.1"
4694source = "registry+https://github.com/rust-lang/crates.io-index"
4695checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4696dependencies = [
4697 "percent-encoding",
4698]
4699
4700[[package]]
4701name = "freetype-sys"
4702version = "0.20.1"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4705dependencies = [
4706 "cc",
4707 "libc",
4708 "pkg-config",
4709]
4710
4711[[package]]
4712name = "fs"
4713version = "0.1.0"
4714dependencies = [
4715 "anyhow",
4716 "ashpd",
4717 "async-tar",
4718 "async-trait",
4719 "cocoa 0.26.0",
4720 "collections",
4721 "fsevent",
4722 "futures 0.3.31",
4723 "git",
4724 "git2",
4725 "gpui",
4726 "libc",
4727 "log",
4728 "notify",
4729 "objc",
4730 "parking_lot",
4731 "paths",
4732 "proto",
4733 "rope",
4734 "serde",
4735 "serde_json",
4736 "smol",
4737 "tempfile",
4738 "text",
4739 "time",
4740 "util",
4741 "windows 0.58.0",
4742]
4743
4744[[package]]
4745name = "fs-set-times"
4746version = "0.20.2"
4747source = "registry+https://github.com/rust-lang/crates.io-index"
4748checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4749dependencies = [
4750 "io-lifetimes",
4751 "rustix",
4752 "windows-sys 0.59.0",
4753]
4754
4755[[package]]
4756name = "fs2"
4757version = "0.4.3"
4758source = "registry+https://github.com/rust-lang/crates.io-index"
4759checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4760dependencies = [
4761 "libc",
4762 "winapi",
4763]
4764
4765[[package]]
4766name = "fsevent"
4767version = "0.1.0"
4768dependencies = [
4769 "bitflags 2.6.0",
4770 "core-foundation 0.9.4",
4771 "fsevent-sys 3.1.0",
4772 "parking_lot",
4773 "tempfile",
4774]
4775
4776[[package]]
4777name = "fsevent-sys"
4778version = "3.1.0"
4779source = "registry+https://github.com/rust-lang/crates.io-index"
4780checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4781dependencies = [
4782 "libc",
4783]
4784
4785[[package]]
4786name = "fsevent-sys"
4787version = "4.1.0"
4788source = "registry+https://github.com/rust-lang/crates.io-index"
4789checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4790dependencies = [
4791 "libc",
4792]
4793
4794[[package]]
4795name = "funty"
4796version = "2.0.0"
4797source = "registry+https://github.com/rust-lang/crates.io-index"
4798checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4799
4800[[package]]
4801name = "futf"
4802version = "0.1.5"
4803source = "registry+https://github.com/rust-lang/crates.io-index"
4804checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4805dependencies = [
4806 "mac",
4807 "new_debug_unreachable",
4808]
4809
4810[[package]]
4811name = "futures"
4812version = "0.1.31"
4813source = "registry+https://github.com/rust-lang/crates.io-index"
4814checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4815
4816[[package]]
4817name = "futures"
4818version = "0.3.31"
4819source = "registry+https://github.com/rust-lang/crates.io-index"
4820checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4821dependencies = [
4822 "futures-channel",
4823 "futures-core",
4824 "futures-executor",
4825 "futures-io",
4826 "futures-sink",
4827 "futures-task",
4828 "futures-util",
4829]
4830
4831[[package]]
4832name = "futures-batch"
4833version = "0.6.1"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4836dependencies = [
4837 "futures 0.3.31",
4838 "futures-timer",
4839 "pin-utils",
4840]
4841
4842[[package]]
4843name = "futures-channel"
4844version = "0.3.31"
4845source = "registry+https://github.com/rust-lang/crates.io-index"
4846checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4847dependencies = [
4848 "futures-core",
4849 "futures-sink",
4850]
4851
4852[[package]]
4853name = "futures-core"
4854version = "0.3.31"
4855source = "registry+https://github.com/rust-lang/crates.io-index"
4856checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4857
4858[[package]]
4859name = "futures-executor"
4860version = "0.3.31"
4861source = "registry+https://github.com/rust-lang/crates.io-index"
4862checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
4863dependencies = [
4864 "futures-core",
4865 "futures-task",
4866 "futures-util",
4867]
4868
4869[[package]]
4870name = "futures-intrusive"
4871version = "0.5.0"
4872source = "registry+https://github.com/rust-lang/crates.io-index"
4873checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4874dependencies = [
4875 "futures-core",
4876 "lock_api",
4877 "parking_lot",
4878]
4879
4880[[package]]
4881name = "futures-io"
4882version = "0.3.31"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
4885
4886[[package]]
4887name = "futures-lite"
4888version = "1.13.0"
4889source = "registry+https://github.com/rust-lang/crates.io-index"
4890checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4891dependencies = [
4892 "fastrand 1.9.0",
4893 "futures-core",
4894 "futures-io",
4895 "memchr",
4896 "parking",
4897 "pin-project-lite",
4898 "waker-fn",
4899]
4900
4901[[package]]
4902name = "futures-lite"
4903version = "2.5.0"
4904source = "registry+https://github.com/rust-lang/crates.io-index"
4905checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
4906dependencies = [
4907 "fastrand 2.3.0",
4908 "futures-core",
4909 "futures-io",
4910 "parking",
4911 "pin-project-lite",
4912]
4913
4914[[package]]
4915name = "futures-macro"
4916version = "0.3.31"
4917source = "registry+https://github.com/rust-lang/crates.io-index"
4918checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
4919dependencies = [
4920 "proc-macro2",
4921 "quote",
4922 "syn 2.0.90",
4923]
4924
4925[[package]]
4926name = "futures-sink"
4927version = "0.3.31"
4928source = "registry+https://github.com/rust-lang/crates.io-index"
4929checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
4930
4931[[package]]
4932name = "futures-task"
4933version = "0.3.31"
4934source = "registry+https://github.com/rust-lang/crates.io-index"
4935checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
4936
4937[[package]]
4938name = "futures-timer"
4939version = "3.0.3"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4942
4943[[package]]
4944name = "futures-util"
4945version = "0.3.31"
4946source = "registry+https://github.com/rust-lang/crates.io-index"
4947checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
4948dependencies = [
4949 "futures 0.1.31",
4950 "futures-channel",
4951 "futures-core",
4952 "futures-io",
4953 "futures-macro",
4954 "futures-sink",
4955 "futures-task",
4956 "memchr",
4957 "pin-project-lite",
4958 "pin-utils",
4959 "slab",
4960 "tokio-io",
4961]
4962
4963[[package]]
4964name = "fuzzy"
4965version = "0.1.0"
4966dependencies = [
4967 "gpui",
4968 "log",
4969 "util",
4970]
4971
4972[[package]]
4973name = "fuzzy-matcher"
4974version = "0.3.7"
4975source = "registry+https://github.com/rust-lang/crates.io-index"
4976checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4977dependencies = [
4978 "thread_local",
4979]
4980
4981[[package]]
4982name = "generic-array"
4983version = "0.14.7"
4984source = "registry+https://github.com/rust-lang/crates.io-index"
4985checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4986dependencies = [
4987 "typenum",
4988 "version_check",
4989]
4990
4991[[package]]
4992name = "gethostname"
4993version = "0.4.3"
4994source = "registry+https://github.com/rust-lang/crates.io-index"
4995checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4996dependencies = [
4997 "libc",
4998 "windows-targets 0.48.5",
4999]
5000
5001[[package]]
5002name = "getrandom"
5003version = "0.1.16"
5004source = "registry+https://github.com/rust-lang/crates.io-index"
5005checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5006dependencies = [
5007 "cfg-if",
5008 "libc",
5009 "wasi 0.9.0+wasi-snapshot-preview1",
5010]
5011
5012[[package]]
5013name = "getrandom"
5014version = "0.2.15"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
5016checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5017dependencies = [
5018 "cfg-if",
5019 "js-sys",
5020 "libc",
5021 "wasi 0.11.0+wasi-snapshot-preview1",
5022 "wasm-bindgen",
5023]
5024
5025[[package]]
5026name = "gif"
5027version = "0.13.1"
5028source = "registry+https://github.com/rust-lang/crates.io-index"
5029checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5030dependencies = [
5031 "color_quant",
5032 "weezl",
5033]
5034
5035[[package]]
5036name = "gimli"
5037version = "0.29.0"
5038source = "registry+https://github.com/rust-lang/crates.io-index"
5039checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5040dependencies = [
5041 "fallible-iterator",
5042 "indexmap",
5043 "stable_deref_trait",
5044]
5045
5046[[package]]
5047name = "gimli"
5048version = "0.31.1"
5049source = "registry+https://github.com/rust-lang/crates.io-index"
5050checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5051
5052[[package]]
5053name = "git"
5054version = "0.1.0"
5055dependencies = [
5056 "anyhow",
5057 "async-trait",
5058 "collections",
5059 "derive_more",
5060 "git2",
5061 "gpui",
5062 "http_client",
5063 "log",
5064 "parking_lot",
5065 "pretty_assertions",
5066 "regex",
5067 "rope",
5068 "serde",
5069 "serde_json",
5070 "smol",
5071 "sum_tree",
5072 "text",
5073 "time",
5074 "unindent",
5075 "url",
5076 "util",
5077]
5078
5079[[package]]
5080name = "git2"
5081version = "0.19.0"
5082source = "registry+https://github.com/rust-lang/crates.io-index"
5083checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
5084dependencies = [
5085 "bitflags 2.6.0",
5086 "libc",
5087 "libgit2-sys",
5088 "log",
5089 "url",
5090]
5091
5092[[package]]
5093name = "git_hosting_providers"
5094version = "0.1.0"
5095dependencies = [
5096 "anyhow",
5097 "async-trait",
5098 "futures 0.3.31",
5099 "git",
5100 "gpui",
5101 "http_client",
5102 "indoc",
5103 "pretty_assertions",
5104 "regex",
5105 "serde",
5106 "serde_json",
5107 "url",
5108 "util",
5109]
5110
5111[[package]]
5112name = "git_ui"
5113version = "0.1.0"
5114dependencies = [
5115 "anyhow",
5116 "collections",
5117 "db",
5118 "editor",
5119 "futures 0.3.31",
5120 "git",
5121 "gpui",
5122 "language",
5123 "menu",
5124 "project",
5125 "schemars",
5126 "serde",
5127 "serde_derive",
5128 "serde_json",
5129 "settings",
5130 "sum_tree",
5131 "theme",
5132 "ui",
5133 "util",
5134 "windows 0.58.0",
5135 "workspace",
5136 "worktree",
5137]
5138
5139[[package]]
5140name = "glob"
5141version = "0.3.1"
5142source = "registry+https://github.com/rust-lang/crates.io-index"
5143checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5144
5145[[package]]
5146name = "globset"
5147version = "0.4.15"
5148source = "registry+https://github.com/rust-lang/crates.io-index"
5149checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5150dependencies = [
5151 "aho-corasick",
5152 "bstr",
5153 "log",
5154 "regex-automata 0.4.9",
5155 "regex-syntax 0.8.5",
5156]
5157
5158[[package]]
5159name = "gloo-timers"
5160version = "0.3.0"
5161source = "registry+https://github.com/rust-lang/crates.io-index"
5162checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5163dependencies = [
5164 "futures-channel",
5165 "futures-core",
5166 "js-sys",
5167 "wasm-bindgen",
5168]
5169
5170[[package]]
5171name = "glow"
5172version = "0.14.2"
5173source = "registry+https://github.com/rust-lang/crates.io-index"
5174checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5175dependencies = [
5176 "js-sys",
5177 "slotmap",
5178 "wasm-bindgen",
5179 "web-sys",
5180]
5181
5182[[package]]
5183name = "go_to_line"
5184version = "0.1.0"
5185dependencies = [
5186 "anyhow",
5187 "editor",
5188 "gpui",
5189 "indoc",
5190 "language",
5191 "menu",
5192 "project",
5193 "rope",
5194 "schemars",
5195 "serde",
5196 "serde_json",
5197 "settings",
5198 "text",
5199 "theme",
5200 "tree-sitter-rust",
5201 "tree-sitter-typescript",
5202 "ui",
5203 "util",
5204 "workspace",
5205]
5206
5207[[package]]
5208name = "google_ai"
5209version = "0.1.0"
5210dependencies = [
5211 "anyhow",
5212 "futures 0.3.31",
5213 "http_client",
5214 "schemars",
5215 "serde",
5216 "serde_json",
5217 "strum",
5218]
5219
5220[[package]]
5221name = "gpu-alloc"
5222version = "0.6.0"
5223source = "registry+https://github.com/rust-lang/crates.io-index"
5224checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5225dependencies = [
5226 "bitflags 2.6.0",
5227 "gpu-alloc-types",
5228]
5229
5230[[package]]
5231name = "gpu-alloc-ash"
5232version = "0.7.0"
5233source = "registry+https://github.com/rust-lang/crates.io-index"
5234checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5235dependencies = [
5236 "ash",
5237 "gpu-alloc-types",
5238 "tinyvec",
5239]
5240
5241[[package]]
5242name = "gpu-alloc-types"
5243version = "0.3.0"
5244source = "registry+https://github.com/rust-lang/crates.io-index"
5245checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5246dependencies = [
5247 "bitflags 2.6.0",
5248]
5249
5250[[package]]
5251name = "gpui"
5252version = "0.1.0"
5253dependencies = [
5254 "anyhow",
5255 "as-raw-xcb-connection",
5256 "ashpd",
5257 "async-task",
5258 "backtrace",
5259 "bindgen",
5260 "blade-graphics",
5261 "blade-macros",
5262 "blade-util",
5263 "block",
5264 "bytemuck",
5265 "calloop",
5266 "calloop-wayland-source",
5267 "cbindgen",
5268 "cocoa 0.26.0",
5269 "collections",
5270 "core-foundation 0.9.4",
5271 "core-foundation-sys",
5272 "core-graphics 0.23.2",
5273 "core-text",
5274 "cosmic-text",
5275 "ctor",
5276 "derive_more",
5277 "embed-resource",
5278 "env_logger 0.11.6",
5279 "etagere",
5280 "filedescriptor",
5281 "flume",
5282 "font-kit",
5283 "foreign-types 0.5.0",
5284 "futures 0.3.31",
5285 "gpui_macros",
5286 "http_client",
5287 "image",
5288 "itertools 0.14.0",
5289 "linkme",
5290 "log",
5291 "media",
5292 "metal",
5293 "num_cpus",
5294 "objc",
5295 "objc2",
5296 "objc2-metal",
5297 "oo7",
5298 "open",
5299 "parking",
5300 "parking_lot",
5301 "pathfinder_geometry",
5302 "postage",
5303 "profiling",
5304 "rand 0.8.5",
5305 "raw-window-handle",
5306 "refineable",
5307 "resvg",
5308 "schemars",
5309 "seahash",
5310 "semantic_version",
5311 "serde",
5312 "serde_derive",
5313 "serde_json",
5314 "slotmap",
5315 "smallvec",
5316 "smol",
5317 "strum",
5318 "sum_tree",
5319 "taffy",
5320 "thiserror 1.0.69",
5321 "unicode-segmentation",
5322 "usvg",
5323 "util",
5324 "uuid",
5325 "waker-fn",
5326 "wayland-backend",
5327 "wayland-client",
5328 "wayland-cursor",
5329 "wayland-protocols",
5330 "wayland-protocols-plasma",
5331 "windows 0.58.0",
5332 "windows-core 0.58.0",
5333 "x11-clipboard",
5334 "x11rb",
5335 "xim",
5336 "xkbcommon",
5337]
5338
5339[[package]]
5340name = "gpui_macros"
5341version = "0.1.0"
5342dependencies = [
5343 "proc-macro2",
5344 "quote",
5345 "syn 1.0.109",
5346]
5347
5348[[package]]
5349name = "grid"
5350version = "0.13.0"
5351source = "registry+https://github.com/rust-lang/crates.io-index"
5352checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5353
5354[[package]]
5355name = "group"
5356version = "0.12.1"
5357source = "registry+https://github.com/rust-lang/crates.io-index"
5358checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5359dependencies = [
5360 "ff",
5361 "rand_core 0.6.4",
5362 "subtle",
5363]
5364
5365[[package]]
5366name = "h2"
5367version = "0.3.26"
5368source = "registry+https://github.com/rust-lang/crates.io-index"
5369checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5370dependencies = [
5371 "bytes 1.9.0",
5372 "fnv",
5373 "futures-core",
5374 "futures-sink",
5375 "futures-util",
5376 "http 0.2.12",
5377 "indexmap",
5378 "slab",
5379 "tokio",
5380 "tokio-util",
5381 "tracing",
5382]
5383
5384[[package]]
5385name = "h2"
5386version = "0.4.7"
5387source = "registry+https://github.com/rust-lang/crates.io-index"
5388checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5389dependencies = [
5390 "atomic-waker",
5391 "bytes 1.9.0",
5392 "fnv",
5393 "futures-core",
5394 "futures-sink",
5395 "http 1.2.0",
5396 "indexmap",
5397 "slab",
5398 "tokio",
5399 "tokio-util",
5400 "tracing",
5401]
5402
5403[[package]]
5404name = "half"
5405version = "2.4.1"
5406source = "registry+https://github.com/rust-lang/crates.io-index"
5407checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5408dependencies = [
5409 "cfg-if",
5410 "crunchy",
5411]
5412
5413[[package]]
5414name = "handlebars"
5415version = "4.5.0"
5416source = "registry+https://github.com/rust-lang/crates.io-index"
5417checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5418dependencies = [
5419 "log",
5420 "pest",
5421 "pest_derive",
5422 "serde",
5423 "serde_json",
5424 "thiserror 1.0.69",
5425]
5426
5427[[package]]
5428name = "handlebars"
5429version = "6.2.0"
5430source = "registry+https://github.com/rust-lang/crates.io-index"
5431checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5432dependencies = [
5433 "log",
5434 "num-order",
5435 "pest",
5436 "pest_derive",
5437 "serde",
5438 "serde_json",
5439 "thiserror 1.0.69",
5440]
5441
5442[[package]]
5443name = "hashbrown"
5444version = "0.12.3"
5445source = "registry+https://github.com/rust-lang/crates.io-index"
5446checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5447dependencies = [
5448 "ahash 0.7.8",
5449]
5450
5451[[package]]
5452name = "hashbrown"
5453version = "0.13.2"
5454source = "registry+https://github.com/rust-lang/crates.io-index"
5455checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5456dependencies = [
5457 "ahash 0.8.11",
5458]
5459
5460[[package]]
5461name = "hashbrown"
5462version = "0.14.5"
5463source = "registry+https://github.com/rust-lang/crates.io-index"
5464checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5465dependencies = [
5466 "ahash 0.8.11",
5467 "allocator-api2",
5468 "serde",
5469]
5470
5471[[package]]
5472name = "hashbrown"
5473version = "0.15.2"
5474source = "registry+https://github.com/rust-lang/crates.io-index"
5475checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5476dependencies = [
5477 "allocator-api2",
5478 "equivalent",
5479 "foldhash",
5480]
5481
5482[[package]]
5483name = "hashlink"
5484version = "0.8.4"
5485source = "registry+https://github.com/rust-lang/crates.io-index"
5486checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5487dependencies = [
5488 "hashbrown 0.14.5",
5489]
5490
5491[[package]]
5492name = "hashlink"
5493version = "0.9.1"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5496dependencies = [
5497 "hashbrown 0.14.5",
5498]
5499
5500[[package]]
5501name = "headers"
5502version = "0.3.9"
5503source = "registry+https://github.com/rust-lang/crates.io-index"
5504checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5505dependencies = [
5506 "base64 0.21.7",
5507 "bytes 1.9.0",
5508 "headers-core",
5509 "http 0.2.12",
5510 "httpdate",
5511 "mime",
5512 "sha1",
5513]
5514
5515[[package]]
5516name = "headers-core"
5517version = "0.2.0"
5518source = "registry+https://github.com/rust-lang/crates.io-index"
5519checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5520dependencies = [
5521 "http 0.2.12",
5522]
5523
5524[[package]]
5525name = "heck"
5526version = "0.3.3"
5527source = "registry+https://github.com/rust-lang/crates.io-index"
5528checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5529dependencies = [
5530 "unicode-segmentation",
5531]
5532
5533[[package]]
5534name = "heck"
5535version = "0.4.1"
5536source = "registry+https://github.com/rust-lang/crates.io-index"
5537checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5538dependencies = [
5539 "unicode-segmentation",
5540]
5541
5542[[package]]
5543name = "heck"
5544version = "0.5.0"
5545source = "registry+https://github.com/rust-lang/crates.io-index"
5546checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5547
5548[[package]]
5549name = "heed"
5550version = "0.21.0"
5551source = "registry+https://github.com/rust-lang/crates.io-index"
5552checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5553dependencies = [
5554 "bitflags 2.6.0",
5555 "byteorder",
5556 "heed-traits",
5557 "heed-types",
5558 "libc",
5559 "lmdb-master-sys",
5560 "once_cell",
5561 "page_size",
5562 "serde",
5563 "synchronoise",
5564 "url",
5565]
5566
5567[[package]]
5568name = "heed-traits"
5569version = "0.20.0"
5570source = "registry+https://github.com/rust-lang/crates.io-index"
5571checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5572
5573[[package]]
5574name = "heed-types"
5575version = "0.21.0"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5578dependencies = [
5579 "bincode",
5580 "byteorder",
5581 "heed-traits",
5582 "serde",
5583 "serde_json",
5584]
5585
5586[[package]]
5587name = "hermit-abi"
5588version = "0.3.9"
5589source = "registry+https://github.com/rust-lang/crates.io-index"
5590checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5591
5592[[package]]
5593name = "hermit-abi"
5594version = "0.4.0"
5595source = "registry+https://github.com/rust-lang/crates.io-index"
5596checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5597
5598[[package]]
5599name = "hex"
5600version = "0.4.3"
5601source = "registry+https://github.com/rust-lang/crates.io-index"
5602checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5603
5604[[package]]
5605name = "hexf-parse"
5606version = "0.2.1"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5609
5610[[package]]
5611name = "hidden-trait"
5612version = "0.1.2"
5613source = "registry+https://github.com/rust-lang/crates.io-index"
5614checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5615dependencies = [
5616 "proc-macro2",
5617 "quote",
5618 "syn 1.0.109",
5619]
5620
5621[[package]]
5622name = "hkdf"
5623version = "0.12.4"
5624source = "registry+https://github.com/rust-lang/crates.io-index"
5625checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5626dependencies = [
5627 "hmac",
5628]
5629
5630[[package]]
5631name = "hmac"
5632version = "0.12.1"
5633source = "registry+https://github.com/rust-lang/crates.io-index"
5634checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5635dependencies = [
5636 "digest",
5637]
5638
5639[[package]]
5640name = "home"
5641version = "0.5.9"
5642source = "registry+https://github.com/rust-lang/crates.io-index"
5643checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5644dependencies = [
5645 "windows-sys 0.52.0",
5646]
5647
5648[[package]]
5649name = "hound"
5650version = "3.5.1"
5651source = "registry+https://github.com/rust-lang/crates.io-index"
5652checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5653
5654[[package]]
5655name = "html5ever"
5656version = "0.27.0"
5657source = "registry+https://github.com/rust-lang/crates.io-index"
5658checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5659dependencies = [
5660 "log",
5661 "mac",
5662 "markup5ever",
5663 "proc-macro2",
5664 "quote",
5665 "syn 2.0.90",
5666]
5667
5668[[package]]
5669name = "html_to_markdown"
5670version = "0.1.0"
5671dependencies = [
5672 "anyhow",
5673 "html5ever",
5674 "indoc",
5675 "markup5ever_rcdom",
5676 "pretty_assertions",
5677 "regex",
5678]
5679
5680[[package]]
5681name = "http"
5682version = "0.2.12"
5683source = "registry+https://github.com/rust-lang/crates.io-index"
5684checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5685dependencies = [
5686 "bytes 1.9.0",
5687 "fnv",
5688 "itoa",
5689]
5690
5691[[package]]
5692name = "http"
5693version = "1.2.0"
5694source = "registry+https://github.com/rust-lang/crates.io-index"
5695checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5696dependencies = [
5697 "bytes 1.9.0",
5698 "fnv",
5699 "itoa",
5700]
5701
5702[[package]]
5703name = "http-body"
5704version = "0.4.6"
5705source = "registry+https://github.com/rust-lang/crates.io-index"
5706checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5707dependencies = [
5708 "bytes 1.9.0",
5709 "http 0.2.12",
5710 "pin-project-lite",
5711]
5712
5713[[package]]
5714name = "http-body"
5715version = "1.0.1"
5716source = "registry+https://github.com/rust-lang/crates.io-index"
5717checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5718dependencies = [
5719 "bytes 1.9.0",
5720 "http 1.2.0",
5721]
5722
5723[[package]]
5724name = "http-body-util"
5725version = "0.1.2"
5726source = "registry+https://github.com/rust-lang/crates.io-index"
5727checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5728dependencies = [
5729 "bytes 1.9.0",
5730 "futures-util",
5731 "http 1.2.0",
5732 "http-body 1.0.1",
5733 "pin-project-lite",
5734]
5735
5736[[package]]
5737name = "http-range-header"
5738version = "0.3.1"
5739source = "registry+https://github.com/rust-lang/crates.io-index"
5740checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5741
5742[[package]]
5743name = "http-types"
5744version = "2.12.0"
5745source = "registry+https://github.com/rust-lang/crates.io-index"
5746checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5747dependencies = [
5748 "anyhow",
5749 "async-channel 1.9.0",
5750 "base64 0.13.1",
5751 "futures-lite 1.13.0",
5752 "http 0.2.12",
5753 "infer",
5754 "pin-project-lite",
5755 "rand 0.7.3",
5756 "serde",
5757 "serde_json",
5758 "serde_qs 0.8.5",
5759 "serde_urlencoded",
5760 "url",
5761]
5762
5763[[package]]
5764name = "http_client"
5765version = "0.1.0"
5766dependencies = [
5767 "anyhow",
5768 "bytes 1.9.0",
5769 "derive_more",
5770 "futures 0.3.31",
5771 "http 1.2.0",
5772 "log",
5773 "serde",
5774 "serde_json",
5775 "url",
5776]
5777
5778[[package]]
5779name = "httparse"
5780version = "1.9.5"
5781source = "registry+https://github.com/rust-lang/crates.io-index"
5782checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5783
5784[[package]]
5785name = "httpdate"
5786version = "1.0.3"
5787source = "registry+https://github.com/rust-lang/crates.io-index"
5788checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5789
5790[[package]]
5791name = "human_bytes"
5792version = "0.4.3"
5793source = "registry+https://github.com/rust-lang/crates.io-index"
5794checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5795
5796[[package]]
5797name = "humantime"
5798version = "2.1.0"
5799source = "registry+https://github.com/rust-lang/crates.io-index"
5800checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5801
5802[[package]]
5803name = "hyper"
5804version = "0.14.32"
5805source = "registry+https://github.com/rust-lang/crates.io-index"
5806checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5807dependencies = [
5808 "bytes 1.9.0",
5809 "futures-channel",
5810 "futures-core",
5811 "futures-util",
5812 "h2 0.3.26",
5813 "http 0.2.12",
5814 "http-body 0.4.6",
5815 "httparse",
5816 "httpdate",
5817 "itoa",
5818 "pin-project-lite",
5819 "socket2",
5820 "tokio",
5821 "tower-service",
5822 "tracing",
5823 "want",
5824]
5825
5826[[package]]
5827name = "hyper"
5828version = "1.5.1"
5829source = "registry+https://github.com/rust-lang/crates.io-index"
5830checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5831dependencies = [
5832 "bytes 1.9.0",
5833 "futures-channel",
5834 "futures-util",
5835 "h2 0.4.7",
5836 "http 1.2.0",
5837 "http-body 1.0.1",
5838 "httparse",
5839 "itoa",
5840 "pin-project-lite",
5841 "smallvec",
5842 "tokio",
5843 "want",
5844]
5845
5846[[package]]
5847name = "hyper-rustls"
5848version = "0.24.2"
5849source = "registry+https://github.com/rust-lang/crates.io-index"
5850checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5851dependencies = [
5852 "futures-util",
5853 "http 0.2.12",
5854 "hyper 0.14.32",
5855 "log",
5856 "rustls 0.21.12",
5857 "rustls-native-certs 0.6.3",
5858 "tokio",
5859 "tokio-rustls 0.24.1",
5860]
5861
5862[[package]]
5863name = "hyper-rustls"
5864version = "0.27.3"
5865source = "registry+https://github.com/rust-lang/crates.io-index"
5866checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5867dependencies = [
5868 "futures-util",
5869 "http 1.2.0",
5870 "hyper 1.5.1",
5871 "hyper-util",
5872 "rustls 0.23.20",
5873 "rustls-native-certs 0.8.1",
5874 "rustls-pki-types",
5875 "tokio",
5876 "tokio-rustls 0.26.1",
5877 "tower-service",
5878]
5879
5880[[package]]
5881name = "hyper-tls"
5882version = "0.5.0"
5883source = "registry+https://github.com/rust-lang/crates.io-index"
5884checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5885dependencies = [
5886 "bytes 1.9.0",
5887 "hyper 0.14.32",
5888 "native-tls",
5889 "tokio",
5890 "tokio-native-tls",
5891]
5892
5893[[package]]
5894name = "hyper-util"
5895version = "0.1.10"
5896source = "registry+https://github.com/rust-lang/crates.io-index"
5897checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
5898dependencies = [
5899 "bytes 1.9.0",
5900 "futures-channel",
5901 "futures-util",
5902 "http 1.2.0",
5903 "http-body 1.0.1",
5904 "hyper 1.5.1",
5905 "pin-project-lite",
5906 "socket2",
5907 "tokio",
5908 "tower-service",
5909 "tracing",
5910]
5911
5912[[package]]
5913name = "iana-time-zone"
5914version = "0.1.61"
5915source = "registry+https://github.com/rust-lang/crates.io-index"
5916checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
5917dependencies = [
5918 "android_system_properties",
5919 "core-foundation-sys",
5920 "iana-time-zone-haiku",
5921 "js-sys",
5922 "wasm-bindgen",
5923 "windows-core 0.52.0",
5924]
5925
5926[[package]]
5927name = "iana-time-zone-haiku"
5928version = "0.1.2"
5929source = "registry+https://github.com/rust-lang/crates.io-index"
5930checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5931dependencies = [
5932 "cc",
5933]
5934
5935[[package]]
5936name = "icu_collections"
5937version = "1.5.0"
5938source = "registry+https://github.com/rust-lang/crates.io-index"
5939checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
5940dependencies = [
5941 "displaydoc",
5942 "yoke",
5943 "zerofrom",
5944 "zerovec",
5945]
5946
5947[[package]]
5948name = "icu_locid"
5949version = "1.5.0"
5950source = "registry+https://github.com/rust-lang/crates.io-index"
5951checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
5952dependencies = [
5953 "displaydoc",
5954 "litemap",
5955 "tinystr",
5956 "writeable",
5957 "zerovec",
5958]
5959
5960[[package]]
5961name = "icu_locid_transform"
5962version = "1.5.0"
5963source = "registry+https://github.com/rust-lang/crates.io-index"
5964checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
5965dependencies = [
5966 "displaydoc",
5967 "icu_locid",
5968 "icu_locid_transform_data",
5969 "icu_provider",
5970 "tinystr",
5971 "zerovec",
5972]
5973
5974[[package]]
5975name = "icu_locid_transform_data"
5976version = "1.5.0"
5977source = "registry+https://github.com/rust-lang/crates.io-index"
5978checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
5979
5980[[package]]
5981name = "icu_normalizer"
5982version = "1.5.0"
5983source = "registry+https://github.com/rust-lang/crates.io-index"
5984checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
5985dependencies = [
5986 "displaydoc",
5987 "icu_collections",
5988 "icu_normalizer_data",
5989 "icu_properties",
5990 "icu_provider",
5991 "smallvec",
5992 "utf16_iter",
5993 "utf8_iter",
5994 "write16",
5995 "zerovec",
5996]
5997
5998[[package]]
5999name = "icu_normalizer_data"
6000version = "1.5.0"
6001source = "registry+https://github.com/rust-lang/crates.io-index"
6002checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6003
6004[[package]]
6005name = "icu_properties"
6006version = "1.5.1"
6007source = "registry+https://github.com/rust-lang/crates.io-index"
6008checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6009dependencies = [
6010 "displaydoc",
6011 "icu_collections",
6012 "icu_locid_transform",
6013 "icu_properties_data",
6014 "icu_provider",
6015 "tinystr",
6016 "zerovec",
6017]
6018
6019[[package]]
6020name = "icu_properties_data"
6021version = "1.5.0"
6022source = "registry+https://github.com/rust-lang/crates.io-index"
6023checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6024
6025[[package]]
6026name = "icu_provider"
6027version = "1.5.0"
6028source = "registry+https://github.com/rust-lang/crates.io-index"
6029checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6030dependencies = [
6031 "displaydoc",
6032 "icu_locid",
6033 "icu_provider_macros",
6034 "stable_deref_trait",
6035 "tinystr",
6036 "writeable",
6037 "yoke",
6038 "zerofrom",
6039 "zerovec",
6040]
6041
6042[[package]]
6043name = "icu_provider_macros"
6044version = "1.5.0"
6045source = "registry+https://github.com/rust-lang/crates.io-index"
6046checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6047dependencies = [
6048 "proc-macro2",
6049 "quote",
6050 "syn 2.0.90",
6051]
6052
6053[[package]]
6054name = "id-arena"
6055version = "2.2.1"
6056source = "registry+https://github.com/rust-lang/crates.io-index"
6057checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6058
6059[[package]]
6060name = "idna"
6061version = "1.0.3"
6062source = "registry+https://github.com/rust-lang/crates.io-index"
6063checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6064dependencies = [
6065 "idna_adapter",
6066 "smallvec",
6067 "utf8_iter",
6068]
6069
6070[[package]]
6071name = "idna_adapter"
6072version = "1.2.0"
6073source = "registry+https://github.com/rust-lang/crates.io-index"
6074checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6075dependencies = [
6076 "icu_normalizer",
6077 "icu_properties",
6078]
6079
6080[[package]]
6081name = "ignore"
6082version = "0.4.23"
6083source = "registry+https://github.com/rust-lang/crates.io-index"
6084checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6085dependencies = [
6086 "crossbeam-deque",
6087 "globset",
6088 "log",
6089 "memchr",
6090 "regex-automata 0.4.9",
6091 "same-file",
6092 "walkdir",
6093 "winapi-util",
6094]
6095
6096[[package]]
6097name = "image"
6098version = "0.25.5"
6099source = "registry+https://github.com/rust-lang/crates.io-index"
6100checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6101dependencies = [
6102 "bytemuck",
6103 "byteorder-lite",
6104 "color_quant",
6105 "exr",
6106 "gif",
6107 "image-webp",
6108 "num-traits",
6109 "png",
6110 "qoi",
6111 "ravif",
6112 "rayon",
6113 "rgb",
6114 "tiff",
6115 "zune-core",
6116 "zune-jpeg",
6117]
6118
6119[[package]]
6120name = "image-webp"
6121version = "0.2.0"
6122source = "registry+https://github.com/rust-lang/crates.io-index"
6123checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6124dependencies = [
6125 "byteorder-lite",
6126 "quick-error",
6127]
6128
6129[[package]]
6130name = "image_viewer"
6131version = "0.1.0"
6132dependencies = [
6133 "anyhow",
6134 "db",
6135 "editor",
6136 "file_icons",
6137 "gpui",
6138 "project",
6139 "settings",
6140 "theme",
6141 "ui",
6142 "util",
6143 "workspace",
6144]
6145
6146[[package]]
6147name = "imagesize"
6148version = "0.13.0"
6149source = "registry+https://github.com/rust-lang/crates.io-index"
6150checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6151
6152[[package]]
6153name = "imgref"
6154version = "1.11.0"
6155source = "registry+https://github.com/rust-lang/crates.io-index"
6156checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6157
6158[[package]]
6159name = "indexed_docs"
6160version = "0.1.0"
6161dependencies = [
6162 "anyhow",
6163 "async-trait",
6164 "cargo_metadata",
6165 "collections",
6166 "derive_more",
6167 "extension",
6168 "fs",
6169 "futures 0.3.31",
6170 "fuzzy",
6171 "gpui",
6172 "heed",
6173 "html_to_markdown",
6174 "http_client",
6175 "indexmap",
6176 "indoc",
6177 "parking_lot",
6178 "paths",
6179 "pretty_assertions",
6180 "serde",
6181 "strum",
6182 "util",
6183]
6184
6185[[package]]
6186name = "indexmap"
6187version = "2.7.0"
6188source = "registry+https://github.com/rust-lang/crates.io-index"
6189checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
6190dependencies = [
6191 "equivalent",
6192 "hashbrown 0.15.2",
6193 "serde",
6194]
6195
6196[[package]]
6197name = "indoc"
6198version = "2.0.5"
6199source = "registry+https://github.com/rust-lang/crates.io-index"
6200checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6201
6202[[package]]
6203name = "infer"
6204version = "0.2.3"
6205source = "registry+https://github.com/rust-lang/crates.io-index"
6206checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6207
6208[[package]]
6209name = "inherent"
6210version = "1.0.11"
6211source = "registry+https://github.com/rust-lang/crates.io-index"
6212checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6213dependencies = [
6214 "proc-macro2",
6215 "quote",
6216 "syn 2.0.90",
6217]
6218
6219[[package]]
6220name = "inline_completion"
6221version = "0.1.0"
6222dependencies = [
6223 "gpui",
6224 "language",
6225]
6226
6227[[package]]
6228name = "inline_completion_button"
6229version = "0.1.0"
6230dependencies = [
6231 "anyhow",
6232 "copilot",
6233 "editor",
6234 "feature_flags",
6235 "fs",
6236 "futures 0.3.31",
6237 "gpui",
6238 "indoc",
6239 "inline_completion",
6240 "language",
6241 "lsp",
6242 "paths",
6243 "project",
6244 "serde_json",
6245 "settings",
6246 "supermaven",
6247 "theme",
6248 "ui",
6249 "workspace",
6250 "zed_actions",
6251 "zeta",
6252]
6253
6254[[package]]
6255name = "inotify"
6256version = "0.9.6"
6257source = "registry+https://github.com/rust-lang/crates.io-index"
6258checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6259dependencies = [
6260 "bitflags 1.3.2",
6261 "inotify-sys",
6262 "libc",
6263]
6264
6265[[package]]
6266name = "inotify-sys"
6267version = "0.1.5"
6268source = "registry+https://github.com/rust-lang/crates.io-index"
6269checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6270dependencies = [
6271 "libc",
6272]
6273
6274[[package]]
6275name = "inout"
6276version = "0.1.3"
6277source = "registry+https://github.com/rust-lang/crates.io-index"
6278checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6279dependencies = [
6280 "block-padding",
6281 "generic-array",
6282]
6283
6284[[package]]
6285name = "install_cli"
6286version = "0.1.0"
6287dependencies = [
6288 "anyhow",
6289 "gpui",
6290 "smol",
6291 "util",
6292]
6293
6294[[package]]
6295name = "instant"
6296version = "0.1.13"
6297source = "registry+https://github.com/rust-lang/crates.io-index"
6298checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6299dependencies = [
6300 "cfg-if",
6301]
6302
6303[[package]]
6304name = "interpolate_name"
6305version = "0.2.4"
6306source = "registry+https://github.com/rust-lang/crates.io-index"
6307checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6308dependencies = [
6309 "proc-macro2",
6310 "quote",
6311 "syn 2.0.90",
6312]
6313
6314[[package]]
6315name = "io-extras"
6316version = "0.18.4"
6317source = "registry+https://github.com/rust-lang/crates.io-index"
6318checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6319dependencies = [
6320 "io-lifetimes",
6321 "windows-sys 0.59.0",
6322]
6323
6324[[package]]
6325name = "io-lifetimes"
6326version = "2.0.4"
6327source = "registry+https://github.com/rust-lang/crates.io-index"
6328checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6329
6330[[package]]
6331name = "iovec"
6332version = "0.1.4"
6333source = "registry+https://github.com/rust-lang/crates.io-index"
6334checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6335dependencies = [
6336 "libc",
6337]
6338
6339[[package]]
6340name = "ipc-channel"
6341version = "0.19.0"
6342source = "registry+https://github.com/rust-lang/crates.io-index"
6343checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6344dependencies = [
6345 "bincode",
6346 "crossbeam-channel",
6347 "fnv",
6348 "lazy_static",
6349 "libc",
6350 "mio 1.0.3",
6351 "rand 0.8.5",
6352 "serde",
6353 "tempfile",
6354 "uuid",
6355 "windows 0.58.0",
6356]
6357
6358[[package]]
6359name = "ipnet"
6360version = "2.10.1"
6361source = "registry+https://github.com/rust-lang/crates.io-index"
6362checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6363
6364[[package]]
6365name = "is-docker"
6366version = "0.2.0"
6367source = "registry+https://github.com/rust-lang/crates.io-index"
6368checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6369dependencies = [
6370 "once_cell",
6371]
6372
6373[[package]]
6374name = "is-terminal"
6375version = "0.4.13"
6376source = "registry+https://github.com/rust-lang/crates.io-index"
6377checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6378dependencies = [
6379 "hermit-abi 0.4.0",
6380 "libc",
6381 "windows-sys 0.52.0",
6382]
6383
6384[[package]]
6385name = "is-wsl"
6386version = "0.4.0"
6387source = "registry+https://github.com/rust-lang/crates.io-index"
6388checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6389dependencies = [
6390 "is-docker",
6391 "once_cell",
6392]
6393
6394[[package]]
6395name = "is_terminal_polyfill"
6396version = "1.70.1"
6397source = "registry+https://github.com/rust-lang/crates.io-index"
6398checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6399
6400[[package]]
6401name = "itertools"
6402version = "0.10.5"
6403source = "registry+https://github.com/rust-lang/crates.io-index"
6404checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6405dependencies = [
6406 "either",
6407]
6408
6409[[package]]
6410name = "itertools"
6411version = "0.11.0"
6412source = "registry+https://github.com/rust-lang/crates.io-index"
6413checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6414dependencies = [
6415 "either",
6416]
6417
6418[[package]]
6419name = "itertools"
6420version = "0.12.1"
6421source = "registry+https://github.com/rust-lang/crates.io-index"
6422checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6423dependencies = [
6424 "either",
6425]
6426
6427[[package]]
6428name = "itertools"
6429version = "0.14.0"
6430source = "registry+https://github.com/rust-lang/crates.io-index"
6431checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6432dependencies = [
6433 "either",
6434]
6435
6436[[package]]
6437name = "itoa"
6438version = "1.0.14"
6439source = "registry+https://github.com/rust-lang/crates.io-index"
6440checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6441
6442[[package]]
6443name = "jni"
6444version = "0.21.1"
6445source = "registry+https://github.com/rust-lang/crates.io-index"
6446checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6447dependencies = [
6448 "cesu8",
6449 "cfg-if",
6450 "combine",
6451 "jni-sys",
6452 "log",
6453 "thiserror 1.0.69",
6454 "walkdir",
6455 "windows-sys 0.45.0",
6456]
6457
6458[[package]]
6459name = "jni-sys"
6460version = "0.3.0"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6463
6464[[package]]
6465name = "jobserver"
6466version = "0.1.32"
6467source = "registry+https://github.com/rust-lang/crates.io-index"
6468checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6469dependencies = [
6470 "libc",
6471]
6472
6473[[package]]
6474name = "journal"
6475version = "0.1.0"
6476dependencies = [
6477 "anyhow",
6478 "chrono",
6479 "editor",
6480 "gpui",
6481 "log",
6482 "schemars",
6483 "serde",
6484 "settings",
6485 "shellexpand 2.1.2",
6486 "workspace",
6487]
6488
6489[[package]]
6490name = "jpeg-decoder"
6491version = "0.3.1"
6492source = "registry+https://github.com/rust-lang/crates.io-index"
6493checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6494
6495[[package]]
6496name = "js-sys"
6497version = "0.3.76"
6498source = "registry+https://github.com/rust-lang/crates.io-index"
6499checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6500dependencies = [
6501 "once_cell",
6502 "wasm-bindgen",
6503]
6504
6505[[package]]
6506name = "jsonwebtoken"
6507version = "9.3.0"
6508source = "registry+https://github.com/rust-lang/crates.io-index"
6509checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6510dependencies = [
6511 "base64 0.21.7",
6512 "js-sys",
6513 "pem",
6514 "ring",
6515 "serde",
6516 "serde_json",
6517 "simple_asn1",
6518]
6519
6520[[package]]
6521name = "jupyter-protocol"
6522version = "0.6.0"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6525dependencies = [
6526 "anyhow",
6527 "async-trait",
6528 "bytes 1.9.0",
6529 "chrono",
6530 "futures 0.3.31",
6531 "serde",
6532 "serde_json",
6533 "uuid",
6534]
6535
6536[[package]]
6537name = "jupyter-websocket-client"
6538version = "0.9.0"
6539source = "registry+https://github.com/rust-lang/crates.io-index"
6540checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6541dependencies = [
6542 "anyhow",
6543 "async-trait",
6544 "async-tungstenite 0.28.2",
6545 "futures 0.3.31",
6546 "jupyter-protocol",
6547 "serde",
6548 "serde_json",
6549 "url",
6550 "uuid",
6551]
6552
6553[[package]]
6554name = "khronos-egl"
6555version = "6.0.0"
6556source = "registry+https://github.com/rust-lang/crates.io-index"
6557checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6558dependencies = [
6559 "libc",
6560 "libloading",
6561]
6562
6563[[package]]
6564name = "kqueue"
6565version = "1.0.8"
6566source = "registry+https://github.com/rust-lang/crates.io-index"
6567checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6568dependencies = [
6569 "kqueue-sys",
6570 "libc",
6571]
6572
6573[[package]]
6574name = "kqueue-sys"
6575version = "1.0.4"
6576source = "registry+https://github.com/rust-lang/crates.io-index"
6577checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6578dependencies = [
6579 "bitflags 1.3.2",
6580 "libc",
6581]
6582
6583[[package]]
6584name = "kurbo"
6585version = "0.11.1"
6586source = "registry+https://github.com/rust-lang/crates.io-index"
6587checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6588dependencies = [
6589 "arrayvec",
6590 "smallvec",
6591]
6592
6593[[package]]
6594name = "kv-log-macro"
6595version = "1.0.7"
6596source = "registry+https://github.com/rust-lang/crates.io-index"
6597checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6598dependencies = [
6599 "log",
6600]
6601
6602[[package]]
6603name = "language"
6604version = "0.1.0"
6605dependencies = [
6606 "anyhow",
6607 "async-trait",
6608 "async-watch",
6609 "clock",
6610 "collections",
6611 "ctor",
6612 "ec4rs",
6613 "env_logger 0.11.6",
6614 "fs",
6615 "futures 0.3.31",
6616 "fuzzy",
6617 "globset",
6618 "gpui",
6619 "http_client",
6620 "indoc",
6621 "itertools 0.14.0",
6622 "log",
6623 "lsp",
6624 "parking_lot",
6625 "postage",
6626 "pretty_assertions",
6627 "pulldown-cmark 0.12.2",
6628 "rand 0.8.5",
6629 "regex",
6630 "rpc",
6631 "schemars",
6632 "serde",
6633 "serde_json",
6634 "settings",
6635 "similar",
6636 "smallvec",
6637 "smol",
6638 "strsim",
6639 "sum_tree",
6640 "task",
6641 "text",
6642 "theme",
6643 "tree-sitter",
6644 "tree-sitter-elixir",
6645 "tree-sitter-embedded-template",
6646 "tree-sitter-heex",
6647 "tree-sitter-html",
6648 "tree-sitter-json",
6649 "tree-sitter-md",
6650 "tree-sitter-ruby",
6651 "tree-sitter-rust",
6652 "tree-sitter-typescript",
6653 "unicase",
6654 "unindent",
6655 "util",
6656]
6657
6658[[package]]
6659name = "language_extension"
6660version = "0.1.0"
6661dependencies = [
6662 "anyhow",
6663 "async-trait",
6664 "collections",
6665 "extension",
6666 "futures 0.3.31",
6667 "gpui",
6668 "language",
6669 "lsp",
6670 "serde",
6671 "serde_json",
6672 "util",
6673]
6674
6675[[package]]
6676name = "language_model"
6677version = "0.1.0"
6678dependencies = [
6679 "anthropic",
6680 "anyhow",
6681 "base64 0.22.1",
6682 "collections",
6683 "futures 0.3.31",
6684 "google_ai",
6685 "gpui",
6686 "http_client",
6687 "image",
6688 "lmstudio",
6689 "log",
6690 "ollama",
6691 "open_ai",
6692 "parking_lot",
6693 "proto",
6694 "schemars",
6695 "serde",
6696 "serde_json",
6697 "smol",
6698 "strum",
6699 "ui",
6700 "util",
6701]
6702
6703[[package]]
6704name = "language_model_selector"
6705version = "0.1.0"
6706dependencies = [
6707 "feature_flags",
6708 "gpui",
6709 "language_model",
6710 "picker",
6711 "proto",
6712 "ui",
6713 "workspace",
6714 "zed_actions",
6715]
6716
6717[[package]]
6718name = "language_models"
6719version = "0.1.0"
6720dependencies = [
6721 "anthropic",
6722 "anyhow",
6723 "client",
6724 "collections",
6725 "copilot",
6726 "editor",
6727 "feature_flags",
6728 "fs",
6729 "futures 0.3.31",
6730 "google_ai",
6731 "gpui",
6732 "http_client",
6733 "language_model",
6734 "lmstudio",
6735 "menu",
6736 "ollama",
6737 "open_ai",
6738 "project",
6739 "proto",
6740 "schemars",
6741 "serde",
6742 "serde_json",
6743 "settings",
6744 "smol",
6745 "strum",
6746 "telemetry_events",
6747 "theme",
6748 "thiserror 1.0.69",
6749 "tiktoken-rs",
6750 "ui",
6751 "util",
6752]
6753
6754[[package]]
6755name = "language_selector"
6756version = "0.1.0"
6757dependencies = [
6758 "anyhow",
6759 "editor",
6760 "file_finder",
6761 "file_icons",
6762 "fuzzy",
6763 "gpui",
6764 "language",
6765 "picker",
6766 "project",
6767 "settings",
6768 "ui",
6769 "util",
6770 "workspace",
6771]
6772
6773[[package]]
6774name = "language_tools"
6775version = "0.1.0"
6776dependencies = [
6777 "anyhow",
6778 "client",
6779 "collections",
6780 "copilot",
6781 "editor",
6782 "env_logger 0.11.6",
6783 "futures 0.3.31",
6784 "gpui",
6785 "itertools 0.14.0",
6786 "language",
6787 "lsp",
6788 "project",
6789 "release_channel",
6790 "serde_json",
6791 "settings",
6792 "theme",
6793 "tree-sitter",
6794 "ui",
6795 "util",
6796 "workspace",
6797 "zed_actions",
6798]
6799
6800[[package]]
6801name = "languages"
6802version = "0.1.0"
6803dependencies = [
6804 "anyhow",
6805 "async-compression",
6806 "async-tar",
6807 "async-trait",
6808 "collections",
6809 "futures 0.3.31",
6810 "gpui",
6811 "http_client",
6812 "language",
6813 "log",
6814 "lsp",
6815 "node_runtime",
6816 "paths",
6817 "pet",
6818 "pet-conda",
6819 "pet-core",
6820 "pet-fs",
6821 "pet-poetry",
6822 "pet-reporter",
6823 "project",
6824 "regex",
6825 "rope",
6826 "rust-embed",
6827 "serde",
6828 "serde_json",
6829 "settings",
6830 "smol",
6831 "task",
6832 "text",
6833 "theme",
6834 "toml 0.8.19",
6835 "tree-sitter",
6836 "tree-sitter-bash",
6837 "tree-sitter-c",
6838 "tree-sitter-cpp",
6839 "tree-sitter-css",
6840 "tree-sitter-diff",
6841 "tree-sitter-go",
6842 "tree-sitter-gomod",
6843 "tree-sitter-gowork",
6844 "tree-sitter-jsdoc",
6845 "tree-sitter-json",
6846 "tree-sitter-md",
6847 "tree-sitter-python",
6848 "tree-sitter-regex",
6849 "tree-sitter-rust",
6850 "tree-sitter-typescript",
6851 "tree-sitter-yaml",
6852 "unindent",
6853 "util",
6854 "workspace",
6855]
6856
6857[[package]]
6858name = "lazy_static"
6859version = "1.5.0"
6860source = "registry+https://github.com/rust-lang/crates.io-index"
6861checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6862dependencies = [
6863 "spin",
6864]
6865
6866[[package]]
6867name = "leb128"
6868version = "0.2.5"
6869source = "registry+https://github.com/rust-lang/crates.io-index"
6870checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6871
6872[[package]]
6873name = "lebe"
6874version = "0.5.2"
6875source = "registry+https://github.com/rust-lang/crates.io-index"
6876checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6877
6878[[package]]
6879name = "libc"
6880version = "0.2.169"
6881source = "registry+https://github.com/rust-lang/crates.io-index"
6882checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
6883
6884[[package]]
6885name = "libdbus-sys"
6886version = "0.2.5"
6887source = "registry+https://github.com/rust-lang/crates.io-index"
6888checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6889dependencies = [
6890 "cc",
6891 "pkg-config",
6892]
6893
6894[[package]]
6895name = "libfuzzer-sys"
6896version = "0.4.8"
6897source = "registry+https://github.com/rust-lang/crates.io-index"
6898checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
6899dependencies = [
6900 "arbitrary",
6901 "cc",
6902]
6903
6904[[package]]
6905name = "libgit2-sys"
6906version = "0.17.0+1.8.1"
6907source = "registry+https://github.com/rust-lang/crates.io-index"
6908checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6909dependencies = [
6910 "cc",
6911 "libc",
6912 "libz-sys",
6913 "pkg-config",
6914]
6915
6916[[package]]
6917name = "libloading"
6918version = "0.8.6"
6919source = "registry+https://github.com/rust-lang/crates.io-index"
6920checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
6921dependencies = [
6922 "cfg-if",
6923 "windows-targets 0.52.6",
6924]
6925
6926[[package]]
6927name = "libm"
6928version = "0.2.11"
6929source = "registry+https://github.com/rust-lang/crates.io-index"
6930checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
6931
6932[[package]]
6933name = "libmimalloc-sys"
6934version = "0.1.39"
6935source = "registry+https://github.com/rust-lang/crates.io-index"
6936checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6937dependencies = [
6938 "cc",
6939 "libc",
6940]
6941
6942[[package]]
6943name = "libredox"
6944version = "0.1.3"
6945source = "registry+https://github.com/rust-lang/crates.io-index"
6946checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6947dependencies = [
6948 "bitflags 2.6.0",
6949 "libc",
6950 "redox_syscall 0.5.8",
6951]
6952
6953[[package]]
6954name = "libsqlite3-sys"
6955version = "0.30.1"
6956source = "registry+https://github.com/rust-lang/crates.io-index"
6957checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
6958dependencies = [
6959 "cc",
6960 "pkg-config",
6961 "vcpkg",
6962]
6963
6964[[package]]
6965name = "libwebrtc"
6966version = "0.3.7"
6967source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
6968dependencies = [
6969 "cxx",
6970 "jni",
6971 "js-sys",
6972 "lazy_static",
6973 "livekit-protocol",
6974 "livekit-runtime",
6975 "log",
6976 "parking_lot",
6977 "serde",
6978 "serde_json",
6979 "thiserror 1.0.69",
6980 "tokio",
6981 "wasm-bindgen",
6982 "wasm-bindgen-futures",
6983 "web-sys",
6984 "webrtc-sys",
6985]
6986
6987[[package]]
6988name = "libz-sys"
6989version = "1.1.20"
6990source = "registry+https://github.com/rust-lang/crates.io-index"
6991checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6992dependencies = [
6993 "cc",
6994 "libc",
6995 "pkg-config",
6996 "vcpkg",
6997]
6998
6999[[package]]
7000name = "link-cplusplus"
7001version = "1.0.9"
7002source = "registry+https://github.com/rust-lang/crates.io-index"
7003checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7004dependencies = [
7005 "cc",
7006]
7007
7008[[package]]
7009name = "linkify"
7010version = "0.10.0"
7011source = "registry+https://github.com/rust-lang/crates.io-index"
7012checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7013dependencies = [
7014 "memchr",
7015]
7016
7017[[package]]
7018name = "linkme"
7019version = "0.3.31"
7020source = "registry+https://github.com/rust-lang/crates.io-index"
7021checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7022dependencies = [
7023 "linkme-impl",
7024]
7025
7026[[package]]
7027name = "linkme-impl"
7028version = "0.3.31"
7029source = "registry+https://github.com/rust-lang/crates.io-index"
7030checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7031dependencies = [
7032 "proc-macro2",
7033 "quote",
7034 "syn 2.0.90",
7035]
7036
7037[[package]]
7038name = "linux-raw-sys"
7039version = "0.4.14"
7040source = "registry+https://github.com/rust-lang/crates.io-index"
7041checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7042
7043[[package]]
7044name = "litemap"
7045version = "0.7.4"
7046source = "registry+https://github.com/rust-lang/crates.io-index"
7047checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7048
7049[[package]]
7050name = "livekit"
7051version = "0.7.0"
7052source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7053dependencies = [
7054 "chrono",
7055 "futures-util",
7056 "lazy_static",
7057 "libwebrtc",
7058 "livekit-api",
7059 "livekit-protocol",
7060 "livekit-runtime",
7061 "log",
7062 "parking_lot",
7063 "prost 0.12.6",
7064 "semver",
7065 "serde",
7066 "serde_json",
7067 "thiserror 1.0.69",
7068 "tokio",
7069]
7070
7071[[package]]
7072name = "livekit-api"
7073version = "0.4.1"
7074source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7075dependencies = [
7076 "async-tungstenite 0.25.1",
7077 "futures-util",
7078 "http 0.2.12",
7079 "jsonwebtoken",
7080 "livekit-protocol",
7081 "livekit-runtime",
7082 "log",
7083 "parking_lot",
7084 "prost 0.12.6",
7085 "reqwest 0.11.27",
7086 "scopeguard",
7087 "serde",
7088 "serde_json",
7089 "sha2",
7090 "thiserror 1.0.69",
7091 "tokio",
7092 "tokio-tungstenite 0.20.1",
7093 "url",
7094]
7095
7096[[package]]
7097name = "livekit-protocol"
7098version = "0.3.6"
7099source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7100dependencies = [
7101 "futures-util",
7102 "livekit-runtime",
7103 "parking_lot",
7104 "pbjson",
7105 "pbjson-types",
7106 "prost 0.12.6",
7107 "prost-types 0.12.6",
7108 "serde",
7109 "thiserror 1.0.69",
7110 "tokio",
7111]
7112
7113[[package]]
7114name = "livekit-runtime"
7115version = "0.3.1"
7116source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7117dependencies = [
7118 "async-io",
7119 "async-std",
7120 "async-task",
7121 "futures 0.3.31",
7122]
7123
7124[[package]]
7125name = "livekit_client"
7126version = "0.1.0"
7127dependencies = [
7128 "anyhow",
7129 "async-trait",
7130 "collections",
7131 "core-foundation 0.9.4",
7132 "coreaudio-rs 0.12.1",
7133 "cpal",
7134 "futures 0.3.31",
7135 "gpui",
7136 "http 0.2.12",
7137 "http_client",
7138 "image",
7139 "livekit",
7140 "livekit_server",
7141 "log",
7142 "media",
7143 "nanoid",
7144 "parking_lot",
7145 "postage",
7146 "serde",
7147 "serde_json",
7148 "sha2",
7149 "simplelog",
7150 "smallvec",
7151 "util",
7152]
7153
7154[[package]]
7155name = "livekit_client_macos"
7156version = "0.1.0"
7157dependencies = [
7158 "anyhow",
7159 "async-broadcast",
7160 "async-trait",
7161 "collections",
7162 "core-foundation 0.9.4",
7163 "futures 0.3.31",
7164 "gpui",
7165 "livekit_server",
7166 "log",
7167 "media",
7168 "nanoid",
7169 "parking_lot",
7170 "postage",
7171 "serde",
7172 "serde_json",
7173 "sha2",
7174 "simplelog",
7175]
7176
7177[[package]]
7178name = "livekit_server"
7179version = "0.1.0"
7180dependencies = [
7181 "anyhow",
7182 "async-trait",
7183 "jsonwebtoken",
7184 "log",
7185 "prost 0.9.0",
7186 "prost-build 0.9.0",
7187 "prost-types 0.9.0",
7188 "reqwest 0.12.8",
7189 "serde",
7190]
7191
7192[[package]]
7193name = "lmdb-master-sys"
7194version = "0.2.4"
7195source = "registry+https://github.com/rust-lang/crates.io-index"
7196checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7197dependencies = [
7198 "cc",
7199 "doxygen-rs",
7200 "libc",
7201]
7202
7203[[package]]
7204name = "lmstudio"
7205version = "0.1.0"
7206dependencies = [
7207 "anyhow",
7208 "futures 0.3.31",
7209 "http_client",
7210 "schemars",
7211 "serde",
7212 "serde_json",
7213]
7214
7215[[package]]
7216name = "lock_api"
7217version = "0.4.12"
7218source = "registry+https://github.com/rust-lang/crates.io-index"
7219checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7220dependencies = [
7221 "autocfg",
7222 "scopeguard",
7223]
7224
7225[[package]]
7226name = "log"
7227version = "0.4.22"
7228source = "registry+https://github.com/rust-lang/crates.io-index"
7229checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
7230dependencies = [
7231 "serde",
7232 "value-bag",
7233]
7234
7235[[package]]
7236name = "loop9"
7237version = "0.1.5"
7238source = "registry+https://github.com/rust-lang/crates.io-index"
7239checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7240dependencies = [
7241 "imgref",
7242]
7243
7244[[package]]
7245name = "lru"
7246version = "0.12.5"
7247source = "registry+https://github.com/rust-lang/crates.io-index"
7248checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7249dependencies = [
7250 "hashbrown 0.15.2",
7251]
7252
7253[[package]]
7254name = "lsp"
7255version = "0.1.0"
7256dependencies = [
7257 "anyhow",
7258 "async-pipe",
7259 "collections",
7260 "ctor",
7261 "env_logger 0.11.6",
7262 "futures 0.3.31",
7263 "gpui",
7264 "log",
7265 "lsp-types",
7266 "parking_lot",
7267 "postage",
7268 "release_channel",
7269 "schemars",
7270 "serde",
7271 "serde_json",
7272 "smol",
7273 "util",
7274]
7275
7276[[package]]
7277name = "lsp-types"
7278version = "0.95.1"
7279source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7280dependencies = [
7281 "bitflags 1.3.2",
7282 "serde",
7283 "serde_json",
7284 "serde_repr",
7285 "url",
7286]
7287
7288[[package]]
7289name = "mac"
7290version = "0.1.1"
7291source = "registry+https://github.com/rust-lang/crates.io-index"
7292checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7293
7294[[package]]
7295name = "mach2"
7296version = "0.4.2"
7297source = "registry+https://github.com/rust-lang/crates.io-index"
7298checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7299dependencies = [
7300 "libc",
7301]
7302
7303[[package]]
7304name = "malloc_buf"
7305version = "0.0.6"
7306source = "registry+https://github.com/rust-lang/crates.io-index"
7307checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7308dependencies = [
7309 "libc",
7310]
7311
7312[[package]]
7313name = "maplit"
7314version = "1.0.2"
7315source = "registry+https://github.com/rust-lang/crates.io-index"
7316checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7317
7318[[package]]
7319name = "markdown"
7320version = "0.1.0"
7321dependencies = [
7322 "anyhow",
7323 "assets",
7324 "env_logger 0.11.6",
7325 "futures 0.3.31",
7326 "gpui",
7327 "language",
7328 "languages",
7329 "linkify",
7330 "log",
7331 "node_runtime",
7332 "pulldown-cmark 0.12.2",
7333 "settings",
7334 "theme",
7335 "ui",
7336 "util",
7337]
7338
7339[[package]]
7340name = "markdown_preview"
7341version = "0.1.0"
7342dependencies = [
7343 "anyhow",
7344 "async-recursion 1.1.1",
7345 "collections",
7346 "editor",
7347 "gpui",
7348 "language",
7349 "linkify",
7350 "log",
7351 "pretty_assertions",
7352 "pulldown-cmark 0.12.2",
7353 "settings",
7354 "theme",
7355 "ui",
7356 "util",
7357 "workspace",
7358]
7359
7360[[package]]
7361name = "markup5ever"
7362version = "0.12.1"
7363source = "registry+https://github.com/rust-lang/crates.io-index"
7364checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7365dependencies = [
7366 "log",
7367 "phf",
7368 "phf_codegen",
7369 "string_cache",
7370 "string_cache_codegen",
7371 "tendril",
7372]
7373
7374[[package]]
7375name = "markup5ever_rcdom"
7376version = "0.3.0"
7377source = "registry+https://github.com/rust-lang/crates.io-index"
7378checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7379dependencies = [
7380 "html5ever",
7381 "markup5ever",
7382 "tendril",
7383 "xml5ever",
7384]
7385
7386[[package]]
7387name = "matchers"
7388version = "0.1.0"
7389source = "registry+https://github.com/rust-lang/crates.io-index"
7390checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7391dependencies = [
7392 "regex-automata 0.1.10",
7393]
7394
7395[[package]]
7396name = "matchit"
7397version = "0.7.3"
7398source = "registry+https://github.com/rust-lang/crates.io-index"
7399checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7400
7401[[package]]
7402name = "maybe-owned"
7403version = "0.3.4"
7404source = "registry+https://github.com/rust-lang/crates.io-index"
7405checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7406
7407[[package]]
7408name = "maybe-rayon"
7409version = "0.1.1"
7410source = "registry+https://github.com/rust-lang/crates.io-index"
7411checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7412dependencies = [
7413 "cfg-if",
7414 "rayon",
7415]
7416
7417[[package]]
7418name = "md-5"
7419version = "0.10.6"
7420source = "registry+https://github.com/rust-lang/crates.io-index"
7421checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7422dependencies = [
7423 "cfg-if",
7424 "digest",
7425]
7426
7427[[package]]
7428name = "mdbook"
7429version = "0.4.43"
7430source = "registry+https://github.com/rust-lang/crates.io-index"
7431checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7432dependencies = [
7433 "ammonia",
7434 "anyhow",
7435 "chrono",
7436 "clap",
7437 "clap_complete",
7438 "elasticlunr-rs",
7439 "env_logger 0.11.6",
7440 "futures-util",
7441 "handlebars 6.2.0",
7442 "ignore",
7443 "log",
7444 "memchr",
7445 "notify",
7446 "notify-debouncer-mini",
7447 "once_cell",
7448 "opener",
7449 "pathdiff",
7450 "pulldown-cmark 0.10.3",
7451 "regex",
7452 "serde",
7453 "serde_json",
7454 "shlex",
7455 "tempfile",
7456 "tokio",
7457 "toml 0.5.11",
7458 "topological-sort",
7459 "walkdir",
7460 "warp",
7461]
7462
7463[[package]]
7464name = "media"
7465version = "0.1.0"
7466dependencies = [
7467 "anyhow",
7468 "bindgen",
7469 "core-foundation 0.9.4",
7470 "ctor",
7471 "foreign-types 0.5.0",
7472 "metal",
7473 "objc",
7474]
7475
7476[[package]]
7477name = "memchr"
7478version = "2.7.4"
7479source = "registry+https://github.com/rust-lang/crates.io-index"
7480checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7481
7482[[package]]
7483name = "memfd"
7484version = "0.6.4"
7485source = "registry+https://github.com/rust-lang/crates.io-index"
7486checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7487dependencies = [
7488 "rustix",
7489]
7490
7491[[package]]
7492name = "memmap2"
7493version = "0.9.5"
7494source = "registry+https://github.com/rust-lang/crates.io-index"
7495checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7496dependencies = [
7497 "libc",
7498]
7499
7500[[package]]
7501name = "memoffset"
7502version = "0.9.1"
7503source = "registry+https://github.com/rust-lang/crates.io-index"
7504checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7505dependencies = [
7506 "autocfg",
7507]
7508
7509[[package]]
7510name = "menu"
7511version = "0.1.0"
7512dependencies = [
7513 "gpui",
7514 "serde",
7515]
7516
7517[[package]]
7518name = "metal"
7519version = "0.30.0"
7520source = "registry+https://github.com/rust-lang/crates.io-index"
7521checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9"
7522dependencies = [
7523 "bitflags 2.6.0",
7524 "block",
7525 "core-graphics-types 0.1.3",
7526 "foreign-types 0.5.0",
7527 "log",
7528 "objc",
7529 "paste",
7530]
7531
7532[[package]]
7533name = "mimalloc"
7534version = "0.1.43"
7535source = "registry+https://github.com/rust-lang/crates.io-index"
7536checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7537dependencies = [
7538 "libmimalloc-sys",
7539]
7540
7541[[package]]
7542name = "mime"
7543version = "0.3.17"
7544source = "registry+https://github.com/rust-lang/crates.io-index"
7545checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7546
7547[[package]]
7548name = "mime_guess"
7549version = "2.0.5"
7550source = "registry+https://github.com/rust-lang/crates.io-index"
7551checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7552dependencies = [
7553 "mime",
7554 "unicase",
7555]
7556
7557[[package]]
7558name = "minimal-lexical"
7559version = "0.2.1"
7560source = "registry+https://github.com/rust-lang/crates.io-index"
7561checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7562
7563[[package]]
7564name = "miniz_oxide"
7565version = "0.8.0"
7566source = "registry+https://github.com/rust-lang/crates.io-index"
7567checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7568dependencies = [
7569 "adler2",
7570 "simd-adler32",
7571]
7572
7573[[package]]
7574name = "mint"
7575version = "0.5.9"
7576source = "registry+https://github.com/rust-lang/crates.io-index"
7577checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7578
7579[[package]]
7580name = "mio"
7581version = "0.8.11"
7582source = "registry+https://github.com/rust-lang/crates.io-index"
7583checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7584dependencies = [
7585 "libc",
7586 "log",
7587 "wasi 0.11.0+wasi-snapshot-preview1",
7588 "windows-sys 0.48.0",
7589]
7590
7591[[package]]
7592name = "mio"
7593version = "1.0.3"
7594source = "registry+https://github.com/rust-lang/crates.io-index"
7595checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7596dependencies = [
7597 "libc",
7598 "log",
7599 "wasi 0.11.0+wasi-snapshot-preview1",
7600 "windows-sys 0.52.0",
7601]
7602
7603[[package]]
7604name = "miow"
7605version = "0.6.0"
7606source = "registry+https://github.com/rust-lang/crates.io-index"
7607checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7608dependencies = [
7609 "windows-sys 0.48.0",
7610]
7611
7612[[package]]
7613name = "msvc_spectre_libs"
7614version = "0.1.2"
7615source = "registry+https://github.com/rust-lang/crates.io-index"
7616checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7617dependencies = [
7618 "cc",
7619]
7620
7621[[package]]
7622name = "multi_buffer"
7623version = "0.1.0"
7624dependencies = [
7625 "anyhow",
7626 "clock",
7627 "collections",
7628 "ctor",
7629 "env_logger 0.11.6",
7630 "futures 0.3.31",
7631 "gpui",
7632 "itertools 0.14.0",
7633 "language",
7634 "log",
7635 "parking_lot",
7636 "rand 0.8.5",
7637 "serde",
7638 "settings",
7639 "smallvec",
7640 "sum_tree",
7641 "text",
7642 "theme",
7643 "tree-sitter",
7644 "util",
7645]
7646
7647[[package]]
7648name = "multimap"
7649version = "0.8.3"
7650source = "registry+https://github.com/rust-lang/crates.io-index"
7651checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7652
7653[[package]]
7654name = "multimap"
7655version = "0.10.0"
7656source = "registry+https://github.com/rust-lang/crates.io-index"
7657checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7658
7659[[package]]
7660name = "naga"
7661version = "23.1.0"
7662source = "registry+https://github.com/rust-lang/crates.io-index"
7663checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7664dependencies = [
7665 "arrayvec",
7666 "bit-set 0.8.0",
7667 "bitflags 2.6.0",
7668 "cfg_aliases 0.1.1",
7669 "codespan-reporting",
7670 "hexf-parse",
7671 "indexmap",
7672 "log",
7673 "rustc-hash 1.1.0",
7674 "spirv",
7675 "termcolor",
7676 "thiserror 1.0.69",
7677 "unicode-xid",
7678]
7679
7680[[package]]
7681name = "nanoid"
7682version = "0.4.0"
7683source = "registry+https://github.com/rust-lang/crates.io-index"
7684checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7685dependencies = [
7686 "rand 0.8.5",
7687]
7688
7689[[package]]
7690name = "nanorand"
7691version = "0.7.0"
7692source = "registry+https://github.com/rust-lang/crates.io-index"
7693checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7694dependencies = [
7695 "getrandom 0.2.15",
7696]
7697
7698[[package]]
7699name = "native-tls"
7700version = "0.2.12"
7701source = "registry+https://github.com/rust-lang/crates.io-index"
7702checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7703dependencies = [
7704 "libc",
7705 "log",
7706 "openssl",
7707 "openssl-probe",
7708 "openssl-sys",
7709 "schannel",
7710 "security-framework 2.11.1",
7711 "security-framework-sys",
7712 "tempfile",
7713]
7714
7715[[package]]
7716name = "nbformat"
7717version = "0.10.0"
7718source = "registry+https://github.com/rust-lang/crates.io-index"
7719checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
7720dependencies = [
7721 "anyhow",
7722 "chrono",
7723 "jupyter-protocol",
7724 "serde",
7725 "serde_json",
7726 "thiserror 1.0.69",
7727 "uuid",
7728]
7729
7730[[package]]
7731name = "ndk"
7732version = "0.8.0"
7733source = "registry+https://github.com/rust-lang/crates.io-index"
7734checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7735dependencies = [
7736 "bitflags 2.6.0",
7737 "jni-sys",
7738 "log",
7739 "ndk-sys",
7740 "num_enum",
7741 "thiserror 1.0.69",
7742]
7743
7744[[package]]
7745name = "ndk-context"
7746version = "0.1.1"
7747source = "registry+https://github.com/rust-lang/crates.io-index"
7748checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7749
7750[[package]]
7751name = "ndk-sys"
7752version = "0.5.0+25.2.9519653"
7753source = "registry+https://github.com/rust-lang/crates.io-index"
7754checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7755dependencies = [
7756 "jni-sys",
7757]
7758
7759[[package]]
7760name = "new_debug_unreachable"
7761version = "1.0.6"
7762source = "registry+https://github.com/rust-lang/crates.io-index"
7763checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7764
7765[[package]]
7766name = "nix"
7767version = "0.29.0"
7768source = "registry+https://github.com/rust-lang/crates.io-index"
7769checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7770dependencies = [
7771 "bitflags 2.6.0",
7772 "cfg-if",
7773 "cfg_aliases 0.2.1",
7774 "libc",
7775 "memoffset",
7776]
7777
7778[[package]]
7779name = "node_runtime"
7780version = "0.1.0"
7781dependencies = [
7782 "anyhow",
7783 "async-compression",
7784 "async-std",
7785 "async-tar",
7786 "async-trait",
7787 "async-watch",
7788 "async_zip",
7789 "futures 0.3.31",
7790 "http_client",
7791 "log",
7792 "paths",
7793 "semver",
7794 "serde",
7795 "serde_json",
7796 "smol",
7797 "tempfile",
7798 "util",
7799 "walkdir",
7800 "which 6.0.3",
7801]
7802
7803[[package]]
7804name = "nom"
7805version = "7.1.3"
7806source = "registry+https://github.com/rust-lang/crates.io-index"
7807checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7808dependencies = [
7809 "memchr",
7810 "minimal-lexical",
7811]
7812
7813[[package]]
7814name = "noop_proc_macro"
7815version = "0.3.0"
7816source = "registry+https://github.com/rust-lang/crates.io-index"
7817checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7818
7819[[package]]
7820name = "normpath"
7821version = "1.3.0"
7822source = "registry+https://github.com/rust-lang/crates.io-index"
7823checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7824dependencies = [
7825 "windows-sys 0.59.0",
7826]
7827
7828[[package]]
7829name = "notifications"
7830version = "0.1.0"
7831dependencies = [
7832 "anyhow",
7833 "channel",
7834 "client",
7835 "collections",
7836 "db",
7837 "gpui",
7838 "rpc",
7839 "settings",
7840 "sum_tree",
7841 "time",
7842 "util",
7843]
7844
7845[[package]]
7846name = "notify"
7847version = "6.1.1"
7848source = "registry+https://github.com/rust-lang/crates.io-index"
7849checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7850dependencies = [
7851 "bitflags 2.6.0",
7852 "crossbeam-channel",
7853 "filetime",
7854 "fsevent-sys 4.1.0",
7855 "inotify",
7856 "kqueue",
7857 "libc",
7858 "log",
7859 "mio 0.8.11",
7860 "walkdir",
7861 "windows-sys 0.48.0",
7862]
7863
7864[[package]]
7865name = "notify-debouncer-mini"
7866version = "0.4.1"
7867source = "registry+https://github.com/rust-lang/crates.io-index"
7868checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7869dependencies = [
7870 "crossbeam-channel",
7871 "log",
7872 "notify",
7873]
7874
7875[[package]]
7876name = "ntapi"
7877version = "0.4.1"
7878source = "registry+https://github.com/rust-lang/crates.io-index"
7879checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7880dependencies = [
7881 "winapi",
7882]
7883
7884[[package]]
7885name = "nu-ansi-term"
7886version = "0.46.0"
7887source = "registry+https://github.com/rust-lang/crates.io-index"
7888checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7889dependencies = [
7890 "overload",
7891 "winapi",
7892]
7893
7894[[package]]
7895name = "num"
7896version = "0.4.3"
7897source = "registry+https://github.com/rust-lang/crates.io-index"
7898checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7899dependencies = [
7900 "num-bigint",
7901 "num-complex",
7902 "num-integer",
7903 "num-iter",
7904 "num-rational",
7905 "num-traits",
7906]
7907
7908[[package]]
7909name = "num-bigint"
7910version = "0.4.6"
7911source = "registry+https://github.com/rust-lang/crates.io-index"
7912checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7913dependencies = [
7914 "num-integer",
7915 "num-traits",
7916]
7917
7918[[package]]
7919name = "num-bigint-dig"
7920version = "0.8.4"
7921source = "registry+https://github.com/rust-lang/crates.io-index"
7922checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7923dependencies = [
7924 "byteorder",
7925 "lazy_static",
7926 "libm",
7927 "num-integer",
7928 "num-iter",
7929 "num-traits",
7930 "rand 0.8.5",
7931 "serde",
7932 "smallvec",
7933 "zeroize",
7934]
7935
7936[[package]]
7937name = "num-complex"
7938version = "0.4.6"
7939source = "registry+https://github.com/rust-lang/crates.io-index"
7940checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7941dependencies = [
7942 "num-traits",
7943]
7944
7945[[package]]
7946name = "num-conv"
7947version = "0.1.0"
7948source = "registry+https://github.com/rust-lang/crates.io-index"
7949checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7950
7951[[package]]
7952name = "num-derive"
7953version = "0.4.2"
7954source = "registry+https://github.com/rust-lang/crates.io-index"
7955checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7956dependencies = [
7957 "proc-macro2",
7958 "quote",
7959 "syn 2.0.90",
7960]
7961
7962[[package]]
7963name = "num-format"
7964version = "0.4.4"
7965source = "registry+https://github.com/rust-lang/crates.io-index"
7966checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7967dependencies = [
7968 "arrayvec",
7969 "itoa",
7970]
7971
7972[[package]]
7973name = "num-integer"
7974version = "0.1.46"
7975source = "registry+https://github.com/rust-lang/crates.io-index"
7976checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7977dependencies = [
7978 "num-traits",
7979]
7980
7981[[package]]
7982name = "num-iter"
7983version = "0.1.45"
7984source = "registry+https://github.com/rust-lang/crates.io-index"
7985checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7986dependencies = [
7987 "autocfg",
7988 "num-integer",
7989 "num-traits",
7990]
7991
7992[[package]]
7993name = "num-modular"
7994version = "0.6.1"
7995source = "registry+https://github.com/rust-lang/crates.io-index"
7996checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
7997
7998[[package]]
7999name = "num-order"
8000version = "1.2.0"
8001source = "registry+https://github.com/rust-lang/crates.io-index"
8002checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8003dependencies = [
8004 "num-modular",
8005]
8006
8007[[package]]
8008name = "num-rational"
8009version = "0.4.2"
8010source = "registry+https://github.com/rust-lang/crates.io-index"
8011checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8012dependencies = [
8013 "num-bigint",
8014 "num-integer",
8015 "num-traits",
8016]
8017
8018[[package]]
8019name = "num-traits"
8020version = "0.2.19"
8021source = "registry+https://github.com/rust-lang/crates.io-index"
8022checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8023dependencies = [
8024 "autocfg",
8025 "libm",
8026]
8027
8028[[package]]
8029name = "num_cpus"
8030version = "1.16.0"
8031source = "registry+https://github.com/rust-lang/crates.io-index"
8032checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8033dependencies = [
8034 "hermit-abi 0.3.9",
8035 "libc",
8036]
8037
8038[[package]]
8039name = "num_enum"
8040version = "0.7.3"
8041source = "registry+https://github.com/rust-lang/crates.io-index"
8042checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8043dependencies = [
8044 "num_enum_derive",
8045]
8046
8047[[package]]
8048name = "num_enum_derive"
8049version = "0.7.3"
8050source = "registry+https://github.com/rust-lang/crates.io-index"
8051checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8052dependencies = [
8053 "proc-macro-crate",
8054 "proc-macro2",
8055 "quote",
8056 "syn 2.0.90",
8057]
8058
8059[[package]]
8060name = "num_threads"
8061version = "0.1.7"
8062source = "registry+https://github.com/rust-lang/crates.io-index"
8063checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8064dependencies = [
8065 "libc",
8066]
8067
8068[[package]]
8069name = "nvim-rs"
8070version = "0.8.0-pre"
8071source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8072dependencies = [
8073 "async-trait",
8074 "futures 0.3.31",
8075 "log",
8076 "parity-tokio-ipc",
8077 "rmp",
8078 "rmpv",
8079 "tokio",
8080 "tokio-util",
8081 "winapi",
8082]
8083
8084[[package]]
8085name = "objc"
8086version = "0.2.7"
8087source = "registry+https://github.com/rust-lang/crates.io-index"
8088checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8089dependencies = [
8090 "malloc_buf",
8091]
8092
8093[[package]]
8094name = "objc-sys"
8095version = "0.3.5"
8096source = "registry+https://github.com/rust-lang/crates.io-index"
8097checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8098
8099[[package]]
8100name = "objc2"
8101version = "0.5.2"
8102source = "registry+https://github.com/rust-lang/crates.io-index"
8103checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8104dependencies = [
8105 "objc-sys",
8106 "objc2-encode",
8107]
8108
8109[[package]]
8110name = "objc2-app-kit"
8111version = "0.2.2"
8112source = "registry+https://github.com/rust-lang/crates.io-index"
8113checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8114dependencies = [
8115 "bitflags 2.6.0",
8116 "block2",
8117 "libc",
8118 "objc2",
8119 "objc2-core-data",
8120 "objc2-core-image",
8121 "objc2-foundation",
8122 "objc2-quartz-core",
8123]
8124
8125[[package]]
8126name = "objc2-cloud-kit"
8127version = "0.2.2"
8128source = "registry+https://github.com/rust-lang/crates.io-index"
8129checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8130dependencies = [
8131 "bitflags 2.6.0",
8132 "block2",
8133 "objc2",
8134 "objc2-core-location",
8135 "objc2-foundation",
8136]
8137
8138[[package]]
8139name = "objc2-contacts"
8140version = "0.2.2"
8141source = "registry+https://github.com/rust-lang/crates.io-index"
8142checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8143dependencies = [
8144 "block2",
8145 "objc2",
8146 "objc2-foundation",
8147]
8148
8149[[package]]
8150name = "objc2-core-data"
8151version = "0.2.2"
8152source = "registry+https://github.com/rust-lang/crates.io-index"
8153checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8154dependencies = [
8155 "bitflags 2.6.0",
8156 "block2",
8157 "objc2",
8158 "objc2-foundation",
8159]
8160
8161[[package]]
8162name = "objc2-core-image"
8163version = "0.2.2"
8164source = "registry+https://github.com/rust-lang/crates.io-index"
8165checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8166dependencies = [
8167 "block2",
8168 "objc2",
8169 "objc2-foundation",
8170 "objc2-metal",
8171]
8172
8173[[package]]
8174name = "objc2-core-location"
8175version = "0.2.2"
8176source = "registry+https://github.com/rust-lang/crates.io-index"
8177checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8178dependencies = [
8179 "block2",
8180 "objc2",
8181 "objc2-contacts",
8182 "objc2-foundation",
8183]
8184
8185[[package]]
8186name = "objc2-encode"
8187version = "4.0.3"
8188source = "registry+https://github.com/rust-lang/crates.io-index"
8189checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8190
8191[[package]]
8192name = "objc2-foundation"
8193version = "0.2.2"
8194source = "registry+https://github.com/rust-lang/crates.io-index"
8195checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8196dependencies = [
8197 "bitflags 2.6.0",
8198 "block2",
8199 "libc",
8200 "objc2",
8201]
8202
8203[[package]]
8204name = "objc2-link-presentation"
8205version = "0.2.2"
8206source = "registry+https://github.com/rust-lang/crates.io-index"
8207checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8208dependencies = [
8209 "block2",
8210 "objc2",
8211 "objc2-app-kit",
8212 "objc2-foundation",
8213]
8214
8215[[package]]
8216name = "objc2-metal"
8217version = "0.2.2"
8218source = "registry+https://github.com/rust-lang/crates.io-index"
8219checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8220dependencies = [
8221 "bitflags 2.6.0",
8222 "block2",
8223 "objc2",
8224 "objc2-foundation",
8225]
8226
8227[[package]]
8228name = "objc2-quartz-core"
8229version = "0.2.2"
8230source = "registry+https://github.com/rust-lang/crates.io-index"
8231checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8232dependencies = [
8233 "bitflags 2.6.0",
8234 "block2",
8235 "objc2",
8236 "objc2-foundation",
8237 "objc2-metal",
8238]
8239
8240[[package]]
8241name = "objc2-symbols"
8242version = "0.2.2"
8243source = "registry+https://github.com/rust-lang/crates.io-index"
8244checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8245dependencies = [
8246 "objc2",
8247 "objc2-foundation",
8248]
8249
8250[[package]]
8251name = "objc2-ui-kit"
8252version = "0.2.2"
8253source = "registry+https://github.com/rust-lang/crates.io-index"
8254checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8255dependencies = [
8256 "bitflags 2.6.0",
8257 "block2",
8258 "objc2",
8259 "objc2-cloud-kit",
8260 "objc2-core-data",
8261 "objc2-core-image",
8262 "objc2-core-location",
8263 "objc2-foundation",
8264 "objc2-link-presentation",
8265 "objc2-quartz-core",
8266 "objc2-symbols",
8267 "objc2-uniform-type-identifiers",
8268 "objc2-user-notifications",
8269]
8270
8271[[package]]
8272name = "objc2-uniform-type-identifiers"
8273version = "0.2.2"
8274source = "registry+https://github.com/rust-lang/crates.io-index"
8275checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8276dependencies = [
8277 "block2",
8278 "objc2",
8279 "objc2-foundation",
8280]
8281
8282[[package]]
8283name = "objc2-user-notifications"
8284version = "0.2.2"
8285source = "registry+https://github.com/rust-lang/crates.io-index"
8286checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8287dependencies = [
8288 "bitflags 2.6.0",
8289 "block2",
8290 "objc2",
8291 "objc2-core-location",
8292 "objc2-foundation",
8293]
8294
8295[[package]]
8296name = "object"
8297version = "0.36.5"
8298source = "registry+https://github.com/rust-lang/crates.io-index"
8299checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8300dependencies = [
8301 "crc32fast",
8302 "hashbrown 0.15.2",
8303 "indexmap",
8304 "memchr",
8305]
8306
8307[[package]]
8308name = "oboe"
8309version = "0.6.1"
8310source = "registry+https://github.com/rust-lang/crates.io-index"
8311checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8312dependencies = [
8313 "jni",
8314 "ndk",
8315 "ndk-context",
8316 "num-derive",
8317 "num-traits",
8318 "oboe-sys",
8319]
8320
8321[[package]]
8322name = "oboe-sys"
8323version = "0.6.1"
8324source = "registry+https://github.com/rust-lang/crates.io-index"
8325checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8326dependencies = [
8327 "cc",
8328]
8329
8330[[package]]
8331name = "ollama"
8332version = "0.1.0"
8333dependencies = [
8334 "anyhow",
8335 "futures 0.3.31",
8336 "http_client",
8337 "schemars",
8338 "serde",
8339 "serde_json",
8340]
8341
8342[[package]]
8343name = "once_cell"
8344version = "1.20.2"
8345source = "registry+https://github.com/rust-lang/crates.io-index"
8346checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8347
8348[[package]]
8349name = "oo7"
8350version = "0.3.3"
8351source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8352dependencies = [
8353 "aes",
8354 "async-fs",
8355 "async-io",
8356 "async-lock",
8357 "async-net",
8358 "blocking",
8359 "cbc",
8360 "cipher",
8361 "digest",
8362 "endi",
8363 "futures-lite 2.5.0",
8364 "futures-util",
8365 "hkdf",
8366 "hmac",
8367 "md-5",
8368 "num",
8369 "num-bigint-dig",
8370 "pbkdf2 0.12.2",
8371 "rand 0.8.5",
8372 "serde",
8373 "sha2",
8374 "subtle",
8375 "zbus 4.4.0",
8376 "zeroize",
8377 "zvariant 4.2.0",
8378]
8379
8380[[package]]
8381name = "oorandom"
8382version = "11.1.4"
8383source = "registry+https://github.com/rust-lang/crates.io-index"
8384checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8385
8386[[package]]
8387name = "open"
8388version = "5.3.2"
8389source = "registry+https://github.com/rust-lang/crates.io-index"
8390checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8391dependencies = [
8392 "is-wsl",
8393 "libc",
8394 "pathdiff",
8395]
8396
8397[[package]]
8398name = "open_ai"
8399version = "0.1.0"
8400dependencies = [
8401 "anyhow",
8402 "futures 0.3.31",
8403 "http_client",
8404 "schemars",
8405 "serde",
8406 "serde_json",
8407 "strum",
8408]
8409
8410[[package]]
8411name = "opener"
8412version = "0.7.2"
8413source = "registry+https://github.com/rust-lang/crates.io-index"
8414checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8415dependencies = [
8416 "bstr",
8417 "dbus",
8418 "normpath",
8419 "windows-sys 0.59.0",
8420]
8421
8422[[package]]
8423name = "openssl"
8424version = "0.10.68"
8425source = "registry+https://github.com/rust-lang/crates.io-index"
8426checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8427dependencies = [
8428 "bitflags 2.6.0",
8429 "cfg-if",
8430 "foreign-types 0.3.2",
8431 "libc",
8432 "once_cell",
8433 "openssl-macros",
8434 "openssl-sys",
8435]
8436
8437[[package]]
8438name = "openssl-macros"
8439version = "0.1.1"
8440source = "registry+https://github.com/rust-lang/crates.io-index"
8441checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8442dependencies = [
8443 "proc-macro2",
8444 "quote",
8445 "syn 2.0.90",
8446]
8447
8448[[package]]
8449name = "openssl-probe"
8450version = "0.1.5"
8451source = "registry+https://github.com/rust-lang/crates.io-index"
8452checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8453
8454[[package]]
8455name = "openssl-src"
8456version = "300.4.1+3.4.0"
8457source = "registry+https://github.com/rust-lang/crates.io-index"
8458checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8459dependencies = [
8460 "cc",
8461]
8462
8463[[package]]
8464name = "openssl-sys"
8465version = "0.9.104"
8466source = "registry+https://github.com/rust-lang/crates.io-index"
8467checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8468dependencies = [
8469 "cc",
8470 "libc",
8471 "openssl-src",
8472 "pkg-config",
8473 "vcpkg",
8474]
8475
8476[[package]]
8477name = "option-ext"
8478version = "0.2.0"
8479source = "registry+https://github.com/rust-lang/crates.io-index"
8480checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8481
8482[[package]]
8483name = "ordered-float"
8484version = "2.10.1"
8485source = "registry+https://github.com/rust-lang/crates.io-index"
8486checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8487dependencies = [
8488 "num-traits",
8489]
8490
8491[[package]]
8492name = "ordered-float"
8493version = "3.9.2"
8494source = "registry+https://github.com/rust-lang/crates.io-index"
8495checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8496dependencies = [
8497 "num-traits",
8498]
8499
8500[[package]]
8501name = "ordered-stream"
8502version = "0.2.0"
8503source = "registry+https://github.com/rust-lang/crates.io-index"
8504checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8505dependencies = [
8506 "futures-core",
8507 "pin-project-lite",
8508]
8509
8510[[package]]
8511name = "ouroboros"
8512version = "0.18.4"
8513source = "registry+https://github.com/rust-lang/crates.io-index"
8514checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8515dependencies = [
8516 "aliasable",
8517 "ouroboros_macro",
8518 "static_assertions",
8519]
8520
8521[[package]]
8522name = "ouroboros_macro"
8523version = "0.18.4"
8524source = "registry+https://github.com/rust-lang/crates.io-index"
8525checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8526dependencies = [
8527 "heck 0.4.1",
8528 "itertools 0.12.1",
8529 "proc-macro2",
8530 "proc-macro2-diagnostics",
8531 "quote",
8532 "syn 2.0.90",
8533]
8534
8535[[package]]
8536name = "outline"
8537version = "0.1.0"
8538dependencies = [
8539 "editor",
8540 "fuzzy",
8541 "gpui",
8542 "indoc",
8543 "language",
8544 "menu",
8545 "ordered-float 2.10.1",
8546 "picker",
8547 "project",
8548 "rope",
8549 "serde_json",
8550 "settings",
8551 "smol",
8552 "theme",
8553 "tree-sitter-rust",
8554 "tree-sitter-typescript",
8555 "ui",
8556 "util",
8557 "workspace",
8558 "zed_actions",
8559]
8560
8561[[package]]
8562name = "outline_panel"
8563version = "0.1.0"
8564dependencies = [
8565 "anyhow",
8566 "collections",
8567 "db",
8568 "editor",
8569 "file_icons",
8570 "fuzzy",
8571 "gpui",
8572 "itertools 0.14.0",
8573 "language",
8574 "log",
8575 "menu",
8576 "outline",
8577 "pretty_assertions",
8578 "project",
8579 "schemars",
8580 "search",
8581 "serde",
8582 "serde_json",
8583 "settings",
8584 "smallvec",
8585 "smol",
8586 "theme",
8587 "ui",
8588 "util",
8589 "workspace",
8590 "worktree",
8591]
8592
8593[[package]]
8594name = "outref"
8595version = "0.5.1"
8596source = "registry+https://github.com/rust-lang/crates.io-index"
8597checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8598
8599[[package]]
8600name = "overload"
8601version = "0.1.1"
8602source = "registry+https://github.com/rust-lang/crates.io-index"
8603checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8604
8605[[package]]
8606name = "p256"
8607version = "0.11.1"
8608source = "registry+https://github.com/rust-lang/crates.io-index"
8609checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8610dependencies = [
8611 "ecdsa",
8612 "elliptic-curve",
8613 "sha2",
8614]
8615
8616[[package]]
8617name = "page_size"
8618version = "0.6.0"
8619source = "registry+https://github.com/rust-lang/crates.io-index"
8620checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8621dependencies = [
8622 "libc",
8623 "winapi",
8624]
8625
8626[[package]]
8627name = "palette"
8628version = "0.7.6"
8629source = "registry+https://github.com/rust-lang/crates.io-index"
8630checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8631dependencies = [
8632 "approx",
8633 "fast-srgb8",
8634 "palette_derive",
8635]
8636
8637[[package]]
8638name = "palette_derive"
8639version = "0.7.6"
8640source = "registry+https://github.com/rust-lang/crates.io-index"
8641checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8642dependencies = [
8643 "by_address",
8644 "proc-macro2",
8645 "quote",
8646 "syn 2.0.90",
8647]
8648
8649[[package]]
8650name = "parity-tokio-ipc"
8651version = "0.9.0"
8652source = "registry+https://github.com/rust-lang/crates.io-index"
8653checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8654dependencies = [
8655 "futures 0.3.31",
8656 "libc",
8657 "log",
8658 "rand 0.7.3",
8659 "tokio",
8660 "winapi",
8661]
8662
8663[[package]]
8664name = "parking"
8665version = "2.2.1"
8666source = "registry+https://github.com/rust-lang/crates.io-index"
8667checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8668
8669[[package]]
8670name = "parking_lot"
8671version = "0.12.3"
8672source = "registry+https://github.com/rust-lang/crates.io-index"
8673checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8674dependencies = [
8675 "lock_api",
8676 "parking_lot_core",
8677]
8678
8679[[package]]
8680name = "parking_lot_core"
8681version = "0.9.10"
8682source = "registry+https://github.com/rust-lang/crates.io-index"
8683checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8684dependencies = [
8685 "cfg-if",
8686 "libc",
8687 "redox_syscall 0.5.8",
8688 "smallvec",
8689 "windows-targets 0.52.6",
8690]
8691
8692[[package]]
8693name = "password-hash"
8694version = "0.4.2"
8695source = "registry+https://github.com/rust-lang/crates.io-index"
8696checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8697dependencies = [
8698 "base64ct",
8699 "rand_core 0.6.4",
8700 "subtle",
8701]
8702
8703[[package]]
8704name = "password-hash"
8705version = "0.5.0"
8706source = "registry+https://github.com/rust-lang/crates.io-index"
8707checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8708dependencies = [
8709 "base64ct",
8710 "rand_core 0.6.4",
8711 "subtle",
8712]
8713
8714[[package]]
8715name = "paste"
8716version = "1.0.15"
8717source = "registry+https://github.com/rust-lang/crates.io-index"
8718checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8719
8720[[package]]
8721name = "pathdiff"
8722version = "0.2.3"
8723source = "registry+https://github.com/rust-lang/crates.io-index"
8724checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8725
8726[[package]]
8727name = "pathfinder_geometry"
8728version = "0.5.1"
8729source = "registry+https://github.com/rust-lang/crates.io-index"
8730checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8731dependencies = [
8732 "log",
8733 "pathfinder_simd",
8734]
8735
8736[[package]]
8737name = "pathfinder_simd"
8738version = "0.5.4"
8739source = "registry+https://github.com/rust-lang/crates.io-index"
8740checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8741dependencies = [
8742 "rustc_version",
8743]
8744
8745[[package]]
8746name = "paths"
8747version = "0.1.0"
8748dependencies = [
8749 "dirs 4.0.0",
8750 "util",
8751]
8752
8753[[package]]
8754name = "pbjson"
8755version = "0.6.0"
8756source = "registry+https://github.com/rust-lang/crates.io-index"
8757checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8758dependencies = [
8759 "base64 0.21.7",
8760 "serde",
8761]
8762
8763[[package]]
8764name = "pbjson-build"
8765version = "0.6.2"
8766source = "registry+https://github.com/rust-lang/crates.io-index"
8767checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8768dependencies = [
8769 "heck 0.4.1",
8770 "itertools 0.11.0",
8771 "prost 0.12.6",
8772 "prost-types 0.12.6",
8773]
8774
8775[[package]]
8776name = "pbjson-types"
8777version = "0.6.0"
8778source = "registry+https://github.com/rust-lang/crates.io-index"
8779checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8780dependencies = [
8781 "bytes 1.9.0",
8782 "chrono",
8783 "pbjson",
8784 "pbjson-build",
8785 "prost 0.12.6",
8786 "prost-build 0.12.6",
8787 "serde",
8788]
8789
8790[[package]]
8791name = "pbkdf2"
8792version = "0.11.0"
8793source = "registry+https://github.com/rust-lang/crates.io-index"
8794checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8795dependencies = [
8796 "digest",
8797 "hmac",
8798 "password-hash 0.4.2",
8799 "sha2",
8800]
8801
8802[[package]]
8803name = "pbkdf2"
8804version = "0.12.2"
8805source = "registry+https://github.com/rust-lang/crates.io-index"
8806checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8807dependencies = [
8808 "digest",
8809 "hmac",
8810]
8811
8812[[package]]
8813name = "pem"
8814version = "3.0.4"
8815source = "registry+https://github.com/rust-lang/crates.io-index"
8816checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8817dependencies = [
8818 "base64 0.22.1",
8819 "serde",
8820]
8821
8822[[package]]
8823name = "pem-rfc7468"
8824version = "0.7.0"
8825source = "registry+https://github.com/rust-lang/crates.io-index"
8826checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8827dependencies = [
8828 "base64ct",
8829]
8830
8831[[package]]
8832name = "percent-encoding"
8833version = "2.3.1"
8834source = "registry+https://github.com/rust-lang/crates.io-index"
8835checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8836
8837[[package]]
8838name = "perplexity"
8839version = "0.1.0"
8840dependencies = [
8841 "serde",
8842 "zed_extension_api 0.2.0",
8843]
8844
8845[[package]]
8846name = "pest"
8847version = "2.7.15"
8848source = "registry+https://github.com/rust-lang/crates.io-index"
8849checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8850dependencies = [
8851 "memchr",
8852 "thiserror 2.0.6",
8853 "ucd-trie",
8854]
8855
8856[[package]]
8857name = "pest_derive"
8858version = "2.7.15"
8859source = "registry+https://github.com/rust-lang/crates.io-index"
8860checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
8861dependencies = [
8862 "pest",
8863 "pest_generator",
8864]
8865
8866[[package]]
8867name = "pest_generator"
8868version = "2.7.15"
8869source = "registry+https://github.com/rust-lang/crates.io-index"
8870checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
8871dependencies = [
8872 "pest",
8873 "pest_meta",
8874 "proc-macro2",
8875 "quote",
8876 "syn 2.0.90",
8877]
8878
8879[[package]]
8880name = "pest_meta"
8881version = "2.7.15"
8882source = "registry+https://github.com/rust-lang/crates.io-index"
8883checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
8884dependencies = [
8885 "once_cell",
8886 "pest",
8887 "sha2",
8888]
8889
8890[[package]]
8891name = "pet"
8892version = "0.1.0"
8893source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8894dependencies = [
8895 "clap",
8896 "env_logger 0.10.2",
8897 "lazy_static",
8898 "log",
8899 "msvc_spectre_libs",
8900 "pet-conda",
8901 "pet-core",
8902 "pet-env-var-path",
8903 "pet-fs",
8904 "pet-global-virtualenvs",
8905 "pet-homebrew",
8906 "pet-jsonrpc",
8907 "pet-linux-global-python",
8908 "pet-mac-commandlinetools",
8909 "pet-mac-python-org",
8910 "pet-mac-xcode",
8911 "pet-pipenv",
8912 "pet-pixi",
8913 "pet-poetry",
8914 "pet-pyenv",
8915 "pet-python-utils",
8916 "pet-reporter",
8917 "pet-telemetry",
8918 "pet-venv",
8919 "pet-virtualenv",
8920 "pet-virtualenvwrapper",
8921 "pet-windows-registry",
8922 "pet-windows-store",
8923 "serde",
8924 "serde_json",
8925]
8926
8927[[package]]
8928name = "pet-conda"
8929version = "0.1.0"
8930source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8931dependencies = [
8932 "env_logger 0.10.2",
8933 "lazy_static",
8934 "log",
8935 "msvc_spectre_libs",
8936 "pet-core",
8937 "pet-fs",
8938 "pet-python-utils",
8939 "pet-reporter",
8940 "regex",
8941 "serde",
8942 "serde_json",
8943 "yaml-rust2",
8944]
8945
8946[[package]]
8947name = "pet-core"
8948version = "0.1.0"
8949source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8950dependencies = [
8951 "clap",
8952 "lazy_static",
8953 "log",
8954 "msvc_spectre_libs",
8955 "pet-fs",
8956 "regex",
8957 "serde",
8958 "serde_json",
8959]
8960
8961[[package]]
8962name = "pet-env-var-path"
8963version = "0.1.0"
8964source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8965dependencies = [
8966 "lazy_static",
8967 "log",
8968 "msvc_spectre_libs",
8969 "pet-conda",
8970 "pet-core",
8971 "pet-fs",
8972 "pet-python-utils",
8973 "pet-virtualenv",
8974 "regex",
8975]
8976
8977[[package]]
8978name = "pet-fs"
8979version = "0.1.0"
8980source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8981dependencies = [
8982 "log",
8983 "msvc_spectre_libs",
8984]
8985
8986[[package]]
8987name = "pet-global-virtualenvs"
8988version = "0.1.0"
8989source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8990dependencies = [
8991 "log",
8992 "msvc_spectre_libs",
8993 "pet-conda",
8994 "pet-core",
8995 "pet-fs",
8996 "pet-virtualenv",
8997]
8998
8999[[package]]
9000name = "pet-homebrew"
9001version = "0.1.0"
9002source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9003dependencies = [
9004 "lazy_static",
9005 "log",
9006 "msvc_spectre_libs",
9007 "pet-conda",
9008 "pet-core",
9009 "pet-fs",
9010 "pet-python-utils",
9011 "pet-virtualenv",
9012 "regex",
9013 "serde",
9014 "serde_json",
9015]
9016
9017[[package]]
9018name = "pet-jsonrpc"
9019version = "0.1.0"
9020source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9021dependencies = [
9022 "env_logger 0.10.2",
9023 "log",
9024 "msvc_spectre_libs",
9025 "pet-core",
9026 "serde",
9027 "serde_json",
9028]
9029
9030[[package]]
9031name = "pet-linux-global-python"
9032version = "0.1.0"
9033source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9034dependencies = [
9035 "log",
9036 "msvc_spectre_libs",
9037 "pet-core",
9038 "pet-fs",
9039 "pet-python-utils",
9040 "pet-virtualenv",
9041]
9042
9043[[package]]
9044name = "pet-mac-commandlinetools"
9045version = "0.1.0"
9046source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9047dependencies = [
9048 "log",
9049 "msvc_spectre_libs",
9050 "pet-core",
9051 "pet-fs",
9052 "pet-python-utils",
9053 "pet-virtualenv",
9054]
9055
9056[[package]]
9057name = "pet-mac-python-org"
9058version = "0.1.0"
9059source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9060dependencies = [
9061 "log",
9062 "msvc_spectre_libs",
9063 "pet-core",
9064 "pet-fs",
9065 "pet-python-utils",
9066 "pet-virtualenv",
9067]
9068
9069[[package]]
9070name = "pet-mac-xcode"
9071version = "0.1.0"
9072source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9073dependencies = [
9074 "log",
9075 "msvc_spectre_libs",
9076 "pet-core",
9077 "pet-fs",
9078 "pet-python-utils",
9079 "pet-virtualenv",
9080]
9081
9082[[package]]
9083name = "pet-pipenv"
9084version = "0.1.0"
9085source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9086dependencies = [
9087 "log",
9088 "msvc_spectre_libs",
9089 "pet-core",
9090 "pet-fs",
9091 "pet-python-utils",
9092 "pet-virtualenv",
9093]
9094
9095[[package]]
9096name = "pet-pixi"
9097version = "0.1.0"
9098source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9099dependencies = [
9100 "log",
9101 "msvc_spectre_libs",
9102 "pet-conda",
9103 "pet-core",
9104 "pet-python-utils",
9105]
9106
9107[[package]]
9108name = "pet-poetry"
9109version = "0.1.0"
9110source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9111dependencies = [
9112 "base64 0.22.1",
9113 "lazy_static",
9114 "log",
9115 "msvc_spectre_libs",
9116 "pet-core",
9117 "pet-fs",
9118 "pet-python-utils",
9119 "pet-reporter",
9120 "pet-virtualenv",
9121 "regex",
9122 "serde",
9123 "serde_json",
9124 "sha2",
9125 "toml 0.8.19",
9126]
9127
9128[[package]]
9129name = "pet-pyenv"
9130version = "0.1.0"
9131source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9132dependencies = [
9133 "lazy_static",
9134 "log",
9135 "msvc_spectre_libs",
9136 "pet-conda",
9137 "pet-core",
9138 "pet-fs",
9139 "pet-python-utils",
9140 "pet-reporter",
9141 "regex",
9142 "serde",
9143 "serde_json",
9144]
9145
9146[[package]]
9147name = "pet-python-utils"
9148version = "0.1.0"
9149source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9150dependencies = [
9151 "env_logger 0.10.2",
9152 "lazy_static",
9153 "log",
9154 "msvc_spectre_libs",
9155 "pet-core",
9156 "pet-fs",
9157 "regex",
9158 "serde",
9159 "serde_json",
9160 "sha2",
9161]
9162
9163[[package]]
9164name = "pet-reporter"
9165version = "0.1.0"
9166source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9167dependencies = [
9168 "env_logger 0.10.2",
9169 "log",
9170 "msvc_spectre_libs",
9171 "pet-core",
9172 "pet-jsonrpc",
9173 "serde",
9174 "serde_json",
9175]
9176
9177[[package]]
9178name = "pet-telemetry"
9179version = "0.1.0"
9180source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9181dependencies = [
9182 "env_logger 0.10.2",
9183 "lazy_static",
9184 "log",
9185 "msvc_spectre_libs",
9186 "pet-core",
9187 "pet-fs",
9188 "pet-python-utils",
9189 "regex",
9190]
9191
9192[[package]]
9193name = "pet-venv"
9194version = "0.1.0"
9195source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9196dependencies = [
9197 "log",
9198 "msvc_spectre_libs",
9199 "pet-core",
9200 "pet-python-utils",
9201 "pet-virtualenv",
9202]
9203
9204[[package]]
9205name = "pet-virtualenv"
9206version = "0.1.0"
9207source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9208dependencies = [
9209 "log",
9210 "msvc_spectre_libs",
9211 "pet-core",
9212 "pet-fs",
9213 "pet-python-utils",
9214]
9215
9216[[package]]
9217name = "pet-virtualenvwrapper"
9218version = "0.1.0"
9219source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9220dependencies = [
9221 "log",
9222 "msvc_spectre_libs",
9223 "pet-core",
9224 "pet-fs",
9225 "pet-python-utils",
9226 "pet-virtualenv",
9227]
9228
9229[[package]]
9230name = "pet-windows-registry"
9231version = "0.1.0"
9232source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9233dependencies = [
9234 "lazy_static",
9235 "log",
9236 "msvc_spectre_libs",
9237 "pet-conda",
9238 "pet-core",
9239 "pet-fs",
9240 "pet-python-utils",
9241 "pet-virtualenv",
9242 "pet-windows-store",
9243 "regex",
9244 "winreg 0.52.0",
9245]
9246
9247[[package]]
9248name = "pet-windows-store"
9249version = "0.1.0"
9250source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9251dependencies = [
9252 "lazy_static",
9253 "log",
9254 "msvc_spectre_libs",
9255 "pet-core",
9256 "pet-fs",
9257 "pet-python-utils",
9258 "pet-virtualenv",
9259 "regex",
9260 "winreg 0.52.0",
9261]
9262
9263[[package]]
9264name = "petgraph"
9265version = "0.6.5"
9266source = "registry+https://github.com/rust-lang/crates.io-index"
9267checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9268dependencies = [
9269 "fixedbitset",
9270 "indexmap",
9271]
9272
9273[[package]]
9274name = "phf"
9275version = "0.11.2"
9276source = "registry+https://github.com/rust-lang/crates.io-index"
9277checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9278dependencies = [
9279 "phf_macros",
9280 "phf_shared 0.11.2",
9281]
9282
9283[[package]]
9284name = "phf_codegen"
9285version = "0.11.2"
9286source = "registry+https://github.com/rust-lang/crates.io-index"
9287checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9288dependencies = [
9289 "phf_generator 0.11.2",
9290 "phf_shared 0.11.2",
9291]
9292
9293[[package]]
9294name = "phf_generator"
9295version = "0.10.0"
9296source = "registry+https://github.com/rust-lang/crates.io-index"
9297checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9298dependencies = [
9299 "phf_shared 0.10.0",
9300 "rand 0.8.5",
9301]
9302
9303[[package]]
9304name = "phf_generator"
9305version = "0.11.2"
9306source = "registry+https://github.com/rust-lang/crates.io-index"
9307checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9308dependencies = [
9309 "phf_shared 0.11.2",
9310 "rand 0.8.5",
9311]
9312
9313[[package]]
9314name = "phf_macros"
9315version = "0.11.2"
9316source = "registry+https://github.com/rust-lang/crates.io-index"
9317checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9318dependencies = [
9319 "phf_generator 0.11.2",
9320 "phf_shared 0.11.2",
9321 "proc-macro2",
9322 "quote",
9323 "syn 2.0.90",
9324]
9325
9326[[package]]
9327name = "phf_shared"
9328version = "0.10.0"
9329source = "registry+https://github.com/rust-lang/crates.io-index"
9330checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9331dependencies = [
9332 "siphasher 0.3.11",
9333]
9334
9335[[package]]
9336name = "phf_shared"
9337version = "0.11.2"
9338source = "registry+https://github.com/rust-lang/crates.io-index"
9339checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9340dependencies = [
9341 "siphasher 0.3.11",
9342]
9343
9344[[package]]
9345name = "picker"
9346version = "0.1.0"
9347dependencies = [
9348 "anyhow",
9349 "ctor",
9350 "editor",
9351 "env_logger 0.11.6",
9352 "gpui",
9353 "menu",
9354 "schemars",
9355 "serde",
9356 "serde_json",
9357 "ui",
9358 "workspace",
9359]
9360
9361[[package]]
9362name = "pico-args"
9363version = "0.5.0"
9364source = "registry+https://github.com/rust-lang/crates.io-index"
9365checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9366
9367[[package]]
9368name = "pin-project"
9369version = "1.1.7"
9370source = "registry+https://github.com/rust-lang/crates.io-index"
9371checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9372dependencies = [
9373 "pin-project-internal",
9374]
9375
9376[[package]]
9377name = "pin-project-internal"
9378version = "1.1.7"
9379source = "registry+https://github.com/rust-lang/crates.io-index"
9380checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9381dependencies = [
9382 "proc-macro2",
9383 "quote",
9384 "syn 2.0.90",
9385]
9386
9387[[package]]
9388name = "pin-project-lite"
9389version = "0.2.15"
9390source = "registry+https://github.com/rust-lang/crates.io-index"
9391checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
9392
9393[[package]]
9394name = "pin-utils"
9395version = "0.1.0"
9396source = "registry+https://github.com/rust-lang/crates.io-index"
9397checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9398
9399[[package]]
9400name = "piper"
9401version = "0.2.4"
9402source = "registry+https://github.com/rust-lang/crates.io-index"
9403checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9404dependencies = [
9405 "atomic-waker",
9406 "fastrand 2.3.0",
9407 "futures-io",
9408]
9409
9410[[package]]
9411name = "pkcs1"
9412version = "0.7.5"
9413source = "registry+https://github.com/rust-lang/crates.io-index"
9414checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9415dependencies = [
9416 "der 0.7.9",
9417 "pkcs8 0.10.2",
9418 "spki 0.7.3",
9419]
9420
9421[[package]]
9422name = "pkcs8"
9423version = "0.9.0"
9424source = "registry+https://github.com/rust-lang/crates.io-index"
9425checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9426dependencies = [
9427 "der 0.6.1",
9428 "spki 0.6.0",
9429]
9430
9431[[package]]
9432name = "pkcs8"
9433version = "0.10.2"
9434source = "registry+https://github.com/rust-lang/crates.io-index"
9435checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9436dependencies = [
9437 "der 0.7.9",
9438 "spki 0.7.3",
9439]
9440
9441[[package]]
9442name = "pkg-config"
9443version = "0.3.31"
9444source = "registry+https://github.com/rust-lang/crates.io-index"
9445checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9446
9447[[package]]
9448name = "plist"
9449version = "1.7.0"
9450source = "registry+https://github.com/rust-lang/crates.io-index"
9451checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9452dependencies = [
9453 "base64 0.22.1",
9454 "indexmap",
9455 "quick-xml 0.32.0",
9456 "serde",
9457 "time",
9458]
9459
9460[[package]]
9461name = "plotters"
9462version = "0.3.7"
9463source = "registry+https://github.com/rust-lang/crates.io-index"
9464checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9465dependencies = [
9466 "num-traits",
9467 "plotters-backend",
9468 "plotters-svg",
9469 "wasm-bindgen",
9470 "web-sys",
9471]
9472
9473[[package]]
9474name = "plotters-backend"
9475version = "0.3.7"
9476source = "registry+https://github.com/rust-lang/crates.io-index"
9477checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9478
9479[[package]]
9480name = "plotters-svg"
9481version = "0.3.7"
9482source = "registry+https://github.com/rust-lang/crates.io-index"
9483checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9484dependencies = [
9485 "plotters-backend",
9486]
9487
9488[[package]]
9489name = "png"
9490version = "0.17.15"
9491source = "registry+https://github.com/rust-lang/crates.io-index"
9492checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9493dependencies = [
9494 "bitflags 1.3.2",
9495 "crc32fast",
9496 "fdeflate",
9497 "flate2",
9498 "miniz_oxide",
9499]
9500
9501[[package]]
9502name = "polling"
9503version = "3.7.4"
9504source = "registry+https://github.com/rust-lang/crates.io-index"
9505checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9506dependencies = [
9507 "cfg-if",
9508 "concurrent-queue",
9509 "hermit-abi 0.4.0",
9510 "pin-project-lite",
9511 "rustix",
9512 "tracing",
9513 "windows-sys 0.59.0",
9514]
9515
9516[[package]]
9517name = "pollster"
9518version = "0.2.5"
9519source = "registry+https://github.com/rust-lang/crates.io-index"
9520checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9521
9522[[package]]
9523name = "postage"
9524version = "0.5.0"
9525source = "registry+https://github.com/rust-lang/crates.io-index"
9526checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9527dependencies = [
9528 "atomic",
9529 "crossbeam-queue",
9530 "futures 0.3.31",
9531 "log",
9532 "parking_lot",
9533 "pin-project",
9534 "pollster",
9535 "static_assertions",
9536 "thiserror 1.0.69",
9537]
9538
9539[[package]]
9540name = "postcard"
9541version = "1.1.1"
9542source = "registry+https://github.com/rust-lang/crates.io-index"
9543checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9544dependencies = [
9545 "cobs",
9546 "embedded-io 0.4.0",
9547 "embedded-io 0.6.1",
9548 "serde",
9549]
9550
9551[[package]]
9552name = "powerfmt"
9553version = "0.2.0"
9554source = "registry+https://github.com/rust-lang/crates.io-index"
9555checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9556
9557[[package]]
9558name = "ppv-lite86"
9559version = "0.2.20"
9560source = "registry+https://github.com/rust-lang/crates.io-index"
9561checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9562dependencies = [
9563 "zerocopy",
9564]
9565
9566[[package]]
9567name = "precomputed-hash"
9568version = "0.1.1"
9569source = "registry+https://github.com/rust-lang/crates.io-index"
9570checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9571
9572[[package]]
9573name = "prettier"
9574version = "0.1.0"
9575dependencies = [
9576 "anyhow",
9577 "collections",
9578 "fs",
9579 "gpui",
9580 "language",
9581 "log",
9582 "lsp",
9583 "node_runtime",
9584 "parking_lot",
9585 "paths",
9586 "serde",
9587 "serde_json",
9588 "util",
9589]
9590
9591[[package]]
9592name = "pretty_assertions"
9593version = "1.4.1"
9594source = "registry+https://github.com/rust-lang/crates.io-index"
9595checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9596dependencies = [
9597 "diff",
9598 "yansi",
9599]
9600
9601[[package]]
9602name = "prettyplease"
9603version = "0.2.25"
9604source = "registry+https://github.com/rust-lang/crates.io-index"
9605checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9606dependencies = [
9607 "proc-macro2",
9608 "syn 2.0.90",
9609]
9610
9611[[package]]
9612name = "proc-macro-crate"
9613version = "3.2.0"
9614source = "registry+https://github.com/rust-lang/crates.io-index"
9615checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9616dependencies = [
9617 "toml_edit",
9618]
9619
9620[[package]]
9621name = "proc-macro-error-attr2"
9622version = "2.0.0"
9623source = "registry+https://github.com/rust-lang/crates.io-index"
9624checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9625dependencies = [
9626 "proc-macro2",
9627 "quote",
9628]
9629
9630[[package]]
9631name = "proc-macro-error2"
9632version = "2.0.1"
9633source = "registry+https://github.com/rust-lang/crates.io-index"
9634checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9635dependencies = [
9636 "proc-macro-error-attr2",
9637 "proc-macro2",
9638 "quote",
9639 "syn 2.0.90",
9640]
9641
9642[[package]]
9643name = "proc-macro2"
9644version = "1.0.92"
9645source = "registry+https://github.com/rust-lang/crates.io-index"
9646checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
9647dependencies = [
9648 "unicode-ident",
9649]
9650
9651[[package]]
9652name = "proc-macro2-diagnostics"
9653version = "0.10.1"
9654source = "registry+https://github.com/rust-lang/crates.io-index"
9655checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9656dependencies = [
9657 "proc-macro2",
9658 "quote",
9659 "syn 2.0.90",
9660 "version_check",
9661 "yansi",
9662]
9663
9664[[package]]
9665name = "profiling"
9666version = "1.0.16"
9667source = "registry+https://github.com/rust-lang/crates.io-index"
9668checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9669dependencies = [
9670 "profiling-procmacros",
9671]
9672
9673[[package]]
9674name = "profiling-procmacros"
9675version = "1.0.16"
9676source = "registry+https://github.com/rust-lang/crates.io-index"
9677checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9678dependencies = [
9679 "quote",
9680 "syn 2.0.90",
9681]
9682
9683[[package]]
9684name = "project"
9685version = "0.1.0"
9686dependencies = [
9687 "aho-corasick",
9688 "anyhow",
9689 "async-trait",
9690 "client",
9691 "clock",
9692 "collections",
9693 "env_logger 0.11.6",
9694 "fancy-regex 0.14.0",
9695 "fs",
9696 "futures 0.3.31",
9697 "fuzzy",
9698 "git",
9699 "git2",
9700 "globset",
9701 "gpui",
9702 "http_client",
9703 "image",
9704 "itertools 0.14.0",
9705 "language",
9706 "log",
9707 "lsp",
9708 "node_runtime",
9709 "parking_lot",
9710 "pathdiff",
9711 "paths",
9712 "postage",
9713 "prettier",
9714 "pretty_assertions",
9715 "rand 0.8.5",
9716 "regex",
9717 "release_channel",
9718 "remote",
9719 "rpc",
9720 "schemars",
9721 "serde",
9722 "serde_json",
9723 "settings",
9724 "sha2",
9725 "shellexpand 2.1.2",
9726 "shlex",
9727 "similar",
9728 "smol",
9729 "snippet",
9730 "snippet_provider",
9731 "task",
9732 "tempfile",
9733 "terminal",
9734 "text",
9735 "toml 0.8.19",
9736 "unindent",
9737 "url",
9738 "util",
9739 "which 6.0.3",
9740 "worktree",
9741]
9742
9743[[package]]
9744name = "project_panel"
9745version = "0.1.0"
9746dependencies = [
9747 "anyhow",
9748 "client",
9749 "collections",
9750 "command_palette_hooks",
9751 "db",
9752 "editor",
9753 "file_icons",
9754 "git",
9755 "gpui",
9756 "indexmap",
9757 "language",
9758 "menu",
9759 "pretty_assertions",
9760 "project",
9761 "schemars",
9762 "search",
9763 "serde",
9764 "serde_derive",
9765 "serde_json",
9766 "settings",
9767 "smallvec",
9768 "theme",
9769 "ui",
9770 "util",
9771 "workspace",
9772 "worktree",
9773]
9774
9775[[package]]
9776name = "project_symbols"
9777version = "0.1.0"
9778dependencies = [
9779 "anyhow",
9780 "editor",
9781 "futures 0.3.31",
9782 "fuzzy",
9783 "gpui",
9784 "language",
9785 "lsp",
9786 "ordered-float 2.10.1",
9787 "picker",
9788 "project",
9789 "release_channel",
9790 "serde_json",
9791 "settings",
9792 "theme",
9793 "util",
9794 "workspace",
9795]
9796
9797[[package]]
9798name = "prometheus"
9799version = "0.13.4"
9800source = "registry+https://github.com/rust-lang/crates.io-index"
9801checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9802dependencies = [
9803 "cfg-if",
9804 "fnv",
9805 "lazy_static",
9806 "memchr",
9807 "parking_lot",
9808 "protobuf",
9809 "thiserror 1.0.69",
9810]
9811
9812[[package]]
9813name = "prost"
9814version = "0.9.0"
9815source = "registry+https://github.com/rust-lang/crates.io-index"
9816checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9817dependencies = [
9818 "bytes 1.9.0",
9819 "prost-derive 0.9.0",
9820]
9821
9822[[package]]
9823name = "prost"
9824version = "0.12.6"
9825source = "registry+https://github.com/rust-lang/crates.io-index"
9826checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9827dependencies = [
9828 "bytes 1.9.0",
9829 "prost-derive 0.12.6",
9830]
9831
9832[[package]]
9833name = "prost-build"
9834version = "0.9.0"
9835source = "registry+https://github.com/rust-lang/crates.io-index"
9836checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9837dependencies = [
9838 "bytes 1.9.0",
9839 "heck 0.3.3",
9840 "itertools 0.10.5",
9841 "lazy_static",
9842 "log",
9843 "multimap 0.8.3",
9844 "petgraph",
9845 "prost 0.9.0",
9846 "prost-types 0.9.0",
9847 "regex",
9848 "tempfile",
9849 "which 4.4.2",
9850]
9851
9852[[package]]
9853name = "prost-build"
9854version = "0.12.6"
9855source = "registry+https://github.com/rust-lang/crates.io-index"
9856checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
9857dependencies = [
9858 "bytes 1.9.0",
9859 "heck 0.5.0",
9860 "itertools 0.12.1",
9861 "log",
9862 "multimap 0.10.0",
9863 "once_cell",
9864 "petgraph",
9865 "prettyplease",
9866 "prost 0.12.6",
9867 "prost-types 0.12.6",
9868 "regex",
9869 "syn 2.0.90",
9870 "tempfile",
9871]
9872
9873[[package]]
9874name = "prost-derive"
9875version = "0.9.0"
9876source = "registry+https://github.com/rust-lang/crates.io-index"
9877checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9878dependencies = [
9879 "anyhow",
9880 "itertools 0.10.5",
9881 "proc-macro2",
9882 "quote",
9883 "syn 1.0.109",
9884]
9885
9886[[package]]
9887name = "prost-derive"
9888version = "0.12.6"
9889source = "registry+https://github.com/rust-lang/crates.io-index"
9890checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
9891dependencies = [
9892 "anyhow",
9893 "itertools 0.12.1",
9894 "proc-macro2",
9895 "quote",
9896 "syn 2.0.90",
9897]
9898
9899[[package]]
9900name = "prost-types"
9901version = "0.9.0"
9902source = "registry+https://github.com/rust-lang/crates.io-index"
9903checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9904dependencies = [
9905 "bytes 1.9.0",
9906 "prost 0.9.0",
9907]
9908
9909[[package]]
9910name = "prost-types"
9911version = "0.12.6"
9912source = "registry+https://github.com/rust-lang/crates.io-index"
9913checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
9914dependencies = [
9915 "prost 0.12.6",
9916]
9917
9918[[package]]
9919name = "proto"
9920version = "0.1.0"
9921dependencies = [
9922 "anyhow",
9923 "collections",
9924 "prost 0.9.0",
9925 "prost-build 0.9.0",
9926 "serde",
9927]
9928
9929[[package]]
9930name = "protobuf"
9931version = "2.28.0"
9932source = "registry+https://github.com/rust-lang/crates.io-index"
9933checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9934
9935[[package]]
9936name = "psm"
9937version = "0.1.24"
9938source = "registry+https://github.com/rust-lang/crates.io-index"
9939checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
9940dependencies = [
9941 "cc",
9942]
9943
9944[[package]]
9945name = "ptr_meta"
9946version = "0.1.4"
9947source = "registry+https://github.com/rust-lang/crates.io-index"
9948checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9949dependencies = [
9950 "ptr_meta_derive",
9951]
9952
9953[[package]]
9954name = "ptr_meta_derive"
9955version = "0.1.4"
9956source = "registry+https://github.com/rust-lang/crates.io-index"
9957checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9958dependencies = [
9959 "proc-macro2",
9960 "quote",
9961 "syn 1.0.109",
9962]
9963
9964[[package]]
9965name = "pulldown-cmark"
9966version = "0.10.3"
9967source = "registry+https://github.com/rust-lang/crates.io-index"
9968checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9969dependencies = [
9970 "bitflags 2.6.0",
9971 "memchr",
9972 "pulldown-cmark-escape",
9973 "unicase",
9974]
9975
9976[[package]]
9977name = "pulldown-cmark"
9978version = "0.12.2"
9979source = "registry+https://github.com/rust-lang/crates.io-index"
9980checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
9981dependencies = [
9982 "bitflags 2.6.0",
9983 "memchr",
9984 "unicase",
9985]
9986
9987[[package]]
9988name = "pulldown-cmark-escape"
9989version = "0.10.1"
9990source = "registry+https://github.com/rust-lang/crates.io-index"
9991checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9992
9993[[package]]
9994name = "qoi"
9995version = "0.4.1"
9996source = "registry+https://github.com/rust-lang/crates.io-index"
9997checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
9998dependencies = [
9999 "bytemuck",
10000]
10001
10002[[package]]
10003name = "quick-error"
10004version = "2.0.1"
10005source = "registry+https://github.com/rust-lang/crates.io-index"
10006checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10007
10008[[package]]
10009name = "quick-xml"
10010version = "0.32.0"
10011source = "registry+https://github.com/rust-lang/crates.io-index"
10012checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10013dependencies = [
10014 "memchr",
10015]
10016
10017[[package]]
10018name = "quick-xml"
10019version = "0.36.2"
10020source = "registry+https://github.com/rust-lang/crates.io-index"
10021checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10022dependencies = [
10023 "memchr",
10024]
10025
10026[[package]]
10027name = "quinn"
10028version = "0.11.6"
10029source = "registry+https://github.com/rust-lang/crates.io-index"
10030checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10031dependencies = [
10032 "bytes 1.9.0",
10033 "pin-project-lite",
10034 "quinn-proto",
10035 "quinn-udp",
10036 "rustc-hash 2.1.0",
10037 "rustls 0.23.20",
10038 "socket2",
10039 "thiserror 2.0.6",
10040 "tokio",
10041 "tracing",
10042]
10043
10044[[package]]
10045name = "quinn-proto"
10046version = "0.11.9"
10047source = "registry+https://github.com/rust-lang/crates.io-index"
10048checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10049dependencies = [
10050 "bytes 1.9.0",
10051 "getrandom 0.2.15",
10052 "rand 0.8.5",
10053 "ring",
10054 "rustc-hash 2.1.0",
10055 "rustls 0.23.20",
10056 "rustls-pki-types",
10057 "slab",
10058 "thiserror 2.0.6",
10059 "tinyvec",
10060 "tracing",
10061 "web-time",
10062]
10063
10064[[package]]
10065name = "quinn-udp"
10066version = "0.5.8"
10067source = "registry+https://github.com/rust-lang/crates.io-index"
10068checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10069dependencies = [
10070 "cfg_aliases 0.2.1",
10071 "libc",
10072 "once_cell",
10073 "socket2",
10074 "tracing",
10075 "windows-sys 0.59.0",
10076]
10077
10078[[package]]
10079name = "quote"
10080version = "1.0.38"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10083dependencies = [
10084 "proc-macro2",
10085]
10086
10087[[package]]
10088name = "radium"
10089version = "0.7.0"
10090source = "registry+https://github.com/rust-lang/crates.io-index"
10091checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10092
10093[[package]]
10094name = "rand"
10095version = "0.7.3"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10098dependencies = [
10099 "getrandom 0.1.16",
10100 "libc",
10101 "rand_chacha 0.2.2",
10102 "rand_core 0.5.1",
10103 "rand_hc",
10104]
10105
10106[[package]]
10107name = "rand"
10108version = "0.8.5"
10109source = "registry+https://github.com/rust-lang/crates.io-index"
10110checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10111dependencies = [
10112 "libc",
10113 "rand_chacha 0.3.1",
10114 "rand_core 0.6.4",
10115]
10116
10117[[package]]
10118name = "rand_chacha"
10119version = "0.2.2"
10120source = "registry+https://github.com/rust-lang/crates.io-index"
10121checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10122dependencies = [
10123 "ppv-lite86",
10124 "rand_core 0.5.1",
10125]
10126
10127[[package]]
10128name = "rand_chacha"
10129version = "0.3.1"
10130source = "registry+https://github.com/rust-lang/crates.io-index"
10131checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10132dependencies = [
10133 "ppv-lite86",
10134 "rand_core 0.6.4",
10135]
10136
10137[[package]]
10138name = "rand_core"
10139version = "0.5.1"
10140source = "registry+https://github.com/rust-lang/crates.io-index"
10141checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10142dependencies = [
10143 "getrandom 0.1.16",
10144]
10145
10146[[package]]
10147name = "rand_core"
10148version = "0.6.4"
10149source = "registry+https://github.com/rust-lang/crates.io-index"
10150checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10151dependencies = [
10152 "getrandom 0.2.15",
10153]
10154
10155[[package]]
10156name = "rand_hc"
10157version = "0.2.0"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10160dependencies = [
10161 "rand_core 0.5.1",
10162]
10163
10164[[package]]
10165name = "rangemap"
10166version = "1.5.1"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10169
10170[[package]]
10171name = "rav1e"
10172version = "0.7.1"
10173source = "registry+https://github.com/rust-lang/crates.io-index"
10174checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10175dependencies = [
10176 "arbitrary",
10177 "arg_enum_proc_macro",
10178 "arrayvec",
10179 "av1-grain",
10180 "bitstream-io",
10181 "built",
10182 "cfg-if",
10183 "interpolate_name",
10184 "itertools 0.12.1",
10185 "libc",
10186 "libfuzzer-sys",
10187 "log",
10188 "maybe-rayon",
10189 "new_debug_unreachable",
10190 "noop_proc_macro",
10191 "num-derive",
10192 "num-traits",
10193 "once_cell",
10194 "paste",
10195 "profiling",
10196 "rand 0.8.5",
10197 "rand_chacha 0.3.1",
10198 "simd_helpers",
10199 "system-deps",
10200 "thiserror 1.0.69",
10201 "v_frame",
10202 "wasm-bindgen",
10203]
10204
10205[[package]]
10206name = "ravif"
10207version = "0.11.11"
10208source = "registry+https://github.com/rust-lang/crates.io-index"
10209checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10210dependencies = [
10211 "avif-serialize",
10212 "imgref",
10213 "loop9",
10214 "quick-error",
10215 "rav1e",
10216 "rayon",
10217 "rgb",
10218]
10219
10220[[package]]
10221name = "raw-window-handle"
10222version = "0.6.2"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10225
10226[[package]]
10227name = "raw-window-metal"
10228version = "0.4.0"
10229source = "registry+https://github.com/rust-lang/crates.io-index"
10230checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10231dependencies = [
10232 "cocoa 0.25.0",
10233 "core-graphics 0.23.2",
10234 "objc",
10235 "raw-window-handle",
10236]
10237
10238[[package]]
10239name = "rayon"
10240version = "1.10.0"
10241source = "registry+https://github.com/rust-lang/crates.io-index"
10242checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10243dependencies = [
10244 "either",
10245 "rayon-core",
10246]
10247
10248[[package]]
10249name = "rayon-core"
10250version = "1.12.1"
10251source = "registry+https://github.com/rust-lang/crates.io-index"
10252checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10253dependencies = [
10254 "crossbeam-deque",
10255 "crossbeam-utils",
10256]
10257
10258[[package]]
10259name = "read-fonts"
10260version = "0.22.5"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10263dependencies = [
10264 "bytemuck",
10265 "font-types",
10266]
10267
10268[[package]]
10269name = "recent_projects"
10270version = "0.1.0"
10271dependencies = [
10272 "anyhow",
10273 "auto_update",
10274 "editor",
10275 "extension_host",
10276 "file_finder",
10277 "futures 0.3.31",
10278 "fuzzy",
10279 "gpui",
10280 "language",
10281 "log",
10282 "markdown",
10283 "menu",
10284 "ordered-float 2.10.1",
10285 "paths",
10286 "picker",
10287 "project",
10288 "release_channel",
10289 "remote",
10290 "schemars",
10291 "serde",
10292 "serde_json",
10293 "settings",
10294 "smol",
10295 "task",
10296 "theme",
10297 "ui",
10298 "util",
10299 "workspace",
10300 "zed_actions",
10301]
10302
10303[[package]]
10304name = "redox_syscall"
10305version = "0.2.16"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10308dependencies = [
10309 "bitflags 1.3.2",
10310]
10311
10312[[package]]
10313name = "redox_syscall"
10314version = "0.5.8"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10317dependencies = [
10318 "bitflags 2.6.0",
10319]
10320
10321[[package]]
10322name = "redox_users"
10323version = "0.4.6"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10326dependencies = [
10327 "getrandom 0.2.15",
10328 "libredox",
10329 "thiserror 1.0.69",
10330]
10331
10332[[package]]
10333name = "refineable"
10334version = "0.1.0"
10335dependencies = [
10336 "derive_refineable",
10337]
10338
10339[[package]]
10340name = "regalloc2"
10341version = "0.9.3"
10342source = "registry+https://github.com/rust-lang/crates.io-index"
10343checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10344dependencies = [
10345 "hashbrown 0.13.2",
10346 "log",
10347 "rustc-hash 1.1.0",
10348 "slice-group-by",
10349 "smallvec",
10350]
10351
10352[[package]]
10353name = "regex"
10354version = "1.11.1"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10357dependencies = [
10358 "aho-corasick",
10359 "memchr",
10360 "regex-automata 0.4.9",
10361 "regex-syntax 0.8.5",
10362]
10363
10364[[package]]
10365name = "regex-automata"
10366version = "0.1.10"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10369dependencies = [
10370 "regex-syntax 0.6.29",
10371]
10372
10373[[package]]
10374name = "regex-automata"
10375version = "0.4.9"
10376source = "registry+https://github.com/rust-lang/crates.io-index"
10377checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10378dependencies = [
10379 "aho-corasick",
10380 "memchr",
10381 "regex-syntax 0.8.5",
10382]
10383
10384[[package]]
10385name = "regex-lite"
10386version = "0.1.6"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10389
10390[[package]]
10391name = "regex-syntax"
10392version = "0.6.29"
10393source = "registry+https://github.com/rust-lang/crates.io-index"
10394checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10395
10396[[package]]
10397name = "regex-syntax"
10398version = "0.8.5"
10399source = "registry+https://github.com/rust-lang/crates.io-index"
10400checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10401
10402[[package]]
10403name = "release_channel"
10404version = "0.1.0"
10405dependencies = [
10406 "gpui",
10407]
10408
10409[[package]]
10410name = "remote"
10411version = "0.1.0"
10412dependencies = [
10413 "anyhow",
10414 "async-trait",
10415 "collections",
10416 "fs",
10417 "futures 0.3.31",
10418 "gpui",
10419 "itertools 0.14.0",
10420 "log",
10421 "parking_lot",
10422 "paths",
10423 "prost 0.9.0",
10424 "release_channel",
10425 "rpc",
10426 "serde",
10427 "serde_json",
10428 "shlex",
10429 "smol",
10430 "tempfile",
10431 "thiserror 1.0.69",
10432 "util",
10433 "which 6.0.3",
10434]
10435
10436[[package]]
10437name = "remote_server"
10438version = "0.1.0"
10439dependencies = [
10440 "anyhow",
10441 "async-watch",
10442 "backtrace",
10443 "cargo_toml",
10444 "chrono",
10445 "clap",
10446 "client",
10447 "clock",
10448 "env_logger 0.11.6",
10449 "extension",
10450 "extension_host",
10451 "fork",
10452 "fs",
10453 "futures 0.3.31",
10454 "git",
10455 "git_hosting_providers",
10456 "gpui",
10457 "http_client",
10458 "language",
10459 "language_extension",
10460 "languages",
10461 "libc",
10462 "log",
10463 "lsp",
10464 "node_runtime",
10465 "paths",
10466 "project",
10467 "proto",
10468 "release_channel",
10469 "remote",
10470 "reqwest_client",
10471 "rpc",
10472 "rust-embed",
10473 "serde",
10474 "serde_json",
10475 "settings",
10476 "shellexpand 2.1.2",
10477 "smol",
10478 "sysinfo",
10479 "telemetry_events",
10480 "toml 0.8.19",
10481 "util",
10482 "worktree",
10483]
10484
10485[[package]]
10486name = "rend"
10487version = "0.4.2"
10488source = "registry+https://github.com/rust-lang/crates.io-index"
10489checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10490dependencies = [
10491 "bytecheck",
10492]
10493
10494[[package]]
10495name = "repl"
10496version = "0.1.0"
10497dependencies = [
10498 "alacritty_terminal",
10499 "anyhow",
10500 "async-dispatcher",
10501 "async-tungstenite 0.28.2",
10502 "base64 0.22.1",
10503 "client",
10504 "collections",
10505 "command_palette_hooks",
10506 "editor",
10507 "env_logger 0.11.6",
10508 "feature_flags",
10509 "file_icons",
10510 "futures 0.3.31",
10511 "gpui",
10512 "http_client",
10513 "image",
10514 "indoc",
10515 "jupyter-protocol",
10516 "jupyter-websocket-client",
10517 "language",
10518 "languages",
10519 "log",
10520 "markdown_preview",
10521 "menu",
10522 "multi_buffer",
10523 "nbformat",
10524 "picker",
10525 "project",
10526 "runtimelib",
10527 "schemars",
10528 "serde",
10529 "serde_json",
10530 "settings",
10531 "smol",
10532 "telemetry",
10533 "terminal",
10534 "terminal_view",
10535 "theme",
10536 "tree-sitter-md",
10537 "tree-sitter-python",
10538 "tree-sitter-typescript",
10539 "ui",
10540 "util",
10541 "uuid",
10542 "workspace",
10543]
10544
10545[[package]]
10546name = "reqwest"
10547version = "0.11.27"
10548source = "registry+https://github.com/rust-lang/crates.io-index"
10549checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10550dependencies = [
10551 "base64 0.21.7",
10552 "bytes 1.9.0",
10553 "encoding_rs",
10554 "futures-core",
10555 "futures-util",
10556 "h2 0.3.26",
10557 "http 0.2.12",
10558 "http-body 0.4.6",
10559 "hyper 0.14.32",
10560 "hyper-rustls 0.24.2",
10561 "hyper-tls",
10562 "ipnet",
10563 "js-sys",
10564 "log",
10565 "mime",
10566 "native-tls",
10567 "once_cell",
10568 "percent-encoding",
10569 "pin-project-lite",
10570 "rustls 0.21.12",
10571 "rustls-native-certs 0.6.3",
10572 "rustls-pemfile 1.0.4",
10573 "serde",
10574 "serde_json",
10575 "serde_urlencoded",
10576 "sync_wrapper 0.1.2",
10577 "system-configuration 0.5.1",
10578 "tokio",
10579 "tokio-native-tls",
10580 "tokio-rustls 0.24.1",
10581 "tower-service",
10582 "url",
10583 "wasm-bindgen",
10584 "wasm-bindgen-futures",
10585 "web-sys",
10586 "winreg 0.50.0",
10587]
10588
10589[[package]]
10590name = "reqwest"
10591version = "0.12.8"
10592source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10593dependencies = [
10594 "base64 0.22.1",
10595 "bytes 1.9.0",
10596 "encoding_rs",
10597 "futures-core",
10598 "futures-util",
10599 "h2 0.4.7",
10600 "http 1.2.0",
10601 "http-body 1.0.1",
10602 "http-body-util",
10603 "hyper 1.5.1",
10604 "hyper-rustls 0.27.3",
10605 "hyper-util",
10606 "ipnet",
10607 "js-sys",
10608 "log",
10609 "mime",
10610 "once_cell",
10611 "percent-encoding",
10612 "pin-project-lite",
10613 "quinn",
10614 "rustls 0.23.20",
10615 "rustls-native-certs 0.8.1",
10616 "rustls-pemfile 2.2.0",
10617 "rustls-pki-types",
10618 "serde",
10619 "serde_json",
10620 "serde_urlencoded",
10621 "sync_wrapper 1.0.2",
10622 "system-configuration 0.6.1",
10623 "tokio",
10624 "tokio-rustls 0.26.1",
10625 "tokio-socks",
10626 "tokio-util",
10627 "tower-service",
10628 "url",
10629 "wasm-bindgen",
10630 "wasm-bindgen-futures",
10631 "wasm-streams",
10632 "web-sys",
10633 "windows-registry",
10634]
10635
10636[[package]]
10637name = "reqwest_client"
10638version = "0.1.0"
10639dependencies = [
10640 "anyhow",
10641 "bytes 1.9.0",
10642 "futures 0.3.31",
10643 "gpui",
10644 "http_client",
10645 "log",
10646 "reqwest 0.12.8",
10647 "serde",
10648 "smol",
10649 "tokio",
10650]
10651
10652[[package]]
10653name = "resvg"
10654version = "0.44.0"
10655source = "registry+https://github.com/rust-lang/crates.io-index"
10656checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10657dependencies = [
10658 "log",
10659 "pico-args",
10660 "rgb",
10661 "svgtypes",
10662 "tiny-skia",
10663 "usvg",
10664]
10665
10666[[package]]
10667name = "rfc6979"
10668version = "0.3.1"
10669source = "registry+https://github.com/rust-lang/crates.io-index"
10670checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10671dependencies = [
10672 "crypto-bigint 0.4.9",
10673 "hmac",
10674 "zeroize",
10675]
10676
10677[[package]]
10678name = "rgb"
10679version = "0.8.50"
10680source = "registry+https://github.com/rust-lang/crates.io-index"
10681checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10682dependencies = [
10683 "bytemuck",
10684]
10685
10686[[package]]
10687name = "rich_text"
10688version = "0.1.0"
10689dependencies = [
10690 "futures 0.3.31",
10691 "gpui",
10692 "language",
10693 "linkify",
10694 "pulldown-cmark 0.12.2",
10695 "theme",
10696 "ui",
10697 "util",
10698]
10699
10700[[package]]
10701name = "ring"
10702version = "0.17.8"
10703source = "registry+https://github.com/rust-lang/crates.io-index"
10704checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10705dependencies = [
10706 "cc",
10707 "cfg-if",
10708 "getrandom 0.2.15",
10709 "libc",
10710 "spin",
10711 "untrusted",
10712 "windows-sys 0.52.0",
10713]
10714
10715[[package]]
10716name = "rkyv"
10717version = "0.7.45"
10718source = "registry+https://github.com/rust-lang/crates.io-index"
10719checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10720dependencies = [
10721 "bitvec",
10722 "bytecheck",
10723 "bytes 1.9.0",
10724 "hashbrown 0.12.3",
10725 "ptr_meta",
10726 "rend",
10727 "rkyv_derive",
10728 "seahash",
10729 "tinyvec",
10730 "uuid",
10731]
10732
10733[[package]]
10734name = "rkyv_derive"
10735version = "0.7.45"
10736source = "registry+https://github.com/rust-lang/crates.io-index"
10737checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10738dependencies = [
10739 "proc-macro2",
10740 "quote",
10741 "syn 1.0.109",
10742]
10743
10744[[package]]
10745name = "rmp"
10746version = "0.8.14"
10747source = "registry+https://github.com/rust-lang/crates.io-index"
10748checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10749dependencies = [
10750 "byteorder",
10751 "num-traits",
10752 "paste",
10753]
10754
10755[[package]]
10756name = "rmpv"
10757version = "1.3.0"
10758source = "registry+https://github.com/rust-lang/crates.io-index"
10759checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10760dependencies = [
10761 "num-traits",
10762 "rmp",
10763]
10764
10765[[package]]
10766name = "rodio"
10767version = "0.20.1"
10768source = "registry+https://github.com/rust-lang/crates.io-index"
10769checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10770dependencies = [
10771 "cpal",
10772 "hound",
10773]
10774
10775[[package]]
10776name = "rope"
10777version = "0.1.0"
10778dependencies = [
10779 "arrayvec",
10780 "criterion",
10781 "ctor",
10782 "env_logger 0.11.6",
10783 "gpui",
10784 "log",
10785 "rand 0.8.5",
10786 "rayon",
10787 "smallvec",
10788 "sum_tree",
10789 "unicode-segmentation",
10790 "util",
10791]
10792
10793[[package]]
10794name = "roxmltree"
10795version = "0.20.0"
10796source = "registry+https://github.com/rust-lang/crates.io-index"
10797checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10798
10799[[package]]
10800name = "rpc"
10801version = "0.1.0"
10802dependencies = [
10803 "anyhow",
10804 "async-tungstenite 0.28.2",
10805 "base64 0.22.1",
10806 "chrono",
10807 "collections",
10808 "env_logger 0.11.6",
10809 "futures 0.3.31",
10810 "gpui",
10811 "parking_lot",
10812 "proto",
10813 "rand 0.8.5",
10814 "rsa",
10815 "serde",
10816 "serde_json",
10817 "sha2",
10818 "strum",
10819 "tracing",
10820 "util",
10821 "zstd",
10822]
10823
10824[[package]]
10825name = "rsa"
10826version = "0.9.7"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
10829dependencies = [
10830 "const-oid",
10831 "digest",
10832 "num-bigint-dig",
10833 "num-integer",
10834 "num-traits",
10835 "pkcs1",
10836 "pkcs8 0.10.2",
10837 "rand_core 0.6.4",
10838 "signature 2.2.0",
10839 "spki 0.7.3",
10840 "subtle",
10841 "zeroize",
10842]
10843
10844[[package]]
10845name = "runtimelib"
10846version = "0.25.0"
10847source = "registry+https://github.com/rust-lang/crates.io-index"
10848checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
10849dependencies = [
10850 "anyhow",
10851 "async-dispatcher",
10852 "async-std",
10853 "base64 0.22.1",
10854 "bytes 1.9.0",
10855 "chrono",
10856 "data-encoding",
10857 "dirs 5.0.1",
10858 "futures 0.3.31",
10859 "glob",
10860 "jupyter-protocol",
10861 "ring",
10862 "serde",
10863 "serde_json",
10864 "shellexpand 3.1.0",
10865 "smol",
10866 "uuid",
10867 "zeromq",
10868]
10869
10870[[package]]
10871name = "rust-embed"
10872version = "8.5.0"
10873source = "registry+https://github.com/rust-lang/crates.io-index"
10874checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10875dependencies = [
10876 "rust-embed-impl",
10877 "rust-embed-utils",
10878 "walkdir",
10879]
10880
10881[[package]]
10882name = "rust-embed-impl"
10883version = "8.5.0"
10884source = "registry+https://github.com/rust-lang/crates.io-index"
10885checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10886dependencies = [
10887 "proc-macro2",
10888 "quote",
10889 "rust-embed-utils",
10890 "syn 2.0.90",
10891 "walkdir",
10892]
10893
10894[[package]]
10895name = "rust-embed-utils"
10896version = "8.5.0"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10899dependencies = [
10900 "globset",
10901 "sha2",
10902 "walkdir",
10903]
10904
10905[[package]]
10906name = "rust_decimal"
10907version = "1.36.0"
10908source = "registry+https://github.com/rust-lang/crates.io-index"
10909checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10910dependencies = [
10911 "arrayvec",
10912 "borsh",
10913 "bytes 1.9.0",
10914 "num-traits",
10915 "rand 0.8.5",
10916 "rkyv",
10917 "serde",
10918 "serde_json",
10919]
10920
10921[[package]]
10922name = "rustc-demangle"
10923version = "0.1.24"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10926
10927[[package]]
10928name = "rustc-hash"
10929version = "1.1.0"
10930source = "registry+https://github.com/rust-lang/crates.io-index"
10931checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10932
10933[[package]]
10934name = "rustc-hash"
10935version = "2.1.0"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
10938
10939[[package]]
10940name = "rustc_version"
10941version = "0.4.1"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10944dependencies = [
10945 "semver",
10946]
10947
10948[[package]]
10949name = "rustix"
10950version = "0.38.42"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
10953dependencies = [
10954 "bitflags 2.6.0",
10955 "errno 0.3.10",
10956 "itoa",
10957 "libc",
10958 "linux-raw-sys",
10959 "once_cell",
10960 "windows-sys 0.59.0",
10961]
10962
10963[[package]]
10964name = "rustix-openpty"
10965version = "0.1.1"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10968dependencies = [
10969 "errno 0.3.10",
10970 "libc",
10971 "rustix",
10972]
10973
10974[[package]]
10975name = "rustls"
10976version = "0.21.12"
10977source = "registry+https://github.com/rust-lang/crates.io-index"
10978checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10979dependencies = [
10980 "log",
10981 "ring",
10982 "rustls-webpki 0.101.7",
10983 "sct",
10984]
10985
10986[[package]]
10987name = "rustls"
10988version = "0.23.20"
10989source = "registry+https://github.com/rust-lang/crates.io-index"
10990checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
10991dependencies = [
10992 "once_cell",
10993 "ring",
10994 "rustls-pki-types",
10995 "rustls-webpki 0.102.8",
10996 "subtle",
10997 "zeroize",
10998]
10999
11000[[package]]
11001name = "rustls-native-certs"
11002version = "0.6.3"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11005dependencies = [
11006 "openssl-probe",
11007 "rustls-pemfile 1.0.4",
11008 "schannel",
11009 "security-framework 2.11.1",
11010]
11011
11012[[package]]
11013name = "rustls-native-certs"
11014version = "0.8.1"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11017dependencies = [
11018 "openssl-probe",
11019 "rustls-pki-types",
11020 "schannel",
11021 "security-framework 3.0.1",
11022]
11023
11024[[package]]
11025name = "rustls-pemfile"
11026version = "1.0.4"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11029dependencies = [
11030 "base64 0.21.7",
11031]
11032
11033[[package]]
11034name = "rustls-pemfile"
11035version = "2.2.0"
11036source = "registry+https://github.com/rust-lang/crates.io-index"
11037checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11038dependencies = [
11039 "rustls-pki-types",
11040]
11041
11042[[package]]
11043name = "rustls-pki-types"
11044version = "1.10.0"
11045source = "registry+https://github.com/rust-lang/crates.io-index"
11046checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11047dependencies = [
11048 "web-time",
11049]
11050
11051[[package]]
11052name = "rustls-webpki"
11053version = "0.101.7"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11056dependencies = [
11057 "ring",
11058 "untrusted",
11059]
11060
11061[[package]]
11062name = "rustls-webpki"
11063version = "0.102.8"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11066dependencies = [
11067 "ring",
11068 "rustls-pki-types",
11069 "untrusted",
11070]
11071
11072[[package]]
11073name = "rustversion"
11074version = "1.0.18"
11075source = "registry+https://github.com/rust-lang/crates.io-index"
11076checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11077
11078[[package]]
11079name = "rustybuzz"
11080version = "0.14.1"
11081source = "registry+https://github.com/rust-lang/crates.io-index"
11082checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11083dependencies = [
11084 "bitflags 2.6.0",
11085 "bytemuck",
11086 "libm",
11087 "smallvec",
11088 "ttf-parser",
11089 "unicode-bidi-mirroring",
11090 "unicode-ccc",
11091 "unicode-properties",
11092 "unicode-script",
11093]
11094
11095[[package]]
11096name = "ryu"
11097version = "1.0.18"
11098source = "registry+https://github.com/rust-lang/crates.io-index"
11099checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11100
11101[[package]]
11102name = "salsa20"
11103version = "0.10.2"
11104source = "registry+https://github.com/rust-lang/crates.io-index"
11105checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11106dependencies = [
11107 "cipher",
11108]
11109
11110[[package]]
11111name = "same-file"
11112version = "1.0.6"
11113source = "registry+https://github.com/rust-lang/crates.io-index"
11114checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11115dependencies = [
11116 "winapi-util",
11117]
11118
11119[[package]]
11120name = "schannel"
11121version = "0.1.27"
11122source = "registry+https://github.com/rust-lang/crates.io-index"
11123checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11124dependencies = [
11125 "windows-sys 0.59.0",
11126]
11127
11128[[package]]
11129name = "schemars"
11130version = "0.8.21"
11131source = "registry+https://github.com/rust-lang/crates.io-index"
11132checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11133dependencies = [
11134 "dyn-clone",
11135 "indexmap",
11136 "schemars_derive",
11137 "serde",
11138 "serde_json",
11139]
11140
11141[[package]]
11142name = "schemars_derive"
11143version = "0.8.21"
11144source = "registry+https://github.com/rust-lang/crates.io-index"
11145checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11146dependencies = [
11147 "proc-macro2",
11148 "quote",
11149 "serde_derive_internals",
11150 "syn 2.0.90",
11151]
11152
11153[[package]]
11154name = "scoped-tls"
11155version = "1.0.1"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11158
11159[[package]]
11160name = "scopeguard"
11161version = "1.2.0"
11162source = "registry+https://github.com/rust-lang/crates.io-index"
11163checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11164
11165[[package]]
11166name = "scratch"
11167version = "1.0.7"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11170
11171[[package]]
11172name = "scrypt"
11173version = "0.11.0"
11174source = "registry+https://github.com/rust-lang/crates.io-index"
11175checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11176dependencies = [
11177 "password-hash 0.5.0",
11178 "pbkdf2 0.12.2",
11179 "salsa20",
11180 "sha2",
11181]
11182
11183[[package]]
11184name = "sct"
11185version = "0.7.1"
11186source = "registry+https://github.com/rust-lang/crates.io-index"
11187checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11188dependencies = [
11189 "ring",
11190 "untrusted",
11191]
11192
11193[[package]]
11194name = "sea-bae"
11195version = "0.2.1"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11198dependencies = [
11199 "heck 0.4.1",
11200 "proc-macro-error2",
11201 "proc-macro2",
11202 "quote",
11203 "syn 2.0.90",
11204]
11205
11206[[package]]
11207name = "sea-orm"
11208version = "1.1.3"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "0dbcf83248860dc632c46c7e81a221e041b50d0006191756cb001d9e8afc60a9"
11211dependencies = [
11212 "async-stream",
11213 "async-trait",
11214 "bigdecimal",
11215 "chrono",
11216 "futures 0.3.31",
11217 "log",
11218 "ouroboros",
11219 "rust_decimal",
11220 "sea-orm-macros",
11221 "sea-query",
11222 "sea-query-binder",
11223 "serde",
11224 "serde_json",
11225 "sqlx",
11226 "strum",
11227 "thiserror 1.0.69",
11228 "time",
11229 "tracing",
11230 "url",
11231 "uuid",
11232]
11233
11234[[package]]
11235name = "sea-orm-macros"
11236version = "1.1.3"
11237source = "registry+https://github.com/rust-lang/crates.io-index"
11238checksum = "49ce6f08134f3681b1ca92185b96fac898f26d9b4f5538d13f7032ef243d14b2"
11239dependencies = [
11240 "heck 0.4.1",
11241 "proc-macro2",
11242 "quote",
11243 "sea-bae",
11244 "syn 2.0.90",
11245 "unicode-ident",
11246]
11247
11248[[package]]
11249name = "sea-query"
11250version = "0.32.1"
11251source = "registry+https://github.com/rust-lang/crates.io-index"
11252checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11253dependencies = [
11254 "bigdecimal",
11255 "chrono",
11256 "inherent",
11257 "ordered-float 3.9.2",
11258 "rust_decimal",
11259 "serde_json",
11260 "time",
11261 "uuid",
11262]
11263
11264[[package]]
11265name = "sea-query-binder"
11266version = "0.7.0"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11269dependencies = [
11270 "bigdecimal",
11271 "chrono",
11272 "rust_decimal",
11273 "sea-query",
11274 "serde_json",
11275 "sqlx",
11276 "time",
11277 "uuid",
11278]
11279
11280[[package]]
11281name = "seahash"
11282version = "4.1.0"
11283source = "registry+https://github.com/rust-lang/crates.io-index"
11284checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11285
11286[[package]]
11287name = "search"
11288version = "0.1.0"
11289dependencies = [
11290 "any_vec",
11291 "anyhow",
11292 "bitflags 2.6.0",
11293 "client",
11294 "collections",
11295 "editor",
11296 "futures 0.3.31",
11297 "gpui",
11298 "language",
11299 "menu",
11300 "project",
11301 "schemars",
11302 "serde",
11303 "serde_json",
11304 "settings",
11305 "smol",
11306 "theme",
11307 "ui",
11308 "unindent",
11309 "util",
11310 "workspace",
11311]
11312
11313[[package]]
11314name = "sec1"
11315version = "0.3.0"
11316source = "registry+https://github.com/rust-lang/crates.io-index"
11317checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11318dependencies = [
11319 "base16ct",
11320 "der 0.6.1",
11321 "generic-array",
11322 "pkcs8 0.9.0",
11323 "subtle",
11324 "zeroize",
11325]
11326
11327[[package]]
11328name = "security-framework"
11329version = "2.11.1"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11332dependencies = [
11333 "bitflags 2.6.0",
11334 "core-foundation 0.9.4",
11335 "core-foundation-sys",
11336 "libc",
11337 "security-framework-sys",
11338]
11339
11340[[package]]
11341name = "security-framework"
11342version = "3.0.1"
11343source = "registry+https://github.com/rust-lang/crates.io-index"
11344checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11345dependencies = [
11346 "bitflags 2.6.0",
11347 "core-foundation 0.10.0",
11348 "core-foundation-sys",
11349 "libc",
11350 "security-framework-sys",
11351]
11352
11353[[package]]
11354name = "security-framework-sys"
11355version = "2.12.1"
11356source = "registry+https://github.com/rust-lang/crates.io-index"
11357checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11358dependencies = [
11359 "core-foundation-sys",
11360 "libc",
11361]
11362
11363[[package]]
11364name = "self_cell"
11365version = "1.1.0"
11366source = "registry+https://github.com/rust-lang/crates.io-index"
11367checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11368
11369[[package]]
11370name = "semantic_index"
11371version = "0.1.0"
11372dependencies = [
11373 "anyhow",
11374 "arrayvec",
11375 "blake3",
11376 "client",
11377 "clock",
11378 "collections",
11379 "env_logger 0.11.6",
11380 "feature_flags",
11381 "fs",
11382 "futures 0.3.31",
11383 "futures-batch",
11384 "gpui",
11385 "heed",
11386 "http_client",
11387 "language",
11388 "language_model",
11389 "languages",
11390 "log",
11391 "open_ai",
11392 "parking_lot",
11393 "project",
11394 "reqwest_client",
11395 "serde",
11396 "serde_json",
11397 "settings",
11398 "sha2",
11399 "smol",
11400 "tempfile",
11401 "theme",
11402 "tree-sitter",
11403 "ui",
11404 "unindent",
11405 "util",
11406 "workspace",
11407 "worktree",
11408]
11409
11410[[package]]
11411name = "semantic_version"
11412version = "0.1.0"
11413dependencies = [
11414 "anyhow",
11415 "serde",
11416]
11417
11418[[package]]
11419name = "semver"
11420version = "1.0.24"
11421source = "registry+https://github.com/rust-lang/crates.io-index"
11422checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
11423dependencies = [
11424 "serde",
11425]
11426
11427[[package]]
11428name = "serde"
11429version = "1.0.217"
11430source = "registry+https://github.com/rust-lang/crates.io-index"
11431checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
11432dependencies = [
11433 "serde_derive",
11434]
11435
11436[[package]]
11437name = "serde_derive"
11438version = "1.0.217"
11439source = "registry+https://github.com/rust-lang/crates.io-index"
11440checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
11441dependencies = [
11442 "proc-macro2",
11443 "quote",
11444 "syn 2.0.90",
11445]
11446
11447[[package]]
11448name = "serde_derive_internals"
11449version = "0.29.1"
11450source = "registry+https://github.com/rust-lang/crates.io-index"
11451checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11452dependencies = [
11453 "proc-macro2",
11454 "quote",
11455 "syn 2.0.90",
11456]
11457
11458[[package]]
11459name = "serde_fmt"
11460version = "1.0.3"
11461source = "registry+https://github.com/rust-lang/crates.io-index"
11462checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11463dependencies = [
11464 "serde",
11465]
11466
11467[[package]]
11468name = "serde_json"
11469version = "1.0.135"
11470source = "registry+https://github.com/rust-lang/crates.io-index"
11471checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
11472dependencies = [
11473 "indexmap",
11474 "itoa",
11475 "memchr",
11476 "ryu",
11477 "serde",
11478]
11479
11480[[package]]
11481name = "serde_json_lenient"
11482version = "0.2.4"
11483source = "registry+https://github.com/rust-lang/crates.io-index"
11484checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11485dependencies = [
11486 "indexmap",
11487 "itoa",
11488 "memchr",
11489 "ryu",
11490 "serde",
11491]
11492
11493[[package]]
11494name = "serde_path_to_error"
11495version = "0.1.16"
11496source = "registry+https://github.com/rust-lang/crates.io-index"
11497checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11498dependencies = [
11499 "itoa",
11500 "serde",
11501]
11502
11503[[package]]
11504name = "serde_qs"
11505version = "0.8.5"
11506source = "registry+https://github.com/rust-lang/crates.io-index"
11507checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11508dependencies = [
11509 "percent-encoding",
11510 "serde",
11511 "thiserror 1.0.69",
11512]
11513
11514[[package]]
11515name = "serde_qs"
11516version = "0.10.1"
11517source = "registry+https://github.com/rust-lang/crates.io-index"
11518checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11519dependencies = [
11520 "percent-encoding",
11521 "serde",
11522 "thiserror 1.0.69",
11523]
11524
11525[[package]]
11526name = "serde_repr"
11527version = "0.1.19"
11528source = "registry+https://github.com/rust-lang/crates.io-index"
11529checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11530dependencies = [
11531 "proc-macro2",
11532 "quote",
11533 "syn 2.0.90",
11534]
11535
11536[[package]]
11537name = "serde_spanned"
11538version = "0.6.8"
11539source = "registry+https://github.com/rust-lang/crates.io-index"
11540checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11541dependencies = [
11542 "serde",
11543]
11544
11545[[package]]
11546name = "serde_urlencoded"
11547version = "0.7.1"
11548source = "registry+https://github.com/rust-lang/crates.io-index"
11549checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11550dependencies = [
11551 "form_urlencoded",
11552 "itoa",
11553 "ryu",
11554 "serde",
11555]
11556
11557[[package]]
11558name = "session"
11559version = "0.1.0"
11560dependencies = [
11561 "db",
11562 "gpui",
11563 "serde_json",
11564 "util",
11565 "uuid",
11566]
11567
11568[[package]]
11569name = "settings"
11570version = "0.1.0"
11571dependencies = [
11572 "anyhow",
11573 "collections",
11574 "ec4rs",
11575 "fs",
11576 "futures 0.3.31",
11577 "gpui",
11578 "indoc",
11579 "log",
11580 "paths",
11581 "pretty_assertions",
11582 "release_channel",
11583 "rust-embed",
11584 "schemars",
11585 "serde",
11586 "serde_derive",
11587 "serde_json",
11588 "serde_json_lenient",
11589 "smallvec",
11590 "tree-sitter",
11591 "tree-sitter-json",
11592 "unindent",
11593 "util",
11594]
11595
11596[[package]]
11597name = "settings_ui"
11598version = "0.1.0"
11599dependencies = [
11600 "command_palette_hooks",
11601 "editor",
11602 "feature_flags",
11603 "gpui",
11604 "settings",
11605 "theme",
11606 "ui",
11607 "workspace",
11608]
11609
11610[[package]]
11611name = "sha1"
11612version = "0.10.6"
11613source = "registry+https://github.com/rust-lang/crates.io-index"
11614checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11615dependencies = [
11616 "cfg-if",
11617 "cpufeatures",
11618 "digest",
11619]
11620
11621[[package]]
11622name = "sha1_smol"
11623version = "1.0.1"
11624source = "registry+https://github.com/rust-lang/crates.io-index"
11625checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11626
11627[[package]]
11628name = "sha2"
11629version = "0.10.8"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11632dependencies = [
11633 "cfg-if",
11634 "cpufeatures",
11635 "digest",
11636]
11637
11638[[package]]
11639name = "sharded-slab"
11640version = "0.1.7"
11641source = "registry+https://github.com/rust-lang/crates.io-index"
11642checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11643dependencies = [
11644 "lazy_static",
11645]
11646
11647[[package]]
11648name = "shell-words"
11649version = "1.1.0"
11650source = "registry+https://github.com/rust-lang/crates.io-index"
11651checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11652
11653[[package]]
11654name = "shellexpand"
11655version = "2.1.2"
11656source = "registry+https://github.com/rust-lang/crates.io-index"
11657checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11658dependencies = [
11659 "dirs 4.0.0",
11660]
11661
11662[[package]]
11663name = "shellexpand"
11664version = "3.1.0"
11665source = "registry+https://github.com/rust-lang/crates.io-index"
11666checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11667dependencies = [
11668 "dirs 5.0.1",
11669]
11670
11671[[package]]
11672name = "shlex"
11673version = "1.3.0"
11674source = "registry+https://github.com/rust-lang/crates.io-index"
11675checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11676
11677[[package]]
11678name = "signal-hook"
11679version = "0.3.17"
11680source = "registry+https://github.com/rust-lang/crates.io-index"
11681checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11682dependencies = [
11683 "libc",
11684 "signal-hook-registry",
11685]
11686
11687[[package]]
11688name = "signal-hook-registry"
11689version = "1.4.2"
11690source = "registry+https://github.com/rust-lang/crates.io-index"
11691checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11692dependencies = [
11693 "libc",
11694]
11695
11696[[package]]
11697name = "signature"
11698version = "1.6.4"
11699source = "registry+https://github.com/rust-lang/crates.io-index"
11700checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11701dependencies = [
11702 "digest",
11703 "rand_core 0.6.4",
11704]
11705
11706[[package]]
11707name = "signature"
11708version = "2.2.0"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11711dependencies = [
11712 "digest",
11713 "rand_core 0.6.4",
11714]
11715
11716[[package]]
11717name = "simd-adler32"
11718version = "0.3.7"
11719source = "registry+https://github.com/rust-lang/crates.io-index"
11720checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11721
11722[[package]]
11723name = "simd_helpers"
11724version = "0.1.0"
11725source = "registry+https://github.com/rust-lang/crates.io-index"
11726checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11727dependencies = [
11728 "quote",
11729]
11730
11731[[package]]
11732name = "simdutf8"
11733version = "0.1.5"
11734source = "registry+https://github.com/rust-lang/crates.io-index"
11735checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11736
11737[[package]]
11738name = "similar"
11739version = "1.3.0"
11740source = "registry+https://github.com/rust-lang/crates.io-index"
11741checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11742
11743[[package]]
11744name = "simple_asn1"
11745version = "0.6.2"
11746source = "registry+https://github.com/rust-lang/crates.io-index"
11747checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11748dependencies = [
11749 "num-bigint",
11750 "num-traits",
11751 "thiserror 1.0.69",
11752 "time",
11753]
11754
11755[[package]]
11756name = "simplecss"
11757version = "0.2.1"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11760dependencies = [
11761 "log",
11762]
11763
11764[[package]]
11765name = "simplelog"
11766version = "0.12.2"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11769dependencies = [
11770 "log",
11771 "termcolor",
11772 "time",
11773]
11774
11775[[package]]
11776name = "siphasher"
11777version = "0.3.11"
11778source = "registry+https://github.com/rust-lang/crates.io-index"
11779checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11780
11781[[package]]
11782name = "siphasher"
11783version = "1.0.1"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11786
11787[[package]]
11788name = "skrifa"
11789version = "0.22.3"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11792dependencies = [
11793 "bytemuck",
11794 "read-fonts",
11795]
11796
11797[[package]]
11798name = "slab"
11799version = "0.4.9"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11802dependencies = [
11803 "autocfg",
11804]
11805
11806[[package]]
11807name = "slash_commands_example"
11808version = "0.1.0"
11809dependencies = [
11810 "zed_extension_api 0.1.0",
11811]
11812
11813[[package]]
11814name = "slice-group-by"
11815version = "0.3.1"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11818
11819[[package]]
11820name = "slotmap"
11821version = "1.0.7"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11824dependencies = [
11825 "version_check",
11826]
11827
11828[[package]]
11829name = "smallvec"
11830version = "1.13.2"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11833dependencies = [
11834 "serde",
11835]
11836
11837[[package]]
11838name = "smart-default"
11839version = "0.6.0"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11842dependencies = [
11843 "proc-macro2",
11844 "quote",
11845 "syn 1.0.109",
11846]
11847
11848[[package]]
11849name = "smol"
11850version = "2.0.2"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
11853dependencies = [
11854 "async-channel 2.3.1",
11855 "async-executor",
11856 "async-fs",
11857 "async-io",
11858 "async-lock",
11859 "async-net",
11860 "async-process",
11861 "blocking",
11862 "futures-lite 2.5.0",
11863]
11864
11865[[package]]
11866name = "smol_str"
11867version = "0.1.24"
11868source = "registry+https://github.com/rust-lang/crates.io-index"
11869checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11870dependencies = [
11871 "serde",
11872]
11873
11874[[package]]
11875name = "snippet"
11876version = "0.1.0"
11877dependencies = [
11878 "anyhow",
11879 "smallvec",
11880]
11881
11882[[package]]
11883name = "snippet_provider"
11884version = "0.1.0"
11885dependencies = [
11886 "anyhow",
11887 "collections",
11888 "extension",
11889 "fs",
11890 "futures 0.3.31",
11891 "gpui",
11892 "parking_lot",
11893 "paths",
11894 "serde",
11895 "serde_json",
11896 "snippet",
11897 "util",
11898]
11899
11900[[package]]
11901name = "snippets_ui"
11902version = "0.1.0"
11903dependencies = [
11904 "fuzzy",
11905 "gpui",
11906 "language",
11907 "paths",
11908 "picker",
11909 "ui",
11910 "util",
11911 "workspace",
11912]
11913
11914[[package]]
11915name = "socket2"
11916version = "0.5.8"
11917source = "registry+https://github.com/rust-lang/crates.io-index"
11918checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
11919dependencies = [
11920 "libc",
11921 "windows-sys 0.52.0",
11922]
11923
11924[[package]]
11925name = "spdx"
11926version = "0.10.7"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
11929dependencies = [
11930 "smallvec",
11931]
11932
11933[[package]]
11934name = "spin"
11935version = "0.9.8"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11938dependencies = [
11939 "lock_api",
11940]
11941
11942[[package]]
11943name = "spirv"
11944version = "0.3.0+sdk-1.3.268.0"
11945source = "registry+https://github.com/rust-lang/crates.io-index"
11946checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11947dependencies = [
11948 "bitflags 2.6.0",
11949]
11950
11951[[package]]
11952name = "spki"
11953version = "0.6.0"
11954source = "registry+https://github.com/rust-lang/crates.io-index"
11955checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11956dependencies = [
11957 "base64ct",
11958 "der 0.6.1",
11959]
11960
11961[[package]]
11962name = "spki"
11963version = "0.7.3"
11964source = "registry+https://github.com/rust-lang/crates.io-index"
11965checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11966dependencies = [
11967 "base64ct",
11968 "der 0.7.9",
11969]
11970
11971[[package]]
11972name = "sptr"
11973version = "0.3.2"
11974source = "registry+https://github.com/rust-lang/crates.io-index"
11975checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11976
11977[[package]]
11978name = "sqlez"
11979version = "0.1.0"
11980dependencies = [
11981 "anyhow",
11982 "collections",
11983 "futures 0.3.31",
11984 "indoc",
11985 "libsqlite3-sys",
11986 "parking_lot",
11987 "smol",
11988 "sqlformat",
11989 "thread_local",
11990 "util",
11991 "uuid",
11992]
11993
11994[[package]]
11995name = "sqlez_macros"
11996version = "0.1.0"
11997dependencies = [
11998 "sqlez",
11999 "sqlformat",
12000 "syn 1.0.109",
12001]
12002
12003[[package]]
12004name = "sqlformat"
12005version = "0.2.6"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12008dependencies = [
12009 "nom",
12010 "unicode_categories",
12011]
12012
12013[[package]]
12014name = "sqlx"
12015version = "0.8.2"
12016source = "registry+https://github.com/rust-lang/crates.io-index"
12017checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12018dependencies = [
12019 "sqlx-core",
12020 "sqlx-macros",
12021 "sqlx-mysql",
12022 "sqlx-postgres",
12023 "sqlx-sqlite",
12024]
12025
12026[[package]]
12027name = "sqlx-core"
12028version = "0.8.2"
12029source = "registry+https://github.com/rust-lang/crates.io-index"
12030checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12031dependencies = [
12032 "atoi",
12033 "bigdecimal",
12034 "byteorder",
12035 "bytes 1.9.0",
12036 "chrono",
12037 "crc",
12038 "crossbeam-queue",
12039 "either",
12040 "event-listener 5.3.1",
12041 "futures-channel",
12042 "futures-core",
12043 "futures-intrusive",
12044 "futures-io",
12045 "futures-util",
12046 "hashbrown 0.14.5",
12047 "hashlink 0.9.1",
12048 "hex",
12049 "indexmap",
12050 "log",
12051 "memchr",
12052 "once_cell",
12053 "paste",
12054 "percent-encoding",
12055 "rust_decimal",
12056 "rustls 0.23.20",
12057 "rustls-pemfile 2.2.0",
12058 "serde",
12059 "serde_json",
12060 "sha2",
12061 "smallvec",
12062 "sqlformat",
12063 "thiserror 1.0.69",
12064 "time",
12065 "tokio",
12066 "tokio-stream",
12067 "tracing",
12068 "url",
12069 "uuid",
12070 "webpki-roots 0.26.7",
12071]
12072
12073[[package]]
12074name = "sqlx-macros"
12075version = "0.8.2"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12078dependencies = [
12079 "proc-macro2",
12080 "quote",
12081 "sqlx-core",
12082 "sqlx-macros-core",
12083 "syn 2.0.90",
12084]
12085
12086[[package]]
12087name = "sqlx-macros-core"
12088version = "0.8.2"
12089source = "registry+https://github.com/rust-lang/crates.io-index"
12090checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12091dependencies = [
12092 "dotenvy",
12093 "either",
12094 "heck 0.5.0",
12095 "hex",
12096 "once_cell",
12097 "proc-macro2",
12098 "quote",
12099 "serde",
12100 "serde_json",
12101 "sha2",
12102 "sqlx-core",
12103 "sqlx-mysql",
12104 "sqlx-postgres",
12105 "sqlx-sqlite",
12106 "syn 2.0.90",
12107 "tempfile",
12108 "tokio",
12109 "url",
12110]
12111
12112[[package]]
12113name = "sqlx-mysql"
12114version = "0.8.2"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12117dependencies = [
12118 "atoi",
12119 "base64 0.22.1",
12120 "bigdecimal",
12121 "bitflags 2.6.0",
12122 "byteorder",
12123 "bytes 1.9.0",
12124 "chrono",
12125 "crc",
12126 "digest",
12127 "dotenvy",
12128 "either",
12129 "futures-channel",
12130 "futures-core",
12131 "futures-io",
12132 "futures-util",
12133 "generic-array",
12134 "hex",
12135 "hkdf",
12136 "hmac",
12137 "itoa",
12138 "log",
12139 "md-5",
12140 "memchr",
12141 "once_cell",
12142 "percent-encoding",
12143 "rand 0.8.5",
12144 "rsa",
12145 "rust_decimal",
12146 "serde",
12147 "sha1",
12148 "sha2",
12149 "smallvec",
12150 "sqlx-core",
12151 "stringprep",
12152 "thiserror 1.0.69",
12153 "time",
12154 "tracing",
12155 "uuid",
12156 "whoami",
12157]
12158
12159[[package]]
12160name = "sqlx-postgres"
12161version = "0.8.2"
12162source = "registry+https://github.com/rust-lang/crates.io-index"
12163checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12164dependencies = [
12165 "atoi",
12166 "base64 0.22.1",
12167 "bigdecimal",
12168 "bitflags 2.6.0",
12169 "byteorder",
12170 "chrono",
12171 "crc",
12172 "dotenvy",
12173 "etcetera",
12174 "futures-channel",
12175 "futures-core",
12176 "futures-io",
12177 "futures-util",
12178 "hex",
12179 "hkdf",
12180 "hmac",
12181 "home",
12182 "itoa",
12183 "log",
12184 "md-5",
12185 "memchr",
12186 "num-bigint",
12187 "once_cell",
12188 "rand 0.8.5",
12189 "rust_decimal",
12190 "serde",
12191 "serde_json",
12192 "sha2",
12193 "smallvec",
12194 "sqlx-core",
12195 "stringprep",
12196 "thiserror 1.0.69",
12197 "time",
12198 "tracing",
12199 "uuid",
12200 "whoami",
12201]
12202
12203[[package]]
12204name = "sqlx-sqlite"
12205version = "0.8.2"
12206source = "registry+https://github.com/rust-lang/crates.io-index"
12207checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12208dependencies = [
12209 "atoi",
12210 "chrono",
12211 "flume",
12212 "futures-channel",
12213 "futures-core",
12214 "futures-executor",
12215 "futures-intrusive",
12216 "futures-util",
12217 "libsqlite3-sys",
12218 "log",
12219 "percent-encoding",
12220 "serde",
12221 "serde_urlencoded",
12222 "sqlx-core",
12223 "time",
12224 "tracing",
12225 "url",
12226 "uuid",
12227]
12228
12229[[package]]
12230name = "stable_deref_trait"
12231version = "1.2.0"
12232source = "registry+https://github.com/rust-lang/crates.io-index"
12233checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12234
12235[[package]]
12236name = "static_assertions"
12237version = "1.1.0"
12238source = "registry+https://github.com/rust-lang/crates.io-index"
12239checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12240
12241[[package]]
12242name = "story"
12243version = "0.1.0"
12244dependencies = [
12245 "gpui",
12246 "itertools 0.14.0",
12247 "smallvec",
12248]
12249
12250[[package]]
12251name = "storybook"
12252version = "0.1.0"
12253dependencies = [
12254 "anyhow",
12255 "clap",
12256 "collab_ui",
12257 "ctrlc",
12258 "dialoguer",
12259 "editor",
12260 "fuzzy",
12261 "gpui",
12262 "indoc",
12263 "language",
12264 "log",
12265 "menu",
12266 "picker",
12267 "project",
12268 "reqwest_client",
12269 "rust-embed",
12270 "settings",
12271 "simplelog",
12272 "story",
12273 "strum",
12274 "theme",
12275 "title_bar",
12276 "ui",
12277]
12278
12279[[package]]
12280name = "strict-num"
12281version = "0.1.1"
12282source = "registry+https://github.com/rust-lang/crates.io-index"
12283checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12284dependencies = [
12285 "float-cmp",
12286]
12287
12288[[package]]
12289name = "string_cache"
12290version = "0.8.7"
12291source = "registry+https://github.com/rust-lang/crates.io-index"
12292checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12293dependencies = [
12294 "new_debug_unreachable",
12295 "once_cell",
12296 "parking_lot",
12297 "phf_shared 0.10.0",
12298 "precomputed-hash",
12299 "serde",
12300]
12301
12302[[package]]
12303name = "string_cache_codegen"
12304version = "0.5.2"
12305source = "registry+https://github.com/rust-lang/crates.io-index"
12306checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12307dependencies = [
12308 "phf_generator 0.10.0",
12309 "phf_shared 0.10.0",
12310 "proc-macro2",
12311 "quote",
12312]
12313
12314[[package]]
12315name = "stringprep"
12316version = "0.1.5"
12317source = "registry+https://github.com/rust-lang/crates.io-index"
12318checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12319dependencies = [
12320 "unicode-bidi",
12321 "unicode-normalization",
12322 "unicode-properties",
12323]
12324
12325[[package]]
12326name = "strsim"
12327version = "0.11.1"
12328source = "registry+https://github.com/rust-lang/crates.io-index"
12329checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12330
12331[[package]]
12332name = "strum"
12333version = "0.26.3"
12334source = "registry+https://github.com/rust-lang/crates.io-index"
12335checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12336dependencies = [
12337 "strum_macros",
12338]
12339
12340[[package]]
12341name = "strum_macros"
12342version = "0.26.4"
12343source = "registry+https://github.com/rust-lang/crates.io-index"
12344checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12345dependencies = [
12346 "heck 0.5.0",
12347 "proc-macro2",
12348 "quote",
12349 "rustversion",
12350 "syn 2.0.90",
12351]
12352
12353[[package]]
12354name = "subtle"
12355version = "2.6.1"
12356source = "registry+https://github.com/rust-lang/crates.io-index"
12357checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12358
12359[[package]]
12360name = "sum_tree"
12361version = "0.1.0"
12362dependencies = [
12363 "arrayvec",
12364 "ctor",
12365 "env_logger 0.11.6",
12366 "log",
12367 "rand 0.8.5",
12368 "rayon",
12369]
12370
12371[[package]]
12372name = "supermaven"
12373version = "0.1.0"
12374dependencies = [
12375 "anyhow",
12376 "client",
12377 "collections",
12378 "editor",
12379 "env_logger 0.11.6",
12380 "futures 0.3.31",
12381 "gpui",
12382 "http_client",
12383 "inline_completion",
12384 "language",
12385 "log",
12386 "postage",
12387 "project",
12388 "serde",
12389 "serde_json",
12390 "settings",
12391 "smol",
12392 "supermaven_api",
12393 "text",
12394 "theme",
12395 "ui",
12396 "unicode-segmentation",
12397 "util",
12398]
12399
12400[[package]]
12401name = "supermaven_api"
12402version = "0.1.0"
12403dependencies = [
12404 "anyhow",
12405 "futures 0.3.31",
12406 "http_client",
12407 "paths",
12408 "serde",
12409 "serde_json",
12410 "smol",
12411]
12412
12413[[package]]
12414name = "sval"
12415version = "2.13.2"
12416source = "registry+https://github.com/rust-lang/crates.io-index"
12417checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12418
12419[[package]]
12420name = "sval_buffer"
12421version = "2.13.2"
12422source = "registry+https://github.com/rust-lang/crates.io-index"
12423checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12424dependencies = [
12425 "sval",
12426 "sval_ref",
12427]
12428
12429[[package]]
12430name = "sval_dynamic"
12431version = "2.13.2"
12432source = "registry+https://github.com/rust-lang/crates.io-index"
12433checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12434dependencies = [
12435 "sval",
12436]
12437
12438[[package]]
12439name = "sval_fmt"
12440version = "2.13.2"
12441source = "registry+https://github.com/rust-lang/crates.io-index"
12442checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12443dependencies = [
12444 "itoa",
12445 "ryu",
12446 "sval",
12447]
12448
12449[[package]]
12450name = "sval_json"
12451version = "2.13.2"
12452source = "registry+https://github.com/rust-lang/crates.io-index"
12453checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12454dependencies = [
12455 "itoa",
12456 "ryu",
12457 "sval",
12458]
12459
12460[[package]]
12461name = "sval_nested"
12462version = "2.13.2"
12463source = "registry+https://github.com/rust-lang/crates.io-index"
12464checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12465dependencies = [
12466 "sval",
12467 "sval_buffer",
12468 "sval_ref",
12469]
12470
12471[[package]]
12472name = "sval_ref"
12473version = "2.13.2"
12474source = "registry+https://github.com/rust-lang/crates.io-index"
12475checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12476dependencies = [
12477 "sval",
12478]
12479
12480[[package]]
12481name = "sval_serde"
12482version = "2.13.2"
12483source = "registry+https://github.com/rust-lang/crates.io-index"
12484checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12485dependencies = [
12486 "serde",
12487 "sval",
12488 "sval_nested",
12489]
12490
12491[[package]]
12492name = "svg_fmt"
12493version = "0.4.4"
12494source = "registry+https://github.com/rust-lang/crates.io-index"
12495checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12496
12497[[package]]
12498name = "svgtypes"
12499version = "0.15.2"
12500source = "registry+https://github.com/rust-lang/crates.io-index"
12501checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12502dependencies = [
12503 "kurbo",
12504 "siphasher 1.0.1",
12505]
12506
12507[[package]]
12508name = "swash"
12509version = "0.1.19"
12510source = "registry+https://github.com/rust-lang/crates.io-index"
12511checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12512dependencies = [
12513 "skrifa",
12514 "yazi",
12515 "zeno",
12516]
12517
12518[[package]]
12519name = "syn"
12520version = "1.0.109"
12521source = "registry+https://github.com/rust-lang/crates.io-index"
12522checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12523dependencies = [
12524 "proc-macro2",
12525 "quote",
12526 "unicode-ident",
12527]
12528
12529[[package]]
12530name = "syn"
12531version = "2.0.90"
12532source = "registry+https://github.com/rust-lang/crates.io-index"
12533checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12534dependencies = [
12535 "proc-macro2",
12536 "quote",
12537 "unicode-ident",
12538]
12539
12540[[package]]
12541name = "sync_wrapper"
12542version = "0.1.2"
12543source = "registry+https://github.com/rust-lang/crates.io-index"
12544checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12545
12546[[package]]
12547name = "sync_wrapper"
12548version = "1.0.2"
12549source = "registry+https://github.com/rust-lang/crates.io-index"
12550checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12551dependencies = [
12552 "futures-core",
12553]
12554
12555[[package]]
12556name = "synchronoise"
12557version = "1.0.1"
12558source = "registry+https://github.com/rust-lang/crates.io-index"
12559checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12560dependencies = [
12561 "crossbeam-queue",
12562]
12563
12564[[package]]
12565name = "synstructure"
12566version = "0.13.1"
12567source = "registry+https://github.com/rust-lang/crates.io-index"
12568checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12569dependencies = [
12570 "proc-macro2",
12571 "quote",
12572 "syn 2.0.90",
12573]
12574
12575[[package]]
12576name = "sys-locale"
12577version = "0.3.2"
12578source = "registry+https://github.com/rust-lang/crates.io-index"
12579checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12580dependencies = [
12581 "libc",
12582]
12583
12584[[package]]
12585name = "sysinfo"
12586version = "0.31.4"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12589dependencies = [
12590 "core-foundation-sys",
12591 "libc",
12592 "memchr",
12593 "ntapi",
12594 "rayon",
12595 "windows 0.57.0",
12596]
12597
12598[[package]]
12599name = "system-configuration"
12600version = "0.5.1"
12601source = "registry+https://github.com/rust-lang/crates.io-index"
12602checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12603dependencies = [
12604 "bitflags 1.3.2",
12605 "core-foundation 0.9.4",
12606 "system-configuration-sys 0.5.0",
12607]
12608
12609[[package]]
12610name = "system-configuration"
12611version = "0.6.1"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12614dependencies = [
12615 "bitflags 2.6.0",
12616 "core-foundation 0.9.4",
12617 "system-configuration-sys 0.6.0",
12618]
12619
12620[[package]]
12621name = "system-configuration-sys"
12622version = "0.5.0"
12623source = "registry+https://github.com/rust-lang/crates.io-index"
12624checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12625dependencies = [
12626 "core-foundation-sys",
12627 "libc",
12628]
12629
12630[[package]]
12631name = "system-configuration-sys"
12632version = "0.6.0"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12635dependencies = [
12636 "core-foundation-sys",
12637 "libc",
12638]
12639
12640[[package]]
12641name = "system-deps"
12642version = "6.2.2"
12643source = "registry+https://github.com/rust-lang/crates.io-index"
12644checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12645dependencies = [
12646 "cfg-expr",
12647 "heck 0.5.0",
12648 "pkg-config",
12649 "toml 0.8.19",
12650 "version-compare",
12651]
12652
12653[[package]]
12654name = "system-interface"
12655version = "0.27.3"
12656source = "registry+https://github.com/rust-lang/crates.io-index"
12657checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12658dependencies = [
12659 "bitflags 2.6.0",
12660 "cap-fs-ext",
12661 "cap-std",
12662 "fd-lock",
12663 "io-lifetimes",
12664 "rustix",
12665 "windows-sys 0.59.0",
12666 "winx",
12667]
12668
12669[[package]]
12670name = "tab_switcher"
12671version = "0.1.0"
12672dependencies = [
12673 "anyhow",
12674 "collections",
12675 "ctor",
12676 "editor",
12677 "env_logger 0.11.6",
12678 "gpui",
12679 "language",
12680 "menu",
12681 "picker",
12682 "project",
12683 "schemars",
12684 "serde",
12685 "serde_json",
12686 "settings",
12687 "theme",
12688 "ui",
12689 "util",
12690 "workspace",
12691]
12692
12693[[package]]
12694name = "taffy"
12695version = "0.4.4"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12698dependencies = [
12699 "arrayvec",
12700 "grid",
12701 "num-traits",
12702 "serde",
12703 "slotmap",
12704]
12705
12706[[package]]
12707name = "take-until"
12708version = "0.2.0"
12709source = "registry+https://github.com/rust-lang/crates.io-index"
12710checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12711
12712[[package]]
12713name = "tap"
12714version = "1.0.1"
12715source = "registry+https://github.com/rust-lang/crates.io-index"
12716checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12717
12718[[package]]
12719name = "target-lexicon"
12720version = "0.12.16"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12723
12724[[package]]
12725name = "task"
12726version = "0.1.0"
12727dependencies = [
12728 "anyhow",
12729 "collections",
12730 "futures 0.3.31",
12731 "gpui",
12732 "hex",
12733 "parking_lot",
12734 "schemars",
12735 "serde",
12736 "serde_json_lenient",
12737 "sha2",
12738 "shellexpand 2.1.2",
12739 "util",
12740 "zed_actions",
12741]
12742
12743[[package]]
12744name = "tasks_ui"
12745version = "0.1.0"
12746dependencies = [
12747 "anyhow",
12748 "editor",
12749 "file_icons",
12750 "fuzzy",
12751 "gpui",
12752 "language",
12753 "menu",
12754 "picker",
12755 "project",
12756 "schemars",
12757 "serde",
12758 "serde_json",
12759 "settings",
12760 "task",
12761 "tree-sitter-rust",
12762 "tree-sitter-typescript",
12763 "ui",
12764 "util",
12765 "workspace",
12766 "zed_actions",
12767]
12768
12769[[package]]
12770name = "telemetry"
12771version = "0.1.0"
12772dependencies = [
12773 "futures 0.3.31",
12774 "serde",
12775 "serde_json",
12776 "telemetry_events",
12777]
12778
12779[[package]]
12780name = "telemetry_events"
12781version = "0.1.0"
12782dependencies = [
12783 "semantic_version",
12784 "serde",
12785 "serde_json",
12786]
12787
12788[[package]]
12789name = "tempfile"
12790version = "3.15.0"
12791source = "registry+https://github.com/rust-lang/crates.io-index"
12792checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
12793dependencies = [
12794 "cfg-if",
12795 "fastrand 2.3.0",
12796 "getrandom 0.2.15",
12797 "once_cell",
12798 "rustix",
12799 "windows-sys 0.59.0",
12800]
12801
12802[[package]]
12803name = "tendril"
12804version = "0.4.3"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12807dependencies = [
12808 "futf",
12809 "mac",
12810 "utf-8",
12811]
12812
12813[[package]]
12814name = "termcolor"
12815version = "1.4.1"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12818dependencies = [
12819 "winapi-util",
12820]
12821
12822[[package]]
12823name = "terminal"
12824version = "0.1.0"
12825dependencies = [
12826 "alacritty_terminal",
12827 "anyhow",
12828 "collections",
12829 "dirs 4.0.0",
12830 "futures 0.3.31",
12831 "gpui",
12832 "libc",
12833 "rand 0.8.5",
12834 "regex",
12835 "release_channel",
12836 "schemars",
12837 "serde",
12838 "serde_derive",
12839 "settings",
12840 "smol",
12841 "sysinfo",
12842 "task",
12843 "theme",
12844 "thiserror 1.0.69",
12845 "util",
12846 "windows 0.58.0",
12847]
12848
12849[[package]]
12850name = "terminal_size"
12851version = "0.4.1"
12852source = "registry+https://github.com/rust-lang/crates.io-index"
12853checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
12854dependencies = [
12855 "rustix",
12856 "windows-sys 0.59.0",
12857]
12858
12859[[package]]
12860name = "terminal_view"
12861version = "0.1.0"
12862dependencies = [
12863 "anyhow",
12864 "async-recursion 1.1.1",
12865 "breadcrumbs",
12866 "client",
12867 "collections",
12868 "db",
12869 "dirs 4.0.0",
12870 "editor",
12871 "futures 0.3.31",
12872 "gpui",
12873 "itertools 0.14.0",
12874 "language",
12875 "project",
12876 "rand 0.8.5",
12877 "schemars",
12878 "search",
12879 "serde",
12880 "serde_json",
12881 "settings",
12882 "shellexpand 2.1.2",
12883 "smol",
12884 "task",
12885 "terminal",
12886 "theme",
12887 "ui",
12888 "util",
12889 "workspace",
12890 "zed_actions",
12891]
12892
12893[[package]]
12894name = "text"
12895version = "0.1.0"
12896dependencies = [
12897 "anyhow",
12898 "clock",
12899 "collections",
12900 "ctor",
12901 "env_logger 0.11.6",
12902 "gpui",
12903 "http_client",
12904 "log",
12905 "parking_lot",
12906 "postage",
12907 "rand 0.8.5",
12908 "regex",
12909 "rope",
12910 "smallvec",
12911 "sum_tree",
12912 "util",
12913]
12914
12915[[package]]
12916name = "theme"
12917version = "0.1.0"
12918dependencies = [
12919 "anyhow",
12920 "collections",
12921 "derive_more",
12922 "fs",
12923 "futures 0.3.31",
12924 "gpui",
12925 "indexmap",
12926 "log",
12927 "palette",
12928 "parking_lot",
12929 "refineable",
12930 "schemars",
12931 "serde",
12932 "serde_derive",
12933 "serde_json",
12934 "serde_json_lenient",
12935 "serde_repr",
12936 "settings",
12937 "strum",
12938 "util",
12939 "uuid",
12940]
12941
12942[[package]]
12943name = "theme_extension"
12944version = "0.1.0"
12945dependencies = [
12946 "anyhow",
12947 "extension",
12948 "fs",
12949 "gpui",
12950 "theme",
12951]
12952
12953[[package]]
12954name = "theme_importer"
12955version = "0.1.0"
12956dependencies = [
12957 "anyhow",
12958 "clap",
12959 "gpui",
12960 "indexmap",
12961 "log",
12962 "palette",
12963 "rust-embed",
12964 "schemars",
12965 "serde",
12966 "serde_json",
12967 "serde_json_lenient",
12968 "simplelog",
12969 "strum",
12970 "theme",
12971 "vscode_theme",
12972]
12973
12974[[package]]
12975name = "theme_selector"
12976version = "0.1.0"
12977dependencies = [
12978 "fs",
12979 "fuzzy",
12980 "gpui",
12981 "log",
12982 "picker",
12983 "serde",
12984 "settings",
12985 "telemetry",
12986 "theme",
12987 "ui",
12988 "util",
12989 "workspace",
12990 "zed_actions",
12991]
12992
12993[[package]]
12994name = "thiserror"
12995version = "1.0.69"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
12998dependencies = [
12999 "thiserror-impl 1.0.69",
13000]
13001
13002[[package]]
13003name = "thiserror"
13004version = "2.0.6"
13005source = "registry+https://github.com/rust-lang/crates.io-index"
13006checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13007dependencies = [
13008 "thiserror-impl 2.0.6",
13009]
13010
13011[[package]]
13012name = "thiserror-impl"
13013version = "1.0.69"
13014source = "registry+https://github.com/rust-lang/crates.io-index"
13015checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13016dependencies = [
13017 "proc-macro2",
13018 "quote",
13019 "syn 2.0.90",
13020]
13021
13022[[package]]
13023name = "thiserror-impl"
13024version = "2.0.6"
13025source = "registry+https://github.com/rust-lang/crates.io-index"
13026checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13027dependencies = [
13028 "proc-macro2",
13029 "quote",
13030 "syn 2.0.90",
13031]
13032
13033[[package]]
13034name = "thread_local"
13035version = "1.1.8"
13036source = "registry+https://github.com/rust-lang/crates.io-index"
13037checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13038dependencies = [
13039 "cfg-if",
13040 "once_cell",
13041]
13042
13043[[package]]
13044name = "tiff"
13045version = "0.9.1"
13046source = "registry+https://github.com/rust-lang/crates.io-index"
13047checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13048dependencies = [
13049 "flate2",
13050 "jpeg-decoder",
13051 "weezl",
13052]
13053
13054[[package]]
13055name = "tiktoken-rs"
13056version = "0.6.0"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13059dependencies = [
13060 "anyhow",
13061 "base64 0.21.7",
13062 "bstr",
13063 "fancy-regex 0.13.0",
13064 "lazy_static",
13065 "parking_lot",
13066 "regex",
13067 "rustc-hash 1.1.0",
13068]
13069
13070[[package]]
13071name = "time"
13072version = "0.3.37"
13073source = "registry+https://github.com/rust-lang/crates.io-index"
13074checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13075dependencies = [
13076 "deranged",
13077 "itoa",
13078 "libc",
13079 "num-conv",
13080 "num_threads",
13081 "powerfmt",
13082 "serde",
13083 "time-core",
13084 "time-macros",
13085]
13086
13087[[package]]
13088name = "time-core"
13089version = "0.1.2"
13090source = "registry+https://github.com/rust-lang/crates.io-index"
13091checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13092
13093[[package]]
13094name = "time-macros"
13095version = "0.2.19"
13096source = "registry+https://github.com/rust-lang/crates.io-index"
13097checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13098dependencies = [
13099 "num-conv",
13100 "time-core",
13101]
13102
13103[[package]]
13104name = "time_format"
13105version = "0.1.0"
13106dependencies = [
13107 "core-foundation 0.9.4",
13108 "core-foundation-sys",
13109 "sys-locale",
13110 "time",
13111]
13112
13113[[package]]
13114name = "tiny-keccak"
13115version = "2.0.2"
13116source = "registry+https://github.com/rust-lang/crates.io-index"
13117checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13118dependencies = [
13119 "crunchy",
13120]
13121
13122[[package]]
13123name = "tiny-skia"
13124version = "0.11.4"
13125source = "registry+https://github.com/rust-lang/crates.io-index"
13126checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13127dependencies = [
13128 "arrayref",
13129 "arrayvec",
13130 "bytemuck",
13131 "cfg-if",
13132 "log",
13133 "png",
13134 "tiny-skia-path",
13135]
13136
13137[[package]]
13138name = "tiny-skia-path"
13139version = "0.11.4"
13140source = "registry+https://github.com/rust-lang/crates.io-index"
13141checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13142dependencies = [
13143 "arrayref",
13144 "bytemuck",
13145 "strict-num",
13146]
13147
13148[[package]]
13149name = "tiny_http"
13150version = "0.8.2"
13151source = "registry+https://github.com/rust-lang/crates.io-index"
13152checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13153dependencies = [
13154 "ascii",
13155 "chrono",
13156 "chunked_transfer",
13157 "log",
13158 "url",
13159]
13160
13161[[package]]
13162name = "tinystr"
13163version = "0.7.6"
13164source = "registry+https://github.com/rust-lang/crates.io-index"
13165checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13166dependencies = [
13167 "displaydoc",
13168 "zerovec",
13169]
13170
13171[[package]]
13172name = "tinytemplate"
13173version = "1.2.1"
13174source = "registry+https://github.com/rust-lang/crates.io-index"
13175checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13176dependencies = [
13177 "serde",
13178 "serde_json",
13179]
13180
13181[[package]]
13182name = "tinyvec"
13183version = "1.8.0"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13186dependencies = [
13187 "tinyvec_macros",
13188]
13189
13190[[package]]
13191name = "tinyvec_macros"
13192version = "0.1.1"
13193source = "registry+https://github.com/rust-lang/crates.io-index"
13194checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13195
13196[[package]]
13197name = "title_bar"
13198version = "0.1.0"
13199dependencies = [
13200 "auto_update",
13201 "call",
13202 "client",
13203 "collections",
13204 "feature_flags",
13205 "gpui",
13206 "http_client",
13207 "notifications",
13208 "pretty_assertions",
13209 "project",
13210 "remote",
13211 "rpc",
13212 "schemars",
13213 "serde",
13214 "settings",
13215 "smallvec",
13216 "story",
13217 "telemetry",
13218 "theme",
13219 "tree-sitter-md",
13220 "ui",
13221 "util",
13222 "windows 0.58.0",
13223 "workspace",
13224 "zed_actions",
13225]
13226
13227[[package]]
13228name = "tokio"
13229version = "1.42.0"
13230source = "registry+https://github.com/rust-lang/crates.io-index"
13231checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
13232dependencies = [
13233 "backtrace",
13234 "bytes 1.9.0",
13235 "libc",
13236 "mio 1.0.3",
13237 "parking_lot",
13238 "pin-project-lite",
13239 "signal-hook-registry",
13240 "socket2",
13241 "tokio-macros",
13242 "windows-sys 0.52.0",
13243]
13244
13245[[package]]
13246name = "tokio-io"
13247version = "0.1.13"
13248source = "registry+https://github.com/rust-lang/crates.io-index"
13249checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13250dependencies = [
13251 "bytes 0.4.12",
13252 "futures 0.1.31",
13253 "log",
13254]
13255
13256[[package]]
13257name = "tokio-macros"
13258version = "2.4.0"
13259source = "registry+https://github.com/rust-lang/crates.io-index"
13260checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
13261dependencies = [
13262 "proc-macro2",
13263 "quote",
13264 "syn 2.0.90",
13265]
13266
13267[[package]]
13268name = "tokio-native-tls"
13269version = "0.3.1"
13270source = "registry+https://github.com/rust-lang/crates.io-index"
13271checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13272dependencies = [
13273 "native-tls",
13274 "tokio",
13275]
13276
13277[[package]]
13278name = "tokio-rustls"
13279version = "0.24.1"
13280source = "registry+https://github.com/rust-lang/crates.io-index"
13281checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13282dependencies = [
13283 "rustls 0.21.12",
13284 "tokio",
13285]
13286
13287[[package]]
13288name = "tokio-rustls"
13289version = "0.26.1"
13290source = "registry+https://github.com/rust-lang/crates.io-index"
13291checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13292dependencies = [
13293 "rustls 0.23.20",
13294 "tokio",
13295]
13296
13297[[package]]
13298name = "tokio-socks"
13299version = "0.5.2"
13300source = "registry+https://github.com/rust-lang/crates.io-index"
13301checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13302dependencies = [
13303 "either",
13304 "futures-io",
13305 "futures-util",
13306 "thiserror 1.0.69",
13307 "tokio",
13308]
13309
13310[[package]]
13311name = "tokio-stream"
13312version = "0.1.17"
13313source = "registry+https://github.com/rust-lang/crates.io-index"
13314checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13315dependencies = [
13316 "futures-core",
13317 "pin-project-lite",
13318 "tokio",
13319]
13320
13321[[package]]
13322name = "tokio-tungstenite"
13323version = "0.20.1"
13324source = "registry+https://github.com/rust-lang/crates.io-index"
13325checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13326dependencies = [
13327 "futures-util",
13328 "log",
13329 "rustls 0.21.12",
13330 "rustls-native-certs 0.6.3",
13331 "tokio",
13332 "tokio-rustls 0.24.1",
13333 "tungstenite 0.20.1",
13334]
13335
13336[[package]]
13337name = "tokio-tungstenite"
13338version = "0.21.0"
13339source = "registry+https://github.com/rust-lang/crates.io-index"
13340checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13341dependencies = [
13342 "futures-util",
13343 "log",
13344 "tokio",
13345 "tungstenite 0.21.0",
13346]
13347
13348[[package]]
13349name = "tokio-util"
13350version = "0.7.13"
13351source = "registry+https://github.com/rust-lang/crates.io-index"
13352checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13353dependencies = [
13354 "bytes 1.9.0",
13355 "futures-core",
13356 "futures-io",
13357 "futures-sink",
13358 "pin-project-lite",
13359 "tokio",
13360]
13361
13362[[package]]
13363name = "toml"
13364version = "0.5.11"
13365source = "registry+https://github.com/rust-lang/crates.io-index"
13366checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13367dependencies = [
13368 "serde",
13369]
13370
13371[[package]]
13372name = "toml"
13373version = "0.8.19"
13374source = "registry+https://github.com/rust-lang/crates.io-index"
13375checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13376dependencies = [
13377 "serde",
13378 "serde_spanned",
13379 "toml_datetime",
13380 "toml_edit",
13381]
13382
13383[[package]]
13384name = "toml_datetime"
13385version = "0.6.8"
13386source = "registry+https://github.com/rust-lang/crates.io-index"
13387checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13388dependencies = [
13389 "serde",
13390]
13391
13392[[package]]
13393name = "toml_edit"
13394version = "0.22.22"
13395source = "registry+https://github.com/rust-lang/crates.io-index"
13396checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13397dependencies = [
13398 "indexmap",
13399 "serde",
13400 "serde_spanned",
13401 "toml_datetime",
13402 "winnow",
13403]
13404
13405[[package]]
13406name = "toolchain_selector"
13407version = "0.1.0"
13408dependencies = [
13409 "editor",
13410 "fuzzy",
13411 "gpui",
13412 "language",
13413 "picker",
13414 "project",
13415 "ui",
13416 "util",
13417 "workspace",
13418]
13419
13420[[package]]
13421name = "topological-sort"
13422version = "0.2.2"
13423source = "registry+https://github.com/rust-lang/crates.io-index"
13424checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13425
13426[[package]]
13427name = "tower"
13428version = "0.4.13"
13429source = "registry+https://github.com/rust-lang/crates.io-index"
13430checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13431dependencies = [
13432 "futures-core",
13433 "futures-util",
13434 "pin-project",
13435 "pin-project-lite",
13436 "tokio",
13437 "tower-layer",
13438 "tower-service",
13439 "tracing",
13440]
13441
13442[[package]]
13443name = "tower-http"
13444version = "0.3.5"
13445source = "registry+https://github.com/rust-lang/crates.io-index"
13446checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13447dependencies = [
13448 "bitflags 1.3.2",
13449 "bytes 1.9.0",
13450 "futures-core",
13451 "futures-util",
13452 "http 0.2.12",
13453 "http-body 0.4.6",
13454 "http-range-header",
13455 "pin-project-lite",
13456 "tower-layer",
13457 "tower-service",
13458]
13459
13460[[package]]
13461name = "tower-http"
13462version = "0.4.4"
13463source = "registry+https://github.com/rust-lang/crates.io-index"
13464checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13465dependencies = [
13466 "bitflags 2.6.0",
13467 "bytes 1.9.0",
13468 "futures-core",
13469 "futures-util",
13470 "http 0.2.12",
13471 "http-body 0.4.6",
13472 "http-range-header",
13473 "pin-project-lite",
13474 "tower-layer",
13475 "tower-service",
13476 "tracing",
13477]
13478
13479[[package]]
13480name = "tower-layer"
13481version = "0.3.3"
13482source = "registry+https://github.com/rust-lang/crates.io-index"
13483checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13484
13485[[package]]
13486name = "tower-service"
13487version = "0.3.3"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13490
13491[[package]]
13492name = "tracing"
13493version = "0.1.41"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13496dependencies = [
13497 "log",
13498 "pin-project-lite",
13499 "tracing-attributes",
13500 "tracing-core",
13501]
13502
13503[[package]]
13504name = "tracing-attributes"
13505version = "0.1.28"
13506source = "registry+https://github.com/rust-lang/crates.io-index"
13507checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13508dependencies = [
13509 "proc-macro2",
13510 "quote",
13511 "syn 2.0.90",
13512]
13513
13514[[package]]
13515name = "tracing-core"
13516version = "0.1.33"
13517source = "registry+https://github.com/rust-lang/crates.io-index"
13518checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13519dependencies = [
13520 "once_cell",
13521 "valuable",
13522]
13523
13524[[package]]
13525name = "tracing-log"
13526version = "0.2.0"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13529dependencies = [
13530 "log",
13531 "once_cell",
13532 "tracing-core",
13533]
13534
13535[[package]]
13536name = "tracing-serde"
13537version = "0.2.0"
13538source = "registry+https://github.com/rust-lang/crates.io-index"
13539checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13540dependencies = [
13541 "serde",
13542 "tracing-core",
13543]
13544
13545[[package]]
13546name = "tracing-subscriber"
13547version = "0.3.19"
13548source = "registry+https://github.com/rust-lang/crates.io-index"
13549checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13550dependencies = [
13551 "matchers",
13552 "nu-ansi-term",
13553 "once_cell",
13554 "regex",
13555 "serde",
13556 "serde_json",
13557 "sharded-slab",
13558 "smallvec",
13559 "thread_local",
13560 "tracing",
13561 "tracing-core",
13562 "tracing-log",
13563 "tracing-serde",
13564]
13565
13566[[package]]
13567name = "tree-sitter"
13568version = "0.23.2"
13569source = "registry+https://github.com/rust-lang/crates.io-index"
13570checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13571dependencies = [
13572 "cc",
13573 "regex",
13574 "regex-syntax 0.8.5",
13575 "tree-sitter-language",
13576 "wasmtime-c-api-impl",
13577]
13578
13579[[package]]
13580name = "tree-sitter-bash"
13581version = "0.23.3"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13584dependencies = [
13585 "cc",
13586 "tree-sitter-language",
13587]
13588
13589[[package]]
13590name = "tree-sitter-c"
13591version = "0.23.4"
13592source = "registry+https://github.com/rust-lang/crates.io-index"
13593checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13594dependencies = [
13595 "cc",
13596 "tree-sitter-language",
13597]
13598
13599[[package]]
13600name = "tree-sitter-cpp"
13601version = "0.23.4"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13604dependencies = [
13605 "cc",
13606 "tree-sitter-language",
13607]
13608
13609[[package]]
13610name = "tree-sitter-css"
13611version = "0.23.1"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "25435a275adb3226b6fddab891bbc50d1a500774a44ceb97022a39666ccda75d"
13614dependencies = [
13615 "cc",
13616 "tree-sitter-language",
13617]
13618
13619[[package]]
13620name = "tree-sitter-diff"
13621version = "0.1.0"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13624dependencies = [
13625 "cc",
13626 "tree-sitter-language",
13627]
13628
13629[[package]]
13630name = "tree-sitter-elixir"
13631version = "0.3.3"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13634dependencies = [
13635 "cc",
13636 "tree-sitter-language",
13637]
13638
13639[[package]]
13640name = "tree-sitter-embedded-template"
13641version = "0.23.2"
13642source = "registry+https://github.com/rust-lang/crates.io-index"
13643checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13644dependencies = [
13645 "cc",
13646 "tree-sitter-language",
13647]
13648
13649[[package]]
13650name = "tree-sitter-go"
13651version = "0.23.4"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13654dependencies = [
13655 "cc",
13656 "tree-sitter-language",
13657]
13658
13659[[package]]
13660name = "tree-sitter-gomod"
13661version = "1.1.1"
13662source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
13663dependencies = [
13664 "cc",
13665 "tree-sitter-language",
13666]
13667
13668[[package]]
13669name = "tree-sitter-gowork"
13670version = "0.0.1"
13671source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13672dependencies = [
13673 "cc",
13674 "tree-sitter-language",
13675]
13676
13677[[package]]
13678name = "tree-sitter-heex"
13679version = "0.0.1"
13680source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13681dependencies = [
13682 "cc",
13683 "tree-sitter-language",
13684]
13685
13686[[package]]
13687name = "tree-sitter-html"
13688version = "0.20.4"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13691dependencies = [
13692 "cc",
13693 "tree-sitter",
13694]
13695
13696[[package]]
13697name = "tree-sitter-jsdoc"
13698version = "0.23.2"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13701dependencies = [
13702 "cc",
13703 "tree-sitter-language",
13704]
13705
13706[[package]]
13707name = "tree-sitter-json"
13708version = "0.24.8"
13709source = "registry+https://github.com/rust-lang/crates.io-index"
13710checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13711dependencies = [
13712 "cc",
13713 "tree-sitter-language",
13714]
13715
13716[[package]]
13717name = "tree-sitter-language"
13718version = "0.1.3"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13721
13722[[package]]
13723name = "tree-sitter-md"
13724version = "0.3.2"
13725source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13726dependencies = [
13727 "cc",
13728 "tree-sitter-language",
13729]
13730
13731[[package]]
13732name = "tree-sitter-python"
13733version = "0.23.6"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13736dependencies = [
13737 "cc",
13738 "tree-sitter-language",
13739]
13740
13741[[package]]
13742name = "tree-sitter-regex"
13743version = "0.23.0"
13744source = "registry+https://github.com/rust-lang/crates.io-index"
13745checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13746dependencies = [
13747 "cc",
13748 "tree-sitter-language",
13749]
13750
13751[[package]]
13752name = "tree-sitter-ruby"
13753version = "0.23.1"
13754source = "registry+https://github.com/rust-lang/crates.io-index"
13755checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13756dependencies = [
13757 "cc",
13758 "tree-sitter-language",
13759]
13760
13761[[package]]
13762name = "tree-sitter-rust"
13763version = "0.23.2"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13766dependencies = [
13767 "cc",
13768 "tree-sitter-language",
13769]
13770
13771[[package]]
13772name = "tree-sitter-typescript"
13773version = "0.23.2"
13774source = "registry+https://github.com/rust-lang/crates.io-index"
13775checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13776dependencies = [
13777 "cc",
13778 "tree-sitter-language",
13779]
13780
13781[[package]]
13782name = "tree-sitter-yaml"
13783version = "0.6.1"
13784source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13785dependencies = [
13786 "cc",
13787 "tree-sitter-language",
13788]
13789
13790[[package]]
13791name = "try-lock"
13792version = "0.2.5"
13793source = "registry+https://github.com/rust-lang/crates.io-index"
13794checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13795
13796[[package]]
13797name = "ttf-parser"
13798version = "0.21.1"
13799source = "registry+https://github.com/rust-lang/crates.io-index"
13800checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13801
13802[[package]]
13803name = "tungstenite"
13804version = "0.20.1"
13805source = "registry+https://github.com/rust-lang/crates.io-index"
13806checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13807dependencies = [
13808 "byteorder",
13809 "bytes 1.9.0",
13810 "data-encoding",
13811 "http 0.2.12",
13812 "httparse",
13813 "log",
13814 "rand 0.8.5",
13815 "rustls 0.21.12",
13816 "sha1",
13817 "thiserror 1.0.69",
13818 "url",
13819 "utf-8",
13820]
13821
13822[[package]]
13823name = "tungstenite"
13824version = "0.21.0"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13827dependencies = [
13828 "byteorder",
13829 "bytes 1.9.0",
13830 "data-encoding",
13831 "http 1.2.0",
13832 "httparse",
13833 "log",
13834 "native-tls",
13835 "rand 0.8.5",
13836 "sha1",
13837 "thiserror 1.0.69",
13838 "url",
13839 "utf-8",
13840]
13841
13842[[package]]
13843name = "tungstenite"
13844version = "0.24.0"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13847dependencies = [
13848 "byteorder",
13849 "bytes 1.9.0",
13850 "data-encoding",
13851 "http 1.2.0",
13852 "httparse",
13853 "log",
13854 "rand 0.8.5",
13855 "sha1",
13856 "thiserror 1.0.69",
13857 "utf-8",
13858]
13859
13860[[package]]
13861name = "typeid"
13862version = "1.0.2"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13865
13866[[package]]
13867name = "typenum"
13868version = "1.17.0"
13869source = "registry+https://github.com/rust-lang/crates.io-index"
13870checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13871
13872[[package]]
13873name = "ucd-trie"
13874version = "0.1.7"
13875source = "registry+https://github.com/rust-lang/crates.io-index"
13876checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
13877
13878[[package]]
13879name = "uds_windows"
13880version = "1.1.0"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13883dependencies = [
13884 "memoffset",
13885 "tempfile",
13886 "winapi",
13887]
13888
13889[[package]]
13890name = "ui"
13891version = "0.1.0"
13892dependencies = [
13893 "chrono",
13894 "gpui",
13895 "itertools 0.14.0",
13896 "menu",
13897 "serde",
13898 "settings",
13899 "smallvec",
13900 "story",
13901 "strum",
13902 "theme",
13903 "ui_macros",
13904 "windows 0.58.0",
13905]
13906
13907[[package]]
13908name = "ui_input"
13909version = "0.1.0"
13910dependencies = [
13911 "editor",
13912 "gpui",
13913 "settings",
13914 "theme",
13915 "ui",
13916]
13917
13918[[package]]
13919name = "ui_macros"
13920version = "0.1.0"
13921dependencies = [
13922 "convert_case 0.6.0",
13923 "proc-macro2",
13924 "quote",
13925 "syn 1.0.109",
13926]
13927
13928[[package]]
13929name = "unicase"
13930version = "2.8.1"
13931source = "registry+https://github.com/rust-lang/crates.io-index"
13932checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
13933
13934[[package]]
13935name = "unicode-bidi"
13936version = "0.3.17"
13937source = "registry+https://github.com/rust-lang/crates.io-index"
13938checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
13939
13940[[package]]
13941name = "unicode-bidi-mirroring"
13942version = "0.2.0"
13943source = "registry+https://github.com/rust-lang/crates.io-index"
13944checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13945
13946[[package]]
13947name = "unicode-ccc"
13948version = "0.2.0"
13949source = "registry+https://github.com/rust-lang/crates.io-index"
13950checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13951
13952[[package]]
13953name = "unicode-ident"
13954version = "1.0.14"
13955source = "registry+https://github.com/rust-lang/crates.io-index"
13956checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
13957
13958[[package]]
13959name = "unicode-linebreak"
13960version = "0.1.5"
13961source = "registry+https://github.com/rust-lang/crates.io-index"
13962checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13963
13964[[package]]
13965name = "unicode-normalization"
13966version = "0.1.24"
13967source = "registry+https://github.com/rust-lang/crates.io-index"
13968checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
13969dependencies = [
13970 "tinyvec",
13971]
13972
13973[[package]]
13974name = "unicode-properties"
13975version = "0.1.3"
13976source = "registry+https://github.com/rust-lang/crates.io-index"
13977checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
13978
13979[[package]]
13980name = "unicode-script"
13981version = "0.5.7"
13982source = "registry+https://github.com/rust-lang/crates.io-index"
13983checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
13984
13985[[package]]
13986name = "unicode-segmentation"
13987version = "1.12.0"
13988source = "registry+https://github.com/rust-lang/crates.io-index"
13989checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
13990
13991[[package]]
13992name = "unicode-width"
13993version = "0.1.14"
13994source = "registry+https://github.com/rust-lang/crates.io-index"
13995checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
13996
13997[[package]]
13998name = "unicode-xid"
13999version = "0.2.6"
14000source = "registry+https://github.com/rust-lang/crates.io-index"
14001checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14002
14003[[package]]
14004name = "unicode_categories"
14005version = "0.1.1"
14006source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14008
14009[[package]]
14010name = "unindent"
14011version = "0.1.11"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14014
14015[[package]]
14016name = "untrusted"
14017version = "0.9.0"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14020
14021[[package]]
14022name = "url"
14023version = "2.5.4"
14024source = "registry+https://github.com/rust-lang/crates.io-index"
14025checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14026dependencies = [
14027 "form_urlencoded",
14028 "idna",
14029 "percent-encoding",
14030 "serde",
14031]
14032
14033[[package]]
14034name = "urlencoding"
14035version = "2.1.3"
14036source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14038
14039[[package]]
14040name = "usvg"
14041version = "0.44.0"
14042source = "registry+https://github.com/rust-lang/crates.io-index"
14043checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14044dependencies = [
14045 "base64 0.22.1",
14046 "data-url",
14047 "flate2",
14048 "imagesize",
14049 "kurbo",
14050 "log",
14051 "pico-args",
14052 "roxmltree",
14053 "simplecss",
14054 "siphasher 1.0.1",
14055 "strict-num",
14056 "svgtypes",
14057 "tiny-skia-path",
14058 "xmlwriter",
14059]
14060
14061[[package]]
14062name = "utf-8"
14063version = "0.7.6"
14064source = "registry+https://github.com/rust-lang/crates.io-index"
14065checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14066
14067[[package]]
14068name = "utf16_iter"
14069version = "1.0.5"
14070source = "registry+https://github.com/rust-lang/crates.io-index"
14071checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14072
14073[[package]]
14074name = "utf8_iter"
14075version = "1.0.4"
14076source = "registry+https://github.com/rust-lang/crates.io-index"
14077checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14078
14079[[package]]
14080name = "utf8parse"
14081version = "0.2.2"
14082source = "registry+https://github.com/rust-lang/crates.io-index"
14083checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14084
14085[[package]]
14086name = "util"
14087version = "0.1.0"
14088dependencies = [
14089 "anyhow",
14090 "async-fs",
14091 "collections",
14092 "dirs 4.0.0",
14093 "dunce",
14094 "futures 0.3.31",
14095 "futures-lite 1.13.0",
14096 "git2",
14097 "globset",
14098 "itertools 0.14.0",
14099 "libc",
14100 "log",
14101 "rand 0.8.5",
14102 "regex",
14103 "rust-embed",
14104 "serde",
14105 "serde_json",
14106 "smol",
14107 "take-until",
14108 "tempfile",
14109 "tendril",
14110 "unicase",
14111]
14112
14113[[package]]
14114name = "uuid"
14115version = "1.11.0"
14116source = "registry+https://github.com/rust-lang/crates.io-index"
14117checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14118dependencies = [
14119 "getrandom 0.2.15",
14120 "serde",
14121 "sha1_smol",
14122]
14123
14124[[package]]
14125name = "v_frame"
14126version = "0.3.8"
14127source = "registry+https://github.com/rust-lang/crates.io-index"
14128checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14129dependencies = [
14130 "aligned-vec",
14131 "num-traits",
14132 "wasm-bindgen",
14133]
14134
14135[[package]]
14136name = "valuable"
14137version = "0.1.0"
14138source = "registry+https://github.com/rust-lang/crates.io-index"
14139checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14140
14141[[package]]
14142name = "value-bag"
14143version = "1.10.0"
14144source = "registry+https://github.com/rust-lang/crates.io-index"
14145checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14146dependencies = [
14147 "value-bag-serde1",
14148 "value-bag-sval2",
14149]
14150
14151[[package]]
14152name = "value-bag-serde1"
14153version = "1.10.0"
14154source = "registry+https://github.com/rust-lang/crates.io-index"
14155checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14156dependencies = [
14157 "erased-serde",
14158 "serde",
14159 "serde_fmt",
14160]
14161
14162[[package]]
14163name = "value-bag-sval2"
14164version = "1.10.0"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14167dependencies = [
14168 "sval",
14169 "sval_buffer",
14170 "sval_dynamic",
14171 "sval_fmt",
14172 "sval_json",
14173 "sval_ref",
14174 "sval_serde",
14175]
14176
14177[[package]]
14178name = "vcpkg"
14179version = "0.2.15"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14182
14183[[package]]
14184name = "vcs_menu"
14185version = "0.1.0"
14186dependencies = [
14187 "anyhow",
14188 "fuzzy",
14189 "git",
14190 "gpui",
14191 "picker",
14192 "project",
14193 "ui",
14194 "util",
14195 "workspace",
14196 "zed_actions",
14197]
14198
14199[[package]]
14200name = "version-compare"
14201version = "0.2.0"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14204
14205[[package]]
14206name = "version_check"
14207version = "0.9.5"
14208source = "registry+https://github.com/rust-lang/crates.io-index"
14209checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14210
14211[[package]]
14212name = "vim"
14213version = "0.1.0"
14214dependencies = [
14215 "anyhow",
14216 "async-compat",
14217 "async-trait",
14218 "collections",
14219 "command_palette",
14220 "command_palette_hooks",
14221 "editor",
14222 "futures 0.3.31",
14223 "gpui",
14224 "indoc",
14225 "itertools 0.14.0",
14226 "language",
14227 "log",
14228 "lsp",
14229 "multi_buffer",
14230 "nvim-rs",
14231 "parking_lot",
14232 "regex",
14233 "release_channel",
14234 "schemars",
14235 "search",
14236 "serde",
14237 "serde_derive",
14238 "serde_json",
14239 "settings",
14240 "theme",
14241 "tokio",
14242 "ui",
14243 "util",
14244 "vim_mode_setting",
14245 "workspace",
14246 "zed_actions",
14247]
14248
14249[[package]]
14250name = "vim_mode_setting"
14251version = "0.1.0"
14252dependencies = [
14253 "anyhow",
14254 "gpui",
14255 "settings",
14256]
14257
14258[[package]]
14259name = "vscode_theme"
14260version = "0.2.0"
14261source = "registry+https://github.com/rust-lang/crates.io-index"
14262checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14263dependencies = [
14264 "serde",
14265]
14266
14267[[package]]
14268name = "vsimd"
14269version = "0.8.0"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14272
14273[[package]]
14274name = "vswhom"
14275version = "0.1.0"
14276source = "registry+https://github.com/rust-lang/crates.io-index"
14277checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14278dependencies = [
14279 "libc",
14280 "vswhom-sys",
14281]
14282
14283[[package]]
14284name = "vswhom-sys"
14285version = "0.1.2"
14286source = "registry+https://github.com/rust-lang/crates.io-index"
14287checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14288dependencies = [
14289 "cc",
14290 "libc",
14291]
14292
14293[[package]]
14294name = "vte"
14295version = "0.13.0"
14296source = "registry+https://github.com/rust-lang/crates.io-index"
14297checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
14298dependencies = [
14299 "bitflags 2.6.0",
14300 "cursor-icon",
14301 "log",
14302 "serde",
14303 "utf8parse",
14304 "vte_generate_state_changes",
14305]
14306
14307[[package]]
14308name = "vte_generate_state_changes"
14309version = "0.1.2"
14310source = "registry+https://github.com/rust-lang/crates.io-index"
14311checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
14312dependencies = [
14313 "proc-macro2",
14314 "quote",
14315]
14316
14317[[package]]
14318name = "waker-fn"
14319version = "1.2.0"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14322
14323[[package]]
14324name = "walkdir"
14325version = "2.5.0"
14326source = "registry+https://github.com/rust-lang/crates.io-index"
14327checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14328dependencies = [
14329 "same-file",
14330 "winapi-util",
14331]
14332
14333[[package]]
14334name = "want"
14335version = "0.3.1"
14336source = "registry+https://github.com/rust-lang/crates.io-index"
14337checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14338dependencies = [
14339 "try-lock",
14340]
14341
14342[[package]]
14343name = "warp"
14344version = "0.3.7"
14345source = "registry+https://github.com/rust-lang/crates.io-index"
14346checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14347dependencies = [
14348 "bytes 1.9.0",
14349 "futures-channel",
14350 "futures-util",
14351 "headers",
14352 "http 0.2.12",
14353 "hyper 0.14.32",
14354 "log",
14355 "mime",
14356 "mime_guess",
14357 "percent-encoding",
14358 "pin-project",
14359 "scoped-tls",
14360 "serde",
14361 "serde_json",
14362 "serde_urlencoded",
14363 "tokio",
14364 "tokio-tungstenite 0.21.0",
14365 "tokio-util",
14366 "tower-service",
14367 "tracing",
14368]
14369
14370[[package]]
14371name = "wasi"
14372version = "0.9.0+wasi-snapshot-preview1"
14373source = "registry+https://github.com/rust-lang/crates.io-index"
14374checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14375
14376[[package]]
14377name = "wasi"
14378version = "0.11.0+wasi-snapshot-preview1"
14379source = "registry+https://github.com/rust-lang/crates.io-index"
14380checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14381
14382[[package]]
14383name = "wasite"
14384version = "0.1.0"
14385source = "registry+https://github.com/rust-lang/crates.io-index"
14386checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14387
14388[[package]]
14389name = "wasm-bindgen"
14390version = "0.2.99"
14391source = "registry+https://github.com/rust-lang/crates.io-index"
14392checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14393dependencies = [
14394 "cfg-if",
14395 "once_cell",
14396 "wasm-bindgen-macro",
14397]
14398
14399[[package]]
14400name = "wasm-bindgen-backend"
14401version = "0.2.99"
14402source = "registry+https://github.com/rust-lang/crates.io-index"
14403checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14404dependencies = [
14405 "bumpalo",
14406 "log",
14407 "proc-macro2",
14408 "quote",
14409 "syn 2.0.90",
14410 "wasm-bindgen-shared",
14411]
14412
14413[[package]]
14414name = "wasm-bindgen-futures"
14415version = "0.4.49"
14416source = "registry+https://github.com/rust-lang/crates.io-index"
14417checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14418dependencies = [
14419 "cfg-if",
14420 "js-sys",
14421 "once_cell",
14422 "wasm-bindgen",
14423 "web-sys",
14424]
14425
14426[[package]]
14427name = "wasm-bindgen-macro"
14428version = "0.2.99"
14429source = "registry+https://github.com/rust-lang/crates.io-index"
14430checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14431dependencies = [
14432 "quote",
14433 "wasm-bindgen-macro-support",
14434]
14435
14436[[package]]
14437name = "wasm-bindgen-macro-support"
14438version = "0.2.99"
14439source = "registry+https://github.com/rust-lang/crates.io-index"
14440checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14441dependencies = [
14442 "proc-macro2",
14443 "quote",
14444 "syn 2.0.90",
14445 "wasm-bindgen-backend",
14446 "wasm-bindgen-shared",
14447]
14448
14449[[package]]
14450name = "wasm-bindgen-shared"
14451version = "0.2.99"
14452source = "registry+https://github.com/rust-lang/crates.io-index"
14453checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14454
14455[[package]]
14456name = "wasm-encoder"
14457version = "0.201.0"
14458source = "registry+https://github.com/rust-lang/crates.io-index"
14459checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14460dependencies = [
14461 "leb128",
14462]
14463
14464[[package]]
14465name = "wasm-encoder"
14466version = "0.215.0"
14467source = "registry+https://github.com/rust-lang/crates.io-index"
14468checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14469dependencies = [
14470 "leb128",
14471]
14472
14473[[package]]
14474name = "wasm-metadata"
14475version = "0.201.0"
14476source = "registry+https://github.com/rust-lang/crates.io-index"
14477checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14478dependencies = [
14479 "anyhow",
14480 "indexmap",
14481 "serde",
14482 "serde_derive",
14483 "serde_json",
14484 "spdx",
14485 "wasm-encoder 0.201.0",
14486 "wasmparser 0.201.0",
14487]
14488
14489[[package]]
14490name = "wasm-streams"
14491version = "0.4.2"
14492source = "registry+https://github.com/rust-lang/crates.io-index"
14493checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14494dependencies = [
14495 "futures-util",
14496 "js-sys",
14497 "wasm-bindgen",
14498 "wasm-bindgen-futures",
14499 "web-sys",
14500]
14501
14502[[package]]
14503name = "wasmparser"
14504version = "0.201.0"
14505source = "registry+https://github.com/rust-lang/crates.io-index"
14506checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14507dependencies = [
14508 "bitflags 2.6.0",
14509 "indexmap",
14510 "semver",
14511]
14512
14513[[package]]
14514name = "wasmparser"
14515version = "0.215.0"
14516source = "registry+https://github.com/rust-lang/crates.io-index"
14517checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14518dependencies = [
14519 "ahash 0.8.11",
14520 "bitflags 2.6.0",
14521 "hashbrown 0.14.5",
14522 "indexmap",
14523 "semver",
14524 "serde",
14525]
14526
14527[[package]]
14528name = "wasmprinter"
14529version = "0.215.0"
14530source = "registry+https://github.com/rust-lang/crates.io-index"
14531checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14532dependencies = [
14533 "anyhow",
14534 "termcolor",
14535 "wasmparser 0.215.0",
14536]
14537
14538[[package]]
14539name = "wasmtime"
14540version = "24.0.2"
14541source = "registry+https://github.com/rust-lang/crates.io-index"
14542checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14543dependencies = [
14544 "anyhow",
14545 "async-trait",
14546 "bitflags 2.6.0",
14547 "bumpalo",
14548 "cc",
14549 "cfg-if",
14550 "encoding_rs",
14551 "hashbrown 0.14.5",
14552 "indexmap",
14553 "libc",
14554 "libm",
14555 "log",
14556 "mach2",
14557 "memfd",
14558 "object",
14559 "once_cell",
14560 "paste",
14561 "postcard",
14562 "psm",
14563 "rustix",
14564 "semver",
14565 "serde",
14566 "serde_derive",
14567 "smallvec",
14568 "sptr",
14569 "target-lexicon",
14570 "wasmparser 0.215.0",
14571 "wasmtime-asm-macros",
14572 "wasmtime-component-macro",
14573 "wasmtime-component-util",
14574 "wasmtime-cranelift",
14575 "wasmtime-environ",
14576 "wasmtime-fiber",
14577 "wasmtime-jit-icache-coherence",
14578 "wasmtime-slab",
14579 "wasmtime-versioned-export-macros",
14580 "wasmtime-winch",
14581 "windows-sys 0.52.0",
14582]
14583
14584[[package]]
14585name = "wasmtime-asm-macros"
14586version = "24.0.2"
14587source = "registry+https://github.com/rust-lang/crates.io-index"
14588checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14589dependencies = [
14590 "cfg-if",
14591]
14592
14593[[package]]
14594name = "wasmtime-c-api-impl"
14595version = "24.0.2"
14596source = "registry+https://github.com/rust-lang/crates.io-index"
14597checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14598dependencies = [
14599 "anyhow",
14600 "log",
14601 "once_cell",
14602 "tracing",
14603 "wasmtime",
14604 "wasmtime-c-api-macros",
14605]
14606
14607[[package]]
14608name = "wasmtime-c-api-macros"
14609version = "24.0.2"
14610source = "registry+https://github.com/rust-lang/crates.io-index"
14611checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14612dependencies = [
14613 "proc-macro2",
14614 "quote",
14615]
14616
14617[[package]]
14618name = "wasmtime-component-macro"
14619version = "24.0.2"
14620source = "registry+https://github.com/rust-lang/crates.io-index"
14621checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14622dependencies = [
14623 "anyhow",
14624 "proc-macro2",
14625 "quote",
14626 "syn 2.0.90",
14627 "wasmtime-component-util",
14628 "wasmtime-wit-bindgen",
14629 "wit-parser 0.215.0",
14630]
14631
14632[[package]]
14633name = "wasmtime-component-util"
14634version = "24.0.2"
14635source = "registry+https://github.com/rust-lang/crates.io-index"
14636checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14637
14638[[package]]
14639name = "wasmtime-cranelift"
14640version = "24.0.2"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14643dependencies = [
14644 "anyhow",
14645 "cfg-if",
14646 "cranelift-codegen",
14647 "cranelift-control",
14648 "cranelift-entity",
14649 "cranelift-frontend",
14650 "cranelift-native",
14651 "cranelift-wasm",
14652 "gimli 0.29.0",
14653 "log",
14654 "object",
14655 "target-lexicon",
14656 "thiserror 1.0.69",
14657 "wasmparser 0.215.0",
14658 "wasmtime-environ",
14659 "wasmtime-versioned-export-macros",
14660]
14661
14662[[package]]
14663name = "wasmtime-environ"
14664version = "24.0.2"
14665source = "registry+https://github.com/rust-lang/crates.io-index"
14666checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14667dependencies = [
14668 "anyhow",
14669 "cpp_demangle",
14670 "cranelift-bitset",
14671 "cranelift-entity",
14672 "gimli 0.29.0",
14673 "indexmap",
14674 "log",
14675 "object",
14676 "postcard",
14677 "rustc-demangle",
14678 "semver",
14679 "serde",
14680 "serde_derive",
14681 "target-lexicon",
14682 "wasm-encoder 0.215.0",
14683 "wasmparser 0.215.0",
14684 "wasmprinter",
14685 "wasmtime-component-util",
14686 "wasmtime-types",
14687]
14688
14689[[package]]
14690name = "wasmtime-fiber"
14691version = "24.0.2"
14692source = "registry+https://github.com/rust-lang/crates.io-index"
14693checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14694dependencies = [
14695 "anyhow",
14696 "cc",
14697 "cfg-if",
14698 "rustix",
14699 "wasmtime-asm-macros",
14700 "wasmtime-versioned-export-macros",
14701 "windows-sys 0.52.0",
14702]
14703
14704[[package]]
14705name = "wasmtime-jit-icache-coherence"
14706version = "24.0.2"
14707source = "registry+https://github.com/rust-lang/crates.io-index"
14708checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14709dependencies = [
14710 "anyhow",
14711 "cfg-if",
14712 "libc",
14713 "windows-sys 0.52.0",
14714]
14715
14716[[package]]
14717name = "wasmtime-slab"
14718version = "24.0.2"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14721
14722[[package]]
14723name = "wasmtime-types"
14724version = "24.0.2"
14725source = "registry+https://github.com/rust-lang/crates.io-index"
14726checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14727dependencies = [
14728 "anyhow",
14729 "cranelift-entity",
14730 "serde",
14731 "serde_derive",
14732 "smallvec",
14733 "wasmparser 0.215.0",
14734]
14735
14736[[package]]
14737name = "wasmtime-versioned-export-macros"
14738version = "24.0.2"
14739source = "registry+https://github.com/rust-lang/crates.io-index"
14740checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14741dependencies = [
14742 "proc-macro2",
14743 "quote",
14744 "syn 2.0.90",
14745]
14746
14747[[package]]
14748name = "wasmtime-wasi"
14749version = "24.0.2"
14750source = "registry+https://github.com/rust-lang/crates.io-index"
14751checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14752dependencies = [
14753 "anyhow",
14754 "async-trait",
14755 "bitflags 2.6.0",
14756 "bytes 1.9.0",
14757 "cap-fs-ext",
14758 "cap-net-ext",
14759 "cap-rand",
14760 "cap-std",
14761 "cap-time-ext",
14762 "fs-set-times",
14763 "futures 0.3.31",
14764 "io-extras",
14765 "io-lifetimes",
14766 "once_cell",
14767 "rustix",
14768 "system-interface",
14769 "thiserror 1.0.69",
14770 "tokio",
14771 "tracing",
14772 "url",
14773 "wasmtime",
14774 "wiggle",
14775 "windows-sys 0.52.0",
14776]
14777
14778[[package]]
14779name = "wasmtime-winch"
14780version = "24.0.2"
14781source = "registry+https://github.com/rust-lang/crates.io-index"
14782checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14783dependencies = [
14784 "anyhow",
14785 "cranelift-codegen",
14786 "gimli 0.29.0",
14787 "object",
14788 "target-lexicon",
14789 "wasmparser 0.215.0",
14790 "wasmtime-cranelift",
14791 "wasmtime-environ",
14792 "winch-codegen",
14793]
14794
14795[[package]]
14796name = "wasmtime-wit-bindgen"
14797version = "24.0.2"
14798source = "registry+https://github.com/rust-lang/crates.io-index"
14799checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14800dependencies = [
14801 "anyhow",
14802 "heck 0.4.1",
14803 "indexmap",
14804 "wit-parser 0.215.0",
14805]
14806
14807[[package]]
14808name = "wast"
14809version = "35.0.2"
14810source = "registry+https://github.com/rust-lang/crates.io-index"
14811checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14812dependencies = [
14813 "leb128",
14814]
14815
14816[[package]]
14817name = "wayland-backend"
14818version = "0.3.7"
14819source = "registry+https://github.com/rust-lang/crates.io-index"
14820checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
14821dependencies = [
14822 "cc",
14823 "downcast-rs",
14824 "rustix",
14825 "scoped-tls",
14826 "smallvec",
14827 "wayland-sys",
14828]
14829
14830[[package]]
14831name = "wayland-client"
14832version = "0.31.7"
14833source = "registry+https://github.com/rust-lang/crates.io-index"
14834checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
14835dependencies = [
14836 "bitflags 2.6.0",
14837 "rustix",
14838 "wayland-backend",
14839 "wayland-scanner",
14840]
14841
14842[[package]]
14843name = "wayland-cursor"
14844version = "0.31.7"
14845source = "registry+https://github.com/rust-lang/crates.io-index"
14846checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
14847dependencies = [
14848 "rustix",
14849 "wayland-client",
14850 "xcursor",
14851]
14852
14853[[package]]
14854name = "wayland-protocols"
14855version = "0.31.2"
14856source = "registry+https://github.com/rust-lang/crates.io-index"
14857checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14858dependencies = [
14859 "bitflags 2.6.0",
14860 "wayland-backend",
14861 "wayland-client",
14862 "wayland-scanner",
14863]
14864
14865[[package]]
14866name = "wayland-protocols-plasma"
14867version = "0.2.0"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14870dependencies = [
14871 "bitflags 2.6.0",
14872 "wayland-backend",
14873 "wayland-client",
14874 "wayland-protocols",
14875 "wayland-scanner",
14876]
14877
14878[[package]]
14879name = "wayland-scanner"
14880version = "0.31.5"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
14883dependencies = [
14884 "proc-macro2",
14885 "quick-xml 0.36.2",
14886 "quote",
14887]
14888
14889[[package]]
14890name = "wayland-sys"
14891version = "0.31.5"
14892source = "registry+https://github.com/rust-lang/crates.io-index"
14893checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
14894dependencies = [
14895 "dlib",
14896 "log",
14897 "once_cell",
14898 "pkg-config",
14899]
14900
14901[[package]]
14902name = "web-sys"
14903version = "0.3.76"
14904source = "registry+https://github.com/rust-lang/crates.io-index"
14905checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
14906dependencies = [
14907 "js-sys",
14908 "wasm-bindgen",
14909]
14910
14911[[package]]
14912name = "web-time"
14913version = "1.1.0"
14914source = "registry+https://github.com/rust-lang/crates.io-index"
14915checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
14916dependencies = [
14917 "js-sys",
14918 "wasm-bindgen",
14919]
14920
14921[[package]]
14922name = "webpki"
14923version = "0.22.4"
14924source = "registry+https://github.com/rust-lang/crates.io-index"
14925checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14926dependencies = [
14927 "ring",
14928 "untrusted",
14929]
14930
14931[[package]]
14932name = "webpki-roots"
14933version = "0.22.6"
14934source = "registry+https://github.com/rust-lang/crates.io-index"
14935checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14936dependencies = [
14937 "webpki",
14938]
14939
14940[[package]]
14941name = "webpki-roots"
14942version = "0.26.7"
14943source = "registry+https://github.com/rust-lang/crates.io-index"
14944checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
14945dependencies = [
14946 "rustls-pki-types",
14947]
14948
14949[[package]]
14950name = "webrtc-sys"
14951version = "0.3.5"
14952source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
14953dependencies = [
14954 "cc",
14955 "cxx",
14956 "cxx-build",
14957 "glob",
14958 "log",
14959 "webrtc-sys-build",
14960]
14961
14962[[package]]
14963name = "webrtc-sys-build"
14964version = "0.3.5"
14965source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
14966dependencies = [
14967 "fs2",
14968 "regex",
14969 "reqwest 0.11.27",
14970 "scratch",
14971 "semver",
14972 "zip",
14973]
14974
14975[[package]]
14976name = "weezl"
14977version = "0.1.8"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14980
14981[[package]]
14982name = "welcome"
14983version = "0.1.0"
14984dependencies = [
14985 "anyhow",
14986 "client",
14987 "copilot",
14988 "db",
14989 "editor",
14990 "fuzzy",
14991 "gpui",
14992 "install_cli",
14993 "picker",
14994 "project",
14995 "schemars",
14996 "serde",
14997 "settings",
14998 "telemetry",
14999 "ui",
15000 "util",
15001 "vim_mode_setting",
15002 "workspace",
15003 "zed_actions",
15004]
15005
15006[[package]]
15007name = "which"
15008version = "4.4.2"
15009source = "registry+https://github.com/rust-lang/crates.io-index"
15010checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15011dependencies = [
15012 "either",
15013 "home",
15014 "once_cell",
15015 "rustix",
15016]
15017
15018[[package]]
15019name = "which"
15020version = "6.0.3"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15023dependencies = [
15024 "either",
15025 "home",
15026 "rustix",
15027 "winsafe",
15028]
15029
15030[[package]]
15031name = "whoami"
15032version = "1.5.2"
15033source = "registry+https://github.com/rust-lang/crates.io-index"
15034checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15035dependencies = [
15036 "redox_syscall 0.5.8",
15037 "wasite",
15038]
15039
15040[[package]]
15041name = "wiggle"
15042version = "24.0.2"
15043source = "registry+https://github.com/rust-lang/crates.io-index"
15044checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15045dependencies = [
15046 "anyhow",
15047 "async-trait",
15048 "bitflags 2.6.0",
15049 "thiserror 1.0.69",
15050 "tracing",
15051 "wasmtime",
15052 "wiggle-macro",
15053]
15054
15055[[package]]
15056name = "wiggle-generate"
15057version = "24.0.2"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15060dependencies = [
15061 "anyhow",
15062 "heck 0.4.1",
15063 "proc-macro2",
15064 "quote",
15065 "shellexpand 2.1.2",
15066 "syn 2.0.90",
15067 "witx",
15068]
15069
15070[[package]]
15071name = "wiggle-macro"
15072version = "24.0.2"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15075dependencies = [
15076 "proc-macro2",
15077 "quote",
15078 "syn 2.0.90",
15079 "wiggle-generate",
15080]
15081
15082[[package]]
15083name = "winapi"
15084version = "0.3.9"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15087dependencies = [
15088 "winapi-i686-pc-windows-gnu",
15089 "winapi-x86_64-pc-windows-gnu",
15090]
15091
15092[[package]]
15093name = "winapi-i686-pc-windows-gnu"
15094version = "0.4.0"
15095source = "registry+https://github.com/rust-lang/crates.io-index"
15096checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15097
15098[[package]]
15099name = "winapi-util"
15100version = "0.1.9"
15101source = "registry+https://github.com/rust-lang/crates.io-index"
15102checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15103dependencies = [
15104 "windows-sys 0.59.0",
15105]
15106
15107[[package]]
15108name = "winapi-x86_64-pc-windows-gnu"
15109version = "0.4.0"
15110source = "registry+https://github.com/rust-lang/crates.io-index"
15111checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15112
15113[[package]]
15114name = "winch-codegen"
15115version = "0.22.2"
15116source = "registry+https://github.com/rust-lang/crates.io-index"
15117checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15118dependencies = [
15119 "anyhow",
15120 "cranelift-codegen",
15121 "gimli 0.29.0",
15122 "regalloc2",
15123 "smallvec",
15124 "target-lexicon",
15125 "wasmparser 0.215.0",
15126 "wasmtime-cranelift",
15127 "wasmtime-environ",
15128]
15129
15130[[package]]
15131name = "windows"
15132version = "0.54.0"
15133source = "registry+https://github.com/rust-lang/crates.io-index"
15134checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15135dependencies = [
15136 "windows-core 0.54.0",
15137 "windows-targets 0.52.6",
15138]
15139
15140[[package]]
15141name = "windows"
15142version = "0.57.0"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15145dependencies = [
15146 "windows-core 0.57.0",
15147 "windows-targets 0.52.6",
15148]
15149
15150[[package]]
15151name = "windows"
15152version = "0.58.0"
15153source = "registry+https://github.com/rust-lang/crates.io-index"
15154checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15155dependencies = [
15156 "windows-core 0.58.0",
15157 "windows-targets 0.52.6",
15158]
15159
15160[[package]]
15161name = "windows-core"
15162version = "0.52.0"
15163source = "registry+https://github.com/rust-lang/crates.io-index"
15164checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15165dependencies = [
15166 "windows-targets 0.52.6",
15167]
15168
15169[[package]]
15170name = "windows-core"
15171version = "0.54.0"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15174dependencies = [
15175 "windows-result 0.1.2",
15176 "windows-targets 0.52.6",
15177]
15178
15179[[package]]
15180name = "windows-core"
15181version = "0.57.0"
15182source = "registry+https://github.com/rust-lang/crates.io-index"
15183checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15184dependencies = [
15185 "windows-implement 0.57.0",
15186 "windows-interface 0.57.0",
15187 "windows-result 0.1.2",
15188 "windows-targets 0.52.6",
15189]
15190
15191[[package]]
15192name = "windows-core"
15193version = "0.58.0"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15196dependencies = [
15197 "windows-implement 0.58.0",
15198 "windows-interface 0.58.0",
15199 "windows-result 0.2.0",
15200 "windows-strings",
15201 "windows-targets 0.52.6",
15202]
15203
15204[[package]]
15205name = "windows-implement"
15206version = "0.57.0"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15209dependencies = [
15210 "proc-macro2",
15211 "quote",
15212 "syn 2.0.90",
15213]
15214
15215[[package]]
15216name = "windows-implement"
15217version = "0.58.0"
15218source = "registry+https://github.com/rust-lang/crates.io-index"
15219checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15220dependencies = [
15221 "proc-macro2",
15222 "quote",
15223 "syn 2.0.90",
15224]
15225
15226[[package]]
15227name = "windows-interface"
15228version = "0.57.0"
15229source = "registry+https://github.com/rust-lang/crates.io-index"
15230checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15231dependencies = [
15232 "proc-macro2",
15233 "quote",
15234 "syn 2.0.90",
15235]
15236
15237[[package]]
15238name = "windows-interface"
15239version = "0.58.0"
15240source = "registry+https://github.com/rust-lang/crates.io-index"
15241checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15242dependencies = [
15243 "proc-macro2",
15244 "quote",
15245 "syn 2.0.90",
15246]
15247
15248[[package]]
15249name = "windows-registry"
15250version = "0.2.0"
15251source = "registry+https://github.com/rust-lang/crates.io-index"
15252checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15253dependencies = [
15254 "windows-result 0.2.0",
15255 "windows-strings",
15256 "windows-targets 0.52.6",
15257]
15258
15259[[package]]
15260name = "windows-result"
15261version = "0.1.2"
15262source = "registry+https://github.com/rust-lang/crates.io-index"
15263checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15264dependencies = [
15265 "windows-targets 0.52.6",
15266]
15267
15268[[package]]
15269name = "windows-result"
15270version = "0.2.0"
15271source = "registry+https://github.com/rust-lang/crates.io-index"
15272checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15273dependencies = [
15274 "windows-targets 0.52.6",
15275]
15276
15277[[package]]
15278name = "windows-strings"
15279version = "0.1.0"
15280source = "registry+https://github.com/rust-lang/crates.io-index"
15281checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15282dependencies = [
15283 "windows-result 0.2.0",
15284 "windows-targets 0.52.6",
15285]
15286
15287[[package]]
15288name = "windows-sys"
15289version = "0.45.0"
15290source = "registry+https://github.com/rust-lang/crates.io-index"
15291checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15292dependencies = [
15293 "windows-targets 0.42.2",
15294]
15295
15296[[package]]
15297name = "windows-sys"
15298version = "0.48.0"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15301dependencies = [
15302 "windows-targets 0.48.5",
15303]
15304
15305[[package]]
15306name = "windows-sys"
15307version = "0.52.0"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15310dependencies = [
15311 "windows-targets 0.52.6",
15312]
15313
15314[[package]]
15315name = "windows-sys"
15316version = "0.59.0"
15317source = "registry+https://github.com/rust-lang/crates.io-index"
15318checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15319dependencies = [
15320 "windows-targets 0.52.6",
15321]
15322
15323[[package]]
15324name = "windows-targets"
15325version = "0.42.2"
15326source = "registry+https://github.com/rust-lang/crates.io-index"
15327checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15328dependencies = [
15329 "windows_aarch64_gnullvm 0.42.2",
15330 "windows_aarch64_msvc 0.42.2",
15331 "windows_i686_gnu 0.42.2",
15332 "windows_i686_msvc 0.42.2",
15333 "windows_x86_64_gnu 0.42.2",
15334 "windows_x86_64_gnullvm 0.42.2",
15335 "windows_x86_64_msvc 0.42.2",
15336]
15337
15338[[package]]
15339name = "windows-targets"
15340version = "0.48.5"
15341source = "registry+https://github.com/rust-lang/crates.io-index"
15342checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15343dependencies = [
15344 "windows_aarch64_gnullvm 0.48.5",
15345 "windows_aarch64_msvc 0.48.5",
15346 "windows_i686_gnu 0.48.5",
15347 "windows_i686_msvc 0.48.5",
15348 "windows_x86_64_gnu 0.48.5",
15349 "windows_x86_64_gnullvm 0.48.5",
15350 "windows_x86_64_msvc 0.48.5",
15351]
15352
15353[[package]]
15354name = "windows-targets"
15355version = "0.52.6"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15358dependencies = [
15359 "windows_aarch64_gnullvm 0.52.6",
15360 "windows_aarch64_msvc 0.52.6",
15361 "windows_i686_gnu 0.52.6",
15362 "windows_i686_gnullvm",
15363 "windows_i686_msvc 0.52.6",
15364 "windows_x86_64_gnu 0.52.6",
15365 "windows_x86_64_gnullvm 0.52.6",
15366 "windows_x86_64_msvc 0.52.6",
15367]
15368
15369[[package]]
15370name = "windows_aarch64_gnullvm"
15371version = "0.42.2"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15374
15375[[package]]
15376name = "windows_aarch64_gnullvm"
15377version = "0.48.5"
15378source = "registry+https://github.com/rust-lang/crates.io-index"
15379checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15380
15381[[package]]
15382name = "windows_aarch64_gnullvm"
15383version = "0.52.6"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15386
15387[[package]]
15388name = "windows_aarch64_msvc"
15389version = "0.42.2"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15392
15393[[package]]
15394name = "windows_aarch64_msvc"
15395version = "0.48.5"
15396source = "registry+https://github.com/rust-lang/crates.io-index"
15397checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15398
15399[[package]]
15400name = "windows_aarch64_msvc"
15401version = "0.52.6"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15404
15405[[package]]
15406name = "windows_i686_gnu"
15407version = "0.42.2"
15408source = "registry+https://github.com/rust-lang/crates.io-index"
15409checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15410
15411[[package]]
15412name = "windows_i686_gnu"
15413version = "0.48.5"
15414source = "registry+https://github.com/rust-lang/crates.io-index"
15415checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15416
15417[[package]]
15418name = "windows_i686_gnu"
15419version = "0.52.6"
15420source = "registry+https://github.com/rust-lang/crates.io-index"
15421checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15422
15423[[package]]
15424name = "windows_i686_gnullvm"
15425version = "0.52.6"
15426source = "registry+https://github.com/rust-lang/crates.io-index"
15427checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15428
15429[[package]]
15430name = "windows_i686_msvc"
15431version = "0.42.2"
15432source = "registry+https://github.com/rust-lang/crates.io-index"
15433checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15434
15435[[package]]
15436name = "windows_i686_msvc"
15437version = "0.48.5"
15438source = "registry+https://github.com/rust-lang/crates.io-index"
15439checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15440
15441[[package]]
15442name = "windows_i686_msvc"
15443version = "0.52.6"
15444source = "registry+https://github.com/rust-lang/crates.io-index"
15445checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15446
15447[[package]]
15448name = "windows_x86_64_gnu"
15449version = "0.42.2"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15452
15453[[package]]
15454name = "windows_x86_64_gnu"
15455version = "0.48.5"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15458
15459[[package]]
15460name = "windows_x86_64_gnu"
15461version = "0.52.6"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15464
15465[[package]]
15466name = "windows_x86_64_gnullvm"
15467version = "0.42.2"
15468source = "registry+https://github.com/rust-lang/crates.io-index"
15469checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15470
15471[[package]]
15472name = "windows_x86_64_gnullvm"
15473version = "0.48.5"
15474source = "registry+https://github.com/rust-lang/crates.io-index"
15475checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15476
15477[[package]]
15478name = "windows_x86_64_gnullvm"
15479version = "0.52.6"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15482
15483[[package]]
15484name = "windows_x86_64_msvc"
15485version = "0.42.2"
15486source = "registry+https://github.com/rust-lang/crates.io-index"
15487checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15488
15489[[package]]
15490name = "windows_x86_64_msvc"
15491version = "0.48.5"
15492source = "registry+https://github.com/rust-lang/crates.io-index"
15493checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15494
15495[[package]]
15496name = "windows_x86_64_msvc"
15497version = "0.52.6"
15498source = "registry+https://github.com/rust-lang/crates.io-index"
15499checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15500
15501[[package]]
15502name = "winnow"
15503version = "0.6.20"
15504source = "registry+https://github.com/rust-lang/crates.io-index"
15505checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15506dependencies = [
15507 "memchr",
15508]
15509
15510[[package]]
15511name = "winreg"
15512version = "0.50.0"
15513source = "registry+https://github.com/rust-lang/crates.io-index"
15514checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15515dependencies = [
15516 "cfg-if",
15517 "windows-sys 0.48.0",
15518]
15519
15520[[package]]
15521name = "winreg"
15522version = "0.52.0"
15523source = "registry+https://github.com/rust-lang/crates.io-index"
15524checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15525dependencies = [
15526 "cfg-if",
15527 "windows-sys 0.48.0",
15528]
15529
15530[[package]]
15531name = "winresource"
15532version = "0.1.19"
15533source = "registry+https://github.com/rust-lang/crates.io-index"
15534checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15535dependencies = [
15536 "toml 0.8.19",
15537 "version_check",
15538]
15539
15540[[package]]
15541name = "winsafe"
15542version = "0.0.19"
15543source = "registry+https://github.com/rust-lang/crates.io-index"
15544checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15545
15546[[package]]
15547name = "winx"
15548version = "0.36.4"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15551dependencies = [
15552 "bitflags 2.6.0",
15553 "windows-sys 0.59.0",
15554]
15555
15556[[package]]
15557name = "wio"
15558version = "0.2.2"
15559source = "registry+https://github.com/rust-lang/crates.io-index"
15560checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15561dependencies = [
15562 "winapi",
15563]
15564
15565[[package]]
15566name = "wit-bindgen"
15567version = "0.22.0"
15568source = "registry+https://github.com/rust-lang/crates.io-index"
15569checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15570dependencies = [
15571 "bitflags 2.6.0",
15572 "wit-bindgen-rt",
15573 "wit-bindgen-rust-macro",
15574]
15575
15576[[package]]
15577name = "wit-bindgen-core"
15578version = "0.22.0"
15579source = "registry+https://github.com/rust-lang/crates.io-index"
15580checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15581dependencies = [
15582 "anyhow",
15583 "wit-parser 0.201.0",
15584]
15585
15586[[package]]
15587name = "wit-bindgen-rt"
15588version = "0.22.0"
15589source = "registry+https://github.com/rust-lang/crates.io-index"
15590checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15591
15592[[package]]
15593name = "wit-bindgen-rust"
15594version = "0.22.0"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15597dependencies = [
15598 "anyhow",
15599 "heck 0.4.1",
15600 "indexmap",
15601 "wasm-metadata",
15602 "wit-bindgen-core",
15603 "wit-component",
15604]
15605
15606[[package]]
15607name = "wit-bindgen-rust-macro"
15608version = "0.22.0"
15609source = "registry+https://github.com/rust-lang/crates.io-index"
15610checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15611dependencies = [
15612 "anyhow",
15613 "proc-macro2",
15614 "quote",
15615 "syn 2.0.90",
15616 "wit-bindgen-core",
15617 "wit-bindgen-rust",
15618]
15619
15620[[package]]
15621name = "wit-component"
15622version = "0.201.0"
15623source = "registry+https://github.com/rust-lang/crates.io-index"
15624checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15625dependencies = [
15626 "anyhow",
15627 "bitflags 2.6.0",
15628 "indexmap",
15629 "log",
15630 "serde",
15631 "serde_derive",
15632 "serde_json",
15633 "wasm-encoder 0.201.0",
15634 "wasm-metadata",
15635 "wasmparser 0.201.0",
15636 "wit-parser 0.201.0",
15637]
15638
15639[[package]]
15640name = "wit-parser"
15641version = "0.201.0"
15642source = "registry+https://github.com/rust-lang/crates.io-index"
15643checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15644dependencies = [
15645 "anyhow",
15646 "id-arena",
15647 "indexmap",
15648 "log",
15649 "semver",
15650 "serde",
15651 "serde_derive",
15652 "serde_json",
15653 "unicode-xid",
15654 "wasmparser 0.201.0",
15655]
15656
15657[[package]]
15658name = "wit-parser"
15659version = "0.215.0"
15660source = "registry+https://github.com/rust-lang/crates.io-index"
15661checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15662dependencies = [
15663 "anyhow",
15664 "id-arena",
15665 "indexmap",
15666 "log",
15667 "semver",
15668 "serde",
15669 "serde_derive",
15670 "serde_json",
15671 "unicode-xid",
15672 "wasmparser 0.215.0",
15673]
15674
15675[[package]]
15676name = "witx"
15677version = "0.9.1"
15678source = "registry+https://github.com/rust-lang/crates.io-index"
15679checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15680dependencies = [
15681 "anyhow",
15682 "log",
15683 "thiserror 1.0.69",
15684 "wast",
15685]
15686
15687[[package]]
15688name = "workspace"
15689version = "0.1.0"
15690dependencies = [
15691 "any_vec",
15692 "anyhow",
15693 "async-recursion 1.1.1",
15694 "bincode",
15695 "call",
15696 "client",
15697 "clock",
15698 "collections",
15699 "db",
15700 "derive_more",
15701 "env_logger 0.11.6",
15702 "fs",
15703 "futures 0.3.31",
15704 "gpui",
15705 "http_client",
15706 "itertools 0.14.0",
15707 "language",
15708 "log",
15709 "node_runtime",
15710 "parking_lot",
15711 "postage",
15712 "project",
15713 "remote",
15714 "schemars",
15715 "serde",
15716 "serde_json",
15717 "session",
15718 "settings",
15719 "smallvec",
15720 "sqlez",
15721 "strum",
15722 "task",
15723 "tempfile",
15724 "theme",
15725 "ui",
15726 "util",
15727 "uuid",
15728]
15729
15730[[package]]
15731name = "worktree"
15732version = "0.1.0"
15733dependencies = [
15734 "anyhow",
15735 "clock",
15736 "collections",
15737 "env_logger 0.11.6",
15738 "fs",
15739 "futures 0.3.31",
15740 "fuzzy",
15741 "git",
15742 "git2",
15743 "git_hosting_providers",
15744 "gpui",
15745 "http_client",
15746 "ignore",
15747 "language",
15748 "log",
15749 "parking_lot",
15750 "paths",
15751 "postage",
15752 "pretty_assertions",
15753 "rand 0.8.5",
15754 "rpc",
15755 "schemars",
15756 "serde",
15757 "serde_json",
15758 "settings",
15759 "smallvec",
15760 "smol",
15761 "sum_tree",
15762 "text",
15763 "util",
15764]
15765
15766[[package]]
15767name = "write16"
15768version = "1.0.0"
15769source = "registry+https://github.com/rust-lang/crates.io-index"
15770checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15771
15772[[package]]
15773name = "writeable"
15774version = "0.5.5"
15775source = "registry+https://github.com/rust-lang/crates.io-index"
15776checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15777
15778[[package]]
15779name = "wyz"
15780version = "0.5.1"
15781source = "registry+https://github.com/rust-lang/crates.io-index"
15782checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15783dependencies = [
15784 "tap",
15785]
15786
15787[[package]]
15788name = "x11-clipboard"
15789version = "0.9.3"
15790source = "registry+https://github.com/rust-lang/crates.io-index"
15791checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15792dependencies = [
15793 "libc",
15794 "x11rb",
15795]
15796
15797[[package]]
15798name = "x11rb"
15799version = "0.13.1"
15800source = "registry+https://github.com/rust-lang/crates.io-index"
15801checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15802dependencies = [
15803 "as-raw-xcb-connection",
15804 "gethostname",
15805 "libc",
15806 "rustix",
15807 "x11rb-protocol",
15808]
15809
15810[[package]]
15811name = "x11rb-protocol"
15812version = "0.13.1"
15813source = "registry+https://github.com/rust-lang/crates.io-index"
15814checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15815
15816[[package]]
15817name = "xattr"
15818version = "0.2.3"
15819source = "registry+https://github.com/rust-lang/crates.io-index"
15820checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15821dependencies = [
15822 "libc",
15823]
15824
15825[[package]]
15826name = "xcursor"
15827version = "0.3.8"
15828source = "registry+https://github.com/rust-lang/crates.io-index"
15829checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15830
15831[[package]]
15832name = "xdg-home"
15833version = "1.3.0"
15834source = "registry+https://github.com/rust-lang/crates.io-index"
15835checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
15836dependencies = [
15837 "libc",
15838 "windows-sys 0.59.0",
15839]
15840
15841[[package]]
15842name = "xim"
15843version = "0.4.0"
15844source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15845dependencies = [
15846 "ahash 0.8.11",
15847 "hashbrown 0.14.5",
15848 "log",
15849 "x11rb",
15850 "xim-ctext",
15851 "xim-parser",
15852]
15853
15854[[package]]
15855name = "xim-ctext"
15856version = "0.3.0"
15857source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15858dependencies = [
15859 "encoding_rs",
15860]
15861
15862[[package]]
15863name = "xim-parser"
15864version = "0.2.1"
15865source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15866dependencies = [
15867 "bitflags 2.6.0",
15868]
15869
15870[[package]]
15871name = "xkbcommon"
15872version = "0.7.0"
15873source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
15874dependencies = [
15875 "as-raw-xcb-connection",
15876 "libc",
15877 "memmap2",
15878 "xkeysym",
15879]
15880
15881[[package]]
15882name = "xkeysym"
15883version = "0.2.1"
15884source = "registry+https://github.com/rust-lang/crates.io-index"
15885checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
15886
15887[[package]]
15888name = "xml5ever"
15889version = "0.18.1"
15890source = "registry+https://github.com/rust-lang/crates.io-index"
15891checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
15892dependencies = [
15893 "log",
15894 "mac",
15895 "markup5ever",
15896]
15897
15898[[package]]
15899name = "xmlparser"
15900version = "0.13.6"
15901source = "registry+https://github.com/rust-lang/crates.io-index"
15902checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
15903
15904[[package]]
15905name = "xmlwriter"
15906version = "0.1.0"
15907source = "registry+https://github.com/rust-lang/crates.io-index"
15908checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
15909
15910[[package]]
15911name = "xtask"
15912version = "0.1.0"
15913dependencies = [
15914 "anyhow",
15915 "cargo_metadata",
15916 "cargo_toml",
15917 "clap",
15918]
15919
15920[[package]]
15921name = "yaml-rust2"
15922version = "0.8.1"
15923source = "registry+https://github.com/rust-lang/crates.io-index"
15924checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
15925dependencies = [
15926 "arraydeque",
15927 "encoding_rs",
15928 "hashlink 0.8.4",
15929]
15930
15931[[package]]
15932name = "yansi"
15933version = "1.0.1"
15934source = "registry+https://github.com/rust-lang/crates.io-index"
15935checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
15936
15937[[package]]
15938name = "yazi"
15939version = "0.1.6"
15940source = "registry+https://github.com/rust-lang/crates.io-index"
15941checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
15942
15943[[package]]
15944name = "yeslogic-fontconfig-sys"
15945version = "6.0.0"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
15948dependencies = [
15949 "dlib",
15950 "once_cell",
15951 "pkg-config",
15952]
15953
15954[[package]]
15955name = "yoke"
15956version = "0.7.5"
15957source = "registry+https://github.com/rust-lang/crates.io-index"
15958checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
15959dependencies = [
15960 "serde",
15961 "stable_deref_trait",
15962 "yoke-derive",
15963 "zerofrom",
15964]
15965
15966[[package]]
15967name = "yoke-derive"
15968version = "0.7.5"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
15971dependencies = [
15972 "proc-macro2",
15973 "quote",
15974 "syn 2.0.90",
15975 "synstructure",
15976]
15977
15978[[package]]
15979name = "zbus"
15980version = "4.4.0"
15981source = "registry+https://github.com/rust-lang/crates.io-index"
15982checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
15983dependencies = [
15984 "async-broadcast",
15985 "async-executor",
15986 "async-fs",
15987 "async-io",
15988 "async-lock",
15989 "async-process",
15990 "async-recursion 1.1.1",
15991 "async-task",
15992 "async-trait",
15993 "blocking",
15994 "enumflags2",
15995 "event-listener 5.3.1",
15996 "futures-core",
15997 "futures-sink",
15998 "futures-util",
15999 "hex",
16000 "nix",
16001 "ordered-stream",
16002 "rand 0.8.5",
16003 "serde",
16004 "serde_repr",
16005 "sha1",
16006 "static_assertions",
16007 "tracing",
16008 "uds_windows",
16009 "windows-sys 0.52.0",
16010 "xdg-home",
16011 "zbus_macros 4.4.0",
16012 "zbus_names 3.0.0",
16013 "zvariant 4.2.0",
16014]
16015
16016[[package]]
16017name = "zbus"
16018version = "5.1.1"
16019source = "registry+https://github.com/rust-lang/crates.io-index"
16020checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16021dependencies = [
16022 "async-broadcast",
16023 "async-executor",
16024 "async-fs",
16025 "async-io",
16026 "async-lock",
16027 "async-process",
16028 "async-recursion 1.1.1",
16029 "async-task",
16030 "async-trait",
16031 "blocking",
16032 "enumflags2",
16033 "event-listener 5.3.1",
16034 "futures-core",
16035 "futures-util",
16036 "hex",
16037 "nix",
16038 "ordered-stream",
16039 "serde",
16040 "serde_repr",
16041 "static_assertions",
16042 "tracing",
16043 "uds_windows",
16044 "windows-sys 0.59.0",
16045 "winnow",
16046 "xdg-home",
16047 "zbus_macros 5.1.1",
16048 "zbus_names 4.1.0",
16049 "zvariant 5.1.0",
16050]
16051
16052[[package]]
16053name = "zbus_macros"
16054version = "4.4.0"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16057dependencies = [
16058 "proc-macro-crate",
16059 "proc-macro2",
16060 "quote",
16061 "syn 2.0.90",
16062 "zvariant_utils 2.1.0",
16063]
16064
16065[[package]]
16066name = "zbus_macros"
16067version = "5.1.1"
16068source = "registry+https://github.com/rust-lang/crates.io-index"
16069checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16070dependencies = [
16071 "proc-macro-crate",
16072 "proc-macro2",
16073 "quote",
16074 "syn 2.0.90",
16075 "zbus_names 4.1.0",
16076 "zvariant 5.1.0",
16077 "zvariant_utils 3.0.2",
16078]
16079
16080[[package]]
16081name = "zbus_names"
16082version = "3.0.0"
16083source = "registry+https://github.com/rust-lang/crates.io-index"
16084checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16085dependencies = [
16086 "serde",
16087 "static_assertions",
16088 "zvariant 4.2.0",
16089]
16090
16091[[package]]
16092name = "zbus_names"
16093version = "4.1.0"
16094source = "registry+https://github.com/rust-lang/crates.io-index"
16095checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16096dependencies = [
16097 "serde",
16098 "static_assertions",
16099 "winnow",
16100 "zvariant 5.1.0",
16101]
16102
16103[[package]]
16104name = "zed"
16105version = "0.170.1"
16106dependencies = [
16107 "activity_indicator",
16108 "anyhow",
16109 "ashpd",
16110 "assets",
16111 "assistant",
16112 "assistant2",
16113 "assistant_tools",
16114 "async-watch",
16115 "audio",
16116 "auto_update",
16117 "auto_update_ui",
16118 "backtrace",
16119 "breadcrumbs",
16120 "call",
16121 "channel",
16122 "chrono",
16123 "clap",
16124 "cli",
16125 "client",
16126 "collab_ui",
16127 "collections",
16128 "command_palette",
16129 "command_palette_hooks",
16130 "copilot",
16131 "db",
16132 "diagnostics",
16133 "editor",
16134 "env_logger 0.11.6",
16135 "extension",
16136 "extension_host",
16137 "extensions_ui",
16138 "feature_flags",
16139 "feedback",
16140 "file_finder",
16141 "file_icons",
16142 "fs",
16143 "futures 0.3.31",
16144 "git",
16145 "git_hosting_providers",
16146 "git_ui",
16147 "go_to_line",
16148 "gpui",
16149 "http_client",
16150 "image_viewer",
16151 "inline_completion_button",
16152 "install_cli",
16153 "journal",
16154 "language",
16155 "language_extension",
16156 "language_model",
16157 "language_models",
16158 "language_selector",
16159 "language_tools",
16160 "languages",
16161 "libc",
16162 "log",
16163 "markdown",
16164 "markdown_preview",
16165 "menu",
16166 "mimalloc",
16167 "nix",
16168 "node_runtime",
16169 "notifications",
16170 "outline",
16171 "outline_panel",
16172 "parking_lot",
16173 "paths",
16174 "picker",
16175 "profiling",
16176 "project",
16177 "project_panel",
16178 "project_symbols",
16179 "proto",
16180 "recent_projects",
16181 "release_channel",
16182 "remote",
16183 "repl",
16184 "reqwest_client",
16185 "rope",
16186 "search",
16187 "serde",
16188 "serde_json",
16189 "session",
16190 "settings",
16191 "settings_ui",
16192 "shellexpand 2.1.2",
16193 "simplelog",
16194 "smol",
16195 "snippet_provider",
16196 "snippets_ui",
16197 "supermaven",
16198 "sysinfo",
16199 "tab_switcher",
16200 "task",
16201 "tasks_ui",
16202 "telemetry",
16203 "telemetry_events",
16204 "terminal_view",
16205 "theme",
16206 "theme_extension",
16207 "theme_selector",
16208 "time",
16209 "toolchain_selector",
16210 "tree-sitter-md",
16211 "tree-sitter-rust",
16212 "ui",
16213 "url",
16214 "urlencoding",
16215 "util",
16216 "uuid",
16217 "vcs_menu",
16218 "vim",
16219 "vim_mode_setting",
16220 "welcome",
16221 "windows 0.58.0",
16222 "winresource",
16223 "workspace",
16224 "zed_actions",
16225 "zeta",
16226]
16227
16228[[package]]
16229name = "zed_actions"
16230version = "0.1.0"
16231dependencies = [
16232 "gpui",
16233 "schemars",
16234 "serde",
16235]
16236
16237[[package]]
16238name = "zed_csharp"
16239version = "0.1.0"
16240dependencies = [
16241 "zed_extension_api 0.1.0",
16242]
16243
16244[[package]]
16245name = "zed_deno"
16246version = "0.0.2"
16247dependencies = [
16248 "zed_extension_api 0.1.0",
16249]
16250
16251[[package]]
16252name = "zed_elixir"
16253version = "0.1.2"
16254dependencies = [
16255 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16256]
16257
16258[[package]]
16259name = "zed_emmet"
16260version = "0.0.3"
16261dependencies = [
16262 "zed_extension_api 0.1.0",
16263]
16264
16265[[package]]
16266name = "zed_erlang"
16267version = "0.1.1"
16268dependencies = [
16269 "zed_extension_api 0.1.0",
16270]
16271
16272[[package]]
16273name = "zed_extension_api"
16274version = "0.1.0"
16275source = "registry+https://github.com/rust-lang/crates.io-index"
16276checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16277dependencies = [
16278 "serde",
16279 "serde_json",
16280 "wit-bindgen",
16281]
16282
16283[[package]]
16284name = "zed_extension_api"
16285version = "0.2.0"
16286dependencies = [
16287 "serde",
16288 "serde_json",
16289 "wit-bindgen",
16290]
16291
16292[[package]]
16293name = "zed_extension_api"
16294version = "0.2.0"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16297dependencies = [
16298 "serde",
16299 "serde_json",
16300 "wit-bindgen",
16301]
16302
16303[[package]]
16304name = "zed_glsl"
16305version = "0.1.0"
16306dependencies = [
16307 "zed_extension_api 0.1.0",
16308]
16309
16310[[package]]
16311name = "zed_haskell"
16312version = "0.1.2"
16313dependencies = [
16314 "zed_extension_api 0.1.0",
16315]
16316
16317[[package]]
16318name = "zed_html"
16319version = "0.1.4"
16320dependencies = [
16321 "zed_extension_api 0.1.0",
16322]
16323
16324[[package]]
16325name = "zed_lua"
16326version = "0.1.1"
16327dependencies = [
16328 "zed_extension_api 0.1.0",
16329]
16330
16331[[package]]
16332name = "zed_php"
16333version = "0.2.3"
16334dependencies = [
16335 "zed_extension_api 0.1.0",
16336]
16337
16338[[package]]
16339name = "zed_prisma"
16340version = "0.0.4"
16341dependencies = [
16342 "zed_extension_api 0.1.0",
16343]
16344
16345[[package]]
16346name = "zed_proto"
16347version = "0.2.1"
16348dependencies = [
16349 "zed_extension_api 0.1.0",
16350]
16351
16352[[package]]
16353name = "zed_purescript"
16354version = "0.0.1"
16355dependencies = [
16356 "zed_extension_api 0.1.0",
16357]
16358
16359[[package]]
16360name = "zed_ruff"
16361version = "0.1.0"
16362dependencies = [
16363 "zed_extension_api 0.1.0",
16364]
16365
16366[[package]]
16367name = "zed_snippets"
16368version = "0.0.5"
16369dependencies = [
16370 "serde_json",
16371 "zed_extension_api 0.1.0",
16372]
16373
16374[[package]]
16375name = "zed_terraform"
16376version = "0.1.1"
16377dependencies = [
16378 "zed_extension_api 0.1.0",
16379]
16380
16381[[package]]
16382name = "zed_test_extension"
16383version = "0.1.0"
16384dependencies = [
16385 "zed_extension_api 0.2.0",
16386]
16387
16388[[package]]
16389name = "zed_toml"
16390version = "0.1.2"
16391dependencies = [
16392 "zed_extension_api 0.1.0",
16393]
16394
16395[[package]]
16396name = "zed_uiua"
16397version = "0.0.1"
16398dependencies = [
16399 "zed_extension_api 0.1.0",
16400]
16401
16402[[package]]
16403name = "zed_zig"
16404version = "0.3.2"
16405dependencies = [
16406 "zed_extension_api 0.1.0",
16407]
16408
16409[[package]]
16410name = "zeno"
16411version = "0.2.3"
16412source = "registry+https://github.com/rust-lang/crates.io-index"
16413checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16414
16415[[package]]
16416name = "zerocopy"
16417version = "0.7.35"
16418source = "registry+https://github.com/rust-lang/crates.io-index"
16419checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16420dependencies = [
16421 "byteorder",
16422 "zerocopy-derive",
16423]
16424
16425[[package]]
16426name = "zerocopy-derive"
16427version = "0.7.35"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16430dependencies = [
16431 "proc-macro2",
16432 "quote",
16433 "syn 2.0.90",
16434]
16435
16436[[package]]
16437name = "zerofrom"
16438version = "0.1.5"
16439source = "registry+https://github.com/rust-lang/crates.io-index"
16440checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16441dependencies = [
16442 "zerofrom-derive",
16443]
16444
16445[[package]]
16446name = "zerofrom-derive"
16447version = "0.1.5"
16448source = "registry+https://github.com/rust-lang/crates.io-index"
16449checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16450dependencies = [
16451 "proc-macro2",
16452 "quote",
16453 "syn 2.0.90",
16454 "synstructure",
16455]
16456
16457[[package]]
16458name = "zeroize"
16459version = "1.8.1"
16460source = "registry+https://github.com/rust-lang/crates.io-index"
16461checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16462dependencies = [
16463 "zeroize_derive",
16464]
16465
16466[[package]]
16467name = "zeroize_derive"
16468version = "1.4.2"
16469source = "registry+https://github.com/rust-lang/crates.io-index"
16470checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16471dependencies = [
16472 "proc-macro2",
16473 "quote",
16474 "syn 2.0.90",
16475]
16476
16477[[package]]
16478name = "zeromq"
16479version = "0.5.0-pre"
16480source = "registry+https://github.com/rust-lang/crates.io-index"
16481checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
16482dependencies = [
16483 "async-dispatcher",
16484 "async-std",
16485 "async-trait",
16486 "asynchronous-codec",
16487 "bytes 1.9.0",
16488 "crossbeam-queue",
16489 "dashmap 5.5.3",
16490 "futures 0.3.31",
16491 "log",
16492 "num-traits",
16493 "once_cell",
16494 "parking_lot",
16495 "rand 0.8.5",
16496 "regex",
16497 "thiserror 1.0.69",
16498 "uuid",
16499]
16500
16501[[package]]
16502name = "zerovec"
16503version = "0.10.4"
16504source = "registry+https://github.com/rust-lang/crates.io-index"
16505checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16506dependencies = [
16507 "yoke",
16508 "zerofrom",
16509 "zerovec-derive",
16510]
16511
16512[[package]]
16513name = "zerovec-derive"
16514version = "0.10.3"
16515source = "registry+https://github.com/rust-lang/crates.io-index"
16516checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16517dependencies = [
16518 "proc-macro2",
16519 "quote",
16520 "syn 2.0.90",
16521]
16522
16523[[package]]
16524name = "zeta"
16525version = "0.1.0"
16526dependencies = [
16527 "anyhow",
16528 "arrayvec",
16529 "call",
16530 "client",
16531 "clock",
16532 "collections",
16533 "ctor",
16534 "editor",
16535 "env_logger 0.11.6",
16536 "futures 0.3.31",
16537 "gpui",
16538 "http_client",
16539 "indoc",
16540 "inline_completion",
16541 "language",
16542 "language_models",
16543 "log",
16544 "menu",
16545 "reqwest_client",
16546 "rpc",
16547 "serde_json",
16548 "settings",
16549 "similar",
16550 "telemetry",
16551 "telemetry_events",
16552 "theme",
16553 "tree-sitter-go",
16554 "tree-sitter-rust",
16555 "ui",
16556 "util",
16557 "uuid",
16558 "workspace",
16559 "worktree",
16560]
16561
16562[[package]]
16563name = "zip"
16564version = "0.6.6"
16565source = "registry+https://github.com/rust-lang/crates.io-index"
16566checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16567dependencies = [
16568 "aes",
16569 "byteorder",
16570 "bzip2",
16571 "constant_time_eq 0.1.5",
16572 "crc32fast",
16573 "crossbeam-utils",
16574 "flate2",
16575 "hmac",
16576 "pbkdf2 0.11.0",
16577 "sha1",
16578 "time",
16579 "zstd",
16580]
16581
16582[[package]]
16583name = "zstd"
16584version = "0.11.2+zstd.1.5.2"
16585source = "registry+https://github.com/rust-lang/crates.io-index"
16586checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16587dependencies = [
16588 "zstd-safe",
16589]
16590
16591[[package]]
16592name = "zstd-safe"
16593version = "5.0.2+zstd.1.5.2"
16594source = "registry+https://github.com/rust-lang/crates.io-index"
16595checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16596dependencies = [
16597 "libc",
16598 "zstd-sys",
16599]
16600
16601[[package]]
16602name = "zstd-sys"
16603version = "2.0.13+zstd.1.5.6"
16604source = "registry+https://github.com/rust-lang/crates.io-index"
16605checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16606dependencies = [
16607 "cc",
16608 "pkg-config",
16609]
16610
16611[[package]]
16612name = "zune-core"
16613version = "0.4.12"
16614source = "registry+https://github.com/rust-lang/crates.io-index"
16615checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16616
16617[[package]]
16618name = "zune-inflate"
16619version = "0.2.54"
16620source = "registry+https://github.com/rust-lang/crates.io-index"
16621checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16622dependencies = [
16623 "simd-adler32",
16624]
16625
16626[[package]]
16627name = "zune-jpeg"
16628version = "0.4.13"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16631dependencies = [
16632 "zune-core",
16633]
16634
16635[[package]]
16636name = "zvariant"
16637version = "4.2.0"
16638source = "registry+https://github.com/rust-lang/crates.io-index"
16639checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16640dependencies = [
16641 "endi",
16642 "enumflags2",
16643 "serde",
16644 "static_assertions",
16645 "zvariant_derive 4.2.0",
16646]
16647
16648[[package]]
16649name = "zvariant"
16650version = "5.1.0"
16651source = "registry+https://github.com/rust-lang/crates.io-index"
16652checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16653dependencies = [
16654 "endi",
16655 "enumflags2",
16656 "serde",
16657 "static_assertions",
16658 "url",
16659 "winnow",
16660 "zvariant_derive 5.1.0",
16661 "zvariant_utils 3.0.2",
16662]
16663
16664[[package]]
16665name = "zvariant_derive"
16666version = "4.2.0"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16669dependencies = [
16670 "proc-macro-crate",
16671 "proc-macro2",
16672 "quote",
16673 "syn 2.0.90",
16674 "zvariant_utils 2.1.0",
16675]
16676
16677[[package]]
16678name = "zvariant_derive"
16679version = "5.1.0"
16680source = "registry+https://github.com/rust-lang/crates.io-index"
16681checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16682dependencies = [
16683 "proc-macro-crate",
16684 "proc-macro2",
16685 "quote",
16686 "syn 2.0.90",
16687 "zvariant_utils 3.0.2",
16688]
16689
16690[[package]]
16691name = "zvariant_utils"
16692version = "2.1.0"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16695dependencies = [
16696 "proc-macro2",
16697 "quote",
16698 "syn 2.0.90",
16699]
16700
16701[[package]]
16702name = "zvariant_utils"
16703version = "3.0.2"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16706dependencies = [
16707 "proc-macro2",
16708 "quote",
16709 "serde",
16710 "static_assertions",
16711 "syn 2.0.90",
16712 "winnow",
16713]