1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
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.30",
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.1"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
29dependencies = [
30 "gimli 0.31.0",
31]
32
33[[package]]
34name = "adler"
35version = "1.0.2"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
38
39[[package]]
40name = "adler2"
41version = "2.0.0"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
44
45[[package]]
46name = "aes"
47version = "0.8.4"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
50dependencies = [
51 "cfg-if",
52 "cipher",
53 "cpufeatures",
54 "zeroize",
55]
56
57[[package]]
58name = "ahash"
59version = "0.7.8"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
62dependencies = [
63 "getrandom 0.2.15",
64 "once_cell",
65 "version_check",
66]
67
68[[package]]
69name = "ahash"
70version = "0.8.11"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
73dependencies = [
74 "cfg-if",
75 "const-random",
76 "once_cell",
77 "version_check",
78 "zerocopy",
79]
80
81[[package]]
82name = "aho-corasick"
83version = "1.1.3"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
86dependencies = [
87 "memchr",
88]
89
90[[package]]
91name = "alacritty_terminal"
92version = "0.24.1-dev"
93source = "git+https://github.com/alacritty/alacritty?rev=91d034ff8b53867143c005acfaa14609147c9a2c#91d034ff8b53867143c005acfaa14609147c9a2c"
94dependencies = [
95 "base64 0.22.1",
96 "bitflags 2.6.0",
97 "home",
98 "libc",
99 "log",
100 "miow",
101 "parking_lot",
102 "piper",
103 "polling 3.7.3",
104 "regex-automata 0.4.7",
105 "rustix-openpty",
106 "serde",
107 "signal-hook",
108 "unicode-width",
109 "vte",
110 "windows-sys 0.52.0",
111]
112
113[[package]]
114name = "aliasable"
115version = "0.1.3"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
118
119[[package]]
120name = "aligned-vec"
121version = "0.5.0"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
124
125[[package]]
126name = "allocator-api2"
127version = "0.2.18"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
130
131[[package]]
132name = "alsa"
133version = "0.9.1"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
136dependencies = [
137 "alsa-sys",
138 "bitflags 2.6.0",
139 "cfg-if",
140 "libc",
141]
142
143[[package]]
144name = "alsa-sys"
145version = "0.3.1"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
148dependencies = [
149 "libc",
150 "pkg-config",
151]
152
153[[package]]
154name = "ambient-authority"
155version = "0.0.2"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
158
159[[package]]
160name = "ammonia"
161version = "4.0.0"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
164dependencies = [
165 "html5ever",
166 "maplit",
167 "once_cell",
168 "tendril",
169 "url",
170]
171
172[[package]]
173name = "android-tzdata"
174version = "0.1.1"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
177
178[[package]]
179name = "android_system_properties"
180version = "0.1.5"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
183dependencies = [
184 "libc",
185]
186
187[[package]]
188name = "anes"
189version = "0.1.6"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
192
193[[package]]
194name = "anstream"
195version = "0.6.15"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
198dependencies = [
199 "anstyle",
200 "anstyle-parse",
201 "anstyle-query",
202 "anstyle-wincon",
203 "colorchoice",
204 "is_terminal_polyfill",
205 "utf8parse",
206]
207
208[[package]]
209name = "anstyle"
210version = "1.0.8"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
213
214[[package]]
215name = "anstyle-parse"
216version = "0.2.5"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
219dependencies = [
220 "utf8parse",
221]
222
223[[package]]
224name = "anstyle-query"
225version = "1.1.1"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
228dependencies = [
229 "windows-sys 0.52.0",
230]
231
232[[package]]
233name = "anstyle-wincon"
234version = "3.0.4"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
237dependencies = [
238 "anstyle",
239 "windows-sys 0.52.0",
240]
241
242[[package]]
243name = "anthropic"
244version = "0.1.0"
245dependencies = [
246 "anyhow",
247 "chrono",
248 "futures 0.3.30",
249 "http_client",
250 "schemars",
251 "serde",
252 "serde_json",
253 "strum 0.25.0",
254 "thiserror",
255 "util",
256]
257
258[[package]]
259name = "any_vec"
260version = "0.14.0"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
263
264[[package]]
265name = "anyhow"
266version = "1.0.93"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
269
270[[package]]
271name = "approx"
272version = "0.5.1"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
275dependencies = [
276 "num-traits",
277]
278
279[[package]]
280name = "arbitrary"
281version = "1.3.2"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
284
285[[package]]
286name = "arg_enum_proc_macro"
287version = "0.3.4"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
290dependencies = [
291 "proc-macro2",
292 "quote",
293 "syn 2.0.87",
294]
295
296[[package]]
297name = "arraydeque"
298version = "0.5.1"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
301
302[[package]]
303name = "arrayref"
304version = "0.3.8"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a"
307
308[[package]]
309name = "arrayvec"
310version = "0.7.6"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
313dependencies = [
314 "serde",
315]
316
317[[package]]
318name = "as-raw-xcb-connection"
319version = "1.0.1"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
322
323[[package]]
324name = "ascii"
325version = "1.1.0"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
328
329[[package]]
330name = "ash"
331version = "0.38.0+1.3.281"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
334dependencies = [
335 "libloading",
336]
337
338[[package]]
339name = "ash-window"
340version = "0.13.0"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
343dependencies = [
344 "ash",
345 "raw-window-handle",
346 "raw-window-metal",
347]
348
349[[package]]
350name = "ashpd"
351version = "0.9.2"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "4d43c03d9e36dd40cab48435be0b09646da362c278223ca535493877b2c1dee9"
354dependencies = [
355 "async-fs 2.1.2",
356 "async-net 2.0.0",
357 "enumflags2",
358 "futures-channel",
359 "futures-util",
360 "rand 0.8.5",
361 "serde",
362 "serde_repr",
363 "url",
364 "zbus",
365]
366
367[[package]]
368name = "assets"
369version = "0.1.0"
370dependencies = [
371 "anyhow",
372 "gpui",
373 "rust-embed",
374]
375
376[[package]]
377name = "assistant"
378version = "0.1.0"
379dependencies = [
380 "anthropic",
381 "anyhow",
382 "assets",
383 "assistant_slash_command",
384 "assistant_tool",
385 "async-watch",
386 "cargo_toml",
387 "chrono",
388 "client",
389 "clock",
390 "collections",
391 "command_palette_hooks",
392 "context_servers",
393 "ctor",
394 "db",
395 "editor",
396 "env_logger 0.11.5",
397 "feature_flags",
398 "fs",
399 "futures 0.3.30",
400 "fuzzy",
401 "globset",
402 "gpui",
403 "handlebars 4.5.0",
404 "heed",
405 "html_to_markdown",
406 "http_client",
407 "indexed_docs",
408 "indoc",
409 "language",
410 "language_model",
411 "languages",
412 "log",
413 "lsp",
414 "markdown",
415 "menu",
416 "multi_buffer",
417 "ollama",
418 "open_ai",
419 "ordered-float 2.10.1",
420 "parking_lot",
421 "paths",
422 "picker",
423 "pretty_assertions",
424 "project",
425 "proto",
426 "rand 0.8.5",
427 "regex",
428 "release_channel",
429 "rope",
430 "rpc",
431 "schemars",
432 "search",
433 "semantic_index",
434 "serde",
435 "serde_json",
436 "serde_json_lenient",
437 "settings",
438 "similar",
439 "smallvec",
440 "smol",
441 "strum 0.25.0",
442 "telemetry_events",
443 "terminal",
444 "terminal_view",
445 "text",
446 "theme",
447 "toml 0.8.19",
448 "tree-sitter-md",
449 "ui",
450 "unindent",
451 "util",
452 "uuid",
453 "workspace",
454 "zed_actions",
455]
456
457[[package]]
458name = "assistant_slash_command"
459version = "0.1.0"
460dependencies = [
461 "anyhow",
462 "async-trait",
463 "collections",
464 "derive_more",
465 "extension",
466 "futures 0.3.30",
467 "gpui",
468 "language",
469 "language_model",
470 "parking_lot",
471 "pretty_assertions",
472 "serde",
473 "serde_json",
474 "ui",
475 "workspace",
476]
477
478[[package]]
479name = "assistant_tool"
480version = "0.1.0"
481dependencies = [
482 "anyhow",
483 "collections",
484 "derive_more",
485 "gpui",
486 "parking_lot",
487 "serde",
488 "serde_json",
489 "workspace",
490]
491
492[[package]]
493name = "async-attributes"
494version = "1.1.2"
495source = "registry+https://github.com/rust-lang/crates.io-index"
496checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
497dependencies = [
498 "quote",
499 "syn 1.0.109",
500]
501
502[[package]]
503name = "async-broadcast"
504version = "0.7.1"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
507dependencies = [
508 "event-listener 5.3.1",
509 "event-listener-strategy",
510 "futures-core",
511 "pin-project-lite",
512]
513
514[[package]]
515name = "async-channel"
516version = "1.9.0"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
519dependencies = [
520 "concurrent-queue",
521 "event-listener 2.5.3",
522 "futures-core",
523]
524
525[[package]]
526name = "async-channel"
527version = "2.3.1"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
530dependencies = [
531 "concurrent-queue",
532 "event-listener-strategy",
533 "futures-core",
534 "pin-project-lite",
535]
536
537[[package]]
538name = "async-compat"
539version = "0.2.4"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
542dependencies = [
543 "futures-core",
544 "futures-io",
545 "once_cell",
546 "pin-project-lite",
547 "tokio",
548]
549
550[[package]]
551name = "async-compression"
552version = "0.4.17"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857"
555dependencies = [
556 "deflate64",
557 "flate2",
558 "futures-core",
559 "futures-io",
560 "memchr",
561 "pin-project-lite",
562]
563
564[[package]]
565name = "async-dispatcher"
566version = "0.1.2"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
569dependencies = [
570 "async-task",
571 "futures-lite 1.13.0",
572]
573
574[[package]]
575name = "async-executor"
576version = "1.13.0"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
579dependencies = [
580 "async-task",
581 "concurrent-queue",
582 "fastrand 2.1.1",
583 "futures-lite 2.3.0",
584 "slab",
585]
586
587[[package]]
588name = "async-fs"
589version = "1.6.0"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
592dependencies = [
593 "async-lock 2.8.0",
594 "autocfg",
595 "blocking",
596 "futures-lite 1.13.0",
597]
598
599[[package]]
600name = "async-fs"
601version = "2.1.2"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
604dependencies = [
605 "async-lock 3.4.0",
606 "blocking",
607 "futures-lite 2.3.0",
608]
609
610[[package]]
611name = "async-global-executor"
612version = "2.4.1"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
615dependencies = [
616 "async-channel 2.3.1",
617 "async-executor",
618 "async-io 2.3.4",
619 "async-lock 3.4.0",
620 "blocking",
621 "futures-lite 2.3.0",
622 "once_cell",
623]
624
625[[package]]
626name = "async-io"
627version = "1.13.0"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
630dependencies = [
631 "async-lock 2.8.0",
632 "autocfg",
633 "cfg-if",
634 "concurrent-queue",
635 "futures-lite 1.13.0",
636 "log",
637 "parking",
638 "polling 2.8.0",
639 "rustix 0.37.27",
640 "slab",
641 "socket2 0.4.10",
642 "waker-fn",
643]
644
645[[package]]
646name = "async-io"
647version = "2.3.4"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
650dependencies = [
651 "async-lock 3.4.0",
652 "cfg-if",
653 "concurrent-queue",
654 "futures-io",
655 "futures-lite 2.3.0",
656 "parking",
657 "polling 3.7.3",
658 "rustix 0.38.35",
659 "slab",
660 "tracing",
661 "windows-sys 0.59.0",
662]
663
664[[package]]
665name = "async-lock"
666version = "2.8.0"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
669dependencies = [
670 "event-listener 2.5.3",
671]
672
673[[package]]
674name = "async-lock"
675version = "3.4.0"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
678dependencies = [
679 "event-listener 5.3.1",
680 "event-listener-strategy",
681 "pin-project-lite",
682]
683
684[[package]]
685name = "async-native-tls"
686version = "0.5.0"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
689dependencies = [
690 "futures-util",
691 "native-tls",
692 "thiserror",
693 "url",
694]
695
696[[package]]
697name = "async-net"
698version = "1.8.0"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
701dependencies = [
702 "async-io 1.13.0",
703 "blocking",
704 "futures-lite 1.13.0",
705]
706
707[[package]]
708name = "async-net"
709version = "2.0.0"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
712dependencies = [
713 "async-io 2.3.4",
714 "blocking",
715 "futures-lite 2.3.0",
716]
717
718[[package]]
719name = "async-pipe"
720version = "0.1.3"
721source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
722dependencies = [
723 "futures 0.3.30",
724 "log",
725]
726
727[[package]]
728name = "async-process"
729version = "1.8.1"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
732dependencies = [
733 "async-io 1.13.0",
734 "async-lock 2.8.0",
735 "async-signal",
736 "blocking",
737 "cfg-if",
738 "event-listener 3.1.0",
739 "futures-lite 1.13.0",
740 "rustix 0.38.35",
741 "windows-sys 0.48.0",
742]
743
744[[package]]
745name = "async-process"
746version = "2.2.4"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "a8a07789659a4d385b79b18b9127fc27e1a59e1e89117c78c5ea3b806f016374"
749dependencies = [
750 "async-channel 2.3.1",
751 "async-io 2.3.4",
752 "async-lock 3.4.0",
753 "async-signal",
754 "async-task",
755 "blocking",
756 "cfg-if",
757 "event-listener 5.3.1",
758 "futures-lite 2.3.0",
759 "rustix 0.38.35",
760 "tracing",
761 "windows-sys 0.59.0",
762]
763
764[[package]]
765name = "async-recursion"
766version = "0.3.2"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
769dependencies = [
770 "proc-macro2",
771 "quote",
772 "syn 1.0.109",
773]
774
775[[package]]
776name = "async-recursion"
777version = "1.1.1"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
780dependencies = [
781 "proc-macro2",
782 "quote",
783 "syn 2.0.87",
784]
785
786[[package]]
787name = "async-signal"
788version = "0.2.10"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
791dependencies = [
792 "async-io 2.3.4",
793 "async-lock 3.4.0",
794 "atomic-waker",
795 "cfg-if",
796 "futures-core",
797 "futures-io",
798 "rustix 0.38.35",
799 "signal-hook-registry",
800 "slab",
801 "windows-sys 0.59.0",
802]
803
804[[package]]
805name = "async-std"
806version = "1.12.0"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
809dependencies = [
810 "async-attributes",
811 "async-channel 1.9.0",
812 "async-global-executor",
813 "async-io 1.13.0",
814 "async-lock 2.8.0",
815 "async-process 1.8.1",
816 "crossbeam-utils",
817 "futures-channel",
818 "futures-core",
819 "futures-io",
820 "futures-lite 1.13.0",
821 "gloo-timers",
822 "kv-log-macro",
823 "log",
824 "memchr",
825 "once_cell",
826 "pin-project-lite",
827 "pin-utils",
828 "slab",
829 "wasm-bindgen-futures",
830]
831
832[[package]]
833name = "async-stream"
834version = "0.3.5"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
837dependencies = [
838 "async-stream-impl",
839 "futures-core",
840 "pin-project-lite",
841]
842
843[[package]]
844name = "async-stream-impl"
845version = "0.3.5"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
848dependencies = [
849 "proc-macro2",
850 "quote",
851 "syn 2.0.87",
852]
853
854[[package]]
855name = "async-stripe"
856version = "0.40.0"
857source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
858dependencies = [
859 "chrono",
860 "futures-util",
861 "http-types",
862 "hyper 0.14.31",
863 "hyper-rustls 0.24.2",
864 "serde",
865 "serde_json",
866 "serde_path_to_error",
867 "serde_qs 0.10.1",
868 "smart-default",
869 "smol_str",
870 "thiserror",
871 "tokio",
872]
873
874[[package]]
875name = "async-tar"
876version = "0.5.0"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
879dependencies = [
880 "async-std",
881 "filetime",
882 "libc",
883 "pin-project",
884 "redox_syscall 0.2.16",
885 "xattr",
886]
887
888[[package]]
889name = "async-task"
890version = "4.7.1"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
893
894[[package]]
895name = "async-tls"
896version = "0.13.0"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
899dependencies = [
900 "futures-core",
901 "futures-io",
902 "rustls 0.21.12",
903 "rustls-pemfile 1.0.4",
904 "webpki-roots 0.22.6",
905]
906
907[[package]]
908name = "async-trait"
909version = "0.1.83"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
912dependencies = [
913 "proc-macro2",
914 "quote",
915 "syn 2.0.87",
916]
917
918[[package]]
919name = "async-tungstenite"
920version = "0.28.0"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "90e661b6cb0a6eb34d02c520b052daa3aa9ac0cc02495c9d066bbce13ead132b"
923dependencies = [
924 "async-std",
925 "async-tls",
926 "futures-io",
927 "futures-util",
928 "log",
929 "pin-project-lite",
930 "tungstenite 0.24.0",
931]
932
933[[package]]
934name = "async-watch"
935version = "0.3.1"
936source = "registry+https://github.com/rust-lang/crates.io-index"
937checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
938dependencies = [
939 "event-listener 2.5.3",
940]
941
942[[package]]
943name = "async_zip"
944version = "0.0.17"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
947dependencies = [
948 "async-compression",
949 "crc32fast",
950 "futures-lite 2.3.0",
951 "pin-project",
952 "thiserror",
953]
954
955[[package]]
956name = "asynchronous-codec"
957version = "0.7.0"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
960dependencies = [
961 "bytes 1.7.2",
962 "futures-sink",
963 "futures-util",
964 "memchr",
965 "pin-project-lite",
966]
967
968[[package]]
969name = "atoi"
970version = "2.0.0"
971source = "registry+https://github.com/rust-lang/crates.io-index"
972checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
973dependencies = [
974 "num-traits",
975]
976
977[[package]]
978name = "atomic"
979version = "0.5.3"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
982
983[[package]]
984name = "atomic-waker"
985version = "1.1.2"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
988
989[[package]]
990name = "audio"
991version = "0.1.0"
992dependencies = [
993 "anyhow",
994 "collections",
995 "derive_more",
996 "gpui",
997 "parking_lot",
998 "rodio",
999 "util",
1000]
1001
1002[[package]]
1003name = "auto_update"
1004version = "0.1.0"
1005dependencies = [
1006 "anyhow",
1007 "client",
1008 "db",
1009 "editor",
1010 "gpui",
1011 "http_client",
1012 "log",
1013 "markdown_preview",
1014 "menu",
1015 "paths",
1016 "release_channel",
1017 "schemars",
1018 "serde",
1019 "serde_derive",
1020 "serde_json",
1021 "settings",
1022 "smol",
1023 "tempfile",
1024 "util",
1025 "which 6.0.3",
1026 "workspace",
1027]
1028
1029[[package]]
1030name = "autocfg"
1031version = "1.3.0"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
1034
1035[[package]]
1036name = "av1-grain"
1037version = "0.2.3"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1040dependencies = [
1041 "anyhow",
1042 "arrayvec",
1043 "log",
1044 "nom",
1045 "num-rational",
1046 "v_frame",
1047]
1048
1049[[package]]
1050name = "avif-serialize"
1051version = "0.8.1"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
1054dependencies = [
1055 "arrayvec",
1056]
1057
1058[[package]]
1059name = "aws-config"
1060version = "1.5.5"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "4e95816a168520d72c0e7680c405a5a8c1fb6a035b4bc4b9d7b0de8e1a941697"
1063dependencies = [
1064 "aws-credential-types",
1065 "aws-runtime",
1066 "aws-sdk-sso",
1067 "aws-sdk-ssooidc",
1068 "aws-sdk-sts",
1069 "aws-smithy-async",
1070 "aws-smithy-http",
1071 "aws-smithy-json",
1072 "aws-smithy-runtime",
1073 "aws-smithy-runtime-api",
1074 "aws-smithy-types",
1075 "aws-types",
1076 "bytes 1.7.2",
1077 "fastrand 2.1.1",
1078 "hex",
1079 "http 0.2.12",
1080 "ring",
1081 "time",
1082 "tokio",
1083 "tracing",
1084 "url",
1085 "zeroize",
1086]
1087
1088[[package]]
1089name = "aws-credential-types"
1090version = "1.2.1"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1093dependencies = [
1094 "aws-smithy-async",
1095 "aws-smithy-runtime-api",
1096 "aws-smithy-types",
1097 "zeroize",
1098]
1099
1100[[package]]
1101name = "aws-runtime"
1102version = "1.4.2"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "2424565416eef55906f9f8cece2072b6b6a76075e3ff81483ebe938a89a4c05f"
1105dependencies = [
1106 "aws-credential-types",
1107 "aws-sigv4",
1108 "aws-smithy-async",
1109 "aws-smithy-eventstream",
1110 "aws-smithy-http",
1111 "aws-smithy-runtime",
1112 "aws-smithy-runtime-api",
1113 "aws-smithy-types",
1114 "aws-types",
1115 "bytes 1.7.2",
1116 "fastrand 2.1.1",
1117 "http 0.2.12",
1118 "http-body 0.4.6",
1119 "once_cell",
1120 "percent-encoding",
1121 "pin-project-lite",
1122 "tracing",
1123 "uuid",
1124]
1125
1126[[package]]
1127name = "aws-sdk-s3"
1128version = "1.47.0"
1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130checksum = "cca49303c05d2a740b8a4552fac63a4db6ead84f7e7eeed04761fd3014c26f25"
1131dependencies = [
1132 "ahash 0.8.11",
1133 "aws-credential-types",
1134 "aws-runtime",
1135 "aws-sigv4",
1136 "aws-smithy-async",
1137 "aws-smithy-checksums",
1138 "aws-smithy-eventstream",
1139 "aws-smithy-http",
1140 "aws-smithy-json",
1141 "aws-smithy-runtime",
1142 "aws-smithy-runtime-api",
1143 "aws-smithy-types",
1144 "aws-smithy-xml",
1145 "aws-types",
1146 "bytes 1.7.2",
1147 "fastrand 2.1.1",
1148 "hex",
1149 "hmac",
1150 "http 0.2.12",
1151 "http-body 0.4.6",
1152 "lru",
1153 "once_cell",
1154 "percent-encoding",
1155 "regex-lite",
1156 "sha2",
1157 "tracing",
1158 "url",
1159]
1160
1161[[package]]
1162name = "aws-sdk-sso"
1163version = "1.40.0"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "e5879bec6e74b648ce12f6085e7245417bc5f6d672781028384d2e494be3eb6d"
1166dependencies = [
1167 "aws-credential-types",
1168 "aws-runtime",
1169 "aws-smithy-async",
1170 "aws-smithy-http",
1171 "aws-smithy-json",
1172 "aws-smithy-runtime",
1173 "aws-smithy-runtime-api",
1174 "aws-smithy-types",
1175 "aws-types",
1176 "bytes 1.7.2",
1177 "http 0.2.12",
1178 "once_cell",
1179 "regex-lite",
1180 "tracing",
1181]
1182
1183[[package]]
1184name = "aws-sdk-ssooidc"
1185version = "1.41.0"
1186source = "registry+https://github.com/rust-lang/crates.io-index"
1187checksum = "4ef4cd9362f638c22a3b959fd8df292e7e47fdf170270f86246b97109b5f2f7d"
1188dependencies = [
1189 "aws-credential-types",
1190 "aws-runtime",
1191 "aws-smithy-async",
1192 "aws-smithy-http",
1193 "aws-smithy-json",
1194 "aws-smithy-runtime",
1195 "aws-smithy-runtime-api",
1196 "aws-smithy-types",
1197 "aws-types",
1198 "bytes 1.7.2",
1199 "http 0.2.12",
1200 "once_cell",
1201 "regex-lite",
1202 "tracing",
1203]
1204
1205[[package]]
1206name = "aws-sdk-sts"
1207version = "1.40.0"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "0b1e2735d2ab28b35ecbb5496c9d41857f52a0d6a0075bbf6a8af306045ea6f6"
1210dependencies = [
1211 "aws-credential-types",
1212 "aws-runtime",
1213 "aws-smithy-async",
1214 "aws-smithy-http",
1215 "aws-smithy-json",
1216 "aws-smithy-query",
1217 "aws-smithy-runtime",
1218 "aws-smithy-runtime-api",
1219 "aws-smithy-types",
1220 "aws-smithy-xml",
1221 "aws-types",
1222 "http 0.2.12",
1223 "once_cell",
1224 "regex-lite",
1225 "tracing",
1226]
1227
1228[[package]]
1229name = "aws-sigv4"
1230version = "1.2.3"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "5df1b0fa6be58efe9d4ccc257df0a53b89cd8909e86591a13ca54817c87517be"
1233dependencies = [
1234 "aws-credential-types",
1235 "aws-smithy-eventstream",
1236 "aws-smithy-http",
1237 "aws-smithy-runtime-api",
1238 "aws-smithy-types",
1239 "bytes 1.7.2",
1240 "crypto-bigint 0.5.5",
1241 "form_urlencoded",
1242 "hex",
1243 "hmac",
1244 "http 0.2.12",
1245 "http 1.1.0",
1246 "once_cell",
1247 "p256",
1248 "percent-encoding",
1249 "ring",
1250 "sha2",
1251 "subtle",
1252 "time",
1253 "tracing",
1254 "zeroize",
1255]
1256
1257[[package]]
1258name = "aws-smithy-async"
1259version = "1.2.1"
1260source = "registry+https://github.com/rust-lang/crates.io-index"
1261checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
1262dependencies = [
1263 "futures-util",
1264 "pin-project-lite",
1265 "tokio",
1266]
1267
1268[[package]]
1269name = "aws-smithy-checksums"
1270version = "0.60.12"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "598b1689d001c4d4dc3cb386adb07d37786783aee3ac4b324bcadac116bf3d23"
1273dependencies = [
1274 "aws-smithy-http",
1275 "aws-smithy-types",
1276 "bytes 1.7.2",
1277 "crc32c",
1278 "crc32fast",
1279 "hex",
1280 "http 0.2.12",
1281 "http-body 0.4.6",
1282 "md-5",
1283 "pin-project-lite",
1284 "sha1",
1285 "sha2",
1286 "tracing",
1287]
1288
1289[[package]]
1290name = "aws-smithy-eventstream"
1291version = "0.60.4"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
1294dependencies = [
1295 "aws-smithy-types",
1296 "bytes 1.7.2",
1297 "crc32fast",
1298]
1299
1300[[package]]
1301name = "aws-smithy-http"
1302version = "0.60.10"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "01dbcb6e2588fd64cfb6d7529661b06466419e4c54ed1c62d6510d2d0350a728"
1305dependencies = [
1306 "aws-smithy-eventstream",
1307 "aws-smithy-runtime-api",
1308 "aws-smithy-types",
1309 "bytes 1.7.2",
1310 "bytes-utils",
1311 "futures-core",
1312 "http 0.2.12",
1313 "http-body 0.4.6",
1314 "once_cell",
1315 "percent-encoding",
1316 "pin-project-lite",
1317 "pin-utils",
1318 "tracing",
1319]
1320
1321[[package]]
1322name = "aws-smithy-json"
1323version = "0.60.7"
1324source = "registry+https://github.com/rust-lang/crates.io-index"
1325checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
1326dependencies = [
1327 "aws-smithy-types",
1328]
1329
1330[[package]]
1331name = "aws-smithy-query"
1332version = "0.60.7"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1335dependencies = [
1336 "aws-smithy-types",
1337 "urlencoding",
1338]
1339
1340[[package]]
1341name = "aws-smithy-runtime"
1342version = "1.7.1"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87"
1345dependencies = [
1346 "aws-smithy-async",
1347 "aws-smithy-http",
1348 "aws-smithy-runtime-api",
1349 "aws-smithy-types",
1350 "bytes 1.7.2",
1351 "fastrand 2.1.1",
1352 "h2 0.3.26",
1353 "http 0.2.12",
1354 "http-body 0.4.6",
1355 "http-body 1.0.1",
1356 "httparse",
1357 "hyper 0.14.31",
1358 "hyper-rustls 0.24.2",
1359 "once_cell",
1360 "pin-project-lite",
1361 "pin-utils",
1362 "rustls 0.21.12",
1363 "tokio",
1364 "tracing",
1365]
1366
1367[[package]]
1368name = "aws-smithy-runtime-api"
1369version = "1.7.2"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96"
1372dependencies = [
1373 "aws-smithy-async",
1374 "aws-smithy-types",
1375 "bytes 1.7.2",
1376 "http 0.2.12",
1377 "http 1.1.0",
1378 "pin-project-lite",
1379 "tokio",
1380 "tracing",
1381 "zeroize",
1382]
1383
1384[[package]]
1385name = "aws-smithy-types"
1386version = "1.2.4"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "273dcdfd762fae3e1650b8024624e7cd50e484e37abdab73a7a706188ad34543"
1389dependencies = [
1390 "base64-simd",
1391 "bytes 1.7.2",
1392 "bytes-utils",
1393 "futures-core",
1394 "http 0.2.12",
1395 "http 1.1.0",
1396 "http-body 0.4.6",
1397 "http-body 1.0.1",
1398 "http-body-util",
1399 "itoa",
1400 "num-integer",
1401 "pin-project-lite",
1402 "pin-utils",
1403 "ryu",
1404 "serde",
1405 "time",
1406 "tokio",
1407 "tokio-util",
1408]
1409
1410[[package]]
1411name = "aws-smithy-xml"
1412version = "0.60.8"
1413source = "registry+https://github.com/rust-lang/crates.io-index"
1414checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
1415dependencies = [
1416 "xmlparser",
1417]
1418
1419[[package]]
1420name = "aws-types"
1421version = "1.3.3"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1424dependencies = [
1425 "aws-credential-types",
1426 "aws-smithy-async",
1427 "aws-smithy-runtime-api",
1428 "aws-smithy-types",
1429 "rustc_version",
1430 "tracing",
1431]
1432
1433[[package]]
1434name = "axum"
1435version = "0.6.20"
1436source = "registry+https://github.com/rust-lang/crates.io-index"
1437checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1438dependencies = [
1439 "async-trait",
1440 "axum-core",
1441 "base64 0.21.7",
1442 "bitflags 1.3.2",
1443 "bytes 1.7.2",
1444 "futures-util",
1445 "headers",
1446 "http 0.2.12",
1447 "http-body 0.4.6",
1448 "hyper 0.14.31",
1449 "itoa",
1450 "matchit",
1451 "memchr",
1452 "mime",
1453 "percent-encoding",
1454 "pin-project-lite",
1455 "rustversion",
1456 "serde",
1457 "serde_json",
1458 "serde_path_to_error",
1459 "serde_urlencoded",
1460 "sha1",
1461 "sync_wrapper 0.1.2",
1462 "tokio",
1463 "tokio-tungstenite 0.20.1",
1464 "tower",
1465 "tower-layer",
1466 "tower-service",
1467]
1468
1469[[package]]
1470name = "axum-core"
1471version = "0.3.4"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1474dependencies = [
1475 "async-trait",
1476 "bytes 1.7.2",
1477 "futures-util",
1478 "http 0.2.12",
1479 "http-body 0.4.6",
1480 "mime",
1481 "rustversion",
1482 "tower-layer",
1483 "tower-service",
1484]
1485
1486[[package]]
1487name = "axum-extra"
1488version = "0.4.2"
1489source = "registry+https://github.com/rust-lang/crates.io-index"
1490checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1491dependencies = [
1492 "axum",
1493 "bytes 1.7.2",
1494 "futures-util",
1495 "http 0.2.12",
1496 "mime",
1497 "pin-project-lite",
1498 "serde",
1499 "serde_json",
1500 "tokio",
1501 "tower",
1502 "tower-http 0.3.5",
1503 "tower-layer",
1504 "tower-service",
1505]
1506
1507[[package]]
1508name = "backtrace"
1509version = "0.3.74"
1510source = "registry+https://github.com/rust-lang/crates.io-index"
1511checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1512dependencies = [
1513 "addr2line",
1514 "cfg-if",
1515 "libc",
1516 "miniz_oxide 0.8.0",
1517 "object",
1518 "rustc-demangle",
1519 "windows-targets 0.52.6",
1520]
1521
1522[[package]]
1523name = "base16ct"
1524version = "0.1.1"
1525source = "registry+https://github.com/rust-lang/crates.io-index"
1526checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1527
1528[[package]]
1529name = "base64"
1530version = "0.13.1"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1533
1534[[package]]
1535name = "base64"
1536version = "0.21.7"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1539
1540[[package]]
1541name = "base64"
1542version = "0.22.1"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1545
1546[[package]]
1547name = "base64-simd"
1548version = "0.8.0"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1551dependencies = [
1552 "outref",
1553 "vsimd",
1554]
1555
1556[[package]]
1557name = "base64ct"
1558version = "1.6.0"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1561
1562[[package]]
1563name = "bigdecimal"
1564version = "0.4.5"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee"
1567dependencies = [
1568 "autocfg",
1569 "libm",
1570 "num-bigint",
1571 "num-integer",
1572 "num-traits",
1573 "serde",
1574]
1575
1576[[package]]
1577name = "bincode"
1578version = "1.3.3"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1581dependencies = [
1582 "serde",
1583]
1584
1585[[package]]
1586name = "bindgen"
1587version = "0.69.4"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
1590dependencies = [
1591 "bitflags 2.6.0",
1592 "cexpr",
1593 "clang-sys",
1594 "itertools 0.10.5",
1595 "lazy_static",
1596 "lazycell",
1597 "proc-macro2",
1598 "quote",
1599 "regex",
1600 "rustc-hash 1.1.0",
1601 "shlex",
1602 "syn 2.0.87",
1603]
1604
1605[[package]]
1606name = "bindgen"
1607version = "0.70.1"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1610dependencies = [
1611 "bitflags 2.6.0",
1612 "cexpr",
1613 "clang-sys",
1614 "itertools 0.13.0",
1615 "log",
1616 "prettyplease",
1617 "proc-macro2",
1618 "quote",
1619 "regex",
1620 "rustc-hash 1.1.0",
1621 "shlex",
1622 "syn 2.0.87",
1623]
1624
1625[[package]]
1626name = "bit-set"
1627version = "0.5.3"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1630dependencies = [
1631 "bit-vec 0.6.3",
1632]
1633
1634[[package]]
1635name = "bit-set"
1636version = "0.6.0"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f"
1639dependencies = [
1640 "bit-vec 0.7.0",
1641]
1642
1643[[package]]
1644name = "bit-set"
1645version = "0.8.0"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1648dependencies = [
1649 "bit-vec 0.8.0",
1650]
1651
1652[[package]]
1653name = "bit-vec"
1654version = "0.6.3"
1655source = "registry+https://github.com/rust-lang/crates.io-index"
1656checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1657
1658[[package]]
1659name = "bit-vec"
1660version = "0.7.0"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"
1663
1664[[package]]
1665name = "bit-vec"
1666version = "0.8.0"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1669
1670[[package]]
1671name = "bit_field"
1672version = "0.10.2"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1675
1676[[package]]
1677name = "bitflags"
1678version = "1.3.2"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1681
1682[[package]]
1683name = "bitflags"
1684version = "2.6.0"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1687dependencies = [
1688 "serde",
1689]
1690
1691[[package]]
1692name = "bitstream-io"
1693version = "2.5.3"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452"
1696
1697[[package]]
1698name = "bitvec"
1699version = "1.0.1"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1702dependencies = [
1703 "funty",
1704 "radium",
1705 "tap",
1706 "wyz",
1707]
1708
1709[[package]]
1710name = "blade-graphics"
1711version = "0.5.0"
1712source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1713dependencies = [
1714 "ash",
1715 "ash-window",
1716 "bitflags 2.6.0",
1717 "block",
1718 "bytemuck",
1719 "codespan-reporting",
1720 "core-graphics-types 0.1.3",
1721 "glow",
1722 "gpu-alloc",
1723 "gpu-alloc-ash",
1724 "hidden-trait",
1725 "js-sys",
1726 "khronos-egl",
1727 "libloading",
1728 "log",
1729 "metal",
1730 "mint",
1731 "naga",
1732 "objc",
1733 "raw-window-handle",
1734 "slab",
1735 "wasm-bindgen",
1736 "web-sys",
1737]
1738
1739[[package]]
1740name = "blade-macros"
1741version = "0.3.0"
1742source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1743dependencies = [
1744 "proc-macro2",
1745 "quote",
1746 "syn 2.0.87",
1747]
1748
1749[[package]]
1750name = "blade-util"
1751version = "0.1.0"
1752source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1753dependencies = [
1754 "blade-graphics",
1755 "bytemuck",
1756 "log",
1757 "profiling",
1758]
1759
1760[[package]]
1761name = "blake3"
1762version = "1.5.4"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7"
1765dependencies = [
1766 "arrayref",
1767 "arrayvec",
1768 "cc",
1769 "cfg-if",
1770 "constant_time_eq",
1771]
1772
1773[[package]]
1774name = "block"
1775version = "0.1.6"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1778
1779[[package]]
1780name = "block-buffer"
1781version = "0.10.4"
1782source = "registry+https://github.com/rust-lang/crates.io-index"
1783checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1784dependencies = [
1785 "generic-array",
1786]
1787
1788[[package]]
1789name = "block-padding"
1790version = "0.3.3"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1793dependencies = [
1794 "generic-array",
1795]
1796
1797[[package]]
1798name = "blocking"
1799version = "1.6.1"
1800source = "registry+https://github.com/rust-lang/crates.io-index"
1801checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1802dependencies = [
1803 "async-channel 2.3.1",
1804 "async-task",
1805 "futures-io",
1806 "futures-lite 2.3.0",
1807 "piper",
1808]
1809
1810[[package]]
1811name = "borsh"
1812version = "1.5.1"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed"
1815dependencies = [
1816 "borsh-derive",
1817 "cfg_aliases 0.2.1",
1818]
1819
1820[[package]]
1821name = "borsh-derive"
1822version = "1.5.1"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b"
1825dependencies = [
1826 "once_cell",
1827 "proc-macro-crate",
1828 "proc-macro2",
1829 "quote",
1830 "syn 2.0.87",
1831 "syn_derive",
1832]
1833
1834[[package]]
1835name = "breadcrumbs"
1836version = "0.1.0"
1837dependencies = [
1838 "editor",
1839 "gpui",
1840 "itertools 0.13.0",
1841 "outline",
1842 "theme",
1843 "ui",
1844 "workspace",
1845]
1846
1847[[package]]
1848name = "bstr"
1849version = "1.10.0"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
1852dependencies = [
1853 "memchr",
1854 "regex-automata 0.4.7",
1855 "serde",
1856]
1857
1858[[package]]
1859name = "built"
1860version = "0.7.4"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4"
1863
1864[[package]]
1865name = "bumpalo"
1866version = "3.16.0"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1869
1870[[package]]
1871name = "by_address"
1872version = "1.2.1"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1875
1876[[package]]
1877name = "bytecheck"
1878version = "0.6.12"
1879source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1881dependencies = [
1882 "bytecheck_derive",
1883 "ptr_meta",
1884 "simdutf8",
1885]
1886
1887[[package]]
1888name = "bytecheck_derive"
1889version = "0.6.12"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1892dependencies = [
1893 "proc-macro2",
1894 "quote",
1895 "syn 1.0.109",
1896]
1897
1898[[package]]
1899name = "bytemuck"
1900version = "1.17.1"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2"
1903dependencies = [
1904 "bytemuck_derive",
1905]
1906
1907[[package]]
1908name = "bytemuck_derive"
1909version = "1.7.1"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26"
1912dependencies = [
1913 "proc-macro2",
1914 "quote",
1915 "syn 2.0.87",
1916]
1917
1918[[package]]
1919name = "byteorder"
1920version = "1.5.0"
1921source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1923
1924[[package]]
1925name = "byteorder-lite"
1926version = "0.1.0"
1927source = "registry+https://github.com/rust-lang/crates.io-index"
1928checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1929
1930[[package]]
1931name = "bytes"
1932version = "0.4.12"
1933source = "registry+https://github.com/rust-lang/crates.io-index"
1934checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1935dependencies = [
1936 "byteorder",
1937 "iovec",
1938]
1939
1940[[package]]
1941name = "bytes"
1942version = "1.7.2"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
1945
1946[[package]]
1947name = "bytes-utils"
1948version = "0.1.4"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1951dependencies = [
1952 "bytes 1.7.2",
1953 "either",
1954]
1955
1956[[package]]
1957name = "call"
1958version = "0.1.0"
1959dependencies = [
1960 "anyhow",
1961 "audio",
1962 "client",
1963 "collections",
1964 "fs",
1965 "futures 0.3.30",
1966 "gpui",
1967 "http_client",
1968 "language",
1969 "live_kit_client",
1970 "log",
1971 "postage",
1972 "project",
1973 "schemars",
1974 "serde",
1975 "serde_derive",
1976 "settings",
1977 "util",
1978]
1979
1980[[package]]
1981name = "calloop"
1982version = "0.13.0"
1983source = "registry+https://github.com/rust-lang/crates.io-index"
1984checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
1985dependencies = [
1986 "bitflags 2.6.0",
1987 "log",
1988 "polling 3.7.3",
1989 "rustix 0.38.35",
1990 "slab",
1991 "thiserror",
1992]
1993
1994[[package]]
1995name = "calloop-wayland-source"
1996version = "0.3.0"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
1999dependencies = [
2000 "calloop",
2001 "rustix 0.38.35",
2002 "wayland-backend",
2003 "wayland-client",
2004]
2005
2006[[package]]
2007name = "camino"
2008version = "1.1.9"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2011dependencies = [
2012 "serde",
2013]
2014
2015[[package]]
2016name = "cap-fs-ext"
2017version = "3.2.0"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "eb23061fc1c4ead4e45ca713080fe768e6234e959f5a5c399c39eb41aa34e56e"
2020dependencies = [
2021 "cap-primitives",
2022 "cap-std",
2023 "io-lifetimes 2.0.3",
2024 "windows-sys 0.52.0",
2025]
2026
2027[[package]]
2028name = "cap-net-ext"
2029version = "3.2.0"
2030source = "registry+https://github.com/rust-lang/crates.io-index"
2031checksum = "f83ae11f116bcbafc5327c6af250341db96b5930046732e1905f7dc65887e0e1"
2032dependencies = [
2033 "cap-primitives",
2034 "cap-std",
2035 "rustix 0.38.35",
2036 "smallvec",
2037]
2038
2039[[package]]
2040name = "cap-primitives"
2041version = "3.2.0"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043checksum = "6d00bd8d26c4270d950eaaa837387964a2089a1c3c349a690a1fa03221d29531"
2044dependencies = [
2045 "ambient-authority",
2046 "fs-set-times",
2047 "io-extras",
2048 "io-lifetimes 2.0.3",
2049 "ipnet",
2050 "maybe-owned",
2051 "rustix 0.38.35",
2052 "windows-sys 0.52.0",
2053 "winx",
2054]
2055
2056[[package]]
2057name = "cap-rand"
2058version = "3.2.0"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "dbcb16a619d8b8211ed61f42bd290d2a1ac71277a69cf8417ec0996fa92f5211"
2061dependencies = [
2062 "ambient-authority",
2063 "rand 0.8.5",
2064]
2065
2066[[package]]
2067name = "cap-std"
2068version = "3.2.0"
2069source = "registry+https://github.com/rust-lang/crates.io-index"
2070checksum = "19eb8e3d71996828751c1ed3908a439639752ac6bdc874e41469ef7fc15fbd7f"
2071dependencies = [
2072 "cap-primitives",
2073 "io-extras",
2074 "io-lifetimes 2.0.3",
2075 "rustix 0.38.35",
2076]
2077
2078[[package]]
2079name = "cap-time-ext"
2080version = "3.2.0"
2081source = "registry+https://github.com/rust-lang/crates.io-index"
2082checksum = "61142dc51e25b7acc970ca578ce2c3695eac22bbba46c1073f5f583e78957725"
2083dependencies = [
2084 "ambient-authority",
2085 "cap-primitives",
2086 "iana-time-zone",
2087 "once_cell",
2088 "rustix 0.38.35",
2089 "winx",
2090]
2091
2092[[package]]
2093name = "cargo-platform"
2094version = "0.1.8"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
2097dependencies = [
2098 "serde",
2099]
2100
2101[[package]]
2102name = "cargo_metadata"
2103version = "0.18.1"
2104source = "registry+https://github.com/rust-lang/crates.io-index"
2105checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
2106dependencies = [
2107 "camino",
2108 "cargo-platform",
2109 "semver",
2110 "serde",
2111 "serde_json",
2112 "thiserror",
2113]
2114
2115[[package]]
2116name = "cargo_toml"
2117version = "0.20.5"
2118source = "registry+https://github.com/rust-lang/crates.io-index"
2119checksum = "88da5a13c620b4ca0078845707ea9c3faf11edbc3ffd8497d11d686211cd1ac0"
2120dependencies = [
2121 "serde",
2122 "toml 0.8.19",
2123]
2124
2125[[package]]
2126name = "cast"
2127version = "0.3.0"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2130
2131[[package]]
2132name = "cbc"
2133version = "0.1.2"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2136dependencies = [
2137 "cipher",
2138]
2139
2140[[package]]
2141name = "cbindgen"
2142version = "0.27.0"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2145dependencies = [
2146 "heck 0.4.1",
2147 "indexmap 2.4.0",
2148 "log",
2149 "proc-macro2",
2150 "quote",
2151 "serde",
2152 "serde_json",
2153 "syn 2.0.87",
2154 "tempfile",
2155 "toml 0.8.19",
2156]
2157
2158[[package]]
2159name = "cc"
2160version = "1.1.15"
2161source = "registry+https://github.com/rust-lang/crates.io-index"
2162checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
2163dependencies = [
2164 "jobserver",
2165 "libc",
2166 "shlex",
2167]
2168
2169[[package]]
2170name = "cesu8"
2171version = "1.1.0"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2174
2175[[package]]
2176name = "cexpr"
2177version = "0.6.0"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2180dependencies = [
2181 "nom",
2182]
2183
2184[[package]]
2185name = "cfg-expr"
2186version = "0.15.8"
2187source = "registry+https://github.com/rust-lang/crates.io-index"
2188checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2189dependencies = [
2190 "smallvec",
2191 "target-lexicon",
2192]
2193
2194[[package]]
2195name = "cfg-if"
2196version = "1.0.0"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2199
2200[[package]]
2201name = "cfg_aliases"
2202version = "0.1.1"
2203source = "registry+https://github.com/rust-lang/crates.io-index"
2204checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2205
2206[[package]]
2207name = "cfg_aliases"
2208version = "0.2.1"
2209source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2211
2212[[package]]
2213name = "channel"
2214version = "0.1.0"
2215dependencies = [
2216 "anyhow",
2217 "client",
2218 "clock",
2219 "collections",
2220 "futures 0.3.30",
2221 "gpui",
2222 "http_client",
2223 "language",
2224 "log",
2225 "rand 0.8.5",
2226 "release_channel",
2227 "rpc",
2228 "settings",
2229 "sum_tree",
2230 "text",
2231 "time",
2232 "util",
2233]
2234
2235[[package]]
2236name = "chrono"
2237version = "0.4.38"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2240dependencies = [
2241 "android-tzdata",
2242 "iana-time-zone",
2243 "js-sys",
2244 "num-traits",
2245 "serde",
2246 "wasm-bindgen",
2247 "windows-targets 0.52.6",
2248]
2249
2250[[package]]
2251name = "chunked_transfer"
2252version = "1.5.0"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2255
2256[[package]]
2257name = "ciborium"
2258version = "0.2.2"
2259source = "registry+https://github.com/rust-lang/crates.io-index"
2260checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2261dependencies = [
2262 "ciborium-io",
2263 "ciborium-ll",
2264 "serde",
2265]
2266
2267[[package]]
2268name = "ciborium-io"
2269version = "0.2.2"
2270source = "registry+https://github.com/rust-lang/crates.io-index"
2271checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2272
2273[[package]]
2274name = "ciborium-ll"
2275version = "0.2.2"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2278dependencies = [
2279 "ciborium-io",
2280 "half",
2281]
2282
2283[[package]]
2284name = "cipher"
2285version = "0.4.4"
2286source = "registry+https://github.com/rust-lang/crates.io-index"
2287checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2288dependencies = [
2289 "crypto-common",
2290 "inout",
2291 "zeroize",
2292]
2293
2294[[package]]
2295name = "clang-sys"
2296version = "1.8.1"
2297source = "registry+https://github.com/rust-lang/crates.io-index"
2298checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2299dependencies = [
2300 "glob",
2301 "libc",
2302 "libloading",
2303]
2304
2305[[package]]
2306name = "clap"
2307version = "4.5.21"
2308source = "registry+https://github.com/rust-lang/crates.io-index"
2309checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
2310dependencies = [
2311 "clap_builder",
2312 "clap_derive",
2313]
2314
2315[[package]]
2316name = "clap_builder"
2317version = "4.5.21"
2318source = "registry+https://github.com/rust-lang/crates.io-index"
2319checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
2320dependencies = [
2321 "anstream",
2322 "anstyle",
2323 "clap_lex",
2324 "strsim",
2325 "terminal_size",
2326]
2327
2328[[package]]
2329name = "clap_complete"
2330version = "4.5.24"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "6d7db6eca8c205649e8d3ccd05aa5042b1800a784e56bc7c43524fde8abbfa9b"
2333dependencies = [
2334 "clap",
2335]
2336
2337[[package]]
2338name = "clap_derive"
2339version = "4.5.18"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2342dependencies = [
2343 "heck 0.5.0",
2344 "proc-macro2",
2345 "quote",
2346 "syn 2.0.87",
2347]
2348
2349[[package]]
2350name = "clap_lex"
2351version = "0.7.2"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2354
2355[[package]]
2356name = "cli"
2357version = "0.1.0"
2358dependencies = [
2359 "anyhow",
2360 "clap",
2361 "collections",
2362 "core-foundation 0.9.4",
2363 "core-services",
2364 "exec",
2365 "fork",
2366 "ipc-channel",
2367 "once_cell",
2368 "parking_lot",
2369 "paths",
2370 "plist",
2371 "release_channel",
2372 "serde",
2373 "tempfile",
2374 "util",
2375]
2376
2377[[package]]
2378name = "clickhouse"
2379version = "0.11.6"
2380source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f"
2382dependencies = [
2383 "bstr",
2384 "bytes 1.7.2",
2385 "clickhouse-derive",
2386 "clickhouse-rs-cityhash-sys",
2387 "futures 0.3.30",
2388 "hyper 0.14.31",
2389 "hyper-tls",
2390 "lz4",
2391 "sealed",
2392 "serde",
2393 "static_assertions",
2394 "thiserror",
2395 "tokio",
2396 "url",
2397]
2398
2399[[package]]
2400name = "clickhouse-derive"
2401version = "0.1.1"
2402source = "registry+https://github.com/rust-lang/crates.io-index"
2403checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5"
2404dependencies = [
2405 "proc-macro2",
2406 "quote",
2407 "serde_derive_internals 0.26.0",
2408 "syn 1.0.109",
2409]
2410
2411[[package]]
2412name = "clickhouse-rs-cityhash-sys"
2413version = "0.1.2"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9"
2416dependencies = [
2417 "cc",
2418]
2419
2420[[package]]
2421name = "client"
2422version = "0.1.0"
2423dependencies = [
2424 "anyhow",
2425 "async-native-tls",
2426 "async-recursion 0.3.2",
2427 "async-tungstenite",
2428 "chrono",
2429 "clock",
2430 "cocoa 0.26.0",
2431 "collections",
2432 "feature_flags",
2433 "futures 0.3.30",
2434 "gpui",
2435 "http_client",
2436 "log",
2437 "once_cell",
2438 "parking_lot",
2439 "paths",
2440 "postage",
2441 "rand 0.8.5",
2442 "release_channel",
2443 "rpc",
2444 "rustls 0.21.12",
2445 "rustls-native-certs 0.8.0",
2446 "schemars",
2447 "serde",
2448 "serde_json",
2449 "settings",
2450 "sha2",
2451 "smol",
2452 "sysinfo",
2453 "telemetry_events",
2454 "text",
2455 "thiserror",
2456 "time",
2457 "tiny_http",
2458 "tokio-socks",
2459 "url",
2460 "util",
2461 "windows 0.58.0",
2462 "worktree",
2463]
2464
2465[[package]]
2466name = "clock"
2467version = "0.1.0"
2468dependencies = [
2469 "chrono",
2470 "parking_lot",
2471 "serde",
2472 "smallvec",
2473]
2474
2475[[package]]
2476name = "cobs"
2477version = "0.2.3"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2480
2481[[package]]
2482name = "cocoa"
2483version = "0.25.0"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2486dependencies = [
2487 "bitflags 1.3.2",
2488 "block",
2489 "cocoa-foundation 0.1.2",
2490 "core-foundation 0.9.4",
2491 "core-graphics 0.23.2",
2492 "foreign-types 0.5.0",
2493 "libc",
2494 "objc",
2495]
2496
2497[[package]]
2498name = "cocoa"
2499version = "0.26.0"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2502dependencies = [
2503 "bitflags 2.6.0",
2504 "block",
2505 "cocoa-foundation 0.2.0",
2506 "core-foundation 0.10.0",
2507 "core-graphics 0.24.0",
2508 "foreign-types 0.5.0",
2509 "libc",
2510 "objc",
2511]
2512
2513[[package]]
2514name = "cocoa-foundation"
2515version = "0.1.2"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2518dependencies = [
2519 "bitflags 1.3.2",
2520 "block",
2521 "core-foundation 0.9.4",
2522 "core-graphics-types 0.1.3",
2523 "libc",
2524 "objc",
2525]
2526
2527[[package]]
2528name = "cocoa-foundation"
2529version = "0.2.0"
2530source = "registry+https://github.com/rust-lang/crates.io-index"
2531checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2532dependencies = [
2533 "bitflags 2.6.0",
2534 "block",
2535 "core-foundation 0.10.0",
2536 "core-graphics-types 0.2.0",
2537 "libc",
2538 "objc",
2539]
2540
2541[[package]]
2542name = "codespan-reporting"
2543version = "0.11.1"
2544source = "registry+https://github.com/rust-lang/crates.io-index"
2545checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2546dependencies = [
2547 "termcolor",
2548 "unicode-width",
2549]
2550
2551[[package]]
2552name = "collab"
2553version = "0.44.0"
2554dependencies = [
2555 "anthropic",
2556 "anyhow",
2557 "assistant",
2558 "async-stripe",
2559 "async-trait",
2560 "async-tungstenite",
2561 "audio",
2562 "aws-config",
2563 "aws-sdk-s3",
2564 "axum",
2565 "axum-extra",
2566 "base64 0.22.1",
2567 "call",
2568 "channel",
2569 "chrono",
2570 "clickhouse",
2571 "client",
2572 "clock",
2573 "collab_ui",
2574 "collections",
2575 "context_servers",
2576 "ctor",
2577 "dashmap 6.0.1",
2578 "derive_more",
2579 "editor",
2580 "env_logger 0.11.5",
2581 "envy",
2582 "file_finder",
2583 "fs",
2584 "futures 0.3.30",
2585 "git",
2586 "git_hosting_providers",
2587 "google_ai",
2588 "gpui",
2589 "hex",
2590 "http_client",
2591 "hyper 0.14.31",
2592 "indoc",
2593 "jsonwebtoken",
2594 "language",
2595 "language_model",
2596 "live_kit_client",
2597 "live_kit_server",
2598 "log",
2599 "lsp",
2600 "menu",
2601 "multi_buffer",
2602 "nanoid",
2603 "node_runtime",
2604 "notifications",
2605 "open_ai",
2606 "parking_lot",
2607 "pretty_assertions",
2608 "project",
2609 "prometheus",
2610 "prost",
2611 "rand 0.8.5",
2612 "recent_projects",
2613 "release_channel",
2614 "remote",
2615 "remote_server",
2616 "reqwest 0.11.27",
2617 "reqwest_client",
2618 "rpc",
2619 "rustc-demangle",
2620 "scrypt",
2621 "sea-orm",
2622 "semantic_version",
2623 "semver",
2624 "serde",
2625 "serde_derive",
2626 "serde_json",
2627 "session",
2628 "settings",
2629 "sha2",
2630 "sqlx",
2631 "strum 0.25.0",
2632 "subtle",
2633 "supermaven_api",
2634 "telemetry_events",
2635 "text",
2636 "theme",
2637 "thiserror",
2638 "time",
2639 "tokio",
2640 "toml 0.8.19",
2641 "tower",
2642 "tower-http 0.4.4",
2643 "tracing",
2644 "tracing-subscriber",
2645 "unindent",
2646 "util",
2647 "uuid",
2648 "workspace",
2649 "worktree",
2650]
2651
2652[[package]]
2653name = "collab_ui"
2654version = "0.1.0"
2655dependencies = [
2656 "anyhow",
2657 "call",
2658 "channel",
2659 "chrono",
2660 "client",
2661 "collections",
2662 "db",
2663 "editor",
2664 "emojis",
2665 "futures 0.3.30",
2666 "fuzzy",
2667 "gpui",
2668 "http_client",
2669 "language",
2670 "menu",
2671 "notifications",
2672 "parking_lot",
2673 "picker",
2674 "pretty_assertions",
2675 "project",
2676 "release_channel",
2677 "rich_text",
2678 "rpc",
2679 "schemars",
2680 "serde",
2681 "serde_derive",
2682 "serde_json",
2683 "settings",
2684 "smallvec",
2685 "story",
2686 "theme",
2687 "time",
2688 "time_format",
2689 "title_bar",
2690 "tree-sitter-md",
2691 "ui",
2692 "util",
2693 "vcs_menu",
2694 "workspace",
2695]
2696
2697[[package]]
2698name = "collections"
2699version = "0.1.0"
2700dependencies = [
2701 "rustc-hash 1.1.0",
2702]
2703
2704[[package]]
2705name = "color_quant"
2706version = "1.1.0"
2707source = "registry+https://github.com/rust-lang/crates.io-index"
2708checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2709
2710[[package]]
2711name = "colorchoice"
2712version = "1.0.2"
2713source = "registry+https://github.com/rust-lang/crates.io-index"
2714checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2715
2716[[package]]
2717name = "combine"
2718version = "4.6.7"
2719source = "registry+https://github.com/rust-lang/crates.io-index"
2720checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2721dependencies = [
2722 "bytes 1.7.2",
2723 "memchr",
2724]
2725
2726[[package]]
2727name = "command_palette"
2728version = "0.1.0"
2729dependencies = [
2730 "client",
2731 "collections",
2732 "command_palette_hooks",
2733 "ctor",
2734 "editor",
2735 "env_logger 0.11.5",
2736 "fuzzy",
2737 "go_to_line",
2738 "gpui",
2739 "language",
2740 "menu",
2741 "picker",
2742 "postage",
2743 "project",
2744 "serde",
2745 "serde_json",
2746 "settings",
2747 "theme",
2748 "ui",
2749 "util",
2750 "workspace",
2751 "zed_actions",
2752]
2753
2754[[package]]
2755name = "command_palette_hooks"
2756version = "0.1.0"
2757dependencies = [
2758 "collections",
2759 "derive_more",
2760 "gpui",
2761]
2762
2763[[package]]
2764name = "concurrent-queue"
2765version = "2.5.0"
2766source = "registry+https://github.com/rust-lang/crates.io-index"
2767checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2768dependencies = [
2769 "crossbeam-utils",
2770]
2771
2772[[package]]
2773name = "console"
2774version = "0.15.8"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2777dependencies = [
2778 "encode_unicode",
2779 "lazy_static",
2780 "libc",
2781 "unicode-width",
2782 "windows-sys 0.52.0",
2783]
2784
2785[[package]]
2786name = "const-oid"
2787version = "0.9.6"
2788source = "registry+https://github.com/rust-lang/crates.io-index"
2789checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2790
2791[[package]]
2792name = "const-random"
2793version = "0.1.18"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2796dependencies = [
2797 "const-random-macro",
2798]
2799
2800[[package]]
2801name = "const-random-macro"
2802version = "0.1.16"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2805dependencies = [
2806 "getrandom 0.2.15",
2807 "once_cell",
2808 "tiny-keccak",
2809]
2810
2811[[package]]
2812name = "constant_time_eq"
2813version = "0.3.1"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2816
2817[[package]]
2818name = "context_servers"
2819version = "0.1.0"
2820dependencies = [
2821 "anyhow",
2822 "collections",
2823 "command_palette_hooks",
2824 "futures 0.3.30",
2825 "gpui",
2826 "log",
2827 "parking_lot",
2828 "postage",
2829 "project",
2830 "schemars",
2831 "serde",
2832 "serde_json",
2833 "settings",
2834 "smol",
2835 "url",
2836 "util",
2837]
2838
2839[[package]]
2840name = "convert_case"
2841version = "0.4.0"
2842source = "registry+https://github.com/rust-lang/crates.io-index"
2843checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2844
2845[[package]]
2846name = "convert_case"
2847version = "0.6.0"
2848source = "registry+https://github.com/rust-lang/crates.io-index"
2849checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2850dependencies = [
2851 "unicode-segmentation",
2852]
2853
2854[[package]]
2855name = "copilot"
2856version = "0.1.0"
2857dependencies = [
2858 "anyhow",
2859 "async-compression",
2860 "async-std",
2861 "async-tar",
2862 "chrono",
2863 "client",
2864 "clock",
2865 "collections",
2866 "command_palette_hooks",
2867 "editor",
2868 "fs",
2869 "futures 0.3.30",
2870 "gpui",
2871 "http_client",
2872 "indoc",
2873 "language",
2874 "lsp",
2875 "menu",
2876 "node_runtime",
2877 "parking_lot",
2878 "paths",
2879 "project",
2880 "rpc",
2881 "schemars",
2882 "serde",
2883 "serde_json",
2884 "settings",
2885 "smol",
2886 "strum 0.25.0",
2887 "task",
2888 "theme",
2889 "ui",
2890 "util",
2891 "workspace",
2892]
2893
2894[[package]]
2895name = "core-foundation"
2896version = "0.9.4"
2897source = "registry+https://github.com/rust-lang/crates.io-index"
2898checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2899dependencies = [
2900 "core-foundation-sys",
2901 "libc",
2902]
2903
2904[[package]]
2905name = "core-foundation"
2906version = "0.10.0"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
2909dependencies = [
2910 "core-foundation-sys",
2911 "libc",
2912]
2913
2914[[package]]
2915name = "core-foundation-sys"
2916version = "0.8.7"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2919
2920[[package]]
2921name = "core-graphics"
2922version = "0.23.2"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2925dependencies = [
2926 "bitflags 1.3.2",
2927 "core-foundation 0.9.4",
2928 "core-graphics-types 0.1.3",
2929 "foreign-types 0.5.0",
2930 "libc",
2931]
2932
2933[[package]]
2934name = "core-graphics"
2935version = "0.24.0"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
2938dependencies = [
2939 "bitflags 2.6.0",
2940 "core-foundation 0.10.0",
2941 "core-graphics-types 0.2.0",
2942 "foreign-types 0.5.0",
2943 "libc",
2944]
2945
2946[[package]]
2947name = "core-graphics-types"
2948version = "0.1.3"
2949source = "registry+https://github.com/rust-lang/crates.io-index"
2950checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2951dependencies = [
2952 "bitflags 1.3.2",
2953 "core-foundation 0.9.4",
2954 "libc",
2955]
2956
2957[[package]]
2958name = "core-graphics-types"
2959version = "0.2.0"
2960source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
2962dependencies = [
2963 "bitflags 2.6.0",
2964 "core-foundation 0.10.0",
2965 "libc",
2966]
2967
2968[[package]]
2969name = "core-services"
2970version = "0.2.1"
2971source = "registry+https://github.com/rust-lang/crates.io-index"
2972checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
2973dependencies = [
2974 "core-foundation 0.9.4",
2975]
2976
2977[[package]]
2978name = "core-text"
2979version = "20.1.0"
2980source = "registry+https://github.com/rust-lang/crates.io-index"
2981checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
2982dependencies = [
2983 "core-foundation 0.9.4",
2984 "core-graphics 0.23.2",
2985 "foreign-types 0.5.0",
2986 "libc",
2987]
2988
2989[[package]]
2990name = "coreaudio-rs"
2991version = "0.11.3"
2992source = "registry+https://github.com/rust-lang/crates.io-index"
2993checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
2994dependencies = [
2995 "bitflags 1.3.2",
2996 "core-foundation-sys",
2997 "coreaudio-sys",
2998]
2999
3000[[package]]
3001name = "coreaudio-sys"
3002version = "0.2.15"
3003source = "registry+https://github.com/rust-lang/crates.io-index"
3004checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9"
3005dependencies = [
3006 "bindgen 0.69.4",
3007]
3008
3009[[package]]
3010name = "cosmic-text"
3011version = "0.11.2"
3012source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3013dependencies = [
3014 "bitflags 2.6.0",
3015 "fontdb",
3016 "log",
3017 "rangemap",
3018 "rayon",
3019 "rustc-hash 1.1.0",
3020 "rustybuzz",
3021 "self_cell",
3022 "swash",
3023 "sys-locale",
3024 "ttf-parser",
3025 "unicode-bidi",
3026 "unicode-linebreak",
3027 "unicode-script",
3028 "unicode-segmentation",
3029]
3030
3031[[package]]
3032name = "cpal"
3033version = "0.15.3"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
3036dependencies = [
3037 "alsa",
3038 "core-foundation-sys",
3039 "coreaudio-rs",
3040 "dasp_sample",
3041 "jni",
3042 "js-sys",
3043 "libc",
3044 "mach2",
3045 "ndk",
3046 "ndk-context",
3047 "oboe",
3048 "wasm-bindgen",
3049 "wasm-bindgen-futures",
3050 "web-sys",
3051 "windows 0.54.0",
3052]
3053
3054[[package]]
3055name = "cpp_demangle"
3056version = "0.4.4"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3059dependencies = [
3060 "cfg-if",
3061]
3062
3063[[package]]
3064name = "cpufeatures"
3065version = "0.2.13"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
3068dependencies = [
3069 "libc",
3070]
3071
3072[[package]]
3073name = "cranelift-bforest"
3074version = "0.111.2"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3077dependencies = [
3078 "cranelift-entity",
3079]
3080
3081[[package]]
3082name = "cranelift-bitset"
3083version = "0.111.2"
3084source = "registry+https://github.com/rust-lang/crates.io-index"
3085checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3086dependencies = [
3087 "serde",
3088 "serde_derive",
3089]
3090
3091[[package]]
3092name = "cranelift-codegen"
3093version = "0.111.2"
3094source = "registry+https://github.com/rust-lang/crates.io-index"
3095checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3096dependencies = [
3097 "bumpalo",
3098 "cranelift-bforest",
3099 "cranelift-bitset",
3100 "cranelift-codegen-meta",
3101 "cranelift-codegen-shared",
3102 "cranelift-control",
3103 "cranelift-entity",
3104 "cranelift-isle",
3105 "gimli 0.29.0",
3106 "hashbrown 0.14.5",
3107 "log",
3108 "regalloc2",
3109 "rustc-hash 1.1.0",
3110 "smallvec",
3111 "target-lexicon",
3112]
3113
3114[[package]]
3115name = "cranelift-codegen-meta"
3116version = "0.111.2"
3117source = "registry+https://github.com/rust-lang/crates.io-index"
3118checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3119dependencies = [
3120 "cranelift-codegen-shared",
3121]
3122
3123[[package]]
3124name = "cranelift-codegen-shared"
3125version = "0.111.2"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3128
3129[[package]]
3130name = "cranelift-control"
3131version = "0.111.2"
3132source = "registry+https://github.com/rust-lang/crates.io-index"
3133checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3134dependencies = [
3135 "arbitrary",
3136]
3137
3138[[package]]
3139name = "cranelift-entity"
3140version = "0.111.2"
3141source = "registry+https://github.com/rust-lang/crates.io-index"
3142checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3143dependencies = [
3144 "cranelift-bitset",
3145 "serde",
3146 "serde_derive",
3147]
3148
3149[[package]]
3150name = "cranelift-frontend"
3151version = "0.111.2"
3152source = "registry+https://github.com/rust-lang/crates.io-index"
3153checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3154dependencies = [
3155 "cranelift-codegen",
3156 "log",
3157 "smallvec",
3158 "target-lexicon",
3159]
3160
3161[[package]]
3162name = "cranelift-isle"
3163version = "0.111.2"
3164source = "registry+https://github.com/rust-lang/crates.io-index"
3165checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3166
3167[[package]]
3168name = "cranelift-native"
3169version = "0.111.2"
3170source = "registry+https://github.com/rust-lang/crates.io-index"
3171checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3172dependencies = [
3173 "cranelift-codegen",
3174 "libc",
3175 "target-lexicon",
3176]
3177
3178[[package]]
3179name = "cranelift-wasm"
3180version = "0.111.2"
3181source = "registry+https://github.com/rust-lang/crates.io-index"
3182checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3183dependencies = [
3184 "cranelift-codegen",
3185 "cranelift-entity",
3186 "cranelift-frontend",
3187 "itertools 0.12.1",
3188 "log",
3189 "smallvec",
3190 "wasmparser 0.215.0",
3191 "wasmtime-types",
3192]
3193
3194[[package]]
3195name = "crc"
3196version = "3.2.1"
3197source = "registry+https://github.com/rust-lang/crates.io-index"
3198checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3199dependencies = [
3200 "crc-catalog",
3201]
3202
3203[[package]]
3204name = "crc-catalog"
3205version = "2.4.0"
3206source = "registry+https://github.com/rust-lang/crates.io-index"
3207checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3208
3209[[package]]
3210name = "crc32c"
3211version = "0.6.8"
3212source = "registry+https://github.com/rust-lang/crates.io-index"
3213checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3214dependencies = [
3215 "rustc_version",
3216]
3217
3218[[package]]
3219name = "crc32fast"
3220version = "1.4.2"
3221source = "registry+https://github.com/rust-lang/crates.io-index"
3222checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3223dependencies = [
3224 "cfg-if",
3225]
3226
3227[[package]]
3228name = "criterion"
3229version = "0.5.1"
3230source = "registry+https://github.com/rust-lang/crates.io-index"
3231checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3232dependencies = [
3233 "anes",
3234 "cast",
3235 "ciborium",
3236 "clap",
3237 "criterion-plot",
3238 "is-terminal",
3239 "itertools 0.10.5",
3240 "num-traits",
3241 "once_cell",
3242 "oorandom",
3243 "plotters",
3244 "rayon",
3245 "regex",
3246 "serde",
3247 "serde_derive",
3248 "serde_json",
3249 "tinytemplate",
3250 "walkdir",
3251]
3252
3253[[package]]
3254name = "criterion-plot"
3255version = "0.5.0"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3258dependencies = [
3259 "cast",
3260 "itertools 0.10.5",
3261]
3262
3263[[package]]
3264name = "crossbeam-channel"
3265version = "0.5.13"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3268dependencies = [
3269 "crossbeam-utils",
3270]
3271
3272[[package]]
3273name = "crossbeam-deque"
3274version = "0.8.5"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3277dependencies = [
3278 "crossbeam-epoch",
3279 "crossbeam-utils",
3280]
3281
3282[[package]]
3283name = "crossbeam-epoch"
3284version = "0.9.18"
3285source = "registry+https://github.com/rust-lang/crates.io-index"
3286checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3287dependencies = [
3288 "crossbeam-utils",
3289]
3290
3291[[package]]
3292name = "crossbeam-queue"
3293version = "0.3.11"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3296dependencies = [
3297 "crossbeam-utils",
3298]
3299
3300[[package]]
3301name = "crossbeam-utils"
3302version = "0.8.20"
3303source = "registry+https://github.com/rust-lang/crates.io-index"
3304checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3305
3306[[package]]
3307name = "crunchy"
3308version = "0.2.2"
3309source = "registry+https://github.com/rust-lang/crates.io-index"
3310checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3311
3312[[package]]
3313name = "crypto-bigint"
3314version = "0.4.9"
3315source = "registry+https://github.com/rust-lang/crates.io-index"
3316checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3317dependencies = [
3318 "generic-array",
3319 "rand_core 0.6.4",
3320 "subtle",
3321 "zeroize",
3322]
3323
3324[[package]]
3325name = "crypto-bigint"
3326version = "0.5.5"
3327source = "registry+https://github.com/rust-lang/crates.io-index"
3328checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3329dependencies = [
3330 "rand_core 0.6.4",
3331 "subtle",
3332]
3333
3334[[package]]
3335name = "crypto-common"
3336version = "0.1.6"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3339dependencies = [
3340 "generic-array",
3341 "rand_core 0.6.4",
3342 "typenum",
3343]
3344
3345[[package]]
3346name = "ctor"
3347version = "0.2.8"
3348source = "registry+https://github.com/rust-lang/crates.io-index"
3349checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
3350dependencies = [
3351 "quote",
3352 "syn 2.0.87",
3353]
3354
3355[[package]]
3356name = "ctrlc"
3357version = "3.4.5"
3358source = "registry+https://github.com/rust-lang/crates.io-index"
3359checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3360dependencies = [
3361 "nix",
3362 "windows-sys 0.59.0",
3363]
3364
3365[[package]]
3366name = "cursor-icon"
3367version = "1.1.0"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3370
3371[[package]]
3372name = "dashmap"
3373version = "5.5.3"
3374source = "registry+https://github.com/rust-lang/crates.io-index"
3375checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3376dependencies = [
3377 "cfg-if",
3378 "hashbrown 0.14.5",
3379 "lock_api",
3380 "once_cell",
3381 "parking_lot_core",
3382]
3383
3384[[package]]
3385name = "dashmap"
3386version = "6.0.1"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
3389dependencies = [
3390 "cfg-if",
3391 "crossbeam-utils",
3392 "hashbrown 0.14.5",
3393 "lock_api",
3394 "once_cell",
3395 "parking_lot_core",
3396]
3397
3398[[package]]
3399name = "dasp_sample"
3400version = "0.11.0"
3401source = "registry+https://github.com/rust-lang/crates.io-index"
3402checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3403
3404[[package]]
3405name = "data-encoding"
3406version = "2.6.0"
3407source = "registry+https://github.com/rust-lang/crates.io-index"
3408checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3409
3410[[package]]
3411name = "data-url"
3412version = "0.3.1"
3413source = "registry+https://github.com/rust-lang/crates.io-index"
3414checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3415
3416[[package]]
3417name = "db"
3418version = "0.1.0"
3419dependencies = [
3420 "anyhow",
3421 "gpui",
3422 "indoc",
3423 "log",
3424 "paths",
3425 "release_channel",
3426 "smol",
3427 "sqlez",
3428 "sqlez_macros",
3429 "tempfile",
3430 "util",
3431]
3432
3433[[package]]
3434name = "dbus"
3435version = "0.9.7"
3436source = "registry+https://github.com/rust-lang/crates.io-index"
3437checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3438dependencies = [
3439 "libc",
3440 "libdbus-sys",
3441 "winapi",
3442]
3443
3444[[package]]
3445name = "deflate64"
3446version = "0.1.9"
3447source = "registry+https://github.com/rust-lang/crates.io-index"
3448checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3449
3450[[package]]
3451name = "der"
3452version = "0.6.1"
3453source = "registry+https://github.com/rust-lang/crates.io-index"
3454checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3455dependencies = [
3456 "const-oid",
3457 "zeroize",
3458]
3459
3460[[package]]
3461name = "der"
3462version = "0.7.9"
3463source = "registry+https://github.com/rust-lang/crates.io-index"
3464checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3465dependencies = [
3466 "const-oid",
3467 "pem-rfc7468",
3468 "zeroize",
3469]
3470
3471[[package]]
3472name = "deranged"
3473version = "0.3.11"
3474source = "registry+https://github.com/rust-lang/crates.io-index"
3475checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3476dependencies = [
3477 "powerfmt",
3478 "serde",
3479]
3480
3481[[package]]
3482name = "derive_more"
3483version = "0.99.18"
3484source = "registry+https://github.com/rust-lang/crates.io-index"
3485checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3486dependencies = [
3487 "convert_case 0.4.0",
3488 "proc-macro2",
3489 "quote",
3490 "rustc_version",
3491 "syn 2.0.87",
3492]
3493
3494[[package]]
3495name = "derive_refineable"
3496version = "0.1.0"
3497dependencies = [
3498 "proc-macro2",
3499 "quote",
3500 "syn 1.0.109",
3501]
3502
3503[[package]]
3504name = "diagnostics"
3505version = "0.1.0"
3506dependencies = [
3507 "anyhow",
3508 "client",
3509 "collections",
3510 "ctor",
3511 "editor",
3512 "env_logger 0.11.5",
3513 "gpui",
3514 "language",
3515 "log",
3516 "lsp",
3517 "pretty_assertions",
3518 "project",
3519 "rand 0.8.5",
3520 "schemars",
3521 "serde",
3522 "serde_json",
3523 "settings",
3524 "theme",
3525 "ui",
3526 "unindent",
3527 "util",
3528 "workspace",
3529]
3530
3531[[package]]
3532name = "dialoguer"
3533version = "0.11.0"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3536dependencies = [
3537 "console",
3538 "fuzzy-matcher",
3539 "shell-words",
3540 "tempfile",
3541 "thiserror",
3542 "zeroize",
3543]
3544
3545[[package]]
3546name = "diff"
3547version = "0.1.13"
3548source = "registry+https://github.com/rust-lang/crates.io-index"
3549checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3550
3551[[package]]
3552name = "digest"
3553version = "0.10.7"
3554source = "registry+https://github.com/rust-lang/crates.io-index"
3555checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3556dependencies = [
3557 "block-buffer",
3558 "const-oid",
3559 "crypto-common",
3560 "subtle",
3561]
3562
3563[[package]]
3564name = "dirs"
3565version = "4.0.0"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3568dependencies = [
3569 "dirs-sys 0.3.7",
3570]
3571
3572[[package]]
3573name = "dirs"
3574version = "5.0.1"
3575source = "registry+https://github.com/rust-lang/crates.io-index"
3576checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3577dependencies = [
3578 "dirs-sys 0.4.1",
3579]
3580
3581[[package]]
3582name = "dirs-sys"
3583version = "0.3.7"
3584source = "registry+https://github.com/rust-lang/crates.io-index"
3585checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3586dependencies = [
3587 "libc",
3588 "redox_users",
3589 "winapi",
3590]
3591
3592[[package]]
3593name = "dirs-sys"
3594version = "0.4.1"
3595source = "registry+https://github.com/rust-lang/crates.io-index"
3596checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3597dependencies = [
3598 "libc",
3599 "option-ext",
3600 "redox_users",
3601 "windows-sys 0.48.0",
3602]
3603
3604[[package]]
3605name = "dlib"
3606version = "0.5.2"
3607source = "registry+https://github.com/rust-lang/crates.io-index"
3608checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3609dependencies = [
3610 "libloading",
3611]
3612
3613[[package]]
3614name = "docs_preprocessor"
3615version = "0.1.0"
3616dependencies = [
3617 "anyhow",
3618 "clap",
3619 "mdbook",
3620 "regex",
3621 "serde",
3622 "serde_json",
3623 "settings",
3624 "util",
3625]
3626
3627[[package]]
3628name = "dotenvy"
3629version = "0.15.7"
3630source = "registry+https://github.com/rust-lang/crates.io-index"
3631checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3632
3633[[package]]
3634name = "downcast-rs"
3635version = "1.2.1"
3636source = "registry+https://github.com/rust-lang/crates.io-index"
3637checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3638
3639[[package]]
3640name = "doxygen-rs"
3641version = "0.4.2"
3642source = "registry+https://github.com/rust-lang/crates.io-index"
3643checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3644dependencies = [
3645 "phf",
3646]
3647
3648[[package]]
3649name = "dwrote"
3650version = "0.11.1"
3651source = "registry+https://github.com/rust-lang/crates.io-index"
3652checksum = "2da3498378ed373237bdef1eddcc64e7be2d3ba4841f4c22a998e81cadeea83c"
3653dependencies = [
3654 "lazy_static",
3655 "libc",
3656 "winapi",
3657 "wio",
3658]
3659
3660[[package]]
3661name = "dyn-clone"
3662version = "1.0.17"
3663source = "registry+https://github.com/rust-lang/crates.io-index"
3664checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3665
3666[[package]]
3667name = "ec4rs"
3668version = "1.1.1"
3669source = "registry+https://github.com/rust-lang/crates.io-index"
3670checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3671
3672[[package]]
3673name = "ecdsa"
3674version = "0.14.8"
3675source = "registry+https://github.com/rust-lang/crates.io-index"
3676checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3677dependencies = [
3678 "der 0.6.1",
3679 "elliptic-curve",
3680 "rfc6979",
3681 "signature 1.6.4",
3682]
3683
3684[[package]]
3685name = "editor"
3686version = "0.1.0"
3687dependencies = [
3688 "aho-corasick",
3689 "anyhow",
3690 "assets",
3691 "chrono",
3692 "client",
3693 "clock",
3694 "collections",
3695 "convert_case 0.6.0",
3696 "ctor",
3697 "db",
3698 "emojis",
3699 "env_logger 0.11.5",
3700 "file_icons",
3701 "futures 0.3.30",
3702 "fuzzy",
3703 "git",
3704 "gpui",
3705 "http_client",
3706 "indoc",
3707 "itertools 0.13.0",
3708 "language",
3709 "linkify",
3710 "log",
3711 "lsp",
3712 "markdown",
3713 "multi_buffer",
3714 "ordered-float 2.10.1",
3715 "parking_lot",
3716 "pretty_assertions",
3717 "project",
3718 "rand 0.8.5",
3719 "release_channel",
3720 "rpc",
3721 "schemars",
3722 "serde",
3723 "serde_json",
3724 "settings",
3725 "similar",
3726 "smallvec",
3727 "smol",
3728 "snippet",
3729 "sum_tree",
3730 "task",
3731 "text",
3732 "theme",
3733 "time",
3734 "time_format",
3735 "tree-sitter-html",
3736 "tree-sitter-rust",
3737 "tree-sitter-typescript",
3738 "ui",
3739 "unicode-script",
3740 "unicode-segmentation",
3741 "unindent",
3742 "url",
3743 "util",
3744 "workspace",
3745]
3746
3747[[package]]
3748name = "educe"
3749version = "0.5.11"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8"
3752dependencies = [
3753 "enum-ordinalize",
3754 "proc-macro2",
3755 "quote",
3756 "syn 2.0.87",
3757]
3758
3759[[package]]
3760name = "either"
3761version = "1.13.0"
3762source = "registry+https://github.com/rust-lang/crates.io-index"
3763checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3764dependencies = [
3765 "serde",
3766]
3767
3768[[package]]
3769name = "elasticlunr-rs"
3770version = "3.0.2"
3771source = "registry+https://github.com/rust-lang/crates.io-index"
3772checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3773dependencies = [
3774 "regex",
3775 "serde",
3776 "serde_derive",
3777 "serde_json",
3778]
3779
3780[[package]]
3781name = "elliptic-curve"
3782version = "0.12.3"
3783source = "registry+https://github.com/rust-lang/crates.io-index"
3784checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3785dependencies = [
3786 "base16ct",
3787 "crypto-bigint 0.4.9",
3788 "der 0.6.1",
3789 "digest",
3790 "ff",
3791 "generic-array",
3792 "group",
3793 "pkcs8 0.9.0",
3794 "rand_core 0.6.4",
3795 "sec1",
3796 "subtle",
3797 "zeroize",
3798]
3799
3800[[package]]
3801name = "embed-resource"
3802version = "2.4.3"
3803source = "registry+https://github.com/rust-lang/crates.io-index"
3804checksum = "4edcacde9351c33139a41e3c97eb2334351a81a2791bebb0b243df837128f602"
3805dependencies = [
3806 "cc",
3807 "memchr",
3808 "rustc_version",
3809 "toml 0.8.19",
3810 "vswhom",
3811 "winreg 0.52.0",
3812]
3813
3814[[package]]
3815name = "embedded-io"
3816version = "0.4.0"
3817source = "registry+https://github.com/rust-lang/crates.io-index"
3818checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3819
3820[[package]]
3821name = "embedded-io"
3822version = "0.6.1"
3823source = "registry+https://github.com/rust-lang/crates.io-index"
3824checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3825
3826[[package]]
3827name = "emojis"
3828version = "0.6.4"
3829source = "registry+https://github.com/rust-lang/crates.io-index"
3830checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
3831dependencies = [
3832 "phf",
3833]
3834
3835[[package]]
3836name = "encode_unicode"
3837version = "0.3.6"
3838source = "registry+https://github.com/rust-lang/crates.io-index"
3839checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3840
3841[[package]]
3842name = "encoding_rs"
3843version = "0.8.34"
3844source = "registry+https://github.com/rust-lang/crates.io-index"
3845checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
3846dependencies = [
3847 "cfg-if",
3848]
3849
3850[[package]]
3851name = "endi"
3852version = "1.1.0"
3853source = "registry+https://github.com/rust-lang/crates.io-index"
3854checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3855
3856[[package]]
3857name = "enum-ordinalize"
3858version = "4.3.0"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5"
3861dependencies = [
3862 "enum-ordinalize-derive",
3863]
3864
3865[[package]]
3866name = "enum-ordinalize-derive"
3867version = "4.3.1"
3868source = "registry+https://github.com/rust-lang/crates.io-index"
3869checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff"
3870dependencies = [
3871 "proc-macro2",
3872 "quote",
3873 "syn 2.0.87",
3874]
3875
3876[[package]]
3877name = "enumflags2"
3878version = "0.7.10"
3879source = "registry+https://github.com/rust-lang/crates.io-index"
3880checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
3881dependencies = [
3882 "enumflags2_derive",
3883 "serde",
3884]
3885
3886[[package]]
3887name = "enumflags2_derive"
3888version = "0.7.10"
3889source = "registry+https://github.com/rust-lang/crates.io-index"
3890checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
3891dependencies = [
3892 "proc-macro2",
3893 "quote",
3894 "syn 2.0.87",
3895]
3896
3897[[package]]
3898name = "env_filter"
3899version = "0.1.2"
3900source = "registry+https://github.com/rust-lang/crates.io-index"
3901checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
3902dependencies = [
3903 "log",
3904 "regex",
3905]
3906
3907[[package]]
3908name = "env_logger"
3909version = "0.10.2"
3910source = "registry+https://github.com/rust-lang/crates.io-index"
3911checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
3912dependencies = [
3913 "humantime",
3914 "is-terminal",
3915 "log",
3916 "regex",
3917 "termcolor",
3918]
3919
3920[[package]]
3921name = "env_logger"
3922version = "0.11.5"
3923source = "registry+https://github.com/rust-lang/crates.io-index"
3924checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
3925dependencies = [
3926 "anstream",
3927 "anstyle",
3928 "env_filter",
3929 "humantime",
3930 "log",
3931]
3932
3933[[package]]
3934name = "envy"
3935version = "0.4.2"
3936source = "registry+https://github.com/rust-lang/crates.io-index"
3937checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
3938dependencies = [
3939 "serde",
3940]
3941
3942[[package]]
3943name = "equivalent"
3944version = "1.0.1"
3945source = "registry+https://github.com/rust-lang/crates.io-index"
3946checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
3947
3948[[package]]
3949name = "erased-serde"
3950version = "0.4.5"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
3953dependencies = [
3954 "serde",
3955 "typeid",
3956]
3957
3958[[package]]
3959name = "errno"
3960version = "0.2.8"
3961source = "registry+https://github.com/rust-lang/crates.io-index"
3962checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
3963dependencies = [
3964 "errno-dragonfly",
3965 "libc",
3966 "winapi",
3967]
3968
3969[[package]]
3970name = "errno"
3971version = "0.3.9"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
3974dependencies = [
3975 "libc",
3976 "windows-sys 0.52.0",
3977]
3978
3979[[package]]
3980name = "errno-dragonfly"
3981version = "0.1.2"
3982source = "registry+https://github.com/rust-lang/crates.io-index"
3983checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
3984dependencies = [
3985 "cc",
3986 "libc",
3987]
3988
3989[[package]]
3990name = "etagere"
3991version = "0.2.13"
3992source = "registry+https://github.com/rust-lang/crates.io-index"
3993checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
3994dependencies = [
3995 "euclid",
3996 "svg_fmt",
3997]
3998
3999[[package]]
4000name = "etcetera"
4001version = "0.8.0"
4002source = "registry+https://github.com/rust-lang/crates.io-index"
4003checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4004dependencies = [
4005 "cfg-if",
4006 "home",
4007 "windows-sys 0.48.0",
4008]
4009
4010[[package]]
4011name = "euclid"
4012version = "0.22.11"
4013source = "registry+https://github.com/rust-lang/crates.io-index"
4014checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4015dependencies = [
4016 "num-traits",
4017]
4018
4019[[package]]
4020name = "evals"
4021version = "0.1.0"
4022dependencies = [
4023 "anyhow",
4024 "clap",
4025 "client",
4026 "clock",
4027 "collections",
4028 "env_logger 0.11.5",
4029 "feature_flags",
4030 "fs",
4031 "git",
4032 "gpui",
4033 "http_client",
4034 "language",
4035 "languages",
4036 "node_runtime",
4037 "open_ai",
4038 "project",
4039 "reqwest_client",
4040 "semantic_index",
4041 "serde",
4042 "serde_json",
4043 "settings",
4044 "smol",
4045]
4046
4047[[package]]
4048name = "event-listener"
4049version = "2.5.3"
4050source = "registry+https://github.com/rust-lang/crates.io-index"
4051checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4052
4053[[package]]
4054name = "event-listener"
4055version = "3.1.0"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
4058dependencies = [
4059 "concurrent-queue",
4060 "parking",
4061 "pin-project-lite",
4062]
4063
4064[[package]]
4065name = "event-listener"
4066version = "5.3.1"
4067source = "registry+https://github.com/rust-lang/crates.io-index"
4068checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4069dependencies = [
4070 "concurrent-queue",
4071 "parking",
4072 "pin-project-lite",
4073]
4074
4075[[package]]
4076name = "event-listener-strategy"
4077version = "0.5.2"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
4080dependencies = [
4081 "event-listener 5.3.1",
4082 "pin-project-lite",
4083]
4084
4085[[package]]
4086name = "exec"
4087version = "0.3.1"
4088source = "registry+https://github.com/rust-lang/crates.io-index"
4089checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4090dependencies = [
4091 "errno 0.2.8",
4092 "libc",
4093]
4094
4095[[package]]
4096name = "exr"
4097version = "1.72.0"
4098source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
4100dependencies = [
4101 "bit_field",
4102 "flume",
4103 "half",
4104 "lebe",
4105 "miniz_oxide 0.7.4",
4106 "rayon-core",
4107 "smallvec",
4108 "zune-inflate",
4109]
4110
4111[[package]]
4112name = "extension"
4113version = "0.1.0"
4114dependencies = [
4115 "anyhow",
4116 "async-compression",
4117 "async-tar",
4118 "async-trait",
4119 "collections",
4120 "fs",
4121 "futures 0.3.30",
4122 "gpui",
4123 "http_client",
4124 "language",
4125 "log",
4126 "lsp",
4127 "semantic_version",
4128 "serde",
4129 "serde_json",
4130 "toml 0.8.19",
4131 "wasm-encoder 0.215.0",
4132 "wasmparser 0.215.0",
4133 "wit-component",
4134]
4135
4136[[package]]
4137name = "extension_cli"
4138version = "0.1.0"
4139dependencies = [
4140 "anyhow",
4141 "clap",
4142 "env_logger 0.11.5",
4143 "extension",
4144 "fs",
4145 "language",
4146 "log",
4147 "reqwest_client",
4148 "rpc",
4149 "serde",
4150 "serde_json",
4151 "theme",
4152 "tokio",
4153 "toml 0.8.19",
4154 "tree-sitter",
4155 "wasmtime",
4156]
4157
4158[[package]]
4159name = "extension_host"
4160version = "0.1.0"
4161dependencies = [
4162 "anyhow",
4163 "async-compression",
4164 "async-tar",
4165 "async-trait",
4166 "client",
4167 "collections",
4168 "context_servers",
4169 "ctor",
4170 "env_logger 0.11.5",
4171 "extension",
4172 "fs",
4173 "futures 0.3.30",
4174 "gpui",
4175 "http_client",
4176 "language",
4177 "log",
4178 "lsp",
4179 "node_runtime",
4180 "parking_lot",
4181 "paths",
4182 "project",
4183 "release_channel",
4184 "reqwest_client",
4185 "schemars",
4186 "semantic_version",
4187 "serde",
4188 "serde_json",
4189 "serde_json_lenient",
4190 "settings",
4191 "task",
4192 "theme",
4193 "toml 0.8.19",
4194 "url",
4195 "util",
4196 "wasmparser 0.215.0",
4197 "wasmtime",
4198 "wasmtime-wasi",
4199]
4200
4201[[package]]
4202name = "extensions_ui"
4203version = "0.1.0"
4204dependencies = [
4205 "anyhow",
4206 "assistant_slash_command",
4207 "client",
4208 "collections",
4209 "context_servers",
4210 "db",
4211 "editor",
4212 "extension",
4213 "extension_host",
4214 "fs",
4215 "fuzzy",
4216 "gpui",
4217 "indexed_docs",
4218 "language",
4219 "log",
4220 "lsp",
4221 "num-format",
4222 "picker",
4223 "project",
4224 "release_channel",
4225 "semantic_version",
4226 "serde",
4227 "settings",
4228 "smallvec",
4229 "snippet_provider",
4230 "theme",
4231 "theme_selector",
4232 "ui",
4233 "util",
4234 "vim",
4235 "wasmtime-wasi",
4236 "workspace",
4237]
4238
4239[[package]]
4240name = "fallible-iterator"
4241version = "0.3.0"
4242source = "registry+https://github.com/rust-lang/crates.io-index"
4243checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4244
4245[[package]]
4246name = "fancy-regex"
4247version = "0.12.0"
4248source = "registry+https://github.com/rust-lang/crates.io-index"
4249checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
4250dependencies = [
4251 "bit-set 0.5.3",
4252 "regex",
4253]
4254
4255[[package]]
4256name = "fancy-regex"
4257version = "0.14.0"
4258source = "registry+https://github.com/rust-lang/crates.io-index"
4259checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4260dependencies = [
4261 "bit-set 0.8.0",
4262 "regex-automata 0.4.7",
4263 "regex-syntax 0.8.4",
4264]
4265
4266[[package]]
4267name = "fast-srgb8"
4268version = "1.0.0"
4269source = "registry+https://github.com/rust-lang/crates.io-index"
4270checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4271
4272[[package]]
4273name = "fastrand"
4274version = "1.9.0"
4275source = "registry+https://github.com/rust-lang/crates.io-index"
4276checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4277dependencies = [
4278 "instant",
4279]
4280
4281[[package]]
4282name = "fastrand"
4283version = "2.1.1"
4284source = "registry+https://github.com/rust-lang/crates.io-index"
4285checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
4286
4287[[package]]
4288name = "fd-lock"
4289version = "4.0.2"
4290source = "registry+https://github.com/rust-lang/crates.io-index"
4291checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4292dependencies = [
4293 "cfg-if",
4294 "rustix 0.38.35",
4295 "windows-sys 0.52.0",
4296]
4297
4298[[package]]
4299name = "fdeflate"
4300version = "0.3.4"
4301source = "registry+https://github.com/rust-lang/crates.io-index"
4302checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
4303dependencies = [
4304 "simd-adler32",
4305]
4306
4307[[package]]
4308name = "feature_flags"
4309version = "0.1.0"
4310dependencies = [
4311 "futures 0.3.30",
4312 "gpui",
4313]
4314
4315[[package]]
4316name = "feedback"
4317version = "0.1.0"
4318dependencies = [
4319 "anyhow",
4320 "bitflags 2.6.0",
4321 "client",
4322 "db",
4323 "editor",
4324 "futures 0.3.30",
4325 "gpui",
4326 "http_client",
4327 "human_bytes",
4328 "language",
4329 "log",
4330 "menu",
4331 "project",
4332 "regex",
4333 "release_channel",
4334 "serde",
4335 "serde_derive",
4336 "serde_json",
4337 "smol",
4338 "sysinfo",
4339 "ui",
4340 "urlencoding",
4341 "util",
4342 "workspace",
4343]
4344
4345[[package]]
4346name = "ff"
4347version = "0.12.1"
4348source = "registry+https://github.com/rust-lang/crates.io-index"
4349checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4350dependencies = [
4351 "rand_core 0.6.4",
4352 "subtle",
4353]
4354
4355[[package]]
4356name = "file_finder"
4357version = "0.1.0"
4358dependencies = [
4359 "anyhow",
4360 "collections",
4361 "ctor",
4362 "editor",
4363 "env_logger 0.11.5",
4364 "file_icons",
4365 "futures 0.3.30",
4366 "fuzzy",
4367 "gpui",
4368 "language",
4369 "menu",
4370 "picker",
4371 "project",
4372 "schemars",
4373 "serde",
4374 "serde_derive",
4375 "serde_json",
4376 "settings",
4377 "text",
4378 "theme",
4379 "ui",
4380 "util",
4381 "workspace",
4382]
4383
4384[[package]]
4385name = "file_icons"
4386version = "0.1.0"
4387dependencies = [
4388 "collections",
4389 "gpui",
4390 "serde",
4391 "serde_derive",
4392 "serde_json",
4393 "util",
4394]
4395
4396[[package]]
4397name = "filedescriptor"
4398version = "0.8.2"
4399source = "registry+https://github.com/rust-lang/crates.io-index"
4400checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4401dependencies = [
4402 "libc",
4403 "thiserror",
4404 "winapi",
4405]
4406
4407[[package]]
4408name = "filetime"
4409version = "0.2.25"
4410source = "registry+https://github.com/rust-lang/crates.io-index"
4411checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4412dependencies = [
4413 "cfg-if",
4414 "libc",
4415 "libredox",
4416 "windows-sys 0.59.0",
4417]
4418
4419[[package]]
4420name = "fixedbitset"
4421version = "0.4.2"
4422source = "registry+https://github.com/rust-lang/crates.io-index"
4423checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4424
4425[[package]]
4426name = "flate2"
4427version = "1.0.33"
4428source = "registry+https://github.com/rust-lang/crates.io-index"
4429checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
4430dependencies = [
4431 "crc32fast",
4432 "miniz_oxide 0.8.0",
4433]
4434
4435[[package]]
4436name = "float-cmp"
4437version = "0.9.0"
4438source = "registry+https://github.com/rust-lang/crates.io-index"
4439checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4440
4441[[package]]
4442name = "float-ord"
4443version = "0.3.2"
4444source = "registry+https://github.com/rust-lang/crates.io-index"
4445checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4446
4447[[package]]
4448name = "flume"
4449version = "0.11.1"
4450source = "registry+https://github.com/rust-lang/crates.io-index"
4451checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4452dependencies = [
4453 "futures-core",
4454 "futures-sink",
4455 "nanorand",
4456 "spin",
4457]
4458
4459[[package]]
4460name = "fnv"
4461version = "1.0.7"
4462source = "registry+https://github.com/rust-lang/crates.io-index"
4463checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4464
4465[[package]]
4466name = "font-kit"
4467version = "0.14.1"
4468source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4469dependencies = [
4470 "bitflags 2.6.0",
4471 "byteorder",
4472 "core-foundation 0.9.4",
4473 "core-graphics 0.23.2",
4474 "core-text",
4475 "dirs 5.0.1",
4476 "dwrote",
4477 "float-ord",
4478 "freetype-sys",
4479 "lazy_static",
4480 "libc",
4481 "log",
4482 "pathfinder_geometry",
4483 "pathfinder_simd",
4484 "walkdir",
4485 "winapi",
4486 "yeslogic-fontconfig-sys",
4487]
4488
4489[[package]]
4490name = "font-types"
4491version = "0.6.0"
4492source = "registry+https://github.com/rust-lang/crates.io-index"
4493checksum = "8f0189ccb084f77c5523e08288d418cbaa09c451a08515678a0aa265df9a8b60"
4494dependencies = [
4495 "bytemuck",
4496]
4497
4498[[package]]
4499name = "fontconfig-parser"
4500version = "0.5.7"
4501source = "registry+https://github.com/rust-lang/crates.io-index"
4502checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4503dependencies = [
4504 "roxmltree",
4505]
4506
4507[[package]]
4508name = "fontdb"
4509version = "0.18.0"
4510source = "registry+https://github.com/rust-lang/crates.io-index"
4511checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4512dependencies = [
4513 "fontconfig-parser",
4514 "log",
4515 "memmap2",
4516 "slotmap",
4517 "tinyvec",
4518 "ttf-parser",
4519]
4520
4521[[package]]
4522name = "foreign-types"
4523version = "0.3.2"
4524source = "registry+https://github.com/rust-lang/crates.io-index"
4525checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4526dependencies = [
4527 "foreign-types-shared 0.1.1",
4528]
4529
4530[[package]]
4531name = "foreign-types"
4532version = "0.5.0"
4533source = "registry+https://github.com/rust-lang/crates.io-index"
4534checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4535dependencies = [
4536 "foreign-types-macros",
4537 "foreign-types-shared 0.3.1",
4538]
4539
4540[[package]]
4541name = "foreign-types-macros"
4542version = "0.2.3"
4543source = "registry+https://github.com/rust-lang/crates.io-index"
4544checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4545dependencies = [
4546 "proc-macro2",
4547 "quote",
4548 "syn 2.0.87",
4549]
4550
4551[[package]]
4552name = "foreign-types-shared"
4553version = "0.1.1"
4554source = "registry+https://github.com/rust-lang/crates.io-index"
4555checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4556
4557[[package]]
4558name = "foreign-types-shared"
4559version = "0.3.1"
4560source = "registry+https://github.com/rust-lang/crates.io-index"
4561checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4562
4563[[package]]
4564name = "fork"
4565version = "0.2.0"
4566source = "registry+https://github.com/rust-lang/crates.io-index"
4567checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4568dependencies = [
4569 "libc",
4570]
4571
4572[[package]]
4573name = "form_urlencoded"
4574version = "1.2.1"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4577dependencies = [
4578 "percent-encoding",
4579]
4580
4581[[package]]
4582name = "freetype-sys"
4583version = "0.20.1"
4584source = "registry+https://github.com/rust-lang/crates.io-index"
4585checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4586dependencies = [
4587 "cc",
4588 "libc",
4589 "pkg-config",
4590]
4591
4592[[package]]
4593name = "fs"
4594version = "0.1.0"
4595dependencies = [
4596 "anyhow",
4597 "ashpd",
4598 "async-tar",
4599 "async-trait",
4600 "cocoa 0.26.0",
4601 "collections",
4602 "fsevent",
4603 "futures 0.3.30",
4604 "git",
4605 "git2",
4606 "gpui",
4607 "libc",
4608 "notify",
4609 "objc",
4610 "parking_lot",
4611 "paths",
4612 "rope",
4613 "serde",
4614 "serde_json",
4615 "smol",
4616 "tempfile",
4617 "text",
4618 "time",
4619 "util",
4620 "windows 0.58.0",
4621]
4622
4623[[package]]
4624name = "fs-set-times"
4625version = "0.20.1"
4626source = "registry+https://github.com/rust-lang/crates.io-index"
4627checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
4628dependencies = [
4629 "io-lifetimes 2.0.3",
4630 "rustix 0.38.35",
4631 "windows-sys 0.52.0",
4632]
4633
4634[[package]]
4635name = "fsevent"
4636version = "0.1.0"
4637dependencies = [
4638 "bitflags 2.6.0",
4639 "core-foundation 0.9.4",
4640 "fsevent-sys 3.1.0",
4641 "parking_lot",
4642 "tempfile",
4643]
4644
4645[[package]]
4646name = "fsevent-sys"
4647version = "3.1.0"
4648source = "registry+https://github.com/rust-lang/crates.io-index"
4649checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4650dependencies = [
4651 "libc",
4652]
4653
4654[[package]]
4655name = "fsevent-sys"
4656version = "4.1.0"
4657source = "registry+https://github.com/rust-lang/crates.io-index"
4658checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4659dependencies = [
4660 "libc",
4661]
4662
4663[[package]]
4664name = "funty"
4665version = "2.0.0"
4666source = "registry+https://github.com/rust-lang/crates.io-index"
4667checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4668
4669[[package]]
4670name = "futf"
4671version = "0.1.5"
4672source = "registry+https://github.com/rust-lang/crates.io-index"
4673checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4674dependencies = [
4675 "mac",
4676 "new_debug_unreachable",
4677]
4678
4679[[package]]
4680name = "futures"
4681version = "0.1.31"
4682source = "registry+https://github.com/rust-lang/crates.io-index"
4683checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4684
4685[[package]]
4686name = "futures"
4687version = "0.3.30"
4688source = "registry+https://github.com/rust-lang/crates.io-index"
4689checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
4690dependencies = [
4691 "futures-channel",
4692 "futures-core",
4693 "futures-executor",
4694 "futures-io",
4695 "futures-sink",
4696 "futures-task",
4697 "futures-util",
4698]
4699
4700[[package]]
4701name = "futures-batch"
4702version = "0.6.1"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4705dependencies = [
4706 "futures 0.3.30",
4707 "futures-timer",
4708 "pin-utils",
4709]
4710
4711[[package]]
4712name = "futures-channel"
4713version = "0.3.30"
4714source = "registry+https://github.com/rust-lang/crates.io-index"
4715checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
4716dependencies = [
4717 "futures-core",
4718 "futures-sink",
4719]
4720
4721[[package]]
4722name = "futures-core"
4723version = "0.3.30"
4724source = "registry+https://github.com/rust-lang/crates.io-index"
4725checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
4726
4727[[package]]
4728name = "futures-executor"
4729version = "0.3.30"
4730source = "registry+https://github.com/rust-lang/crates.io-index"
4731checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
4732dependencies = [
4733 "futures-core",
4734 "futures-task",
4735 "futures-util",
4736]
4737
4738[[package]]
4739name = "futures-intrusive"
4740version = "0.5.0"
4741source = "registry+https://github.com/rust-lang/crates.io-index"
4742checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4743dependencies = [
4744 "futures-core",
4745 "lock_api",
4746 "parking_lot",
4747]
4748
4749[[package]]
4750name = "futures-io"
4751version = "0.3.30"
4752source = "registry+https://github.com/rust-lang/crates.io-index"
4753checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
4754
4755[[package]]
4756name = "futures-lite"
4757version = "1.13.0"
4758source = "registry+https://github.com/rust-lang/crates.io-index"
4759checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4760dependencies = [
4761 "fastrand 1.9.0",
4762 "futures-core",
4763 "futures-io",
4764 "memchr",
4765 "parking",
4766 "pin-project-lite",
4767 "waker-fn",
4768]
4769
4770[[package]]
4771name = "futures-lite"
4772version = "2.3.0"
4773source = "registry+https://github.com/rust-lang/crates.io-index"
4774checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
4775dependencies = [
4776 "fastrand 2.1.1",
4777 "futures-core",
4778 "futures-io",
4779 "parking",
4780 "pin-project-lite",
4781]
4782
4783[[package]]
4784name = "futures-macro"
4785version = "0.3.30"
4786source = "registry+https://github.com/rust-lang/crates.io-index"
4787checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
4788dependencies = [
4789 "proc-macro2",
4790 "quote",
4791 "syn 2.0.87",
4792]
4793
4794[[package]]
4795name = "futures-sink"
4796version = "0.3.30"
4797source = "registry+https://github.com/rust-lang/crates.io-index"
4798checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
4799
4800[[package]]
4801name = "futures-task"
4802version = "0.3.30"
4803source = "registry+https://github.com/rust-lang/crates.io-index"
4804checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
4805
4806[[package]]
4807name = "futures-timer"
4808version = "3.0.3"
4809source = "registry+https://github.com/rust-lang/crates.io-index"
4810checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4811
4812[[package]]
4813name = "futures-util"
4814version = "0.3.30"
4815source = "registry+https://github.com/rust-lang/crates.io-index"
4816checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
4817dependencies = [
4818 "futures 0.1.31",
4819 "futures-channel",
4820 "futures-core",
4821 "futures-io",
4822 "futures-macro",
4823 "futures-sink",
4824 "futures-task",
4825 "memchr",
4826 "pin-project-lite",
4827 "pin-utils",
4828 "slab",
4829 "tokio-io",
4830]
4831
4832[[package]]
4833name = "fuzzy"
4834version = "0.1.0"
4835dependencies = [
4836 "gpui",
4837 "util",
4838]
4839
4840[[package]]
4841name = "fuzzy-matcher"
4842version = "0.3.7"
4843source = "registry+https://github.com/rust-lang/crates.io-index"
4844checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4845dependencies = [
4846 "thread_local",
4847]
4848
4849[[package]]
4850name = "generic-array"
4851version = "0.14.7"
4852source = "registry+https://github.com/rust-lang/crates.io-index"
4853checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4854dependencies = [
4855 "typenum",
4856 "version_check",
4857]
4858
4859[[package]]
4860name = "gethostname"
4861version = "0.4.3"
4862source = "registry+https://github.com/rust-lang/crates.io-index"
4863checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4864dependencies = [
4865 "libc",
4866 "windows-targets 0.48.5",
4867]
4868
4869[[package]]
4870name = "getrandom"
4871version = "0.1.16"
4872source = "registry+https://github.com/rust-lang/crates.io-index"
4873checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
4874dependencies = [
4875 "cfg-if",
4876 "libc",
4877 "wasi 0.9.0+wasi-snapshot-preview1",
4878]
4879
4880[[package]]
4881name = "getrandom"
4882version = "0.2.15"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
4885dependencies = [
4886 "cfg-if",
4887 "js-sys",
4888 "libc",
4889 "wasi 0.11.0+wasi-snapshot-preview1",
4890 "wasm-bindgen",
4891]
4892
4893[[package]]
4894name = "gif"
4895version = "0.13.1"
4896source = "registry+https://github.com/rust-lang/crates.io-index"
4897checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
4898dependencies = [
4899 "color_quant",
4900 "weezl",
4901]
4902
4903[[package]]
4904name = "gimli"
4905version = "0.29.0"
4906source = "registry+https://github.com/rust-lang/crates.io-index"
4907checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
4908dependencies = [
4909 "fallible-iterator",
4910 "indexmap 2.4.0",
4911 "stable_deref_trait",
4912]
4913
4914[[package]]
4915name = "gimli"
4916version = "0.31.0"
4917source = "registry+https://github.com/rust-lang/crates.io-index"
4918checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
4919
4920[[package]]
4921name = "git"
4922version = "0.1.0"
4923dependencies = [
4924 "anyhow",
4925 "async-trait",
4926 "clock",
4927 "collections",
4928 "derive_more",
4929 "git2",
4930 "gpui",
4931 "http_client",
4932 "log",
4933 "parking_lot",
4934 "pretty_assertions",
4935 "rope",
4936 "serde",
4937 "serde_json",
4938 "smol",
4939 "sum_tree",
4940 "text",
4941 "time",
4942 "unindent",
4943 "url",
4944 "util",
4945 "windows 0.58.0",
4946]
4947
4948[[package]]
4949name = "git2"
4950version = "0.19.0"
4951source = "registry+https://github.com/rust-lang/crates.io-index"
4952checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
4953dependencies = [
4954 "bitflags 2.6.0",
4955 "libc",
4956 "libgit2-sys",
4957 "log",
4958 "url",
4959]
4960
4961[[package]]
4962name = "git_hosting_providers"
4963version = "0.1.0"
4964dependencies = [
4965 "anyhow",
4966 "async-trait",
4967 "futures 0.3.30",
4968 "git",
4969 "gpui",
4970 "http_client",
4971 "indoc",
4972 "pretty_assertions",
4973 "regex",
4974 "serde",
4975 "serde_json",
4976 "url",
4977 "util",
4978]
4979
4980[[package]]
4981name = "glob"
4982version = "0.3.1"
4983source = "registry+https://github.com/rust-lang/crates.io-index"
4984checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
4985
4986[[package]]
4987name = "globset"
4988version = "0.4.15"
4989source = "registry+https://github.com/rust-lang/crates.io-index"
4990checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
4991dependencies = [
4992 "aho-corasick",
4993 "bstr",
4994 "log",
4995 "regex-automata 0.4.7",
4996 "regex-syntax 0.8.4",
4997]
4998
4999[[package]]
5000name = "gloo-timers"
5001version = "0.2.6"
5002source = "registry+https://github.com/rust-lang/crates.io-index"
5003checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
5004dependencies = [
5005 "futures-channel",
5006 "futures-core",
5007 "js-sys",
5008 "wasm-bindgen",
5009]
5010
5011[[package]]
5012name = "glow"
5013version = "0.14.0"
5014source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "f865cbd94bd355b89611211e49508da98a1fce0ad755c1e8448fb96711b24528"
5016dependencies = [
5017 "js-sys",
5018 "slotmap",
5019 "wasm-bindgen",
5020 "web-sys",
5021]
5022
5023[[package]]
5024name = "go_to_line"
5025version = "0.1.0"
5026dependencies = [
5027 "anyhow",
5028 "editor",
5029 "gpui",
5030 "indoc",
5031 "language",
5032 "menu",
5033 "project",
5034 "rope",
5035 "schemars",
5036 "serde",
5037 "serde_json",
5038 "settings",
5039 "text",
5040 "theme",
5041 "tree-sitter-rust",
5042 "tree-sitter-typescript",
5043 "ui",
5044 "util",
5045 "workspace",
5046]
5047
5048[[package]]
5049name = "google_ai"
5050version = "0.1.0"
5051dependencies = [
5052 "anyhow",
5053 "futures 0.3.30",
5054 "http_client",
5055 "schemars",
5056 "serde",
5057 "serde_json",
5058 "strum 0.25.0",
5059]
5060
5061[[package]]
5062name = "gpu-alloc"
5063version = "0.6.0"
5064source = "registry+https://github.com/rust-lang/crates.io-index"
5065checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5066dependencies = [
5067 "bitflags 2.6.0",
5068 "gpu-alloc-types",
5069]
5070
5071[[package]]
5072name = "gpu-alloc-ash"
5073version = "0.7.0"
5074source = "registry+https://github.com/rust-lang/crates.io-index"
5075checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5076dependencies = [
5077 "ash",
5078 "gpu-alloc-types",
5079 "tinyvec",
5080]
5081
5082[[package]]
5083name = "gpu-alloc-types"
5084version = "0.3.0"
5085source = "registry+https://github.com/rust-lang/crates.io-index"
5086checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5087dependencies = [
5088 "bitflags 2.6.0",
5089]
5090
5091[[package]]
5092name = "gpui"
5093version = "0.1.0"
5094dependencies = [
5095 "anyhow",
5096 "as-raw-xcb-connection",
5097 "ashpd",
5098 "async-task",
5099 "backtrace",
5100 "bindgen 0.70.1",
5101 "blade-graphics",
5102 "blade-macros",
5103 "blade-util",
5104 "block",
5105 "bytemuck",
5106 "calloop",
5107 "calloop-wayland-source",
5108 "cbindgen",
5109 "cocoa 0.26.0",
5110 "collections",
5111 "core-foundation 0.9.4",
5112 "core-foundation-sys",
5113 "core-graphics 0.23.2",
5114 "core-text",
5115 "cosmic-text",
5116 "ctor",
5117 "derive_more",
5118 "embed-resource",
5119 "env_logger 0.11.5",
5120 "etagere",
5121 "filedescriptor",
5122 "flume",
5123 "font-kit",
5124 "foreign-types 0.5.0",
5125 "futures 0.3.30",
5126 "gpui_macros",
5127 "http_client",
5128 "image",
5129 "itertools 0.13.0",
5130 "linkme",
5131 "log",
5132 "media",
5133 "metal",
5134 "num_cpus",
5135 "objc",
5136 "oo7",
5137 "open",
5138 "parking",
5139 "parking_lot",
5140 "pathfinder_geometry",
5141 "postage",
5142 "profiling",
5143 "rand 0.8.5",
5144 "raw-window-handle",
5145 "refineable",
5146 "resvg",
5147 "schemars",
5148 "seahash",
5149 "semantic_version",
5150 "serde",
5151 "serde_derive",
5152 "serde_json",
5153 "slotmap",
5154 "smallvec",
5155 "smol",
5156 "strum 0.25.0",
5157 "sum_tree",
5158 "taffy",
5159 "thiserror",
5160 "unicode-segmentation",
5161 "usvg",
5162 "util",
5163 "uuid",
5164 "waker-fn",
5165 "wayland-backend",
5166 "wayland-client",
5167 "wayland-cursor",
5168 "wayland-protocols",
5169 "wayland-protocols-plasma",
5170 "windows 0.58.0",
5171 "windows-core 0.58.0",
5172 "x11-clipboard",
5173 "x11rb",
5174 "xim",
5175 "xkbcommon",
5176]
5177
5178[[package]]
5179name = "gpui_macros"
5180version = "0.1.0"
5181dependencies = [
5182 "proc-macro2",
5183 "quote",
5184 "syn 1.0.109",
5185]
5186
5187[[package]]
5188name = "grid"
5189version = "0.13.0"
5190source = "registry+https://github.com/rust-lang/crates.io-index"
5191checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5192
5193[[package]]
5194name = "group"
5195version = "0.12.1"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5198dependencies = [
5199 "ff",
5200 "rand_core 0.6.4",
5201 "subtle",
5202]
5203
5204[[package]]
5205name = "h2"
5206version = "0.3.26"
5207source = "registry+https://github.com/rust-lang/crates.io-index"
5208checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5209dependencies = [
5210 "bytes 1.7.2",
5211 "fnv",
5212 "futures-core",
5213 "futures-sink",
5214 "futures-util",
5215 "http 0.2.12",
5216 "indexmap 2.4.0",
5217 "slab",
5218 "tokio",
5219 "tokio-util",
5220 "tracing",
5221]
5222
5223[[package]]
5224name = "h2"
5225version = "0.4.6"
5226source = "registry+https://github.com/rust-lang/crates.io-index"
5227checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
5228dependencies = [
5229 "atomic-waker",
5230 "bytes 1.7.2",
5231 "fnv",
5232 "futures-core",
5233 "futures-sink",
5234 "http 1.1.0",
5235 "indexmap 2.4.0",
5236 "slab",
5237 "tokio",
5238 "tokio-util",
5239 "tracing",
5240]
5241
5242[[package]]
5243name = "half"
5244version = "2.4.1"
5245source = "registry+https://github.com/rust-lang/crates.io-index"
5246checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5247dependencies = [
5248 "cfg-if",
5249 "crunchy",
5250]
5251
5252[[package]]
5253name = "handlebars"
5254version = "4.5.0"
5255source = "registry+https://github.com/rust-lang/crates.io-index"
5256checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5257dependencies = [
5258 "log",
5259 "pest",
5260 "pest_derive",
5261 "serde",
5262 "serde_json",
5263 "thiserror",
5264]
5265
5266[[package]]
5267name = "handlebars"
5268version = "6.2.0"
5269source = "registry+https://github.com/rust-lang/crates.io-index"
5270checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5271dependencies = [
5272 "log",
5273 "num-order",
5274 "pest",
5275 "pest_derive",
5276 "serde",
5277 "serde_json",
5278 "thiserror",
5279]
5280
5281[[package]]
5282name = "hashbrown"
5283version = "0.12.3"
5284source = "registry+https://github.com/rust-lang/crates.io-index"
5285checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5286dependencies = [
5287 "ahash 0.7.8",
5288]
5289
5290[[package]]
5291name = "hashbrown"
5292version = "0.13.2"
5293source = "registry+https://github.com/rust-lang/crates.io-index"
5294checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5295dependencies = [
5296 "ahash 0.8.11",
5297]
5298
5299[[package]]
5300name = "hashbrown"
5301version = "0.14.5"
5302source = "registry+https://github.com/rust-lang/crates.io-index"
5303checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5304dependencies = [
5305 "ahash 0.8.11",
5306 "allocator-api2",
5307 "serde",
5308]
5309
5310[[package]]
5311name = "hashlink"
5312version = "0.8.4"
5313source = "registry+https://github.com/rust-lang/crates.io-index"
5314checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5315dependencies = [
5316 "hashbrown 0.14.5",
5317]
5318
5319[[package]]
5320name = "hashlink"
5321version = "0.9.1"
5322source = "registry+https://github.com/rust-lang/crates.io-index"
5323checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5324dependencies = [
5325 "hashbrown 0.14.5",
5326]
5327
5328[[package]]
5329name = "headers"
5330version = "0.3.9"
5331source = "registry+https://github.com/rust-lang/crates.io-index"
5332checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5333dependencies = [
5334 "base64 0.21.7",
5335 "bytes 1.7.2",
5336 "headers-core",
5337 "http 0.2.12",
5338 "httpdate",
5339 "mime",
5340 "sha1",
5341]
5342
5343[[package]]
5344name = "headers-core"
5345version = "0.2.0"
5346source = "registry+https://github.com/rust-lang/crates.io-index"
5347checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5348dependencies = [
5349 "http 0.2.12",
5350]
5351
5352[[package]]
5353name = "heck"
5354version = "0.3.3"
5355source = "registry+https://github.com/rust-lang/crates.io-index"
5356checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5357dependencies = [
5358 "unicode-segmentation",
5359]
5360
5361[[package]]
5362name = "heck"
5363version = "0.4.1"
5364source = "registry+https://github.com/rust-lang/crates.io-index"
5365checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5366dependencies = [
5367 "unicode-segmentation",
5368]
5369
5370[[package]]
5371name = "heck"
5372version = "0.5.0"
5373source = "registry+https://github.com/rust-lang/crates.io-index"
5374checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5375
5376[[package]]
5377name = "heed"
5378version = "0.20.5"
5379source = "registry+https://github.com/rust-lang/crates.io-index"
5380checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb"
5381dependencies = [
5382 "bitflags 2.6.0",
5383 "byteorder",
5384 "heed-traits",
5385 "heed-types",
5386 "libc",
5387 "lmdb-master-sys",
5388 "once_cell",
5389 "page_size",
5390 "serde",
5391 "synchronoise",
5392 "url",
5393]
5394
5395[[package]]
5396name = "heed-traits"
5397version = "0.20.0"
5398source = "registry+https://github.com/rust-lang/crates.io-index"
5399checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5400
5401[[package]]
5402name = "heed-types"
5403version = "0.20.1"
5404source = "registry+https://github.com/rust-lang/crates.io-index"
5405checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
5406dependencies = [
5407 "bincode",
5408 "byteorder",
5409 "heed-traits",
5410 "serde",
5411 "serde_json",
5412]
5413
5414[[package]]
5415name = "hermit-abi"
5416version = "0.3.9"
5417source = "registry+https://github.com/rust-lang/crates.io-index"
5418checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5419
5420[[package]]
5421name = "hermit-abi"
5422version = "0.4.0"
5423source = "registry+https://github.com/rust-lang/crates.io-index"
5424checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5425
5426[[package]]
5427name = "hex"
5428version = "0.4.3"
5429source = "registry+https://github.com/rust-lang/crates.io-index"
5430checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5431
5432[[package]]
5433name = "hexf-parse"
5434version = "0.2.1"
5435source = "registry+https://github.com/rust-lang/crates.io-index"
5436checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5437
5438[[package]]
5439name = "hidden-trait"
5440version = "0.1.2"
5441source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5443dependencies = [
5444 "proc-macro2",
5445 "quote",
5446 "syn 1.0.109",
5447]
5448
5449[[package]]
5450name = "hkdf"
5451version = "0.12.4"
5452source = "registry+https://github.com/rust-lang/crates.io-index"
5453checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5454dependencies = [
5455 "hmac",
5456]
5457
5458[[package]]
5459name = "hmac"
5460version = "0.12.1"
5461source = "registry+https://github.com/rust-lang/crates.io-index"
5462checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5463dependencies = [
5464 "digest",
5465]
5466
5467[[package]]
5468name = "home"
5469version = "0.5.9"
5470source = "registry+https://github.com/rust-lang/crates.io-index"
5471checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5472dependencies = [
5473 "windows-sys 0.52.0",
5474]
5475
5476[[package]]
5477name = "hound"
5478version = "3.5.1"
5479source = "registry+https://github.com/rust-lang/crates.io-index"
5480checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5481
5482[[package]]
5483name = "html5ever"
5484version = "0.27.0"
5485source = "registry+https://github.com/rust-lang/crates.io-index"
5486checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5487dependencies = [
5488 "log",
5489 "mac",
5490 "markup5ever",
5491 "proc-macro2",
5492 "quote",
5493 "syn 2.0.87",
5494]
5495
5496[[package]]
5497name = "html_to_markdown"
5498version = "0.1.0"
5499dependencies = [
5500 "anyhow",
5501 "html5ever",
5502 "indoc",
5503 "markup5ever_rcdom",
5504 "pretty_assertions",
5505 "regex",
5506]
5507
5508[[package]]
5509name = "http"
5510version = "0.2.12"
5511source = "registry+https://github.com/rust-lang/crates.io-index"
5512checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5513dependencies = [
5514 "bytes 1.7.2",
5515 "fnv",
5516 "itoa",
5517]
5518
5519[[package]]
5520name = "http"
5521version = "1.1.0"
5522source = "registry+https://github.com/rust-lang/crates.io-index"
5523checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
5524dependencies = [
5525 "bytes 1.7.2",
5526 "fnv",
5527 "itoa",
5528]
5529
5530[[package]]
5531name = "http-body"
5532version = "0.4.6"
5533source = "registry+https://github.com/rust-lang/crates.io-index"
5534checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5535dependencies = [
5536 "bytes 1.7.2",
5537 "http 0.2.12",
5538 "pin-project-lite",
5539]
5540
5541[[package]]
5542name = "http-body"
5543version = "1.0.1"
5544source = "registry+https://github.com/rust-lang/crates.io-index"
5545checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5546dependencies = [
5547 "bytes 1.7.2",
5548 "http 1.1.0",
5549]
5550
5551[[package]]
5552name = "http-body-util"
5553version = "0.1.2"
5554source = "registry+https://github.com/rust-lang/crates.io-index"
5555checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5556dependencies = [
5557 "bytes 1.7.2",
5558 "futures-util",
5559 "http 1.1.0",
5560 "http-body 1.0.1",
5561 "pin-project-lite",
5562]
5563
5564[[package]]
5565name = "http-range-header"
5566version = "0.3.1"
5567source = "registry+https://github.com/rust-lang/crates.io-index"
5568checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5569
5570[[package]]
5571name = "http-types"
5572version = "2.12.0"
5573source = "registry+https://github.com/rust-lang/crates.io-index"
5574checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5575dependencies = [
5576 "anyhow",
5577 "async-channel 1.9.0",
5578 "base64 0.13.1",
5579 "futures-lite 1.13.0",
5580 "http 0.2.12",
5581 "infer",
5582 "pin-project-lite",
5583 "rand 0.7.3",
5584 "serde",
5585 "serde_json",
5586 "serde_qs 0.8.5",
5587 "serde_urlencoded",
5588 "url",
5589]
5590
5591[[package]]
5592name = "http_client"
5593version = "0.1.0"
5594dependencies = [
5595 "anyhow",
5596 "bytes 1.7.2",
5597 "derive_more",
5598 "futures 0.3.30",
5599 "http 1.1.0",
5600 "log",
5601 "serde",
5602 "serde_json",
5603 "url",
5604]
5605
5606[[package]]
5607name = "httparse"
5608version = "1.9.4"
5609source = "registry+https://github.com/rust-lang/crates.io-index"
5610checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
5611
5612[[package]]
5613name = "httpdate"
5614version = "1.0.3"
5615source = "registry+https://github.com/rust-lang/crates.io-index"
5616checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5617
5618[[package]]
5619name = "human_bytes"
5620version = "0.4.3"
5621source = "registry+https://github.com/rust-lang/crates.io-index"
5622checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5623
5624[[package]]
5625name = "humantime"
5626version = "2.1.0"
5627source = "registry+https://github.com/rust-lang/crates.io-index"
5628checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5629
5630[[package]]
5631name = "hyper"
5632version = "0.14.31"
5633source = "registry+https://github.com/rust-lang/crates.io-index"
5634checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
5635dependencies = [
5636 "bytes 1.7.2",
5637 "futures-channel",
5638 "futures-core",
5639 "futures-util",
5640 "h2 0.3.26",
5641 "http 0.2.12",
5642 "http-body 0.4.6",
5643 "httparse",
5644 "httpdate",
5645 "itoa",
5646 "pin-project-lite",
5647 "socket2 0.4.10",
5648 "tokio",
5649 "tower-service",
5650 "tracing",
5651 "want",
5652]
5653
5654[[package]]
5655name = "hyper"
5656version = "1.4.1"
5657source = "registry+https://github.com/rust-lang/crates.io-index"
5658checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
5659dependencies = [
5660 "bytes 1.7.2",
5661 "futures-channel",
5662 "futures-util",
5663 "h2 0.4.6",
5664 "http 1.1.0",
5665 "http-body 1.0.1",
5666 "httparse",
5667 "itoa",
5668 "pin-project-lite",
5669 "smallvec",
5670 "tokio",
5671 "want",
5672]
5673
5674[[package]]
5675name = "hyper-rustls"
5676version = "0.24.2"
5677source = "registry+https://github.com/rust-lang/crates.io-index"
5678checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5679dependencies = [
5680 "futures-util",
5681 "http 0.2.12",
5682 "hyper 0.14.31",
5683 "log",
5684 "rustls 0.21.12",
5685 "rustls-native-certs 0.6.3",
5686 "tokio",
5687 "tokio-rustls 0.24.1",
5688]
5689
5690[[package]]
5691name = "hyper-rustls"
5692version = "0.27.3"
5693source = "registry+https://github.com/rust-lang/crates.io-index"
5694checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5695dependencies = [
5696 "futures-util",
5697 "http 1.1.0",
5698 "hyper 1.4.1",
5699 "hyper-util",
5700 "rustls 0.23.13",
5701 "rustls-native-certs 0.8.0",
5702 "rustls-pki-types",
5703 "tokio",
5704 "tokio-rustls 0.26.0",
5705 "tower-service",
5706]
5707
5708[[package]]
5709name = "hyper-tls"
5710version = "0.5.0"
5711source = "registry+https://github.com/rust-lang/crates.io-index"
5712checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5713dependencies = [
5714 "bytes 1.7.2",
5715 "hyper 0.14.31",
5716 "native-tls",
5717 "tokio",
5718 "tokio-native-tls",
5719]
5720
5721[[package]]
5722name = "hyper-util"
5723version = "0.1.9"
5724source = "registry+https://github.com/rust-lang/crates.io-index"
5725checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
5726dependencies = [
5727 "bytes 1.7.2",
5728 "futures-channel",
5729 "futures-util",
5730 "http 1.1.0",
5731 "http-body 1.0.1",
5732 "hyper 1.4.1",
5733 "pin-project-lite",
5734 "socket2 0.5.7",
5735 "tokio",
5736 "tower-service",
5737 "tracing",
5738]
5739
5740[[package]]
5741name = "iana-time-zone"
5742version = "0.1.60"
5743source = "registry+https://github.com/rust-lang/crates.io-index"
5744checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
5745dependencies = [
5746 "android_system_properties",
5747 "core-foundation-sys",
5748 "iana-time-zone-haiku",
5749 "js-sys",
5750 "wasm-bindgen",
5751 "windows-core 0.52.0",
5752]
5753
5754[[package]]
5755name = "iana-time-zone-haiku"
5756version = "0.1.2"
5757source = "registry+https://github.com/rust-lang/crates.io-index"
5758checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5759dependencies = [
5760 "cc",
5761]
5762
5763[[package]]
5764name = "id-arena"
5765version = "2.2.1"
5766source = "registry+https://github.com/rust-lang/crates.io-index"
5767checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
5768
5769[[package]]
5770name = "idna"
5771version = "0.5.0"
5772source = "registry+https://github.com/rust-lang/crates.io-index"
5773checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
5774dependencies = [
5775 "unicode-bidi",
5776 "unicode-normalization",
5777]
5778
5779[[package]]
5780name = "ignore"
5781version = "0.4.23"
5782source = "registry+https://github.com/rust-lang/crates.io-index"
5783checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
5784dependencies = [
5785 "crossbeam-deque",
5786 "globset",
5787 "log",
5788 "memchr",
5789 "regex-automata 0.4.7",
5790 "same-file",
5791 "walkdir",
5792 "winapi-util",
5793]
5794
5795[[package]]
5796name = "image"
5797version = "0.25.2"
5798source = "registry+https://github.com/rust-lang/crates.io-index"
5799checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
5800dependencies = [
5801 "bytemuck",
5802 "byteorder-lite",
5803 "color_quant",
5804 "exr",
5805 "gif",
5806 "image-webp",
5807 "num-traits",
5808 "png",
5809 "qoi",
5810 "ravif",
5811 "rayon",
5812 "rgb",
5813 "tiff",
5814 "zune-core",
5815 "zune-jpeg",
5816]
5817
5818[[package]]
5819name = "image-webp"
5820version = "0.1.3"
5821source = "registry+https://github.com/rust-lang/crates.io-index"
5822checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
5823dependencies = [
5824 "byteorder-lite",
5825 "quick-error",
5826]
5827
5828[[package]]
5829name = "image_viewer"
5830version = "0.1.0"
5831dependencies = [
5832 "anyhow",
5833 "db",
5834 "file_icons",
5835 "gpui",
5836 "project",
5837 "settings",
5838 "theme",
5839 "ui",
5840 "util",
5841 "workspace",
5842]
5843
5844[[package]]
5845name = "imagesize"
5846version = "0.13.0"
5847source = "registry+https://github.com/rust-lang/crates.io-index"
5848checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
5849
5850[[package]]
5851name = "imgref"
5852version = "1.10.1"
5853source = "registry+https://github.com/rust-lang/crates.io-index"
5854checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
5855
5856[[package]]
5857name = "indexed_docs"
5858version = "0.1.0"
5859dependencies = [
5860 "anyhow",
5861 "async-trait",
5862 "cargo_metadata",
5863 "collections",
5864 "derive_more",
5865 "extension",
5866 "fs",
5867 "futures 0.3.30",
5868 "fuzzy",
5869 "gpui",
5870 "heed",
5871 "html_to_markdown",
5872 "http_client",
5873 "indexmap 1.9.3",
5874 "indoc",
5875 "parking_lot",
5876 "paths",
5877 "pretty_assertions",
5878 "serde",
5879 "strum 0.25.0",
5880 "util",
5881]
5882
5883[[package]]
5884name = "indexmap"
5885version = "1.9.3"
5886source = "registry+https://github.com/rust-lang/crates.io-index"
5887checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
5888dependencies = [
5889 "autocfg",
5890 "hashbrown 0.12.3",
5891 "serde",
5892]
5893
5894[[package]]
5895name = "indexmap"
5896version = "2.4.0"
5897source = "registry+https://github.com/rust-lang/crates.io-index"
5898checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
5899dependencies = [
5900 "equivalent",
5901 "hashbrown 0.14.5",
5902 "serde",
5903]
5904
5905[[package]]
5906name = "indoc"
5907version = "2.0.5"
5908source = "registry+https://github.com/rust-lang/crates.io-index"
5909checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
5910
5911[[package]]
5912name = "infer"
5913version = "0.2.3"
5914source = "registry+https://github.com/rust-lang/crates.io-index"
5915checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
5916
5917[[package]]
5918name = "inherent"
5919version = "1.0.11"
5920source = "registry+https://github.com/rust-lang/crates.io-index"
5921checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
5922dependencies = [
5923 "proc-macro2",
5924 "quote",
5925 "syn 2.0.87",
5926]
5927
5928[[package]]
5929name = "inline_completion_button"
5930version = "0.1.0"
5931dependencies = [
5932 "anyhow",
5933 "copilot",
5934 "editor",
5935 "fs",
5936 "futures 0.3.30",
5937 "gpui",
5938 "indoc",
5939 "language",
5940 "lsp",
5941 "paths",
5942 "project",
5943 "serde_json",
5944 "settings",
5945 "supermaven",
5946 "theme",
5947 "ui",
5948 "util",
5949 "workspace",
5950 "zed_actions",
5951]
5952
5953[[package]]
5954name = "inotify"
5955version = "0.9.6"
5956source = "registry+https://github.com/rust-lang/crates.io-index"
5957checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
5958dependencies = [
5959 "bitflags 1.3.2",
5960 "inotify-sys",
5961 "libc",
5962]
5963
5964[[package]]
5965name = "inotify-sys"
5966version = "0.1.5"
5967source = "registry+https://github.com/rust-lang/crates.io-index"
5968checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
5969dependencies = [
5970 "libc",
5971]
5972
5973[[package]]
5974name = "inout"
5975version = "0.1.3"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
5978dependencies = [
5979 "block-padding",
5980 "generic-array",
5981]
5982
5983[[package]]
5984name = "install_cli"
5985version = "0.1.0"
5986dependencies = [
5987 "anyhow",
5988 "gpui",
5989 "smol",
5990 "util",
5991]
5992
5993[[package]]
5994name = "instant"
5995version = "0.1.13"
5996source = "registry+https://github.com/rust-lang/crates.io-index"
5997checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
5998dependencies = [
5999 "cfg-if",
6000]
6001
6002[[package]]
6003name = "interpolate_name"
6004version = "0.2.4"
6005source = "registry+https://github.com/rust-lang/crates.io-index"
6006checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6007dependencies = [
6008 "proc-macro2",
6009 "quote",
6010 "syn 2.0.87",
6011]
6012
6013[[package]]
6014name = "io-extras"
6015version = "0.18.2"
6016source = "registry+https://github.com/rust-lang/crates.io-index"
6017checksum = "c9f046b9af244f13b3bd939f55d16830ac3a201e8a9ba9661bfcb03e2be72b9b"
6018dependencies = [
6019 "io-lifetimes 2.0.3",
6020 "windows-sys 0.52.0",
6021]
6022
6023[[package]]
6024name = "io-lifetimes"
6025version = "1.0.11"
6026source = "registry+https://github.com/rust-lang/crates.io-index"
6027checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
6028dependencies = [
6029 "hermit-abi 0.3.9",
6030 "libc",
6031 "windows-sys 0.48.0",
6032]
6033
6034[[package]]
6035name = "io-lifetimes"
6036version = "2.0.3"
6037source = "registry+https://github.com/rust-lang/crates.io-index"
6038checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
6039
6040[[package]]
6041name = "iovec"
6042version = "0.1.4"
6043source = "registry+https://github.com/rust-lang/crates.io-index"
6044checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6045dependencies = [
6046 "libc",
6047]
6048
6049[[package]]
6050name = "ipc-channel"
6051version = "0.18.3"
6052source = "registry+https://github.com/rust-lang/crates.io-index"
6053checksum = "c7f4c80f2df4fc64fb7fc2cff69fc034af26e6e6617ea9f1313131af464b9ca0"
6054dependencies = [
6055 "bincode",
6056 "crossbeam-channel",
6057 "fnv",
6058 "lazy_static",
6059 "libc",
6060 "mio 1.0.2",
6061 "rand 0.8.5",
6062 "serde",
6063 "tempfile",
6064 "uuid",
6065 "windows 0.58.0",
6066]
6067
6068[[package]]
6069name = "ipnet"
6070version = "2.9.0"
6071source = "registry+https://github.com/rust-lang/crates.io-index"
6072checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
6073
6074[[package]]
6075name = "is-docker"
6076version = "0.2.0"
6077source = "registry+https://github.com/rust-lang/crates.io-index"
6078checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6079dependencies = [
6080 "once_cell",
6081]
6082
6083[[package]]
6084name = "is-terminal"
6085version = "0.4.13"
6086source = "registry+https://github.com/rust-lang/crates.io-index"
6087checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6088dependencies = [
6089 "hermit-abi 0.4.0",
6090 "libc",
6091 "windows-sys 0.52.0",
6092]
6093
6094[[package]]
6095name = "is-wsl"
6096version = "0.4.0"
6097source = "registry+https://github.com/rust-lang/crates.io-index"
6098checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6099dependencies = [
6100 "is-docker",
6101 "once_cell",
6102]
6103
6104[[package]]
6105name = "is_terminal_polyfill"
6106version = "1.70.1"
6107source = "registry+https://github.com/rust-lang/crates.io-index"
6108checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6109
6110[[package]]
6111name = "itertools"
6112version = "0.10.5"
6113source = "registry+https://github.com/rust-lang/crates.io-index"
6114checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6115dependencies = [
6116 "either",
6117]
6118
6119[[package]]
6120name = "itertools"
6121version = "0.12.1"
6122source = "registry+https://github.com/rust-lang/crates.io-index"
6123checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6124dependencies = [
6125 "either",
6126]
6127
6128[[package]]
6129name = "itertools"
6130version = "0.13.0"
6131source = "registry+https://github.com/rust-lang/crates.io-index"
6132checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6133dependencies = [
6134 "either",
6135]
6136
6137[[package]]
6138name = "itoa"
6139version = "1.0.11"
6140source = "registry+https://github.com/rust-lang/crates.io-index"
6141checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
6142
6143[[package]]
6144name = "jni"
6145version = "0.21.1"
6146source = "registry+https://github.com/rust-lang/crates.io-index"
6147checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6148dependencies = [
6149 "cesu8",
6150 "cfg-if",
6151 "combine",
6152 "jni-sys",
6153 "log",
6154 "thiserror",
6155 "walkdir",
6156 "windows-sys 0.45.0",
6157]
6158
6159[[package]]
6160name = "jni-sys"
6161version = "0.3.0"
6162source = "registry+https://github.com/rust-lang/crates.io-index"
6163checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6164
6165[[package]]
6166name = "jobserver"
6167version = "0.1.32"
6168source = "registry+https://github.com/rust-lang/crates.io-index"
6169checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6170dependencies = [
6171 "libc",
6172]
6173
6174[[package]]
6175name = "journal"
6176version = "0.1.0"
6177dependencies = [
6178 "anyhow",
6179 "chrono",
6180 "editor",
6181 "gpui",
6182 "log",
6183 "schemars",
6184 "serde",
6185 "settings",
6186 "shellexpand 2.1.2",
6187 "workspace",
6188]
6189
6190[[package]]
6191name = "jpeg-decoder"
6192version = "0.3.1"
6193source = "registry+https://github.com/rust-lang/crates.io-index"
6194checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6195
6196[[package]]
6197name = "js-sys"
6198version = "0.3.70"
6199source = "registry+https://github.com/rust-lang/crates.io-index"
6200checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
6201dependencies = [
6202 "wasm-bindgen",
6203]
6204
6205[[package]]
6206name = "jsonwebtoken"
6207version = "9.3.0"
6208source = "registry+https://github.com/rust-lang/crates.io-index"
6209checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6210dependencies = [
6211 "base64 0.21.7",
6212 "js-sys",
6213 "pem",
6214 "ring",
6215 "serde",
6216 "serde_json",
6217 "simple_asn1",
6218]
6219
6220[[package]]
6221name = "jupyter-serde"
6222version = "0.4.0"
6223source = "registry+https://github.com/rust-lang/crates.io-index"
6224checksum = "dd71aa17c4fa65e6d7536ab2728881a41f8feb2ee5841c2240516c3c3d65d8b3"
6225dependencies = [
6226 "anyhow",
6227 "serde",
6228 "serde_json",
6229 "thiserror",
6230 "uuid",
6231]
6232
6233[[package]]
6234name = "khronos-egl"
6235version = "6.0.0"
6236source = "registry+https://github.com/rust-lang/crates.io-index"
6237checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6238dependencies = [
6239 "libc",
6240 "libloading",
6241]
6242
6243[[package]]
6244name = "kqueue"
6245version = "1.0.8"
6246source = "registry+https://github.com/rust-lang/crates.io-index"
6247checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6248dependencies = [
6249 "kqueue-sys",
6250 "libc",
6251]
6252
6253[[package]]
6254name = "kqueue-sys"
6255version = "1.0.4"
6256source = "registry+https://github.com/rust-lang/crates.io-index"
6257checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6258dependencies = [
6259 "bitflags 1.3.2",
6260 "libc",
6261]
6262
6263[[package]]
6264name = "kurbo"
6265version = "0.11.0"
6266source = "registry+https://github.com/rust-lang/crates.io-index"
6267checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
6268dependencies = [
6269 "arrayvec",
6270 "smallvec",
6271]
6272
6273[[package]]
6274name = "kv-log-macro"
6275version = "1.0.7"
6276source = "registry+https://github.com/rust-lang/crates.io-index"
6277checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6278dependencies = [
6279 "log",
6280]
6281
6282[[package]]
6283name = "language"
6284version = "0.1.0"
6285dependencies = [
6286 "anyhow",
6287 "async-trait",
6288 "async-watch",
6289 "clock",
6290 "collections",
6291 "ctor",
6292 "ec4rs",
6293 "env_logger 0.11.5",
6294 "futures 0.3.30",
6295 "fuzzy",
6296 "git",
6297 "globset",
6298 "gpui",
6299 "http_client",
6300 "indoc",
6301 "itertools 0.13.0",
6302 "log",
6303 "lsp",
6304 "parking_lot",
6305 "postage",
6306 "pretty_assertions",
6307 "pulldown-cmark 0.12.2",
6308 "rand 0.8.5",
6309 "regex",
6310 "rpc",
6311 "schemars",
6312 "serde",
6313 "serde_json",
6314 "settings",
6315 "similar",
6316 "smallvec",
6317 "smol",
6318 "strsim",
6319 "sum_tree",
6320 "task",
6321 "text",
6322 "theme",
6323 "tree-sitter",
6324 "tree-sitter-elixir",
6325 "tree-sitter-embedded-template",
6326 "tree-sitter-heex",
6327 "tree-sitter-html",
6328 "tree-sitter-json",
6329 "tree-sitter-md",
6330 "tree-sitter-ruby",
6331 "tree-sitter-rust",
6332 "tree-sitter-typescript",
6333 "unicase",
6334 "unindent",
6335 "util",
6336]
6337
6338[[package]]
6339name = "language_model"
6340version = "0.1.0"
6341dependencies = [
6342 "anthropic",
6343 "anyhow",
6344 "base64 0.22.1",
6345 "client",
6346 "collections",
6347 "copilot",
6348 "ctor",
6349 "editor",
6350 "env_logger 0.11.5",
6351 "feature_flags",
6352 "futures 0.3.30",
6353 "google_ai",
6354 "gpui",
6355 "http_client",
6356 "image",
6357 "inline_completion_button",
6358 "language",
6359 "log",
6360 "menu",
6361 "ollama",
6362 "open_ai",
6363 "parking_lot",
6364 "project",
6365 "proto",
6366 "rand 0.8.5",
6367 "schemars",
6368 "serde",
6369 "serde_json",
6370 "settings",
6371 "smol",
6372 "strum 0.25.0",
6373 "telemetry_events",
6374 "text",
6375 "theme",
6376 "thiserror",
6377 "tiktoken-rs",
6378 "ui",
6379 "unindent",
6380 "util",
6381]
6382
6383[[package]]
6384name = "language_selector"
6385version = "0.1.0"
6386dependencies = [
6387 "anyhow",
6388 "editor",
6389 "fuzzy",
6390 "gpui",
6391 "language",
6392 "picker",
6393 "project",
6394 "ui",
6395 "util",
6396 "workspace",
6397]
6398
6399[[package]]
6400name = "language_tools"
6401version = "0.1.0"
6402dependencies = [
6403 "anyhow",
6404 "client",
6405 "collections",
6406 "copilot",
6407 "editor",
6408 "env_logger 0.11.5",
6409 "futures 0.3.30",
6410 "gpui",
6411 "itertools 0.13.0",
6412 "language",
6413 "lsp",
6414 "project",
6415 "release_channel",
6416 "serde_json",
6417 "settings",
6418 "theme",
6419 "tree-sitter",
6420 "ui",
6421 "util",
6422 "workspace",
6423 "zed_actions",
6424]
6425
6426[[package]]
6427name = "languages"
6428version = "0.1.0"
6429dependencies = [
6430 "anyhow",
6431 "async-compression",
6432 "async-tar",
6433 "async-trait",
6434 "collections",
6435 "futures 0.3.30",
6436 "gpui",
6437 "http_client",
6438 "language",
6439 "log",
6440 "lsp",
6441 "node_runtime",
6442 "paths",
6443 "pet",
6444 "pet-conda",
6445 "pet-core",
6446 "pet-fs",
6447 "pet-poetry",
6448 "pet-reporter",
6449 "project",
6450 "regex",
6451 "rope",
6452 "rust-embed",
6453 "serde",
6454 "serde_json",
6455 "settings",
6456 "smol",
6457 "task",
6458 "text",
6459 "theme",
6460 "toml 0.8.19",
6461 "tree-sitter",
6462 "tree-sitter-bash",
6463 "tree-sitter-c",
6464 "tree-sitter-cpp",
6465 "tree-sitter-css",
6466 "tree-sitter-diff",
6467 "tree-sitter-go",
6468 "tree-sitter-gomod",
6469 "tree-sitter-gowork",
6470 "tree-sitter-jsdoc",
6471 "tree-sitter-json",
6472 "tree-sitter-md",
6473 "tree-sitter-python",
6474 "tree-sitter-regex",
6475 "tree-sitter-rust",
6476 "tree-sitter-typescript",
6477 "tree-sitter-yaml",
6478 "unindent",
6479 "util",
6480 "workspace",
6481]
6482
6483[[package]]
6484name = "lazy_static"
6485version = "1.5.0"
6486source = "registry+https://github.com/rust-lang/crates.io-index"
6487checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6488dependencies = [
6489 "spin",
6490]
6491
6492[[package]]
6493name = "lazycell"
6494version = "1.3.0"
6495source = "registry+https://github.com/rust-lang/crates.io-index"
6496checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
6497
6498[[package]]
6499name = "leb128"
6500version = "0.2.5"
6501source = "registry+https://github.com/rust-lang/crates.io-index"
6502checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6503
6504[[package]]
6505name = "lebe"
6506version = "0.5.2"
6507source = "registry+https://github.com/rust-lang/crates.io-index"
6508checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6509
6510[[package]]
6511name = "libc"
6512version = "0.2.162"
6513source = "registry+https://github.com/rust-lang/crates.io-index"
6514checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398"
6515
6516[[package]]
6517name = "libdbus-sys"
6518version = "0.2.5"
6519source = "registry+https://github.com/rust-lang/crates.io-index"
6520checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6521dependencies = [
6522 "cc",
6523 "pkg-config",
6524]
6525
6526[[package]]
6527name = "libfuzzer-sys"
6528version = "0.4.7"
6529source = "registry+https://github.com/rust-lang/crates.io-index"
6530checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
6531dependencies = [
6532 "arbitrary",
6533 "cc",
6534 "once_cell",
6535]
6536
6537[[package]]
6538name = "libgit2-sys"
6539version = "0.17.0+1.8.1"
6540source = "registry+https://github.com/rust-lang/crates.io-index"
6541checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6542dependencies = [
6543 "cc",
6544 "libc",
6545 "libz-sys",
6546 "pkg-config",
6547]
6548
6549[[package]]
6550name = "libloading"
6551version = "0.8.5"
6552source = "registry+https://github.com/rust-lang/crates.io-index"
6553checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
6554dependencies = [
6555 "cfg-if",
6556 "windows-targets 0.48.5",
6557]
6558
6559[[package]]
6560name = "libm"
6561version = "0.2.8"
6562source = "registry+https://github.com/rust-lang/crates.io-index"
6563checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
6564
6565[[package]]
6566name = "libmimalloc-sys"
6567version = "0.1.39"
6568source = "registry+https://github.com/rust-lang/crates.io-index"
6569checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6570dependencies = [
6571 "cc",
6572 "libc",
6573]
6574
6575[[package]]
6576name = "libredox"
6577version = "0.1.3"
6578source = "registry+https://github.com/rust-lang/crates.io-index"
6579checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6580dependencies = [
6581 "bitflags 2.6.0",
6582 "libc",
6583 "redox_syscall 0.5.3",
6584]
6585
6586[[package]]
6587name = "libsqlite3-sys"
6588version = "0.28.0"
6589source = "registry+https://github.com/rust-lang/crates.io-index"
6590checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
6591dependencies = [
6592 "cc",
6593 "pkg-config",
6594 "vcpkg",
6595]
6596
6597[[package]]
6598name = "libz-sys"
6599version = "1.1.20"
6600source = "registry+https://github.com/rust-lang/crates.io-index"
6601checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6602dependencies = [
6603 "cc",
6604 "libc",
6605 "pkg-config",
6606 "vcpkg",
6607]
6608
6609[[package]]
6610name = "linkify"
6611version = "0.10.0"
6612source = "registry+https://github.com/rust-lang/crates.io-index"
6613checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
6614dependencies = [
6615 "memchr",
6616]
6617
6618[[package]]
6619name = "linkme"
6620version = "0.3.31"
6621source = "registry+https://github.com/rust-lang/crates.io-index"
6622checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
6623dependencies = [
6624 "linkme-impl",
6625]
6626
6627[[package]]
6628name = "linkme-impl"
6629version = "0.3.31"
6630source = "registry+https://github.com/rust-lang/crates.io-index"
6631checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
6632dependencies = [
6633 "proc-macro2",
6634 "quote",
6635 "syn 2.0.87",
6636]
6637
6638[[package]]
6639name = "linux-raw-sys"
6640version = "0.3.8"
6641source = "registry+https://github.com/rust-lang/crates.io-index"
6642checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
6643
6644[[package]]
6645name = "linux-raw-sys"
6646version = "0.4.14"
6647source = "registry+https://github.com/rust-lang/crates.io-index"
6648checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
6649
6650[[package]]
6651name = "live_kit_client"
6652version = "0.1.0"
6653dependencies = [
6654 "anyhow",
6655 "async-broadcast",
6656 "async-trait",
6657 "collections",
6658 "core-foundation 0.9.4",
6659 "futures 0.3.30",
6660 "gpui",
6661 "live_kit_server",
6662 "log",
6663 "media",
6664 "nanoid",
6665 "parking_lot",
6666 "postage",
6667 "serde",
6668 "serde_json",
6669 "sha2",
6670 "simplelog",
6671]
6672
6673[[package]]
6674name = "live_kit_server"
6675version = "0.1.0"
6676dependencies = [
6677 "anyhow",
6678 "async-trait",
6679 "jsonwebtoken",
6680 "log",
6681 "prost",
6682 "prost-build",
6683 "prost-types",
6684 "reqwest 0.12.8",
6685 "serde",
6686]
6687
6688[[package]]
6689name = "lmdb-master-sys"
6690version = "0.2.4"
6691source = "registry+https://github.com/rust-lang/crates.io-index"
6692checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
6693dependencies = [
6694 "cc",
6695 "doxygen-rs",
6696 "libc",
6697]
6698
6699[[package]]
6700name = "lock_api"
6701version = "0.4.12"
6702source = "registry+https://github.com/rust-lang/crates.io-index"
6703checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
6704dependencies = [
6705 "autocfg",
6706 "scopeguard",
6707]
6708
6709[[package]]
6710name = "log"
6711version = "0.4.22"
6712source = "registry+https://github.com/rust-lang/crates.io-index"
6713checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
6714dependencies = [
6715 "serde",
6716 "value-bag",
6717]
6718
6719[[package]]
6720name = "loop9"
6721version = "0.1.5"
6722source = "registry+https://github.com/rust-lang/crates.io-index"
6723checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
6724dependencies = [
6725 "imgref",
6726]
6727
6728[[package]]
6729name = "lru"
6730version = "0.12.4"
6731source = "registry+https://github.com/rust-lang/crates.io-index"
6732checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
6733dependencies = [
6734 "hashbrown 0.14.5",
6735]
6736
6737[[package]]
6738name = "lsp"
6739version = "0.1.0"
6740dependencies = [
6741 "anyhow",
6742 "async-pipe",
6743 "collections",
6744 "ctor",
6745 "env_logger 0.11.5",
6746 "futures 0.3.30",
6747 "gpui",
6748 "log",
6749 "lsp-types",
6750 "parking_lot",
6751 "postage",
6752 "release_channel",
6753 "schemars",
6754 "serde",
6755 "serde_json",
6756 "smol",
6757 "util",
6758 "windows 0.58.0",
6759]
6760
6761[[package]]
6762name = "lsp-types"
6763version = "0.95.1"
6764source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
6765dependencies = [
6766 "bitflags 1.3.2",
6767 "serde",
6768 "serde_json",
6769 "serde_repr",
6770 "url",
6771]
6772
6773[[package]]
6774name = "lz4"
6775version = "1.26.0"
6776source = "registry+https://github.com/rust-lang/crates.io-index"
6777checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
6778dependencies = [
6779 "libc",
6780 "lz4-sys",
6781]
6782
6783[[package]]
6784name = "lz4-sys"
6785version = "1.10.0"
6786source = "registry+https://github.com/rust-lang/crates.io-index"
6787checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
6788dependencies = [
6789 "cc",
6790 "libc",
6791]
6792
6793[[package]]
6794name = "mac"
6795version = "0.1.1"
6796source = "registry+https://github.com/rust-lang/crates.io-index"
6797checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6798
6799[[package]]
6800name = "mach2"
6801version = "0.4.2"
6802source = "registry+https://github.com/rust-lang/crates.io-index"
6803checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
6804dependencies = [
6805 "libc",
6806]
6807
6808[[package]]
6809name = "malloc_buf"
6810version = "0.0.6"
6811source = "registry+https://github.com/rust-lang/crates.io-index"
6812checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6813dependencies = [
6814 "libc",
6815]
6816
6817[[package]]
6818name = "maplit"
6819version = "1.0.2"
6820source = "registry+https://github.com/rust-lang/crates.io-index"
6821checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
6822
6823[[package]]
6824name = "markdown"
6825version = "0.1.0"
6826dependencies = [
6827 "anyhow",
6828 "assets",
6829 "env_logger 0.11.5",
6830 "futures 0.3.30",
6831 "gpui",
6832 "language",
6833 "languages",
6834 "linkify",
6835 "log",
6836 "node_runtime",
6837 "pulldown-cmark 0.12.2",
6838 "settings",
6839 "theme",
6840 "ui",
6841 "util",
6842]
6843
6844[[package]]
6845name = "markdown_preview"
6846version = "0.1.0"
6847dependencies = [
6848 "anyhow",
6849 "async-recursion 1.1.1",
6850 "collections",
6851 "editor",
6852 "gpui",
6853 "language",
6854 "linkify",
6855 "log",
6856 "pretty_assertions",
6857 "pulldown-cmark 0.12.2",
6858 "settings",
6859 "theme",
6860 "ui",
6861 "workspace",
6862]
6863
6864[[package]]
6865name = "markup5ever"
6866version = "0.12.1"
6867source = "registry+https://github.com/rust-lang/crates.io-index"
6868checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
6869dependencies = [
6870 "log",
6871 "phf",
6872 "phf_codegen",
6873 "string_cache",
6874 "string_cache_codegen",
6875 "tendril",
6876]
6877
6878[[package]]
6879name = "markup5ever_rcdom"
6880version = "0.3.0"
6881source = "registry+https://github.com/rust-lang/crates.io-index"
6882checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
6883dependencies = [
6884 "html5ever",
6885 "markup5ever",
6886 "tendril",
6887 "xml5ever",
6888]
6889
6890[[package]]
6891name = "matchers"
6892version = "0.1.0"
6893source = "registry+https://github.com/rust-lang/crates.io-index"
6894checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6895dependencies = [
6896 "regex-automata 0.1.10",
6897]
6898
6899[[package]]
6900name = "matchit"
6901version = "0.7.3"
6902source = "registry+https://github.com/rust-lang/crates.io-index"
6903checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6904
6905[[package]]
6906name = "maybe-owned"
6907version = "0.3.4"
6908source = "registry+https://github.com/rust-lang/crates.io-index"
6909checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6910
6911[[package]]
6912name = "maybe-rayon"
6913version = "0.1.1"
6914source = "registry+https://github.com/rust-lang/crates.io-index"
6915checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
6916dependencies = [
6917 "cfg-if",
6918]
6919
6920[[package]]
6921name = "md-5"
6922version = "0.10.6"
6923source = "registry+https://github.com/rust-lang/crates.io-index"
6924checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
6925dependencies = [
6926 "cfg-if",
6927 "digest",
6928]
6929
6930[[package]]
6931name = "mdbook"
6932version = "0.4.42"
6933source = "registry+https://github.com/rust-lang/crates.io-index"
6934checksum = "7624879735513024d323e7267a0b3a7176aceb0db537939beb4ee31d9e8945e3"
6935dependencies = [
6936 "ammonia",
6937 "anyhow",
6938 "chrono",
6939 "clap",
6940 "clap_complete",
6941 "elasticlunr-rs",
6942 "env_logger 0.11.5",
6943 "futures-util",
6944 "handlebars 6.2.0",
6945 "ignore",
6946 "log",
6947 "memchr",
6948 "notify",
6949 "notify-debouncer-mini",
6950 "once_cell",
6951 "opener",
6952 "pathdiff",
6953 "pulldown-cmark 0.10.3",
6954 "regex",
6955 "serde",
6956 "serde_json",
6957 "shlex",
6958 "tempfile",
6959 "tokio",
6960 "toml 0.5.11",
6961 "topological-sort",
6962 "walkdir",
6963 "warp",
6964]
6965
6966[[package]]
6967name = "media"
6968version = "0.1.0"
6969dependencies = [
6970 "anyhow",
6971 "bindgen 0.70.1",
6972 "core-foundation 0.9.4",
6973 "foreign-types 0.5.0",
6974 "metal",
6975 "objc",
6976]
6977
6978[[package]]
6979name = "memchr"
6980version = "2.7.4"
6981source = "registry+https://github.com/rust-lang/crates.io-index"
6982checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
6983
6984[[package]]
6985name = "memfd"
6986version = "0.6.4"
6987source = "registry+https://github.com/rust-lang/crates.io-index"
6988checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6989dependencies = [
6990 "rustix 0.38.35",
6991]
6992
6993[[package]]
6994name = "memmap2"
6995version = "0.9.4"
6996source = "registry+https://github.com/rust-lang/crates.io-index"
6997checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
6998dependencies = [
6999 "libc",
7000]
7001
7002[[package]]
7003name = "memoffset"
7004version = "0.9.1"
7005source = "registry+https://github.com/rust-lang/crates.io-index"
7006checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7007dependencies = [
7008 "autocfg",
7009]
7010
7011[[package]]
7012name = "menu"
7013version = "0.1.0"
7014dependencies = [
7015 "gpui",
7016 "serde",
7017]
7018
7019[[package]]
7020name = "metal"
7021version = "0.29.0"
7022source = "registry+https://github.com/rust-lang/crates.io-index"
7023checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
7024dependencies = [
7025 "bitflags 2.6.0",
7026 "block",
7027 "core-graphics-types 0.1.3",
7028 "foreign-types 0.5.0",
7029 "log",
7030 "objc",
7031 "paste",
7032]
7033
7034[[package]]
7035name = "mimalloc"
7036version = "0.1.43"
7037source = "registry+https://github.com/rust-lang/crates.io-index"
7038checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7039dependencies = [
7040 "libmimalloc-sys",
7041]
7042
7043[[package]]
7044name = "mime"
7045version = "0.3.17"
7046source = "registry+https://github.com/rust-lang/crates.io-index"
7047checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7048
7049[[package]]
7050name = "mime_guess"
7051version = "2.0.5"
7052source = "registry+https://github.com/rust-lang/crates.io-index"
7053checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7054dependencies = [
7055 "mime",
7056 "unicase",
7057]
7058
7059[[package]]
7060name = "minimal-lexical"
7061version = "0.2.1"
7062source = "registry+https://github.com/rust-lang/crates.io-index"
7063checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7064
7065[[package]]
7066name = "miniz_oxide"
7067version = "0.7.4"
7068source = "registry+https://github.com/rust-lang/crates.io-index"
7069checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
7070dependencies = [
7071 "adler",
7072 "simd-adler32",
7073]
7074
7075[[package]]
7076name = "miniz_oxide"
7077version = "0.8.0"
7078source = "registry+https://github.com/rust-lang/crates.io-index"
7079checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7080dependencies = [
7081 "adler2",
7082]
7083
7084[[package]]
7085name = "mint"
7086version = "0.5.9"
7087source = "registry+https://github.com/rust-lang/crates.io-index"
7088checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7089
7090[[package]]
7091name = "mio"
7092version = "0.8.11"
7093source = "registry+https://github.com/rust-lang/crates.io-index"
7094checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7095dependencies = [
7096 "libc",
7097 "log",
7098 "wasi 0.11.0+wasi-snapshot-preview1",
7099 "windows-sys 0.48.0",
7100]
7101
7102[[package]]
7103name = "mio"
7104version = "1.0.2"
7105source = "registry+https://github.com/rust-lang/crates.io-index"
7106checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
7107dependencies = [
7108 "hermit-abi 0.3.9",
7109 "libc",
7110 "log",
7111 "wasi 0.11.0+wasi-snapshot-preview1",
7112 "windows-sys 0.52.0",
7113]
7114
7115[[package]]
7116name = "miow"
7117version = "0.6.0"
7118source = "registry+https://github.com/rust-lang/crates.io-index"
7119checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7120dependencies = [
7121 "windows-sys 0.48.0",
7122]
7123
7124[[package]]
7125name = "msvc_spectre_libs"
7126version = "0.1.2"
7127source = "registry+https://github.com/rust-lang/crates.io-index"
7128checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7129dependencies = [
7130 "cc",
7131]
7132
7133[[package]]
7134name = "multi_buffer"
7135version = "0.1.0"
7136dependencies = [
7137 "anyhow",
7138 "clock",
7139 "collections",
7140 "ctor",
7141 "env_logger 0.11.5",
7142 "futures 0.3.30",
7143 "gpui",
7144 "itertools 0.13.0",
7145 "language",
7146 "log",
7147 "parking_lot",
7148 "rand 0.8.5",
7149 "serde",
7150 "settings",
7151 "smallvec",
7152 "sum_tree",
7153 "text",
7154 "theme",
7155 "util",
7156]
7157
7158[[package]]
7159name = "multimap"
7160version = "0.8.3"
7161source = "registry+https://github.com/rust-lang/crates.io-index"
7162checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7163
7164[[package]]
7165name = "naga"
7166version = "22.1.0"
7167source = "registry+https://github.com/rust-lang/crates.io-index"
7168checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
7169dependencies = [
7170 "arrayvec",
7171 "bit-set 0.6.0",
7172 "bitflags 2.6.0",
7173 "cfg_aliases 0.1.1",
7174 "codespan-reporting",
7175 "hexf-parse",
7176 "indexmap 2.4.0",
7177 "log",
7178 "rustc-hash 1.1.0",
7179 "spirv",
7180 "termcolor",
7181 "thiserror",
7182 "unicode-xid",
7183]
7184
7185[[package]]
7186name = "nanoid"
7187version = "0.4.0"
7188source = "registry+https://github.com/rust-lang/crates.io-index"
7189checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7190dependencies = [
7191 "rand 0.8.5",
7192]
7193
7194[[package]]
7195name = "nanorand"
7196version = "0.7.0"
7197source = "registry+https://github.com/rust-lang/crates.io-index"
7198checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7199dependencies = [
7200 "getrandom 0.2.15",
7201]
7202
7203[[package]]
7204name = "native-tls"
7205version = "0.2.12"
7206source = "registry+https://github.com/rust-lang/crates.io-index"
7207checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7208dependencies = [
7209 "libc",
7210 "log",
7211 "openssl",
7212 "openssl-probe",
7213 "openssl-sys",
7214 "schannel",
7215 "security-framework",
7216 "security-framework-sys",
7217 "tempfile",
7218]
7219
7220[[package]]
7221name = "nbformat"
7222version = "0.5.0"
7223source = "registry+https://github.com/rust-lang/crates.io-index"
7224checksum = "c9ffb2ca556072f114bcaf2ca01dde7f1bc8a4946097dd804cb5a22d8af7d6df"
7225dependencies = [
7226 "anyhow",
7227 "chrono",
7228 "jupyter-serde",
7229 "serde",
7230 "serde_json",
7231 "thiserror",
7232 "uuid",
7233]
7234
7235[[package]]
7236name = "ndk"
7237version = "0.8.0"
7238source = "registry+https://github.com/rust-lang/crates.io-index"
7239checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7240dependencies = [
7241 "bitflags 2.6.0",
7242 "jni-sys",
7243 "log",
7244 "ndk-sys",
7245 "num_enum",
7246 "thiserror",
7247]
7248
7249[[package]]
7250name = "ndk-context"
7251version = "0.1.1"
7252source = "registry+https://github.com/rust-lang/crates.io-index"
7253checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7254
7255[[package]]
7256name = "ndk-sys"
7257version = "0.5.0+25.2.9519653"
7258source = "registry+https://github.com/rust-lang/crates.io-index"
7259checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7260dependencies = [
7261 "jni-sys",
7262]
7263
7264[[package]]
7265name = "new_debug_unreachable"
7266version = "1.0.6"
7267source = "registry+https://github.com/rust-lang/crates.io-index"
7268checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7269
7270[[package]]
7271name = "nix"
7272version = "0.29.0"
7273source = "registry+https://github.com/rust-lang/crates.io-index"
7274checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7275dependencies = [
7276 "bitflags 2.6.0",
7277 "cfg-if",
7278 "cfg_aliases 0.2.1",
7279 "libc",
7280 "memoffset",
7281]
7282
7283[[package]]
7284name = "node_runtime"
7285version = "0.1.0"
7286dependencies = [
7287 "anyhow",
7288 "async-compression",
7289 "async-std",
7290 "async-tar",
7291 "async-trait",
7292 "async-watch",
7293 "async_zip",
7294 "futures 0.3.30",
7295 "http_client",
7296 "log",
7297 "paths",
7298 "semver",
7299 "serde",
7300 "serde_json",
7301 "smol",
7302 "tempfile",
7303 "util",
7304 "walkdir",
7305 "which 6.0.3",
7306 "windows 0.58.0",
7307]
7308
7309[[package]]
7310name = "nom"
7311version = "7.1.3"
7312source = "registry+https://github.com/rust-lang/crates.io-index"
7313checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7314dependencies = [
7315 "memchr",
7316 "minimal-lexical",
7317]
7318
7319[[package]]
7320name = "noop_proc_macro"
7321version = "0.3.0"
7322source = "registry+https://github.com/rust-lang/crates.io-index"
7323checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7324
7325[[package]]
7326name = "normpath"
7327version = "1.3.0"
7328source = "registry+https://github.com/rust-lang/crates.io-index"
7329checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7330dependencies = [
7331 "windows-sys 0.59.0",
7332]
7333
7334[[package]]
7335name = "notifications"
7336version = "0.1.0"
7337dependencies = [
7338 "anyhow",
7339 "channel",
7340 "client",
7341 "collections",
7342 "db",
7343 "gpui",
7344 "rpc",
7345 "settings",
7346 "sum_tree",
7347 "time",
7348 "util",
7349]
7350
7351[[package]]
7352name = "notify"
7353version = "6.1.1"
7354source = "registry+https://github.com/rust-lang/crates.io-index"
7355checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7356dependencies = [
7357 "bitflags 2.6.0",
7358 "crossbeam-channel",
7359 "filetime",
7360 "fsevent-sys 4.1.0",
7361 "inotify",
7362 "kqueue",
7363 "libc",
7364 "log",
7365 "mio 0.8.11",
7366 "walkdir",
7367 "windows-sys 0.48.0",
7368]
7369
7370[[package]]
7371name = "notify-debouncer-mini"
7372version = "0.4.1"
7373source = "registry+https://github.com/rust-lang/crates.io-index"
7374checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7375dependencies = [
7376 "crossbeam-channel",
7377 "log",
7378 "notify",
7379]
7380
7381[[package]]
7382name = "ntapi"
7383version = "0.4.1"
7384source = "registry+https://github.com/rust-lang/crates.io-index"
7385checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7386dependencies = [
7387 "winapi",
7388]
7389
7390[[package]]
7391name = "nu-ansi-term"
7392version = "0.46.0"
7393source = "registry+https://github.com/rust-lang/crates.io-index"
7394checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7395dependencies = [
7396 "overload",
7397 "winapi",
7398]
7399
7400[[package]]
7401name = "num"
7402version = "0.4.3"
7403source = "registry+https://github.com/rust-lang/crates.io-index"
7404checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7405dependencies = [
7406 "num-bigint",
7407 "num-complex",
7408 "num-integer",
7409 "num-iter",
7410 "num-rational",
7411 "num-traits",
7412]
7413
7414[[package]]
7415name = "num-bigint"
7416version = "0.4.6"
7417source = "registry+https://github.com/rust-lang/crates.io-index"
7418checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7419dependencies = [
7420 "num-integer",
7421 "num-traits",
7422]
7423
7424[[package]]
7425name = "num-bigint-dig"
7426version = "0.8.4"
7427source = "registry+https://github.com/rust-lang/crates.io-index"
7428checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7429dependencies = [
7430 "byteorder",
7431 "lazy_static",
7432 "libm",
7433 "num-integer",
7434 "num-iter",
7435 "num-traits",
7436 "rand 0.8.5",
7437 "serde",
7438 "smallvec",
7439 "zeroize",
7440]
7441
7442[[package]]
7443name = "num-complex"
7444version = "0.4.6"
7445source = "registry+https://github.com/rust-lang/crates.io-index"
7446checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7447dependencies = [
7448 "num-traits",
7449]
7450
7451[[package]]
7452name = "num-conv"
7453version = "0.1.0"
7454source = "registry+https://github.com/rust-lang/crates.io-index"
7455checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7456
7457[[package]]
7458name = "num-derive"
7459version = "0.4.2"
7460source = "registry+https://github.com/rust-lang/crates.io-index"
7461checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7462dependencies = [
7463 "proc-macro2",
7464 "quote",
7465 "syn 2.0.87",
7466]
7467
7468[[package]]
7469name = "num-format"
7470version = "0.4.4"
7471source = "registry+https://github.com/rust-lang/crates.io-index"
7472checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7473dependencies = [
7474 "arrayvec",
7475 "itoa",
7476]
7477
7478[[package]]
7479name = "num-integer"
7480version = "0.1.46"
7481source = "registry+https://github.com/rust-lang/crates.io-index"
7482checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7483dependencies = [
7484 "num-traits",
7485]
7486
7487[[package]]
7488name = "num-iter"
7489version = "0.1.45"
7490source = "registry+https://github.com/rust-lang/crates.io-index"
7491checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7492dependencies = [
7493 "autocfg",
7494 "num-integer",
7495 "num-traits",
7496]
7497
7498[[package]]
7499name = "num-modular"
7500version = "0.6.1"
7501source = "registry+https://github.com/rust-lang/crates.io-index"
7502checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
7503
7504[[package]]
7505name = "num-order"
7506version = "1.2.0"
7507source = "registry+https://github.com/rust-lang/crates.io-index"
7508checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
7509dependencies = [
7510 "num-modular",
7511]
7512
7513[[package]]
7514name = "num-rational"
7515version = "0.4.2"
7516source = "registry+https://github.com/rust-lang/crates.io-index"
7517checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7518dependencies = [
7519 "num-bigint",
7520 "num-integer",
7521 "num-traits",
7522]
7523
7524[[package]]
7525name = "num-traits"
7526version = "0.2.19"
7527source = "registry+https://github.com/rust-lang/crates.io-index"
7528checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
7529dependencies = [
7530 "autocfg",
7531 "libm",
7532]
7533
7534[[package]]
7535name = "num_cpus"
7536version = "1.16.0"
7537source = "registry+https://github.com/rust-lang/crates.io-index"
7538checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
7539dependencies = [
7540 "hermit-abi 0.3.9",
7541 "libc",
7542]
7543
7544[[package]]
7545name = "num_enum"
7546version = "0.7.3"
7547source = "registry+https://github.com/rust-lang/crates.io-index"
7548checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
7549dependencies = [
7550 "num_enum_derive",
7551]
7552
7553[[package]]
7554name = "num_enum_derive"
7555version = "0.7.3"
7556source = "registry+https://github.com/rust-lang/crates.io-index"
7557checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
7558dependencies = [
7559 "proc-macro-crate",
7560 "proc-macro2",
7561 "quote",
7562 "syn 2.0.87",
7563]
7564
7565[[package]]
7566name = "num_threads"
7567version = "0.1.7"
7568source = "registry+https://github.com/rust-lang/crates.io-index"
7569checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
7570dependencies = [
7571 "libc",
7572]
7573
7574[[package]]
7575name = "nvim-rs"
7576version = "0.8.0-pre"
7577source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
7578dependencies = [
7579 "async-trait",
7580 "futures 0.3.30",
7581 "log",
7582 "parity-tokio-ipc",
7583 "rmp",
7584 "rmpv",
7585 "tokio",
7586 "tokio-util",
7587 "winapi",
7588]
7589
7590[[package]]
7591name = "objc"
7592version = "0.2.7"
7593source = "registry+https://github.com/rust-lang/crates.io-index"
7594checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
7595dependencies = [
7596 "malloc_buf",
7597]
7598
7599[[package]]
7600name = "object"
7601version = "0.36.4"
7602source = "registry+https://github.com/rust-lang/crates.io-index"
7603checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
7604dependencies = [
7605 "crc32fast",
7606 "hashbrown 0.14.5",
7607 "indexmap 2.4.0",
7608 "memchr",
7609]
7610
7611[[package]]
7612name = "oboe"
7613version = "0.6.1"
7614source = "registry+https://github.com/rust-lang/crates.io-index"
7615checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
7616dependencies = [
7617 "jni",
7618 "ndk",
7619 "ndk-context",
7620 "num-derive",
7621 "num-traits",
7622 "oboe-sys",
7623]
7624
7625[[package]]
7626name = "oboe-sys"
7627version = "0.6.1"
7628source = "registry+https://github.com/rust-lang/crates.io-index"
7629checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
7630dependencies = [
7631 "cc",
7632]
7633
7634[[package]]
7635name = "ollama"
7636version = "0.1.0"
7637dependencies = [
7638 "anyhow",
7639 "futures 0.3.30",
7640 "http_client",
7641 "schemars",
7642 "serde",
7643 "serde_json",
7644]
7645
7646[[package]]
7647name = "once_cell"
7648version = "1.19.0"
7649source = "registry+https://github.com/rust-lang/crates.io-index"
7650checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
7651
7652[[package]]
7653name = "oo7"
7654version = "0.3.3"
7655source = "registry+https://github.com/rust-lang/crates.io-index"
7656checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
7657dependencies = [
7658 "aes",
7659 "async-fs 2.1.2",
7660 "async-io 2.3.4",
7661 "async-lock 3.4.0",
7662 "async-net 2.0.0",
7663 "blocking",
7664 "cbc",
7665 "cipher",
7666 "digest",
7667 "endi",
7668 "futures-lite 2.3.0",
7669 "futures-util",
7670 "hkdf",
7671 "hmac",
7672 "md-5",
7673 "num",
7674 "num-bigint-dig",
7675 "pbkdf2",
7676 "rand 0.8.5",
7677 "serde",
7678 "sha2",
7679 "subtle",
7680 "zbus",
7681 "zeroize",
7682 "zvariant",
7683]
7684
7685[[package]]
7686name = "oorandom"
7687version = "11.1.4"
7688source = "registry+https://github.com/rust-lang/crates.io-index"
7689checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
7690
7691[[package]]
7692name = "open"
7693version = "5.3.0"
7694source = "registry+https://github.com/rust-lang/crates.io-index"
7695checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
7696dependencies = [
7697 "is-wsl",
7698 "libc",
7699 "pathdiff",
7700]
7701
7702[[package]]
7703name = "open_ai"
7704version = "0.1.0"
7705dependencies = [
7706 "anyhow",
7707 "futures 0.3.30",
7708 "http_client",
7709 "schemars",
7710 "serde",
7711 "serde_json",
7712 "strum 0.25.0",
7713]
7714
7715[[package]]
7716name = "opener"
7717version = "0.7.2"
7718source = "registry+https://github.com/rust-lang/crates.io-index"
7719checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
7720dependencies = [
7721 "bstr",
7722 "dbus",
7723 "normpath",
7724 "windows-sys 0.59.0",
7725]
7726
7727[[package]]
7728name = "openssl"
7729version = "0.10.66"
7730source = "registry+https://github.com/rust-lang/crates.io-index"
7731checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
7732dependencies = [
7733 "bitflags 2.6.0",
7734 "cfg-if",
7735 "foreign-types 0.3.2",
7736 "libc",
7737 "once_cell",
7738 "openssl-macros",
7739 "openssl-sys",
7740]
7741
7742[[package]]
7743name = "openssl-macros"
7744version = "0.1.1"
7745source = "registry+https://github.com/rust-lang/crates.io-index"
7746checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
7747dependencies = [
7748 "proc-macro2",
7749 "quote",
7750 "syn 2.0.87",
7751]
7752
7753[[package]]
7754name = "openssl-probe"
7755version = "0.1.5"
7756source = "registry+https://github.com/rust-lang/crates.io-index"
7757checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
7758
7759[[package]]
7760name = "openssl-src"
7761version = "300.3.1+3.3.1"
7762source = "registry+https://github.com/rust-lang/crates.io-index"
7763checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
7764dependencies = [
7765 "cc",
7766]
7767
7768[[package]]
7769name = "openssl-sys"
7770version = "0.9.103"
7771source = "registry+https://github.com/rust-lang/crates.io-index"
7772checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
7773dependencies = [
7774 "cc",
7775 "libc",
7776 "openssl-src",
7777 "pkg-config",
7778 "vcpkg",
7779]
7780
7781[[package]]
7782name = "option-ext"
7783version = "0.2.0"
7784source = "registry+https://github.com/rust-lang/crates.io-index"
7785checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
7786
7787[[package]]
7788name = "ordered-float"
7789version = "2.10.1"
7790source = "registry+https://github.com/rust-lang/crates.io-index"
7791checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
7792dependencies = [
7793 "num-traits",
7794]
7795
7796[[package]]
7797name = "ordered-float"
7798version = "3.9.2"
7799source = "registry+https://github.com/rust-lang/crates.io-index"
7800checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
7801dependencies = [
7802 "num-traits",
7803]
7804
7805[[package]]
7806name = "ordered-stream"
7807version = "0.2.0"
7808source = "registry+https://github.com/rust-lang/crates.io-index"
7809checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
7810dependencies = [
7811 "futures-core",
7812 "pin-project-lite",
7813]
7814
7815[[package]]
7816name = "ouroboros"
7817version = "0.17.2"
7818source = "registry+https://github.com/rust-lang/crates.io-index"
7819checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
7820dependencies = [
7821 "aliasable",
7822 "ouroboros_macro",
7823 "static_assertions",
7824]
7825
7826[[package]]
7827name = "ouroboros_macro"
7828version = "0.17.2"
7829source = "registry+https://github.com/rust-lang/crates.io-index"
7830checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7831dependencies = [
7832 "heck 0.4.1",
7833 "proc-macro-error",
7834 "proc-macro2",
7835 "quote",
7836 "syn 2.0.87",
7837]
7838
7839[[package]]
7840name = "outline"
7841version = "0.1.0"
7842dependencies = [
7843 "editor",
7844 "fuzzy",
7845 "gpui",
7846 "indoc",
7847 "language",
7848 "menu",
7849 "ordered-float 2.10.1",
7850 "picker",
7851 "project",
7852 "rope",
7853 "serde_json",
7854 "settings",
7855 "smol",
7856 "theme",
7857 "tree-sitter-rust",
7858 "tree-sitter-typescript",
7859 "ui",
7860 "util",
7861 "workspace",
7862]
7863
7864[[package]]
7865name = "outline_panel"
7866version = "0.1.0"
7867dependencies = [
7868 "anyhow",
7869 "collections",
7870 "db",
7871 "editor",
7872 "file_icons",
7873 "fuzzy",
7874 "gpui",
7875 "itertools 0.13.0",
7876 "language",
7877 "log",
7878 "menu",
7879 "outline",
7880 "pretty_assertions",
7881 "project",
7882 "schemars",
7883 "search",
7884 "serde",
7885 "serde_json",
7886 "settings",
7887 "smallvec",
7888 "smol",
7889 "theme",
7890 "ui",
7891 "util",
7892 "workspace",
7893 "worktree",
7894]
7895
7896[[package]]
7897name = "outref"
7898version = "0.5.1"
7899source = "registry+https://github.com/rust-lang/crates.io-index"
7900checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
7901
7902[[package]]
7903name = "overload"
7904version = "0.1.1"
7905source = "registry+https://github.com/rust-lang/crates.io-index"
7906checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
7907
7908[[package]]
7909name = "p256"
7910version = "0.11.1"
7911source = "registry+https://github.com/rust-lang/crates.io-index"
7912checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
7913dependencies = [
7914 "ecdsa",
7915 "elliptic-curve",
7916 "sha2",
7917]
7918
7919[[package]]
7920name = "page_size"
7921version = "0.6.0"
7922source = "registry+https://github.com/rust-lang/crates.io-index"
7923checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
7924dependencies = [
7925 "libc",
7926 "winapi",
7927]
7928
7929[[package]]
7930name = "palette"
7931version = "0.7.6"
7932source = "registry+https://github.com/rust-lang/crates.io-index"
7933checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
7934dependencies = [
7935 "approx",
7936 "fast-srgb8",
7937 "palette_derive",
7938]
7939
7940[[package]]
7941name = "palette_derive"
7942version = "0.7.6"
7943source = "registry+https://github.com/rust-lang/crates.io-index"
7944checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
7945dependencies = [
7946 "by_address",
7947 "proc-macro2",
7948 "quote",
7949 "syn 2.0.87",
7950]
7951
7952[[package]]
7953name = "parity-tokio-ipc"
7954version = "0.9.0"
7955source = "registry+https://github.com/rust-lang/crates.io-index"
7956checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
7957dependencies = [
7958 "futures 0.3.30",
7959 "libc",
7960 "log",
7961 "rand 0.7.3",
7962 "tokio",
7963 "winapi",
7964]
7965
7966[[package]]
7967name = "parking"
7968version = "2.2.1"
7969source = "registry+https://github.com/rust-lang/crates.io-index"
7970checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
7971
7972[[package]]
7973name = "parking_lot"
7974version = "0.12.3"
7975source = "registry+https://github.com/rust-lang/crates.io-index"
7976checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
7977dependencies = [
7978 "lock_api",
7979 "parking_lot_core",
7980]
7981
7982[[package]]
7983name = "parking_lot_core"
7984version = "0.9.10"
7985source = "registry+https://github.com/rust-lang/crates.io-index"
7986checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
7987dependencies = [
7988 "cfg-if",
7989 "libc",
7990 "redox_syscall 0.5.3",
7991 "smallvec",
7992 "windows-targets 0.52.6",
7993]
7994
7995[[package]]
7996name = "password-hash"
7997version = "0.5.0"
7998source = "registry+https://github.com/rust-lang/crates.io-index"
7999checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8000dependencies = [
8001 "base64ct",
8002 "rand_core 0.6.4",
8003 "subtle",
8004]
8005
8006[[package]]
8007name = "paste"
8008version = "1.0.15"
8009source = "registry+https://github.com/rust-lang/crates.io-index"
8010checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8011
8012[[package]]
8013name = "pathdiff"
8014version = "0.2.2"
8015source = "registry+https://github.com/rust-lang/crates.io-index"
8016checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
8017
8018[[package]]
8019name = "pathfinder_geometry"
8020version = "0.5.1"
8021source = "registry+https://github.com/rust-lang/crates.io-index"
8022checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8023dependencies = [
8024 "log",
8025 "pathfinder_simd",
8026]
8027
8028[[package]]
8029name = "pathfinder_simd"
8030version = "0.5.4"
8031source = "registry+https://github.com/rust-lang/crates.io-index"
8032checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8033dependencies = [
8034 "rustc_version",
8035]
8036
8037[[package]]
8038name = "paths"
8039version = "0.1.0"
8040dependencies = [
8041 "dirs 4.0.0",
8042 "util",
8043]
8044
8045[[package]]
8046name = "pbkdf2"
8047version = "0.12.2"
8048source = "registry+https://github.com/rust-lang/crates.io-index"
8049checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8050dependencies = [
8051 "digest",
8052 "hmac",
8053]
8054
8055[[package]]
8056name = "pem"
8057version = "3.0.4"
8058source = "registry+https://github.com/rust-lang/crates.io-index"
8059checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8060dependencies = [
8061 "base64 0.22.1",
8062 "serde",
8063]
8064
8065[[package]]
8066name = "pem-rfc7468"
8067version = "0.7.0"
8068source = "registry+https://github.com/rust-lang/crates.io-index"
8069checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8070dependencies = [
8071 "base64ct",
8072]
8073
8074[[package]]
8075name = "percent-encoding"
8076version = "2.3.1"
8077source = "registry+https://github.com/rust-lang/crates.io-index"
8078checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8079
8080[[package]]
8081name = "perplexity"
8082version = "0.1.0"
8083dependencies = [
8084 "serde",
8085 "zed_extension_api 0.2.0",
8086]
8087
8088[[package]]
8089name = "pest"
8090version = "2.7.11"
8091source = "registry+https://github.com/rust-lang/crates.io-index"
8092checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
8093dependencies = [
8094 "memchr",
8095 "thiserror",
8096 "ucd-trie",
8097]
8098
8099[[package]]
8100name = "pest_derive"
8101version = "2.7.11"
8102source = "registry+https://github.com/rust-lang/crates.io-index"
8103checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
8104dependencies = [
8105 "pest",
8106 "pest_generator",
8107]
8108
8109[[package]]
8110name = "pest_generator"
8111version = "2.7.11"
8112source = "registry+https://github.com/rust-lang/crates.io-index"
8113checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
8114dependencies = [
8115 "pest",
8116 "pest_meta",
8117 "proc-macro2",
8118 "quote",
8119 "syn 2.0.87",
8120]
8121
8122[[package]]
8123name = "pest_meta"
8124version = "2.7.11"
8125source = "registry+https://github.com/rust-lang/crates.io-index"
8126checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
8127dependencies = [
8128 "once_cell",
8129 "pest",
8130 "sha2",
8131]
8132
8133[[package]]
8134name = "pet"
8135version = "0.1.0"
8136source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8137dependencies = [
8138 "clap",
8139 "env_logger 0.10.2",
8140 "lazy_static",
8141 "log",
8142 "msvc_spectre_libs",
8143 "pet-conda",
8144 "pet-core",
8145 "pet-env-var-path",
8146 "pet-fs",
8147 "pet-global-virtualenvs",
8148 "pet-homebrew",
8149 "pet-jsonrpc",
8150 "pet-linux-global-python",
8151 "pet-mac-commandlinetools",
8152 "pet-mac-python-org",
8153 "pet-mac-xcode",
8154 "pet-pipenv",
8155 "pet-poetry",
8156 "pet-pyenv",
8157 "pet-python-utils",
8158 "pet-reporter",
8159 "pet-telemetry",
8160 "pet-venv",
8161 "pet-virtualenv",
8162 "pet-virtualenvwrapper",
8163 "pet-windows-registry",
8164 "pet-windows-store",
8165 "serde",
8166 "serde_json",
8167]
8168
8169[[package]]
8170name = "pet-conda"
8171version = "0.1.0"
8172source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8173dependencies = [
8174 "env_logger 0.10.2",
8175 "lazy_static",
8176 "log",
8177 "msvc_spectre_libs",
8178 "pet-core",
8179 "pet-fs",
8180 "pet-python-utils",
8181 "pet-reporter",
8182 "regex",
8183 "serde",
8184 "serde_json",
8185 "yaml-rust2",
8186]
8187
8188[[package]]
8189name = "pet-core"
8190version = "0.1.0"
8191source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8192dependencies = [
8193 "clap",
8194 "lazy_static",
8195 "log",
8196 "msvc_spectre_libs",
8197 "pet-fs",
8198 "regex",
8199 "serde",
8200 "serde_json",
8201]
8202
8203[[package]]
8204name = "pet-env-var-path"
8205version = "0.1.0"
8206source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8207dependencies = [
8208 "lazy_static",
8209 "log",
8210 "msvc_spectre_libs",
8211 "pet-conda",
8212 "pet-core",
8213 "pet-fs",
8214 "pet-python-utils",
8215 "pet-virtualenv",
8216 "regex",
8217]
8218
8219[[package]]
8220name = "pet-fs"
8221version = "0.1.0"
8222source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8223dependencies = [
8224 "log",
8225 "msvc_spectre_libs",
8226]
8227
8228[[package]]
8229name = "pet-global-virtualenvs"
8230version = "0.1.0"
8231source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8232dependencies = [
8233 "log",
8234 "msvc_spectre_libs",
8235 "pet-conda",
8236 "pet-core",
8237 "pet-fs",
8238 "pet-virtualenv",
8239]
8240
8241[[package]]
8242name = "pet-homebrew"
8243version = "0.1.0"
8244source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8245dependencies = [
8246 "lazy_static",
8247 "log",
8248 "msvc_spectre_libs",
8249 "pet-conda",
8250 "pet-core",
8251 "pet-fs",
8252 "pet-python-utils",
8253 "pet-virtualenv",
8254 "regex",
8255 "serde",
8256 "serde_json",
8257]
8258
8259[[package]]
8260name = "pet-jsonrpc"
8261version = "0.1.0"
8262source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8263dependencies = [
8264 "env_logger 0.10.2",
8265 "log",
8266 "msvc_spectre_libs",
8267 "pet-core",
8268 "serde",
8269 "serde_json",
8270]
8271
8272[[package]]
8273name = "pet-linux-global-python"
8274version = "0.1.0"
8275source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8276dependencies = [
8277 "log",
8278 "msvc_spectre_libs",
8279 "pet-core",
8280 "pet-fs",
8281 "pet-python-utils",
8282 "pet-virtualenv",
8283]
8284
8285[[package]]
8286name = "pet-mac-commandlinetools"
8287version = "0.1.0"
8288source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8289dependencies = [
8290 "log",
8291 "msvc_spectre_libs",
8292 "pet-core",
8293 "pet-fs",
8294 "pet-python-utils",
8295 "pet-virtualenv",
8296]
8297
8298[[package]]
8299name = "pet-mac-python-org"
8300version = "0.1.0"
8301source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8302dependencies = [
8303 "log",
8304 "msvc_spectre_libs",
8305 "pet-core",
8306 "pet-fs",
8307 "pet-python-utils",
8308 "pet-virtualenv",
8309]
8310
8311[[package]]
8312name = "pet-mac-xcode"
8313version = "0.1.0"
8314source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8315dependencies = [
8316 "log",
8317 "msvc_spectre_libs",
8318 "pet-core",
8319 "pet-fs",
8320 "pet-python-utils",
8321 "pet-virtualenv",
8322]
8323
8324[[package]]
8325name = "pet-pipenv"
8326version = "0.1.0"
8327source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8328dependencies = [
8329 "log",
8330 "msvc_spectre_libs",
8331 "pet-core",
8332 "pet-fs",
8333 "pet-python-utils",
8334 "pet-virtualenv",
8335]
8336
8337[[package]]
8338name = "pet-poetry"
8339version = "0.1.0"
8340source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8341dependencies = [
8342 "base64 0.22.1",
8343 "lazy_static",
8344 "log",
8345 "msvc_spectre_libs",
8346 "pet-core",
8347 "pet-fs",
8348 "pet-python-utils",
8349 "pet-reporter",
8350 "pet-virtualenv",
8351 "regex",
8352 "serde",
8353 "serde_json",
8354 "sha2",
8355 "toml 0.8.19",
8356]
8357
8358[[package]]
8359name = "pet-pyenv"
8360version = "0.1.0"
8361source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8362dependencies = [
8363 "lazy_static",
8364 "log",
8365 "msvc_spectre_libs",
8366 "pet-conda",
8367 "pet-core",
8368 "pet-fs",
8369 "pet-python-utils",
8370 "pet-reporter",
8371 "regex",
8372 "serde",
8373 "serde_json",
8374]
8375
8376[[package]]
8377name = "pet-python-utils"
8378version = "0.1.0"
8379source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8380dependencies = [
8381 "env_logger 0.10.2",
8382 "lazy_static",
8383 "log",
8384 "msvc_spectre_libs",
8385 "pet-core",
8386 "pet-fs",
8387 "regex",
8388 "serde",
8389 "serde_json",
8390 "sha2",
8391]
8392
8393[[package]]
8394name = "pet-reporter"
8395version = "0.1.0"
8396source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8397dependencies = [
8398 "env_logger 0.10.2",
8399 "log",
8400 "msvc_spectre_libs",
8401 "pet-core",
8402 "pet-jsonrpc",
8403 "serde",
8404 "serde_json",
8405]
8406
8407[[package]]
8408name = "pet-telemetry"
8409version = "0.1.0"
8410source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8411dependencies = [
8412 "env_logger 0.10.2",
8413 "lazy_static",
8414 "log",
8415 "msvc_spectre_libs",
8416 "pet-core",
8417 "pet-fs",
8418 "pet-python-utils",
8419 "regex",
8420]
8421
8422[[package]]
8423name = "pet-venv"
8424version = "0.1.0"
8425source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8426dependencies = [
8427 "log",
8428 "msvc_spectre_libs",
8429 "pet-core",
8430 "pet-python-utils",
8431 "pet-virtualenv",
8432]
8433
8434[[package]]
8435name = "pet-virtualenv"
8436version = "0.1.0"
8437source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8438dependencies = [
8439 "log",
8440 "msvc_spectre_libs",
8441 "pet-core",
8442 "pet-fs",
8443 "pet-python-utils",
8444]
8445
8446[[package]]
8447name = "pet-virtualenvwrapper"
8448version = "0.1.0"
8449source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8450dependencies = [
8451 "log",
8452 "msvc_spectre_libs",
8453 "pet-core",
8454 "pet-fs",
8455 "pet-python-utils",
8456 "pet-virtualenv",
8457]
8458
8459[[package]]
8460name = "pet-windows-registry"
8461version = "0.1.0"
8462source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8463dependencies = [
8464 "lazy_static",
8465 "log",
8466 "msvc_spectre_libs",
8467 "pet-conda",
8468 "pet-core",
8469 "pet-fs",
8470 "pet-python-utils",
8471 "pet-virtualenv",
8472 "pet-windows-store",
8473 "regex",
8474 "winreg 0.52.0",
8475]
8476
8477[[package]]
8478name = "pet-windows-store"
8479version = "0.1.0"
8480source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8481dependencies = [
8482 "lazy_static",
8483 "log",
8484 "msvc_spectre_libs",
8485 "pet-core",
8486 "pet-fs",
8487 "pet-python-utils",
8488 "pet-virtualenv",
8489 "regex",
8490 "winreg 0.52.0",
8491]
8492
8493[[package]]
8494name = "petgraph"
8495version = "0.6.5"
8496source = "registry+https://github.com/rust-lang/crates.io-index"
8497checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
8498dependencies = [
8499 "fixedbitset",
8500 "indexmap 2.4.0",
8501]
8502
8503[[package]]
8504name = "phf"
8505version = "0.11.2"
8506source = "registry+https://github.com/rust-lang/crates.io-index"
8507checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
8508dependencies = [
8509 "phf_macros",
8510 "phf_shared 0.11.2",
8511]
8512
8513[[package]]
8514name = "phf_codegen"
8515version = "0.11.2"
8516source = "registry+https://github.com/rust-lang/crates.io-index"
8517checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
8518dependencies = [
8519 "phf_generator 0.11.2",
8520 "phf_shared 0.11.2",
8521]
8522
8523[[package]]
8524name = "phf_generator"
8525version = "0.10.0"
8526source = "registry+https://github.com/rust-lang/crates.io-index"
8527checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
8528dependencies = [
8529 "phf_shared 0.10.0",
8530 "rand 0.8.5",
8531]
8532
8533[[package]]
8534name = "phf_generator"
8535version = "0.11.2"
8536source = "registry+https://github.com/rust-lang/crates.io-index"
8537checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
8538dependencies = [
8539 "phf_shared 0.11.2",
8540 "rand 0.8.5",
8541]
8542
8543[[package]]
8544name = "phf_macros"
8545version = "0.11.2"
8546source = "registry+https://github.com/rust-lang/crates.io-index"
8547checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
8548dependencies = [
8549 "phf_generator 0.11.2",
8550 "phf_shared 0.11.2",
8551 "proc-macro2",
8552 "quote",
8553 "syn 2.0.87",
8554]
8555
8556[[package]]
8557name = "phf_shared"
8558version = "0.10.0"
8559source = "registry+https://github.com/rust-lang/crates.io-index"
8560checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
8561dependencies = [
8562 "siphasher 0.3.11",
8563]
8564
8565[[package]]
8566name = "phf_shared"
8567version = "0.11.2"
8568source = "registry+https://github.com/rust-lang/crates.io-index"
8569checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
8570dependencies = [
8571 "siphasher 0.3.11",
8572]
8573
8574[[package]]
8575name = "picker"
8576version = "0.1.0"
8577dependencies = [
8578 "anyhow",
8579 "ctor",
8580 "editor",
8581 "env_logger 0.11.5",
8582 "gpui",
8583 "menu",
8584 "serde",
8585 "serde_json",
8586 "ui",
8587 "workspace",
8588]
8589
8590[[package]]
8591name = "pico-args"
8592version = "0.5.0"
8593source = "registry+https://github.com/rust-lang/crates.io-index"
8594checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
8595
8596[[package]]
8597name = "pin-project"
8598version = "1.1.5"
8599source = "registry+https://github.com/rust-lang/crates.io-index"
8600checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
8601dependencies = [
8602 "pin-project-internal",
8603]
8604
8605[[package]]
8606name = "pin-project-internal"
8607version = "1.1.5"
8608source = "registry+https://github.com/rust-lang/crates.io-index"
8609checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
8610dependencies = [
8611 "proc-macro2",
8612 "quote",
8613 "syn 2.0.87",
8614]
8615
8616[[package]]
8617name = "pin-project-lite"
8618version = "0.2.14"
8619source = "registry+https://github.com/rust-lang/crates.io-index"
8620checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
8621
8622[[package]]
8623name = "pin-utils"
8624version = "0.1.0"
8625source = "registry+https://github.com/rust-lang/crates.io-index"
8626checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
8627
8628[[package]]
8629name = "piper"
8630version = "0.2.4"
8631source = "registry+https://github.com/rust-lang/crates.io-index"
8632checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
8633dependencies = [
8634 "atomic-waker",
8635 "fastrand 2.1.1",
8636 "futures-io",
8637]
8638
8639[[package]]
8640name = "pkcs1"
8641version = "0.7.5"
8642source = "registry+https://github.com/rust-lang/crates.io-index"
8643checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
8644dependencies = [
8645 "der 0.7.9",
8646 "pkcs8 0.10.2",
8647 "spki 0.7.3",
8648]
8649
8650[[package]]
8651name = "pkcs8"
8652version = "0.9.0"
8653source = "registry+https://github.com/rust-lang/crates.io-index"
8654checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
8655dependencies = [
8656 "der 0.6.1",
8657 "spki 0.6.0",
8658]
8659
8660[[package]]
8661name = "pkcs8"
8662version = "0.10.2"
8663source = "registry+https://github.com/rust-lang/crates.io-index"
8664checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
8665dependencies = [
8666 "der 0.7.9",
8667 "spki 0.7.3",
8668]
8669
8670[[package]]
8671name = "pkg-config"
8672version = "0.3.30"
8673source = "registry+https://github.com/rust-lang/crates.io-index"
8674checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
8675
8676[[package]]
8677name = "plist"
8678version = "1.7.0"
8679source = "registry+https://github.com/rust-lang/crates.io-index"
8680checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
8681dependencies = [
8682 "base64 0.22.1",
8683 "indexmap 2.4.0",
8684 "quick-xml 0.32.0",
8685 "serde",
8686 "time",
8687]
8688
8689[[package]]
8690name = "plotters"
8691version = "0.3.6"
8692source = "registry+https://github.com/rust-lang/crates.io-index"
8693checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
8694dependencies = [
8695 "num-traits",
8696 "plotters-backend",
8697 "plotters-svg",
8698 "wasm-bindgen",
8699 "web-sys",
8700]
8701
8702[[package]]
8703name = "plotters-backend"
8704version = "0.3.6"
8705source = "registry+https://github.com/rust-lang/crates.io-index"
8706checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
8707
8708[[package]]
8709name = "plotters-svg"
8710version = "0.3.6"
8711source = "registry+https://github.com/rust-lang/crates.io-index"
8712checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
8713dependencies = [
8714 "plotters-backend",
8715]
8716
8717[[package]]
8718name = "png"
8719version = "0.17.13"
8720source = "registry+https://github.com/rust-lang/crates.io-index"
8721checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
8722dependencies = [
8723 "bitflags 1.3.2",
8724 "crc32fast",
8725 "fdeflate",
8726 "flate2",
8727 "miniz_oxide 0.7.4",
8728]
8729
8730[[package]]
8731name = "polling"
8732version = "2.8.0"
8733source = "registry+https://github.com/rust-lang/crates.io-index"
8734checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
8735dependencies = [
8736 "autocfg",
8737 "bitflags 1.3.2",
8738 "cfg-if",
8739 "concurrent-queue",
8740 "libc",
8741 "log",
8742 "pin-project-lite",
8743 "windows-sys 0.48.0",
8744]
8745
8746[[package]]
8747name = "polling"
8748version = "3.7.3"
8749source = "registry+https://github.com/rust-lang/crates.io-index"
8750checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
8751dependencies = [
8752 "cfg-if",
8753 "concurrent-queue",
8754 "hermit-abi 0.4.0",
8755 "pin-project-lite",
8756 "rustix 0.38.35",
8757 "tracing",
8758 "windows-sys 0.59.0",
8759]
8760
8761[[package]]
8762name = "pollster"
8763version = "0.2.5"
8764source = "registry+https://github.com/rust-lang/crates.io-index"
8765checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
8766
8767[[package]]
8768name = "postage"
8769version = "0.5.0"
8770source = "registry+https://github.com/rust-lang/crates.io-index"
8771checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
8772dependencies = [
8773 "atomic",
8774 "crossbeam-queue",
8775 "futures 0.3.30",
8776 "log",
8777 "parking_lot",
8778 "pin-project",
8779 "pollster",
8780 "static_assertions",
8781 "thiserror",
8782]
8783
8784[[package]]
8785name = "postcard"
8786version = "1.0.10"
8787source = "registry+https://github.com/rust-lang/crates.io-index"
8788checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
8789dependencies = [
8790 "cobs",
8791 "embedded-io 0.4.0",
8792 "embedded-io 0.6.1",
8793 "serde",
8794]
8795
8796[[package]]
8797name = "powerfmt"
8798version = "0.2.0"
8799source = "registry+https://github.com/rust-lang/crates.io-index"
8800checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
8801
8802[[package]]
8803name = "ppv-lite86"
8804version = "0.2.20"
8805source = "registry+https://github.com/rust-lang/crates.io-index"
8806checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
8807dependencies = [
8808 "zerocopy",
8809]
8810
8811[[package]]
8812name = "precomputed-hash"
8813version = "0.1.1"
8814source = "registry+https://github.com/rust-lang/crates.io-index"
8815checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
8816
8817[[package]]
8818name = "prettier"
8819version = "0.1.0"
8820dependencies = [
8821 "anyhow",
8822 "collections",
8823 "fs",
8824 "gpui",
8825 "language",
8826 "log",
8827 "lsp",
8828 "node_runtime",
8829 "parking_lot",
8830 "paths",
8831 "serde",
8832 "serde_json",
8833 "util",
8834]
8835
8836[[package]]
8837name = "pretty_assertions"
8838version = "1.4.1"
8839source = "registry+https://github.com/rust-lang/crates.io-index"
8840checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
8841dependencies = [
8842 "diff",
8843 "yansi",
8844]
8845
8846[[package]]
8847name = "prettyplease"
8848version = "0.2.22"
8849source = "registry+https://github.com/rust-lang/crates.io-index"
8850checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
8851dependencies = [
8852 "proc-macro2",
8853 "syn 2.0.87",
8854]
8855
8856[[package]]
8857name = "proc-macro-crate"
8858version = "3.2.0"
8859source = "registry+https://github.com/rust-lang/crates.io-index"
8860checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
8861dependencies = [
8862 "toml_edit 0.22.20",
8863]
8864
8865[[package]]
8866name = "proc-macro-error"
8867version = "1.0.4"
8868source = "registry+https://github.com/rust-lang/crates.io-index"
8869checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
8870dependencies = [
8871 "proc-macro-error-attr",
8872 "proc-macro2",
8873 "quote",
8874 "syn 1.0.109",
8875 "version_check",
8876]
8877
8878[[package]]
8879name = "proc-macro-error-attr"
8880version = "1.0.4"
8881source = "registry+https://github.com/rust-lang/crates.io-index"
8882checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
8883dependencies = [
8884 "proc-macro2",
8885 "quote",
8886 "version_check",
8887]
8888
8889[[package]]
8890name = "proc-macro2"
8891version = "1.0.89"
8892source = "registry+https://github.com/rust-lang/crates.io-index"
8893checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
8894dependencies = [
8895 "unicode-ident",
8896]
8897
8898[[package]]
8899name = "profiling"
8900version = "1.0.16"
8901source = "registry+https://github.com/rust-lang/crates.io-index"
8902checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
8903dependencies = [
8904 "profiling-procmacros",
8905]
8906
8907[[package]]
8908name = "profiling-procmacros"
8909version = "1.0.16"
8910source = "registry+https://github.com/rust-lang/crates.io-index"
8911checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
8912dependencies = [
8913 "quote",
8914 "syn 2.0.87",
8915]
8916
8917[[package]]
8918name = "project"
8919version = "0.1.0"
8920dependencies = [
8921 "aho-corasick",
8922 "anyhow",
8923 "async-trait",
8924 "client",
8925 "clock",
8926 "collections",
8927 "env_logger 0.11.5",
8928 "fancy-regex 0.14.0",
8929 "fs",
8930 "futures 0.3.30",
8931 "fuzzy",
8932 "git",
8933 "git2",
8934 "globset",
8935 "gpui",
8936 "http_client",
8937 "image",
8938 "itertools 0.13.0",
8939 "language",
8940 "log",
8941 "lsp",
8942 "node_runtime",
8943 "parking_lot",
8944 "pathdiff",
8945 "paths",
8946 "postage",
8947 "prettier",
8948 "pretty_assertions",
8949 "rand 0.8.5",
8950 "regex",
8951 "release_channel",
8952 "remote",
8953 "rpc",
8954 "schemars",
8955 "serde",
8956 "serde_json",
8957 "settings",
8958 "sha2",
8959 "shellexpand 2.1.2",
8960 "shlex",
8961 "similar",
8962 "smol",
8963 "snippet",
8964 "snippet_provider",
8965 "task",
8966 "tempfile",
8967 "terminal",
8968 "text",
8969 "unindent",
8970 "url",
8971 "util",
8972 "which 6.0.3",
8973 "windows 0.58.0",
8974 "worktree",
8975]
8976
8977[[package]]
8978name = "project_panel"
8979version = "0.1.0"
8980dependencies = [
8981 "anyhow",
8982 "client",
8983 "collections",
8984 "db",
8985 "editor",
8986 "file_icons",
8987 "git",
8988 "gpui",
8989 "indexmap 1.9.3",
8990 "language",
8991 "menu",
8992 "pretty_assertions",
8993 "project",
8994 "schemars",
8995 "search",
8996 "serde",
8997 "serde_derive",
8998 "serde_json",
8999 "settings",
9000 "smallvec",
9001 "theme",
9002 "ui",
9003 "util",
9004 "workspace",
9005 "worktree",
9006]
9007
9008[[package]]
9009name = "project_symbols"
9010version = "0.1.0"
9011dependencies = [
9012 "anyhow",
9013 "editor",
9014 "futures 0.3.30",
9015 "fuzzy",
9016 "gpui",
9017 "language",
9018 "lsp",
9019 "ordered-float 2.10.1",
9020 "picker",
9021 "project",
9022 "release_channel",
9023 "serde_json",
9024 "settings",
9025 "theme",
9026 "util",
9027 "workspace",
9028]
9029
9030[[package]]
9031name = "prometheus"
9032version = "0.13.4"
9033source = "registry+https://github.com/rust-lang/crates.io-index"
9034checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9035dependencies = [
9036 "cfg-if",
9037 "fnv",
9038 "lazy_static",
9039 "memchr",
9040 "parking_lot",
9041 "protobuf",
9042 "thiserror",
9043]
9044
9045[[package]]
9046name = "prost"
9047version = "0.9.0"
9048source = "registry+https://github.com/rust-lang/crates.io-index"
9049checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9050dependencies = [
9051 "bytes 1.7.2",
9052 "prost-derive",
9053]
9054
9055[[package]]
9056name = "prost-build"
9057version = "0.9.0"
9058source = "registry+https://github.com/rust-lang/crates.io-index"
9059checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9060dependencies = [
9061 "bytes 1.7.2",
9062 "heck 0.3.3",
9063 "itertools 0.10.5",
9064 "lazy_static",
9065 "log",
9066 "multimap",
9067 "petgraph",
9068 "prost",
9069 "prost-types",
9070 "regex",
9071 "tempfile",
9072 "which 4.4.2",
9073]
9074
9075[[package]]
9076name = "prost-derive"
9077version = "0.9.0"
9078source = "registry+https://github.com/rust-lang/crates.io-index"
9079checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9080dependencies = [
9081 "anyhow",
9082 "itertools 0.10.5",
9083 "proc-macro2",
9084 "quote",
9085 "syn 1.0.109",
9086]
9087
9088[[package]]
9089name = "prost-types"
9090version = "0.9.0"
9091source = "registry+https://github.com/rust-lang/crates.io-index"
9092checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9093dependencies = [
9094 "bytes 1.7.2",
9095 "prost",
9096]
9097
9098[[package]]
9099name = "proto"
9100version = "0.1.0"
9101dependencies = [
9102 "anyhow",
9103 "collections",
9104 "prost",
9105 "prost-build",
9106 "serde",
9107]
9108
9109[[package]]
9110name = "protobuf"
9111version = "2.28.0"
9112source = "registry+https://github.com/rust-lang/crates.io-index"
9113checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9114
9115[[package]]
9116name = "psm"
9117version = "0.1.21"
9118source = "registry+https://github.com/rust-lang/crates.io-index"
9119checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
9120dependencies = [
9121 "cc",
9122]
9123
9124[[package]]
9125name = "ptr_meta"
9126version = "0.1.4"
9127source = "registry+https://github.com/rust-lang/crates.io-index"
9128checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9129dependencies = [
9130 "ptr_meta_derive",
9131]
9132
9133[[package]]
9134name = "ptr_meta_derive"
9135version = "0.1.4"
9136source = "registry+https://github.com/rust-lang/crates.io-index"
9137checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9138dependencies = [
9139 "proc-macro2",
9140 "quote",
9141 "syn 1.0.109",
9142]
9143
9144[[package]]
9145name = "pulldown-cmark"
9146version = "0.10.3"
9147source = "registry+https://github.com/rust-lang/crates.io-index"
9148checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9149dependencies = [
9150 "bitflags 2.6.0",
9151 "memchr",
9152 "pulldown-cmark-escape",
9153 "unicase",
9154]
9155
9156[[package]]
9157name = "pulldown-cmark"
9158version = "0.12.2"
9159source = "registry+https://github.com/rust-lang/crates.io-index"
9160checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
9161dependencies = [
9162 "bitflags 2.6.0",
9163 "memchr",
9164 "unicase",
9165]
9166
9167[[package]]
9168name = "pulldown-cmark-escape"
9169version = "0.10.1"
9170source = "registry+https://github.com/rust-lang/crates.io-index"
9171checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9172
9173[[package]]
9174name = "qoi"
9175version = "0.4.1"
9176source = "registry+https://github.com/rust-lang/crates.io-index"
9177checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
9178dependencies = [
9179 "bytemuck",
9180]
9181
9182[[package]]
9183name = "quick-error"
9184version = "2.0.1"
9185source = "registry+https://github.com/rust-lang/crates.io-index"
9186checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
9187
9188[[package]]
9189name = "quick-xml"
9190version = "0.32.0"
9191source = "registry+https://github.com/rust-lang/crates.io-index"
9192checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
9193dependencies = [
9194 "memchr",
9195]
9196
9197[[package]]
9198name = "quick-xml"
9199version = "0.34.0"
9200source = "registry+https://github.com/rust-lang/crates.io-index"
9201checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
9202dependencies = [
9203 "memchr",
9204]
9205
9206[[package]]
9207name = "quick_action_bar"
9208version = "0.1.0"
9209dependencies = [
9210 "assistant",
9211 "editor",
9212 "gpui",
9213 "markdown_preview",
9214 "picker",
9215 "repl",
9216 "search",
9217 "settings",
9218 "ui",
9219 "util",
9220 "workspace",
9221 "zed_actions",
9222]
9223
9224[[package]]
9225name = "quinn"
9226version = "0.11.5"
9227source = "registry+https://github.com/rust-lang/crates.io-index"
9228checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
9229dependencies = [
9230 "bytes 1.7.2",
9231 "pin-project-lite",
9232 "quinn-proto",
9233 "quinn-udp",
9234 "rustc-hash 2.0.0",
9235 "rustls 0.23.13",
9236 "socket2 0.5.7",
9237 "thiserror",
9238 "tokio",
9239 "tracing",
9240]
9241
9242[[package]]
9243name = "quinn-proto"
9244version = "0.11.8"
9245source = "registry+https://github.com/rust-lang/crates.io-index"
9246checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
9247dependencies = [
9248 "bytes 1.7.2",
9249 "rand 0.8.5",
9250 "ring",
9251 "rustc-hash 2.0.0",
9252 "rustls 0.23.13",
9253 "slab",
9254 "thiserror",
9255 "tinyvec",
9256 "tracing",
9257]
9258
9259[[package]]
9260name = "quinn-udp"
9261version = "0.5.5"
9262source = "registry+https://github.com/rust-lang/crates.io-index"
9263checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
9264dependencies = [
9265 "libc",
9266 "once_cell",
9267 "socket2 0.5.7",
9268 "tracing",
9269 "windows-sys 0.59.0",
9270]
9271
9272[[package]]
9273name = "quote"
9274version = "1.0.37"
9275source = "registry+https://github.com/rust-lang/crates.io-index"
9276checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
9277dependencies = [
9278 "proc-macro2",
9279]
9280
9281[[package]]
9282name = "radium"
9283version = "0.7.0"
9284source = "registry+https://github.com/rust-lang/crates.io-index"
9285checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
9286
9287[[package]]
9288name = "rand"
9289version = "0.7.3"
9290source = "registry+https://github.com/rust-lang/crates.io-index"
9291checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
9292dependencies = [
9293 "getrandom 0.1.16",
9294 "libc",
9295 "rand_chacha 0.2.2",
9296 "rand_core 0.5.1",
9297 "rand_hc",
9298]
9299
9300[[package]]
9301name = "rand"
9302version = "0.8.5"
9303source = "registry+https://github.com/rust-lang/crates.io-index"
9304checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
9305dependencies = [
9306 "libc",
9307 "rand_chacha 0.3.1",
9308 "rand_core 0.6.4",
9309]
9310
9311[[package]]
9312name = "rand_chacha"
9313version = "0.2.2"
9314source = "registry+https://github.com/rust-lang/crates.io-index"
9315checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
9316dependencies = [
9317 "ppv-lite86",
9318 "rand_core 0.5.1",
9319]
9320
9321[[package]]
9322name = "rand_chacha"
9323version = "0.3.1"
9324source = "registry+https://github.com/rust-lang/crates.io-index"
9325checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
9326dependencies = [
9327 "ppv-lite86",
9328 "rand_core 0.6.4",
9329]
9330
9331[[package]]
9332name = "rand_core"
9333version = "0.5.1"
9334source = "registry+https://github.com/rust-lang/crates.io-index"
9335checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
9336dependencies = [
9337 "getrandom 0.1.16",
9338]
9339
9340[[package]]
9341name = "rand_core"
9342version = "0.6.4"
9343source = "registry+https://github.com/rust-lang/crates.io-index"
9344checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
9345dependencies = [
9346 "getrandom 0.2.15",
9347]
9348
9349[[package]]
9350name = "rand_hc"
9351version = "0.2.0"
9352source = "registry+https://github.com/rust-lang/crates.io-index"
9353checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
9354dependencies = [
9355 "rand_core 0.5.1",
9356]
9357
9358[[package]]
9359name = "rangemap"
9360version = "1.5.1"
9361source = "registry+https://github.com/rust-lang/crates.io-index"
9362checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
9363
9364[[package]]
9365name = "rav1e"
9366version = "0.7.1"
9367source = "registry+https://github.com/rust-lang/crates.io-index"
9368checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
9369dependencies = [
9370 "arbitrary",
9371 "arg_enum_proc_macro",
9372 "arrayvec",
9373 "av1-grain",
9374 "bitstream-io",
9375 "built",
9376 "cfg-if",
9377 "interpolate_name",
9378 "itertools 0.12.1",
9379 "libc",
9380 "libfuzzer-sys",
9381 "log",
9382 "maybe-rayon",
9383 "new_debug_unreachable",
9384 "noop_proc_macro",
9385 "num-derive",
9386 "num-traits",
9387 "once_cell",
9388 "paste",
9389 "profiling",
9390 "rand 0.8.5",
9391 "rand_chacha 0.3.1",
9392 "simd_helpers",
9393 "system-deps",
9394 "thiserror",
9395 "v_frame",
9396 "wasm-bindgen",
9397]
9398
9399[[package]]
9400name = "ravif"
9401version = "0.11.10"
9402source = "registry+https://github.com/rust-lang/crates.io-index"
9403checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
9404dependencies = [
9405 "avif-serialize",
9406 "imgref",
9407 "loop9",
9408 "quick-error",
9409 "rav1e",
9410 "rgb",
9411]
9412
9413[[package]]
9414name = "raw-window-handle"
9415version = "0.6.2"
9416source = "registry+https://github.com/rust-lang/crates.io-index"
9417checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
9418
9419[[package]]
9420name = "raw-window-metal"
9421version = "0.4.0"
9422source = "registry+https://github.com/rust-lang/crates.io-index"
9423checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
9424dependencies = [
9425 "cocoa 0.25.0",
9426 "core-graphics 0.23.2",
9427 "objc",
9428 "raw-window-handle",
9429]
9430
9431[[package]]
9432name = "rayon"
9433version = "1.10.0"
9434source = "registry+https://github.com/rust-lang/crates.io-index"
9435checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
9436dependencies = [
9437 "either",
9438 "rayon-core",
9439]
9440
9441[[package]]
9442name = "rayon-core"
9443version = "1.12.1"
9444source = "registry+https://github.com/rust-lang/crates.io-index"
9445checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
9446dependencies = [
9447 "crossbeam-deque",
9448 "crossbeam-utils",
9449]
9450
9451[[package]]
9452name = "read-fonts"
9453version = "0.20.0"
9454source = "registry+https://github.com/rust-lang/crates.io-index"
9455checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd"
9456dependencies = [
9457 "bytemuck",
9458 "font-types",
9459]
9460
9461[[package]]
9462name = "recent_projects"
9463version = "0.1.0"
9464dependencies = [
9465 "anyhow",
9466 "auto_update",
9467 "editor",
9468 "file_finder",
9469 "futures 0.3.30",
9470 "fuzzy",
9471 "gpui",
9472 "itertools 0.13.0",
9473 "language",
9474 "log",
9475 "markdown",
9476 "menu",
9477 "ordered-float 2.10.1",
9478 "paths",
9479 "picker",
9480 "project",
9481 "release_channel",
9482 "remote",
9483 "schemars",
9484 "serde",
9485 "serde_json",
9486 "settings",
9487 "smol",
9488 "task",
9489 "theme",
9490 "ui",
9491 "util",
9492 "workspace",
9493]
9494
9495[[package]]
9496name = "redox_syscall"
9497version = "0.2.16"
9498source = "registry+https://github.com/rust-lang/crates.io-index"
9499checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
9500dependencies = [
9501 "bitflags 1.3.2",
9502]
9503
9504[[package]]
9505name = "redox_syscall"
9506version = "0.4.1"
9507source = "registry+https://github.com/rust-lang/crates.io-index"
9508checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
9509dependencies = [
9510 "bitflags 1.3.2",
9511]
9512
9513[[package]]
9514name = "redox_syscall"
9515version = "0.5.3"
9516source = "registry+https://github.com/rust-lang/crates.io-index"
9517checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
9518dependencies = [
9519 "bitflags 2.6.0",
9520]
9521
9522[[package]]
9523name = "redox_users"
9524version = "0.4.6"
9525source = "registry+https://github.com/rust-lang/crates.io-index"
9526checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
9527dependencies = [
9528 "getrandom 0.2.15",
9529 "libredox",
9530 "thiserror",
9531]
9532
9533[[package]]
9534name = "refineable"
9535version = "0.1.0"
9536dependencies = [
9537 "derive_refineable",
9538]
9539
9540[[package]]
9541name = "regalloc2"
9542version = "0.9.3"
9543source = "registry+https://github.com/rust-lang/crates.io-index"
9544checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
9545dependencies = [
9546 "hashbrown 0.13.2",
9547 "log",
9548 "rustc-hash 1.1.0",
9549 "slice-group-by",
9550 "smallvec",
9551]
9552
9553[[package]]
9554name = "regex"
9555version = "1.10.6"
9556source = "registry+https://github.com/rust-lang/crates.io-index"
9557checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
9558dependencies = [
9559 "aho-corasick",
9560 "memchr",
9561 "regex-automata 0.4.7",
9562 "regex-syntax 0.8.4",
9563]
9564
9565[[package]]
9566name = "regex-automata"
9567version = "0.1.10"
9568source = "registry+https://github.com/rust-lang/crates.io-index"
9569checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
9570dependencies = [
9571 "regex-syntax 0.6.29",
9572]
9573
9574[[package]]
9575name = "regex-automata"
9576version = "0.4.7"
9577source = "registry+https://github.com/rust-lang/crates.io-index"
9578checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
9579dependencies = [
9580 "aho-corasick",
9581 "memchr",
9582 "regex-syntax 0.8.4",
9583]
9584
9585[[package]]
9586name = "regex-lite"
9587version = "0.1.6"
9588source = "registry+https://github.com/rust-lang/crates.io-index"
9589checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
9590
9591[[package]]
9592name = "regex-syntax"
9593version = "0.6.29"
9594source = "registry+https://github.com/rust-lang/crates.io-index"
9595checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
9596
9597[[package]]
9598name = "regex-syntax"
9599version = "0.8.4"
9600source = "registry+https://github.com/rust-lang/crates.io-index"
9601checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
9602
9603[[package]]
9604name = "release_channel"
9605version = "0.1.0"
9606dependencies = [
9607 "gpui",
9608 "once_cell",
9609]
9610
9611[[package]]
9612name = "remote"
9613version = "0.1.0"
9614dependencies = [
9615 "anyhow",
9616 "async-trait",
9617 "collections",
9618 "fs",
9619 "futures 0.3.30",
9620 "gpui",
9621 "itertools 0.13.0",
9622 "log",
9623 "parking_lot",
9624 "paths",
9625 "prost",
9626 "release_channel",
9627 "rpc",
9628 "serde",
9629 "serde_json",
9630 "shlex",
9631 "smol",
9632 "tempfile",
9633 "thiserror",
9634 "util",
9635]
9636
9637[[package]]
9638name = "remote_server"
9639version = "0.1.0"
9640dependencies = [
9641 "anyhow",
9642 "async-watch",
9643 "backtrace",
9644 "cargo_toml",
9645 "chrono",
9646 "clap",
9647 "client",
9648 "clock",
9649 "env_logger 0.11.5",
9650 "fork",
9651 "fs",
9652 "futures 0.3.30",
9653 "git",
9654 "git_hosting_providers",
9655 "gpui",
9656 "http_client",
9657 "language",
9658 "languages",
9659 "libc",
9660 "log",
9661 "lsp",
9662 "node_runtime",
9663 "paths",
9664 "project",
9665 "proto",
9666 "release_channel",
9667 "remote",
9668 "reqwest_client",
9669 "rpc",
9670 "rust-embed",
9671 "serde",
9672 "serde_json",
9673 "settings",
9674 "shellexpand 2.1.2",
9675 "smol",
9676 "sysinfo",
9677 "telemetry_events",
9678 "toml 0.8.19",
9679 "util",
9680 "worktree",
9681]
9682
9683[[package]]
9684name = "rend"
9685version = "0.4.2"
9686source = "registry+https://github.com/rust-lang/crates.io-index"
9687checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
9688dependencies = [
9689 "bytecheck",
9690]
9691
9692[[package]]
9693name = "repl"
9694version = "0.1.0"
9695dependencies = [
9696 "alacritty_terminal",
9697 "anyhow",
9698 "async-dispatcher",
9699 "base64 0.22.1",
9700 "client",
9701 "collections",
9702 "command_palette_hooks",
9703 "editor",
9704 "env_logger 0.11.5",
9705 "feature_flags",
9706 "futures 0.3.30",
9707 "gpui",
9708 "http_client",
9709 "image",
9710 "indoc",
9711 "language",
9712 "languages",
9713 "log",
9714 "markdown_preview",
9715 "menu",
9716 "multi_buffer",
9717 "nbformat",
9718 "picker",
9719 "project",
9720 "runtimelib",
9721 "schemars",
9722 "serde",
9723 "serde_json",
9724 "settings",
9725 "smol",
9726 "terminal",
9727 "terminal_view",
9728 "theme",
9729 "tree-sitter-md",
9730 "tree-sitter-python",
9731 "tree-sitter-typescript",
9732 "ui",
9733 "util",
9734 "uuid",
9735 "windows 0.58.0",
9736 "workspace",
9737]
9738
9739[[package]]
9740name = "reqwest"
9741version = "0.11.27"
9742source = "registry+https://github.com/rust-lang/crates.io-index"
9743checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
9744dependencies = [
9745 "base64 0.21.7",
9746 "bytes 1.7.2",
9747 "encoding_rs",
9748 "futures-core",
9749 "futures-util",
9750 "h2 0.3.26",
9751 "http 0.2.12",
9752 "http-body 0.4.6",
9753 "hyper 0.14.31",
9754 "hyper-tls",
9755 "ipnet",
9756 "js-sys",
9757 "log",
9758 "mime",
9759 "native-tls",
9760 "once_cell",
9761 "percent-encoding",
9762 "pin-project-lite",
9763 "rustls-pemfile 1.0.4",
9764 "serde",
9765 "serde_json",
9766 "serde_urlencoded",
9767 "sync_wrapper 0.1.2",
9768 "system-configuration 0.5.1",
9769 "tokio",
9770 "tokio-native-tls",
9771 "tower-service",
9772 "url",
9773 "wasm-bindgen",
9774 "wasm-bindgen-futures",
9775 "web-sys",
9776 "winreg 0.50.0",
9777]
9778
9779[[package]]
9780name = "reqwest"
9781version = "0.12.8"
9782source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
9783dependencies = [
9784 "base64 0.22.1",
9785 "bytes 1.7.2",
9786 "encoding_rs",
9787 "futures-core",
9788 "futures-util",
9789 "h2 0.4.6",
9790 "http 1.1.0",
9791 "http-body 1.0.1",
9792 "http-body-util",
9793 "hyper 1.4.1",
9794 "hyper-rustls 0.27.3",
9795 "hyper-util",
9796 "ipnet",
9797 "js-sys",
9798 "log",
9799 "mime",
9800 "once_cell",
9801 "percent-encoding",
9802 "pin-project-lite",
9803 "quinn",
9804 "rustls 0.23.13",
9805 "rustls-native-certs 0.8.0",
9806 "rustls-pemfile 2.1.3",
9807 "rustls-pki-types",
9808 "serde",
9809 "serde_json",
9810 "serde_urlencoded",
9811 "sync_wrapper 1.0.1",
9812 "system-configuration 0.6.1",
9813 "tokio",
9814 "tokio-rustls 0.26.0",
9815 "tokio-socks",
9816 "tokio-util",
9817 "tower-service",
9818 "url",
9819 "wasm-bindgen",
9820 "wasm-bindgen-futures",
9821 "wasm-streams",
9822 "web-sys",
9823 "windows-registry",
9824]
9825
9826[[package]]
9827name = "reqwest_client"
9828version = "0.1.0"
9829dependencies = [
9830 "anyhow",
9831 "bytes 1.7.2",
9832 "futures 0.3.30",
9833 "gpui",
9834 "http_client",
9835 "log",
9836 "reqwest 0.12.8",
9837 "serde",
9838 "smol",
9839 "tokio",
9840]
9841
9842[[package]]
9843name = "resvg"
9844version = "0.44.0"
9845source = "registry+https://github.com/rust-lang/crates.io-index"
9846checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
9847dependencies = [
9848 "log",
9849 "pico-args",
9850 "rgb",
9851 "svgtypes",
9852 "tiny-skia",
9853 "usvg",
9854]
9855
9856[[package]]
9857name = "rfc6979"
9858version = "0.3.1"
9859source = "registry+https://github.com/rust-lang/crates.io-index"
9860checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9861dependencies = [
9862 "crypto-bigint 0.4.9",
9863 "hmac",
9864 "zeroize",
9865]
9866
9867[[package]]
9868name = "rgb"
9869version = "0.8.49"
9870source = "registry+https://github.com/rust-lang/crates.io-index"
9871checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
9872dependencies = [
9873 "bytemuck",
9874]
9875
9876[[package]]
9877name = "rich_text"
9878version = "0.1.0"
9879dependencies = [
9880 "futures 0.3.30",
9881 "gpui",
9882 "language",
9883 "linkify",
9884 "pulldown-cmark 0.12.2",
9885 "theme",
9886 "ui",
9887 "util",
9888]
9889
9890[[package]]
9891name = "ring"
9892version = "0.17.8"
9893source = "registry+https://github.com/rust-lang/crates.io-index"
9894checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
9895dependencies = [
9896 "cc",
9897 "cfg-if",
9898 "getrandom 0.2.15",
9899 "libc",
9900 "spin",
9901 "untrusted",
9902 "windows-sys 0.52.0",
9903]
9904
9905[[package]]
9906name = "rkyv"
9907version = "0.7.45"
9908source = "registry+https://github.com/rust-lang/crates.io-index"
9909checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
9910dependencies = [
9911 "bitvec",
9912 "bytecheck",
9913 "bytes 1.7.2",
9914 "hashbrown 0.12.3",
9915 "ptr_meta",
9916 "rend",
9917 "rkyv_derive",
9918 "seahash",
9919 "tinyvec",
9920 "uuid",
9921]
9922
9923[[package]]
9924name = "rkyv_derive"
9925version = "0.7.45"
9926source = "registry+https://github.com/rust-lang/crates.io-index"
9927checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
9928dependencies = [
9929 "proc-macro2",
9930 "quote",
9931 "syn 1.0.109",
9932]
9933
9934[[package]]
9935name = "rmp"
9936version = "0.8.14"
9937source = "registry+https://github.com/rust-lang/crates.io-index"
9938checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
9939dependencies = [
9940 "byteorder",
9941 "num-traits",
9942 "paste",
9943]
9944
9945[[package]]
9946name = "rmpv"
9947version = "1.3.0"
9948source = "registry+https://github.com/rust-lang/crates.io-index"
9949checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
9950dependencies = [
9951 "num-traits",
9952 "rmp",
9953]
9954
9955[[package]]
9956name = "rodio"
9957version = "0.19.0"
9958source = "registry+https://github.com/rust-lang/crates.io-index"
9959checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
9960dependencies = [
9961 "cpal",
9962 "hound",
9963 "thiserror",
9964]
9965
9966[[package]]
9967name = "rope"
9968version = "0.1.0"
9969dependencies = [
9970 "arrayvec",
9971 "criterion",
9972 "ctor",
9973 "env_logger 0.11.5",
9974 "gpui",
9975 "log",
9976 "rand 0.8.5",
9977 "rayon",
9978 "smallvec",
9979 "sum_tree",
9980 "unicode-segmentation",
9981 "util",
9982]
9983
9984[[package]]
9985name = "roxmltree"
9986version = "0.20.0"
9987source = "registry+https://github.com/rust-lang/crates.io-index"
9988checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9989
9990[[package]]
9991name = "rpc"
9992version = "0.1.0"
9993dependencies = [
9994 "anyhow",
9995 "async-tungstenite",
9996 "base64 0.22.1",
9997 "chrono",
9998 "collections",
9999 "env_logger 0.11.5",
10000 "futures 0.3.30",
10001 "gpui",
10002 "parking_lot",
10003 "proto",
10004 "rand 0.8.5",
10005 "rsa",
10006 "serde",
10007 "serde_json",
10008 "sha2",
10009 "strum 0.25.0",
10010 "tracing",
10011 "util",
10012 "zstd",
10013]
10014
10015[[package]]
10016name = "rsa"
10017version = "0.9.6"
10018source = "registry+https://github.com/rust-lang/crates.io-index"
10019checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
10020dependencies = [
10021 "const-oid",
10022 "digest",
10023 "num-bigint-dig",
10024 "num-integer",
10025 "num-traits",
10026 "pkcs1",
10027 "pkcs8 0.10.2",
10028 "rand_core 0.6.4",
10029 "signature 2.2.0",
10030 "spki 0.7.3",
10031 "subtle",
10032 "zeroize",
10033]
10034
10035[[package]]
10036name = "runtimelib"
10037version = "0.19.0"
10038source = "registry+https://github.com/rust-lang/crates.io-index"
10039checksum = "fe23ba9967355bbb1be2fb9a8e51bd239ffdf9c791fad5a9b765122ee2bde2e4"
10040dependencies = [
10041 "anyhow",
10042 "async-dispatcher",
10043 "async-std",
10044 "base64 0.22.1",
10045 "bytes 1.7.2",
10046 "chrono",
10047 "data-encoding",
10048 "dirs 5.0.1",
10049 "futures 0.3.30",
10050 "glob",
10051 "jupyter-serde",
10052 "rand 0.8.5",
10053 "ring",
10054 "serde",
10055 "serde_json",
10056 "shellexpand 3.1.0",
10057 "smol",
10058 "uuid",
10059 "zeromq",
10060]
10061
10062[[package]]
10063name = "rust-embed"
10064version = "8.5.0"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10067dependencies = [
10068 "rust-embed-impl",
10069 "rust-embed-utils",
10070 "walkdir",
10071]
10072
10073[[package]]
10074name = "rust-embed-impl"
10075version = "8.5.0"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10078dependencies = [
10079 "proc-macro2",
10080 "quote",
10081 "rust-embed-utils",
10082 "syn 2.0.87",
10083 "walkdir",
10084]
10085
10086[[package]]
10087name = "rust-embed-utils"
10088version = "8.5.0"
10089source = "registry+https://github.com/rust-lang/crates.io-index"
10090checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10091dependencies = [
10092 "globset",
10093 "sha2",
10094 "walkdir",
10095]
10096
10097[[package]]
10098name = "rust_decimal"
10099version = "1.36.0"
10100source = "registry+https://github.com/rust-lang/crates.io-index"
10101checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10102dependencies = [
10103 "arrayvec",
10104 "borsh",
10105 "bytes 1.7.2",
10106 "num-traits",
10107 "rand 0.8.5",
10108 "rkyv",
10109 "serde",
10110 "serde_json",
10111]
10112
10113[[package]]
10114name = "rustc-demangle"
10115version = "0.1.24"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10118
10119[[package]]
10120name = "rustc-hash"
10121version = "1.1.0"
10122source = "registry+https://github.com/rust-lang/crates.io-index"
10123checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10124
10125[[package]]
10126name = "rustc-hash"
10127version = "2.0.0"
10128source = "registry+https://github.com/rust-lang/crates.io-index"
10129checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
10130
10131[[package]]
10132name = "rustc_version"
10133version = "0.4.1"
10134source = "registry+https://github.com/rust-lang/crates.io-index"
10135checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10136dependencies = [
10137 "semver",
10138]
10139
10140[[package]]
10141name = "rustix"
10142version = "0.37.27"
10143source = "registry+https://github.com/rust-lang/crates.io-index"
10144checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
10145dependencies = [
10146 "bitflags 1.3.2",
10147 "errno 0.3.9",
10148 "io-lifetimes 1.0.11",
10149 "libc",
10150 "linux-raw-sys 0.3.8",
10151 "windows-sys 0.48.0",
10152]
10153
10154[[package]]
10155name = "rustix"
10156version = "0.38.35"
10157source = "registry+https://github.com/rust-lang/crates.io-index"
10158checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
10159dependencies = [
10160 "bitflags 2.6.0",
10161 "errno 0.3.9",
10162 "itoa",
10163 "libc",
10164 "linux-raw-sys 0.4.14",
10165 "once_cell",
10166 "windows-sys 0.52.0",
10167]
10168
10169[[package]]
10170name = "rustix-openpty"
10171version = "0.1.1"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10174dependencies = [
10175 "errno 0.3.9",
10176 "libc",
10177 "rustix 0.38.35",
10178]
10179
10180[[package]]
10181name = "rustls"
10182version = "0.21.12"
10183source = "registry+https://github.com/rust-lang/crates.io-index"
10184checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10185dependencies = [
10186 "log",
10187 "ring",
10188 "rustls-webpki 0.101.7",
10189 "sct",
10190]
10191
10192[[package]]
10193name = "rustls"
10194version = "0.23.13"
10195source = "registry+https://github.com/rust-lang/crates.io-index"
10196checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
10197dependencies = [
10198 "once_cell",
10199 "ring",
10200 "rustls-pki-types",
10201 "rustls-webpki 0.102.8",
10202 "subtle",
10203 "zeroize",
10204]
10205
10206[[package]]
10207name = "rustls-native-certs"
10208version = "0.6.3"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
10211dependencies = [
10212 "openssl-probe",
10213 "rustls-pemfile 1.0.4",
10214 "schannel",
10215 "security-framework",
10216]
10217
10218[[package]]
10219name = "rustls-native-certs"
10220version = "0.8.0"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
10223dependencies = [
10224 "openssl-probe",
10225 "rustls-pemfile 2.1.3",
10226 "rustls-pki-types",
10227 "schannel",
10228 "security-framework",
10229]
10230
10231[[package]]
10232name = "rustls-pemfile"
10233version = "1.0.4"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
10236dependencies = [
10237 "base64 0.21.7",
10238]
10239
10240[[package]]
10241name = "rustls-pemfile"
10242version = "2.1.3"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
10245dependencies = [
10246 "base64 0.22.1",
10247 "rustls-pki-types",
10248]
10249
10250[[package]]
10251name = "rustls-pki-types"
10252version = "1.8.0"
10253source = "registry+https://github.com/rust-lang/crates.io-index"
10254checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
10255
10256[[package]]
10257name = "rustls-webpki"
10258version = "0.101.7"
10259source = "registry+https://github.com/rust-lang/crates.io-index"
10260checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
10261dependencies = [
10262 "ring",
10263 "untrusted",
10264]
10265
10266[[package]]
10267name = "rustls-webpki"
10268version = "0.102.8"
10269source = "registry+https://github.com/rust-lang/crates.io-index"
10270checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
10271dependencies = [
10272 "ring",
10273 "rustls-pki-types",
10274 "untrusted",
10275]
10276
10277[[package]]
10278name = "rustversion"
10279version = "1.0.17"
10280source = "registry+https://github.com/rust-lang/crates.io-index"
10281checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
10282
10283[[package]]
10284name = "rustybuzz"
10285version = "0.14.1"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
10288dependencies = [
10289 "bitflags 2.6.0",
10290 "bytemuck",
10291 "libm",
10292 "smallvec",
10293 "ttf-parser",
10294 "unicode-bidi-mirroring",
10295 "unicode-ccc",
10296 "unicode-properties",
10297 "unicode-script",
10298]
10299
10300[[package]]
10301name = "ryu"
10302version = "1.0.18"
10303source = "registry+https://github.com/rust-lang/crates.io-index"
10304checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
10305
10306[[package]]
10307name = "salsa20"
10308version = "0.10.2"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
10311dependencies = [
10312 "cipher",
10313]
10314
10315[[package]]
10316name = "same-file"
10317version = "1.0.6"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
10320dependencies = [
10321 "winapi-util",
10322]
10323
10324[[package]]
10325name = "schannel"
10326version = "0.1.23"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
10329dependencies = [
10330 "windows-sys 0.52.0",
10331]
10332
10333[[package]]
10334name = "schemars"
10335version = "0.8.21"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
10338dependencies = [
10339 "dyn-clone",
10340 "indexmap 1.9.3",
10341 "schemars_derive",
10342 "serde",
10343 "serde_json",
10344]
10345
10346[[package]]
10347name = "schemars_derive"
10348version = "0.8.21"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
10351dependencies = [
10352 "proc-macro2",
10353 "quote",
10354 "serde_derive_internals 0.29.1",
10355 "syn 2.0.87",
10356]
10357
10358[[package]]
10359name = "scoped-tls"
10360version = "1.0.1"
10361source = "registry+https://github.com/rust-lang/crates.io-index"
10362checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
10363
10364[[package]]
10365name = "scopeguard"
10366version = "1.2.0"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
10369
10370[[package]]
10371name = "scrypt"
10372version = "0.11.0"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
10375dependencies = [
10376 "password-hash",
10377 "pbkdf2",
10378 "salsa20",
10379 "sha2",
10380]
10381
10382[[package]]
10383name = "sct"
10384version = "0.7.1"
10385source = "registry+https://github.com/rust-lang/crates.io-index"
10386checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
10387dependencies = [
10388 "ring",
10389 "untrusted",
10390]
10391
10392[[package]]
10393name = "sea-bae"
10394version = "0.2.0"
10395source = "registry+https://github.com/rust-lang/crates.io-index"
10396checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
10397dependencies = [
10398 "heck 0.4.1",
10399 "proc-macro-error",
10400 "proc-macro2",
10401 "quote",
10402 "syn 2.0.87",
10403]
10404
10405[[package]]
10406name = "sea-orm"
10407version = "1.1.0-rc.1"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
10410dependencies = [
10411 "async-stream",
10412 "async-trait",
10413 "bigdecimal",
10414 "chrono",
10415 "futures 0.3.30",
10416 "log",
10417 "ouroboros",
10418 "rust_decimal",
10419 "sea-orm-macros",
10420 "sea-query",
10421 "sea-query-binder",
10422 "serde",
10423 "serde_json",
10424 "sqlx",
10425 "strum 0.26.3",
10426 "thiserror",
10427 "time",
10428 "tracing",
10429 "url",
10430 "uuid",
10431]
10432
10433[[package]]
10434name = "sea-orm-macros"
10435version = "1.1.0-rc.1"
10436source = "registry+https://github.com/rust-lang/crates.io-index"
10437checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57"
10438dependencies = [
10439 "heck 0.4.1",
10440 "proc-macro2",
10441 "quote",
10442 "sea-bae",
10443 "syn 2.0.87",
10444 "unicode-ident",
10445]
10446
10447[[package]]
10448name = "sea-query"
10449version = "0.32.0-rc.1"
10450source = "registry+https://github.com/rust-lang/crates.io-index"
10451checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5"
10452dependencies = [
10453 "bigdecimal",
10454 "chrono",
10455 "educe",
10456 "inherent",
10457 "ordered-float 3.9.2",
10458 "rust_decimal",
10459 "serde_json",
10460 "time",
10461 "uuid",
10462]
10463
10464[[package]]
10465name = "sea-query-binder"
10466version = "0.7.0-rc.1"
10467source = "registry+https://github.com/rust-lang/crates.io-index"
10468checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57"
10469dependencies = [
10470 "bigdecimal",
10471 "chrono",
10472 "rust_decimal",
10473 "sea-query",
10474 "serde_json",
10475 "sqlx",
10476 "time",
10477 "uuid",
10478]
10479
10480[[package]]
10481name = "seahash"
10482version = "4.1.0"
10483source = "registry+https://github.com/rust-lang/crates.io-index"
10484checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
10485
10486[[package]]
10487name = "sealed"
10488version = "0.4.0"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
10491dependencies = [
10492 "heck 0.3.3",
10493 "proc-macro2",
10494 "quote",
10495 "syn 1.0.109",
10496]
10497
10498[[package]]
10499name = "search"
10500version = "0.1.0"
10501dependencies = [
10502 "any_vec",
10503 "anyhow",
10504 "bitflags 2.6.0",
10505 "client",
10506 "collections",
10507 "editor",
10508 "futures 0.3.30",
10509 "gpui",
10510 "language",
10511 "menu",
10512 "project",
10513 "serde",
10514 "serde_json",
10515 "settings",
10516 "smol",
10517 "theme",
10518 "ui",
10519 "unindent",
10520 "util",
10521 "workspace",
10522]
10523
10524[[package]]
10525name = "sec1"
10526version = "0.3.0"
10527source = "registry+https://github.com/rust-lang/crates.io-index"
10528checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
10529dependencies = [
10530 "base16ct",
10531 "der 0.6.1",
10532 "generic-array",
10533 "pkcs8 0.9.0",
10534 "subtle",
10535 "zeroize",
10536]
10537
10538[[package]]
10539name = "security-framework"
10540version = "2.11.1"
10541source = "registry+https://github.com/rust-lang/crates.io-index"
10542checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
10543dependencies = [
10544 "bitflags 2.6.0",
10545 "core-foundation 0.9.4",
10546 "core-foundation-sys",
10547 "libc",
10548 "security-framework-sys",
10549]
10550
10551[[package]]
10552name = "security-framework-sys"
10553version = "2.11.1"
10554source = "registry+https://github.com/rust-lang/crates.io-index"
10555checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
10556dependencies = [
10557 "core-foundation-sys",
10558 "libc",
10559]
10560
10561[[package]]
10562name = "self_cell"
10563version = "1.0.4"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
10566
10567[[package]]
10568name = "semantic_index"
10569version = "0.1.0"
10570dependencies = [
10571 "anyhow",
10572 "arrayvec",
10573 "blake3",
10574 "client",
10575 "clock",
10576 "collections",
10577 "env_logger 0.11.5",
10578 "feature_flags",
10579 "fs",
10580 "futures 0.3.30",
10581 "futures-batch",
10582 "gpui",
10583 "heed",
10584 "http_client",
10585 "language",
10586 "language_model",
10587 "languages",
10588 "log",
10589 "open_ai",
10590 "parking_lot",
10591 "project",
10592 "reqwest_client",
10593 "serde",
10594 "serde_json",
10595 "settings",
10596 "sha2",
10597 "smol",
10598 "tempfile",
10599 "theme",
10600 "tree-sitter",
10601 "ui",
10602 "unindent",
10603 "util",
10604 "workspace",
10605 "worktree",
10606]
10607
10608[[package]]
10609name = "semantic_version"
10610version = "0.1.0"
10611dependencies = [
10612 "anyhow",
10613 "serde",
10614]
10615
10616[[package]]
10617name = "semver"
10618version = "1.0.23"
10619source = "registry+https://github.com/rust-lang/crates.io-index"
10620checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
10621dependencies = [
10622 "serde",
10623]
10624
10625[[package]]
10626name = "serde"
10627version = "1.0.209"
10628source = "registry+https://github.com/rust-lang/crates.io-index"
10629checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
10630dependencies = [
10631 "serde_derive",
10632]
10633
10634[[package]]
10635name = "serde_derive"
10636version = "1.0.209"
10637source = "registry+https://github.com/rust-lang/crates.io-index"
10638checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
10639dependencies = [
10640 "proc-macro2",
10641 "quote",
10642 "syn 2.0.87",
10643]
10644
10645[[package]]
10646name = "serde_derive_internals"
10647version = "0.26.0"
10648source = "registry+https://github.com/rust-lang/crates.io-index"
10649checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
10650dependencies = [
10651 "proc-macro2",
10652 "quote",
10653 "syn 1.0.109",
10654]
10655
10656[[package]]
10657name = "serde_derive_internals"
10658version = "0.29.1"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
10661dependencies = [
10662 "proc-macro2",
10663 "quote",
10664 "syn 2.0.87",
10665]
10666
10667[[package]]
10668name = "serde_fmt"
10669version = "1.0.3"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
10672dependencies = [
10673 "serde",
10674]
10675
10676[[package]]
10677name = "serde_json"
10678version = "1.0.132"
10679source = "registry+https://github.com/rust-lang/crates.io-index"
10680checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
10681dependencies = [
10682 "indexmap 2.4.0",
10683 "itoa",
10684 "memchr",
10685 "ryu",
10686 "serde",
10687]
10688
10689[[package]]
10690name = "serde_json_lenient"
10691version = "0.2.1"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078"
10694dependencies = [
10695 "indexmap 2.4.0",
10696 "itoa",
10697 "ryu",
10698 "serde",
10699]
10700
10701[[package]]
10702name = "serde_path_to_error"
10703version = "0.1.16"
10704source = "registry+https://github.com/rust-lang/crates.io-index"
10705checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
10706dependencies = [
10707 "itoa",
10708 "serde",
10709]
10710
10711[[package]]
10712name = "serde_qs"
10713version = "0.8.5"
10714source = "registry+https://github.com/rust-lang/crates.io-index"
10715checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
10716dependencies = [
10717 "percent-encoding",
10718 "serde",
10719 "thiserror",
10720]
10721
10722[[package]]
10723name = "serde_qs"
10724version = "0.10.1"
10725source = "registry+https://github.com/rust-lang/crates.io-index"
10726checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
10727dependencies = [
10728 "percent-encoding",
10729 "serde",
10730 "thiserror",
10731]
10732
10733[[package]]
10734name = "serde_repr"
10735version = "0.1.19"
10736source = "registry+https://github.com/rust-lang/crates.io-index"
10737checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
10738dependencies = [
10739 "proc-macro2",
10740 "quote",
10741 "syn 2.0.87",
10742]
10743
10744[[package]]
10745name = "serde_spanned"
10746version = "0.6.7"
10747source = "registry+https://github.com/rust-lang/crates.io-index"
10748checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
10749dependencies = [
10750 "serde",
10751]
10752
10753[[package]]
10754name = "serde_urlencoded"
10755version = "0.7.1"
10756source = "registry+https://github.com/rust-lang/crates.io-index"
10757checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
10758dependencies = [
10759 "form_urlencoded",
10760 "itoa",
10761 "ryu",
10762 "serde",
10763]
10764
10765[[package]]
10766name = "session"
10767version = "0.1.0"
10768dependencies = [
10769 "db",
10770 "gpui",
10771 "serde_json",
10772 "util",
10773 "uuid",
10774]
10775
10776[[package]]
10777name = "settings"
10778version = "0.1.0"
10779dependencies = [
10780 "anyhow",
10781 "collections",
10782 "ec4rs",
10783 "fs",
10784 "futures 0.3.30",
10785 "gpui",
10786 "indoc",
10787 "log",
10788 "paths",
10789 "pretty_assertions",
10790 "release_channel",
10791 "rust-embed",
10792 "schemars",
10793 "serde",
10794 "serde_derive",
10795 "serde_json",
10796 "serde_json_lenient",
10797 "smallvec",
10798 "tree-sitter",
10799 "tree-sitter-json",
10800 "unindent",
10801 "util",
10802]
10803
10804[[package]]
10805name = "settings_ui"
10806version = "0.1.0"
10807dependencies = [
10808 "command_palette_hooks",
10809 "editor",
10810 "feature_flags",
10811 "gpui",
10812 "settings",
10813 "theme",
10814 "ui",
10815 "workspace",
10816]
10817
10818[[package]]
10819name = "sha1"
10820version = "0.10.6"
10821source = "registry+https://github.com/rust-lang/crates.io-index"
10822checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
10823dependencies = [
10824 "cfg-if",
10825 "cpufeatures",
10826 "digest",
10827]
10828
10829[[package]]
10830name = "sha1_smol"
10831version = "1.0.1"
10832source = "registry+https://github.com/rust-lang/crates.io-index"
10833checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
10834
10835[[package]]
10836name = "sha2"
10837version = "0.10.8"
10838source = "registry+https://github.com/rust-lang/crates.io-index"
10839checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
10840dependencies = [
10841 "cfg-if",
10842 "cpufeatures",
10843 "digest",
10844]
10845
10846[[package]]
10847name = "sharded-slab"
10848version = "0.1.7"
10849source = "registry+https://github.com/rust-lang/crates.io-index"
10850checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
10851dependencies = [
10852 "lazy_static",
10853]
10854
10855[[package]]
10856name = "shell-words"
10857version = "1.1.0"
10858source = "registry+https://github.com/rust-lang/crates.io-index"
10859checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
10860
10861[[package]]
10862name = "shellexpand"
10863version = "2.1.2"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
10866dependencies = [
10867 "dirs 4.0.0",
10868]
10869
10870[[package]]
10871name = "shellexpand"
10872version = "3.1.0"
10873source = "registry+https://github.com/rust-lang/crates.io-index"
10874checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
10875dependencies = [
10876 "dirs 5.0.1",
10877]
10878
10879[[package]]
10880name = "shlex"
10881version = "1.3.0"
10882source = "registry+https://github.com/rust-lang/crates.io-index"
10883checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
10884
10885[[package]]
10886name = "signal-hook"
10887version = "0.3.17"
10888source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
10890dependencies = [
10891 "libc",
10892 "signal-hook-registry",
10893]
10894
10895[[package]]
10896name = "signal-hook-registry"
10897version = "1.4.2"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
10900dependencies = [
10901 "libc",
10902]
10903
10904[[package]]
10905name = "signature"
10906version = "1.6.4"
10907source = "registry+https://github.com/rust-lang/crates.io-index"
10908checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
10909dependencies = [
10910 "digest",
10911 "rand_core 0.6.4",
10912]
10913
10914[[package]]
10915name = "signature"
10916version = "2.2.0"
10917source = "registry+https://github.com/rust-lang/crates.io-index"
10918checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
10919dependencies = [
10920 "digest",
10921 "rand_core 0.6.4",
10922]
10923
10924[[package]]
10925name = "simd-adler32"
10926version = "0.3.7"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
10929
10930[[package]]
10931name = "simd_helpers"
10932version = "0.1.0"
10933source = "registry+https://github.com/rust-lang/crates.io-index"
10934checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
10935dependencies = [
10936 "quote",
10937]
10938
10939[[package]]
10940name = "simdutf8"
10941version = "0.1.4"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
10944
10945[[package]]
10946name = "similar"
10947version = "1.3.0"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
10950
10951[[package]]
10952name = "simple_asn1"
10953version = "0.6.2"
10954source = "registry+https://github.com/rust-lang/crates.io-index"
10955checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
10956dependencies = [
10957 "num-bigint",
10958 "num-traits",
10959 "thiserror",
10960 "time",
10961]
10962
10963[[package]]
10964name = "simplecss"
10965version = "0.2.1"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
10968dependencies = [
10969 "log",
10970]
10971
10972[[package]]
10973name = "simplelog"
10974version = "0.12.2"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
10977dependencies = [
10978 "log",
10979 "termcolor",
10980 "time",
10981]
10982
10983[[package]]
10984name = "siphasher"
10985version = "0.3.11"
10986source = "registry+https://github.com/rust-lang/crates.io-index"
10987checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
10988
10989[[package]]
10990name = "siphasher"
10991version = "1.0.1"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
10994
10995[[package]]
10996name = "skrifa"
10997version = "0.20.0"
10998source = "registry+https://github.com/rust-lang/crates.io-index"
10999checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
11000dependencies = [
11001 "bytemuck",
11002 "read-fonts",
11003]
11004
11005[[package]]
11006name = "slab"
11007version = "0.4.9"
11008source = "registry+https://github.com/rust-lang/crates.io-index"
11009checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11010dependencies = [
11011 "autocfg",
11012]
11013
11014[[package]]
11015name = "slash_commands_example"
11016version = "0.1.0"
11017dependencies = [
11018 "zed_extension_api 0.1.0",
11019]
11020
11021[[package]]
11022name = "slice-group-by"
11023version = "0.3.1"
11024source = "registry+https://github.com/rust-lang/crates.io-index"
11025checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11026
11027[[package]]
11028name = "slotmap"
11029version = "1.0.7"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11032dependencies = [
11033 "version_check",
11034]
11035
11036[[package]]
11037name = "smallvec"
11038version = "1.13.2"
11039source = "registry+https://github.com/rust-lang/crates.io-index"
11040checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11041dependencies = [
11042 "serde",
11043]
11044
11045[[package]]
11046name = "smart-default"
11047version = "0.6.0"
11048source = "registry+https://github.com/rust-lang/crates.io-index"
11049checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11050dependencies = [
11051 "proc-macro2",
11052 "quote",
11053 "syn 1.0.109",
11054]
11055
11056[[package]]
11057name = "smol"
11058version = "1.3.0"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11061dependencies = [
11062 "async-channel 1.9.0",
11063 "async-executor",
11064 "async-fs 1.6.0",
11065 "async-io 1.13.0",
11066 "async-lock 2.8.0",
11067 "async-net 1.8.0",
11068 "async-process 1.8.1",
11069 "blocking",
11070 "futures-lite 1.13.0",
11071]
11072
11073[[package]]
11074name = "smol_str"
11075version = "0.1.24"
11076source = "registry+https://github.com/rust-lang/crates.io-index"
11077checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11078dependencies = [
11079 "serde",
11080]
11081
11082[[package]]
11083name = "snippet"
11084version = "0.1.0"
11085dependencies = [
11086 "anyhow",
11087 "smallvec",
11088]
11089
11090[[package]]
11091name = "snippet_provider"
11092version = "0.1.0"
11093dependencies = [
11094 "anyhow",
11095 "collections",
11096 "fs",
11097 "futures 0.3.30",
11098 "gpui",
11099 "parking_lot",
11100 "paths",
11101 "serde",
11102 "serde_json",
11103 "snippet",
11104 "util",
11105]
11106
11107[[package]]
11108name = "snippets_ui"
11109version = "0.1.0"
11110dependencies = [
11111 "fuzzy",
11112 "gpui",
11113 "language",
11114 "paths",
11115 "picker",
11116 "ui",
11117 "util",
11118 "workspace",
11119]
11120
11121[[package]]
11122name = "socket2"
11123version = "0.4.10"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
11126dependencies = [
11127 "libc",
11128 "winapi",
11129]
11130
11131[[package]]
11132name = "socket2"
11133version = "0.5.7"
11134source = "registry+https://github.com/rust-lang/crates.io-index"
11135checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
11136dependencies = [
11137 "libc",
11138 "windows-sys 0.52.0",
11139]
11140
11141[[package]]
11142name = "spdx"
11143version = "0.10.6"
11144source = "registry+https://github.com/rust-lang/crates.io-index"
11145checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
11146dependencies = [
11147 "smallvec",
11148]
11149
11150[[package]]
11151name = "spin"
11152version = "0.9.8"
11153source = "registry+https://github.com/rust-lang/crates.io-index"
11154checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11155dependencies = [
11156 "lock_api",
11157]
11158
11159[[package]]
11160name = "spirv"
11161version = "0.3.0+sdk-1.3.268.0"
11162source = "registry+https://github.com/rust-lang/crates.io-index"
11163checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11164dependencies = [
11165 "bitflags 2.6.0",
11166]
11167
11168[[package]]
11169name = "spki"
11170version = "0.6.0"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11173dependencies = [
11174 "base64ct",
11175 "der 0.6.1",
11176]
11177
11178[[package]]
11179name = "spki"
11180version = "0.7.3"
11181source = "registry+https://github.com/rust-lang/crates.io-index"
11182checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11183dependencies = [
11184 "base64ct",
11185 "der 0.7.9",
11186]
11187
11188[[package]]
11189name = "sptr"
11190version = "0.3.2"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11193
11194[[package]]
11195name = "sqlez"
11196version = "0.1.0"
11197dependencies = [
11198 "anyhow",
11199 "collections",
11200 "futures 0.3.30",
11201 "indoc",
11202 "libsqlite3-sys",
11203 "parking_lot",
11204 "smol",
11205 "sqlformat",
11206 "thread_local",
11207 "util",
11208 "uuid",
11209]
11210
11211[[package]]
11212name = "sqlez_macros"
11213version = "0.1.0"
11214dependencies = [
11215 "sqlez",
11216 "sqlformat",
11217 "syn 1.0.109",
11218]
11219
11220[[package]]
11221name = "sqlformat"
11222version = "0.2.6"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
11225dependencies = [
11226 "nom",
11227 "unicode_categories",
11228]
11229
11230[[package]]
11231name = "sqlx"
11232version = "0.8.0"
11233source = "registry+https://github.com/rust-lang/crates.io-index"
11234checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
11235dependencies = [
11236 "sqlx-core",
11237 "sqlx-macros",
11238 "sqlx-mysql",
11239 "sqlx-postgres",
11240 "sqlx-sqlite",
11241]
11242
11243[[package]]
11244name = "sqlx-core"
11245version = "0.8.0"
11246source = "registry+https://github.com/rust-lang/crates.io-index"
11247checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
11248dependencies = [
11249 "atoi",
11250 "bigdecimal",
11251 "byteorder",
11252 "bytes 1.7.2",
11253 "chrono",
11254 "crc",
11255 "crossbeam-queue",
11256 "either",
11257 "event-listener 5.3.1",
11258 "futures-channel",
11259 "futures-core",
11260 "futures-intrusive",
11261 "futures-io",
11262 "futures-util",
11263 "hashbrown 0.14.5",
11264 "hashlink 0.9.1",
11265 "hex",
11266 "indexmap 2.4.0",
11267 "log",
11268 "memchr",
11269 "once_cell",
11270 "paste",
11271 "percent-encoding",
11272 "rust_decimal",
11273 "rustls 0.21.12",
11274 "rustls-pemfile 1.0.4",
11275 "serde",
11276 "serde_json",
11277 "sha2",
11278 "smallvec",
11279 "sqlformat",
11280 "thiserror",
11281 "time",
11282 "tokio",
11283 "tokio-stream",
11284 "tracing",
11285 "url",
11286 "uuid",
11287 "webpki-roots 0.25.4",
11288]
11289
11290[[package]]
11291name = "sqlx-macros"
11292version = "0.8.0"
11293source = "registry+https://github.com/rust-lang/crates.io-index"
11294checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
11295dependencies = [
11296 "proc-macro2",
11297 "quote",
11298 "sqlx-core",
11299 "sqlx-macros-core",
11300 "syn 2.0.87",
11301]
11302
11303[[package]]
11304name = "sqlx-macros-core"
11305version = "0.8.0"
11306source = "registry+https://github.com/rust-lang/crates.io-index"
11307checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
11308dependencies = [
11309 "dotenvy",
11310 "either",
11311 "heck 0.5.0",
11312 "hex",
11313 "once_cell",
11314 "proc-macro2",
11315 "quote",
11316 "serde",
11317 "serde_json",
11318 "sha2",
11319 "sqlx-core",
11320 "sqlx-mysql",
11321 "sqlx-postgres",
11322 "sqlx-sqlite",
11323 "syn 2.0.87",
11324 "tempfile",
11325 "tokio",
11326 "url",
11327]
11328
11329[[package]]
11330name = "sqlx-mysql"
11331version = "0.8.0"
11332source = "registry+https://github.com/rust-lang/crates.io-index"
11333checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
11334dependencies = [
11335 "atoi",
11336 "base64 0.22.1",
11337 "bigdecimal",
11338 "bitflags 2.6.0",
11339 "byteorder",
11340 "bytes 1.7.2",
11341 "chrono",
11342 "crc",
11343 "digest",
11344 "dotenvy",
11345 "either",
11346 "futures-channel",
11347 "futures-core",
11348 "futures-io",
11349 "futures-util",
11350 "generic-array",
11351 "hex",
11352 "hkdf",
11353 "hmac",
11354 "itoa",
11355 "log",
11356 "md-5",
11357 "memchr",
11358 "once_cell",
11359 "percent-encoding",
11360 "rand 0.8.5",
11361 "rsa",
11362 "rust_decimal",
11363 "serde",
11364 "sha1",
11365 "sha2",
11366 "smallvec",
11367 "sqlx-core",
11368 "stringprep",
11369 "thiserror",
11370 "time",
11371 "tracing",
11372 "uuid",
11373 "whoami",
11374]
11375
11376[[package]]
11377name = "sqlx-postgres"
11378version = "0.8.0"
11379source = "registry+https://github.com/rust-lang/crates.io-index"
11380checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
11381dependencies = [
11382 "atoi",
11383 "base64 0.22.1",
11384 "bigdecimal",
11385 "bitflags 2.6.0",
11386 "byteorder",
11387 "chrono",
11388 "crc",
11389 "dotenvy",
11390 "etcetera",
11391 "futures-channel",
11392 "futures-core",
11393 "futures-io",
11394 "futures-util",
11395 "hex",
11396 "hkdf",
11397 "hmac",
11398 "home",
11399 "itoa",
11400 "log",
11401 "md-5",
11402 "memchr",
11403 "num-bigint",
11404 "once_cell",
11405 "rand 0.8.5",
11406 "rust_decimal",
11407 "serde",
11408 "serde_json",
11409 "sha2",
11410 "smallvec",
11411 "sqlx-core",
11412 "stringprep",
11413 "thiserror",
11414 "time",
11415 "tracing",
11416 "uuid",
11417 "whoami",
11418]
11419
11420[[package]]
11421name = "sqlx-sqlite"
11422version = "0.8.0"
11423source = "registry+https://github.com/rust-lang/crates.io-index"
11424checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
11425dependencies = [
11426 "atoi",
11427 "chrono",
11428 "flume",
11429 "futures-channel",
11430 "futures-core",
11431 "futures-executor",
11432 "futures-intrusive",
11433 "futures-util",
11434 "libsqlite3-sys",
11435 "log",
11436 "percent-encoding",
11437 "serde",
11438 "serde_urlencoded",
11439 "sqlx-core",
11440 "time",
11441 "tracing",
11442 "url",
11443 "uuid",
11444]
11445
11446[[package]]
11447name = "stable_deref_trait"
11448version = "1.2.0"
11449source = "registry+https://github.com/rust-lang/crates.io-index"
11450checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
11451
11452[[package]]
11453name = "static_assertions"
11454version = "1.1.0"
11455source = "registry+https://github.com/rust-lang/crates.io-index"
11456checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
11457
11458[[package]]
11459name = "story"
11460version = "0.1.0"
11461dependencies = [
11462 "gpui",
11463 "itertools 0.13.0",
11464 "smallvec",
11465]
11466
11467[[package]]
11468name = "storybook"
11469version = "0.1.0"
11470dependencies = [
11471 "anyhow",
11472 "clap",
11473 "collab_ui",
11474 "ctrlc",
11475 "dialoguer",
11476 "editor",
11477 "fuzzy",
11478 "gpui",
11479 "indoc",
11480 "language",
11481 "log",
11482 "menu",
11483 "picker",
11484 "project",
11485 "reqwest_client",
11486 "rust-embed",
11487 "settings",
11488 "simplelog",
11489 "story",
11490 "strum 0.25.0",
11491 "theme",
11492 "title_bar",
11493 "ui",
11494]
11495
11496[[package]]
11497name = "strict-num"
11498version = "0.1.1"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
11501dependencies = [
11502 "float-cmp",
11503]
11504
11505[[package]]
11506name = "string_cache"
11507version = "0.8.7"
11508source = "registry+https://github.com/rust-lang/crates.io-index"
11509checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
11510dependencies = [
11511 "new_debug_unreachable",
11512 "once_cell",
11513 "parking_lot",
11514 "phf_shared 0.10.0",
11515 "precomputed-hash",
11516 "serde",
11517]
11518
11519[[package]]
11520name = "string_cache_codegen"
11521version = "0.5.2"
11522source = "registry+https://github.com/rust-lang/crates.io-index"
11523checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
11524dependencies = [
11525 "phf_generator 0.10.0",
11526 "phf_shared 0.10.0",
11527 "proc-macro2",
11528 "quote",
11529]
11530
11531[[package]]
11532name = "stringprep"
11533version = "0.1.5"
11534source = "registry+https://github.com/rust-lang/crates.io-index"
11535checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
11536dependencies = [
11537 "unicode-bidi",
11538 "unicode-normalization",
11539 "unicode-properties",
11540]
11541
11542[[package]]
11543name = "strsim"
11544version = "0.11.1"
11545source = "registry+https://github.com/rust-lang/crates.io-index"
11546checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
11547
11548[[package]]
11549name = "strum"
11550version = "0.25.0"
11551source = "registry+https://github.com/rust-lang/crates.io-index"
11552checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
11553dependencies = [
11554 "strum_macros",
11555]
11556
11557[[package]]
11558name = "strum"
11559version = "0.26.3"
11560source = "registry+https://github.com/rust-lang/crates.io-index"
11561checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
11562
11563[[package]]
11564name = "strum_macros"
11565version = "0.25.3"
11566source = "registry+https://github.com/rust-lang/crates.io-index"
11567checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
11568dependencies = [
11569 "heck 0.4.1",
11570 "proc-macro2",
11571 "quote",
11572 "rustversion",
11573 "syn 2.0.87",
11574]
11575
11576[[package]]
11577name = "subtle"
11578version = "2.6.1"
11579source = "registry+https://github.com/rust-lang/crates.io-index"
11580checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
11581
11582[[package]]
11583name = "sum_tree"
11584version = "0.1.0"
11585dependencies = [
11586 "arrayvec",
11587 "ctor",
11588 "env_logger 0.11.5",
11589 "log",
11590 "rand 0.8.5",
11591 "rayon",
11592]
11593
11594[[package]]
11595name = "supermaven"
11596version = "0.1.0"
11597dependencies = [
11598 "anyhow",
11599 "client",
11600 "collections",
11601 "editor",
11602 "env_logger 0.11.5",
11603 "futures 0.3.30",
11604 "gpui",
11605 "http_client",
11606 "language",
11607 "log",
11608 "postage",
11609 "project",
11610 "serde",
11611 "serde_json",
11612 "settings",
11613 "smol",
11614 "supermaven_api",
11615 "text",
11616 "theme",
11617 "ui",
11618 "unicode-segmentation",
11619 "util",
11620 "windows 0.58.0",
11621]
11622
11623[[package]]
11624name = "supermaven_api"
11625version = "0.1.0"
11626dependencies = [
11627 "anyhow",
11628 "futures 0.3.30",
11629 "http_client",
11630 "paths",
11631 "serde",
11632 "serde_json",
11633 "smol",
11634]
11635
11636[[package]]
11637name = "sval"
11638version = "2.13.0"
11639source = "registry+https://github.com/rust-lang/crates.io-index"
11640checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
11641
11642[[package]]
11643name = "sval_buffer"
11644version = "2.13.0"
11645source = "registry+https://github.com/rust-lang/crates.io-index"
11646checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
11647dependencies = [
11648 "sval",
11649 "sval_ref",
11650]
11651
11652[[package]]
11653name = "sval_dynamic"
11654version = "2.13.0"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
11657dependencies = [
11658 "sval",
11659]
11660
11661[[package]]
11662name = "sval_fmt"
11663version = "2.13.0"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
11666dependencies = [
11667 "itoa",
11668 "ryu",
11669 "sval",
11670]
11671
11672[[package]]
11673name = "sval_json"
11674version = "2.13.0"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
11677dependencies = [
11678 "itoa",
11679 "ryu",
11680 "sval",
11681]
11682
11683[[package]]
11684name = "sval_nested"
11685version = "2.13.0"
11686source = "registry+https://github.com/rust-lang/crates.io-index"
11687checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
11688dependencies = [
11689 "sval",
11690 "sval_buffer",
11691 "sval_ref",
11692]
11693
11694[[package]]
11695name = "sval_ref"
11696version = "2.13.0"
11697source = "registry+https://github.com/rust-lang/crates.io-index"
11698checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
11699dependencies = [
11700 "sval",
11701]
11702
11703[[package]]
11704name = "sval_serde"
11705version = "2.13.0"
11706source = "registry+https://github.com/rust-lang/crates.io-index"
11707checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
11708dependencies = [
11709 "serde",
11710 "sval",
11711 "sval_nested",
11712]
11713
11714[[package]]
11715name = "svg_fmt"
11716version = "0.4.3"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
11719
11720[[package]]
11721name = "svgtypes"
11722version = "0.15.2"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
11725dependencies = [
11726 "kurbo",
11727 "siphasher 1.0.1",
11728]
11729
11730[[package]]
11731name = "swash"
11732version = "0.1.18"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
11735dependencies = [
11736 "skrifa",
11737 "yazi",
11738 "zeno",
11739]
11740
11741[[package]]
11742name = "syn"
11743version = "1.0.109"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
11746dependencies = [
11747 "proc-macro2",
11748 "quote",
11749 "unicode-ident",
11750]
11751
11752[[package]]
11753name = "syn"
11754version = "2.0.87"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
11757dependencies = [
11758 "proc-macro2",
11759 "quote",
11760 "unicode-ident",
11761]
11762
11763[[package]]
11764name = "syn_derive"
11765version = "0.1.8"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
11768dependencies = [
11769 "proc-macro-error",
11770 "proc-macro2",
11771 "quote",
11772 "syn 2.0.87",
11773]
11774
11775[[package]]
11776name = "sync_wrapper"
11777version = "0.1.2"
11778source = "registry+https://github.com/rust-lang/crates.io-index"
11779checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
11780
11781[[package]]
11782name = "sync_wrapper"
11783version = "1.0.1"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
11786dependencies = [
11787 "futures-core",
11788]
11789
11790[[package]]
11791name = "synchronoise"
11792version = "1.0.1"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
11795dependencies = [
11796 "crossbeam-queue",
11797]
11798
11799[[package]]
11800name = "sys-locale"
11801version = "0.3.2"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
11804dependencies = [
11805 "libc",
11806]
11807
11808[[package]]
11809name = "sysinfo"
11810version = "0.31.4"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
11813dependencies = [
11814 "core-foundation-sys",
11815 "libc",
11816 "memchr",
11817 "ntapi",
11818 "rayon",
11819 "windows 0.54.0",
11820]
11821
11822[[package]]
11823name = "system-configuration"
11824version = "0.5.1"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
11827dependencies = [
11828 "bitflags 1.3.2",
11829 "core-foundation 0.9.4",
11830 "system-configuration-sys 0.5.0",
11831]
11832
11833[[package]]
11834name = "system-configuration"
11835version = "0.6.1"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
11838dependencies = [
11839 "bitflags 2.6.0",
11840 "core-foundation 0.9.4",
11841 "system-configuration-sys 0.6.0",
11842]
11843
11844[[package]]
11845name = "system-configuration-sys"
11846version = "0.5.0"
11847source = "registry+https://github.com/rust-lang/crates.io-index"
11848checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
11849dependencies = [
11850 "core-foundation-sys",
11851 "libc",
11852]
11853
11854[[package]]
11855name = "system-configuration-sys"
11856version = "0.6.0"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
11859dependencies = [
11860 "core-foundation-sys",
11861 "libc",
11862]
11863
11864[[package]]
11865name = "system-deps"
11866version = "6.2.2"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
11869dependencies = [
11870 "cfg-expr",
11871 "heck 0.5.0",
11872 "pkg-config",
11873 "toml 0.8.19",
11874 "version-compare",
11875]
11876
11877[[package]]
11878name = "system-interface"
11879version = "0.27.2"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
11882dependencies = [
11883 "bitflags 2.6.0",
11884 "cap-fs-ext",
11885 "cap-std",
11886 "fd-lock",
11887 "io-lifetimes 2.0.3",
11888 "rustix 0.38.35",
11889 "windows-sys 0.52.0",
11890 "winx",
11891]
11892
11893[[package]]
11894name = "tab_switcher"
11895version = "0.1.0"
11896dependencies = [
11897 "anyhow",
11898 "collections",
11899 "ctor",
11900 "editor",
11901 "env_logger 0.11.5",
11902 "gpui",
11903 "language",
11904 "menu",
11905 "picker",
11906 "project",
11907 "serde",
11908 "serde_json",
11909 "settings",
11910 "theme",
11911 "ui",
11912 "util",
11913 "workspace",
11914]
11915
11916[[package]]
11917name = "taffy"
11918version = "0.4.4"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
11921dependencies = [
11922 "arrayvec",
11923 "grid",
11924 "num-traits",
11925 "serde",
11926 "slotmap",
11927]
11928
11929[[package]]
11930name = "take-until"
11931version = "0.2.0"
11932source = "registry+https://github.com/rust-lang/crates.io-index"
11933checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
11934
11935[[package]]
11936name = "tap"
11937version = "1.0.1"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
11940
11941[[package]]
11942name = "target-lexicon"
11943version = "0.12.16"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
11946
11947[[package]]
11948name = "task"
11949version = "0.1.0"
11950dependencies = [
11951 "anyhow",
11952 "collections",
11953 "futures 0.3.30",
11954 "gpui",
11955 "hex",
11956 "parking_lot",
11957 "schemars",
11958 "serde",
11959 "serde_json_lenient",
11960 "sha2",
11961 "shellexpand 2.1.2",
11962 "util",
11963]
11964
11965[[package]]
11966name = "tasks_ui"
11967version = "0.1.0"
11968dependencies = [
11969 "anyhow",
11970 "editor",
11971 "file_icons",
11972 "fuzzy",
11973 "gpui",
11974 "language",
11975 "menu",
11976 "picker",
11977 "project",
11978 "schemars",
11979 "serde",
11980 "serde_json",
11981 "settings",
11982 "task",
11983 "tree-sitter-rust",
11984 "tree-sitter-typescript",
11985 "ui",
11986 "util",
11987 "workspace",
11988]
11989
11990[[package]]
11991name = "telemetry_events"
11992version = "0.1.0"
11993dependencies = [
11994 "semantic_version",
11995 "serde",
11996]
11997
11998[[package]]
11999name = "tempfile"
12000version = "3.12.0"
12001source = "registry+https://github.com/rust-lang/crates.io-index"
12002checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
12003dependencies = [
12004 "cfg-if",
12005 "fastrand 2.1.1",
12006 "once_cell",
12007 "rustix 0.38.35",
12008 "windows-sys 0.59.0",
12009]
12010
12011[[package]]
12012name = "tendril"
12013version = "0.4.3"
12014source = "registry+https://github.com/rust-lang/crates.io-index"
12015checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12016dependencies = [
12017 "futf",
12018 "mac",
12019 "utf-8",
12020]
12021
12022[[package]]
12023name = "termcolor"
12024version = "1.4.1"
12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12027dependencies = [
12028 "winapi-util",
12029]
12030
12031[[package]]
12032name = "terminal"
12033version = "0.1.0"
12034dependencies = [
12035 "alacritty_terminal",
12036 "anyhow",
12037 "collections",
12038 "dirs 4.0.0",
12039 "futures 0.3.30",
12040 "gpui",
12041 "libc",
12042 "rand 0.8.5",
12043 "regex",
12044 "release_channel",
12045 "schemars",
12046 "serde",
12047 "serde_derive",
12048 "settings",
12049 "smol",
12050 "sysinfo",
12051 "task",
12052 "theme",
12053 "thiserror",
12054 "util",
12055 "windows 0.58.0",
12056]
12057
12058[[package]]
12059name = "terminal_size"
12060version = "0.4.0"
12061source = "registry+https://github.com/rust-lang/crates.io-index"
12062checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
12063dependencies = [
12064 "rustix 0.38.35",
12065 "windows-sys 0.59.0",
12066]
12067
12068[[package]]
12069name = "terminal_view"
12070version = "0.1.0"
12071dependencies = [
12072 "anyhow",
12073 "client",
12074 "collections",
12075 "db",
12076 "dirs 4.0.0",
12077 "editor",
12078 "futures 0.3.30",
12079 "gpui",
12080 "itertools 0.13.0",
12081 "language",
12082 "project",
12083 "rand 0.8.5",
12084 "search",
12085 "serde",
12086 "serde_json",
12087 "settings",
12088 "shellexpand 2.1.2",
12089 "smol",
12090 "task",
12091 "tasks_ui",
12092 "terminal",
12093 "theme",
12094 "ui",
12095 "util",
12096 "workspace",
12097 "zed_actions",
12098]
12099
12100[[package]]
12101name = "text"
12102version = "0.1.0"
12103dependencies = [
12104 "anyhow",
12105 "clock",
12106 "collections",
12107 "ctor",
12108 "env_logger 0.11.5",
12109 "gpui",
12110 "http_client",
12111 "log",
12112 "parking_lot",
12113 "postage",
12114 "rand 0.8.5",
12115 "regex",
12116 "rope",
12117 "smallvec",
12118 "sum_tree",
12119 "util",
12120]
12121
12122[[package]]
12123name = "theme"
12124version = "0.1.0"
12125dependencies = [
12126 "anyhow",
12127 "collections",
12128 "derive_more",
12129 "fs",
12130 "futures 0.3.30",
12131 "gpui",
12132 "indexmap 1.9.3",
12133 "log",
12134 "palette",
12135 "parking_lot",
12136 "refineable",
12137 "schemars",
12138 "serde",
12139 "serde_derive",
12140 "serde_json",
12141 "serde_json_lenient",
12142 "serde_repr",
12143 "settings",
12144 "strum 0.25.0",
12145 "util",
12146 "uuid",
12147]
12148
12149[[package]]
12150name = "theme_importer"
12151version = "0.1.0"
12152dependencies = [
12153 "anyhow",
12154 "clap",
12155 "gpui",
12156 "indexmap 1.9.3",
12157 "log",
12158 "palette",
12159 "rust-embed",
12160 "schemars",
12161 "serde",
12162 "serde_json",
12163 "serde_json_lenient",
12164 "simplelog",
12165 "strum 0.25.0",
12166 "theme",
12167 "vscode_theme",
12168]
12169
12170[[package]]
12171name = "theme_selector"
12172version = "0.1.0"
12173dependencies = [
12174 "client",
12175 "fs",
12176 "fuzzy",
12177 "gpui",
12178 "log",
12179 "picker",
12180 "serde",
12181 "settings",
12182 "theme",
12183 "ui",
12184 "util",
12185 "workspace",
12186]
12187
12188[[package]]
12189name = "thiserror"
12190version = "1.0.69"
12191source = "registry+https://github.com/rust-lang/crates.io-index"
12192checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
12193dependencies = [
12194 "thiserror-impl",
12195]
12196
12197[[package]]
12198name = "thiserror-impl"
12199version = "1.0.69"
12200source = "registry+https://github.com/rust-lang/crates.io-index"
12201checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
12202dependencies = [
12203 "proc-macro2",
12204 "quote",
12205 "syn 2.0.87",
12206]
12207
12208[[package]]
12209name = "thread_local"
12210version = "1.1.8"
12211source = "registry+https://github.com/rust-lang/crates.io-index"
12212checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
12213dependencies = [
12214 "cfg-if",
12215 "once_cell",
12216]
12217
12218[[package]]
12219name = "tiff"
12220version = "0.9.1"
12221source = "registry+https://github.com/rust-lang/crates.io-index"
12222checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
12223dependencies = [
12224 "flate2",
12225 "jpeg-decoder",
12226 "weezl",
12227]
12228
12229[[package]]
12230name = "tiktoken-rs"
12231version = "0.5.9"
12232source = "registry+https://github.com/rust-lang/crates.io-index"
12233checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
12234dependencies = [
12235 "anyhow",
12236 "base64 0.21.7",
12237 "bstr",
12238 "fancy-regex 0.12.0",
12239 "lazy_static",
12240 "parking_lot",
12241 "rustc-hash 1.1.0",
12242]
12243
12244[[package]]
12245name = "time"
12246version = "0.3.36"
12247source = "registry+https://github.com/rust-lang/crates.io-index"
12248checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
12249dependencies = [
12250 "deranged",
12251 "itoa",
12252 "libc",
12253 "num-conv",
12254 "num_threads",
12255 "powerfmt",
12256 "serde",
12257 "time-core",
12258 "time-macros",
12259]
12260
12261[[package]]
12262name = "time-core"
12263version = "0.1.2"
12264source = "registry+https://github.com/rust-lang/crates.io-index"
12265checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
12266
12267[[package]]
12268name = "time-macros"
12269version = "0.2.18"
12270source = "registry+https://github.com/rust-lang/crates.io-index"
12271checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
12272dependencies = [
12273 "num-conv",
12274 "time-core",
12275]
12276
12277[[package]]
12278name = "time_format"
12279version = "0.1.0"
12280dependencies = [
12281 "core-foundation 0.9.4",
12282 "core-foundation-sys",
12283 "sys-locale",
12284 "time",
12285]
12286
12287[[package]]
12288name = "tiny-keccak"
12289version = "2.0.2"
12290source = "registry+https://github.com/rust-lang/crates.io-index"
12291checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
12292dependencies = [
12293 "crunchy",
12294]
12295
12296[[package]]
12297name = "tiny-skia"
12298version = "0.11.4"
12299source = "registry+https://github.com/rust-lang/crates.io-index"
12300checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
12301dependencies = [
12302 "arrayref",
12303 "arrayvec",
12304 "bytemuck",
12305 "cfg-if",
12306 "log",
12307 "png",
12308 "tiny-skia-path",
12309]
12310
12311[[package]]
12312name = "tiny-skia-path"
12313version = "0.11.4"
12314source = "registry+https://github.com/rust-lang/crates.io-index"
12315checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
12316dependencies = [
12317 "arrayref",
12318 "bytemuck",
12319 "strict-num",
12320]
12321
12322[[package]]
12323name = "tiny_http"
12324version = "0.8.2"
12325source = "registry+https://github.com/rust-lang/crates.io-index"
12326checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
12327dependencies = [
12328 "ascii",
12329 "chrono",
12330 "chunked_transfer",
12331 "log",
12332 "url",
12333]
12334
12335[[package]]
12336name = "tinytemplate"
12337version = "1.2.1"
12338source = "registry+https://github.com/rust-lang/crates.io-index"
12339checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
12340dependencies = [
12341 "serde",
12342 "serde_json",
12343]
12344
12345[[package]]
12346name = "tinyvec"
12347version = "1.8.0"
12348source = "registry+https://github.com/rust-lang/crates.io-index"
12349checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
12350dependencies = [
12351 "tinyvec_macros",
12352]
12353
12354[[package]]
12355name = "tinyvec_macros"
12356version = "0.1.1"
12357source = "registry+https://github.com/rust-lang/crates.io-index"
12358checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
12359
12360[[package]]
12361name = "title_bar"
12362version = "0.1.0"
12363dependencies = [
12364 "auto_update",
12365 "call",
12366 "client",
12367 "collections",
12368 "command_palette",
12369 "editor",
12370 "extensions_ui",
12371 "feature_flags",
12372 "feedback",
12373 "gpui",
12374 "http_client",
12375 "notifications",
12376 "pretty_assertions",
12377 "project",
12378 "recent_projects",
12379 "remote",
12380 "rpc",
12381 "serde",
12382 "settings",
12383 "smallvec",
12384 "story",
12385 "theme",
12386 "theme_selector",
12387 "tree-sitter-md",
12388 "ui",
12389 "util",
12390 "vcs_menu",
12391 "windows 0.58.0",
12392 "workspace",
12393 "zed_actions",
12394]
12395
12396[[package]]
12397name = "tokio"
12398version = "1.40.0"
12399source = "registry+https://github.com/rust-lang/crates.io-index"
12400checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
12401dependencies = [
12402 "backtrace",
12403 "bytes 1.7.2",
12404 "libc",
12405 "mio 1.0.2",
12406 "parking_lot",
12407 "pin-project-lite",
12408 "signal-hook-registry",
12409 "socket2 0.5.7",
12410 "tokio-macros",
12411 "windows-sys 0.52.0",
12412]
12413
12414[[package]]
12415name = "tokio-io"
12416version = "0.1.13"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
12419dependencies = [
12420 "bytes 0.4.12",
12421 "futures 0.1.31",
12422 "log",
12423]
12424
12425[[package]]
12426name = "tokio-macros"
12427version = "2.4.0"
12428source = "registry+https://github.com/rust-lang/crates.io-index"
12429checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
12430dependencies = [
12431 "proc-macro2",
12432 "quote",
12433 "syn 2.0.87",
12434]
12435
12436[[package]]
12437name = "tokio-native-tls"
12438version = "0.3.1"
12439source = "registry+https://github.com/rust-lang/crates.io-index"
12440checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
12441dependencies = [
12442 "native-tls",
12443 "tokio",
12444]
12445
12446[[package]]
12447name = "tokio-rustls"
12448version = "0.24.1"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
12451dependencies = [
12452 "rustls 0.21.12",
12453 "tokio",
12454]
12455
12456[[package]]
12457name = "tokio-rustls"
12458version = "0.26.0"
12459source = "registry+https://github.com/rust-lang/crates.io-index"
12460checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
12461dependencies = [
12462 "rustls 0.23.13",
12463 "rustls-pki-types",
12464 "tokio",
12465]
12466
12467[[package]]
12468name = "tokio-socks"
12469version = "0.5.2"
12470source = "registry+https://github.com/rust-lang/crates.io-index"
12471checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
12472dependencies = [
12473 "either",
12474 "futures-io",
12475 "futures-util",
12476 "thiserror",
12477 "tokio",
12478]
12479
12480[[package]]
12481name = "tokio-stream"
12482version = "0.1.15"
12483source = "registry+https://github.com/rust-lang/crates.io-index"
12484checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
12485dependencies = [
12486 "futures-core",
12487 "pin-project-lite",
12488 "tokio",
12489]
12490
12491[[package]]
12492name = "tokio-tungstenite"
12493version = "0.20.1"
12494source = "registry+https://github.com/rust-lang/crates.io-index"
12495checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
12496dependencies = [
12497 "futures-util",
12498 "log",
12499 "tokio",
12500 "tungstenite 0.20.1",
12501]
12502
12503[[package]]
12504name = "tokio-tungstenite"
12505version = "0.21.0"
12506source = "registry+https://github.com/rust-lang/crates.io-index"
12507checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
12508dependencies = [
12509 "futures-util",
12510 "log",
12511 "tokio",
12512 "tungstenite 0.21.0",
12513]
12514
12515[[package]]
12516name = "tokio-util"
12517version = "0.7.12"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
12520dependencies = [
12521 "bytes 1.7.2",
12522 "futures-core",
12523 "futures-io",
12524 "futures-sink",
12525 "pin-project-lite",
12526 "tokio",
12527]
12528
12529[[package]]
12530name = "toml"
12531version = "0.5.11"
12532source = "registry+https://github.com/rust-lang/crates.io-index"
12533checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
12534dependencies = [
12535 "serde",
12536]
12537
12538[[package]]
12539name = "toml"
12540version = "0.7.8"
12541source = "registry+https://github.com/rust-lang/crates.io-index"
12542checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
12543dependencies = [
12544 "serde",
12545 "serde_spanned",
12546 "toml_datetime",
12547 "toml_edit 0.19.15",
12548]
12549
12550[[package]]
12551name = "toml"
12552version = "0.8.19"
12553source = "registry+https://github.com/rust-lang/crates.io-index"
12554checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
12555dependencies = [
12556 "serde",
12557 "serde_spanned",
12558 "toml_datetime",
12559 "toml_edit 0.22.20",
12560]
12561
12562[[package]]
12563name = "toml_datetime"
12564version = "0.6.8"
12565source = "registry+https://github.com/rust-lang/crates.io-index"
12566checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
12567dependencies = [
12568 "serde",
12569]
12570
12571[[package]]
12572name = "toml_edit"
12573version = "0.19.15"
12574source = "registry+https://github.com/rust-lang/crates.io-index"
12575checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
12576dependencies = [
12577 "indexmap 2.4.0",
12578 "serde",
12579 "serde_spanned",
12580 "toml_datetime",
12581 "winnow 0.5.40",
12582]
12583
12584[[package]]
12585name = "toml_edit"
12586version = "0.22.20"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
12589dependencies = [
12590 "indexmap 2.4.0",
12591 "serde",
12592 "serde_spanned",
12593 "toml_datetime",
12594 "winnow 0.6.18",
12595]
12596
12597[[package]]
12598name = "toolchain_selector"
12599version = "0.1.0"
12600dependencies = [
12601 "editor",
12602 "fuzzy",
12603 "gpui",
12604 "language",
12605 "picker",
12606 "project",
12607 "ui",
12608 "util",
12609 "workspace",
12610]
12611
12612[[package]]
12613name = "topological-sort"
12614version = "0.2.2"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
12617
12618[[package]]
12619name = "tower"
12620version = "0.4.13"
12621source = "registry+https://github.com/rust-lang/crates.io-index"
12622checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
12623dependencies = [
12624 "futures-core",
12625 "futures-util",
12626 "pin-project",
12627 "pin-project-lite",
12628 "tokio",
12629 "tower-layer",
12630 "tower-service",
12631 "tracing",
12632]
12633
12634[[package]]
12635name = "tower-http"
12636version = "0.3.5"
12637source = "registry+https://github.com/rust-lang/crates.io-index"
12638checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
12639dependencies = [
12640 "bitflags 1.3.2",
12641 "bytes 1.7.2",
12642 "futures-core",
12643 "futures-util",
12644 "http 0.2.12",
12645 "http-body 0.4.6",
12646 "http-range-header",
12647 "pin-project-lite",
12648 "tower-layer",
12649 "tower-service",
12650]
12651
12652[[package]]
12653name = "tower-http"
12654version = "0.4.4"
12655source = "registry+https://github.com/rust-lang/crates.io-index"
12656checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
12657dependencies = [
12658 "bitflags 2.6.0",
12659 "bytes 1.7.2",
12660 "futures-core",
12661 "futures-util",
12662 "http 0.2.12",
12663 "http-body 0.4.6",
12664 "http-range-header",
12665 "pin-project-lite",
12666 "tower-layer",
12667 "tower-service",
12668 "tracing",
12669]
12670
12671[[package]]
12672name = "tower-layer"
12673version = "0.3.3"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
12676
12677[[package]]
12678name = "tower-service"
12679version = "0.3.3"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
12682
12683[[package]]
12684name = "tracing"
12685version = "0.1.40"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
12688dependencies = [
12689 "log",
12690 "pin-project-lite",
12691 "tracing-attributes",
12692 "tracing-core",
12693]
12694
12695[[package]]
12696name = "tracing-attributes"
12697version = "0.1.27"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
12700dependencies = [
12701 "proc-macro2",
12702 "quote",
12703 "syn 2.0.87",
12704]
12705
12706[[package]]
12707name = "tracing-core"
12708version = "0.1.32"
12709source = "registry+https://github.com/rust-lang/crates.io-index"
12710checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
12711dependencies = [
12712 "once_cell",
12713 "valuable",
12714]
12715
12716[[package]]
12717name = "tracing-log"
12718version = "0.2.0"
12719source = "registry+https://github.com/rust-lang/crates.io-index"
12720checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
12721dependencies = [
12722 "log",
12723 "once_cell",
12724 "tracing-core",
12725]
12726
12727[[package]]
12728name = "tracing-serde"
12729version = "0.1.3"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
12732dependencies = [
12733 "serde",
12734 "tracing-core",
12735]
12736
12737[[package]]
12738name = "tracing-subscriber"
12739version = "0.3.18"
12740source = "registry+https://github.com/rust-lang/crates.io-index"
12741checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
12742dependencies = [
12743 "matchers",
12744 "nu-ansi-term",
12745 "once_cell",
12746 "regex",
12747 "serde",
12748 "serde_json",
12749 "sharded-slab",
12750 "smallvec",
12751 "thread_local",
12752 "tracing",
12753 "tracing-core",
12754 "tracing-log",
12755 "tracing-serde",
12756]
12757
12758[[package]]
12759name = "tree-sitter"
12760version = "0.23.0"
12761source = "registry+https://github.com/rust-lang/crates.io-index"
12762checksum = "20f4cd3642c47a85052a887d86704f4eac272969f61b686bdd3f772122aabaff"
12763dependencies = [
12764 "cc",
12765 "regex",
12766 "regex-syntax 0.8.4",
12767 "tree-sitter-language",
12768 "wasmtime-c-api-impl",
12769]
12770
12771[[package]]
12772name = "tree-sitter-bash"
12773version = "0.23.1"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "3aa5e1c6bd02c0053f3f68edcf5d8866b38a8640584279e30fca88149ce14dda"
12776dependencies = [
12777 "cc",
12778 "tree-sitter-language",
12779]
12780
12781[[package]]
12782name = "tree-sitter-c"
12783version = "0.23.1"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "c8b3fb515e498e258799a31d78e6603767cd6892770d9e2290ec00af5c3ad80b"
12786dependencies = [
12787 "cc",
12788 "tree-sitter-language",
12789]
12790
12791[[package]]
12792name = "tree-sitter-cpp"
12793version = "0.23.1"
12794source = "registry+https://github.com/rust-lang/crates.io-index"
12795checksum = "1d67e862242878d6ee50e1e5814f267ee3eea0168aea2cdbd700ccfb4c74b6d3"
12796dependencies = [
12797 "cc",
12798 "tree-sitter-language",
12799]
12800
12801[[package]]
12802name = "tree-sitter-css"
12803version = "0.23.0"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "8d0018d6b1692a806f9cddaa1e5616951fd58840c39a0b21401b55ab3df12292"
12806dependencies = [
12807 "cc",
12808 "tree-sitter-language",
12809]
12810
12811[[package]]
12812name = "tree-sitter-diff"
12813version = "0.1.0"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
12816dependencies = [
12817 "cc",
12818 "tree-sitter-language",
12819]
12820
12821[[package]]
12822name = "tree-sitter-elixir"
12823version = "0.3.1"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "97bf0efa4be41120018f23305b105ad4dfd3be1b7f302dc4071d0e6c2dec3a32"
12826dependencies = [
12827 "cc",
12828 "tree-sitter-language",
12829]
12830
12831[[package]]
12832name = "tree-sitter-embedded-template"
12833version = "0.23.0"
12834source = "registry+https://github.com/rust-lang/crates.io-index"
12835checksum = "9644d7586ebe850c84037ee2f4804dda4a9348eef053be6b1e0d7712342a2495"
12836dependencies = [
12837 "cc",
12838 "tree-sitter-language",
12839]
12840
12841[[package]]
12842name = "tree-sitter-go"
12843version = "0.23.1"
12844source = "registry+https://github.com/rust-lang/crates.io-index"
12845checksum = "caf57626e4c9b6d6efaf8a8d5ee1241c5f178ae7bfdf693713ae6a774f01424e"
12846dependencies = [
12847 "cc",
12848 "tree-sitter-language",
12849]
12850
12851[[package]]
12852name = "tree-sitter-gomod"
12853version = "1.0.2"
12854source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
12855dependencies = [
12856 "cc",
12857 "tree-sitter-language",
12858]
12859
12860[[package]]
12861name = "tree-sitter-gowork"
12862version = "0.0.1"
12863source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
12864dependencies = [
12865 "cc",
12866 "tree-sitter-language",
12867]
12868
12869[[package]]
12870name = "tree-sitter-heex"
12871version = "0.0.1"
12872source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
12873dependencies = [
12874 "cc",
12875 "tree-sitter-language",
12876]
12877
12878[[package]]
12879name = "tree-sitter-html"
12880version = "0.20.4"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
12883dependencies = [
12884 "cc",
12885 "tree-sitter",
12886]
12887
12888[[package]]
12889name = "tree-sitter-jsdoc"
12890version = "0.23.0"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "f8c4049eb0ad690e34e5f63640f75ce12a2ff8ba18344d0a13926805b139c0c8"
12893dependencies = [
12894 "cc",
12895 "tree-sitter-language",
12896]
12897
12898[[package]]
12899name = "tree-sitter-json"
12900version = "0.23.0"
12901source = "registry+https://github.com/rust-lang/crates.io-index"
12902checksum = "86a5d6b3ea17e06e7a34aabeadd68f5866c0d0f9359155d432095f8b751865e4"
12903dependencies = [
12904 "cc",
12905 "tree-sitter-language",
12906]
12907
12908[[package]]
12909name = "tree-sitter-language"
12910version = "0.1.0"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57"
12913
12914[[package]]
12915name = "tree-sitter-md"
12916version = "0.3.2"
12917source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
12918dependencies = [
12919 "cc",
12920 "tree-sitter-language",
12921]
12922
12923[[package]]
12924name = "tree-sitter-python"
12925version = "0.23.2"
12926source = "registry+https://github.com/rust-lang/crates.io-index"
12927checksum = "65661b1a3e24139e2e54207e47d910ab07e28790d78efc7d5dc3a11ce2a110eb"
12928dependencies = [
12929 "cc",
12930 "tree-sitter-language",
12931]
12932
12933[[package]]
12934name = "tree-sitter-regex"
12935version = "0.23.0"
12936source = "registry+https://github.com/rust-lang/crates.io-index"
12937checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
12938dependencies = [
12939 "cc",
12940 "tree-sitter-language",
12941]
12942
12943[[package]]
12944name = "tree-sitter-ruby"
12945version = "0.23.0"
12946source = "registry+https://github.com/rust-lang/crates.io-index"
12947checksum = "6ec5ee842e27791e0adffa0b2a177614de51d2a26e5c7e84d014ed7f097e5ed0"
12948dependencies = [
12949 "cc",
12950 "tree-sitter-language",
12951]
12952
12953[[package]]
12954name = "tree-sitter-rust"
12955version = "0.23.0"
12956source = "registry+https://github.com/rust-lang/crates.io-index"
12957checksum = "cffbbcb780348fbae8395742ae5b34c1fd794e4085d43aac9f259387f9a84dc8"
12958dependencies = [
12959 "cc",
12960 "tree-sitter-language",
12961]
12962
12963[[package]]
12964name = "tree-sitter-typescript"
12965version = "0.23.0"
12966source = "registry+https://github.com/rust-lang/crates.io-index"
12967checksum = "aecf1585ae2a9dddc2b1d4c0e2140b2ec9876e2a25fd79de47fcf7dae0384685"
12968dependencies = [
12969 "cc",
12970 "tree-sitter-language",
12971]
12972
12973[[package]]
12974name = "tree-sitter-yaml"
12975version = "0.6.1"
12976source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
12977dependencies = [
12978 "cc",
12979 "tree-sitter-language",
12980]
12981
12982[[package]]
12983name = "try-lock"
12984version = "0.2.5"
12985source = "registry+https://github.com/rust-lang/crates.io-index"
12986checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
12987
12988[[package]]
12989name = "ttf-parser"
12990version = "0.21.1"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
12993
12994[[package]]
12995name = "tungstenite"
12996version = "0.20.1"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
12999dependencies = [
13000 "byteorder",
13001 "bytes 1.7.2",
13002 "data-encoding",
13003 "http 0.2.12",
13004 "httparse",
13005 "log",
13006 "rand 0.8.5",
13007 "sha1",
13008 "thiserror",
13009 "url",
13010 "utf-8",
13011]
13012
13013[[package]]
13014name = "tungstenite"
13015version = "0.21.0"
13016source = "registry+https://github.com/rust-lang/crates.io-index"
13017checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13018dependencies = [
13019 "byteorder",
13020 "bytes 1.7.2",
13021 "data-encoding",
13022 "http 1.1.0",
13023 "httparse",
13024 "log",
13025 "rand 0.8.5",
13026 "sha1",
13027 "thiserror",
13028 "url",
13029 "utf-8",
13030]
13031
13032[[package]]
13033name = "tungstenite"
13034version = "0.24.0"
13035source = "registry+https://github.com/rust-lang/crates.io-index"
13036checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13037dependencies = [
13038 "byteorder",
13039 "bytes 1.7.2",
13040 "data-encoding",
13041 "http 1.1.0",
13042 "httparse",
13043 "log",
13044 "rand 0.8.5",
13045 "sha1",
13046 "thiserror",
13047 "utf-8",
13048]
13049
13050[[package]]
13051name = "typeid"
13052version = "1.0.2"
13053source = "registry+https://github.com/rust-lang/crates.io-index"
13054checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13055
13056[[package]]
13057name = "typenum"
13058version = "1.17.0"
13059source = "registry+https://github.com/rust-lang/crates.io-index"
13060checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13061
13062[[package]]
13063name = "ucd-trie"
13064version = "0.1.6"
13065source = "registry+https://github.com/rust-lang/crates.io-index"
13066checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
13067
13068[[package]]
13069name = "uds_windows"
13070version = "1.1.0"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13073dependencies = [
13074 "memoffset",
13075 "tempfile",
13076 "winapi",
13077]
13078
13079[[package]]
13080name = "ui"
13081version = "0.1.0"
13082dependencies = [
13083 "chrono",
13084 "gpui",
13085 "itertools 0.13.0",
13086 "menu",
13087 "serde",
13088 "settings",
13089 "smallvec",
13090 "story",
13091 "strum 0.25.0",
13092 "theme",
13093 "ui_macros",
13094 "windows 0.58.0",
13095]
13096
13097[[package]]
13098name = "ui_input"
13099version = "0.1.0"
13100dependencies = [
13101 "editor",
13102 "gpui",
13103 "settings",
13104 "theme",
13105 "ui",
13106]
13107
13108[[package]]
13109name = "ui_macros"
13110version = "0.1.0"
13111dependencies = [
13112 "convert_case 0.6.0",
13113 "proc-macro2",
13114 "quote",
13115 "syn 1.0.109",
13116]
13117
13118[[package]]
13119name = "unicase"
13120version = "2.7.0"
13121source = "registry+https://github.com/rust-lang/crates.io-index"
13122checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
13123dependencies = [
13124 "version_check",
13125]
13126
13127[[package]]
13128name = "unicode-bidi"
13129version = "0.3.15"
13130source = "registry+https://github.com/rust-lang/crates.io-index"
13131checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
13132
13133[[package]]
13134name = "unicode-bidi-mirroring"
13135version = "0.2.0"
13136source = "registry+https://github.com/rust-lang/crates.io-index"
13137checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13138
13139[[package]]
13140name = "unicode-ccc"
13141version = "0.2.0"
13142source = "registry+https://github.com/rust-lang/crates.io-index"
13143checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13144
13145[[package]]
13146name = "unicode-ident"
13147version = "1.0.12"
13148source = "registry+https://github.com/rust-lang/crates.io-index"
13149checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
13150
13151[[package]]
13152name = "unicode-linebreak"
13153version = "0.1.5"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13156
13157[[package]]
13158name = "unicode-normalization"
13159version = "0.1.23"
13160source = "registry+https://github.com/rust-lang/crates.io-index"
13161checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
13162dependencies = [
13163 "tinyvec",
13164]
13165
13166[[package]]
13167name = "unicode-properties"
13168version = "0.1.2"
13169source = "registry+https://github.com/rust-lang/crates.io-index"
13170checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
13171
13172[[package]]
13173name = "unicode-script"
13174version = "0.5.7"
13175source = "registry+https://github.com/rust-lang/crates.io-index"
13176checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
13177
13178[[package]]
13179name = "unicode-segmentation"
13180version = "1.11.0"
13181source = "registry+https://github.com/rust-lang/crates.io-index"
13182checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
13183
13184[[package]]
13185name = "unicode-width"
13186version = "0.1.13"
13187source = "registry+https://github.com/rust-lang/crates.io-index"
13188checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
13189
13190[[package]]
13191name = "unicode-xid"
13192version = "0.2.5"
13193source = "registry+https://github.com/rust-lang/crates.io-index"
13194checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
13195
13196[[package]]
13197name = "unicode_categories"
13198version = "0.1.1"
13199source = "registry+https://github.com/rust-lang/crates.io-index"
13200checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
13201
13202[[package]]
13203name = "unindent"
13204version = "0.1.11"
13205source = "registry+https://github.com/rust-lang/crates.io-index"
13206checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
13207
13208[[package]]
13209name = "untrusted"
13210version = "0.9.0"
13211source = "registry+https://github.com/rust-lang/crates.io-index"
13212checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
13213
13214[[package]]
13215name = "url"
13216version = "2.5.2"
13217source = "registry+https://github.com/rust-lang/crates.io-index"
13218checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
13219dependencies = [
13220 "form_urlencoded",
13221 "idna",
13222 "percent-encoding",
13223 "serde",
13224]
13225
13226[[package]]
13227name = "urlencoding"
13228version = "2.1.3"
13229source = "registry+https://github.com/rust-lang/crates.io-index"
13230checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
13231
13232[[package]]
13233name = "usvg"
13234version = "0.44.0"
13235source = "registry+https://github.com/rust-lang/crates.io-index"
13236checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
13237dependencies = [
13238 "base64 0.22.1",
13239 "data-url",
13240 "flate2",
13241 "imagesize",
13242 "kurbo",
13243 "log",
13244 "pico-args",
13245 "roxmltree",
13246 "simplecss",
13247 "siphasher 1.0.1",
13248 "strict-num",
13249 "svgtypes",
13250 "tiny-skia-path",
13251 "xmlwriter",
13252]
13253
13254[[package]]
13255name = "utf-8"
13256version = "0.7.6"
13257source = "registry+https://github.com/rust-lang/crates.io-index"
13258checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
13259
13260[[package]]
13261name = "utf8parse"
13262version = "0.2.2"
13263source = "registry+https://github.com/rust-lang/crates.io-index"
13264checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
13265
13266[[package]]
13267name = "util"
13268version = "0.1.0"
13269dependencies = [
13270 "anyhow",
13271 "async-fs 1.6.0",
13272 "collections",
13273 "dirs 4.0.0",
13274 "futures 0.3.30",
13275 "futures-lite 1.13.0",
13276 "git2",
13277 "globset",
13278 "log",
13279 "rand 0.8.5",
13280 "regex",
13281 "rust-embed",
13282 "serde",
13283 "serde_json",
13284 "take-until",
13285 "tempfile",
13286 "tendril",
13287 "unicase",
13288]
13289
13290[[package]]
13291name = "uuid"
13292version = "1.10.0"
13293source = "registry+https://github.com/rust-lang/crates.io-index"
13294checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
13295dependencies = [
13296 "getrandom 0.2.15",
13297 "serde",
13298 "sha1_smol",
13299]
13300
13301[[package]]
13302name = "v_frame"
13303version = "0.3.8"
13304source = "registry+https://github.com/rust-lang/crates.io-index"
13305checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
13306dependencies = [
13307 "aligned-vec",
13308 "num-traits",
13309 "wasm-bindgen",
13310]
13311
13312[[package]]
13313name = "valuable"
13314version = "0.1.0"
13315source = "registry+https://github.com/rust-lang/crates.io-index"
13316checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
13317
13318[[package]]
13319name = "value-bag"
13320version = "1.9.0"
13321source = "registry+https://github.com/rust-lang/crates.io-index"
13322checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
13323dependencies = [
13324 "value-bag-serde1",
13325 "value-bag-sval2",
13326]
13327
13328[[package]]
13329name = "value-bag-serde1"
13330version = "1.9.0"
13331source = "registry+https://github.com/rust-lang/crates.io-index"
13332checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
13333dependencies = [
13334 "erased-serde",
13335 "serde",
13336 "serde_fmt",
13337]
13338
13339[[package]]
13340name = "value-bag-sval2"
13341version = "1.9.0"
13342source = "registry+https://github.com/rust-lang/crates.io-index"
13343checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
13344dependencies = [
13345 "sval",
13346 "sval_buffer",
13347 "sval_dynamic",
13348 "sval_fmt",
13349 "sval_json",
13350 "sval_ref",
13351 "sval_serde",
13352]
13353
13354[[package]]
13355name = "vcpkg"
13356version = "0.2.15"
13357source = "registry+https://github.com/rust-lang/crates.io-index"
13358checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
13359
13360[[package]]
13361name = "vcs_menu"
13362version = "0.1.0"
13363dependencies = [
13364 "anyhow",
13365 "fuzzy",
13366 "git",
13367 "gpui",
13368 "picker",
13369 "project",
13370 "ui",
13371 "util",
13372 "workspace",
13373]
13374
13375[[package]]
13376name = "version-compare"
13377version = "0.2.0"
13378source = "registry+https://github.com/rust-lang/crates.io-index"
13379checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
13380
13381[[package]]
13382name = "version_check"
13383version = "0.9.5"
13384source = "registry+https://github.com/rust-lang/crates.io-index"
13385checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
13386
13387[[package]]
13388name = "vim"
13389version = "0.1.0"
13390dependencies = [
13391 "anyhow",
13392 "async-compat",
13393 "async-trait",
13394 "collections",
13395 "command_palette",
13396 "command_palette_hooks",
13397 "editor",
13398 "futures 0.3.30",
13399 "gpui",
13400 "indoc",
13401 "itertools 0.13.0",
13402 "language",
13403 "log",
13404 "lsp",
13405 "multi_buffer",
13406 "nvim-rs",
13407 "parking_lot",
13408 "regex",
13409 "release_channel",
13410 "schemars",
13411 "search",
13412 "serde",
13413 "serde_derive",
13414 "serde_json",
13415 "settings",
13416 "tokio",
13417 "ui",
13418 "util",
13419 "workspace",
13420 "zed_actions",
13421]
13422
13423[[package]]
13424name = "vscode_theme"
13425version = "0.2.0"
13426source = "registry+https://github.com/rust-lang/crates.io-index"
13427checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
13428dependencies = [
13429 "serde",
13430]
13431
13432[[package]]
13433name = "vsimd"
13434version = "0.8.0"
13435source = "registry+https://github.com/rust-lang/crates.io-index"
13436checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
13437
13438[[package]]
13439name = "vswhom"
13440version = "0.1.0"
13441source = "registry+https://github.com/rust-lang/crates.io-index"
13442checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
13443dependencies = [
13444 "libc",
13445 "vswhom-sys",
13446]
13447
13448[[package]]
13449name = "vswhom-sys"
13450version = "0.1.2"
13451source = "registry+https://github.com/rust-lang/crates.io-index"
13452checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
13453dependencies = [
13454 "cc",
13455 "libc",
13456]
13457
13458[[package]]
13459name = "vte"
13460version = "0.13.0"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
13463dependencies = [
13464 "bitflags 2.6.0",
13465 "cursor-icon",
13466 "log",
13467 "serde",
13468 "utf8parse",
13469 "vte_generate_state_changes",
13470]
13471
13472[[package]]
13473name = "vte_generate_state_changes"
13474version = "0.1.2"
13475source = "registry+https://github.com/rust-lang/crates.io-index"
13476checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
13477dependencies = [
13478 "proc-macro2",
13479 "quote",
13480]
13481
13482[[package]]
13483name = "waker-fn"
13484version = "1.2.0"
13485source = "registry+https://github.com/rust-lang/crates.io-index"
13486checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
13487
13488[[package]]
13489name = "walkdir"
13490version = "2.5.0"
13491source = "registry+https://github.com/rust-lang/crates.io-index"
13492checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
13493dependencies = [
13494 "same-file",
13495 "winapi-util",
13496]
13497
13498[[package]]
13499name = "want"
13500version = "0.3.1"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
13503dependencies = [
13504 "try-lock",
13505]
13506
13507[[package]]
13508name = "warp"
13509version = "0.3.7"
13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
13512dependencies = [
13513 "bytes 1.7.2",
13514 "futures-channel",
13515 "futures-util",
13516 "headers",
13517 "http 0.2.12",
13518 "hyper 0.14.31",
13519 "log",
13520 "mime",
13521 "mime_guess",
13522 "percent-encoding",
13523 "pin-project",
13524 "scoped-tls",
13525 "serde",
13526 "serde_json",
13527 "serde_urlencoded",
13528 "tokio",
13529 "tokio-tungstenite 0.21.0",
13530 "tokio-util",
13531 "tower-service",
13532 "tracing",
13533]
13534
13535[[package]]
13536name = "wasi"
13537version = "0.9.0+wasi-snapshot-preview1"
13538source = "registry+https://github.com/rust-lang/crates.io-index"
13539checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
13540
13541[[package]]
13542name = "wasi"
13543version = "0.11.0+wasi-snapshot-preview1"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
13546
13547[[package]]
13548name = "wasite"
13549version = "0.1.0"
13550source = "registry+https://github.com/rust-lang/crates.io-index"
13551checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
13552
13553[[package]]
13554name = "wasm-bindgen"
13555version = "0.2.93"
13556source = "registry+https://github.com/rust-lang/crates.io-index"
13557checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
13558dependencies = [
13559 "cfg-if",
13560 "once_cell",
13561 "wasm-bindgen-macro",
13562]
13563
13564[[package]]
13565name = "wasm-bindgen-backend"
13566version = "0.2.93"
13567source = "registry+https://github.com/rust-lang/crates.io-index"
13568checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
13569dependencies = [
13570 "bumpalo",
13571 "log",
13572 "once_cell",
13573 "proc-macro2",
13574 "quote",
13575 "syn 2.0.87",
13576 "wasm-bindgen-shared",
13577]
13578
13579[[package]]
13580name = "wasm-bindgen-futures"
13581version = "0.4.43"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
13584dependencies = [
13585 "cfg-if",
13586 "js-sys",
13587 "wasm-bindgen",
13588 "web-sys",
13589]
13590
13591[[package]]
13592name = "wasm-bindgen-macro"
13593version = "0.2.93"
13594source = "registry+https://github.com/rust-lang/crates.io-index"
13595checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
13596dependencies = [
13597 "quote",
13598 "wasm-bindgen-macro-support",
13599]
13600
13601[[package]]
13602name = "wasm-bindgen-macro-support"
13603version = "0.2.93"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
13606dependencies = [
13607 "proc-macro2",
13608 "quote",
13609 "syn 2.0.87",
13610 "wasm-bindgen-backend",
13611 "wasm-bindgen-shared",
13612]
13613
13614[[package]]
13615name = "wasm-bindgen-shared"
13616version = "0.2.93"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
13619
13620[[package]]
13621name = "wasm-encoder"
13622version = "0.201.0"
13623source = "registry+https://github.com/rust-lang/crates.io-index"
13624checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
13625dependencies = [
13626 "leb128",
13627]
13628
13629[[package]]
13630name = "wasm-encoder"
13631version = "0.215.0"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
13634dependencies = [
13635 "leb128",
13636]
13637
13638[[package]]
13639name = "wasm-metadata"
13640version = "0.201.0"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
13643dependencies = [
13644 "anyhow",
13645 "indexmap 2.4.0",
13646 "serde",
13647 "serde_derive",
13648 "serde_json",
13649 "spdx",
13650 "wasm-encoder 0.201.0",
13651 "wasmparser 0.201.0",
13652]
13653
13654[[package]]
13655name = "wasm-streams"
13656version = "0.4.1"
13657source = "registry+https://github.com/rust-lang/crates.io-index"
13658checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
13659dependencies = [
13660 "futures-util",
13661 "js-sys",
13662 "wasm-bindgen",
13663 "wasm-bindgen-futures",
13664 "web-sys",
13665]
13666
13667[[package]]
13668name = "wasmparser"
13669version = "0.201.0"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
13672dependencies = [
13673 "bitflags 2.6.0",
13674 "indexmap 2.4.0",
13675 "semver",
13676]
13677
13678[[package]]
13679name = "wasmparser"
13680version = "0.215.0"
13681source = "registry+https://github.com/rust-lang/crates.io-index"
13682checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
13683dependencies = [
13684 "ahash 0.8.11",
13685 "bitflags 2.6.0",
13686 "hashbrown 0.14.5",
13687 "indexmap 2.4.0",
13688 "semver",
13689 "serde",
13690]
13691
13692[[package]]
13693name = "wasmprinter"
13694version = "0.215.0"
13695source = "registry+https://github.com/rust-lang/crates.io-index"
13696checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
13697dependencies = [
13698 "anyhow",
13699 "termcolor",
13700 "wasmparser 0.215.0",
13701]
13702
13703[[package]]
13704name = "wasmtime"
13705version = "24.0.2"
13706source = "registry+https://github.com/rust-lang/crates.io-index"
13707checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
13708dependencies = [
13709 "anyhow",
13710 "async-trait",
13711 "bitflags 2.6.0",
13712 "bumpalo",
13713 "cc",
13714 "cfg-if",
13715 "encoding_rs",
13716 "hashbrown 0.14.5",
13717 "indexmap 2.4.0",
13718 "libc",
13719 "libm",
13720 "log",
13721 "mach2",
13722 "memfd",
13723 "object",
13724 "once_cell",
13725 "paste",
13726 "postcard",
13727 "psm",
13728 "rustix 0.38.35",
13729 "semver",
13730 "serde",
13731 "serde_derive",
13732 "smallvec",
13733 "sptr",
13734 "target-lexicon",
13735 "wasmparser 0.215.0",
13736 "wasmtime-asm-macros",
13737 "wasmtime-component-macro",
13738 "wasmtime-component-util",
13739 "wasmtime-cranelift",
13740 "wasmtime-environ",
13741 "wasmtime-fiber",
13742 "wasmtime-jit-icache-coherence",
13743 "wasmtime-slab",
13744 "wasmtime-versioned-export-macros",
13745 "wasmtime-winch",
13746 "windows-sys 0.52.0",
13747]
13748
13749[[package]]
13750name = "wasmtime-asm-macros"
13751version = "24.0.2"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
13754dependencies = [
13755 "cfg-if",
13756]
13757
13758[[package]]
13759name = "wasmtime-c-api-impl"
13760version = "24.0.0"
13761source = "registry+https://github.com/rust-lang/crates.io-index"
13762checksum = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58"
13763dependencies = [
13764 "anyhow",
13765 "log",
13766 "once_cell",
13767 "tracing",
13768 "wasmtime",
13769 "wasmtime-c-api-macros",
13770]
13771
13772[[package]]
13773name = "wasmtime-c-api-macros"
13774version = "24.0.0"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6"
13777dependencies = [
13778 "proc-macro2",
13779 "quote",
13780]
13781
13782[[package]]
13783name = "wasmtime-component-macro"
13784version = "24.0.2"
13785source = "registry+https://github.com/rust-lang/crates.io-index"
13786checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
13787dependencies = [
13788 "anyhow",
13789 "proc-macro2",
13790 "quote",
13791 "syn 2.0.87",
13792 "wasmtime-component-util",
13793 "wasmtime-wit-bindgen",
13794 "wit-parser 0.215.0",
13795]
13796
13797[[package]]
13798name = "wasmtime-component-util"
13799version = "24.0.2"
13800source = "registry+https://github.com/rust-lang/crates.io-index"
13801checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
13802
13803[[package]]
13804name = "wasmtime-cranelift"
13805version = "24.0.2"
13806source = "registry+https://github.com/rust-lang/crates.io-index"
13807checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
13808dependencies = [
13809 "anyhow",
13810 "cfg-if",
13811 "cranelift-codegen",
13812 "cranelift-control",
13813 "cranelift-entity",
13814 "cranelift-frontend",
13815 "cranelift-native",
13816 "cranelift-wasm",
13817 "gimli 0.29.0",
13818 "log",
13819 "object",
13820 "target-lexicon",
13821 "thiserror",
13822 "wasmparser 0.215.0",
13823 "wasmtime-environ",
13824 "wasmtime-versioned-export-macros",
13825]
13826
13827[[package]]
13828name = "wasmtime-environ"
13829version = "24.0.2"
13830source = "registry+https://github.com/rust-lang/crates.io-index"
13831checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
13832dependencies = [
13833 "anyhow",
13834 "cpp_demangle",
13835 "cranelift-bitset",
13836 "cranelift-entity",
13837 "gimli 0.29.0",
13838 "indexmap 2.4.0",
13839 "log",
13840 "object",
13841 "postcard",
13842 "rustc-demangle",
13843 "semver",
13844 "serde",
13845 "serde_derive",
13846 "target-lexicon",
13847 "wasm-encoder 0.215.0",
13848 "wasmparser 0.215.0",
13849 "wasmprinter",
13850 "wasmtime-component-util",
13851 "wasmtime-types",
13852]
13853
13854[[package]]
13855name = "wasmtime-fiber"
13856version = "24.0.2"
13857source = "registry+https://github.com/rust-lang/crates.io-index"
13858checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
13859dependencies = [
13860 "anyhow",
13861 "cc",
13862 "cfg-if",
13863 "rustix 0.38.35",
13864 "wasmtime-asm-macros",
13865 "wasmtime-versioned-export-macros",
13866 "windows-sys 0.52.0",
13867]
13868
13869[[package]]
13870name = "wasmtime-jit-icache-coherence"
13871version = "24.0.2"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
13874dependencies = [
13875 "anyhow",
13876 "cfg-if",
13877 "libc",
13878 "windows-sys 0.52.0",
13879]
13880
13881[[package]]
13882name = "wasmtime-slab"
13883version = "24.0.2"
13884source = "registry+https://github.com/rust-lang/crates.io-index"
13885checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
13886
13887[[package]]
13888name = "wasmtime-types"
13889version = "24.0.2"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
13892dependencies = [
13893 "anyhow",
13894 "cranelift-entity",
13895 "serde",
13896 "serde_derive",
13897 "smallvec",
13898 "wasmparser 0.215.0",
13899]
13900
13901[[package]]
13902name = "wasmtime-versioned-export-macros"
13903version = "24.0.2"
13904source = "registry+https://github.com/rust-lang/crates.io-index"
13905checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
13906dependencies = [
13907 "proc-macro2",
13908 "quote",
13909 "syn 2.0.87",
13910]
13911
13912[[package]]
13913name = "wasmtime-wasi"
13914version = "24.0.1"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "fda03f5bfd5c4cc09f75c7e44846663f25f2c48a2d688fbfb5c7a33af6cf34f5"
13917dependencies = [
13918 "anyhow",
13919 "async-trait",
13920 "bitflags 2.6.0",
13921 "bytes 1.7.2",
13922 "cap-fs-ext",
13923 "cap-net-ext",
13924 "cap-rand",
13925 "cap-std",
13926 "cap-time-ext",
13927 "fs-set-times",
13928 "futures 0.3.30",
13929 "io-extras",
13930 "io-lifetimes 2.0.3",
13931 "once_cell",
13932 "rustix 0.38.35",
13933 "system-interface",
13934 "thiserror",
13935 "tokio",
13936 "tracing",
13937 "url",
13938 "wasmtime",
13939 "wiggle",
13940 "windows-sys 0.52.0",
13941]
13942
13943[[package]]
13944name = "wasmtime-winch"
13945version = "24.0.2"
13946source = "registry+https://github.com/rust-lang/crates.io-index"
13947checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
13948dependencies = [
13949 "anyhow",
13950 "cranelift-codegen",
13951 "gimli 0.29.0",
13952 "object",
13953 "target-lexicon",
13954 "wasmparser 0.215.0",
13955 "wasmtime-cranelift",
13956 "wasmtime-environ",
13957 "winch-codegen",
13958]
13959
13960[[package]]
13961name = "wasmtime-wit-bindgen"
13962version = "24.0.2"
13963source = "registry+https://github.com/rust-lang/crates.io-index"
13964checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
13965dependencies = [
13966 "anyhow",
13967 "heck 0.4.1",
13968 "indexmap 2.4.0",
13969 "wit-parser 0.215.0",
13970]
13971
13972[[package]]
13973name = "wast"
13974version = "35.0.2"
13975source = "registry+https://github.com/rust-lang/crates.io-index"
13976checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
13977dependencies = [
13978 "leb128",
13979]
13980
13981[[package]]
13982name = "wayland-backend"
13983version = "0.3.6"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
13986dependencies = [
13987 "cc",
13988 "downcast-rs",
13989 "rustix 0.38.35",
13990 "scoped-tls",
13991 "smallvec",
13992 "wayland-sys",
13993]
13994
13995[[package]]
13996name = "wayland-client"
13997version = "0.31.5"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
14000dependencies = [
14001 "bitflags 2.6.0",
14002 "rustix 0.38.35",
14003 "wayland-backend",
14004 "wayland-scanner",
14005]
14006
14007[[package]]
14008name = "wayland-cursor"
14009version = "0.31.5"
14010source = "registry+https://github.com/rust-lang/crates.io-index"
14011checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
14012dependencies = [
14013 "rustix 0.38.35",
14014 "wayland-client",
14015 "xcursor",
14016]
14017
14018[[package]]
14019name = "wayland-protocols"
14020version = "0.31.2"
14021source = "registry+https://github.com/rust-lang/crates.io-index"
14022checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14023dependencies = [
14024 "bitflags 2.6.0",
14025 "wayland-backend",
14026 "wayland-client",
14027 "wayland-scanner",
14028]
14029
14030[[package]]
14031name = "wayland-protocols-plasma"
14032version = "0.2.0"
14033source = "registry+https://github.com/rust-lang/crates.io-index"
14034checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14035dependencies = [
14036 "bitflags 2.6.0",
14037 "wayland-backend",
14038 "wayland-client",
14039 "wayland-protocols",
14040 "wayland-scanner",
14041]
14042
14043[[package]]
14044name = "wayland-scanner"
14045version = "0.31.4"
14046source = "registry+https://github.com/rust-lang/crates.io-index"
14047checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
14048dependencies = [
14049 "proc-macro2",
14050 "quick-xml 0.34.0",
14051 "quote",
14052]
14053
14054[[package]]
14055name = "wayland-sys"
14056version = "0.31.4"
14057source = "registry+https://github.com/rust-lang/crates.io-index"
14058checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
14059dependencies = [
14060 "dlib",
14061 "log",
14062 "once_cell",
14063 "pkg-config",
14064]
14065
14066[[package]]
14067name = "web-sys"
14068version = "0.3.70"
14069source = "registry+https://github.com/rust-lang/crates.io-index"
14070checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
14071dependencies = [
14072 "js-sys",
14073 "wasm-bindgen",
14074]
14075
14076[[package]]
14077name = "webpki"
14078version = "0.22.4"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14081dependencies = [
14082 "ring",
14083 "untrusted",
14084]
14085
14086[[package]]
14087name = "webpki-roots"
14088version = "0.22.6"
14089source = "registry+https://github.com/rust-lang/crates.io-index"
14090checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14091dependencies = [
14092 "webpki",
14093]
14094
14095[[package]]
14096name = "webpki-roots"
14097version = "0.25.4"
14098source = "registry+https://github.com/rust-lang/crates.io-index"
14099checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
14100
14101[[package]]
14102name = "weezl"
14103version = "0.1.8"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14106
14107[[package]]
14108name = "welcome"
14109version = "0.1.0"
14110dependencies = [
14111 "anyhow",
14112 "client",
14113 "db",
14114 "editor",
14115 "extensions_ui",
14116 "fuzzy",
14117 "gpui",
14118 "inline_completion_button",
14119 "install_cli",
14120 "picker",
14121 "project",
14122 "schemars",
14123 "serde",
14124 "settings",
14125 "theme_selector",
14126 "ui",
14127 "util",
14128 "vim",
14129 "workspace",
14130 "zed_actions",
14131]
14132
14133[[package]]
14134name = "which"
14135version = "4.4.2"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
14138dependencies = [
14139 "either",
14140 "home",
14141 "once_cell",
14142 "rustix 0.38.35",
14143]
14144
14145[[package]]
14146name = "which"
14147version = "6.0.3"
14148source = "registry+https://github.com/rust-lang/crates.io-index"
14149checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
14150dependencies = [
14151 "either",
14152 "home",
14153 "rustix 0.38.35",
14154 "winsafe",
14155]
14156
14157[[package]]
14158name = "whoami"
14159version = "1.5.1"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
14162dependencies = [
14163 "redox_syscall 0.4.1",
14164 "wasite",
14165]
14166
14167[[package]]
14168name = "wiggle"
14169version = "24.0.1"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "2d3b31bd2b4d2d82a4b747b8dbc45f566214214a4ffdc5690429a73bc221dc8a"
14172dependencies = [
14173 "anyhow",
14174 "async-trait",
14175 "bitflags 2.6.0",
14176 "thiserror",
14177 "tracing",
14178 "wasmtime",
14179 "wiggle-macro",
14180]
14181
14182[[package]]
14183name = "wiggle-generate"
14184version = "24.0.1"
14185source = "registry+https://github.com/rust-lang/crates.io-index"
14186checksum = "e2c6136b195fc12067aa9d4e7a5baf118729394df7bc7cbf8c63119bc9f2a7cd"
14187dependencies = [
14188 "anyhow",
14189 "heck 0.4.1",
14190 "proc-macro2",
14191 "quote",
14192 "shellexpand 2.1.2",
14193 "syn 2.0.87",
14194 "witx",
14195]
14196
14197[[package]]
14198name = "wiggle-macro"
14199version = "24.0.1"
14200source = "registry+https://github.com/rust-lang/crates.io-index"
14201checksum = "8a41eaceee468da976ac43b85c4eb82e482f828d5e8e56f49f90dfac2d9bc3b4"
14202dependencies = [
14203 "proc-macro2",
14204 "quote",
14205 "syn 2.0.87",
14206 "wiggle-generate",
14207]
14208
14209[[package]]
14210name = "winapi"
14211version = "0.3.9"
14212source = "registry+https://github.com/rust-lang/crates.io-index"
14213checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
14214dependencies = [
14215 "winapi-i686-pc-windows-gnu",
14216 "winapi-x86_64-pc-windows-gnu",
14217]
14218
14219[[package]]
14220name = "winapi-i686-pc-windows-gnu"
14221version = "0.4.0"
14222source = "registry+https://github.com/rust-lang/crates.io-index"
14223checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
14224
14225[[package]]
14226name = "winapi-util"
14227version = "0.1.9"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
14230dependencies = [
14231 "windows-sys 0.48.0",
14232]
14233
14234[[package]]
14235name = "winapi-x86_64-pc-windows-gnu"
14236version = "0.4.0"
14237source = "registry+https://github.com/rust-lang/crates.io-index"
14238checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
14239
14240[[package]]
14241name = "winch-codegen"
14242version = "0.22.2"
14243source = "registry+https://github.com/rust-lang/crates.io-index"
14244checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
14245dependencies = [
14246 "anyhow",
14247 "cranelift-codegen",
14248 "gimli 0.29.0",
14249 "regalloc2",
14250 "smallvec",
14251 "target-lexicon",
14252 "wasmparser 0.215.0",
14253 "wasmtime-cranelift",
14254 "wasmtime-environ",
14255]
14256
14257[[package]]
14258name = "windows"
14259version = "0.54.0"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
14262dependencies = [
14263 "windows-core 0.54.0",
14264 "windows-targets 0.52.6",
14265]
14266
14267[[package]]
14268name = "windows"
14269version = "0.58.0"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
14272dependencies = [
14273 "windows-core 0.58.0",
14274 "windows-targets 0.52.6",
14275]
14276
14277[[package]]
14278name = "windows-core"
14279version = "0.52.0"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
14282dependencies = [
14283 "windows-targets 0.52.6",
14284]
14285
14286[[package]]
14287name = "windows-core"
14288version = "0.54.0"
14289source = "registry+https://github.com/rust-lang/crates.io-index"
14290checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
14291dependencies = [
14292 "windows-result 0.1.2",
14293 "windows-targets 0.52.6",
14294]
14295
14296[[package]]
14297name = "windows-core"
14298version = "0.58.0"
14299source = "registry+https://github.com/rust-lang/crates.io-index"
14300checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
14301dependencies = [
14302 "windows-implement",
14303 "windows-interface",
14304 "windows-result 0.2.0",
14305 "windows-strings",
14306 "windows-targets 0.52.6",
14307]
14308
14309[[package]]
14310name = "windows-implement"
14311version = "0.58.0"
14312source = "registry+https://github.com/rust-lang/crates.io-index"
14313checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
14314dependencies = [
14315 "proc-macro2",
14316 "quote",
14317 "syn 2.0.87",
14318]
14319
14320[[package]]
14321name = "windows-interface"
14322version = "0.58.0"
14323source = "registry+https://github.com/rust-lang/crates.io-index"
14324checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
14325dependencies = [
14326 "proc-macro2",
14327 "quote",
14328 "syn 2.0.87",
14329]
14330
14331[[package]]
14332name = "windows-registry"
14333version = "0.2.0"
14334source = "registry+https://github.com/rust-lang/crates.io-index"
14335checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
14336dependencies = [
14337 "windows-result 0.2.0",
14338 "windows-strings",
14339 "windows-targets 0.52.6",
14340]
14341
14342[[package]]
14343name = "windows-result"
14344version = "0.1.2"
14345source = "registry+https://github.com/rust-lang/crates.io-index"
14346checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
14347dependencies = [
14348 "windows-targets 0.52.6",
14349]
14350
14351[[package]]
14352name = "windows-result"
14353version = "0.2.0"
14354source = "registry+https://github.com/rust-lang/crates.io-index"
14355checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
14356dependencies = [
14357 "windows-targets 0.52.6",
14358]
14359
14360[[package]]
14361name = "windows-strings"
14362version = "0.1.0"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
14365dependencies = [
14366 "windows-result 0.2.0",
14367 "windows-targets 0.52.6",
14368]
14369
14370[[package]]
14371name = "windows-sys"
14372version = "0.45.0"
14373source = "registry+https://github.com/rust-lang/crates.io-index"
14374checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
14375dependencies = [
14376 "windows-targets 0.42.2",
14377]
14378
14379[[package]]
14380name = "windows-sys"
14381version = "0.48.0"
14382source = "registry+https://github.com/rust-lang/crates.io-index"
14383checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
14384dependencies = [
14385 "windows-targets 0.48.5",
14386]
14387
14388[[package]]
14389name = "windows-sys"
14390version = "0.52.0"
14391source = "registry+https://github.com/rust-lang/crates.io-index"
14392checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
14393dependencies = [
14394 "windows-targets 0.52.6",
14395]
14396
14397[[package]]
14398name = "windows-sys"
14399version = "0.59.0"
14400source = "registry+https://github.com/rust-lang/crates.io-index"
14401checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
14402dependencies = [
14403 "windows-targets 0.52.6",
14404]
14405
14406[[package]]
14407name = "windows-targets"
14408version = "0.42.2"
14409source = "registry+https://github.com/rust-lang/crates.io-index"
14410checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
14411dependencies = [
14412 "windows_aarch64_gnullvm 0.42.2",
14413 "windows_aarch64_msvc 0.42.2",
14414 "windows_i686_gnu 0.42.2",
14415 "windows_i686_msvc 0.42.2",
14416 "windows_x86_64_gnu 0.42.2",
14417 "windows_x86_64_gnullvm 0.42.2",
14418 "windows_x86_64_msvc 0.42.2",
14419]
14420
14421[[package]]
14422name = "windows-targets"
14423version = "0.48.5"
14424source = "registry+https://github.com/rust-lang/crates.io-index"
14425checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
14426dependencies = [
14427 "windows_aarch64_gnullvm 0.48.5",
14428 "windows_aarch64_msvc 0.48.5",
14429 "windows_i686_gnu 0.48.5",
14430 "windows_i686_msvc 0.48.5",
14431 "windows_x86_64_gnu 0.48.5",
14432 "windows_x86_64_gnullvm 0.48.5",
14433 "windows_x86_64_msvc 0.48.5",
14434]
14435
14436[[package]]
14437name = "windows-targets"
14438version = "0.52.6"
14439source = "registry+https://github.com/rust-lang/crates.io-index"
14440checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
14441dependencies = [
14442 "windows_aarch64_gnullvm 0.52.6",
14443 "windows_aarch64_msvc 0.52.6",
14444 "windows_i686_gnu 0.52.6",
14445 "windows_i686_gnullvm",
14446 "windows_i686_msvc 0.52.6",
14447 "windows_x86_64_gnu 0.52.6",
14448 "windows_x86_64_gnullvm 0.52.6",
14449 "windows_x86_64_msvc 0.52.6",
14450]
14451
14452[[package]]
14453name = "windows_aarch64_gnullvm"
14454version = "0.42.2"
14455source = "registry+https://github.com/rust-lang/crates.io-index"
14456checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
14457
14458[[package]]
14459name = "windows_aarch64_gnullvm"
14460version = "0.48.5"
14461source = "registry+https://github.com/rust-lang/crates.io-index"
14462checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
14463
14464[[package]]
14465name = "windows_aarch64_gnullvm"
14466version = "0.52.6"
14467source = "registry+https://github.com/rust-lang/crates.io-index"
14468checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
14469
14470[[package]]
14471name = "windows_aarch64_msvc"
14472version = "0.42.2"
14473source = "registry+https://github.com/rust-lang/crates.io-index"
14474checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
14475
14476[[package]]
14477name = "windows_aarch64_msvc"
14478version = "0.48.5"
14479source = "registry+https://github.com/rust-lang/crates.io-index"
14480checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
14481
14482[[package]]
14483name = "windows_aarch64_msvc"
14484version = "0.52.6"
14485source = "registry+https://github.com/rust-lang/crates.io-index"
14486checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
14487
14488[[package]]
14489name = "windows_i686_gnu"
14490version = "0.42.2"
14491source = "registry+https://github.com/rust-lang/crates.io-index"
14492checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
14493
14494[[package]]
14495name = "windows_i686_gnu"
14496version = "0.48.5"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
14499
14500[[package]]
14501name = "windows_i686_gnu"
14502version = "0.52.6"
14503source = "registry+https://github.com/rust-lang/crates.io-index"
14504checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
14505
14506[[package]]
14507name = "windows_i686_gnullvm"
14508version = "0.52.6"
14509source = "registry+https://github.com/rust-lang/crates.io-index"
14510checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
14511
14512[[package]]
14513name = "windows_i686_msvc"
14514version = "0.42.2"
14515source = "registry+https://github.com/rust-lang/crates.io-index"
14516checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
14517
14518[[package]]
14519name = "windows_i686_msvc"
14520version = "0.48.5"
14521source = "registry+https://github.com/rust-lang/crates.io-index"
14522checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
14523
14524[[package]]
14525name = "windows_i686_msvc"
14526version = "0.52.6"
14527source = "registry+https://github.com/rust-lang/crates.io-index"
14528checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
14529
14530[[package]]
14531name = "windows_x86_64_gnu"
14532version = "0.42.2"
14533source = "registry+https://github.com/rust-lang/crates.io-index"
14534checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
14535
14536[[package]]
14537name = "windows_x86_64_gnu"
14538version = "0.48.5"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
14541
14542[[package]]
14543name = "windows_x86_64_gnu"
14544version = "0.52.6"
14545source = "registry+https://github.com/rust-lang/crates.io-index"
14546checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
14547
14548[[package]]
14549name = "windows_x86_64_gnullvm"
14550version = "0.42.2"
14551source = "registry+https://github.com/rust-lang/crates.io-index"
14552checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
14553
14554[[package]]
14555name = "windows_x86_64_gnullvm"
14556version = "0.48.5"
14557source = "registry+https://github.com/rust-lang/crates.io-index"
14558checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
14559
14560[[package]]
14561name = "windows_x86_64_gnullvm"
14562version = "0.52.6"
14563source = "registry+https://github.com/rust-lang/crates.io-index"
14564checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
14565
14566[[package]]
14567name = "windows_x86_64_msvc"
14568version = "0.42.2"
14569source = "registry+https://github.com/rust-lang/crates.io-index"
14570checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
14571
14572[[package]]
14573name = "windows_x86_64_msvc"
14574version = "0.48.5"
14575source = "registry+https://github.com/rust-lang/crates.io-index"
14576checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
14577
14578[[package]]
14579name = "windows_x86_64_msvc"
14580version = "0.52.6"
14581source = "registry+https://github.com/rust-lang/crates.io-index"
14582checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
14583
14584[[package]]
14585name = "winnow"
14586version = "0.5.40"
14587source = "registry+https://github.com/rust-lang/crates.io-index"
14588checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
14589dependencies = [
14590 "memchr",
14591]
14592
14593[[package]]
14594name = "winnow"
14595version = "0.6.18"
14596source = "registry+https://github.com/rust-lang/crates.io-index"
14597checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
14598dependencies = [
14599 "memchr",
14600]
14601
14602[[package]]
14603name = "winreg"
14604version = "0.50.0"
14605source = "registry+https://github.com/rust-lang/crates.io-index"
14606checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
14607dependencies = [
14608 "cfg-if",
14609 "windows-sys 0.48.0",
14610]
14611
14612[[package]]
14613name = "winreg"
14614version = "0.52.0"
14615source = "registry+https://github.com/rust-lang/crates.io-index"
14616checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
14617dependencies = [
14618 "cfg-if",
14619 "windows-sys 0.48.0",
14620]
14621
14622[[package]]
14623name = "winresource"
14624version = "0.1.17"
14625source = "registry+https://github.com/rust-lang/crates.io-index"
14626checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
14627dependencies = [
14628 "toml 0.7.8",
14629 "version_check",
14630]
14631
14632[[package]]
14633name = "winsafe"
14634version = "0.0.19"
14635source = "registry+https://github.com/rust-lang/crates.io-index"
14636checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
14637
14638[[package]]
14639name = "winx"
14640version = "0.36.3"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
14643dependencies = [
14644 "bitflags 2.6.0",
14645 "windows-sys 0.52.0",
14646]
14647
14648[[package]]
14649name = "wio"
14650version = "0.2.2"
14651source = "registry+https://github.com/rust-lang/crates.io-index"
14652checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
14653dependencies = [
14654 "winapi",
14655]
14656
14657[[package]]
14658name = "wit-bindgen"
14659version = "0.22.0"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
14662dependencies = [
14663 "bitflags 2.6.0",
14664 "wit-bindgen-rt",
14665 "wit-bindgen-rust-macro",
14666]
14667
14668[[package]]
14669name = "wit-bindgen-core"
14670version = "0.22.0"
14671source = "registry+https://github.com/rust-lang/crates.io-index"
14672checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
14673dependencies = [
14674 "anyhow",
14675 "wit-parser 0.201.0",
14676]
14677
14678[[package]]
14679name = "wit-bindgen-rt"
14680version = "0.22.0"
14681source = "registry+https://github.com/rust-lang/crates.io-index"
14682checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
14683
14684[[package]]
14685name = "wit-bindgen-rust"
14686version = "0.22.0"
14687source = "registry+https://github.com/rust-lang/crates.io-index"
14688checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
14689dependencies = [
14690 "anyhow",
14691 "heck 0.4.1",
14692 "indexmap 2.4.0",
14693 "wasm-metadata",
14694 "wit-bindgen-core",
14695 "wit-component",
14696]
14697
14698[[package]]
14699name = "wit-bindgen-rust-macro"
14700version = "0.22.0"
14701source = "registry+https://github.com/rust-lang/crates.io-index"
14702checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
14703dependencies = [
14704 "anyhow",
14705 "proc-macro2",
14706 "quote",
14707 "syn 2.0.87",
14708 "wit-bindgen-core",
14709 "wit-bindgen-rust",
14710]
14711
14712[[package]]
14713name = "wit-component"
14714version = "0.201.0"
14715source = "registry+https://github.com/rust-lang/crates.io-index"
14716checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
14717dependencies = [
14718 "anyhow",
14719 "bitflags 2.6.0",
14720 "indexmap 2.4.0",
14721 "log",
14722 "serde",
14723 "serde_derive",
14724 "serde_json",
14725 "wasm-encoder 0.201.0",
14726 "wasm-metadata",
14727 "wasmparser 0.201.0",
14728 "wit-parser 0.201.0",
14729]
14730
14731[[package]]
14732name = "wit-parser"
14733version = "0.201.0"
14734source = "registry+https://github.com/rust-lang/crates.io-index"
14735checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
14736dependencies = [
14737 "anyhow",
14738 "id-arena",
14739 "indexmap 2.4.0",
14740 "log",
14741 "semver",
14742 "serde",
14743 "serde_derive",
14744 "serde_json",
14745 "unicode-xid",
14746 "wasmparser 0.201.0",
14747]
14748
14749[[package]]
14750name = "wit-parser"
14751version = "0.215.0"
14752source = "registry+https://github.com/rust-lang/crates.io-index"
14753checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
14754dependencies = [
14755 "anyhow",
14756 "id-arena",
14757 "indexmap 2.4.0",
14758 "log",
14759 "semver",
14760 "serde",
14761 "serde_derive",
14762 "serde_json",
14763 "unicode-xid",
14764 "wasmparser 0.215.0",
14765]
14766
14767[[package]]
14768name = "witx"
14769version = "0.9.1"
14770source = "registry+https://github.com/rust-lang/crates.io-index"
14771checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
14772dependencies = [
14773 "anyhow",
14774 "log",
14775 "thiserror",
14776 "wast",
14777]
14778
14779[[package]]
14780name = "workspace"
14781version = "0.1.0"
14782dependencies = [
14783 "any_vec",
14784 "anyhow",
14785 "async-recursion 1.1.1",
14786 "bincode",
14787 "call",
14788 "client",
14789 "clock",
14790 "collections",
14791 "db",
14792 "derive_more",
14793 "env_logger 0.11.5",
14794 "fs",
14795 "futures 0.3.30",
14796 "git",
14797 "gpui",
14798 "http_client",
14799 "itertools 0.13.0",
14800 "language",
14801 "log",
14802 "node_runtime",
14803 "parking_lot",
14804 "postage",
14805 "project",
14806 "remote",
14807 "schemars",
14808 "serde",
14809 "serde_json",
14810 "session",
14811 "settings",
14812 "smallvec",
14813 "sqlez",
14814 "strum 0.25.0",
14815 "task",
14816 "tempfile",
14817 "theme",
14818 "ui",
14819 "util",
14820 "uuid",
14821]
14822
14823[[package]]
14824name = "worktree"
14825version = "0.1.0"
14826dependencies = [
14827 "anyhow",
14828 "clock",
14829 "collections",
14830 "env_logger 0.11.5",
14831 "fs",
14832 "futures 0.3.30",
14833 "fuzzy",
14834 "git",
14835 "git2",
14836 "git_hosting_providers",
14837 "gpui",
14838 "http_client",
14839 "ignore",
14840 "language",
14841 "log",
14842 "parking_lot",
14843 "paths",
14844 "postage",
14845 "pretty_assertions",
14846 "rand 0.8.5",
14847 "rpc",
14848 "schemars",
14849 "serde",
14850 "serde_json",
14851 "settings",
14852 "smallvec",
14853 "smol",
14854 "sum_tree",
14855 "text",
14856 "util",
14857]
14858
14859[[package]]
14860name = "wyz"
14861version = "0.5.1"
14862source = "registry+https://github.com/rust-lang/crates.io-index"
14863checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
14864dependencies = [
14865 "tap",
14866]
14867
14868[[package]]
14869name = "x11-clipboard"
14870version = "0.9.2"
14871source = "registry+https://github.com/rust-lang/crates.io-index"
14872checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
14873dependencies = [
14874 "libc",
14875 "x11rb",
14876]
14877
14878[[package]]
14879name = "x11rb"
14880version = "0.13.1"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
14883dependencies = [
14884 "as-raw-xcb-connection",
14885 "gethostname",
14886 "libc",
14887 "rustix 0.38.35",
14888 "x11rb-protocol",
14889]
14890
14891[[package]]
14892name = "x11rb-protocol"
14893version = "0.13.1"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
14896
14897[[package]]
14898name = "xattr"
14899version = "0.2.3"
14900source = "registry+https://github.com/rust-lang/crates.io-index"
14901checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
14902dependencies = [
14903 "libc",
14904]
14905
14906[[package]]
14907name = "xcursor"
14908version = "0.3.8"
14909source = "registry+https://github.com/rust-lang/crates.io-index"
14910checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
14911
14912[[package]]
14913name = "xdg-home"
14914version = "1.3.0"
14915source = "registry+https://github.com/rust-lang/crates.io-index"
14916checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
14917dependencies = [
14918 "libc",
14919 "windows-sys 0.59.0",
14920]
14921
14922[[package]]
14923name = "xim"
14924version = "0.4.0"
14925source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14926dependencies = [
14927 "ahash 0.8.11",
14928 "hashbrown 0.14.5",
14929 "log",
14930 "x11rb",
14931 "xim-ctext",
14932 "xim-parser",
14933]
14934
14935[[package]]
14936name = "xim-ctext"
14937version = "0.3.0"
14938source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14939dependencies = [
14940 "encoding_rs",
14941]
14942
14943[[package]]
14944name = "xim-parser"
14945version = "0.2.1"
14946source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14947dependencies = [
14948 "bitflags 2.6.0",
14949]
14950
14951[[package]]
14952name = "xkbcommon"
14953version = "0.7.0"
14954source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
14955dependencies = [
14956 "as-raw-xcb-connection",
14957 "libc",
14958 "memmap2",
14959 "xkeysym",
14960]
14961
14962[[package]]
14963name = "xkeysym"
14964version = "0.2.1"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
14967
14968[[package]]
14969name = "xml5ever"
14970version = "0.18.1"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
14973dependencies = [
14974 "log",
14975 "mac",
14976 "markup5ever",
14977]
14978
14979[[package]]
14980name = "xmlparser"
14981version = "0.13.6"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
14984
14985[[package]]
14986name = "xmlwriter"
14987version = "0.1.0"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
14990
14991[[package]]
14992name = "xtask"
14993version = "0.1.0"
14994dependencies = [
14995 "anyhow",
14996 "cargo_metadata",
14997 "cargo_toml",
14998 "clap",
14999]
15000
15001[[package]]
15002name = "yaml-rust2"
15003version = "0.8.1"
15004source = "registry+https://github.com/rust-lang/crates.io-index"
15005checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
15006dependencies = [
15007 "arraydeque",
15008 "encoding_rs",
15009 "hashlink 0.8.4",
15010]
15011
15012[[package]]
15013name = "yansi"
15014version = "1.0.1"
15015source = "registry+https://github.com/rust-lang/crates.io-index"
15016checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
15017
15018[[package]]
15019name = "yazi"
15020version = "0.1.6"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
15023
15024[[package]]
15025name = "yeslogic-fontconfig-sys"
15026version = "6.0.0"
15027source = "registry+https://github.com/rust-lang/crates.io-index"
15028checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
15029dependencies = [
15030 "dlib",
15031 "once_cell",
15032 "pkg-config",
15033]
15034
15035[[package]]
15036name = "zbus"
15037version = "4.4.0"
15038source = "registry+https://github.com/rust-lang/crates.io-index"
15039checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
15040dependencies = [
15041 "async-broadcast",
15042 "async-executor",
15043 "async-fs 2.1.2",
15044 "async-io 2.3.4",
15045 "async-lock 3.4.0",
15046 "async-process 2.2.4",
15047 "async-recursion 1.1.1",
15048 "async-task",
15049 "async-trait",
15050 "blocking",
15051 "enumflags2",
15052 "event-listener 5.3.1",
15053 "futures-core",
15054 "futures-sink",
15055 "futures-util",
15056 "hex",
15057 "nix",
15058 "ordered-stream",
15059 "rand 0.8.5",
15060 "serde",
15061 "serde_repr",
15062 "sha1",
15063 "static_assertions",
15064 "tracing",
15065 "uds_windows",
15066 "windows-sys 0.52.0",
15067 "xdg-home",
15068 "zbus_macros",
15069 "zbus_names",
15070 "zvariant",
15071]
15072
15073[[package]]
15074name = "zbus_macros"
15075version = "4.4.0"
15076source = "registry+https://github.com/rust-lang/crates.io-index"
15077checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
15078dependencies = [
15079 "proc-macro-crate",
15080 "proc-macro2",
15081 "quote",
15082 "syn 2.0.87",
15083 "zvariant_utils",
15084]
15085
15086[[package]]
15087name = "zbus_names"
15088version = "3.0.0"
15089source = "registry+https://github.com/rust-lang/crates.io-index"
15090checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
15091dependencies = [
15092 "serde",
15093 "static_assertions",
15094 "zvariant",
15095]
15096
15097[[package]]
15098name = "zed"
15099version = "0.163.0"
15100dependencies = [
15101 "activity_indicator",
15102 "anyhow",
15103 "ashpd",
15104 "assets",
15105 "assistant",
15106 "assistant_slash_command",
15107 "async-watch",
15108 "audio",
15109 "auto_update",
15110 "backtrace",
15111 "breadcrumbs",
15112 "call",
15113 "channel",
15114 "chrono",
15115 "clap",
15116 "cli",
15117 "client",
15118 "collab_ui",
15119 "collections",
15120 "command_palette",
15121 "command_palette_hooks",
15122 "context_servers",
15123 "copilot",
15124 "db",
15125 "diagnostics",
15126 "editor",
15127 "env_logger 0.11.5",
15128 "extension_host",
15129 "extensions_ui",
15130 "feature_flags",
15131 "feedback",
15132 "file_finder",
15133 "file_icons",
15134 "fs",
15135 "futures 0.3.30",
15136 "git",
15137 "git_hosting_providers",
15138 "go_to_line",
15139 "gpui",
15140 "http_client",
15141 "image_viewer",
15142 "indexed_docs",
15143 "inline_completion_button",
15144 "install_cli",
15145 "journal",
15146 "language",
15147 "language_model",
15148 "language_selector",
15149 "language_tools",
15150 "languages",
15151 "libc",
15152 "log",
15153 "markdown_preview",
15154 "menu",
15155 "mimalloc",
15156 "nix",
15157 "node_runtime",
15158 "notifications",
15159 "outline",
15160 "outline_panel",
15161 "parking_lot",
15162 "paths",
15163 "profiling",
15164 "project",
15165 "project_panel",
15166 "project_symbols",
15167 "proto",
15168 "quick_action_bar",
15169 "recent_projects",
15170 "release_channel",
15171 "remote",
15172 "repl",
15173 "reqwest_client",
15174 "rope",
15175 "search",
15176 "serde",
15177 "serde_json",
15178 "session",
15179 "settings",
15180 "settings_ui",
15181 "shellexpand 2.1.2",
15182 "simplelog",
15183 "smol",
15184 "snippet_provider",
15185 "snippets_ui",
15186 "supermaven",
15187 "sysinfo",
15188 "tab_switcher",
15189 "task",
15190 "tasks_ui",
15191 "telemetry_events",
15192 "terminal_view",
15193 "theme",
15194 "theme_selector",
15195 "time",
15196 "toolchain_selector",
15197 "tree-sitter-md",
15198 "tree-sitter-rust",
15199 "ui",
15200 "url",
15201 "urlencoding",
15202 "util",
15203 "uuid",
15204 "vim",
15205 "welcome",
15206 "windows 0.58.0",
15207 "winresource",
15208 "workspace",
15209 "zed_actions",
15210]
15211
15212[[package]]
15213name = "zed_actions"
15214version = "0.1.0"
15215dependencies = [
15216 "gpui",
15217 "serde",
15218]
15219
15220[[package]]
15221name = "zed_astro"
15222version = "0.1.1"
15223dependencies = [
15224 "serde",
15225 "zed_extension_api 0.1.0",
15226]
15227
15228[[package]]
15229name = "zed_clojure"
15230version = "0.0.3"
15231dependencies = [
15232 "zed_extension_api 0.1.0",
15233]
15234
15235[[package]]
15236name = "zed_csharp"
15237version = "0.0.2"
15238dependencies = [
15239 "zed_extension_api 0.1.0",
15240]
15241
15242[[package]]
15243name = "zed_deno"
15244version = "0.0.2"
15245dependencies = [
15246 "zed_extension_api 0.1.0",
15247]
15248
15249[[package]]
15250name = "zed_elixir"
15251version = "0.1.1"
15252dependencies = [
15253 "zed_extension_api 0.1.0",
15254]
15255
15256[[package]]
15257name = "zed_elm"
15258version = "0.0.1"
15259dependencies = [
15260 "zed_extension_api 0.1.0",
15261]
15262
15263[[package]]
15264name = "zed_emmet"
15265version = "0.0.3"
15266dependencies = [
15267 "zed_extension_api 0.1.0",
15268]
15269
15270[[package]]
15271name = "zed_erlang"
15272version = "0.1.0"
15273dependencies = [
15274 "zed_extension_api 0.1.0",
15275]
15276
15277[[package]]
15278name = "zed_extension_api"
15279version = "0.1.0"
15280source = "registry+https://github.com/rust-lang/crates.io-index"
15281checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
15282dependencies = [
15283 "serde",
15284 "serde_json",
15285 "wit-bindgen",
15286]
15287
15288[[package]]
15289name = "zed_extension_api"
15290version = "0.2.0"
15291dependencies = [
15292 "serde",
15293 "serde_json",
15294 "wit-bindgen",
15295]
15296
15297[[package]]
15298name = "zed_glsl"
15299version = "0.1.0"
15300dependencies = [
15301 "zed_extension_api 0.1.0",
15302]
15303
15304[[package]]
15305name = "zed_haskell"
15306version = "0.1.1"
15307dependencies = [
15308 "zed_extension_api 0.1.0",
15309]
15310
15311[[package]]
15312name = "zed_html"
15313version = "0.1.4"
15314dependencies = [
15315 "zed_extension_api 0.1.0",
15316]
15317
15318[[package]]
15319name = "zed_lua"
15320version = "0.1.0"
15321dependencies = [
15322 "zed_extension_api 0.1.0",
15323]
15324
15325[[package]]
15326name = "zed_ocaml"
15327version = "0.1.0"
15328dependencies = [
15329 "zed_extension_api 0.1.0",
15330]
15331
15332[[package]]
15333name = "zed_php"
15334version = "0.2.2"
15335dependencies = [
15336 "zed_extension_api 0.1.0",
15337]
15338
15339[[package]]
15340name = "zed_prisma"
15341version = "0.0.3"
15342dependencies = [
15343 "zed_extension_api 0.1.0",
15344]
15345
15346[[package]]
15347name = "zed_proto"
15348version = "0.2.0"
15349dependencies = [
15350 "zed_extension_api 0.1.0",
15351]
15352
15353[[package]]
15354name = "zed_purescript"
15355version = "0.0.1"
15356dependencies = [
15357 "zed_extension_api 0.1.0",
15358]
15359
15360[[package]]
15361name = "zed_ruff"
15362version = "0.1.0"
15363dependencies = [
15364 "zed_extension_api 0.1.0",
15365]
15366
15367[[package]]
15368name = "zed_snippets"
15369version = "0.0.5"
15370dependencies = [
15371 "serde_json",
15372 "zed_extension_api 0.1.0",
15373]
15374
15375[[package]]
15376name = "zed_terraform"
15377version = "0.1.1"
15378dependencies = [
15379 "zed_extension_api 0.1.0",
15380]
15381
15382[[package]]
15383name = "zed_test_extension"
15384version = "0.1.0"
15385dependencies = [
15386 "zed_extension_api 0.2.0",
15387]
15388
15389[[package]]
15390name = "zed_toml"
15391version = "0.1.1"
15392dependencies = [
15393 "zed_extension_api 0.1.0",
15394]
15395
15396[[package]]
15397name = "zed_uiua"
15398version = "0.0.1"
15399dependencies = [
15400 "zed_extension_api 0.1.0",
15401]
15402
15403[[package]]
15404name = "zed_zig"
15405version = "0.3.1"
15406dependencies = [
15407 "zed_extension_api 0.1.0",
15408]
15409
15410[[package]]
15411name = "zeno"
15412version = "0.2.3"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
15415
15416[[package]]
15417name = "zerocopy"
15418version = "0.7.35"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
15421dependencies = [
15422 "byteorder",
15423 "zerocopy-derive",
15424]
15425
15426[[package]]
15427name = "zerocopy-derive"
15428version = "0.7.35"
15429source = "registry+https://github.com/rust-lang/crates.io-index"
15430checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
15431dependencies = [
15432 "proc-macro2",
15433 "quote",
15434 "syn 2.0.87",
15435]
15436
15437[[package]]
15438name = "zeroize"
15439version = "1.8.1"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
15442dependencies = [
15443 "zeroize_derive",
15444]
15445
15446[[package]]
15447name = "zeroize_derive"
15448version = "1.4.2"
15449source = "registry+https://github.com/rust-lang/crates.io-index"
15450checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
15451dependencies = [
15452 "proc-macro2",
15453 "quote",
15454 "syn 2.0.87",
15455]
15456
15457[[package]]
15458name = "zeromq"
15459version = "0.4.0"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
15462dependencies = [
15463 "async-dispatcher",
15464 "async-std",
15465 "async-trait",
15466 "asynchronous-codec",
15467 "bytes 1.7.2",
15468 "crossbeam-queue",
15469 "dashmap 5.5.3",
15470 "futures-channel",
15471 "futures-io",
15472 "futures-task",
15473 "futures-util",
15474 "log",
15475 "num-traits",
15476 "once_cell",
15477 "parking_lot",
15478 "rand 0.8.5",
15479 "regex",
15480 "thiserror",
15481 "uuid",
15482]
15483
15484[[package]]
15485name = "zstd"
15486version = "0.11.2+zstd.1.5.2"
15487source = "registry+https://github.com/rust-lang/crates.io-index"
15488checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
15489dependencies = [
15490 "zstd-safe",
15491]
15492
15493[[package]]
15494name = "zstd-safe"
15495version = "5.0.2+zstd.1.5.2"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
15498dependencies = [
15499 "libc",
15500 "zstd-sys",
15501]
15502
15503[[package]]
15504name = "zstd-sys"
15505version = "2.0.13+zstd.1.5.6"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
15508dependencies = [
15509 "cc",
15510 "pkg-config",
15511]
15512
15513[[package]]
15514name = "zune-core"
15515version = "0.4.12"
15516source = "registry+https://github.com/rust-lang/crates.io-index"
15517checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
15518
15519[[package]]
15520name = "zune-inflate"
15521version = "0.2.54"
15522source = "registry+https://github.com/rust-lang/crates.io-index"
15523checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
15524dependencies = [
15525 "simd-adler32",
15526]
15527
15528[[package]]
15529name = "zune-jpeg"
15530version = "0.4.13"
15531source = "registry+https://github.com/rust-lang/crates.io-index"
15532checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
15533dependencies = [
15534 "zune-core",
15535]
15536
15537[[package]]
15538name = "zvariant"
15539version = "4.2.0"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
15542dependencies = [
15543 "endi",
15544 "enumflags2",
15545 "serde",
15546 "static_assertions",
15547 "url",
15548 "zvariant_derive",
15549]
15550
15551[[package]]
15552name = "zvariant_derive"
15553version = "4.2.0"
15554source = "registry+https://github.com/rust-lang/crates.io-index"
15555checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
15556dependencies = [
15557 "proc-macro-crate",
15558 "proc-macro2",
15559 "quote",
15560 "syn 2.0.87",
15561 "zvariant_utils",
15562]
15563
15564[[package]]
15565name = "zvariant_utils"
15566version = "2.1.0"
15567source = "registry+https://github.com/rust-lang/crates.io-index"
15568checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
15569dependencies = [
15570 "proc-macro2",
15571 "quote",
15572 "syn 2.0.87",
15573]