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.76",
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.76",
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.76",
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.76",
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.12.1",
1595 "lazy_static",
1596 "lazycell",
1597 "proc-macro2",
1598 "quote",
1599 "regex",
1600 "rustc-hash 1.1.0",
1601 "shlex",
1602 "syn 2.0.76",
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.76",
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.76",
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.76",
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.76",
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.76",
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.76",
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.1"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "32d69b774780246008783a75edfb943eccc2487b6a43808503a07cd563f2ffde"
3077dependencies = [
3078 "cranelift-entity",
3079]
3080
3081[[package]]
3082name = "cranelift-bitset"
3083version = "0.111.1"
3084source = "registry+https://github.com/rust-lang/crates.io-index"
3085checksum = "a7d8d71c6b32c1a7cff254c5e5d7359872c1e5e610fbe963472afcddbd9cf303"
3086dependencies = [
3087 "serde",
3088 "serde_derive",
3089]
3090
3091[[package]]
3092name = "cranelift-codegen"
3093version = "0.111.1"
3094source = "registry+https://github.com/rust-lang/crates.io-index"
3095checksum = "3ad3a906f2a3f3590ad9798d59a46959a8593258eb985af722f634723c063a2c"
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.1"
3117source = "registry+https://github.com/rust-lang/crates.io-index"
3118checksum = "cd5e4ee12262a135efbef3ced4ab2153adafe4adc55f36af94f9d73be0f7505d"
3119dependencies = [
3120 "cranelift-codegen-shared",
3121]
3122
3123[[package]]
3124name = "cranelift-codegen-shared"
3125version = "0.111.1"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "5b9374a2a5f060f72e3080fe1c87c9ff4bef2cbe798faae60daf276fb1a13968"
3128
3129[[package]]
3130name = "cranelift-control"
3131version = "0.111.1"
3132source = "registry+https://github.com/rust-lang/crates.io-index"
3133checksum = "fba3ca2f344bb22d265a928e7c3f5f46e1a2eb41f1393bd53538d07b6ffb5293"
3134dependencies = [
3135 "arbitrary",
3136]
3137
3138[[package]]
3139name = "cranelift-entity"
3140version = "0.111.1"
3141source = "registry+https://github.com/rust-lang/crates.io-index"
3142checksum = "a6aef77dfb018eed09d92d4244abe3c1c060cbbd900c24f75ddde7d75d0e781e"
3143dependencies = [
3144 "cranelift-bitset",
3145 "serde",
3146 "serde_derive",
3147]
3148
3149[[package]]
3150name = "cranelift-frontend"
3151version = "0.111.1"
3152source = "registry+https://github.com/rust-lang/crates.io-index"
3153checksum = "7b1d6954f03d63df1cb95d66153c97df0201862220861349bbd5f583754b1917"
3154dependencies = [
3155 "cranelift-codegen",
3156 "log",
3157 "smallvec",
3158 "target-lexicon",
3159]
3160
3161[[package]]
3162name = "cranelift-isle"
3163version = "0.111.1"
3164source = "registry+https://github.com/rust-lang/crates.io-index"
3165checksum = "f8b9b7e088b784796ea8aa5947c1cc12034c1b076a077ec2a5a287da717fa746"
3166
3167[[package]]
3168name = "cranelift-native"
3169version = "0.111.1"
3170source = "registry+https://github.com/rust-lang/crates.io-index"
3171checksum = "4cab7424083d070669ff3fdeea7c5b4b5013a055aa1ee0532703f17a5f62af64"
3172dependencies = [
3173 "cranelift-codegen",
3174 "libc",
3175 "target-lexicon",
3176]
3177
3178[[package]]
3179name = "cranelift-wasm"
3180version = "0.111.1"
3181source = "registry+https://github.com/rust-lang/crates.io-index"
3182checksum = "81a9f6d0495984eef1d753ec8748de0b216b37ade16d219f1c0f27d8188d7f77"
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.76",
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.76",
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.76",
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.76",
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.76",
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 "toml 0.8.19",
4193 "url",
4194 "util",
4195 "wasmparser 0.215.0",
4196 "wasmtime",
4197 "wasmtime-wasi",
4198]
4199
4200[[package]]
4201name = "extensions_ui"
4202version = "0.1.0"
4203dependencies = [
4204 "anyhow",
4205 "assistant_slash_command",
4206 "async-compression",
4207 "async-tar",
4208 "client",
4209 "collections",
4210 "context_servers",
4211 "ctor",
4212 "db",
4213 "editor",
4214 "env_logger 0.11.5",
4215 "extension",
4216 "extension_host",
4217 "fs",
4218 "futures 0.3.30",
4219 "fuzzy",
4220 "gpui",
4221 "http_client",
4222 "indexed_docs",
4223 "language",
4224 "log",
4225 "lsp",
4226 "node_runtime",
4227 "num-format",
4228 "parking_lot",
4229 "picker",
4230 "project",
4231 "release_channel",
4232 "reqwest_client",
4233 "semantic_version",
4234 "serde",
4235 "serde_json",
4236 "settings",
4237 "smallvec",
4238 "snippet_provider",
4239 "theme",
4240 "theme_selector",
4241 "ui",
4242 "util",
4243 "vim",
4244 "wasmtime-wasi",
4245 "workspace",
4246]
4247
4248[[package]]
4249name = "fallible-iterator"
4250version = "0.3.0"
4251source = "registry+https://github.com/rust-lang/crates.io-index"
4252checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4253
4254[[package]]
4255name = "fancy-regex"
4256version = "0.12.0"
4257source = "registry+https://github.com/rust-lang/crates.io-index"
4258checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
4259dependencies = [
4260 "bit-set 0.5.3",
4261 "regex",
4262]
4263
4264[[package]]
4265name = "fancy-regex"
4266version = "0.14.0"
4267source = "registry+https://github.com/rust-lang/crates.io-index"
4268checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4269dependencies = [
4270 "bit-set 0.8.0",
4271 "regex-automata 0.4.7",
4272 "regex-syntax 0.8.4",
4273]
4274
4275[[package]]
4276name = "fast-srgb8"
4277version = "1.0.0"
4278source = "registry+https://github.com/rust-lang/crates.io-index"
4279checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4280
4281[[package]]
4282name = "fastrand"
4283version = "1.9.0"
4284source = "registry+https://github.com/rust-lang/crates.io-index"
4285checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4286dependencies = [
4287 "instant",
4288]
4289
4290[[package]]
4291name = "fastrand"
4292version = "2.1.1"
4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
4295
4296[[package]]
4297name = "fd-lock"
4298version = "4.0.2"
4299source = "registry+https://github.com/rust-lang/crates.io-index"
4300checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4301dependencies = [
4302 "cfg-if",
4303 "rustix 0.38.35",
4304 "windows-sys 0.52.0",
4305]
4306
4307[[package]]
4308name = "fdeflate"
4309version = "0.3.4"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
4312dependencies = [
4313 "simd-adler32",
4314]
4315
4316[[package]]
4317name = "feature_flags"
4318version = "0.1.0"
4319dependencies = [
4320 "futures 0.3.30",
4321 "gpui",
4322]
4323
4324[[package]]
4325name = "feedback"
4326version = "0.1.0"
4327dependencies = [
4328 "anyhow",
4329 "bitflags 2.6.0",
4330 "client",
4331 "db",
4332 "editor",
4333 "futures 0.3.30",
4334 "gpui",
4335 "http_client",
4336 "human_bytes",
4337 "language",
4338 "log",
4339 "menu",
4340 "project",
4341 "regex",
4342 "release_channel",
4343 "serde",
4344 "serde_derive",
4345 "serde_json",
4346 "smol",
4347 "sysinfo",
4348 "ui",
4349 "urlencoding",
4350 "util",
4351 "workspace",
4352]
4353
4354[[package]]
4355name = "ff"
4356version = "0.12.1"
4357source = "registry+https://github.com/rust-lang/crates.io-index"
4358checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4359dependencies = [
4360 "rand_core 0.6.4",
4361 "subtle",
4362]
4363
4364[[package]]
4365name = "file_finder"
4366version = "0.1.0"
4367dependencies = [
4368 "anyhow",
4369 "collections",
4370 "ctor",
4371 "editor",
4372 "env_logger 0.11.5",
4373 "file_icons",
4374 "futures 0.3.30",
4375 "fuzzy",
4376 "gpui",
4377 "language",
4378 "menu",
4379 "picker",
4380 "project",
4381 "schemars",
4382 "serde",
4383 "serde_derive",
4384 "serde_json",
4385 "settings",
4386 "text",
4387 "theme",
4388 "ui",
4389 "util",
4390 "workspace",
4391]
4392
4393[[package]]
4394name = "file_icons"
4395version = "0.1.0"
4396dependencies = [
4397 "collections",
4398 "gpui",
4399 "serde",
4400 "serde_derive",
4401 "serde_json",
4402 "util",
4403]
4404
4405[[package]]
4406name = "filedescriptor"
4407version = "0.8.2"
4408source = "registry+https://github.com/rust-lang/crates.io-index"
4409checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4410dependencies = [
4411 "libc",
4412 "thiserror",
4413 "winapi",
4414]
4415
4416[[package]]
4417name = "filetime"
4418version = "0.2.25"
4419source = "registry+https://github.com/rust-lang/crates.io-index"
4420checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4421dependencies = [
4422 "cfg-if",
4423 "libc",
4424 "libredox",
4425 "windows-sys 0.59.0",
4426]
4427
4428[[package]]
4429name = "fixedbitset"
4430version = "0.4.2"
4431source = "registry+https://github.com/rust-lang/crates.io-index"
4432checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4433
4434[[package]]
4435name = "flate2"
4436version = "1.0.33"
4437source = "registry+https://github.com/rust-lang/crates.io-index"
4438checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
4439dependencies = [
4440 "crc32fast",
4441 "miniz_oxide 0.8.0",
4442]
4443
4444[[package]]
4445name = "float-cmp"
4446version = "0.9.0"
4447source = "registry+https://github.com/rust-lang/crates.io-index"
4448checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4449
4450[[package]]
4451name = "float-ord"
4452version = "0.3.2"
4453source = "registry+https://github.com/rust-lang/crates.io-index"
4454checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4455
4456[[package]]
4457name = "flume"
4458version = "0.11.1"
4459source = "registry+https://github.com/rust-lang/crates.io-index"
4460checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4461dependencies = [
4462 "futures-core",
4463 "futures-sink",
4464 "nanorand",
4465 "spin",
4466]
4467
4468[[package]]
4469name = "fnv"
4470version = "1.0.7"
4471source = "registry+https://github.com/rust-lang/crates.io-index"
4472checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4473
4474[[package]]
4475name = "font-kit"
4476version = "0.14.1"
4477source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4478dependencies = [
4479 "bitflags 2.6.0",
4480 "byteorder",
4481 "core-foundation 0.9.4",
4482 "core-graphics 0.23.2",
4483 "core-text",
4484 "dirs 5.0.1",
4485 "dwrote",
4486 "float-ord",
4487 "freetype-sys",
4488 "lazy_static",
4489 "libc",
4490 "log",
4491 "pathfinder_geometry",
4492 "pathfinder_simd",
4493 "walkdir",
4494 "winapi",
4495 "yeslogic-fontconfig-sys",
4496]
4497
4498[[package]]
4499name = "font-types"
4500version = "0.6.0"
4501source = "registry+https://github.com/rust-lang/crates.io-index"
4502checksum = "8f0189ccb084f77c5523e08288d418cbaa09c451a08515678a0aa265df9a8b60"
4503dependencies = [
4504 "bytemuck",
4505]
4506
4507[[package]]
4508name = "fontconfig-parser"
4509version = "0.5.7"
4510source = "registry+https://github.com/rust-lang/crates.io-index"
4511checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4512dependencies = [
4513 "roxmltree",
4514]
4515
4516[[package]]
4517name = "fontdb"
4518version = "0.18.0"
4519source = "registry+https://github.com/rust-lang/crates.io-index"
4520checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4521dependencies = [
4522 "fontconfig-parser",
4523 "log",
4524 "memmap2",
4525 "slotmap",
4526 "tinyvec",
4527 "ttf-parser",
4528]
4529
4530[[package]]
4531name = "foreign-types"
4532version = "0.3.2"
4533source = "registry+https://github.com/rust-lang/crates.io-index"
4534checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4535dependencies = [
4536 "foreign-types-shared 0.1.1",
4537]
4538
4539[[package]]
4540name = "foreign-types"
4541version = "0.5.0"
4542source = "registry+https://github.com/rust-lang/crates.io-index"
4543checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4544dependencies = [
4545 "foreign-types-macros",
4546 "foreign-types-shared 0.3.1",
4547]
4548
4549[[package]]
4550name = "foreign-types-macros"
4551version = "0.2.3"
4552source = "registry+https://github.com/rust-lang/crates.io-index"
4553checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4554dependencies = [
4555 "proc-macro2",
4556 "quote",
4557 "syn 2.0.76",
4558]
4559
4560[[package]]
4561name = "foreign-types-shared"
4562version = "0.1.1"
4563source = "registry+https://github.com/rust-lang/crates.io-index"
4564checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4565
4566[[package]]
4567name = "foreign-types-shared"
4568version = "0.3.1"
4569source = "registry+https://github.com/rust-lang/crates.io-index"
4570checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4571
4572[[package]]
4573name = "fork"
4574version = "0.2.0"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4577dependencies = [
4578 "libc",
4579]
4580
4581[[package]]
4582name = "form_urlencoded"
4583version = "1.2.1"
4584source = "registry+https://github.com/rust-lang/crates.io-index"
4585checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4586dependencies = [
4587 "percent-encoding",
4588]
4589
4590[[package]]
4591name = "freetype-sys"
4592version = "0.20.1"
4593source = "registry+https://github.com/rust-lang/crates.io-index"
4594checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4595dependencies = [
4596 "cc",
4597 "libc",
4598 "pkg-config",
4599]
4600
4601[[package]]
4602name = "fs"
4603version = "0.1.0"
4604dependencies = [
4605 "anyhow",
4606 "ashpd",
4607 "async-tar",
4608 "async-trait",
4609 "cocoa 0.26.0",
4610 "collections",
4611 "fsevent",
4612 "futures 0.3.30",
4613 "git",
4614 "git2",
4615 "gpui",
4616 "libc",
4617 "notify",
4618 "objc",
4619 "parking_lot",
4620 "paths",
4621 "rope",
4622 "serde",
4623 "serde_json",
4624 "smol",
4625 "tempfile",
4626 "text",
4627 "time",
4628 "util",
4629 "windows 0.58.0",
4630]
4631
4632[[package]]
4633name = "fs-set-times"
4634version = "0.20.1"
4635source = "registry+https://github.com/rust-lang/crates.io-index"
4636checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
4637dependencies = [
4638 "io-lifetimes 2.0.3",
4639 "rustix 0.38.35",
4640 "windows-sys 0.52.0",
4641]
4642
4643[[package]]
4644name = "fsevent"
4645version = "0.1.0"
4646dependencies = [
4647 "bitflags 2.6.0",
4648 "core-foundation 0.9.4",
4649 "fsevent-sys 3.1.0",
4650 "parking_lot",
4651 "tempfile",
4652]
4653
4654[[package]]
4655name = "fsevent-sys"
4656version = "3.1.0"
4657source = "registry+https://github.com/rust-lang/crates.io-index"
4658checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4659dependencies = [
4660 "libc",
4661]
4662
4663[[package]]
4664name = "fsevent-sys"
4665version = "4.1.0"
4666source = "registry+https://github.com/rust-lang/crates.io-index"
4667checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4668dependencies = [
4669 "libc",
4670]
4671
4672[[package]]
4673name = "funty"
4674version = "2.0.0"
4675source = "registry+https://github.com/rust-lang/crates.io-index"
4676checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4677
4678[[package]]
4679name = "futf"
4680version = "0.1.5"
4681source = "registry+https://github.com/rust-lang/crates.io-index"
4682checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4683dependencies = [
4684 "mac",
4685 "new_debug_unreachable",
4686]
4687
4688[[package]]
4689name = "futures"
4690version = "0.1.31"
4691source = "registry+https://github.com/rust-lang/crates.io-index"
4692checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4693
4694[[package]]
4695name = "futures"
4696version = "0.3.30"
4697source = "registry+https://github.com/rust-lang/crates.io-index"
4698checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
4699dependencies = [
4700 "futures-channel",
4701 "futures-core",
4702 "futures-executor",
4703 "futures-io",
4704 "futures-sink",
4705 "futures-task",
4706 "futures-util",
4707]
4708
4709[[package]]
4710name = "futures-batch"
4711version = "0.6.1"
4712source = "registry+https://github.com/rust-lang/crates.io-index"
4713checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4714dependencies = [
4715 "futures 0.3.30",
4716 "futures-timer",
4717 "pin-utils",
4718]
4719
4720[[package]]
4721name = "futures-channel"
4722version = "0.3.30"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
4725dependencies = [
4726 "futures-core",
4727 "futures-sink",
4728]
4729
4730[[package]]
4731name = "futures-core"
4732version = "0.3.30"
4733source = "registry+https://github.com/rust-lang/crates.io-index"
4734checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
4735
4736[[package]]
4737name = "futures-executor"
4738version = "0.3.30"
4739source = "registry+https://github.com/rust-lang/crates.io-index"
4740checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
4741dependencies = [
4742 "futures-core",
4743 "futures-task",
4744 "futures-util",
4745]
4746
4747[[package]]
4748name = "futures-intrusive"
4749version = "0.5.0"
4750source = "registry+https://github.com/rust-lang/crates.io-index"
4751checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4752dependencies = [
4753 "futures-core",
4754 "lock_api",
4755 "parking_lot",
4756]
4757
4758[[package]]
4759name = "futures-io"
4760version = "0.3.30"
4761source = "registry+https://github.com/rust-lang/crates.io-index"
4762checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
4763
4764[[package]]
4765name = "futures-lite"
4766version = "1.13.0"
4767source = "registry+https://github.com/rust-lang/crates.io-index"
4768checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4769dependencies = [
4770 "fastrand 1.9.0",
4771 "futures-core",
4772 "futures-io",
4773 "memchr",
4774 "parking",
4775 "pin-project-lite",
4776 "waker-fn",
4777]
4778
4779[[package]]
4780name = "futures-lite"
4781version = "2.3.0"
4782source = "registry+https://github.com/rust-lang/crates.io-index"
4783checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
4784dependencies = [
4785 "fastrand 2.1.1",
4786 "futures-core",
4787 "futures-io",
4788 "parking",
4789 "pin-project-lite",
4790]
4791
4792[[package]]
4793name = "futures-macro"
4794version = "0.3.30"
4795source = "registry+https://github.com/rust-lang/crates.io-index"
4796checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
4797dependencies = [
4798 "proc-macro2",
4799 "quote",
4800 "syn 2.0.76",
4801]
4802
4803[[package]]
4804name = "futures-sink"
4805version = "0.3.30"
4806source = "registry+https://github.com/rust-lang/crates.io-index"
4807checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
4808
4809[[package]]
4810name = "futures-task"
4811version = "0.3.30"
4812source = "registry+https://github.com/rust-lang/crates.io-index"
4813checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
4814
4815[[package]]
4816name = "futures-timer"
4817version = "3.0.3"
4818source = "registry+https://github.com/rust-lang/crates.io-index"
4819checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4820
4821[[package]]
4822name = "futures-util"
4823version = "0.3.30"
4824source = "registry+https://github.com/rust-lang/crates.io-index"
4825checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
4826dependencies = [
4827 "futures 0.1.31",
4828 "futures-channel",
4829 "futures-core",
4830 "futures-io",
4831 "futures-macro",
4832 "futures-sink",
4833 "futures-task",
4834 "memchr",
4835 "pin-project-lite",
4836 "pin-utils",
4837 "slab",
4838 "tokio-io",
4839]
4840
4841[[package]]
4842name = "fuzzy"
4843version = "0.1.0"
4844dependencies = [
4845 "gpui",
4846 "util",
4847]
4848
4849[[package]]
4850name = "fuzzy-matcher"
4851version = "0.3.7"
4852source = "registry+https://github.com/rust-lang/crates.io-index"
4853checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4854dependencies = [
4855 "thread_local",
4856]
4857
4858[[package]]
4859name = "generic-array"
4860version = "0.14.7"
4861source = "registry+https://github.com/rust-lang/crates.io-index"
4862checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4863dependencies = [
4864 "typenum",
4865 "version_check",
4866]
4867
4868[[package]]
4869name = "gethostname"
4870version = "0.4.3"
4871source = "registry+https://github.com/rust-lang/crates.io-index"
4872checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4873dependencies = [
4874 "libc",
4875 "windows-targets 0.48.5",
4876]
4877
4878[[package]]
4879name = "getrandom"
4880version = "0.1.16"
4881source = "registry+https://github.com/rust-lang/crates.io-index"
4882checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
4883dependencies = [
4884 "cfg-if",
4885 "libc",
4886 "wasi 0.9.0+wasi-snapshot-preview1",
4887]
4888
4889[[package]]
4890name = "getrandom"
4891version = "0.2.15"
4892source = "registry+https://github.com/rust-lang/crates.io-index"
4893checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
4894dependencies = [
4895 "cfg-if",
4896 "js-sys",
4897 "libc",
4898 "wasi 0.11.0+wasi-snapshot-preview1",
4899 "wasm-bindgen",
4900]
4901
4902[[package]]
4903name = "gif"
4904version = "0.13.1"
4905source = "registry+https://github.com/rust-lang/crates.io-index"
4906checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
4907dependencies = [
4908 "color_quant",
4909 "weezl",
4910]
4911
4912[[package]]
4913name = "gimli"
4914version = "0.29.0"
4915source = "registry+https://github.com/rust-lang/crates.io-index"
4916checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
4917dependencies = [
4918 "fallible-iterator",
4919 "indexmap 2.4.0",
4920 "stable_deref_trait",
4921]
4922
4923[[package]]
4924name = "gimli"
4925version = "0.31.0"
4926source = "registry+https://github.com/rust-lang/crates.io-index"
4927checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
4928
4929[[package]]
4930name = "git"
4931version = "0.1.0"
4932dependencies = [
4933 "anyhow",
4934 "async-trait",
4935 "clock",
4936 "collections",
4937 "derive_more",
4938 "git2",
4939 "gpui",
4940 "http_client",
4941 "log",
4942 "parking_lot",
4943 "pretty_assertions",
4944 "rope",
4945 "serde",
4946 "serde_json",
4947 "smol",
4948 "sum_tree",
4949 "text",
4950 "time",
4951 "unindent",
4952 "url",
4953 "util",
4954 "windows 0.58.0",
4955]
4956
4957[[package]]
4958name = "git2"
4959version = "0.19.0"
4960source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
4962dependencies = [
4963 "bitflags 2.6.0",
4964 "libc",
4965 "libgit2-sys",
4966 "log",
4967 "url",
4968]
4969
4970[[package]]
4971name = "git_hosting_providers"
4972version = "0.1.0"
4973dependencies = [
4974 "anyhow",
4975 "async-trait",
4976 "futures 0.3.30",
4977 "git",
4978 "gpui",
4979 "http_client",
4980 "indoc",
4981 "pretty_assertions",
4982 "regex",
4983 "serde",
4984 "serde_json",
4985 "url",
4986 "util",
4987]
4988
4989[[package]]
4990name = "glob"
4991version = "0.3.1"
4992source = "registry+https://github.com/rust-lang/crates.io-index"
4993checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
4994
4995[[package]]
4996name = "globset"
4997version = "0.4.15"
4998source = "registry+https://github.com/rust-lang/crates.io-index"
4999checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5000dependencies = [
5001 "aho-corasick",
5002 "bstr",
5003 "log",
5004 "regex-automata 0.4.7",
5005 "regex-syntax 0.8.4",
5006]
5007
5008[[package]]
5009name = "gloo-timers"
5010version = "0.2.6"
5011source = "registry+https://github.com/rust-lang/crates.io-index"
5012checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
5013dependencies = [
5014 "futures-channel",
5015 "futures-core",
5016 "js-sys",
5017 "wasm-bindgen",
5018]
5019
5020[[package]]
5021name = "glow"
5022version = "0.14.0"
5023source = "registry+https://github.com/rust-lang/crates.io-index"
5024checksum = "f865cbd94bd355b89611211e49508da98a1fce0ad755c1e8448fb96711b24528"
5025dependencies = [
5026 "js-sys",
5027 "slotmap",
5028 "wasm-bindgen",
5029 "web-sys",
5030]
5031
5032[[package]]
5033name = "go_to_line"
5034version = "0.1.0"
5035dependencies = [
5036 "anyhow",
5037 "editor",
5038 "gpui",
5039 "indoc",
5040 "language",
5041 "menu",
5042 "project",
5043 "rope",
5044 "schemars",
5045 "serde",
5046 "serde_json",
5047 "settings",
5048 "text",
5049 "theme",
5050 "tree-sitter-rust",
5051 "tree-sitter-typescript",
5052 "ui",
5053 "util",
5054 "workspace",
5055]
5056
5057[[package]]
5058name = "google_ai"
5059version = "0.1.0"
5060dependencies = [
5061 "anyhow",
5062 "futures 0.3.30",
5063 "http_client",
5064 "schemars",
5065 "serde",
5066 "serde_json",
5067 "strum 0.25.0",
5068]
5069
5070[[package]]
5071name = "gpu-alloc"
5072version = "0.6.0"
5073source = "registry+https://github.com/rust-lang/crates.io-index"
5074checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5075dependencies = [
5076 "bitflags 2.6.0",
5077 "gpu-alloc-types",
5078]
5079
5080[[package]]
5081name = "gpu-alloc-ash"
5082version = "0.7.0"
5083source = "registry+https://github.com/rust-lang/crates.io-index"
5084checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5085dependencies = [
5086 "ash",
5087 "gpu-alloc-types",
5088 "tinyvec",
5089]
5090
5091[[package]]
5092name = "gpu-alloc-types"
5093version = "0.3.0"
5094source = "registry+https://github.com/rust-lang/crates.io-index"
5095checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5096dependencies = [
5097 "bitflags 2.6.0",
5098]
5099
5100[[package]]
5101name = "gpui"
5102version = "0.1.0"
5103dependencies = [
5104 "anyhow",
5105 "as-raw-xcb-connection",
5106 "ashpd",
5107 "async-task",
5108 "backtrace",
5109 "bindgen 0.70.1",
5110 "blade-graphics",
5111 "blade-macros",
5112 "blade-util",
5113 "block",
5114 "bytemuck",
5115 "calloop",
5116 "calloop-wayland-source",
5117 "cbindgen",
5118 "cocoa 0.26.0",
5119 "collections",
5120 "core-foundation 0.9.4",
5121 "core-foundation-sys",
5122 "core-graphics 0.23.2",
5123 "core-text",
5124 "cosmic-text",
5125 "ctor",
5126 "derive_more",
5127 "embed-resource",
5128 "env_logger 0.11.5",
5129 "etagere",
5130 "filedescriptor",
5131 "flume",
5132 "font-kit",
5133 "foreign-types 0.5.0",
5134 "futures 0.3.30",
5135 "gpui_macros",
5136 "http_client",
5137 "image",
5138 "itertools 0.13.0",
5139 "linkme",
5140 "log",
5141 "media",
5142 "metal",
5143 "num_cpus",
5144 "objc",
5145 "oo7",
5146 "open",
5147 "parking",
5148 "parking_lot",
5149 "pathfinder_geometry",
5150 "postage",
5151 "profiling",
5152 "rand 0.8.5",
5153 "raw-window-handle",
5154 "refineable",
5155 "resvg",
5156 "schemars",
5157 "seahash",
5158 "semantic_version",
5159 "serde",
5160 "serde_derive",
5161 "serde_json",
5162 "slotmap",
5163 "smallvec",
5164 "smol",
5165 "strum 0.25.0",
5166 "sum_tree",
5167 "taffy",
5168 "thiserror",
5169 "unicode-segmentation",
5170 "usvg",
5171 "util",
5172 "uuid",
5173 "waker-fn",
5174 "wayland-backend",
5175 "wayland-client",
5176 "wayland-cursor",
5177 "wayland-protocols",
5178 "wayland-protocols-plasma",
5179 "windows 0.58.0",
5180 "windows-core 0.58.0",
5181 "x11-clipboard",
5182 "x11rb",
5183 "xim",
5184 "xkbcommon",
5185]
5186
5187[[package]]
5188name = "gpui_macros"
5189version = "0.1.0"
5190dependencies = [
5191 "proc-macro2",
5192 "quote",
5193 "syn 1.0.109",
5194]
5195
5196[[package]]
5197name = "grid"
5198version = "0.13.0"
5199source = "registry+https://github.com/rust-lang/crates.io-index"
5200checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5201
5202[[package]]
5203name = "group"
5204version = "0.12.1"
5205source = "registry+https://github.com/rust-lang/crates.io-index"
5206checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5207dependencies = [
5208 "ff",
5209 "rand_core 0.6.4",
5210 "subtle",
5211]
5212
5213[[package]]
5214name = "h2"
5215version = "0.3.26"
5216source = "registry+https://github.com/rust-lang/crates.io-index"
5217checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5218dependencies = [
5219 "bytes 1.7.2",
5220 "fnv",
5221 "futures-core",
5222 "futures-sink",
5223 "futures-util",
5224 "http 0.2.12",
5225 "indexmap 2.4.0",
5226 "slab",
5227 "tokio",
5228 "tokio-util",
5229 "tracing",
5230]
5231
5232[[package]]
5233name = "h2"
5234version = "0.4.6"
5235source = "registry+https://github.com/rust-lang/crates.io-index"
5236checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
5237dependencies = [
5238 "atomic-waker",
5239 "bytes 1.7.2",
5240 "fnv",
5241 "futures-core",
5242 "futures-sink",
5243 "http 1.1.0",
5244 "indexmap 2.4.0",
5245 "slab",
5246 "tokio",
5247 "tokio-util",
5248 "tracing",
5249]
5250
5251[[package]]
5252name = "half"
5253version = "2.4.1"
5254source = "registry+https://github.com/rust-lang/crates.io-index"
5255checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5256dependencies = [
5257 "cfg-if",
5258 "crunchy",
5259]
5260
5261[[package]]
5262name = "handlebars"
5263version = "4.5.0"
5264source = "registry+https://github.com/rust-lang/crates.io-index"
5265checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5266dependencies = [
5267 "log",
5268 "pest",
5269 "pest_derive",
5270 "serde",
5271 "serde_json",
5272 "thiserror",
5273]
5274
5275[[package]]
5276name = "handlebars"
5277version = "6.2.0"
5278source = "registry+https://github.com/rust-lang/crates.io-index"
5279checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5280dependencies = [
5281 "log",
5282 "num-order",
5283 "pest",
5284 "pest_derive",
5285 "serde",
5286 "serde_json",
5287 "thiserror",
5288]
5289
5290[[package]]
5291name = "hashbrown"
5292version = "0.12.3"
5293source = "registry+https://github.com/rust-lang/crates.io-index"
5294checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5295dependencies = [
5296 "ahash 0.7.8",
5297]
5298
5299[[package]]
5300name = "hashbrown"
5301version = "0.13.2"
5302source = "registry+https://github.com/rust-lang/crates.io-index"
5303checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5304dependencies = [
5305 "ahash 0.8.11",
5306]
5307
5308[[package]]
5309name = "hashbrown"
5310version = "0.14.5"
5311source = "registry+https://github.com/rust-lang/crates.io-index"
5312checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5313dependencies = [
5314 "ahash 0.8.11",
5315 "allocator-api2",
5316 "serde",
5317]
5318
5319[[package]]
5320name = "hashlink"
5321version = "0.8.4"
5322source = "registry+https://github.com/rust-lang/crates.io-index"
5323checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5324dependencies = [
5325 "hashbrown 0.14.5",
5326]
5327
5328[[package]]
5329name = "hashlink"
5330version = "0.9.1"
5331source = "registry+https://github.com/rust-lang/crates.io-index"
5332checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5333dependencies = [
5334 "hashbrown 0.14.5",
5335]
5336
5337[[package]]
5338name = "headers"
5339version = "0.3.9"
5340source = "registry+https://github.com/rust-lang/crates.io-index"
5341checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5342dependencies = [
5343 "base64 0.21.7",
5344 "bytes 1.7.2",
5345 "headers-core",
5346 "http 0.2.12",
5347 "httpdate",
5348 "mime",
5349 "sha1",
5350]
5351
5352[[package]]
5353name = "headers-core"
5354version = "0.2.0"
5355source = "registry+https://github.com/rust-lang/crates.io-index"
5356checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5357dependencies = [
5358 "http 0.2.12",
5359]
5360
5361[[package]]
5362name = "heck"
5363version = "0.3.3"
5364source = "registry+https://github.com/rust-lang/crates.io-index"
5365checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5366dependencies = [
5367 "unicode-segmentation",
5368]
5369
5370[[package]]
5371name = "heck"
5372version = "0.4.1"
5373source = "registry+https://github.com/rust-lang/crates.io-index"
5374checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5375dependencies = [
5376 "unicode-segmentation",
5377]
5378
5379[[package]]
5380name = "heck"
5381version = "0.5.0"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5384
5385[[package]]
5386name = "heed"
5387version = "0.20.5"
5388source = "registry+https://github.com/rust-lang/crates.io-index"
5389checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb"
5390dependencies = [
5391 "bitflags 2.6.0",
5392 "byteorder",
5393 "heed-traits",
5394 "heed-types",
5395 "libc",
5396 "lmdb-master-sys",
5397 "once_cell",
5398 "page_size",
5399 "serde",
5400 "synchronoise",
5401 "url",
5402]
5403
5404[[package]]
5405name = "heed-traits"
5406version = "0.20.0"
5407source = "registry+https://github.com/rust-lang/crates.io-index"
5408checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5409
5410[[package]]
5411name = "heed-types"
5412version = "0.20.1"
5413source = "registry+https://github.com/rust-lang/crates.io-index"
5414checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
5415dependencies = [
5416 "bincode",
5417 "byteorder",
5418 "heed-traits",
5419 "serde",
5420 "serde_json",
5421]
5422
5423[[package]]
5424name = "hermit-abi"
5425version = "0.3.9"
5426source = "registry+https://github.com/rust-lang/crates.io-index"
5427checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5428
5429[[package]]
5430name = "hermit-abi"
5431version = "0.4.0"
5432source = "registry+https://github.com/rust-lang/crates.io-index"
5433checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5434
5435[[package]]
5436name = "hex"
5437version = "0.4.3"
5438source = "registry+https://github.com/rust-lang/crates.io-index"
5439checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5440
5441[[package]]
5442name = "hexf-parse"
5443version = "0.2.1"
5444source = "registry+https://github.com/rust-lang/crates.io-index"
5445checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5446
5447[[package]]
5448name = "hidden-trait"
5449version = "0.1.2"
5450source = "registry+https://github.com/rust-lang/crates.io-index"
5451checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5452dependencies = [
5453 "proc-macro2",
5454 "quote",
5455 "syn 1.0.109",
5456]
5457
5458[[package]]
5459name = "hkdf"
5460version = "0.12.4"
5461source = "registry+https://github.com/rust-lang/crates.io-index"
5462checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5463dependencies = [
5464 "hmac",
5465]
5466
5467[[package]]
5468name = "hmac"
5469version = "0.12.1"
5470source = "registry+https://github.com/rust-lang/crates.io-index"
5471checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5472dependencies = [
5473 "digest",
5474]
5475
5476[[package]]
5477name = "home"
5478version = "0.5.9"
5479source = "registry+https://github.com/rust-lang/crates.io-index"
5480checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5481dependencies = [
5482 "windows-sys 0.52.0",
5483]
5484
5485[[package]]
5486name = "hound"
5487version = "3.5.1"
5488source = "registry+https://github.com/rust-lang/crates.io-index"
5489checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5490
5491[[package]]
5492name = "html5ever"
5493version = "0.27.0"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5496dependencies = [
5497 "log",
5498 "mac",
5499 "markup5ever",
5500 "proc-macro2",
5501 "quote",
5502 "syn 2.0.76",
5503]
5504
5505[[package]]
5506name = "html_to_markdown"
5507version = "0.1.0"
5508dependencies = [
5509 "anyhow",
5510 "html5ever",
5511 "indoc",
5512 "markup5ever_rcdom",
5513 "pretty_assertions",
5514 "regex",
5515]
5516
5517[[package]]
5518name = "http"
5519version = "0.2.12"
5520source = "registry+https://github.com/rust-lang/crates.io-index"
5521checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5522dependencies = [
5523 "bytes 1.7.2",
5524 "fnv",
5525 "itoa",
5526]
5527
5528[[package]]
5529name = "http"
5530version = "1.1.0"
5531source = "registry+https://github.com/rust-lang/crates.io-index"
5532checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
5533dependencies = [
5534 "bytes 1.7.2",
5535 "fnv",
5536 "itoa",
5537]
5538
5539[[package]]
5540name = "http-body"
5541version = "0.4.6"
5542source = "registry+https://github.com/rust-lang/crates.io-index"
5543checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5544dependencies = [
5545 "bytes 1.7.2",
5546 "http 0.2.12",
5547 "pin-project-lite",
5548]
5549
5550[[package]]
5551name = "http-body"
5552version = "1.0.1"
5553source = "registry+https://github.com/rust-lang/crates.io-index"
5554checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5555dependencies = [
5556 "bytes 1.7.2",
5557 "http 1.1.0",
5558]
5559
5560[[package]]
5561name = "http-body-util"
5562version = "0.1.2"
5563source = "registry+https://github.com/rust-lang/crates.io-index"
5564checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5565dependencies = [
5566 "bytes 1.7.2",
5567 "futures-util",
5568 "http 1.1.0",
5569 "http-body 1.0.1",
5570 "pin-project-lite",
5571]
5572
5573[[package]]
5574name = "http-range-header"
5575version = "0.3.1"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5578
5579[[package]]
5580name = "http-types"
5581version = "2.12.0"
5582source = "registry+https://github.com/rust-lang/crates.io-index"
5583checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5584dependencies = [
5585 "anyhow",
5586 "async-channel 1.9.0",
5587 "base64 0.13.1",
5588 "futures-lite 1.13.0",
5589 "http 0.2.12",
5590 "infer",
5591 "pin-project-lite",
5592 "rand 0.7.3",
5593 "serde",
5594 "serde_json",
5595 "serde_qs 0.8.5",
5596 "serde_urlencoded",
5597 "url",
5598]
5599
5600[[package]]
5601name = "http_client"
5602version = "0.1.0"
5603dependencies = [
5604 "anyhow",
5605 "bytes 1.7.2",
5606 "derive_more",
5607 "futures 0.3.30",
5608 "http 1.1.0",
5609 "log",
5610 "serde",
5611 "serde_json",
5612 "url",
5613]
5614
5615[[package]]
5616name = "httparse"
5617version = "1.9.4"
5618source = "registry+https://github.com/rust-lang/crates.io-index"
5619checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
5620
5621[[package]]
5622name = "httpdate"
5623version = "1.0.3"
5624source = "registry+https://github.com/rust-lang/crates.io-index"
5625checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5626
5627[[package]]
5628name = "human_bytes"
5629version = "0.4.3"
5630source = "registry+https://github.com/rust-lang/crates.io-index"
5631checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5632
5633[[package]]
5634name = "humantime"
5635version = "2.1.0"
5636source = "registry+https://github.com/rust-lang/crates.io-index"
5637checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5638
5639[[package]]
5640name = "hyper"
5641version = "0.14.31"
5642source = "registry+https://github.com/rust-lang/crates.io-index"
5643checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
5644dependencies = [
5645 "bytes 1.7.2",
5646 "futures-channel",
5647 "futures-core",
5648 "futures-util",
5649 "h2 0.3.26",
5650 "http 0.2.12",
5651 "http-body 0.4.6",
5652 "httparse",
5653 "httpdate",
5654 "itoa",
5655 "pin-project-lite",
5656 "socket2 0.4.10",
5657 "tokio",
5658 "tower-service",
5659 "tracing",
5660 "want",
5661]
5662
5663[[package]]
5664name = "hyper"
5665version = "1.4.1"
5666source = "registry+https://github.com/rust-lang/crates.io-index"
5667checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
5668dependencies = [
5669 "bytes 1.7.2",
5670 "futures-channel",
5671 "futures-util",
5672 "h2 0.4.6",
5673 "http 1.1.0",
5674 "http-body 1.0.1",
5675 "httparse",
5676 "itoa",
5677 "pin-project-lite",
5678 "smallvec",
5679 "tokio",
5680 "want",
5681]
5682
5683[[package]]
5684name = "hyper-rustls"
5685version = "0.24.2"
5686source = "registry+https://github.com/rust-lang/crates.io-index"
5687checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5688dependencies = [
5689 "futures-util",
5690 "http 0.2.12",
5691 "hyper 0.14.31",
5692 "log",
5693 "rustls 0.21.12",
5694 "rustls-native-certs 0.6.3",
5695 "tokio",
5696 "tokio-rustls 0.24.1",
5697]
5698
5699[[package]]
5700name = "hyper-rustls"
5701version = "0.27.3"
5702source = "registry+https://github.com/rust-lang/crates.io-index"
5703checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5704dependencies = [
5705 "futures-util",
5706 "http 1.1.0",
5707 "hyper 1.4.1",
5708 "hyper-util",
5709 "rustls 0.23.13",
5710 "rustls-native-certs 0.8.0",
5711 "rustls-pki-types",
5712 "tokio",
5713 "tokio-rustls 0.26.0",
5714 "tower-service",
5715]
5716
5717[[package]]
5718name = "hyper-tls"
5719version = "0.5.0"
5720source = "registry+https://github.com/rust-lang/crates.io-index"
5721checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5722dependencies = [
5723 "bytes 1.7.2",
5724 "hyper 0.14.31",
5725 "native-tls",
5726 "tokio",
5727 "tokio-native-tls",
5728]
5729
5730[[package]]
5731name = "hyper-util"
5732version = "0.1.9"
5733source = "registry+https://github.com/rust-lang/crates.io-index"
5734checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
5735dependencies = [
5736 "bytes 1.7.2",
5737 "futures-channel",
5738 "futures-util",
5739 "http 1.1.0",
5740 "http-body 1.0.1",
5741 "hyper 1.4.1",
5742 "pin-project-lite",
5743 "socket2 0.5.7",
5744 "tokio",
5745 "tower-service",
5746 "tracing",
5747]
5748
5749[[package]]
5750name = "iana-time-zone"
5751version = "0.1.60"
5752source = "registry+https://github.com/rust-lang/crates.io-index"
5753checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
5754dependencies = [
5755 "android_system_properties",
5756 "core-foundation-sys",
5757 "iana-time-zone-haiku",
5758 "js-sys",
5759 "wasm-bindgen",
5760 "windows-core 0.52.0",
5761]
5762
5763[[package]]
5764name = "iana-time-zone-haiku"
5765version = "0.1.2"
5766source = "registry+https://github.com/rust-lang/crates.io-index"
5767checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5768dependencies = [
5769 "cc",
5770]
5771
5772[[package]]
5773name = "id-arena"
5774version = "2.2.1"
5775source = "registry+https://github.com/rust-lang/crates.io-index"
5776checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
5777
5778[[package]]
5779name = "idna"
5780version = "0.5.0"
5781source = "registry+https://github.com/rust-lang/crates.io-index"
5782checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
5783dependencies = [
5784 "unicode-bidi",
5785 "unicode-normalization",
5786]
5787
5788[[package]]
5789name = "ignore"
5790version = "0.4.23"
5791source = "registry+https://github.com/rust-lang/crates.io-index"
5792checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
5793dependencies = [
5794 "crossbeam-deque",
5795 "globset",
5796 "log",
5797 "memchr",
5798 "regex-automata 0.4.7",
5799 "same-file",
5800 "walkdir",
5801 "winapi-util",
5802]
5803
5804[[package]]
5805name = "image"
5806version = "0.25.2"
5807source = "registry+https://github.com/rust-lang/crates.io-index"
5808checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
5809dependencies = [
5810 "bytemuck",
5811 "byteorder-lite",
5812 "color_quant",
5813 "exr",
5814 "gif",
5815 "image-webp",
5816 "num-traits",
5817 "png",
5818 "qoi",
5819 "ravif",
5820 "rayon",
5821 "rgb",
5822 "tiff",
5823 "zune-core",
5824 "zune-jpeg",
5825]
5826
5827[[package]]
5828name = "image-webp"
5829version = "0.1.3"
5830source = "registry+https://github.com/rust-lang/crates.io-index"
5831checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
5832dependencies = [
5833 "byteorder-lite",
5834 "quick-error",
5835]
5836
5837[[package]]
5838name = "image_viewer"
5839version = "0.1.0"
5840dependencies = [
5841 "anyhow",
5842 "db",
5843 "file_icons",
5844 "gpui",
5845 "project",
5846 "settings",
5847 "theme",
5848 "ui",
5849 "util",
5850 "workspace",
5851]
5852
5853[[package]]
5854name = "imagesize"
5855version = "0.13.0"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
5858
5859[[package]]
5860name = "imgref"
5861version = "1.10.1"
5862source = "registry+https://github.com/rust-lang/crates.io-index"
5863checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
5864
5865[[package]]
5866name = "indexed_docs"
5867version = "0.1.0"
5868dependencies = [
5869 "anyhow",
5870 "async-trait",
5871 "cargo_metadata",
5872 "collections",
5873 "derive_more",
5874 "extension",
5875 "fs",
5876 "futures 0.3.30",
5877 "fuzzy",
5878 "gpui",
5879 "heed",
5880 "html_to_markdown",
5881 "http_client",
5882 "indexmap 1.9.3",
5883 "indoc",
5884 "parking_lot",
5885 "paths",
5886 "pretty_assertions",
5887 "serde",
5888 "strum 0.25.0",
5889 "util",
5890]
5891
5892[[package]]
5893name = "indexmap"
5894version = "1.9.3"
5895source = "registry+https://github.com/rust-lang/crates.io-index"
5896checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
5897dependencies = [
5898 "autocfg",
5899 "hashbrown 0.12.3",
5900 "serde",
5901]
5902
5903[[package]]
5904name = "indexmap"
5905version = "2.4.0"
5906source = "registry+https://github.com/rust-lang/crates.io-index"
5907checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
5908dependencies = [
5909 "equivalent",
5910 "hashbrown 0.14.5",
5911 "serde",
5912]
5913
5914[[package]]
5915name = "indoc"
5916version = "2.0.5"
5917source = "registry+https://github.com/rust-lang/crates.io-index"
5918checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
5919
5920[[package]]
5921name = "infer"
5922version = "0.2.3"
5923source = "registry+https://github.com/rust-lang/crates.io-index"
5924checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
5925
5926[[package]]
5927name = "inherent"
5928version = "1.0.11"
5929source = "registry+https://github.com/rust-lang/crates.io-index"
5930checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
5931dependencies = [
5932 "proc-macro2",
5933 "quote",
5934 "syn 2.0.76",
5935]
5936
5937[[package]]
5938name = "inline_completion_button"
5939version = "0.1.0"
5940dependencies = [
5941 "anyhow",
5942 "copilot",
5943 "editor",
5944 "fs",
5945 "futures 0.3.30",
5946 "gpui",
5947 "indoc",
5948 "language",
5949 "lsp",
5950 "paths",
5951 "project",
5952 "serde_json",
5953 "settings",
5954 "supermaven",
5955 "theme",
5956 "ui",
5957 "util",
5958 "workspace",
5959 "zed_actions",
5960]
5961
5962[[package]]
5963name = "inotify"
5964version = "0.9.6"
5965source = "registry+https://github.com/rust-lang/crates.io-index"
5966checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
5967dependencies = [
5968 "bitflags 1.3.2",
5969 "inotify-sys",
5970 "libc",
5971]
5972
5973[[package]]
5974name = "inotify-sys"
5975version = "0.1.5"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
5978dependencies = [
5979 "libc",
5980]
5981
5982[[package]]
5983name = "inout"
5984version = "0.1.3"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
5987dependencies = [
5988 "block-padding",
5989 "generic-array",
5990]
5991
5992[[package]]
5993name = "install_cli"
5994version = "0.1.0"
5995dependencies = [
5996 "anyhow",
5997 "gpui",
5998 "smol",
5999 "util",
6000]
6001
6002[[package]]
6003name = "instant"
6004version = "0.1.13"
6005source = "registry+https://github.com/rust-lang/crates.io-index"
6006checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6007dependencies = [
6008 "cfg-if",
6009]
6010
6011[[package]]
6012name = "interpolate_name"
6013version = "0.2.4"
6014source = "registry+https://github.com/rust-lang/crates.io-index"
6015checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6016dependencies = [
6017 "proc-macro2",
6018 "quote",
6019 "syn 2.0.76",
6020]
6021
6022[[package]]
6023name = "io-extras"
6024version = "0.18.2"
6025source = "registry+https://github.com/rust-lang/crates.io-index"
6026checksum = "c9f046b9af244f13b3bd939f55d16830ac3a201e8a9ba9661bfcb03e2be72b9b"
6027dependencies = [
6028 "io-lifetimes 2.0.3",
6029 "windows-sys 0.52.0",
6030]
6031
6032[[package]]
6033name = "io-lifetimes"
6034version = "1.0.11"
6035source = "registry+https://github.com/rust-lang/crates.io-index"
6036checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
6037dependencies = [
6038 "hermit-abi 0.3.9",
6039 "libc",
6040 "windows-sys 0.48.0",
6041]
6042
6043[[package]]
6044name = "io-lifetimes"
6045version = "2.0.3"
6046source = "registry+https://github.com/rust-lang/crates.io-index"
6047checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
6048
6049[[package]]
6050name = "iovec"
6051version = "0.1.4"
6052source = "registry+https://github.com/rust-lang/crates.io-index"
6053checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6054dependencies = [
6055 "libc",
6056]
6057
6058[[package]]
6059name = "ipc-channel"
6060version = "0.18.3"
6061source = "registry+https://github.com/rust-lang/crates.io-index"
6062checksum = "c7f4c80f2df4fc64fb7fc2cff69fc034af26e6e6617ea9f1313131af464b9ca0"
6063dependencies = [
6064 "bincode",
6065 "crossbeam-channel",
6066 "fnv",
6067 "lazy_static",
6068 "libc",
6069 "mio 1.0.2",
6070 "rand 0.8.5",
6071 "serde",
6072 "tempfile",
6073 "uuid",
6074 "windows 0.58.0",
6075]
6076
6077[[package]]
6078name = "ipnet"
6079version = "2.9.0"
6080source = "registry+https://github.com/rust-lang/crates.io-index"
6081checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
6082
6083[[package]]
6084name = "is-docker"
6085version = "0.2.0"
6086source = "registry+https://github.com/rust-lang/crates.io-index"
6087checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6088dependencies = [
6089 "once_cell",
6090]
6091
6092[[package]]
6093name = "is-terminal"
6094version = "0.4.13"
6095source = "registry+https://github.com/rust-lang/crates.io-index"
6096checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6097dependencies = [
6098 "hermit-abi 0.4.0",
6099 "libc",
6100 "windows-sys 0.52.0",
6101]
6102
6103[[package]]
6104name = "is-wsl"
6105version = "0.4.0"
6106source = "registry+https://github.com/rust-lang/crates.io-index"
6107checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6108dependencies = [
6109 "is-docker",
6110 "once_cell",
6111]
6112
6113[[package]]
6114name = "is_terminal_polyfill"
6115version = "1.70.1"
6116source = "registry+https://github.com/rust-lang/crates.io-index"
6117checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6118
6119[[package]]
6120name = "itertools"
6121version = "0.10.5"
6122source = "registry+https://github.com/rust-lang/crates.io-index"
6123checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6124dependencies = [
6125 "either",
6126]
6127
6128[[package]]
6129name = "itertools"
6130version = "0.12.1"
6131source = "registry+https://github.com/rust-lang/crates.io-index"
6132checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6133dependencies = [
6134 "either",
6135]
6136
6137[[package]]
6138name = "itertools"
6139version = "0.13.0"
6140source = "registry+https://github.com/rust-lang/crates.io-index"
6141checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6142dependencies = [
6143 "either",
6144]
6145
6146[[package]]
6147name = "itoa"
6148version = "1.0.11"
6149source = "registry+https://github.com/rust-lang/crates.io-index"
6150checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
6151
6152[[package]]
6153name = "jni"
6154version = "0.21.1"
6155source = "registry+https://github.com/rust-lang/crates.io-index"
6156checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6157dependencies = [
6158 "cesu8",
6159 "cfg-if",
6160 "combine",
6161 "jni-sys",
6162 "log",
6163 "thiserror",
6164 "walkdir",
6165 "windows-sys 0.45.0",
6166]
6167
6168[[package]]
6169name = "jni-sys"
6170version = "0.3.0"
6171source = "registry+https://github.com/rust-lang/crates.io-index"
6172checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6173
6174[[package]]
6175name = "jobserver"
6176version = "0.1.32"
6177source = "registry+https://github.com/rust-lang/crates.io-index"
6178checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6179dependencies = [
6180 "libc",
6181]
6182
6183[[package]]
6184name = "journal"
6185version = "0.1.0"
6186dependencies = [
6187 "anyhow",
6188 "chrono",
6189 "editor",
6190 "gpui",
6191 "log",
6192 "schemars",
6193 "serde",
6194 "settings",
6195 "shellexpand 2.1.2",
6196 "workspace",
6197]
6198
6199[[package]]
6200name = "jpeg-decoder"
6201version = "0.3.1"
6202source = "registry+https://github.com/rust-lang/crates.io-index"
6203checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6204
6205[[package]]
6206name = "js-sys"
6207version = "0.3.70"
6208source = "registry+https://github.com/rust-lang/crates.io-index"
6209checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
6210dependencies = [
6211 "wasm-bindgen",
6212]
6213
6214[[package]]
6215name = "jsonwebtoken"
6216version = "9.3.0"
6217source = "registry+https://github.com/rust-lang/crates.io-index"
6218checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6219dependencies = [
6220 "base64 0.21.7",
6221 "js-sys",
6222 "pem",
6223 "ring",
6224 "serde",
6225 "serde_json",
6226 "simple_asn1",
6227]
6228
6229[[package]]
6230name = "jupyter-serde"
6231version = "0.4.0"
6232source = "registry+https://github.com/rust-lang/crates.io-index"
6233checksum = "dd71aa17c4fa65e6d7536ab2728881a41f8feb2ee5841c2240516c3c3d65d8b3"
6234dependencies = [
6235 "anyhow",
6236 "serde",
6237 "serde_json",
6238 "thiserror",
6239 "uuid",
6240]
6241
6242[[package]]
6243name = "khronos-egl"
6244version = "6.0.0"
6245source = "registry+https://github.com/rust-lang/crates.io-index"
6246checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6247dependencies = [
6248 "libc",
6249 "libloading",
6250]
6251
6252[[package]]
6253name = "kqueue"
6254version = "1.0.8"
6255source = "registry+https://github.com/rust-lang/crates.io-index"
6256checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6257dependencies = [
6258 "kqueue-sys",
6259 "libc",
6260]
6261
6262[[package]]
6263name = "kqueue-sys"
6264version = "1.0.4"
6265source = "registry+https://github.com/rust-lang/crates.io-index"
6266checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6267dependencies = [
6268 "bitflags 1.3.2",
6269 "libc",
6270]
6271
6272[[package]]
6273name = "kurbo"
6274version = "0.11.0"
6275source = "registry+https://github.com/rust-lang/crates.io-index"
6276checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
6277dependencies = [
6278 "arrayvec",
6279 "smallvec",
6280]
6281
6282[[package]]
6283name = "kv-log-macro"
6284version = "1.0.7"
6285source = "registry+https://github.com/rust-lang/crates.io-index"
6286checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6287dependencies = [
6288 "log",
6289]
6290
6291[[package]]
6292name = "language"
6293version = "0.1.0"
6294dependencies = [
6295 "anyhow",
6296 "async-trait",
6297 "async-watch",
6298 "clock",
6299 "collections",
6300 "ctor",
6301 "ec4rs",
6302 "env_logger 0.11.5",
6303 "futures 0.3.30",
6304 "fuzzy",
6305 "git",
6306 "globset",
6307 "gpui",
6308 "http_client",
6309 "indoc",
6310 "itertools 0.13.0",
6311 "log",
6312 "lsp",
6313 "parking_lot",
6314 "postage",
6315 "pretty_assertions",
6316 "pulldown-cmark 0.12.2",
6317 "rand 0.8.5",
6318 "regex",
6319 "rpc",
6320 "schemars",
6321 "serde",
6322 "serde_json",
6323 "settings",
6324 "similar",
6325 "smallvec",
6326 "smol",
6327 "strsim",
6328 "sum_tree",
6329 "task",
6330 "text",
6331 "theme",
6332 "tree-sitter",
6333 "tree-sitter-elixir",
6334 "tree-sitter-embedded-template",
6335 "tree-sitter-heex",
6336 "tree-sitter-html",
6337 "tree-sitter-json",
6338 "tree-sitter-md",
6339 "tree-sitter-ruby",
6340 "tree-sitter-rust",
6341 "tree-sitter-typescript",
6342 "unicase",
6343 "unindent",
6344 "util",
6345]
6346
6347[[package]]
6348name = "language_model"
6349version = "0.1.0"
6350dependencies = [
6351 "anthropic",
6352 "anyhow",
6353 "base64 0.22.1",
6354 "client",
6355 "collections",
6356 "copilot",
6357 "ctor",
6358 "editor",
6359 "env_logger 0.11.5",
6360 "feature_flags",
6361 "futures 0.3.30",
6362 "google_ai",
6363 "gpui",
6364 "http_client",
6365 "image",
6366 "inline_completion_button",
6367 "language",
6368 "log",
6369 "menu",
6370 "ollama",
6371 "open_ai",
6372 "parking_lot",
6373 "project",
6374 "proto",
6375 "rand 0.8.5",
6376 "schemars",
6377 "serde",
6378 "serde_json",
6379 "settings",
6380 "smol",
6381 "strum 0.25.0",
6382 "telemetry_events",
6383 "text",
6384 "theme",
6385 "thiserror",
6386 "tiktoken-rs",
6387 "ui",
6388 "unindent",
6389 "util",
6390]
6391
6392[[package]]
6393name = "language_selector"
6394version = "0.1.0"
6395dependencies = [
6396 "anyhow",
6397 "editor",
6398 "fuzzy",
6399 "gpui",
6400 "language",
6401 "picker",
6402 "project",
6403 "ui",
6404 "util",
6405 "workspace",
6406]
6407
6408[[package]]
6409name = "language_tools"
6410version = "0.1.0"
6411dependencies = [
6412 "anyhow",
6413 "client",
6414 "collections",
6415 "copilot",
6416 "editor",
6417 "env_logger 0.11.5",
6418 "futures 0.3.30",
6419 "gpui",
6420 "itertools 0.13.0",
6421 "language",
6422 "lsp",
6423 "project",
6424 "release_channel",
6425 "serde_json",
6426 "settings",
6427 "theme",
6428 "tree-sitter",
6429 "ui",
6430 "util",
6431 "workspace",
6432 "zed_actions",
6433]
6434
6435[[package]]
6436name = "languages"
6437version = "0.1.0"
6438dependencies = [
6439 "anyhow",
6440 "async-compression",
6441 "async-tar",
6442 "async-trait",
6443 "collections",
6444 "futures 0.3.30",
6445 "gpui",
6446 "http_client",
6447 "language",
6448 "log",
6449 "lsp",
6450 "node_runtime",
6451 "paths",
6452 "pet",
6453 "pet-conda",
6454 "pet-core",
6455 "pet-fs",
6456 "pet-poetry",
6457 "pet-reporter",
6458 "project",
6459 "regex",
6460 "rope",
6461 "rust-embed",
6462 "serde",
6463 "serde_json",
6464 "settings",
6465 "smol",
6466 "task",
6467 "text",
6468 "theme",
6469 "toml 0.8.19",
6470 "tree-sitter",
6471 "tree-sitter-bash",
6472 "tree-sitter-c",
6473 "tree-sitter-cpp",
6474 "tree-sitter-css",
6475 "tree-sitter-diff",
6476 "tree-sitter-go",
6477 "tree-sitter-gomod",
6478 "tree-sitter-gowork",
6479 "tree-sitter-jsdoc",
6480 "tree-sitter-json",
6481 "tree-sitter-md",
6482 "tree-sitter-python",
6483 "tree-sitter-regex",
6484 "tree-sitter-rust",
6485 "tree-sitter-typescript",
6486 "tree-sitter-yaml",
6487 "unindent",
6488 "util",
6489 "workspace",
6490]
6491
6492[[package]]
6493name = "lazy_static"
6494version = "1.5.0"
6495source = "registry+https://github.com/rust-lang/crates.io-index"
6496checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6497dependencies = [
6498 "spin",
6499]
6500
6501[[package]]
6502name = "lazycell"
6503version = "1.3.0"
6504source = "registry+https://github.com/rust-lang/crates.io-index"
6505checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
6506
6507[[package]]
6508name = "leb128"
6509version = "0.2.5"
6510source = "registry+https://github.com/rust-lang/crates.io-index"
6511checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6512
6513[[package]]
6514name = "lebe"
6515version = "0.5.2"
6516source = "registry+https://github.com/rust-lang/crates.io-index"
6517checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6518
6519[[package]]
6520name = "libc"
6521version = "0.2.162"
6522source = "registry+https://github.com/rust-lang/crates.io-index"
6523checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398"
6524
6525[[package]]
6526name = "libdbus-sys"
6527version = "0.2.5"
6528source = "registry+https://github.com/rust-lang/crates.io-index"
6529checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6530dependencies = [
6531 "cc",
6532 "pkg-config",
6533]
6534
6535[[package]]
6536name = "libfuzzer-sys"
6537version = "0.4.7"
6538source = "registry+https://github.com/rust-lang/crates.io-index"
6539checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
6540dependencies = [
6541 "arbitrary",
6542 "cc",
6543 "once_cell",
6544]
6545
6546[[package]]
6547name = "libgit2-sys"
6548version = "0.17.0+1.8.1"
6549source = "registry+https://github.com/rust-lang/crates.io-index"
6550checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6551dependencies = [
6552 "cc",
6553 "libc",
6554 "libz-sys",
6555 "pkg-config",
6556]
6557
6558[[package]]
6559name = "libloading"
6560version = "0.8.5"
6561source = "registry+https://github.com/rust-lang/crates.io-index"
6562checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
6563dependencies = [
6564 "cfg-if",
6565 "windows-targets 0.48.5",
6566]
6567
6568[[package]]
6569name = "libm"
6570version = "0.2.8"
6571source = "registry+https://github.com/rust-lang/crates.io-index"
6572checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
6573
6574[[package]]
6575name = "libmimalloc-sys"
6576version = "0.1.39"
6577source = "registry+https://github.com/rust-lang/crates.io-index"
6578checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6579dependencies = [
6580 "cc",
6581 "libc",
6582]
6583
6584[[package]]
6585name = "libredox"
6586version = "0.1.3"
6587source = "registry+https://github.com/rust-lang/crates.io-index"
6588checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6589dependencies = [
6590 "bitflags 2.6.0",
6591 "libc",
6592 "redox_syscall 0.5.3",
6593]
6594
6595[[package]]
6596name = "libsqlite3-sys"
6597version = "0.28.0"
6598source = "registry+https://github.com/rust-lang/crates.io-index"
6599checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
6600dependencies = [
6601 "cc",
6602 "pkg-config",
6603 "vcpkg",
6604]
6605
6606[[package]]
6607name = "libz-sys"
6608version = "1.1.20"
6609source = "registry+https://github.com/rust-lang/crates.io-index"
6610checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6611dependencies = [
6612 "cc",
6613 "libc",
6614 "pkg-config",
6615 "vcpkg",
6616]
6617
6618[[package]]
6619name = "linkify"
6620version = "0.10.0"
6621source = "registry+https://github.com/rust-lang/crates.io-index"
6622checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
6623dependencies = [
6624 "memchr",
6625]
6626
6627[[package]]
6628name = "linkme"
6629version = "0.3.31"
6630source = "registry+https://github.com/rust-lang/crates.io-index"
6631checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
6632dependencies = [
6633 "linkme-impl",
6634]
6635
6636[[package]]
6637name = "linkme-impl"
6638version = "0.3.31"
6639source = "registry+https://github.com/rust-lang/crates.io-index"
6640checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
6641dependencies = [
6642 "proc-macro2",
6643 "quote",
6644 "syn 2.0.76",
6645]
6646
6647[[package]]
6648name = "linux-raw-sys"
6649version = "0.3.8"
6650source = "registry+https://github.com/rust-lang/crates.io-index"
6651checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
6652
6653[[package]]
6654name = "linux-raw-sys"
6655version = "0.4.14"
6656source = "registry+https://github.com/rust-lang/crates.io-index"
6657checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
6658
6659[[package]]
6660name = "live_kit_client"
6661version = "0.1.0"
6662dependencies = [
6663 "anyhow",
6664 "async-broadcast",
6665 "async-trait",
6666 "collections",
6667 "core-foundation 0.9.4",
6668 "futures 0.3.30",
6669 "gpui",
6670 "live_kit_server",
6671 "log",
6672 "media",
6673 "nanoid",
6674 "parking_lot",
6675 "postage",
6676 "serde",
6677 "serde_json",
6678 "sha2",
6679 "simplelog",
6680]
6681
6682[[package]]
6683name = "live_kit_server"
6684version = "0.1.0"
6685dependencies = [
6686 "anyhow",
6687 "async-trait",
6688 "jsonwebtoken",
6689 "log",
6690 "prost",
6691 "prost-build",
6692 "prost-types",
6693 "reqwest 0.12.8",
6694 "serde",
6695]
6696
6697[[package]]
6698name = "lmdb-master-sys"
6699version = "0.2.4"
6700source = "registry+https://github.com/rust-lang/crates.io-index"
6701checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
6702dependencies = [
6703 "cc",
6704 "doxygen-rs",
6705 "libc",
6706]
6707
6708[[package]]
6709name = "lock_api"
6710version = "0.4.12"
6711source = "registry+https://github.com/rust-lang/crates.io-index"
6712checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
6713dependencies = [
6714 "autocfg",
6715 "scopeguard",
6716]
6717
6718[[package]]
6719name = "log"
6720version = "0.4.22"
6721source = "registry+https://github.com/rust-lang/crates.io-index"
6722checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
6723dependencies = [
6724 "serde",
6725 "value-bag",
6726]
6727
6728[[package]]
6729name = "loop9"
6730version = "0.1.5"
6731source = "registry+https://github.com/rust-lang/crates.io-index"
6732checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
6733dependencies = [
6734 "imgref",
6735]
6736
6737[[package]]
6738name = "lru"
6739version = "0.12.4"
6740source = "registry+https://github.com/rust-lang/crates.io-index"
6741checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
6742dependencies = [
6743 "hashbrown 0.14.5",
6744]
6745
6746[[package]]
6747name = "lsp"
6748version = "0.1.0"
6749dependencies = [
6750 "anyhow",
6751 "async-pipe",
6752 "collections",
6753 "ctor",
6754 "env_logger 0.11.5",
6755 "futures 0.3.30",
6756 "gpui",
6757 "log",
6758 "lsp-types",
6759 "parking_lot",
6760 "postage",
6761 "release_channel",
6762 "schemars",
6763 "serde",
6764 "serde_json",
6765 "smol",
6766 "util",
6767 "windows 0.58.0",
6768]
6769
6770[[package]]
6771name = "lsp-types"
6772version = "0.95.1"
6773source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
6774dependencies = [
6775 "bitflags 1.3.2",
6776 "serde",
6777 "serde_json",
6778 "serde_repr",
6779 "url",
6780]
6781
6782[[package]]
6783name = "lz4"
6784version = "1.26.0"
6785source = "registry+https://github.com/rust-lang/crates.io-index"
6786checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
6787dependencies = [
6788 "libc",
6789 "lz4-sys",
6790]
6791
6792[[package]]
6793name = "lz4-sys"
6794version = "1.10.0"
6795source = "registry+https://github.com/rust-lang/crates.io-index"
6796checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
6797dependencies = [
6798 "cc",
6799 "libc",
6800]
6801
6802[[package]]
6803name = "mac"
6804version = "0.1.1"
6805source = "registry+https://github.com/rust-lang/crates.io-index"
6806checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6807
6808[[package]]
6809name = "mach2"
6810version = "0.4.2"
6811source = "registry+https://github.com/rust-lang/crates.io-index"
6812checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
6813dependencies = [
6814 "libc",
6815]
6816
6817[[package]]
6818name = "malloc_buf"
6819version = "0.0.6"
6820source = "registry+https://github.com/rust-lang/crates.io-index"
6821checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6822dependencies = [
6823 "libc",
6824]
6825
6826[[package]]
6827name = "maplit"
6828version = "1.0.2"
6829source = "registry+https://github.com/rust-lang/crates.io-index"
6830checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
6831
6832[[package]]
6833name = "markdown"
6834version = "0.1.0"
6835dependencies = [
6836 "anyhow",
6837 "assets",
6838 "env_logger 0.11.5",
6839 "futures 0.3.30",
6840 "gpui",
6841 "language",
6842 "languages",
6843 "linkify",
6844 "log",
6845 "node_runtime",
6846 "pulldown-cmark 0.12.2",
6847 "settings",
6848 "theme",
6849 "ui",
6850 "util",
6851]
6852
6853[[package]]
6854name = "markdown_preview"
6855version = "0.1.0"
6856dependencies = [
6857 "anyhow",
6858 "async-recursion 1.1.1",
6859 "collections",
6860 "editor",
6861 "gpui",
6862 "language",
6863 "linkify",
6864 "log",
6865 "pretty_assertions",
6866 "pulldown-cmark 0.12.2",
6867 "settings",
6868 "theme",
6869 "ui",
6870 "workspace",
6871]
6872
6873[[package]]
6874name = "markup5ever"
6875version = "0.12.1"
6876source = "registry+https://github.com/rust-lang/crates.io-index"
6877checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
6878dependencies = [
6879 "log",
6880 "phf",
6881 "phf_codegen",
6882 "string_cache",
6883 "string_cache_codegen",
6884 "tendril",
6885]
6886
6887[[package]]
6888name = "markup5ever_rcdom"
6889version = "0.3.0"
6890source = "registry+https://github.com/rust-lang/crates.io-index"
6891checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
6892dependencies = [
6893 "html5ever",
6894 "markup5ever",
6895 "tendril",
6896 "xml5ever",
6897]
6898
6899[[package]]
6900name = "matchers"
6901version = "0.1.0"
6902source = "registry+https://github.com/rust-lang/crates.io-index"
6903checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6904dependencies = [
6905 "regex-automata 0.1.10",
6906]
6907
6908[[package]]
6909name = "matchit"
6910version = "0.7.3"
6911source = "registry+https://github.com/rust-lang/crates.io-index"
6912checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6913
6914[[package]]
6915name = "maybe-owned"
6916version = "0.3.4"
6917source = "registry+https://github.com/rust-lang/crates.io-index"
6918checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6919
6920[[package]]
6921name = "maybe-rayon"
6922version = "0.1.1"
6923source = "registry+https://github.com/rust-lang/crates.io-index"
6924checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
6925dependencies = [
6926 "cfg-if",
6927]
6928
6929[[package]]
6930name = "md-5"
6931version = "0.10.6"
6932source = "registry+https://github.com/rust-lang/crates.io-index"
6933checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
6934dependencies = [
6935 "cfg-if",
6936 "digest",
6937]
6938
6939[[package]]
6940name = "mdbook"
6941version = "0.4.42"
6942source = "registry+https://github.com/rust-lang/crates.io-index"
6943checksum = "7624879735513024d323e7267a0b3a7176aceb0db537939beb4ee31d9e8945e3"
6944dependencies = [
6945 "ammonia",
6946 "anyhow",
6947 "chrono",
6948 "clap",
6949 "clap_complete",
6950 "elasticlunr-rs",
6951 "env_logger 0.11.5",
6952 "futures-util",
6953 "handlebars 6.2.0",
6954 "ignore",
6955 "log",
6956 "memchr",
6957 "notify",
6958 "notify-debouncer-mini",
6959 "once_cell",
6960 "opener",
6961 "pathdiff",
6962 "pulldown-cmark 0.10.3",
6963 "regex",
6964 "serde",
6965 "serde_json",
6966 "shlex",
6967 "tempfile",
6968 "tokio",
6969 "toml 0.5.11",
6970 "topological-sort",
6971 "walkdir",
6972 "warp",
6973]
6974
6975[[package]]
6976name = "media"
6977version = "0.1.0"
6978dependencies = [
6979 "anyhow",
6980 "bindgen 0.70.1",
6981 "core-foundation 0.9.4",
6982 "foreign-types 0.5.0",
6983 "metal",
6984 "objc",
6985]
6986
6987[[package]]
6988name = "memchr"
6989version = "2.7.4"
6990source = "registry+https://github.com/rust-lang/crates.io-index"
6991checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
6992
6993[[package]]
6994name = "memfd"
6995version = "0.6.4"
6996source = "registry+https://github.com/rust-lang/crates.io-index"
6997checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6998dependencies = [
6999 "rustix 0.38.35",
7000]
7001
7002[[package]]
7003name = "memmap2"
7004version = "0.9.4"
7005source = "registry+https://github.com/rust-lang/crates.io-index"
7006checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
7007dependencies = [
7008 "libc",
7009]
7010
7011[[package]]
7012name = "memoffset"
7013version = "0.9.1"
7014source = "registry+https://github.com/rust-lang/crates.io-index"
7015checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7016dependencies = [
7017 "autocfg",
7018]
7019
7020[[package]]
7021name = "menu"
7022version = "0.1.0"
7023dependencies = [
7024 "gpui",
7025 "serde",
7026]
7027
7028[[package]]
7029name = "metal"
7030version = "0.29.0"
7031source = "registry+https://github.com/rust-lang/crates.io-index"
7032checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
7033dependencies = [
7034 "bitflags 2.6.0",
7035 "block",
7036 "core-graphics-types 0.1.3",
7037 "foreign-types 0.5.0",
7038 "log",
7039 "objc",
7040 "paste",
7041]
7042
7043[[package]]
7044name = "mimalloc"
7045version = "0.1.43"
7046source = "registry+https://github.com/rust-lang/crates.io-index"
7047checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7048dependencies = [
7049 "libmimalloc-sys",
7050]
7051
7052[[package]]
7053name = "mime"
7054version = "0.3.17"
7055source = "registry+https://github.com/rust-lang/crates.io-index"
7056checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7057
7058[[package]]
7059name = "mime_guess"
7060version = "2.0.5"
7061source = "registry+https://github.com/rust-lang/crates.io-index"
7062checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7063dependencies = [
7064 "mime",
7065 "unicase",
7066]
7067
7068[[package]]
7069name = "minimal-lexical"
7070version = "0.2.1"
7071source = "registry+https://github.com/rust-lang/crates.io-index"
7072checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7073
7074[[package]]
7075name = "miniz_oxide"
7076version = "0.7.4"
7077source = "registry+https://github.com/rust-lang/crates.io-index"
7078checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
7079dependencies = [
7080 "adler",
7081 "simd-adler32",
7082]
7083
7084[[package]]
7085name = "miniz_oxide"
7086version = "0.8.0"
7087source = "registry+https://github.com/rust-lang/crates.io-index"
7088checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7089dependencies = [
7090 "adler2",
7091]
7092
7093[[package]]
7094name = "mint"
7095version = "0.5.9"
7096source = "registry+https://github.com/rust-lang/crates.io-index"
7097checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7098
7099[[package]]
7100name = "mio"
7101version = "0.8.11"
7102source = "registry+https://github.com/rust-lang/crates.io-index"
7103checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7104dependencies = [
7105 "libc",
7106 "log",
7107 "wasi 0.11.0+wasi-snapshot-preview1",
7108 "windows-sys 0.48.0",
7109]
7110
7111[[package]]
7112name = "mio"
7113version = "1.0.2"
7114source = "registry+https://github.com/rust-lang/crates.io-index"
7115checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
7116dependencies = [
7117 "hermit-abi 0.3.9",
7118 "libc",
7119 "log",
7120 "wasi 0.11.0+wasi-snapshot-preview1",
7121 "windows-sys 0.52.0",
7122]
7123
7124[[package]]
7125name = "miow"
7126version = "0.6.0"
7127source = "registry+https://github.com/rust-lang/crates.io-index"
7128checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7129dependencies = [
7130 "windows-sys 0.48.0",
7131]
7132
7133[[package]]
7134name = "msvc_spectre_libs"
7135version = "0.1.2"
7136source = "registry+https://github.com/rust-lang/crates.io-index"
7137checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7138dependencies = [
7139 "cc",
7140]
7141
7142[[package]]
7143name = "multi_buffer"
7144version = "0.1.0"
7145dependencies = [
7146 "anyhow",
7147 "clock",
7148 "collections",
7149 "ctor",
7150 "env_logger 0.11.5",
7151 "futures 0.3.30",
7152 "gpui",
7153 "itertools 0.13.0",
7154 "language",
7155 "log",
7156 "parking_lot",
7157 "rand 0.8.5",
7158 "serde",
7159 "settings",
7160 "smallvec",
7161 "sum_tree",
7162 "text",
7163 "theme",
7164 "util",
7165]
7166
7167[[package]]
7168name = "multimap"
7169version = "0.8.3"
7170source = "registry+https://github.com/rust-lang/crates.io-index"
7171checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7172
7173[[package]]
7174name = "naga"
7175version = "22.1.0"
7176source = "registry+https://github.com/rust-lang/crates.io-index"
7177checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
7178dependencies = [
7179 "arrayvec",
7180 "bit-set 0.6.0",
7181 "bitflags 2.6.0",
7182 "cfg_aliases 0.1.1",
7183 "codespan-reporting",
7184 "hexf-parse",
7185 "indexmap 2.4.0",
7186 "log",
7187 "rustc-hash 1.1.0",
7188 "spirv",
7189 "termcolor",
7190 "thiserror",
7191 "unicode-xid",
7192]
7193
7194[[package]]
7195name = "nanoid"
7196version = "0.4.0"
7197source = "registry+https://github.com/rust-lang/crates.io-index"
7198checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7199dependencies = [
7200 "rand 0.8.5",
7201]
7202
7203[[package]]
7204name = "nanorand"
7205version = "0.7.0"
7206source = "registry+https://github.com/rust-lang/crates.io-index"
7207checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7208dependencies = [
7209 "getrandom 0.2.15",
7210]
7211
7212[[package]]
7213name = "native-tls"
7214version = "0.2.12"
7215source = "registry+https://github.com/rust-lang/crates.io-index"
7216checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7217dependencies = [
7218 "libc",
7219 "log",
7220 "openssl",
7221 "openssl-probe",
7222 "openssl-sys",
7223 "schannel",
7224 "security-framework",
7225 "security-framework-sys",
7226 "tempfile",
7227]
7228
7229[[package]]
7230name = "nbformat"
7231version = "0.5.0"
7232source = "registry+https://github.com/rust-lang/crates.io-index"
7233checksum = "c9ffb2ca556072f114bcaf2ca01dde7f1bc8a4946097dd804cb5a22d8af7d6df"
7234dependencies = [
7235 "anyhow",
7236 "chrono",
7237 "jupyter-serde",
7238 "serde",
7239 "serde_json",
7240 "thiserror",
7241 "uuid",
7242]
7243
7244[[package]]
7245name = "ndk"
7246version = "0.8.0"
7247source = "registry+https://github.com/rust-lang/crates.io-index"
7248checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7249dependencies = [
7250 "bitflags 2.6.0",
7251 "jni-sys",
7252 "log",
7253 "ndk-sys",
7254 "num_enum",
7255 "thiserror",
7256]
7257
7258[[package]]
7259name = "ndk-context"
7260version = "0.1.1"
7261source = "registry+https://github.com/rust-lang/crates.io-index"
7262checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7263
7264[[package]]
7265name = "ndk-sys"
7266version = "0.5.0+25.2.9519653"
7267source = "registry+https://github.com/rust-lang/crates.io-index"
7268checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7269dependencies = [
7270 "jni-sys",
7271]
7272
7273[[package]]
7274name = "new_debug_unreachable"
7275version = "1.0.6"
7276source = "registry+https://github.com/rust-lang/crates.io-index"
7277checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7278
7279[[package]]
7280name = "nix"
7281version = "0.29.0"
7282source = "registry+https://github.com/rust-lang/crates.io-index"
7283checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7284dependencies = [
7285 "bitflags 2.6.0",
7286 "cfg-if",
7287 "cfg_aliases 0.2.1",
7288 "libc",
7289 "memoffset",
7290]
7291
7292[[package]]
7293name = "node_runtime"
7294version = "0.1.0"
7295dependencies = [
7296 "anyhow",
7297 "async-compression",
7298 "async-std",
7299 "async-tar",
7300 "async-trait",
7301 "async-watch",
7302 "async_zip",
7303 "futures 0.3.30",
7304 "http_client",
7305 "log",
7306 "paths",
7307 "semver",
7308 "serde",
7309 "serde_json",
7310 "smol",
7311 "tempfile",
7312 "util",
7313 "walkdir",
7314 "which 6.0.3",
7315 "windows 0.58.0",
7316]
7317
7318[[package]]
7319name = "nom"
7320version = "7.1.3"
7321source = "registry+https://github.com/rust-lang/crates.io-index"
7322checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7323dependencies = [
7324 "memchr",
7325 "minimal-lexical",
7326]
7327
7328[[package]]
7329name = "noop_proc_macro"
7330version = "0.3.0"
7331source = "registry+https://github.com/rust-lang/crates.io-index"
7332checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7333
7334[[package]]
7335name = "normpath"
7336version = "1.3.0"
7337source = "registry+https://github.com/rust-lang/crates.io-index"
7338checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7339dependencies = [
7340 "windows-sys 0.59.0",
7341]
7342
7343[[package]]
7344name = "notifications"
7345version = "0.1.0"
7346dependencies = [
7347 "anyhow",
7348 "channel",
7349 "client",
7350 "collections",
7351 "db",
7352 "gpui",
7353 "rpc",
7354 "settings",
7355 "sum_tree",
7356 "time",
7357 "util",
7358]
7359
7360[[package]]
7361name = "notify"
7362version = "6.1.1"
7363source = "registry+https://github.com/rust-lang/crates.io-index"
7364checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7365dependencies = [
7366 "bitflags 2.6.0",
7367 "crossbeam-channel",
7368 "filetime",
7369 "fsevent-sys 4.1.0",
7370 "inotify",
7371 "kqueue",
7372 "libc",
7373 "log",
7374 "mio 0.8.11",
7375 "walkdir",
7376 "windows-sys 0.48.0",
7377]
7378
7379[[package]]
7380name = "notify-debouncer-mini"
7381version = "0.4.1"
7382source = "registry+https://github.com/rust-lang/crates.io-index"
7383checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7384dependencies = [
7385 "crossbeam-channel",
7386 "log",
7387 "notify",
7388]
7389
7390[[package]]
7391name = "ntapi"
7392version = "0.4.1"
7393source = "registry+https://github.com/rust-lang/crates.io-index"
7394checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7395dependencies = [
7396 "winapi",
7397]
7398
7399[[package]]
7400name = "nu-ansi-term"
7401version = "0.46.0"
7402source = "registry+https://github.com/rust-lang/crates.io-index"
7403checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7404dependencies = [
7405 "overload",
7406 "winapi",
7407]
7408
7409[[package]]
7410name = "num"
7411version = "0.4.3"
7412source = "registry+https://github.com/rust-lang/crates.io-index"
7413checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7414dependencies = [
7415 "num-bigint",
7416 "num-complex",
7417 "num-integer",
7418 "num-iter",
7419 "num-rational",
7420 "num-traits",
7421]
7422
7423[[package]]
7424name = "num-bigint"
7425version = "0.4.6"
7426source = "registry+https://github.com/rust-lang/crates.io-index"
7427checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7428dependencies = [
7429 "num-integer",
7430 "num-traits",
7431]
7432
7433[[package]]
7434name = "num-bigint-dig"
7435version = "0.8.4"
7436source = "registry+https://github.com/rust-lang/crates.io-index"
7437checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7438dependencies = [
7439 "byteorder",
7440 "lazy_static",
7441 "libm",
7442 "num-integer",
7443 "num-iter",
7444 "num-traits",
7445 "rand 0.8.5",
7446 "serde",
7447 "smallvec",
7448 "zeroize",
7449]
7450
7451[[package]]
7452name = "num-complex"
7453version = "0.4.6"
7454source = "registry+https://github.com/rust-lang/crates.io-index"
7455checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7456dependencies = [
7457 "num-traits",
7458]
7459
7460[[package]]
7461name = "num-conv"
7462version = "0.1.0"
7463source = "registry+https://github.com/rust-lang/crates.io-index"
7464checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7465
7466[[package]]
7467name = "num-derive"
7468version = "0.4.2"
7469source = "registry+https://github.com/rust-lang/crates.io-index"
7470checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7471dependencies = [
7472 "proc-macro2",
7473 "quote",
7474 "syn 2.0.76",
7475]
7476
7477[[package]]
7478name = "num-format"
7479version = "0.4.4"
7480source = "registry+https://github.com/rust-lang/crates.io-index"
7481checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7482dependencies = [
7483 "arrayvec",
7484 "itoa",
7485]
7486
7487[[package]]
7488name = "num-integer"
7489version = "0.1.46"
7490source = "registry+https://github.com/rust-lang/crates.io-index"
7491checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7492dependencies = [
7493 "num-traits",
7494]
7495
7496[[package]]
7497name = "num-iter"
7498version = "0.1.45"
7499source = "registry+https://github.com/rust-lang/crates.io-index"
7500checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7501dependencies = [
7502 "autocfg",
7503 "num-integer",
7504 "num-traits",
7505]
7506
7507[[package]]
7508name = "num-modular"
7509version = "0.6.1"
7510source = "registry+https://github.com/rust-lang/crates.io-index"
7511checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
7512
7513[[package]]
7514name = "num-order"
7515version = "1.2.0"
7516source = "registry+https://github.com/rust-lang/crates.io-index"
7517checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
7518dependencies = [
7519 "num-modular",
7520]
7521
7522[[package]]
7523name = "num-rational"
7524version = "0.4.2"
7525source = "registry+https://github.com/rust-lang/crates.io-index"
7526checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7527dependencies = [
7528 "num-bigint",
7529 "num-integer",
7530 "num-traits",
7531]
7532
7533[[package]]
7534name = "num-traits"
7535version = "0.2.19"
7536source = "registry+https://github.com/rust-lang/crates.io-index"
7537checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
7538dependencies = [
7539 "autocfg",
7540 "libm",
7541]
7542
7543[[package]]
7544name = "num_cpus"
7545version = "1.16.0"
7546source = "registry+https://github.com/rust-lang/crates.io-index"
7547checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
7548dependencies = [
7549 "hermit-abi 0.3.9",
7550 "libc",
7551]
7552
7553[[package]]
7554name = "num_enum"
7555version = "0.7.3"
7556source = "registry+https://github.com/rust-lang/crates.io-index"
7557checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
7558dependencies = [
7559 "num_enum_derive",
7560]
7561
7562[[package]]
7563name = "num_enum_derive"
7564version = "0.7.3"
7565source = "registry+https://github.com/rust-lang/crates.io-index"
7566checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
7567dependencies = [
7568 "proc-macro-crate",
7569 "proc-macro2",
7570 "quote",
7571 "syn 2.0.76",
7572]
7573
7574[[package]]
7575name = "num_threads"
7576version = "0.1.7"
7577source = "registry+https://github.com/rust-lang/crates.io-index"
7578checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
7579dependencies = [
7580 "libc",
7581]
7582
7583[[package]]
7584name = "nvim-rs"
7585version = "0.8.0-pre"
7586source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
7587dependencies = [
7588 "async-trait",
7589 "futures 0.3.30",
7590 "log",
7591 "parity-tokio-ipc",
7592 "rmp",
7593 "rmpv",
7594 "tokio",
7595 "tokio-util",
7596 "winapi",
7597]
7598
7599[[package]]
7600name = "objc"
7601version = "0.2.7"
7602source = "registry+https://github.com/rust-lang/crates.io-index"
7603checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
7604dependencies = [
7605 "malloc_buf",
7606]
7607
7608[[package]]
7609name = "object"
7610version = "0.36.4"
7611source = "registry+https://github.com/rust-lang/crates.io-index"
7612checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
7613dependencies = [
7614 "crc32fast",
7615 "hashbrown 0.14.5",
7616 "indexmap 2.4.0",
7617 "memchr",
7618]
7619
7620[[package]]
7621name = "oboe"
7622version = "0.6.1"
7623source = "registry+https://github.com/rust-lang/crates.io-index"
7624checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
7625dependencies = [
7626 "jni",
7627 "ndk",
7628 "ndk-context",
7629 "num-derive",
7630 "num-traits",
7631 "oboe-sys",
7632]
7633
7634[[package]]
7635name = "oboe-sys"
7636version = "0.6.1"
7637source = "registry+https://github.com/rust-lang/crates.io-index"
7638checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
7639dependencies = [
7640 "cc",
7641]
7642
7643[[package]]
7644name = "ollama"
7645version = "0.1.0"
7646dependencies = [
7647 "anyhow",
7648 "futures 0.3.30",
7649 "http_client",
7650 "schemars",
7651 "serde",
7652 "serde_json",
7653]
7654
7655[[package]]
7656name = "once_cell"
7657version = "1.19.0"
7658source = "registry+https://github.com/rust-lang/crates.io-index"
7659checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
7660
7661[[package]]
7662name = "oo7"
7663version = "0.3.3"
7664source = "registry+https://github.com/rust-lang/crates.io-index"
7665checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
7666dependencies = [
7667 "aes",
7668 "async-fs 2.1.2",
7669 "async-io 2.3.4",
7670 "async-lock 3.4.0",
7671 "async-net 2.0.0",
7672 "blocking",
7673 "cbc",
7674 "cipher",
7675 "digest",
7676 "endi",
7677 "futures-lite 2.3.0",
7678 "futures-util",
7679 "hkdf",
7680 "hmac",
7681 "md-5",
7682 "num",
7683 "num-bigint-dig",
7684 "pbkdf2",
7685 "rand 0.8.5",
7686 "serde",
7687 "sha2",
7688 "subtle",
7689 "zbus",
7690 "zeroize",
7691 "zvariant",
7692]
7693
7694[[package]]
7695name = "oorandom"
7696version = "11.1.4"
7697source = "registry+https://github.com/rust-lang/crates.io-index"
7698checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
7699
7700[[package]]
7701name = "open"
7702version = "5.3.0"
7703source = "registry+https://github.com/rust-lang/crates.io-index"
7704checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
7705dependencies = [
7706 "is-wsl",
7707 "libc",
7708 "pathdiff",
7709]
7710
7711[[package]]
7712name = "open_ai"
7713version = "0.1.0"
7714dependencies = [
7715 "anyhow",
7716 "futures 0.3.30",
7717 "http_client",
7718 "schemars",
7719 "serde",
7720 "serde_json",
7721 "strum 0.25.0",
7722]
7723
7724[[package]]
7725name = "opener"
7726version = "0.7.2"
7727source = "registry+https://github.com/rust-lang/crates.io-index"
7728checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
7729dependencies = [
7730 "bstr",
7731 "dbus",
7732 "normpath",
7733 "windows-sys 0.59.0",
7734]
7735
7736[[package]]
7737name = "openssl"
7738version = "0.10.66"
7739source = "registry+https://github.com/rust-lang/crates.io-index"
7740checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
7741dependencies = [
7742 "bitflags 2.6.0",
7743 "cfg-if",
7744 "foreign-types 0.3.2",
7745 "libc",
7746 "once_cell",
7747 "openssl-macros",
7748 "openssl-sys",
7749]
7750
7751[[package]]
7752name = "openssl-macros"
7753version = "0.1.1"
7754source = "registry+https://github.com/rust-lang/crates.io-index"
7755checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
7756dependencies = [
7757 "proc-macro2",
7758 "quote",
7759 "syn 2.0.76",
7760]
7761
7762[[package]]
7763name = "openssl-probe"
7764version = "0.1.5"
7765source = "registry+https://github.com/rust-lang/crates.io-index"
7766checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
7767
7768[[package]]
7769name = "openssl-src"
7770version = "300.3.1+3.3.1"
7771source = "registry+https://github.com/rust-lang/crates.io-index"
7772checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
7773dependencies = [
7774 "cc",
7775]
7776
7777[[package]]
7778name = "openssl-sys"
7779version = "0.9.103"
7780source = "registry+https://github.com/rust-lang/crates.io-index"
7781checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
7782dependencies = [
7783 "cc",
7784 "libc",
7785 "openssl-src",
7786 "pkg-config",
7787 "vcpkg",
7788]
7789
7790[[package]]
7791name = "option-ext"
7792version = "0.2.0"
7793source = "registry+https://github.com/rust-lang/crates.io-index"
7794checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
7795
7796[[package]]
7797name = "ordered-float"
7798version = "2.10.1"
7799source = "registry+https://github.com/rust-lang/crates.io-index"
7800checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
7801dependencies = [
7802 "num-traits",
7803]
7804
7805[[package]]
7806name = "ordered-float"
7807version = "3.9.2"
7808source = "registry+https://github.com/rust-lang/crates.io-index"
7809checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
7810dependencies = [
7811 "num-traits",
7812]
7813
7814[[package]]
7815name = "ordered-stream"
7816version = "0.2.0"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
7819dependencies = [
7820 "futures-core",
7821 "pin-project-lite",
7822]
7823
7824[[package]]
7825name = "ouroboros"
7826version = "0.17.2"
7827source = "registry+https://github.com/rust-lang/crates.io-index"
7828checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
7829dependencies = [
7830 "aliasable",
7831 "ouroboros_macro",
7832 "static_assertions",
7833]
7834
7835[[package]]
7836name = "ouroboros_macro"
7837version = "0.17.2"
7838source = "registry+https://github.com/rust-lang/crates.io-index"
7839checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7840dependencies = [
7841 "heck 0.4.1",
7842 "proc-macro-error",
7843 "proc-macro2",
7844 "quote",
7845 "syn 2.0.76",
7846]
7847
7848[[package]]
7849name = "outline"
7850version = "0.1.0"
7851dependencies = [
7852 "editor",
7853 "fuzzy",
7854 "gpui",
7855 "indoc",
7856 "language",
7857 "menu",
7858 "ordered-float 2.10.1",
7859 "picker",
7860 "project",
7861 "rope",
7862 "serde_json",
7863 "settings",
7864 "smol",
7865 "theme",
7866 "tree-sitter-rust",
7867 "tree-sitter-typescript",
7868 "ui",
7869 "util",
7870 "workspace",
7871]
7872
7873[[package]]
7874name = "outline_panel"
7875version = "0.1.0"
7876dependencies = [
7877 "anyhow",
7878 "collections",
7879 "db",
7880 "editor",
7881 "file_icons",
7882 "fuzzy",
7883 "gpui",
7884 "itertools 0.13.0",
7885 "language",
7886 "log",
7887 "menu",
7888 "outline",
7889 "pretty_assertions",
7890 "project",
7891 "schemars",
7892 "search",
7893 "serde",
7894 "serde_json",
7895 "settings",
7896 "smallvec",
7897 "smol",
7898 "theme",
7899 "ui",
7900 "util",
7901 "workspace",
7902 "worktree",
7903]
7904
7905[[package]]
7906name = "outref"
7907version = "0.5.1"
7908source = "registry+https://github.com/rust-lang/crates.io-index"
7909checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
7910
7911[[package]]
7912name = "overload"
7913version = "0.1.1"
7914source = "registry+https://github.com/rust-lang/crates.io-index"
7915checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
7916
7917[[package]]
7918name = "p256"
7919version = "0.11.1"
7920source = "registry+https://github.com/rust-lang/crates.io-index"
7921checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
7922dependencies = [
7923 "ecdsa",
7924 "elliptic-curve",
7925 "sha2",
7926]
7927
7928[[package]]
7929name = "page_size"
7930version = "0.6.0"
7931source = "registry+https://github.com/rust-lang/crates.io-index"
7932checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
7933dependencies = [
7934 "libc",
7935 "winapi",
7936]
7937
7938[[package]]
7939name = "palette"
7940version = "0.7.6"
7941source = "registry+https://github.com/rust-lang/crates.io-index"
7942checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
7943dependencies = [
7944 "approx",
7945 "fast-srgb8",
7946 "palette_derive",
7947]
7948
7949[[package]]
7950name = "palette_derive"
7951version = "0.7.6"
7952source = "registry+https://github.com/rust-lang/crates.io-index"
7953checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
7954dependencies = [
7955 "by_address",
7956 "proc-macro2",
7957 "quote",
7958 "syn 2.0.76",
7959]
7960
7961[[package]]
7962name = "parity-tokio-ipc"
7963version = "0.9.0"
7964source = "registry+https://github.com/rust-lang/crates.io-index"
7965checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
7966dependencies = [
7967 "futures 0.3.30",
7968 "libc",
7969 "log",
7970 "rand 0.7.3",
7971 "tokio",
7972 "winapi",
7973]
7974
7975[[package]]
7976name = "parking"
7977version = "2.2.1"
7978source = "registry+https://github.com/rust-lang/crates.io-index"
7979checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
7980
7981[[package]]
7982name = "parking_lot"
7983version = "0.12.3"
7984source = "registry+https://github.com/rust-lang/crates.io-index"
7985checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
7986dependencies = [
7987 "lock_api",
7988 "parking_lot_core",
7989]
7990
7991[[package]]
7992name = "parking_lot_core"
7993version = "0.9.10"
7994source = "registry+https://github.com/rust-lang/crates.io-index"
7995checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
7996dependencies = [
7997 "cfg-if",
7998 "libc",
7999 "redox_syscall 0.5.3",
8000 "smallvec",
8001 "windows-targets 0.52.6",
8002]
8003
8004[[package]]
8005name = "password-hash"
8006version = "0.5.0"
8007source = "registry+https://github.com/rust-lang/crates.io-index"
8008checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8009dependencies = [
8010 "base64ct",
8011 "rand_core 0.6.4",
8012 "subtle",
8013]
8014
8015[[package]]
8016name = "paste"
8017version = "1.0.15"
8018source = "registry+https://github.com/rust-lang/crates.io-index"
8019checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8020
8021[[package]]
8022name = "pathdiff"
8023version = "0.2.2"
8024source = "registry+https://github.com/rust-lang/crates.io-index"
8025checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
8026
8027[[package]]
8028name = "pathfinder_geometry"
8029version = "0.5.1"
8030source = "registry+https://github.com/rust-lang/crates.io-index"
8031checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8032dependencies = [
8033 "log",
8034 "pathfinder_simd",
8035]
8036
8037[[package]]
8038name = "pathfinder_simd"
8039version = "0.5.4"
8040source = "registry+https://github.com/rust-lang/crates.io-index"
8041checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8042dependencies = [
8043 "rustc_version",
8044]
8045
8046[[package]]
8047name = "paths"
8048version = "0.1.0"
8049dependencies = [
8050 "dirs 4.0.0",
8051 "util",
8052]
8053
8054[[package]]
8055name = "pbkdf2"
8056version = "0.12.2"
8057source = "registry+https://github.com/rust-lang/crates.io-index"
8058checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8059dependencies = [
8060 "digest",
8061 "hmac",
8062]
8063
8064[[package]]
8065name = "pem"
8066version = "3.0.4"
8067source = "registry+https://github.com/rust-lang/crates.io-index"
8068checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8069dependencies = [
8070 "base64 0.22.1",
8071 "serde",
8072]
8073
8074[[package]]
8075name = "pem-rfc7468"
8076version = "0.7.0"
8077source = "registry+https://github.com/rust-lang/crates.io-index"
8078checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8079dependencies = [
8080 "base64ct",
8081]
8082
8083[[package]]
8084name = "percent-encoding"
8085version = "2.3.1"
8086source = "registry+https://github.com/rust-lang/crates.io-index"
8087checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8088
8089[[package]]
8090name = "perplexity"
8091version = "0.1.0"
8092dependencies = [
8093 "serde",
8094 "zed_extension_api 0.2.0",
8095]
8096
8097[[package]]
8098name = "pest"
8099version = "2.7.11"
8100source = "registry+https://github.com/rust-lang/crates.io-index"
8101checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
8102dependencies = [
8103 "memchr",
8104 "thiserror",
8105 "ucd-trie",
8106]
8107
8108[[package]]
8109name = "pest_derive"
8110version = "2.7.11"
8111source = "registry+https://github.com/rust-lang/crates.io-index"
8112checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
8113dependencies = [
8114 "pest",
8115 "pest_generator",
8116]
8117
8118[[package]]
8119name = "pest_generator"
8120version = "2.7.11"
8121source = "registry+https://github.com/rust-lang/crates.io-index"
8122checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
8123dependencies = [
8124 "pest",
8125 "pest_meta",
8126 "proc-macro2",
8127 "quote",
8128 "syn 2.0.76",
8129]
8130
8131[[package]]
8132name = "pest_meta"
8133version = "2.7.11"
8134source = "registry+https://github.com/rust-lang/crates.io-index"
8135checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
8136dependencies = [
8137 "once_cell",
8138 "pest",
8139 "sha2",
8140]
8141
8142[[package]]
8143name = "pet"
8144version = "0.1.0"
8145source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8146dependencies = [
8147 "clap",
8148 "env_logger 0.10.2",
8149 "lazy_static",
8150 "log",
8151 "msvc_spectre_libs",
8152 "pet-conda",
8153 "pet-core",
8154 "pet-env-var-path",
8155 "pet-fs",
8156 "pet-global-virtualenvs",
8157 "pet-homebrew",
8158 "pet-jsonrpc",
8159 "pet-linux-global-python",
8160 "pet-mac-commandlinetools",
8161 "pet-mac-python-org",
8162 "pet-mac-xcode",
8163 "pet-pipenv",
8164 "pet-poetry",
8165 "pet-pyenv",
8166 "pet-python-utils",
8167 "pet-reporter",
8168 "pet-telemetry",
8169 "pet-venv",
8170 "pet-virtualenv",
8171 "pet-virtualenvwrapper",
8172 "pet-windows-registry",
8173 "pet-windows-store",
8174 "serde",
8175 "serde_json",
8176]
8177
8178[[package]]
8179name = "pet-conda"
8180version = "0.1.0"
8181source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8182dependencies = [
8183 "env_logger 0.10.2",
8184 "lazy_static",
8185 "log",
8186 "msvc_spectre_libs",
8187 "pet-core",
8188 "pet-fs",
8189 "pet-python-utils",
8190 "pet-reporter",
8191 "regex",
8192 "serde",
8193 "serde_json",
8194 "yaml-rust2",
8195]
8196
8197[[package]]
8198name = "pet-core"
8199version = "0.1.0"
8200source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8201dependencies = [
8202 "clap",
8203 "lazy_static",
8204 "log",
8205 "msvc_spectre_libs",
8206 "pet-fs",
8207 "regex",
8208 "serde",
8209 "serde_json",
8210]
8211
8212[[package]]
8213name = "pet-env-var-path"
8214version = "0.1.0"
8215source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8216dependencies = [
8217 "lazy_static",
8218 "log",
8219 "msvc_spectre_libs",
8220 "pet-conda",
8221 "pet-core",
8222 "pet-fs",
8223 "pet-python-utils",
8224 "pet-virtualenv",
8225 "regex",
8226]
8227
8228[[package]]
8229name = "pet-fs"
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]
8236
8237[[package]]
8238name = "pet-global-virtualenvs"
8239version = "0.1.0"
8240source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8241dependencies = [
8242 "log",
8243 "msvc_spectre_libs",
8244 "pet-conda",
8245 "pet-core",
8246 "pet-fs",
8247 "pet-virtualenv",
8248]
8249
8250[[package]]
8251name = "pet-homebrew"
8252version = "0.1.0"
8253source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8254dependencies = [
8255 "lazy_static",
8256 "log",
8257 "msvc_spectre_libs",
8258 "pet-conda",
8259 "pet-core",
8260 "pet-fs",
8261 "pet-python-utils",
8262 "pet-virtualenv",
8263 "regex",
8264 "serde",
8265 "serde_json",
8266]
8267
8268[[package]]
8269name = "pet-jsonrpc"
8270version = "0.1.0"
8271source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8272dependencies = [
8273 "env_logger 0.10.2",
8274 "log",
8275 "msvc_spectre_libs",
8276 "pet-core",
8277 "serde",
8278 "serde_json",
8279]
8280
8281[[package]]
8282name = "pet-linux-global-python"
8283version = "0.1.0"
8284source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8285dependencies = [
8286 "log",
8287 "msvc_spectre_libs",
8288 "pet-core",
8289 "pet-fs",
8290 "pet-python-utils",
8291 "pet-virtualenv",
8292]
8293
8294[[package]]
8295name = "pet-mac-commandlinetools"
8296version = "0.1.0"
8297source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8298dependencies = [
8299 "log",
8300 "msvc_spectre_libs",
8301 "pet-core",
8302 "pet-fs",
8303 "pet-python-utils",
8304 "pet-virtualenv",
8305]
8306
8307[[package]]
8308name = "pet-mac-python-org"
8309version = "0.1.0"
8310source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8311dependencies = [
8312 "log",
8313 "msvc_spectre_libs",
8314 "pet-core",
8315 "pet-fs",
8316 "pet-python-utils",
8317 "pet-virtualenv",
8318]
8319
8320[[package]]
8321name = "pet-mac-xcode"
8322version = "0.1.0"
8323source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8324dependencies = [
8325 "log",
8326 "msvc_spectre_libs",
8327 "pet-core",
8328 "pet-fs",
8329 "pet-python-utils",
8330 "pet-virtualenv",
8331]
8332
8333[[package]]
8334name = "pet-pipenv"
8335version = "0.1.0"
8336source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8337dependencies = [
8338 "log",
8339 "msvc_spectre_libs",
8340 "pet-core",
8341 "pet-fs",
8342 "pet-python-utils",
8343 "pet-virtualenv",
8344]
8345
8346[[package]]
8347name = "pet-poetry"
8348version = "0.1.0"
8349source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8350dependencies = [
8351 "base64 0.22.1",
8352 "lazy_static",
8353 "log",
8354 "msvc_spectre_libs",
8355 "pet-core",
8356 "pet-fs",
8357 "pet-python-utils",
8358 "pet-reporter",
8359 "pet-virtualenv",
8360 "regex",
8361 "serde",
8362 "serde_json",
8363 "sha2",
8364 "toml 0.8.19",
8365]
8366
8367[[package]]
8368name = "pet-pyenv"
8369version = "0.1.0"
8370source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8371dependencies = [
8372 "lazy_static",
8373 "log",
8374 "msvc_spectre_libs",
8375 "pet-conda",
8376 "pet-core",
8377 "pet-fs",
8378 "pet-python-utils",
8379 "pet-reporter",
8380 "regex",
8381 "serde",
8382 "serde_json",
8383]
8384
8385[[package]]
8386name = "pet-python-utils"
8387version = "0.1.0"
8388source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8389dependencies = [
8390 "env_logger 0.10.2",
8391 "lazy_static",
8392 "log",
8393 "msvc_spectre_libs",
8394 "pet-core",
8395 "pet-fs",
8396 "regex",
8397 "serde",
8398 "serde_json",
8399 "sha2",
8400]
8401
8402[[package]]
8403name = "pet-reporter"
8404version = "0.1.0"
8405source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8406dependencies = [
8407 "env_logger 0.10.2",
8408 "log",
8409 "msvc_spectre_libs",
8410 "pet-core",
8411 "pet-jsonrpc",
8412 "serde",
8413 "serde_json",
8414]
8415
8416[[package]]
8417name = "pet-telemetry"
8418version = "0.1.0"
8419source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8420dependencies = [
8421 "env_logger 0.10.2",
8422 "lazy_static",
8423 "log",
8424 "msvc_spectre_libs",
8425 "pet-core",
8426 "pet-fs",
8427 "pet-python-utils",
8428 "regex",
8429]
8430
8431[[package]]
8432name = "pet-venv"
8433version = "0.1.0"
8434source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8435dependencies = [
8436 "log",
8437 "msvc_spectre_libs",
8438 "pet-core",
8439 "pet-python-utils",
8440 "pet-virtualenv",
8441]
8442
8443[[package]]
8444name = "pet-virtualenv"
8445version = "0.1.0"
8446source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8447dependencies = [
8448 "log",
8449 "msvc_spectre_libs",
8450 "pet-core",
8451 "pet-fs",
8452 "pet-python-utils",
8453]
8454
8455[[package]]
8456name = "pet-virtualenvwrapper"
8457version = "0.1.0"
8458source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8459dependencies = [
8460 "log",
8461 "msvc_spectre_libs",
8462 "pet-core",
8463 "pet-fs",
8464 "pet-python-utils",
8465 "pet-virtualenv",
8466]
8467
8468[[package]]
8469name = "pet-windows-registry"
8470version = "0.1.0"
8471source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8472dependencies = [
8473 "lazy_static",
8474 "log",
8475 "msvc_spectre_libs",
8476 "pet-conda",
8477 "pet-core",
8478 "pet-fs",
8479 "pet-python-utils",
8480 "pet-virtualenv",
8481 "pet-windows-store",
8482 "regex",
8483 "winreg 0.52.0",
8484]
8485
8486[[package]]
8487name = "pet-windows-store"
8488version = "0.1.0"
8489source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8490dependencies = [
8491 "lazy_static",
8492 "log",
8493 "msvc_spectre_libs",
8494 "pet-core",
8495 "pet-fs",
8496 "pet-python-utils",
8497 "pet-virtualenv",
8498 "regex",
8499 "winreg 0.52.0",
8500]
8501
8502[[package]]
8503name = "petgraph"
8504version = "0.6.5"
8505source = "registry+https://github.com/rust-lang/crates.io-index"
8506checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
8507dependencies = [
8508 "fixedbitset",
8509 "indexmap 2.4.0",
8510]
8511
8512[[package]]
8513name = "phf"
8514version = "0.11.2"
8515source = "registry+https://github.com/rust-lang/crates.io-index"
8516checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
8517dependencies = [
8518 "phf_macros",
8519 "phf_shared 0.11.2",
8520]
8521
8522[[package]]
8523name = "phf_codegen"
8524version = "0.11.2"
8525source = "registry+https://github.com/rust-lang/crates.io-index"
8526checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
8527dependencies = [
8528 "phf_generator 0.11.2",
8529 "phf_shared 0.11.2",
8530]
8531
8532[[package]]
8533name = "phf_generator"
8534version = "0.10.0"
8535source = "registry+https://github.com/rust-lang/crates.io-index"
8536checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
8537dependencies = [
8538 "phf_shared 0.10.0",
8539 "rand 0.8.5",
8540]
8541
8542[[package]]
8543name = "phf_generator"
8544version = "0.11.2"
8545source = "registry+https://github.com/rust-lang/crates.io-index"
8546checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
8547dependencies = [
8548 "phf_shared 0.11.2",
8549 "rand 0.8.5",
8550]
8551
8552[[package]]
8553name = "phf_macros"
8554version = "0.11.2"
8555source = "registry+https://github.com/rust-lang/crates.io-index"
8556checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
8557dependencies = [
8558 "phf_generator 0.11.2",
8559 "phf_shared 0.11.2",
8560 "proc-macro2",
8561 "quote",
8562 "syn 2.0.76",
8563]
8564
8565[[package]]
8566name = "phf_shared"
8567version = "0.10.0"
8568source = "registry+https://github.com/rust-lang/crates.io-index"
8569checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
8570dependencies = [
8571 "siphasher 0.3.11",
8572]
8573
8574[[package]]
8575name = "phf_shared"
8576version = "0.11.2"
8577source = "registry+https://github.com/rust-lang/crates.io-index"
8578checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
8579dependencies = [
8580 "siphasher 0.3.11",
8581]
8582
8583[[package]]
8584name = "picker"
8585version = "0.1.0"
8586dependencies = [
8587 "anyhow",
8588 "ctor",
8589 "editor",
8590 "env_logger 0.11.5",
8591 "gpui",
8592 "menu",
8593 "serde",
8594 "serde_json",
8595 "ui",
8596 "workspace",
8597]
8598
8599[[package]]
8600name = "pico-args"
8601version = "0.5.0"
8602source = "registry+https://github.com/rust-lang/crates.io-index"
8603checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
8604
8605[[package]]
8606name = "pin-project"
8607version = "1.1.5"
8608source = "registry+https://github.com/rust-lang/crates.io-index"
8609checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
8610dependencies = [
8611 "pin-project-internal",
8612]
8613
8614[[package]]
8615name = "pin-project-internal"
8616version = "1.1.5"
8617source = "registry+https://github.com/rust-lang/crates.io-index"
8618checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
8619dependencies = [
8620 "proc-macro2",
8621 "quote",
8622 "syn 2.0.76",
8623]
8624
8625[[package]]
8626name = "pin-project-lite"
8627version = "0.2.14"
8628source = "registry+https://github.com/rust-lang/crates.io-index"
8629checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
8630
8631[[package]]
8632name = "pin-utils"
8633version = "0.1.0"
8634source = "registry+https://github.com/rust-lang/crates.io-index"
8635checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
8636
8637[[package]]
8638name = "piper"
8639version = "0.2.4"
8640source = "registry+https://github.com/rust-lang/crates.io-index"
8641checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
8642dependencies = [
8643 "atomic-waker",
8644 "fastrand 2.1.1",
8645 "futures-io",
8646]
8647
8648[[package]]
8649name = "pkcs1"
8650version = "0.7.5"
8651source = "registry+https://github.com/rust-lang/crates.io-index"
8652checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
8653dependencies = [
8654 "der 0.7.9",
8655 "pkcs8 0.10.2",
8656 "spki 0.7.3",
8657]
8658
8659[[package]]
8660name = "pkcs8"
8661version = "0.9.0"
8662source = "registry+https://github.com/rust-lang/crates.io-index"
8663checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
8664dependencies = [
8665 "der 0.6.1",
8666 "spki 0.6.0",
8667]
8668
8669[[package]]
8670name = "pkcs8"
8671version = "0.10.2"
8672source = "registry+https://github.com/rust-lang/crates.io-index"
8673checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
8674dependencies = [
8675 "der 0.7.9",
8676 "spki 0.7.3",
8677]
8678
8679[[package]]
8680name = "pkg-config"
8681version = "0.3.30"
8682source = "registry+https://github.com/rust-lang/crates.io-index"
8683checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
8684
8685[[package]]
8686name = "plist"
8687version = "1.7.0"
8688source = "registry+https://github.com/rust-lang/crates.io-index"
8689checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
8690dependencies = [
8691 "base64 0.22.1",
8692 "indexmap 2.4.0",
8693 "quick-xml 0.32.0",
8694 "serde",
8695 "time",
8696]
8697
8698[[package]]
8699name = "plotters"
8700version = "0.3.6"
8701source = "registry+https://github.com/rust-lang/crates.io-index"
8702checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
8703dependencies = [
8704 "num-traits",
8705 "plotters-backend",
8706 "plotters-svg",
8707 "wasm-bindgen",
8708 "web-sys",
8709]
8710
8711[[package]]
8712name = "plotters-backend"
8713version = "0.3.6"
8714source = "registry+https://github.com/rust-lang/crates.io-index"
8715checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
8716
8717[[package]]
8718name = "plotters-svg"
8719version = "0.3.6"
8720source = "registry+https://github.com/rust-lang/crates.io-index"
8721checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
8722dependencies = [
8723 "plotters-backend",
8724]
8725
8726[[package]]
8727name = "png"
8728version = "0.17.13"
8729source = "registry+https://github.com/rust-lang/crates.io-index"
8730checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
8731dependencies = [
8732 "bitflags 1.3.2",
8733 "crc32fast",
8734 "fdeflate",
8735 "flate2",
8736 "miniz_oxide 0.7.4",
8737]
8738
8739[[package]]
8740name = "polling"
8741version = "2.8.0"
8742source = "registry+https://github.com/rust-lang/crates.io-index"
8743checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
8744dependencies = [
8745 "autocfg",
8746 "bitflags 1.3.2",
8747 "cfg-if",
8748 "concurrent-queue",
8749 "libc",
8750 "log",
8751 "pin-project-lite",
8752 "windows-sys 0.48.0",
8753]
8754
8755[[package]]
8756name = "polling"
8757version = "3.7.3"
8758source = "registry+https://github.com/rust-lang/crates.io-index"
8759checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
8760dependencies = [
8761 "cfg-if",
8762 "concurrent-queue",
8763 "hermit-abi 0.4.0",
8764 "pin-project-lite",
8765 "rustix 0.38.35",
8766 "tracing",
8767 "windows-sys 0.59.0",
8768]
8769
8770[[package]]
8771name = "pollster"
8772version = "0.2.5"
8773source = "registry+https://github.com/rust-lang/crates.io-index"
8774checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
8775
8776[[package]]
8777name = "postage"
8778version = "0.5.0"
8779source = "registry+https://github.com/rust-lang/crates.io-index"
8780checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
8781dependencies = [
8782 "atomic",
8783 "crossbeam-queue",
8784 "futures 0.3.30",
8785 "log",
8786 "parking_lot",
8787 "pin-project",
8788 "pollster",
8789 "static_assertions",
8790 "thiserror",
8791]
8792
8793[[package]]
8794name = "postcard"
8795version = "1.0.10"
8796source = "registry+https://github.com/rust-lang/crates.io-index"
8797checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
8798dependencies = [
8799 "cobs",
8800 "embedded-io 0.4.0",
8801 "embedded-io 0.6.1",
8802 "serde",
8803]
8804
8805[[package]]
8806name = "powerfmt"
8807version = "0.2.0"
8808source = "registry+https://github.com/rust-lang/crates.io-index"
8809checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
8810
8811[[package]]
8812name = "ppv-lite86"
8813version = "0.2.20"
8814source = "registry+https://github.com/rust-lang/crates.io-index"
8815checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
8816dependencies = [
8817 "zerocopy",
8818]
8819
8820[[package]]
8821name = "precomputed-hash"
8822version = "0.1.1"
8823source = "registry+https://github.com/rust-lang/crates.io-index"
8824checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
8825
8826[[package]]
8827name = "prettier"
8828version = "0.1.0"
8829dependencies = [
8830 "anyhow",
8831 "collections",
8832 "fs",
8833 "gpui",
8834 "language",
8835 "log",
8836 "lsp",
8837 "node_runtime",
8838 "parking_lot",
8839 "paths",
8840 "serde",
8841 "serde_json",
8842 "util",
8843]
8844
8845[[package]]
8846name = "pretty_assertions"
8847version = "1.4.1"
8848source = "registry+https://github.com/rust-lang/crates.io-index"
8849checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
8850dependencies = [
8851 "diff",
8852 "yansi",
8853]
8854
8855[[package]]
8856name = "prettyplease"
8857version = "0.2.22"
8858source = "registry+https://github.com/rust-lang/crates.io-index"
8859checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
8860dependencies = [
8861 "proc-macro2",
8862 "syn 2.0.76",
8863]
8864
8865[[package]]
8866name = "proc-macro-crate"
8867version = "3.2.0"
8868source = "registry+https://github.com/rust-lang/crates.io-index"
8869checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
8870dependencies = [
8871 "toml_edit 0.22.20",
8872]
8873
8874[[package]]
8875name = "proc-macro-error"
8876version = "1.0.4"
8877source = "registry+https://github.com/rust-lang/crates.io-index"
8878checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
8879dependencies = [
8880 "proc-macro-error-attr",
8881 "proc-macro2",
8882 "quote",
8883 "syn 1.0.109",
8884 "version_check",
8885]
8886
8887[[package]]
8888name = "proc-macro-error-attr"
8889version = "1.0.4"
8890source = "registry+https://github.com/rust-lang/crates.io-index"
8891checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
8892dependencies = [
8893 "proc-macro2",
8894 "quote",
8895 "version_check",
8896]
8897
8898[[package]]
8899name = "proc-macro2"
8900version = "1.0.89"
8901source = "registry+https://github.com/rust-lang/crates.io-index"
8902checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
8903dependencies = [
8904 "unicode-ident",
8905]
8906
8907[[package]]
8908name = "profiling"
8909version = "1.0.16"
8910source = "registry+https://github.com/rust-lang/crates.io-index"
8911checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
8912dependencies = [
8913 "profiling-procmacros",
8914]
8915
8916[[package]]
8917name = "profiling-procmacros"
8918version = "1.0.16"
8919source = "registry+https://github.com/rust-lang/crates.io-index"
8920checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
8921dependencies = [
8922 "quote",
8923 "syn 2.0.76",
8924]
8925
8926[[package]]
8927name = "project"
8928version = "0.1.0"
8929dependencies = [
8930 "aho-corasick",
8931 "anyhow",
8932 "async-trait",
8933 "client",
8934 "clock",
8935 "collections",
8936 "env_logger 0.11.5",
8937 "fancy-regex 0.14.0",
8938 "fs",
8939 "futures 0.3.30",
8940 "fuzzy",
8941 "git",
8942 "git2",
8943 "globset",
8944 "gpui",
8945 "http_client",
8946 "image",
8947 "itertools 0.13.0",
8948 "language",
8949 "log",
8950 "lsp",
8951 "node_runtime",
8952 "parking_lot",
8953 "pathdiff",
8954 "paths",
8955 "postage",
8956 "prettier",
8957 "pretty_assertions",
8958 "rand 0.8.5",
8959 "regex",
8960 "release_channel",
8961 "remote",
8962 "rpc",
8963 "schemars",
8964 "serde",
8965 "serde_json",
8966 "settings",
8967 "sha2",
8968 "shellexpand 2.1.2",
8969 "shlex",
8970 "similar",
8971 "smol",
8972 "snippet",
8973 "snippet_provider",
8974 "task",
8975 "tempfile",
8976 "terminal",
8977 "text",
8978 "unindent",
8979 "url",
8980 "util",
8981 "which 6.0.3",
8982 "windows 0.58.0",
8983 "worktree",
8984]
8985
8986[[package]]
8987name = "project_panel"
8988version = "0.1.0"
8989dependencies = [
8990 "anyhow",
8991 "client",
8992 "collections",
8993 "db",
8994 "editor",
8995 "file_icons",
8996 "git",
8997 "gpui",
8998 "indexmap 1.9.3",
8999 "language",
9000 "menu",
9001 "pretty_assertions",
9002 "project",
9003 "schemars",
9004 "search",
9005 "serde",
9006 "serde_derive",
9007 "serde_json",
9008 "settings",
9009 "smallvec",
9010 "theme",
9011 "ui",
9012 "util",
9013 "workspace",
9014 "worktree",
9015]
9016
9017[[package]]
9018name = "project_symbols"
9019version = "0.1.0"
9020dependencies = [
9021 "anyhow",
9022 "editor",
9023 "futures 0.3.30",
9024 "fuzzy",
9025 "gpui",
9026 "language",
9027 "lsp",
9028 "ordered-float 2.10.1",
9029 "picker",
9030 "project",
9031 "release_channel",
9032 "serde_json",
9033 "settings",
9034 "theme",
9035 "util",
9036 "workspace",
9037]
9038
9039[[package]]
9040name = "prometheus"
9041version = "0.13.4"
9042source = "registry+https://github.com/rust-lang/crates.io-index"
9043checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9044dependencies = [
9045 "cfg-if",
9046 "fnv",
9047 "lazy_static",
9048 "memchr",
9049 "parking_lot",
9050 "protobuf",
9051 "thiserror",
9052]
9053
9054[[package]]
9055name = "prost"
9056version = "0.9.0"
9057source = "registry+https://github.com/rust-lang/crates.io-index"
9058checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9059dependencies = [
9060 "bytes 1.7.2",
9061 "prost-derive",
9062]
9063
9064[[package]]
9065name = "prost-build"
9066version = "0.9.0"
9067source = "registry+https://github.com/rust-lang/crates.io-index"
9068checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9069dependencies = [
9070 "bytes 1.7.2",
9071 "heck 0.3.3",
9072 "itertools 0.10.5",
9073 "lazy_static",
9074 "log",
9075 "multimap",
9076 "petgraph",
9077 "prost",
9078 "prost-types",
9079 "regex",
9080 "tempfile",
9081 "which 4.4.2",
9082]
9083
9084[[package]]
9085name = "prost-derive"
9086version = "0.9.0"
9087source = "registry+https://github.com/rust-lang/crates.io-index"
9088checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9089dependencies = [
9090 "anyhow",
9091 "itertools 0.10.5",
9092 "proc-macro2",
9093 "quote",
9094 "syn 1.0.109",
9095]
9096
9097[[package]]
9098name = "prost-types"
9099version = "0.9.0"
9100source = "registry+https://github.com/rust-lang/crates.io-index"
9101checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9102dependencies = [
9103 "bytes 1.7.2",
9104 "prost",
9105]
9106
9107[[package]]
9108name = "proto"
9109version = "0.1.0"
9110dependencies = [
9111 "anyhow",
9112 "collections",
9113 "prost",
9114 "prost-build",
9115 "serde",
9116]
9117
9118[[package]]
9119name = "protobuf"
9120version = "2.28.0"
9121source = "registry+https://github.com/rust-lang/crates.io-index"
9122checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9123
9124[[package]]
9125name = "psm"
9126version = "0.1.21"
9127source = "registry+https://github.com/rust-lang/crates.io-index"
9128checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
9129dependencies = [
9130 "cc",
9131]
9132
9133[[package]]
9134name = "ptr_meta"
9135version = "0.1.4"
9136source = "registry+https://github.com/rust-lang/crates.io-index"
9137checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9138dependencies = [
9139 "ptr_meta_derive",
9140]
9141
9142[[package]]
9143name = "ptr_meta_derive"
9144version = "0.1.4"
9145source = "registry+https://github.com/rust-lang/crates.io-index"
9146checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9147dependencies = [
9148 "proc-macro2",
9149 "quote",
9150 "syn 1.0.109",
9151]
9152
9153[[package]]
9154name = "pulldown-cmark"
9155version = "0.10.3"
9156source = "registry+https://github.com/rust-lang/crates.io-index"
9157checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9158dependencies = [
9159 "bitflags 2.6.0",
9160 "memchr",
9161 "pulldown-cmark-escape",
9162 "unicase",
9163]
9164
9165[[package]]
9166name = "pulldown-cmark"
9167version = "0.12.2"
9168source = "registry+https://github.com/rust-lang/crates.io-index"
9169checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
9170dependencies = [
9171 "bitflags 2.6.0",
9172 "memchr",
9173 "unicase",
9174]
9175
9176[[package]]
9177name = "pulldown-cmark-escape"
9178version = "0.10.1"
9179source = "registry+https://github.com/rust-lang/crates.io-index"
9180checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9181
9182[[package]]
9183name = "qoi"
9184version = "0.4.1"
9185source = "registry+https://github.com/rust-lang/crates.io-index"
9186checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
9187dependencies = [
9188 "bytemuck",
9189]
9190
9191[[package]]
9192name = "quick-error"
9193version = "2.0.1"
9194source = "registry+https://github.com/rust-lang/crates.io-index"
9195checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
9196
9197[[package]]
9198name = "quick-xml"
9199version = "0.32.0"
9200source = "registry+https://github.com/rust-lang/crates.io-index"
9201checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
9202dependencies = [
9203 "memchr",
9204]
9205
9206[[package]]
9207name = "quick-xml"
9208version = "0.34.0"
9209source = "registry+https://github.com/rust-lang/crates.io-index"
9210checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
9211dependencies = [
9212 "memchr",
9213]
9214
9215[[package]]
9216name = "quick_action_bar"
9217version = "0.1.0"
9218dependencies = [
9219 "assistant",
9220 "editor",
9221 "gpui",
9222 "markdown_preview",
9223 "picker",
9224 "repl",
9225 "search",
9226 "settings",
9227 "ui",
9228 "util",
9229 "workspace",
9230 "zed_actions",
9231]
9232
9233[[package]]
9234name = "quinn"
9235version = "0.11.5"
9236source = "registry+https://github.com/rust-lang/crates.io-index"
9237checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
9238dependencies = [
9239 "bytes 1.7.2",
9240 "pin-project-lite",
9241 "quinn-proto",
9242 "quinn-udp",
9243 "rustc-hash 2.0.0",
9244 "rustls 0.23.13",
9245 "socket2 0.5.7",
9246 "thiserror",
9247 "tokio",
9248 "tracing",
9249]
9250
9251[[package]]
9252name = "quinn-proto"
9253version = "0.11.8"
9254source = "registry+https://github.com/rust-lang/crates.io-index"
9255checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
9256dependencies = [
9257 "bytes 1.7.2",
9258 "rand 0.8.5",
9259 "ring",
9260 "rustc-hash 2.0.0",
9261 "rustls 0.23.13",
9262 "slab",
9263 "thiserror",
9264 "tinyvec",
9265 "tracing",
9266]
9267
9268[[package]]
9269name = "quinn-udp"
9270version = "0.5.5"
9271source = "registry+https://github.com/rust-lang/crates.io-index"
9272checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
9273dependencies = [
9274 "libc",
9275 "once_cell",
9276 "socket2 0.5.7",
9277 "tracing",
9278 "windows-sys 0.59.0",
9279]
9280
9281[[package]]
9282name = "quote"
9283version = "1.0.37"
9284source = "registry+https://github.com/rust-lang/crates.io-index"
9285checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
9286dependencies = [
9287 "proc-macro2",
9288]
9289
9290[[package]]
9291name = "radium"
9292version = "0.7.0"
9293source = "registry+https://github.com/rust-lang/crates.io-index"
9294checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
9295
9296[[package]]
9297name = "rand"
9298version = "0.7.3"
9299source = "registry+https://github.com/rust-lang/crates.io-index"
9300checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
9301dependencies = [
9302 "getrandom 0.1.16",
9303 "libc",
9304 "rand_chacha 0.2.2",
9305 "rand_core 0.5.1",
9306 "rand_hc",
9307]
9308
9309[[package]]
9310name = "rand"
9311version = "0.8.5"
9312source = "registry+https://github.com/rust-lang/crates.io-index"
9313checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
9314dependencies = [
9315 "libc",
9316 "rand_chacha 0.3.1",
9317 "rand_core 0.6.4",
9318]
9319
9320[[package]]
9321name = "rand_chacha"
9322version = "0.2.2"
9323source = "registry+https://github.com/rust-lang/crates.io-index"
9324checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
9325dependencies = [
9326 "ppv-lite86",
9327 "rand_core 0.5.1",
9328]
9329
9330[[package]]
9331name = "rand_chacha"
9332version = "0.3.1"
9333source = "registry+https://github.com/rust-lang/crates.io-index"
9334checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
9335dependencies = [
9336 "ppv-lite86",
9337 "rand_core 0.6.4",
9338]
9339
9340[[package]]
9341name = "rand_core"
9342version = "0.5.1"
9343source = "registry+https://github.com/rust-lang/crates.io-index"
9344checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
9345dependencies = [
9346 "getrandom 0.1.16",
9347]
9348
9349[[package]]
9350name = "rand_core"
9351version = "0.6.4"
9352source = "registry+https://github.com/rust-lang/crates.io-index"
9353checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
9354dependencies = [
9355 "getrandom 0.2.15",
9356]
9357
9358[[package]]
9359name = "rand_hc"
9360version = "0.2.0"
9361source = "registry+https://github.com/rust-lang/crates.io-index"
9362checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
9363dependencies = [
9364 "rand_core 0.5.1",
9365]
9366
9367[[package]]
9368name = "rangemap"
9369version = "1.5.1"
9370source = "registry+https://github.com/rust-lang/crates.io-index"
9371checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
9372
9373[[package]]
9374name = "rav1e"
9375version = "0.7.1"
9376source = "registry+https://github.com/rust-lang/crates.io-index"
9377checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
9378dependencies = [
9379 "arbitrary",
9380 "arg_enum_proc_macro",
9381 "arrayvec",
9382 "av1-grain",
9383 "bitstream-io",
9384 "built",
9385 "cfg-if",
9386 "interpolate_name",
9387 "itertools 0.12.1",
9388 "libc",
9389 "libfuzzer-sys",
9390 "log",
9391 "maybe-rayon",
9392 "new_debug_unreachable",
9393 "noop_proc_macro",
9394 "num-derive",
9395 "num-traits",
9396 "once_cell",
9397 "paste",
9398 "profiling",
9399 "rand 0.8.5",
9400 "rand_chacha 0.3.1",
9401 "simd_helpers",
9402 "system-deps",
9403 "thiserror",
9404 "v_frame",
9405 "wasm-bindgen",
9406]
9407
9408[[package]]
9409name = "ravif"
9410version = "0.11.10"
9411source = "registry+https://github.com/rust-lang/crates.io-index"
9412checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
9413dependencies = [
9414 "avif-serialize",
9415 "imgref",
9416 "loop9",
9417 "quick-error",
9418 "rav1e",
9419 "rgb",
9420]
9421
9422[[package]]
9423name = "raw-window-handle"
9424version = "0.6.2"
9425source = "registry+https://github.com/rust-lang/crates.io-index"
9426checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
9427
9428[[package]]
9429name = "raw-window-metal"
9430version = "0.4.0"
9431source = "registry+https://github.com/rust-lang/crates.io-index"
9432checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
9433dependencies = [
9434 "cocoa 0.25.0",
9435 "core-graphics 0.23.2",
9436 "objc",
9437 "raw-window-handle",
9438]
9439
9440[[package]]
9441name = "rayon"
9442version = "1.10.0"
9443source = "registry+https://github.com/rust-lang/crates.io-index"
9444checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
9445dependencies = [
9446 "either",
9447 "rayon-core",
9448]
9449
9450[[package]]
9451name = "rayon-core"
9452version = "1.12.1"
9453source = "registry+https://github.com/rust-lang/crates.io-index"
9454checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
9455dependencies = [
9456 "crossbeam-deque",
9457 "crossbeam-utils",
9458]
9459
9460[[package]]
9461name = "read-fonts"
9462version = "0.20.0"
9463source = "registry+https://github.com/rust-lang/crates.io-index"
9464checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd"
9465dependencies = [
9466 "bytemuck",
9467 "font-types",
9468]
9469
9470[[package]]
9471name = "recent_projects"
9472version = "0.1.0"
9473dependencies = [
9474 "anyhow",
9475 "auto_update",
9476 "editor",
9477 "file_finder",
9478 "futures 0.3.30",
9479 "fuzzy",
9480 "gpui",
9481 "itertools 0.13.0",
9482 "language",
9483 "log",
9484 "markdown",
9485 "menu",
9486 "ordered-float 2.10.1",
9487 "paths",
9488 "picker",
9489 "project",
9490 "release_channel",
9491 "remote",
9492 "schemars",
9493 "serde",
9494 "serde_json",
9495 "settings",
9496 "smol",
9497 "task",
9498 "theme",
9499 "ui",
9500 "util",
9501 "workspace",
9502]
9503
9504[[package]]
9505name = "redox_syscall"
9506version = "0.2.16"
9507source = "registry+https://github.com/rust-lang/crates.io-index"
9508checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
9509dependencies = [
9510 "bitflags 1.3.2",
9511]
9512
9513[[package]]
9514name = "redox_syscall"
9515version = "0.4.1"
9516source = "registry+https://github.com/rust-lang/crates.io-index"
9517checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
9518dependencies = [
9519 "bitflags 1.3.2",
9520]
9521
9522[[package]]
9523name = "redox_syscall"
9524version = "0.5.3"
9525source = "registry+https://github.com/rust-lang/crates.io-index"
9526checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
9527dependencies = [
9528 "bitflags 2.6.0",
9529]
9530
9531[[package]]
9532name = "redox_users"
9533version = "0.4.6"
9534source = "registry+https://github.com/rust-lang/crates.io-index"
9535checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
9536dependencies = [
9537 "getrandom 0.2.15",
9538 "libredox",
9539 "thiserror",
9540]
9541
9542[[package]]
9543name = "refineable"
9544version = "0.1.0"
9545dependencies = [
9546 "derive_refineable",
9547]
9548
9549[[package]]
9550name = "regalloc2"
9551version = "0.9.3"
9552source = "registry+https://github.com/rust-lang/crates.io-index"
9553checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
9554dependencies = [
9555 "hashbrown 0.13.2",
9556 "log",
9557 "rustc-hash 1.1.0",
9558 "slice-group-by",
9559 "smallvec",
9560]
9561
9562[[package]]
9563name = "regex"
9564version = "1.10.6"
9565source = "registry+https://github.com/rust-lang/crates.io-index"
9566checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
9567dependencies = [
9568 "aho-corasick",
9569 "memchr",
9570 "regex-automata 0.4.7",
9571 "regex-syntax 0.8.4",
9572]
9573
9574[[package]]
9575name = "regex-automata"
9576version = "0.1.10"
9577source = "registry+https://github.com/rust-lang/crates.io-index"
9578checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
9579dependencies = [
9580 "regex-syntax 0.6.29",
9581]
9582
9583[[package]]
9584name = "regex-automata"
9585version = "0.4.7"
9586source = "registry+https://github.com/rust-lang/crates.io-index"
9587checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
9588dependencies = [
9589 "aho-corasick",
9590 "memchr",
9591 "regex-syntax 0.8.4",
9592]
9593
9594[[package]]
9595name = "regex-lite"
9596version = "0.1.6"
9597source = "registry+https://github.com/rust-lang/crates.io-index"
9598checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
9599
9600[[package]]
9601name = "regex-syntax"
9602version = "0.6.29"
9603source = "registry+https://github.com/rust-lang/crates.io-index"
9604checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
9605
9606[[package]]
9607name = "regex-syntax"
9608version = "0.8.4"
9609source = "registry+https://github.com/rust-lang/crates.io-index"
9610checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
9611
9612[[package]]
9613name = "release_channel"
9614version = "0.1.0"
9615dependencies = [
9616 "gpui",
9617 "once_cell",
9618]
9619
9620[[package]]
9621name = "remote"
9622version = "0.1.0"
9623dependencies = [
9624 "anyhow",
9625 "async-trait",
9626 "collections",
9627 "fs",
9628 "futures 0.3.30",
9629 "gpui",
9630 "itertools 0.13.0",
9631 "log",
9632 "parking_lot",
9633 "paths",
9634 "prost",
9635 "release_channel",
9636 "rpc",
9637 "serde",
9638 "serde_json",
9639 "shlex",
9640 "smol",
9641 "tempfile",
9642 "thiserror",
9643 "util",
9644]
9645
9646[[package]]
9647name = "remote_server"
9648version = "0.1.0"
9649dependencies = [
9650 "anyhow",
9651 "async-watch",
9652 "backtrace",
9653 "cargo_toml",
9654 "chrono",
9655 "clap",
9656 "client",
9657 "clock",
9658 "env_logger 0.11.5",
9659 "fork",
9660 "fs",
9661 "futures 0.3.30",
9662 "git",
9663 "git_hosting_providers",
9664 "gpui",
9665 "http_client",
9666 "language",
9667 "languages",
9668 "libc",
9669 "log",
9670 "lsp",
9671 "node_runtime",
9672 "paths",
9673 "project",
9674 "proto",
9675 "release_channel",
9676 "remote",
9677 "reqwest_client",
9678 "rpc",
9679 "rust-embed",
9680 "serde",
9681 "serde_json",
9682 "settings",
9683 "shellexpand 2.1.2",
9684 "smol",
9685 "sysinfo",
9686 "telemetry_events",
9687 "toml 0.8.19",
9688 "util",
9689 "worktree",
9690]
9691
9692[[package]]
9693name = "rend"
9694version = "0.4.2"
9695source = "registry+https://github.com/rust-lang/crates.io-index"
9696checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
9697dependencies = [
9698 "bytecheck",
9699]
9700
9701[[package]]
9702name = "repl"
9703version = "0.1.0"
9704dependencies = [
9705 "alacritty_terminal",
9706 "anyhow",
9707 "async-dispatcher",
9708 "base64 0.22.1",
9709 "client",
9710 "collections",
9711 "command_palette_hooks",
9712 "editor",
9713 "env_logger 0.11.5",
9714 "feature_flags",
9715 "futures 0.3.30",
9716 "gpui",
9717 "http_client",
9718 "image",
9719 "indoc",
9720 "language",
9721 "languages",
9722 "log",
9723 "markdown_preview",
9724 "menu",
9725 "multi_buffer",
9726 "nbformat",
9727 "picker",
9728 "project",
9729 "runtimelib",
9730 "schemars",
9731 "serde",
9732 "serde_json",
9733 "settings",
9734 "smol",
9735 "terminal",
9736 "terminal_view",
9737 "theme",
9738 "tree-sitter-md",
9739 "tree-sitter-python",
9740 "tree-sitter-typescript",
9741 "ui",
9742 "util",
9743 "uuid",
9744 "windows 0.58.0",
9745 "workspace",
9746]
9747
9748[[package]]
9749name = "reqwest"
9750version = "0.11.27"
9751source = "registry+https://github.com/rust-lang/crates.io-index"
9752checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
9753dependencies = [
9754 "base64 0.21.7",
9755 "bytes 1.7.2",
9756 "encoding_rs",
9757 "futures-core",
9758 "futures-util",
9759 "h2 0.3.26",
9760 "http 0.2.12",
9761 "http-body 0.4.6",
9762 "hyper 0.14.31",
9763 "hyper-tls",
9764 "ipnet",
9765 "js-sys",
9766 "log",
9767 "mime",
9768 "native-tls",
9769 "once_cell",
9770 "percent-encoding",
9771 "pin-project-lite",
9772 "rustls-pemfile 1.0.4",
9773 "serde",
9774 "serde_json",
9775 "serde_urlencoded",
9776 "sync_wrapper 0.1.2",
9777 "system-configuration 0.5.1",
9778 "tokio",
9779 "tokio-native-tls",
9780 "tower-service",
9781 "url",
9782 "wasm-bindgen",
9783 "wasm-bindgen-futures",
9784 "web-sys",
9785 "winreg 0.50.0",
9786]
9787
9788[[package]]
9789name = "reqwest"
9790version = "0.12.8"
9791source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
9792dependencies = [
9793 "base64 0.22.1",
9794 "bytes 1.7.2",
9795 "encoding_rs",
9796 "futures-core",
9797 "futures-util",
9798 "h2 0.4.6",
9799 "http 1.1.0",
9800 "http-body 1.0.1",
9801 "http-body-util",
9802 "hyper 1.4.1",
9803 "hyper-rustls 0.27.3",
9804 "hyper-util",
9805 "ipnet",
9806 "js-sys",
9807 "log",
9808 "mime",
9809 "once_cell",
9810 "percent-encoding",
9811 "pin-project-lite",
9812 "quinn",
9813 "rustls 0.23.13",
9814 "rustls-native-certs 0.8.0",
9815 "rustls-pemfile 2.1.3",
9816 "rustls-pki-types",
9817 "serde",
9818 "serde_json",
9819 "serde_urlencoded",
9820 "sync_wrapper 1.0.1",
9821 "system-configuration 0.6.1",
9822 "tokio",
9823 "tokio-rustls 0.26.0",
9824 "tokio-socks",
9825 "tokio-util",
9826 "tower-service",
9827 "url",
9828 "wasm-bindgen",
9829 "wasm-bindgen-futures",
9830 "wasm-streams",
9831 "web-sys",
9832 "windows-registry",
9833]
9834
9835[[package]]
9836name = "reqwest_client"
9837version = "0.1.0"
9838dependencies = [
9839 "anyhow",
9840 "bytes 1.7.2",
9841 "futures 0.3.30",
9842 "gpui",
9843 "http_client",
9844 "log",
9845 "reqwest 0.12.8",
9846 "serde",
9847 "smol",
9848 "tokio",
9849]
9850
9851[[package]]
9852name = "resvg"
9853version = "0.44.0"
9854source = "registry+https://github.com/rust-lang/crates.io-index"
9855checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
9856dependencies = [
9857 "log",
9858 "pico-args",
9859 "rgb",
9860 "svgtypes",
9861 "tiny-skia",
9862 "usvg",
9863]
9864
9865[[package]]
9866name = "rfc6979"
9867version = "0.3.1"
9868source = "registry+https://github.com/rust-lang/crates.io-index"
9869checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9870dependencies = [
9871 "crypto-bigint 0.4.9",
9872 "hmac",
9873 "zeroize",
9874]
9875
9876[[package]]
9877name = "rgb"
9878version = "0.8.49"
9879source = "registry+https://github.com/rust-lang/crates.io-index"
9880checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
9881dependencies = [
9882 "bytemuck",
9883]
9884
9885[[package]]
9886name = "rich_text"
9887version = "0.1.0"
9888dependencies = [
9889 "futures 0.3.30",
9890 "gpui",
9891 "language",
9892 "linkify",
9893 "pulldown-cmark 0.12.2",
9894 "theme",
9895 "ui",
9896 "util",
9897]
9898
9899[[package]]
9900name = "ring"
9901version = "0.17.8"
9902source = "registry+https://github.com/rust-lang/crates.io-index"
9903checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
9904dependencies = [
9905 "cc",
9906 "cfg-if",
9907 "getrandom 0.2.15",
9908 "libc",
9909 "spin",
9910 "untrusted",
9911 "windows-sys 0.52.0",
9912]
9913
9914[[package]]
9915name = "rkyv"
9916version = "0.7.45"
9917source = "registry+https://github.com/rust-lang/crates.io-index"
9918checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
9919dependencies = [
9920 "bitvec",
9921 "bytecheck",
9922 "bytes 1.7.2",
9923 "hashbrown 0.12.3",
9924 "ptr_meta",
9925 "rend",
9926 "rkyv_derive",
9927 "seahash",
9928 "tinyvec",
9929 "uuid",
9930]
9931
9932[[package]]
9933name = "rkyv_derive"
9934version = "0.7.45"
9935source = "registry+https://github.com/rust-lang/crates.io-index"
9936checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
9937dependencies = [
9938 "proc-macro2",
9939 "quote",
9940 "syn 1.0.109",
9941]
9942
9943[[package]]
9944name = "rmp"
9945version = "0.8.14"
9946source = "registry+https://github.com/rust-lang/crates.io-index"
9947checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
9948dependencies = [
9949 "byteorder",
9950 "num-traits",
9951 "paste",
9952]
9953
9954[[package]]
9955name = "rmpv"
9956version = "1.3.0"
9957source = "registry+https://github.com/rust-lang/crates.io-index"
9958checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
9959dependencies = [
9960 "num-traits",
9961 "rmp",
9962]
9963
9964[[package]]
9965name = "rodio"
9966version = "0.19.0"
9967source = "registry+https://github.com/rust-lang/crates.io-index"
9968checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
9969dependencies = [
9970 "cpal",
9971 "hound",
9972 "thiserror",
9973]
9974
9975[[package]]
9976name = "rope"
9977version = "0.1.0"
9978dependencies = [
9979 "arrayvec",
9980 "criterion",
9981 "ctor",
9982 "env_logger 0.11.5",
9983 "gpui",
9984 "log",
9985 "rand 0.8.5",
9986 "rayon",
9987 "smallvec",
9988 "sum_tree",
9989 "unicode-segmentation",
9990 "util",
9991]
9992
9993[[package]]
9994name = "roxmltree"
9995version = "0.20.0"
9996source = "registry+https://github.com/rust-lang/crates.io-index"
9997checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9998
9999[[package]]
10000name = "rpc"
10001version = "0.1.0"
10002dependencies = [
10003 "anyhow",
10004 "async-tungstenite",
10005 "base64 0.22.1",
10006 "chrono",
10007 "collections",
10008 "env_logger 0.11.5",
10009 "futures 0.3.30",
10010 "gpui",
10011 "parking_lot",
10012 "proto",
10013 "rand 0.8.5",
10014 "rsa",
10015 "serde",
10016 "serde_json",
10017 "sha2",
10018 "strum 0.25.0",
10019 "tracing",
10020 "util",
10021 "zstd",
10022]
10023
10024[[package]]
10025name = "rsa"
10026version = "0.9.6"
10027source = "registry+https://github.com/rust-lang/crates.io-index"
10028checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
10029dependencies = [
10030 "const-oid",
10031 "digest",
10032 "num-bigint-dig",
10033 "num-integer",
10034 "num-traits",
10035 "pkcs1",
10036 "pkcs8 0.10.2",
10037 "rand_core 0.6.4",
10038 "signature 2.2.0",
10039 "spki 0.7.3",
10040 "subtle",
10041 "zeroize",
10042]
10043
10044[[package]]
10045name = "runtimelib"
10046version = "0.19.0"
10047source = "registry+https://github.com/rust-lang/crates.io-index"
10048checksum = "fe23ba9967355bbb1be2fb9a8e51bd239ffdf9c791fad5a9b765122ee2bde2e4"
10049dependencies = [
10050 "anyhow",
10051 "async-dispatcher",
10052 "async-std",
10053 "base64 0.22.1",
10054 "bytes 1.7.2",
10055 "chrono",
10056 "data-encoding",
10057 "dirs 5.0.1",
10058 "futures 0.3.30",
10059 "glob",
10060 "jupyter-serde",
10061 "rand 0.8.5",
10062 "ring",
10063 "serde",
10064 "serde_json",
10065 "shellexpand 3.1.0",
10066 "smol",
10067 "uuid",
10068 "zeromq",
10069]
10070
10071[[package]]
10072name = "rust-embed"
10073version = "8.5.0"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10076dependencies = [
10077 "rust-embed-impl",
10078 "rust-embed-utils",
10079 "walkdir",
10080]
10081
10082[[package]]
10083name = "rust-embed-impl"
10084version = "8.5.0"
10085source = "registry+https://github.com/rust-lang/crates.io-index"
10086checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10087dependencies = [
10088 "proc-macro2",
10089 "quote",
10090 "rust-embed-utils",
10091 "syn 2.0.76",
10092 "walkdir",
10093]
10094
10095[[package]]
10096name = "rust-embed-utils"
10097version = "8.5.0"
10098source = "registry+https://github.com/rust-lang/crates.io-index"
10099checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10100dependencies = [
10101 "globset",
10102 "sha2",
10103 "walkdir",
10104]
10105
10106[[package]]
10107name = "rust_decimal"
10108version = "1.36.0"
10109source = "registry+https://github.com/rust-lang/crates.io-index"
10110checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10111dependencies = [
10112 "arrayvec",
10113 "borsh",
10114 "bytes 1.7.2",
10115 "num-traits",
10116 "rand 0.8.5",
10117 "rkyv",
10118 "serde",
10119 "serde_json",
10120]
10121
10122[[package]]
10123name = "rustc-demangle"
10124version = "0.1.24"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10127
10128[[package]]
10129name = "rustc-hash"
10130version = "1.1.0"
10131source = "registry+https://github.com/rust-lang/crates.io-index"
10132checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10133
10134[[package]]
10135name = "rustc-hash"
10136version = "2.0.0"
10137source = "registry+https://github.com/rust-lang/crates.io-index"
10138checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
10139
10140[[package]]
10141name = "rustc_version"
10142version = "0.4.1"
10143source = "registry+https://github.com/rust-lang/crates.io-index"
10144checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10145dependencies = [
10146 "semver",
10147]
10148
10149[[package]]
10150name = "rustix"
10151version = "0.37.27"
10152source = "registry+https://github.com/rust-lang/crates.io-index"
10153checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
10154dependencies = [
10155 "bitflags 1.3.2",
10156 "errno 0.3.9",
10157 "io-lifetimes 1.0.11",
10158 "libc",
10159 "linux-raw-sys 0.3.8",
10160 "windows-sys 0.48.0",
10161]
10162
10163[[package]]
10164name = "rustix"
10165version = "0.38.35"
10166source = "registry+https://github.com/rust-lang/crates.io-index"
10167checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
10168dependencies = [
10169 "bitflags 2.6.0",
10170 "errno 0.3.9",
10171 "itoa",
10172 "libc",
10173 "linux-raw-sys 0.4.14",
10174 "once_cell",
10175 "windows-sys 0.52.0",
10176]
10177
10178[[package]]
10179name = "rustix-openpty"
10180version = "0.1.1"
10181source = "registry+https://github.com/rust-lang/crates.io-index"
10182checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10183dependencies = [
10184 "errno 0.3.9",
10185 "libc",
10186 "rustix 0.38.35",
10187]
10188
10189[[package]]
10190name = "rustls"
10191version = "0.21.12"
10192source = "registry+https://github.com/rust-lang/crates.io-index"
10193checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10194dependencies = [
10195 "log",
10196 "ring",
10197 "rustls-webpki 0.101.7",
10198 "sct",
10199]
10200
10201[[package]]
10202name = "rustls"
10203version = "0.23.13"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
10206dependencies = [
10207 "once_cell",
10208 "ring",
10209 "rustls-pki-types",
10210 "rustls-webpki 0.102.8",
10211 "subtle",
10212 "zeroize",
10213]
10214
10215[[package]]
10216name = "rustls-native-certs"
10217version = "0.6.3"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
10220dependencies = [
10221 "openssl-probe",
10222 "rustls-pemfile 1.0.4",
10223 "schannel",
10224 "security-framework",
10225]
10226
10227[[package]]
10228name = "rustls-native-certs"
10229version = "0.8.0"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
10232dependencies = [
10233 "openssl-probe",
10234 "rustls-pemfile 2.1.3",
10235 "rustls-pki-types",
10236 "schannel",
10237 "security-framework",
10238]
10239
10240[[package]]
10241name = "rustls-pemfile"
10242version = "1.0.4"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
10245dependencies = [
10246 "base64 0.21.7",
10247]
10248
10249[[package]]
10250name = "rustls-pemfile"
10251version = "2.1.3"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
10254dependencies = [
10255 "base64 0.22.1",
10256 "rustls-pki-types",
10257]
10258
10259[[package]]
10260name = "rustls-pki-types"
10261version = "1.8.0"
10262source = "registry+https://github.com/rust-lang/crates.io-index"
10263checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
10264
10265[[package]]
10266name = "rustls-webpki"
10267version = "0.101.7"
10268source = "registry+https://github.com/rust-lang/crates.io-index"
10269checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
10270dependencies = [
10271 "ring",
10272 "untrusted",
10273]
10274
10275[[package]]
10276name = "rustls-webpki"
10277version = "0.102.8"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
10280dependencies = [
10281 "ring",
10282 "rustls-pki-types",
10283 "untrusted",
10284]
10285
10286[[package]]
10287name = "rustversion"
10288version = "1.0.17"
10289source = "registry+https://github.com/rust-lang/crates.io-index"
10290checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
10291
10292[[package]]
10293name = "rustybuzz"
10294version = "0.14.1"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
10297dependencies = [
10298 "bitflags 2.6.0",
10299 "bytemuck",
10300 "libm",
10301 "smallvec",
10302 "ttf-parser",
10303 "unicode-bidi-mirroring",
10304 "unicode-ccc",
10305 "unicode-properties",
10306 "unicode-script",
10307]
10308
10309[[package]]
10310name = "ryu"
10311version = "1.0.18"
10312source = "registry+https://github.com/rust-lang/crates.io-index"
10313checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
10314
10315[[package]]
10316name = "salsa20"
10317version = "0.10.2"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
10320dependencies = [
10321 "cipher",
10322]
10323
10324[[package]]
10325name = "same-file"
10326version = "1.0.6"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
10329dependencies = [
10330 "winapi-util",
10331]
10332
10333[[package]]
10334name = "schannel"
10335version = "0.1.23"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
10338dependencies = [
10339 "windows-sys 0.52.0",
10340]
10341
10342[[package]]
10343name = "schemars"
10344version = "0.8.21"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
10347dependencies = [
10348 "dyn-clone",
10349 "indexmap 1.9.3",
10350 "schemars_derive",
10351 "serde",
10352 "serde_json",
10353]
10354
10355[[package]]
10356name = "schemars_derive"
10357version = "0.8.21"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
10360dependencies = [
10361 "proc-macro2",
10362 "quote",
10363 "serde_derive_internals 0.29.1",
10364 "syn 2.0.76",
10365]
10366
10367[[package]]
10368name = "scoped-tls"
10369version = "1.0.1"
10370source = "registry+https://github.com/rust-lang/crates.io-index"
10371checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
10372
10373[[package]]
10374name = "scopeguard"
10375version = "1.2.0"
10376source = "registry+https://github.com/rust-lang/crates.io-index"
10377checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
10378
10379[[package]]
10380name = "scrypt"
10381version = "0.11.0"
10382source = "registry+https://github.com/rust-lang/crates.io-index"
10383checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
10384dependencies = [
10385 "password-hash",
10386 "pbkdf2",
10387 "salsa20",
10388 "sha2",
10389]
10390
10391[[package]]
10392name = "sct"
10393version = "0.7.1"
10394source = "registry+https://github.com/rust-lang/crates.io-index"
10395checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
10396dependencies = [
10397 "ring",
10398 "untrusted",
10399]
10400
10401[[package]]
10402name = "sea-bae"
10403version = "0.2.0"
10404source = "registry+https://github.com/rust-lang/crates.io-index"
10405checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
10406dependencies = [
10407 "heck 0.4.1",
10408 "proc-macro-error",
10409 "proc-macro2",
10410 "quote",
10411 "syn 2.0.76",
10412]
10413
10414[[package]]
10415name = "sea-orm"
10416version = "1.1.0-rc.1"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
10419dependencies = [
10420 "async-stream",
10421 "async-trait",
10422 "bigdecimal",
10423 "chrono",
10424 "futures 0.3.30",
10425 "log",
10426 "ouroboros",
10427 "rust_decimal",
10428 "sea-orm-macros",
10429 "sea-query",
10430 "sea-query-binder",
10431 "serde",
10432 "serde_json",
10433 "sqlx",
10434 "strum 0.26.3",
10435 "thiserror",
10436 "time",
10437 "tracing",
10438 "url",
10439 "uuid",
10440]
10441
10442[[package]]
10443name = "sea-orm-macros"
10444version = "1.1.0-rc.1"
10445source = "registry+https://github.com/rust-lang/crates.io-index"
10446checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57"
10447dependencies = [
10448 "heck 0.4.1",
10449 "proc-macro2",
10450 "quote",
10451 "sea-bae",
10452 "syn 2.0.76",
10453 "unicode-ident",
10454]
10455
10456[[package]]
10457name = "sea-query"
10458version = "0.32.0-rc.1"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5"
10461dependencies = [
10462 "bigdecimal",
10463 "chrono",
10464 "educe",
10465 "inherent",
10466 "ordered-float 3.9.2",
10467 "rust_decimal",
10468 "serde_json",
10469 "time",
10470 "uuid",
10471]
10472
10473[[package]]
10474name = "sea-query-binder"
10475version = "0.7.0-rc.1"
10476source = "registry+https://github.com/rust-lang/crates.io-index"
10477checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57"
10478dependencies = [
10479 "bigdecimal",
10480 "chrono",
10481 "rust_decimal",
10482 "sea-query",
10483 "serde_json",
10484 "sqlx",
10485 "time",
10486 "uuid",
10487]
10488
10489[[package]]
10490name = "seahash"
10491version = "4.1.0"
10492source = "registry+https://github.com/rust-lang/crates.io-index"
10493checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
10494
10495[[package]]
10496name = "sealed"
10497version = "0.4.0"
10498source = "registry+https://github.com/rust-lang/crates.io-index"
10499checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
10500dependencies = [
10501 "heck 0.3.3",
10502 "proc-macro2",
10503 "quote",
10504 "syn 1.0.109",
10505]
10506
10507[[package]]
10508name = "search"
10509version = "0.1.0"
10510dependencies = [
10511 "any_vec",
10512 "anyhow",
10513 "bitflags 2.6.0",
10514 "client",
10515 "collections",
10516 "editor",
10517 "futures 0.3.30",
10518 "gpui",
10519 "language",
10520 "menu",
10521 "project",
10522 "serde",
10523 "serde_json",
10524 "settings",
10525 "smol",
10526 "theme",
10527 "ui",
10528 "unindent",
10529 "util",
10530 "workspace",
10531]
10532
10533[[package]]
10534name = "sec1"
10535version = "0.3.0"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
10538dependencies = [
10539 "base16ct",
10540 "der 0.6.1",
10541 "generic-array",
10542 "pkcs8 0.9.0",
10543 "subtle",
10544 "zeroize",
10545]
10546
10547[[package]]
10548name = "security-framework"
10549version = "2.11.1"
10550source = "registry+https://github.com/rust-lang/crates.io-index"
10551checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
10552dependencies = [
10553 "bitflags 2.6.0",
10554 "core-foundation 0.9.4",
10555 "core-foundation-sys",
10556 "libc",
10557 "security-framework-sys",
10558]
10559
10560[[package]]
10561name = "security-framework-sys"
10562version = "2.11.1"
10563source = "registry+https://github.com/rust-lang/crates.io-index"
10564checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
10565dependencies = [
10566 "core-foundation-sys",
10567 "libc",
10568]
10569
10570[[package]]
10571name = "self_cell"
10572version = "1.0.4"
10573source = "registry+https://github.com/rust-lang/crates.io-index"
10574checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
10575
10576[[package]]
10577name = "semantic_index"
10578version = "0.1.0"
10579dependencies = [
10580 "anyhow",
10581 "arrayvec",
10582 "blake3",
10583 "client",
10584 "clock",
10585 "collections",
10586 "env_logger 0.11.5",
10587 "feature_flags",
10588 "fs",
10589 "futures 0.3.30",
10590 "futures-batch",
10591 "gpui",
10592 "heed",
10593 "http_client",
10594 "language",
10595 "language_model",
10596 "languages",
10597 "log",
10598 "open_ai",
10599 "parking_lot",
10600 "project",
10601 "reqwest_client",
10602 "serde",
10603 "serde_json",
10604 "settings",
10605 "sha2",
10606 "smol",
10607 "tempfile",
10608 "theme",
10609 "tree-sitter",
10610 "ui",
10611 "unindent",
10612 "util",
10613 "workspace",
10614 "worktree",
10615]
10616
10617[[package]]
10618name = "semantic_version"
10619version = "0.1.0"
10620dependencies = [
10621 "anyhow",
10622 "serde",
10623]
10624
10625[[package]]
10626name = "semver"
10627version = "1.0.23"
10628source = "registry+https://github.com/rust-lang/crates.io-index"
10629checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
10630dependencies = [
10631 "serde",
10632]
10633
10634[[package]]
10635name = "serde"
10636version = "1.0.209"
10637source = "registry+https://github.com/rust-lang/crates.io-index"
10638checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
10639dependencies = [
10640 "serde_derive",
10641]
10642
10643[[package]]
10644name = "serde_derive"
10645version = "1.0.209"
10646source = "registry+https://github.com/rust-lang/crates.io-index"
10647checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
10648dependencies = [
10649 "proc-macro2",
10650 "quote",
10651 "syn 2.0.76",
10652]
10653
10654[[package]]
10655name = "serde_derive_internals"
10656version = "0.26.0"
10657source = "registry+https://github.com/rust-lang/crates.io-index"
10658checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
10659dependencies = [
10660 "proc-macro2",
10661 "quote",
10662 "syn 1.0.109",
10663]
10664
10665[[package]]
10666name = "serde_derive_internals"
10667version = "0.29.1"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
10670dependencies = [
10671 "proc-macro2",
10672 "quote",
10673 "syn 2.0.76",
10674]
10675
10676[[package]]
10677name = "serde_fmt"
10678version = "1.0.3"
10679source = "registry+https://github.com/rust-lang/crates.io-index"
10680checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
10681dependencies = [
10682 "serde",
10683]
10684
10685[[package]]
10686name = "serde_json"
10687version = "1.0.128"
10688source = "registry+https://github.com/rust-lang/crates.io-index"
10689checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
10690dependencies = [
10691 "indexmap 2.4.0",
10692 "itoa",
10693 "memchr",
10694 "ryu",
10695 "serde",
10696]
10697
10698[[package]]
10699name = "serde_json_lenient"
10700version = "0.2.1"
10701source = "registry+https://github.com/rust-lang/crates.io-index"
10702checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078"
10703dependencies = [
10704 "indexmap 2.4.0",
10705 "itoa",
10706 "ryu",
10707 "serde",
10708]
10709
10710[[package]]
10711name = "serde_path_to_error"
10712version = "0.1.16"
10713source = "registry+https://github.com/rust-lang/crates.io-index"
10714checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
10715dependencies = [
10716 "itoa",
10717 "serde",
10718]
10719
10720[[package]]
10721name = "serde_qs"
10722version = "0.8.5"
10723source = "registry+https://github.com/rust-lang/crates.io-index"
10724checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
10725dependencies = [
10726 "percent-encoding",
10727 "serde",
10728 "thiserror",
10729]
10730
10731[[package]]
10732name = "serde_qs"
10733version = "0.10.1"
10734source = "registry+https://github.com/rust-lang/crates.io-index"
10735checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
10736dependencies = [
10737 "percent-encoding",
10738 "serde",
10739 "thiserror",
10740]
10741
10742[[package]]
10743name = "serde_repr"
10744version = "0.1.19"
10745source = "registry+https://github.com/rust-lang/crates.io-index"
10746checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
10747dependencies = [
10748 "proc-macro2",
10749 "quote",
10750 "syn 2.0.76",
10751]
10752
10753[[package]]
10754name = "serde_spanned"
10755version = "0.6.7"
10756source = "registry+https://github.com/rust-lang/crates.io-index"
10757checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
10758dependencies = [
10759 "serde",
10760]
10761
10762[[package]]
10763name = "serde_urlencoded"
10764version = "0.7.1"
10765source = "registry+https://github.com/rust-lang/crates.io-index"
10766checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
10767dependencies = [
10768 "form_urlencoded",
10769 "itoa",
10770 "ryu",
10771 "serde",
10772]
10773
10774[[package]]
10775name = "session"
10776version = "0.1.0"
10777dependencies = [
10778 "db",
10779 "gpui",
10780 "serde_json",
10781 "util",
10782 "uuid",
10783]
10784
10785[[package]]
10786name = "settings"
10787version = "0.1.0"
10788dependencies = [
10789 "anyhow",
10790 "collections",
10791 "ec4rs",
10792 "fs",
10793 "futures 0.3.30",
10794 "gpui",
10795 "indoc",
10796 "log",
10797 "paths",
10798 "pretty_assertions",
10799 "release_channel",
10800 "rust-embed",
10801 "schemars",
10802 "serde",
10803 "serde_derive",
10804 "serde_json",
10805 "serde_json_lenient",
10806 "smallvec",
10807 "tree-sitter",
10808 "tree-sitter-json",
10809 "unindent",
10810 "util",
10811]
10812
10813[[package]]
10814name = "settings_ui"
10815version = "0.1.0"
10816dependencies = [
10817 "command_palette_hooks",
10818 "editor",
10819 "feature_flags",
10820 "gpui",
10821 "settings",
10822 "theme",
10823 "ui",
10824 "workspace",
10825]
10826
10827[[package]]
10828name = "sha1"
10829version = "0.10.6"
10830source = "registry+https://github.com/rust-lang/crates.io-index"
10831checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
10832dependencies = [
10833 "cfg-if",
10834 "cpufeatures",
10835 "digest",
10836]
10837
10838[[package]]
10839name = "sha1_smol"
10840version = "1.0.1"
10841source = "registry+https://github.com/rust-lang/crates.io-index"
10842checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
10843
10844[[package]]
10845name = "sha2"
10846version = "0.10.8"
10847source = "registry+https://github.com/rust-lang/crates.io-index"
10848checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
10849dependencies = [
10850 "cfg-if",
10851 "cpufeatures",
10852 "digest",
10853]
10854
10855[[package]]
10856name = "sharded-slab"
10857version = "0.1.7"
10858source = "registry+https://github.com/rust-lang/crates.io-index"
10859checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
10860dependencies = [
10861 "lazy_static",
10862]
10863
10864[[package]]
10865name = "shell-words"
10866version = "1.1.0"
10867source = "registry+https://github.com/rust-lang/crates.io-index"
10868checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
10869
10870[[package]]
10871name = "shellexpand"
10872version = "2.1.2"
10873source = "registry+https://github.com/rust-lang/crates.io-index"
10874checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
10875dependencies = [
10876 "dirs 4.0.0",
10877]
10878
10879[[package]]
10880name = "shellexpand"
10881version = "3.1.0"
10882source = "registry+https://github.com/rust-lang/crates.io-index"
10883checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
10884dependencies = [
10885 "dirs 5.0.1",
10886]
10887
10888[[package]]
10889name = "shlex"
10890version = "1.3.0"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
10893
10894[[package]]
10895name = "signal-hook"
10896version = "0.3.17"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
10899dependencies = [
10900 "libc",
10901 "signal-hook-registry",
10902]
10903
10904[[package]]
10905name = "signal-hook-registry"
10906version = "1.4.2"
10907source = "registry+https://github.com/rust-lang/crates.io-index"
10908checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
10909dependencies = [
10910 "libc",
10911]
10912
10913[[package]]
10914name = "signature"
10915version = "1.6.4"
10916source = "registry+https://github.com/rust-lang/crates.io-index"
10917checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
10918dependencies = [
10919 "digest",
10920 "rand_core 0.6.4",
10921]
10922
10923[[package]]
10924name = "signature"
10925version = "2.2.0"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
10928dependencies = [
10929 "digest",
10930 "rand_core 0.6.4",
10931]
10932
10933[[package]]
10934name = "simd-adler32"
10935version = "0.3.7"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
10938
10939[[package]]
10940name = "simd_helpers"
10941version = "0.1.0"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
10944dependencies = [
10945 "quote",
10946]
10947
10948[[package]]
10949name = "simdutf8"
10950version = "0.1.4"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
10953
10954[[package]]
10955name = "similar"
10956version = "1.3.0"
10957source = "registry+https://github.com/rust-lang/crates.io-index"
10958checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
10959
10960[[package]]
10961name = "simple_asn1"
10962version = "0.6.2"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
10965dependencies = [
10966 "num-bigint",
10967 "num-traits",
10968 "thiserror",
10969 "time",
10970]
10971
10972[[package]]
10973name = "simplecss"
10974version = "0.2.1"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
10977dependencies = [
10978 "log",
10979]
10980
10981[[package]]
10982name = "simplelog"
10983version = "0.12.2"
10984source = "registry+https://github.com/rust-lang/crates.io-index"
10985checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
10986dependencies = [
10987 "log",
10988 "termcolor",
10989 "time",
10990]
10991
10992[[package]]
10993name = "siphasher"
10994version = "0.3.11"
10995source = "registry+https://github.com/rust-lang/crates.io-index"
10996checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
10997
10998[[package]]
10999name = "siphasher"
11000version = "1.0.1"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11003
11004[[package]]
11005name = "skrifa"
11006version = "0.20.0"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
11009dependencies = [
11010 "bytemuck",
11011 "read-fonts",
11012]
11013
11014[[package]]
11015name = "slab"
11016version = "0.4.9"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11019dependencies = [
11020 "autocfg",
11021]
11022
11023[[package]]
11024name = "slash_commands_example"
11025version = "0.1.0"
11026dependencies = [
11027 "zed_extension_api 0.1.0",
11028]
11029
11030[[package]]
11031name = "slice-group-by"
11032version = "0.3.1"
11033source = "registry+https://github.com/rust-lang/crates.io-index"
11034checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11035
11036[[package]]
11037name = "slotmap"
11038version = "1.0.7"
11039source = "registry+https://github.com/rust-lang/crates.io-index"
11040checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11041dependencies = [
11042 "version_check",
11043]
11044
11045[[package]]
11046name = "smallvec"
11047version = "1.13.2"
11048source = "registry+https://github.com/rust-lang/crates.io-index"
11049checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11050dependencies = [
11051 "serde",
11052]
11053
11054[[package]]
11055name = "smart-default"
11056version = "0.6.0"
11057source = "registry+https://github.com/rust-lang/crates.io-index"
11058checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11059dependencies = [
11060 "proc-macro2",
11061 "quote",
11062 "syn 1.0.109",
11063]
11064
11065[[package]]
11066name = "smol"
11067version = "1.3.0"
11068source = "registry+https://github.com/rust-lang/crates.io-index"
11069checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11070dependencies = [
11071 "async-channel 1.9.0",
11072 "async-executor",
11073 "async-fs 1.6.0",
11074 "async-io 1.13.0",
11075 "async-lock 2.8.0",
11076 "async-net 1.8.0",
11077 "async-process 1.8.1",
11078 "blocking",
11079 "futures-lite 1.13.0",
11080]
11081
11082[[package]]
11083name = "smol_str"
11084version = "0.1.24"
11085source = "registry+https://github.com/rust-lang/crates.io-index"
11086checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11087dependencies = [
11088 "serde",
11089]
11090
11091[[package]]
11092name = "snippet"
11093version = "0.1.0"
11094dependencies = [
11095 "anyhow",
11096 "smallvec",
11097]
11098
11099[[package]]
11100name = "snippet_provider"
11101version = "0.1.0"
11102dependencies = [
11103 "anyhow",
11104 "collections",
11105 "fs",
11106 "futures 0.3.30",
11107 "gpui",
11108 "parking_lot",
11109 "paths",
11110 "serde",
11111 "serde_json",
11112 "snippet",
11113 "util",
11114]
11115
11116[[package]]
11117name = "snippets_ui"
11118version = "0.1.0"
11119dependencies = [
11120 "fuzzy",
11121 "gpui",
11122 "language",
11123 "paths",
11124 "picker",
11125 "ui",
11126 "util",
11127 "workspace",
11128]
11129
11130[[package]]
11131name = "socket2"
11132version = "0.4.10"
11133source = "registry+https://github.com/rust-lang/crates.io-index"
11134checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
11135dependencies = [
11136 "libc",
11137 "winapi",
11138]
11139
11140[[package]]
11141name = "socket2"
11142version = "0.5.7"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
11145dependencies = [
11146 "libc",
11147 "windows-sys 0.52.0",
11148]
11149
11150[[package]]
11151name = "spdx"
11152version = "0.10.6"
11153source = "registry+https://github.com/rust-lang/crates.io-index"
11154checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
11155dependencies = [
11156 "smallvec",
11157]
11158
11159[[package]]
11160name = "spin"
11161version = "0.9.8"
11162source = "registry+https://github.com/rust-lang/crates.io-index"
11163checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11164dependencies = [
11165 "lock_api",
11166]
11167
11168[[package]]
11169name = "spirv"
11170version = "0.3.0+sdk-1.3.268.0"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11173dependencies = [
11174 "bitflags 2.6.0",
11175]
11176
11177[[package]]
11178name = "spki"
11179version = "0.6.0"
11180source = "registry+https://github.com/rust-lang/crates.io-index"
11181checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11182dependencies = [
11183 "base64ct",
11184 "der 0.6.1",
11185]
11186
11187[[package]]
11188name = "spki"
11189version = "0.7.3"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11192dependencies = [
11193 "base64ct",
11194 "der 0.7.9",
11195]
11196
11197[[package]]
11198name = "sptr"
11199version = "0.3.2"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11202
11203[[package]]
11204name = "sqlez"
11205version = "0.1.0"
11206dependencies = [
11207 "anyhow",
11208 "collections",
11209 "futures 0.3.30",
11210 "indoc",
11211 "libsqlite3-sys",
11212 "parking_lot",
11213 "smol",
11214 "sqlformat",
11215 "thread_local",
11216 "util",
11217 "uuid",
11218]
11219
11220[[package]]
11221name = "sqlez_macros"
11222version = "0.1.0"
11223dependencies = [
11224 "sqlez",
11225 "sqlformat",
11226 "syn 1.0.109",
11227]
11228
11229[[package]]
11230name = "sqlformat"
11231version = "0.2.6"
11232source = "registry+https://github.com/rust-lang/crates.io-index"
11233checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
11234dependencies = [
11235 "nom",
11236 "unicode_categories",
11237]
11238
11239[[package]]
11240name = "sqlx"
11241version = "0.8.0"
11242source = "registry+https://github.com/rust-lang/crates.io-index"
11243checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
11244dependencies = [
11245 "sqlx-core",
11246 "sqlx-macros",
11247 "sqlx-mysql",
11248 "sqlx-postgres",
11249 "sqlx-sqlite",
11250]
11251
11252[[package]]
11253name = "sqlx-core"
11254version = "0.8.0"
11255source = "registry+https://github.com/rust-lang/crates.io-index"
11256checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
11257dependencies = [
11258 "atoi",
11259 "bigdecimal",
11260 "byteorder",
11261 "bytes 1.7.2",
11262 "chrono",
11263 "crc",
11264 "crossbeam-queue",
11265 "either",
11266 "event-listener 5.3.1",
11267 "futures-channel",
11268 "futures-core",
11269 "futures-intrusive",
11270 "futures-io",
11271 "futures-util",
11272 "hashbrown 0.14.5",
11273 "hashlink 0.9.1",
11274 "hex",
11275 "indexmap 2.4.0",
11276 "log",
11277 "memchr",
11278 "once_cell",
11279 "paste",
11280 "percent-encoding",
11281 "rust_decimal",
11282 "rustls 0.21.12",
11283 "rustls-pemfile 1.0.4",
11284 "serde",
11285 "serde_json",
11286 "sha2",
11287 "smallvec",
11288 "sqlformat",
11289 "thiserror",
11290 "time",
11291 "tokio",
11292 "tokio-stream",
11293 "tracing",
11294 "url",
11295 "uuid",
11296 "webpki-roots 0.25.4",
11297]
11298
11299[[package]]
11300name = "sqlx-macros"
11301version = "0.8.0"
11302source = "registry+https://github.com/rust-lang/crates.io-index"
11303checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
11304dependencies = [
11305 "proc-macro2",
11306 "quote",
11307 "sqlx-core",
11308 "sqlx-macros-core",
11309 "syn 2.0.76",
11310]
11311
11312[[package]]
11313name = "sqlx-macros-core"
11314version = "0.8.0"
11315source = "registry+https://github.com/rust-lang/crates.io-index"
11316checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
11317dependencies = [
11318 "dotenvy",
11319 "either",
11320 "heck 0.5.0",
11321 "hex",
11322 "once_cell",
11323 "proc-macro2",
11324 "quote",
11325 "serde",
11326 "serde_json",
11327 "sha2",
11328 "sqlx-core",
11329 "sqlx-mysql",
11330 "sqlx-postgres",
11331 "sqlx-sqlite",
11332 "syn 2.0.76",
11333 "tempfile",
11334 "tokio",
11335 "url",
11336]
11337
11338[[package]]
11339name = "sqlx-mysql"
11340version = "0.8.0"
11341source = "registry+https://github.com/rust-lang/crates.io-index"
11342checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
11343dependencies = [
11344 "atoi",
11345 "base64 0.22.1",
11346 "bigdecimal",
11347 "bitflags 2.6.0",
11348 "byteorder",
11349 "bytes 1.7.2",
11350 "chrono",
11351 "crc",
11352 "digest",
11353 "dotenvy",
11354 "either",
11355 "futures-channel",
11356 "futures-core",
11357 "futures-io",
11358 "futures-util",
11359 "generic-array",
11360 "hex",
11361 "hkdf",
11362 "hmac",
11363 "itoa",
11364 "log",
11365 "md-5",
11366 "memchr",
11367 "once_cell",
11368 "percent-encoding",
11369 "rand 0.8.5",
11370 "rsa",
11371 "rust_decimal",
11372 "serde",
11373 "sha1",
11374 "sha2",
11375 "smallvec",
11376 "sqlx-core",
11377 "stringprep",
11378 "thiserror",
11379 "time",
11380 "tracing",
11381 "uuid",
11382 "whoami",
11383]
11384
11385[[package]]
11386name = "sqlx-postgres"
11387version = "0.8.0"
11388source = "registry+https://github.com/rust-lang/crates.io-index"
11389checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
11390dependencies = [
11391 "atoi",
11392 "base64 0.22.1",
11393 "bigdecimal",
11394 "bitflags 2.6.0",
11395 "byteorder",
11396 "chrono",
11397 "crc",
11398 "dotenvy",
11399 "etcetera",
11400 "futures-channel",
11401 "futures-core",
11402 "futures-io",
11403 "futures-util",
11404 "hex",
11405 "hkdf",
11406 "hmac",
11407 "home",
11408 "itoa",
11409 "log",
11410 "md-5",
11411 "memchr",
11412 "num-bigint",
11413 "once_cell",
11414 "rand 0.8.5",
11415 "rust_decimal",
11416 "serde",
11417 "serde_json",
11418 "sha2",
11419 "smallvec",
11420 "sqlx-core",
11421 "stringprep",
11422 "thiserror",
11423 "time",
11424 "tracing",
11425 "uuid",
11426 "whoami",
11427]
11428
11429[[package]]
11430name = "sqlx-sqlite"
11431version = "0.8.0"
11432source = "registry+https://github.com/rust-lang/crates.io-index"
11433checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
11434dependencies = [
11435 "atoi",
11436 "chrono",
11437 "flume",
11438 "futures-channel",
11439 "futures-core",
11440 "futures-executor",
11441 "futures-intrusive",
11442 "futures-util",
11443 "libsqlite3-sys",
11444 "log",
11445 "percent-encoding",
11446 "serde",
11447 "serde_urlencoded",
11448 "sqlx-core",
11449 "time",
11450 "tracing",
11451 "url",
11452 "uuid",
11453]
11454
11455[[package]]
11456name = "stable_deref_trait"
11457version = "1.2.0"
11458source = "registry+https://github.com/rust-lang/crates.io-index"
11459checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
11460
11461[[package]]
11462name = "static_assertions"
11463version = "1.1.0"
11464source = "registry+https://github.com/rust-lang/crates.io-index"
11465checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
11466
11467[[package]]
11468name = "story"
11469version = "0.1.0"
11470dependencies = [
11471 "gpui",
11472 "itertools 0.13.0",
11473 "smallvec",
11474]
11475
11476[[package]]
11477name = "storybook"
11478version = "0.1.0"
11479dependencies = [
11480 "anyhow",
11481 "clap",
11482 "collab_ui",
11483 "ctrlc",
11484 "dialoguer",
11485 "editor",
11486 "fuzzy",
11487 "gpui",
11488 "indoc",
11489 "language",
11490 "log",
11491 "menu",
11492 "picker",
11493 "project",
11494 "reqwest_client",
11495 "rust-embed",
11496 "settings",
11497 "simplelog",
11498 "story",
11499 "strum 0.25.0",
11500 "theme",
11501 "title_bar",
11502 "ui",
11503]
11504
11505[[package]]
11506name = "strict-num"
11507version = "0.1.1"
11508source = "registry+https://github.com/rust-lang/crates.io-index"
11509checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
11510dependencies = [
11511 "float-cmp",
11512]
11513
11514[[package]]
11515name = "string_cache"
11516version = "0.8.7"
11517source = "registry+https://github.com/rust-lang/crates.io-index"
11518checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
11519dependencies = [
11520 "new_debug_unreachable",
11521 "once_cell",
11522 "parking_lot",
11523 "phf_shared 0.10.0",
11524 "precomputed-hash",
11525 "serde",
11526]
11527
11528[[package]]
11529name = "string_cache_codegen"
11530version = "0.5.2"
11531source = "registry+https://github.com/rust-lang/crates.io-index"
11532checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
11533dependencies = [
11534 "phf_generator 0.10.0",
11535 "phf_shared 0.10.0",
11536 "proc-macro2",
11537 "quote",
11538]
11539
11540[[package]]
11541name = "stringprep"
11542version = "0.1.5"
11543source = "registry+https://github.com/rust-lang/crates.io-index"
11544checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
11545dependencies = [
11546 "unicode-bidi",
11547 "unicode-normalization",
11548 "unicode-properties",
11549]
11550
11551[[package]]
11552name = "strsim"
11553version = "0.11.1"
11554source = "registry+https://github.com/rust-lang/crates.io-index"
11555checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
11556
11557[[package]]
11558name = "strum"
11559version = "0.25.0"
11560source = "registry+https://github.com/rust-lang/crates.io-index"
11561checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
11562dependencies = [
11563 "strum_macros",
11564]
11565
11566[[package]]
11567name = "strum"
11568version = "0.26.3"
11569source = "registry+https://github.com/rust-lang/crates.io-index"
11570checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
11571
11572[[package]]
11573name = "strum_macros"
11574version = "0.25.3"
11575source = "registry+https://github.com/rust-lang/crates.io-index"
11576checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
11577dependencies = [
11578 "heck 0.4.1",
11579 "proc-macro2",
11580 "quote",
11581 "rustversion",
11582 "syn 2.0.76",
11583]
11584
11585[[package]]
11586name = "subtle"
11587version = "2.6.1"
11588source = "registry+https://github.com/rust-lang/crates.io-index"
11589checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
11590
11591[[package]]
11592name = "sum_tree"
11593version = "0.1.0"
11594dependencies = [
11595 "arrayvec",
11596 "ctor",
11597 "env_logger 0.11.5",
11598 "log",
11599 "rand 0.8.5",
11600 "rayon",
11601]
11602
11603[[package]]
11604name = "supermaven"
11605version = "0.1.0"
11606dependencies = [
11607 "anyhow",
11608 "client",
11609 "collections",
11610 "editor",
11611 "env_logger 0.11.5",
11612 "futures 0.3.30",
11613 "gpui",
11614 "http_client",
11615 "language",
11616 "log",
11617 "postage",
11618 "project",
11619 "serde",
11620 "serde_json",
11621 "settings",
11622 "smol",
11623 "supermaven_api",
11624 "text",
11625 "theme",
11626 "ui",
11627 "unicode-segmentation",
11628 "util",
11629 "windows 0.58.0",
11630]
11631
11632[[package]]
11633name = "supermaven_api"
11634version = "0.1.0"
11635dependencies = [
11636 "anyhow",
11637 "futures 0.3.30",
11638 "http_client",
11639 "paths",
11640 "serde",
11641 "serde_json",
11642 "smol",
11643]
11644
11645[[package]]
11646name = "sval"
11647version = "2.13.0"
11648source = "registry+https://github.com/rust-lang/crates.io-index"
11649checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
11650
11651[[package]]
11652name = "sval_buffer"
11653version = "2.13.0"
11654source = "registry+https://github.com/rust-lang/crates.io-index"
11655checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
11656dependencies = [
11657 "sval",
11658 "sval_ref",
11659]
11660
11661[[package]]
11662name = "sval_dynamic"
11663version = "2.13.0"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
11666dependencies = [
11667 "sval",
11668]
11669
11670[[package]]
11671name = "sval_fmt"
11672version = "2.13.0"
11673source = "registry+https://github.com/rust-lang/crates.io-index"
11674checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
11675dependencies = [
11676 "itoa",
11677 "ryu",
11678 "sval",
11679]
11680
11681[[package]]
11682name = "sval_json"
11683version = "2.13.0"
11684source = "registry+https://github.com/rust-lang/crates.io-index"
11685checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
11686dependencies = [
11687 "itoa",
11688 "ryu",
11689 "sval",
11690]
11691
11692[[package]]
11693name = "sval_nested"
11694version = "2.13.0"
11695source = "registry+https://github.com/rust-lang/crates.io-index"
11696checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
11697dependencies = [
11698 "sval",
11699 "sval_buffer",
11700 "sval_ref",
11701]
11702
11703[[package]]
11704name = "sval_ref"
11705version = "2.13.0"
11706source = "registry+https://github.com/rust-lang/crates.io-index"
11707checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
11708dependencies = [
11709 "sval",
11710]
11711
11712[[package]]
11713name = "sval_serde"
11714version = "2.13.0"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
11717dependencies = [
11718 "serde",
11719 "sval",
11720 "sval_nested",
11721]
11722
11723[[package]]
11724name = "svg_fmt"
11725version = "0.4.3"
11726source = "registry+https://github.com/rust-lang/crates.io-index"
11727checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
11728
11729[[package]]
11730name = "svgtypes"
11731version = "0.15.2"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
11734dependencies = [
11735 "kurbo",
11736 "siphasher 1.0.1",
11737]
11738
11739[[package]]
11740name = "swash"
11741version = "0.1.18"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
11744dependencies = [
11745 "skrifa",
11746 "yazi",
11747 "zeno",
11748]
11749
11750[[package]]
11751name = "syn"
11752version = "1.0.109"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
11755dependencies = [
11756 "proc-macro2",
11757 "quote",
11758 "unicode-ident",
11759]
11760
11761[[package]]
11762name = "syn"
11763version = "2.0.76"
11764source = "registry+https://github.com/rust-lang/crates.io-index"
11765checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525"
11766dependencies = [
11767 "proc-macro2",
11768 "quote",
11769 "unicode-ident",
11770]
11771
11772[[package]]
11773name = "syn_derive"
11774version = "0.1.8"
11775source = "registry+https://github.com/rust-lang/crates.io-index"
11776checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
11777dependencies = [
11778 "proc-macro-error",
11779 "proc-macro2",
11780 "quote",
11781 "syn 2.0.76",
11782]
11783
11784[[package]]
11785name = "sync_wrapper"
11786version = "0.1.2"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
11789
11790[[package]]
11791name = "sync_wrapper"
11792version = "1.0.1"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
11795dependencies = [
11796 "futures-core",
11797]
11798
11799[[package]]
11800name = "synchronoise"
11801version = "1.0.1"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
11804dependencies = [
11805 "crossbeam-queue",
11806]
11807
11808[[package]]
11809name = "sys-locale"
11810version = "0.3.1"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
11813dependencies = [
11814 "libc",
11815]
11816
11817[[package]]
11818name = "sysinfo"
11819version = "0.31.4"
11820source = "registry+https://github.com/rust-lang/crates.io-index"
11821checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
11822dependencies = [
11823 "core-foundation-sys",
11824 "libc",
11825 "memchr",
11826 "ntapi",
11827 "rayon",
11828 "windows 0.54.0",
11829]
11830
11831[[package]]
11832name = "system-configuration"
11833version = "0.5.1"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
11836dependencies = [
11837 "bitflags 1.3.2",
11838 "core-foundation 0.9.4",
11839 "system-configuration-sys 0.5.0",
11840]
11841
11842[[package]]
11843name = "system-configuration"
11844version = "0.6.1"
11845source = "registry+https://github.com/rust-lang/crates.io-index"
11846checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
11847dependencies = [
11848 "bitflags 2.6.0",
11849 "core-foundation 0.9.4",
11850 "system-configuration-sys 0.6.0",
11851]
11852
11853[[package]]
11854name = "system-configuration-sys"
11855version = "0.5.0"
11856source = "registry+https://github.com/rust-lang/crates.io-index"
11857checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
11858dependencies = [
11859 "core-foundation-sys",
11860 "libc",
11861]
11862
11863[[package]]
11864name = "system-configuration-sys"
11865version = "0.6.0"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
11868dependencies = [
11869 "core-foundation-sys",
11870 "libc",
11871]
11872
11873[[package]]
11874name = "system-deps"
11875version = "6.2.2"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
11878dependencies = [
11879 "cfg-expr",
11880 "heck 0.5.0",
11881 "pkg-config",
11882 "toml 0.8.19",
11883 "version-compare",
11884]
11885
11886[[package]]
11887name = "system-interface"
11888version = "0.27.2"
11889source = "registry+https://github.com/rust-lang/crates.io-index"
11890checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
11891dependencies = [
11892 "bitflags 2.6.0",
11893 "cap-fs-ext",
11894 "cap-std",
11895 "fd-lock",
11896 "io-lifetimes 2.0.3",
11897 "rustix 0.38.35",
11898 "windows-sys 0.52.0",
11899 "winx",
11900]
11901
11902[[package]]
11903name = "tab_switcher"
11904version = "0.1.0"
11905dependencies = [
11906 "anyhow",
11907 "collections",
11908 "ctor",
11909 "editor",
11910 "env_logger 0.11.5",
11911 "gpui",
11912 "language",
11913 "menu",
11914 "picker",
11915 "project",
11916 "serde",
11917 "serde_json",
11918 "settings",
11919 "theme",
11920 "ui",
11921 "util",
11922 "workspace",
11923]
11924
11925[[package]]
11926name = "taffy"
11927version = "0.4.4"
11928source = "registry+https://github.com/rust-lang/crates.io-index"
11929checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
11930dependencies = [
11931 "arrayvec",
11932 "grid",
11933 "num-traits",
11934 "serde",
11935 "slotmap",
11936]
11937
11938[[package]]
11939name = "take-until"
11940version = "0.2.0"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
11943
11944[[package]]
11945name = "tap"
11946version = "1.0.1"
11947source = "registry+https://github.com/rust-lang/crates.io-index"
11948checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
11949
11950[[package]]
11951name = "target-lexicon"
11952version = "0.12.16"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
11955
11956[[package]]
11957name = "task"
11958version = "0.1.0"
11959dependencies = [
11960 "anyhow",
11961 "collections",
11962 "futures 0.3.30",
11963 "gpui",
11964 "hex",
11965 "parking_lot",
11966 "schemars",
11967 "serde",
11968 "serde_json_lenient",
11969 "sha2",
11970 "shellexpand 2.1.2",
11971 "util",
11972]
11973
11974[[package]]
11975name = "tasks_ui"
11976version = "0.1.0"
11977dependencies = [
11978 "anyhow",
11979 "editor",
11980 "file_icons",
11981 "fuzzy",
11982 "gpui",
11983 "language",
11984 "menu",
11985 "picker",
11986 "project",
11987 "schemars",
11988 "serde",
11989 "serde_json",
11990 "settings",
11991 "task",
11992 "tree-sitter-rust",
11993 "tree-sitter-typescript",
11994 "ui",
11995 "util",
11996 "workspace",
11997]
11998
11999[[package]]
12000name = "telemetry_events"
12001version = "0.1.0"
12002dependencies = [
12003 "semantic_version",
12004 "serde",
12005]
12006
12007[[package]]
12008name = "tempfile"
12009version = "3.12.0"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
12012dependencies = [
12013 "cfg-if",
12014 "fastrand 2.1.1",
12015 "once_cell",
12016 "rustix 0.38.35",
12017 "windows-sys 0.59.0",
12018]
12019
12020[[package]]
12021name = "tendril"
12022version = "0.4.3"
12023source = "registry+https://github.com/rust-lang/crates.io-index"
12024checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12025dependencies = [
12026 "futf",
12027 "mac",
12028 "utf-8",
12029]
12030
12031[[package]]
12032name = "termcolor"
12033version = "1.4.1"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12036dependencies = [
12037 "winapi-util",
12038]
12039
12040[[package]]
12041name = "terminal"
12042version = "0.1.0"
12043dependencies = [
12044 "alacritty_terminal",
12045 "anyhow",
12046 "collections",
12047 "dirs 4.0.0",
12048 "futures 0.3.30",
12049 "gpui",
12050 "libc",
12051 "rand 0.8.5",
12052 "regex",
12053 "release_channel",
12054 "schemars",
12055 "serde",
12056 "serde_derive",
12057 "settings",
12058 "smol",
12059 "sysinfo",
12060 "task",
12061 "theme",
12062 "thiserror",
12063 "util",
12064 "windows 0.58.0",
12065]
12066
12067[[package]]
12068name = "terminal_size"
12069version = "0.4.0"
12070source = "registry+https://github.com/rust-lang/crates.io-index"
12071checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
12072dependencies = [
12073 "rustix 0.38.35",
12074 "windows-sys 0.59.0",
12075]
12076
12077[[package]]
12078name = "terminal_view"
12079version = "0.1.0"
12080dependencies = [
12081 "anyhow",
12082 "client",
12083 "collections",
12084 "db",
12085 "dirs 4.0.0",
12086 "editor",
12087 "futures 0.3.30",
12088 "gpui",
12089 "itertools 0.13.0",
12090 "language",
12091 "project",
12092 "rand 0.8.5",
12093 "search",
12094 "serde",
12095 "serde_json",
12096 "settings",
12097 "shellexpand 2.1.2",
12098 "smol",
12099 "task",
12100 "tasks_ui",
12101 "terminal",
12102 "theme",
12103 "ui",
12104 "util",
12105 "workspace",
12106 "zed_actions",
12107]
12108
12109[[package]]
12110name = "text"
12111version = "0.1.0"
12112dependencies = [
12113 "anyhow",
12114 "clock",
12115 "collections",
12116 "ctor",
12117 "env_logger 0.11.5",
12118 "gpui",
12119 "http_client",
12120 "log",
12121 "parking_lot",
12122 "postage",
12123 "rand 0.8.5",
12124 "regex",
12125 "rope",
12126 "smallvec",
12127 "sum_tree",
12128 "util",
12129]
12130
12131[[package]]
12132name = "theme"
12133version = "0.1.0"
12134dependencies = [
12135 "anyhow",
12136 "collections",
12137 "derive_more",
12138 "fs",
12139 "futures 0.3.30",
12140 "gpui",
12141 "indexmap 1.9.3",
12142 "log",
12143 "palette",
12144 "parking_lot",
12145 "refineable",
12146 "schemars",
12147 "serde",
12148 "serde_derive",
12149 "serde_json",
12150 "serde_json_lenient",
12151 "serde_repr",
12152 "settings",
12153 "strum 0.25.0",
12154 "util",
12155 "uuid",
12156]
12157
12158[[package]]
12159name = "theme_importer"
12160version = "0.1.0"
12161dependencies = [
12162 "anyhow",
12163 "clap",
12164 "gpui",
12165 "indexmap 1.9.3",
12166 "log",
12167 "palette",
12168 "rust-embed",
12169 "schemars",
12170 "serde",
12171 "serde_json",
12172 "serde_json_lenient",
12173 "simplelog",
12174 "strum 0.25.0",
12175 "theme",
12176 "vscode_theme",
12177]
12178
12179[[package]]
12180name = "theme_selector"
12181version = "0.1.0"
12182dependencies = [
12183 "client",
12184 "fs",
12185 "fuzzy",
12186 "gpui",
12187 "log",
12188 "picker",
12189 "serde",
12190 "settings",
12191 "theme",
12192 "ui",
12193 "util",
12194 "workspace",
12195]
12196
12197[[package]]
12198name = "thiserror"
12199version = "1.0.64"
12200source = "registry+https://github.com/rust-lang/crates.io-index"
12201checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
12202dependencies = [
12203 "thiserror-impl",
12204]
12205
12206[[package]]
12207name = "thiserror-impl"
12208version = "1.0.64"
12209source = "registry+https://github.com/rust-lang/crates.io-index"
12210checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
12211dependencies = [
12212 "proc-macro2",
12213 "quote",
12214 "syn 2.0.76",
12215]
12216
12217[[package]]
12218name = "thread_local"
12219version = "1.1.8"
12220source = "registry+https://github.com/rust-lang/crates.io-index"
12221checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
12222dependencies = [
12223 "cfg-if",
12224 "once_cell",
12225]
12226
12227[[package]]
12228name = "tiff"
12229version = "0.9.1"
12230source = "registry+https://github.com/rust-lang/crates.io-index"
12231checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
12232dependencies = [
12233 "flate2",
12234 "jpeg-decoder",
12235 "weezl",
12236]
12237
12238[[package]]
12239name = "tiktoken-rs"
12240version = "0.5.9"
12241source = "registry+https://github.com/rust-lang/crates.io-index"
12242checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
12243dependencies = [
12244 "anyhow",
12245 "base64 0.21.7",
12246 "bstr",
12247 "fancy-regex 0.12.0",
12248 "lazy_static",
12249 "parking_lot",
12250 "rustc-hash 1.1.0",
12251]
12252
12253[[package]]
12254name = "time"
12255version = "0.3.36"
12256source = "registry+https://github.com/rust-lang/crates.io-index"
12257checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
12258dependencies = [
12259 "deranged",
12260 "itoa",
12261 "libc",
12262 "num-conv",
12263 "num_threads",
12264 "powerfmt",
12265 "serde",
12266 "time-core",
12267 "time-macros",
12268]
12269
12270[[package]]
12271name = "time-core"
12272version = "0.1.2"
12273source = "registry+https://github.com/rust-lang/crates.io-index"
12274checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
12275
12276[[package]]
12277name = "time-macros"
12278version = "0.2.18"
12279source = "registry+https://github.com/rust-lang/crates.io-index"
12280checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
12281dependencies = [
12282 "num-conv",
12283 "time-core",
12284]
12285
12286[[package]]
12287name = "time_format"
12288version = "0.1.0"
12289dependencies = [
12290 "core-foundation 0.9.4",
12291 "core-foundation-sys",
12292 "sys-locale",
12293 "time",
12294]
12295
12296[[package]]
12297name = "tiny-keccak"
12298version = "2.0.2"
12299source = "registry+https://github.com/rust-lang/crates.io-index"
12300checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
12301dependencies = [
12302 "crunchy",
12303]
12304
12305[[package]]
12306name = "tiny-skia"
12307version = "0.11.4"
12308source = "registry+https://github.com/rust-lang/crates.io-index"
12309checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
12310dependencies = [
12311 "arrayref",
12312 "arrayvec",
12313 "bytemuck",
12314 "cfg-if",
12315 "log",
12316 "png",
12317 "tiny-skia-path",
12318]
12319
12320[[package]]
12321name = "tiny-skia-path"
12322version = "0.11.4"
12323source = "registry+https://github.com/rust-lang/crates.io-index"
12324checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
12325dependencies = [
12326 "arrayref",
12327 "bytemuck",
12328 "strict-num",
12329]
12330
12331[[package]]
12332name = "tiny_http"
12333version = "0.8.2"
12334source = "registry+https://github.com/rust-lang/crates.io-index"
12335checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
12336dependencies = [
12337 "ascii",
12338 "chrono",
12339 "chunked_transfer",
12340 "log",
12341 "url",
12342]
12343
12344[[package]]
12345name = "tinytemplate"
12346version = "1.2.1"
12347source = "registry+https://github.com/rust-lang/crates.io-index"
12348checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
12349dependencies = [
12350 "serde",
12351 "serde_json",
12352]
12353
12354[[package]]
12355name = "tinyvec"
12356version = "1.8.0"
12357source = "registry+https://github.com/rust-lang/crates.io-index"
12358checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
12359dependencies = [
12360 "tinyvec_macros",
12361]
12362
12363[[package]]
12364name = "tinyvec_macros"
12365version = "0.1.1"
12366source = "registry+https://github.com/rust-lang/crates.io-index"
12367checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
12368
12369[[package]]
12370name = "title_bar"
12371version = "0.1.0"
12372dependencies = [
12373 "auto_update",
12374 "call",
12375 "client",
12376 "collections",
12377 "command_palette",
12378 "editor",
12379 "extensions_ui",
12380 "feature_flags",
12381 "feedback",
12382 "gpui",
12383 "http_client",
12384 "notifications",
12385 "pretty_assertions",
12386 "project",
12387 "recent_projects",
12388 "remote",
12389 "rpc",
12390 "serde",
12391 "settings",
12392 "smallvec",
12393 "story",
12394 "theme",
12395 "theme_selector",
12396 "tree-sitter-md",
12397 "ui",
12398 "util",
12399 "vcs_menu",
12400 "windows 0.58.0",
12401 "workspace",
12402 "zed_actions",
12403]
12404
12405[[package]]
12406name = "tokio"
12407version = "1.40.0"
12408source = "registry+https://github.com/rust-lang/crates.io-index"
12409checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
12410dependencies = [
12411 "backtrace",
12412 "bytes 1.7.2",
12413 "libc",
12414 "mio 1.0.2",
12415 "parking_lot",
12416 "pin-project-lite",
12417 "signal-hook-registry",
12418 "socket2 0.5.7",
12419 "tokio-macros",
12420 "windows-sys 0.52.0",
12421]
12422
12423[[package]]
12424name = "tokio-io"
12425version = "0.1.13"
12426source = "registry+https://github.com/rust-lang/crates.io-index"
12427checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
12428dependencies = [
12429 "bytes 0.4.12",
12430 "futures 0.1.31",
12431 "log",
12432]
12433
12434[[package]]
12435name = "tokio-macros"
12436version = "2.4.0"
12437source = "registry+https://github.com/rust-lang/crates.io-index"
12438checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
12439dependencies = [
12440 "proc-macro2",
12441 "quote",
12442 "syn 2.0.76",
12443]
12444
12445[[package]]
12446name = "tokio-native-tls"
12447version = "0.3.1"
12448source = "registry+https://github.com/rust-lang/crates.io-index"
12449checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
12450dependencies = [
12451 "native-tls",
12452 "tokio",
12453]
12454
12455[[package]]
12456name = "tokio-rustls"
12457version = "0.24.1"
12458source = "registry+https://github.com/rust-lang/crates.io-index"
12459checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
12460dependencies = [
12461 "rustls 0.21.12",
12462 "tokio",
12463]
12464
12465[[package]]
12466name = "tokio-rustls"
12467version = "0.26.0"
12468source = "registry+https://github.com/rust-lang/crates.io-index"
12469checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
12470dependencies = [
12471 "rustls 0.23.13",
12472 "rustls-pki-types",
12473 "tokio",
12474]
12475
12476[[package]]
12477name = "tokio-socks"
12478version = "0.5.2"
12479source = "registry+https://github.com/rust-lang/crates.io-index"
12480checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
12481dependencies = [
12482 "either",
12483 "futures-io",
12484 "futures-util",
12485 "thiserror",
12486 "tokio",
12487]
12488
12489[[package]]
12490name = "tokio-stream"
12491version = "0.1.15"
12492source = "registry+https://github.com/rust-lang/crates.io-index"
12493checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
12494dependencies = [
12495 "futures-core",
12496 "pin-project-lite",
12497 "tokio",
12498]
12499
12500[[package]]
12501name = "tokio-tungstenite"
12502version = "0.20.1"
12503source = "registry+https://github.com/rust-lang/crates.io-index"
12504checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
12505dependencies = [
12506 "futures-util",
12507 "log",
12508 "tokio",
12509 "tungstenite 0.20.1",
12510]
12511
12512[[package]]
12513name = "tokio-tungstenite"
12514version = "0.21.0"
12515source = "registry+https://github.com/rust-lang/crates.io-index"
12516checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
12517dependencies = [
12518 "futures-util",
12519 "log",
12520 "tokio",
12521 "tungstenite 0.21.0",
12522]
12523
12524[[package]]
12525name = "tokio-util"
12526version = "0.7.12"
12527source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
12529dependencies = [
12530 "bytes 1.7.2",
12531 "futures-core",
12532 "futures-io",
12533 "futures-sink",
12534 "pin-project-lite",
12535 "tokio",
12536]
12537
12538[[package]]
12539name = "toml"
12540version = "0.5.11"
12541source = "registry+https://github.com/rust-lang/crates.io-index"
12542checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
12543dependencies = [
12544 "serde",
12545]
12546
12547[[package]]
12548name = "toml"
12549version = "0.7.8"
12550source = "registry+https://github.com/rust-lang/crates.io-index"
12551checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
12552dependencies = [
12553 "serde",
12554 "serde_spanned",
12555 "toml_datetime",
12556 "toml_edit 0.19.15",
12557]
12558
12559[[package]]
12560name = "toml"
12561version = "0.8.19"
12562source = "registry+https://github.com/rust-lang/crates.io-index"
12563checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
12564dependencies = [
12565 "serde",
12566 "serde_spanned",
12567 "toml_datetime",
12568 "toml_edit 0.22.20",
12569]
12570
12571[[package]]
12572name = "toml_datetime"
12573version = "0.6.8"
12574source = "registry+https://github.com/rust-lang/crates.io-index"
12575checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
12576dependencies = [
12577 "serde",
12578]
12579
12580[[package]]
12581name = "toml_edit"
12582version = "0.19.15"
12583source = "registry+https://github.com/rust-lang/crates.io-index"
12584checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
12585dependencies = [
12586 "indexmap 2.4.0",
12587 "serde",
12588 "serde_spanned",
12589 "toml_datetime",
12590 "winnow 0.5.40",
12591]
12592
12593[[package]]
12594name = "toml_edit"
12595version = "0.22.20"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
12598dependencies = [
12599 "indexmap 2.4.0",
12600 "serde",
12601 "serde_spanned",
12602 "toml_datetime",
12603 "winnow 0.6.18",
12604]
12605
12606[[package]]
12607name = "toolchain_selector"
12608version = "0.1.0"
12609dependencies = [
12610 "editor",
12611 "fuzzy",
12612 "gpui",
12613 "language",
12614 "picker",
12615 "project",
12616 "ui",
12617 "util",
12618 "workspace",
12619]
12620
12621[[package]]
12622name = "topological-sort"
12623version = "0.2.2"
12624source = "registry+https://github.com/rust-lang/crates.io-index"
12625checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
12626
12627[[package]]
12628name = "tower"
12629version = "0.4.13"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
12632dependencies = [
12633 "futures-core",
12634 "futures-util",
12635 "pin-project",
12636 "pin-project-lite",
12637 "tokio",
12638 "tower-layer",
12639 "tower-service",
12640 "tracing",
12641]
12642
12643[[package]]
12644name = "tower-http"
12645version = "0.3.5"
12646source = "registry+https://github.com/rust-lang/crates.io-index"
12647checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
12648dependencies = [
12649 "bitflags 1.3.2",
12650 "bytes 1.7.2",
12651 "futures-core",
12652 "futures-util",
12653 "http 0.2.12",
12654 "http-body 0.4.6",
12655 "http-range-header",
12656 "pin-project-lite",
12657 "tower-layer",
12658 "tower-service",
12659]
12660
12661[[package]]
12662name = "tower-http"
12663version = "0.4.4"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
12666dependencies = [
12667 "bitflags 2.6.0",
12668 "bytes 1.7.2",
12669 "futures-core",
12670 "futures-util",
12671 "http 0.2.12",
12672 "http-body 0.4.6",
12673 "http-range-header",
12674 "pin-project-lite",
12675 "tower-layer",
12676 "tower-service",
12677 "tracing",
12678]
12679
12680[[package]]
12681name = "tower-layer"
12682version = "0.3.3"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
12685
12686[[package]]
12687name = "tower-service"
12688version = "0.3.3"
12689source = "registry+https://github.com/rust-lang/crates.io-index"
12690checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
12691
12692[[package]]
12693name = "tracing"
12694version = "0.1.40"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
12697dependencies = [
12698 "log",
12699 "pin-project-lite",
12700 "tracing-attributes",
12701 "tracing-core",
12702]
12703
12704[[package]]
12705name = "tracing-attributes"
12706version = "0.1.27"
12707source = "registry+https://github.com/rust-lang/crates.io-index"
12708checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
12709dependencies = [
12710 "proc-macro2",
12711 "quote",
12712 "syn 2.0.76",
12713]
12714
12715[[package]]
12716name = "tracing-core"
12717version = "0.1.32"
12718source = "registry+https://github.com/rust-lang/crates.io-index"
12719checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
12720dependencies = [
12721 "once_cell",
12722 "valuable",
12723]
12724
12725[[package]]
12726name = "tracing-log"
12727version = "0.2.0"
12728source = "registry+https://github.com/rust-lang/crates.io-index"
12729checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
12730dependencies = [
12731 "log",
12732 "once_cell",
12733 "tracing-core",
12734]
12735
12736[[package]]
12737name = "tracing-serde"
12738version = "0.1.3"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
12741dependencies = [
12742 "serde",
12743 "tracing-core",
12744]
12745
12746[[package]]
12747name = "tracing-subscriber"
12748version = "0.3.18"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
12751dependencies = [
12752 "matchers",
12753 "nu-ansi-term",
12754 "once_cell",
12755 "regex",
12756 "serde",
12757 "serde_json",
12758 "sharded-slab",
12759 "smallvec",
12760 "thread_local",
12761 "tracing",
12762 "tracing-core",
12763 "tracing-log",
12764 "tracing-serde",
12765]
12766
12767[[package]]
12768name = "tree-sitter"
12769version = "0.23.0"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "20f4cd3642c47a85052a887d86704f4eac272969f61b686bdd3f772122aabaff"
12772dependencies = [
12773 "cc",
12774 "regex",
12775 "regex-syntax 0.8.4",
12776 "tree-sitter-language",
12777 "wasmtime-c-api-impl",
12778]
12779
12780[[package]]
12781name = "tree-sitter-bash"
12782version = "0.23.1"
12783source = "registry+https://github.com/rust-lang/crates.io-index"
12784checksum = "3aa5e1c6bd02c0053f3f68edcf5d8866b38a8640584279e30fca88149ce14dda"
12785dependencies = [
12786 "cc",
12787 "tree-sitter-language",
12788]
12789
12790[[package]]
12791name = "tree-sitter-c"
12792version = "0.23.1"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "c8b3fb515e498e258799a31d78e6603767cd6892770d9e2290ec00af5c3ad80b"
12795dependencies = [
12796 "cc",
12797 "tree-sitter-language",
12798]
12799
12800[[package]]
12801name = "tree-sitter-cpp"
12802version = "0.23.1"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "1d67e862242878d6ee50e1e5814f267ee3eea0168aea2cdbd700ccfb4c74b6d3"
12805dependencies = [
12806 "cc",
12807 "tree-sitter-language",
12808]
12809
12810[[package]]
12811name = "tree-sitter-css"
12812version = "0.23.0"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "8d0018d6b1692a806f9cddaa1e5616951fd58840c39a0b21401b55ab3df12292"
12815dependencies = [
12816 "cc",
12817 "tree-sitter-language",
12818]
12819
12820[[package]]
12821name = "tree-sitter-diff"
12822version = "0.1.0"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
12825dependencies = [
12826 "cc",
12827 "tree-sitter-language",
12828]
12829
12830[[package]]
12831name = "tree-sitter-elixir"
12832version = "0.3.1"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "97bf0efa4be41120018f23305b105ad4dfd3be1b7f302dc4071d0e6c2dec3a32"
12835dependencies = [
12836 "cc",
12837 "tree-sitter-language",
12838]
12839
12840[[package]]
12841name = "tree-sitter-embedded-template"
12842version = "0.23.0"
12843source = "registry+https://github.com/rust-lang/crates.io-index"
12844checksum = "9644d7586ebe850c84037ee2f4804dda4a9348eef053be6b1e0d7712342a2495"
12845dependencies = [
12846 "cc",
12847 "tree-sitter-language",
12848]
12849
12850[[package]]
12851name = "tree-sitter-go"
12852version = "0.23.1"
12853source = "registry+https://github.com/rust-lang/crates.io-index"
12854checksum = "caf57626e4c9b6d6efaf8a8d5ee1241c5f178ae7bfdf693713ae6a774f01424e"
12855dependencies = [
12856 "cc",
12857 "tree-sitter-language",
12858]
12859
12860[[package]]
12861name = "tree-sitter-gomod"
12862version = "1.0.2"
12863source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
12864dependencies = [
12865 "cc",
12866 "tree-sitter-language",
12867]
12868
12869[[package]]
12870name = "tree-sitter-gowork"
12871version = "0.0.1"
12872source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
12873dependencies = [
12874 "cc",
12875 "tree-sitter-language",
12876]
12877
12878[[package]]
12879name = "tree-sitter-heex"
12880version = "0.0.1"
12881source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
12882dependencies = [
12883 "cc",
12884 "tree-sitter-language",
12885]
12886
12887[[package]]
12888name = "tree-sitter-html"
12889version = "0.20.4"
12890source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
12892dependencies = [
12893 "cc",
12894 "tree-sitter",
12895]
12896
12897[[package]]
12898name = "tree-sitter-jsdoc"
12899version = "0.23.0"
12900source = "registry+https://github.com/rust-lang/crates.io-index"
12901checksum = "f8c4049eb0ad690e34e5f63640f75ce12a2ff8ba18344d0a13926805b139c0c8"
12902dependencies = [
12903 "cc",
12904 "tree-sitter-language",
12905]
12906
12907[[package]]
12908name = "tree-sitter-json"
12909version = "0.23.0"
12910source = "registry+https://github.com/rust-lang/crates.io-index"
12911checksum = "86a5d6b3ea17e06e7a34aabeadd68f5866c0d0f9359155d432095f8b751865e4"
12912dependencies = [
12913 "cc",
12914 "tree-sitter-language",
12915]
12916
12917[[package]]
12918name = "tree-sitter-language"
12919version = "0.1.0"
12920source = "registry+https://github.com/rust-lang/crates.io-index"
12921checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57"
12922
12923[[package]]
12924name = "tree-sitter-md"
12925version = "0.3.2"
12926source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
12927dependencies = [
12928 "cc",
12929 "tree-sitter-language",
12930]
12931
12932[[package]]
12933name = "tree-sitter-python"
12934version = "0.23.2"
12935source = "registry+https://github.com/rust-lang/crates.io-index"
12936checksum = "65661b1a3e24139e2e54207e47d910ab07e28790d78efc7d5dc3a11ce2a110eb"
12937dependencies = [
12938 "cc",
12939 "tree-sitter-language",
12940]
12941
12942[[package]]
12943name = "tree-sitter-regex"
12944version = "0.23.0"
12945source = "registry+https://github.com/rust-lang/crates.io-index"
12946checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
12947dependencies = [
12948 "cc",
12949 "tree-sitter-language",
12950]
12951
12952[[package]]
12953name = "tree-sitter-ruby"
12954version = "0.23.0"
12955source = "registry+https://github.com/rust-lang/crates.io-index"
12956checksum = "6ec5ee842e27791e0adffa0b2a177614de51d2a26e5c7e84d014ed7f097e5ed0"
12957dependencies = [
12958 "cc",
12959 "tree-sitter-language",
12960]
12961
12962[[package]]
12963name = "tree-sitter-rust"
12964version = "0.23.0"
12965source = "registry+https://github.com/rust-lang/crates.io-index"
12966checksum = "cffbbcb780348fbae8395742ae5b34c1fd794e4085d43aac9f259387f9a84dc8"
12967dependencies = [
12968 "cc",
12969 "tree-sitter-language",
12970]
12971
12972[[package]]
12973name = "tree-sitter-typescript"
12974version = "0.23.0"
12975source = "registry+https://github.com/rust-lang/crates.io-index"
12976checksum = "aecf1585ae2a9dddc2b1d4c0e2140b2ec9876e2a25fd79de47fcf7dae0384685"
12977dependencies = [
12978 "cc",
12979 "tree-sitter-language",
12980]
12981
12982[[package]]
12983name = "tree-sitter-yaml"
12984version = "0.6.1"
12985source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
12986dependencies = [
12987 "cc",
12988 "tree-sitter-language",
12989]
12990
12991[[package]]
12992name = "try-lock"
12993version = "0.2.5"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
12996
12997[[package]]
12998name = "ttf-parser"
12999version = "0.21.1"
13000source = "registry+https://github.com/rust-lang/crates.io-index"
13001checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13002
13003[[package]]
13004name = "tungstenite"
13005version = "0.20.1"
13006source = "registry+https://github.com/rust-lang/crates.io-index"
13007checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13008dependencies = [
13009 "byteorder",
13010 "bytes 1.7.2",
13011 "data-encoding",
13012 "http 0.2.12",
13013 "httparse",
13014 "log",
13015 "rand 0.8.5",
13016 "sha1",
13017 "thiserror",
13018 "url",
13019 "utf-8",
13020]
13021
13022[[package]]
13023name = "tungstenite"
13024version = "0.21.0"
13025source = "registry+https://github.com/rust-lang/crates.io-index"
13026checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13027dependencies = [
13028 "byteorder",
13029 "bytes 1.7.2",
13030 "data-encoding",
13031 "http 1.1.0",
13032 "httparse",
13033 "log",
13034 "rand 0.8.5",
13035 "sha1",
13036 "thiserror",
13037 "url",
13038 "utf-8",
13039]
13040
13041[[package]]
13042name = "tungstenite"
13043version = "0.24.0"
13044source = "registry+https://github.com/rust-lang/crates.io-index"
13045checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13046dependencies = [
13047 "byteorder",
13048 "bytes 1.7.2",
13049 "data-encoding",
13050 "http 1.1.0",
13051 "httparse",
13052 "log",
13053 "rand 0.8.5",
13054 "sha1",
13055 "thiserror",
13056 "utf-8",
13057]
13058
13059[[package]]
13060name = "typeid"
13061version = "1.0.2"
13062source = "registry+https://github.com/rust-lang/crates.io-index"
13063checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13064
13065[[package]]
13066name = "typenum"
13067version = "1.17.0"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13070
13071[[package]]
13072name = "ucd-trie"
13073version = "0.1.6"
13074source = "registry+https://github.com/rust-lang/crates.io-index"
13075checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
13076
13077[[package]]
13078name = "uds_windows"
13079version = "1.1.0"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13082dependencies = [
13083 "memoffset",
13084 "tempfile",
13085 "winapi",
13086]
13087
13088[[package]]
13089name = "ui"
13090version = "0.1.0"
13091dependencies = [
13092 "chrono",
13093 "gpui",
13094 "itertools 0.13.0",
13095 "menu",
13096 "serde",
13097 "settings",
13098 "smallvec",
13099 "story",
13100 "strum 0.25.0",
13101 "theme",
13102 "ui_macros",
13103 "windows 0.58.0",
13104]
13105
13106[[package]]
13107name = "ui_input"
13108version = "0.1.0"
13109dependencies = [
13110 "editor",
13111 "gpui",
13112 "settings",
13113 "theme",
13114 "ui",
13115]
13116
13117[[package]]
13118name = "ui_macros"
13119version = "0.1.0"
13120dependencies = [
13121 "convert_case 0.6.0",
13122 "proc-macro2",
13123 "quote",
13124 "syn 1.0.109",
13125]
13126
13127[[package]]
13128name = "unicase"
13129version = "2.7.0"
13130source = "registry+https://github.com/rust-lang/crates.io-index"
13131checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
13132dependencies = [
13133 "version_check",
13134]
13135
13136[[package]]
13137name = "unicode-bidi"
13138version = "0.3.15"
13139source = "registry+https://github.com/rust-lang/crates.io-index"
13140checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
13141
13142[[package]]
13143name = "unicode-bidi-mirroring"
13144version = "0.2.0"
13145source = "registry+https://github.com/rust-lang/crates.io-index"
13146checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13147
13148[[package]]
13149name = "unicode-ccc"
13150version = "0.2.0"
13151source = "registry+https://github.com/rust-lang/crates.io-index"
13152checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13153
13154[[package]]
13155name = "unicode-ident"
13156version = "1.0.12"
13157source = "registry+https://github.com/rust-lang/crates.io-index"
13158checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
13159
13160[[package]]
13161name = "unicode-linebreak"
13162version = "0.1.5"
13163source = "registry+https://github.com/rust-lang/crates.io-index"
13164checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13165
13166[[package]]
13167name = "unicode-normalization"
13168version = "0.1.23"
13169source = "registry+https://github.com/rust-lang/crates.io-index"
13170checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
13171dependencies = [
13172 "tinyvec",
13173]
13174
13175[[package]]
13176name = "unicode-properties"
13177version = "0.1.2"
13178source = "registry+https://github.com/rust-lang/crates.io-index"
13179checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
13180
13181[[package]]
13182name = "unicode-script"
13183version = "0.5.7"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
13186
13187[[package]]
13188name = "unicode-segmentation"
13189version = "1.11.0"
13190source = "registry+https://github.com/rust-lang/crates.io-index"
13191checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
13192
13193[[package]]
13194name = "unicode-width"
13195version = "0.1.13"
13196source = "registry+https://github.com/rust-lang/crates.io-index"
13197checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
13198
13199[[package]]
13200name = "unicode-xid"
13201version = "0.2.5"
13202source = "registry+https://github.com/rust-lang/crates.io-index"
13203checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
13204
13205[[package]]
13206name = "unicode_categories"
13207version = "0.1.1"
13208source = "registry+https://github.com/rust-lang/crates.io-index"
13209checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
13210
13211[[package]]
13212name = "unindent"
13213version = "0.1.11"
13214source = "registry+https://github.com/rust-lang/crates.io-index"
13215checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
13216
13217[[package]]
13218name = "untrusted"
13219version = "0.9.0"
13220source = "registry+https://github.com/rust-lang/crates.io-index"
13221checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
13222
13223[[package]]
13224name = "url"
13225version = "2.5.2"
13226source = "registry+https://github.com/rust-lang/crates.io-index"
13227checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
13228dependencies = [
13229 "form_urlencoded",
13230 "idna",
13231 "percent-encoding",
13232 "serde",
13233]
13234
13235[[package]]
13236name = "urlencoding"
13237version = "2.1.3"
13238source = "registry+https://github.com/rust-lang/crates.io-index"
13239checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
13240
13241[[package]]
13242name = "usvg"
13243version = "0.44.0"
13244source = "registry+https://github.com/rust-lang/crates.io-index"
13245checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
13246dependencies = [
13247 "base64 0.22.1",
13248 "data-url",
13249 "flate2",
13250 "imagesize",
13251 "kurbo",
13252 "log",
13253 "pico-args",
13254 "roxmltree",
13255 "simplecss",
13256 "siphasher 1.0.1",
13257 "strict-num",
13258 "svgtypes",
13259 "tiny-skia-path",
13260 "xmlwriter",
13261]
13262
13263[[package]]
13264name = "utf-8"
13265version = "0.7.6"
13266source = "registry+https://github.com/rust-lang/crates.io-index"
13267checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
13268
13269[[package]]
13270name = "utf8parse"
13271version = "0.2.2"
13272source = "registry+https://github.com/rust-lang/crates.io-index"
13273checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
13274
13275[[package]]
13276name = "util"
13277version = "0.1.0"
13278dependencies = [
13279 "anyhow",
13280 "async-fs 1.6.0",
13281 "collections",
13282 "dirs 4.0.0",
13283 "futures 0.3.30",
13284 "futures-lite 1.13.0",
13285 "git2",
13286 "globset",
13287 "log",
13288 "rand 0.8.5",
13289 "regex",
13290 "rust-embed",
13291 "serde",
13292 "serde_json",
13293 "take-until",
13294 "tempfile",
13295 "tendril",
13296 "unicase",
13297]
13298
13299[[package]]
13300name = "uuid"
13301version = "1.10.0"
13302source = "registry+https://github.com/rust-lang/crates.io-index"
13303checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
13304dependencies = [
13305 "getrandom 0.2.15",
13306 "serde",
13307 "sha1_smol",
13308]
13309
13310[[package]]
13311name = "v_frame"
13312version = "0.3.8"
13313source = "registry+https://github.com/rust-lang/crates.io-index"
13314checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
13315dependencies = [
13316 "aligned-vec",
13317 "num-traits",
13318 "wasm-bindgen",
13319]
13320
13321[[package]]
13322name = "valuable"
13323version = "0.1.0"
13324source = "registry+https://github.com/rust-lang/crates.io-index"
13325checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
13326
13327[[package]]
13328name = "value-bag"
13329version = "1.9.0"
13330source = "registry+https://github.com/rust-lang/crates.io-index"
13331checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
13332dependencies = [
13333 "value-bag-serde1",
13334 "value-bag-sval2",
13335]
13336
13337[[package]]
13338name = "value-bag-serde1"
13339version = "1.9.0"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
13342dependencies = [
13343 "erased-serde",
13344 "serde",
13345 "serde_fmt",
13346]
13347
13348[[package]]
13349name = "value-bag-sval2"
13350version = "1.9.0"
13351source = "registry+https://github.com/rust-lang/crates.io-index"
13352checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
13353dependencies = [
13354 "sval",
13355 "sval_buffer",
13356 "sval_dynamic",
13357 "sval_fmt",
13358 "sval_json",
13359 "sval_ref",
13360 "sval_serde",
13361]
13362
13363[[package]]
13364name = "vcpkg"
13365version = "0.2.15"
13366source = "registry+https://github.com/rust-lang/crates.io-index"
13367checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
13368
13369[[package]]
13370name = "vcs_menu"
13371version = "0.1.0"
13372dependencies = [
13373 "anyhow",
13374 "fuzzy",
13375 "git",
13376 "gpui",
13377 "picker",
13378 "project",
13379 "ui",
13380 "util",
13381 "workspace",
13382]
13383
13384[[package]]
13385name = "version-compare"
13386version = "0.2.0"
13387source = "registry+https://github.com/rust-lang/crates.io-index"
13388checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
13389
13390[[package]]
13391name = "version_check"
13392version = "0.9.5"
13393source = "registry+https://github.com/rust-lang/crates.io-index"
13394checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
13395
13396[[package]]
13397name = "vim"
13398version = "0.1.0"
13399dependencies = [
13400 "anyhow",
13401 "async-compat",
13402 "async-trait",
13403 "collections",
13404 "command_palette",
13405 "command_palette_hooks",
13406 "editor",
13407 "futures 0.3.30",
13408 "gpui",
13409 "indoc",
13410 "itertools 0.13.0",
13411 "language",
13412 "log",
13413 "lsp",
13414 "multi_buffer",
13415 "nvim-rs",
13416 "parking_lot",
13417 "regex",
13418 "release_channel",
13419 "schemars",
13420 "search",
13421 "serde",
13422 "serde_derive",
13423 "serde_json",
13424 "settings",
13425 "tokio",
13426 "ui",
13427 "util",
13428 "workspace",
13429 "zed_actions",
13430]
13431
13432[[package]]
13433name = "vscode_theme"
13434version = "0.2.0"
13435source = "registry+https://github.com/rust-lang/crates.io-index"
13436checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
13437dependencies = [
13438 "serde",
13439]
13440
13441[[package]]
13442name = "vsimd"
13443version = "0.8.0"
13444source = "registry+https://github.com/rust-lang/crates.io-index"
13445checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
13446
13447[[package]]
13448name = "vswhom"
13449version = "0.1.0"
13450source = "registry+https://github.com/rust-lang/crates.io-index"
13451checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
13452dependencies = [
13453 "libc",
13454 "vswhom-sys",
13455]
13456
13457[[package]]
13458name = "vswhom-sys"
13459version = "0.1.2"
13460source = "registry+https://github.com/rust-lang/crates.io-index"
13461checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
13462dependencies = [
13463 "cc",
13464 "libc",
13465]
13466
13467[[package]]
13468name = "vte"
13469version = "0.13.0"
13470source = "registry+https://github.com/rust-lang/crates.io-index"
13471checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
13472dependencies = [
13473 "bitflags 2.6.0",
13474 "cursor-icon",
13475 "log",
13476 "serde",
13477 "utf8parse",
13478 "vte_generate_state_changes",
13479]
13480
13481[[package]]
13482name = "vte_generate_state_changes"
13483version = "0.1.2"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
13486dependencies = [
13487 "proc-macro2",
13488 "quote",
13489]
13490
13491[[package]]
13492name = "waker-fn"
13493version = "1.2.0"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
13496
13497[[package]]
13498name = "walkdir"
13499version = "2.5.0"
13500source = "registry+https://github.com/rust-lang/crates.io-index"
13501checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
13502dependencies = [
13503 "same-file",
13504 "winapi-util",
13505]
13506
13507[[package]]
13508name = "want"
13509version = "0.3.1"
13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
13512dependencies = [
13513 "try-lock",
13514]
13515
13516[[package]]
13517name = "warp"
13518version = "0.3.7"
13519source = "registry+https://github.com/rust-lang/crates.io-index"
13520checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
13521dependencies = [
13522 "bytes 1.7.2",
13523 "futures-channel",
13524 "futures-util",
13525 "headers",
13526 "http 0.2.12",
13527 "hyper 0.14.31",
13528 "log",
13529 "mime",
13530 "mime_guess",
13531 "percent-encoding",
13532 "pin-project",
13533 "scoped-tls",
13534 "serde",
13535 "serde_json",
13536 "serde_urlencoded",
13537 "tokio",
13538 "tokio-tungstenite 0.21.0",
13539 "tokio-util",
13540 "tower-service",
13541 "tracing",
13542]
13543
13544[[package]]
13545name = "wasi"
13546version = "0.9.0+wasi-snapshot-preview1"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
13549
13550[[package]]
13551name = "wasi"
13552version = "0.11.0+wasi-snapshot-preview1"
13553source = "registry+https://github.com/rust-lang/crates.io-index"
13554checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
13555
13556[[package]]
13557name = "wasite"
13558version = "0.1.0"
13559source = "registry+https://github.com/rust-lang/crates.io-index"
13560checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
13561
13562[[package]]
13563name = "wasm-bindgen"
13564version = "0.2.93"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
13567dependencies = [
13568 "cfg-if",
13569 "once_cell",
13570 "wasm-bindgen-macro",
13571]
13572
13573[[package]]
13574name = "wasm-bindgen-backend"
13575version = "0.2.93"
13576source = "registry+https://github.com/rust-lang/crates.io-index"
13577checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
13578dependencies = [
13579 "bumpalo",
13580 "log",
13581 "once_cell",
13582 "proc-macro2",
13583 "quote",
13584 "syn 2.0.76",
13585 "wasm-bindgen-shared",
13586]
13587
13588[[package]]
13589name = "wasm-bindgen-futures"
13590version = "0.4.43"
13591source = "registry+https://github.com/rust-lang/crates.io-index"
13592checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
13593dependencies = [
13594 "cfg-if",
13595 "js-sys",
13596 "wasm-bindgen",
13597 "web-sys",
13598]
13599
13600[[package]]
13601name = "wasm-bindgen-macro"
13602version = "0.2.93"
13603source = "registry+https://github.com/rust-lang/crates.io-index"
13604checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
13605dependencies = [
13606 "quote",
13607 "wasm-bindgen-macro-support",
13608]
13609
13610[[package]]
13611name = "wasm-bindgen-macro-support"
13612version = "0.2.93"
13613source = "registry+https://github.com/rust-lang/crates.io-index"
13614checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
13615dependencies = [
13616 "proc-macro2",
13617 "quote",
13618 "syn 2.0.76",
13619 "wasm-bindgen-backend",
13620 "wasm-bindgen-shared",
13621]
13622
13623[[package]]
13624name = "wasm-bindgen-shared"
13625version = "0.2.93"
13626source = "registry+https://github.com/rust-lang/crates.io-index"
13627checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
13628
13629[[package]]
13630name = "wasm-encoder"
13631version = "0.201.0"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
13634dependencies = [
13635 "leb128",
13636]
13637
13638[[package]]
13639name = "wasm-encoder"
13640version = "0.215.0"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
13643dependencies = [
13644 "leb128",
13645]
13646
13647[[package]]
13648name = "wasm-metadata"
13649version = "0.201.0"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
13652dependencies = [
13653 "anyhow",
13654 "indexmap 2.4.0",
13655 "serde",
13656 "serde_derive",
13657 "serde_json",
13658 "spdx",
13659 "wasm-encoder 0.201.0",
13660 "wasmparser 0.201.0",
13661]
13662
13663[[package]]
13664name = "wasm-streams"
13665version = "0.4.1"
13666source = "registry+https://github.com/rust-lang/crates.io-index"
13667checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
13668dependencies = [
13669 "futures-util",
13670 "js-sys",
13671 "wasm-bindgen",
13672 "wasm-bindgen-futures",
13673 "web-sys",
13674]
13675
13676[[package]]
13677name = "wasmparser"
13678version = "0.201.0"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
13681dependencies = [
13682 "bitflags 2.6.0",
13683 "indexmap 2.4.0",
13684 "semver",
13685]
13686
13687[[package]]
13688name = "wasmparser"
13689version = "0.215.0"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
13692dependencies = [
13693 "ahash 0.8.11",
13694 "bitflags 2.6.0",
13695 "hashbrown 0.14.5",
13696 "indexmap 2.4.0",
13697 "semver",
13698 "serde",
13699]
13700
13701[[package]]
13702name = "wasmprinter"
13703version = "0.215.0"
13704source = "registry+https://github.com/rust-lang/crates.io-index"
13705checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
13706dependencies = [
13707 "anyhow",
13708 "termcolor",
13709 "wasmparser 0.215.0",
13710]
13711
13712[[package]]
13713name = "wasmtime"
13714version = "24.0.1"
13715source = "registry+https://github.com/rust-lang/crates.io-index"
13716checksum = "7e4a5b05e9f1797e557e79f0cf04348eaa7a232596939ef4762838ddf7a6127a"
13717dependencies = [
13718 "anyhow",
13719 "async-trait",
13720 "bitflags 2.6.0",
13721 "bumpalo",
13722 "cc",
13723 "cfg-if",
13724 "encoding_rs",
13725 "hashbrown 0.14.5",
13726 "indexmap 2.4.0",
13727 "libc",
13728 "libm",
13729 "log",
13730 "mach2",
13731 "memfd",
13732 "object",
13733 "once_cell",
13734 "paste",
13735 "postcard",
13736 "psm",
13737 "rustix 0.38.35",
13738 "semver",
13739 "serde",
13740 "serde_derive",
13741 "smallvec",
13742 "sptr",
13743 "target-lexicon",
13744 "wasmparser 0.215.0",
13745 "wasmtime-asm-macros",
13746 "wasmtime-component-macro",
13747 "wasmtime-component-util",
13748 "wasmtime-cranelift",
13749 "wasmtime-environ",
13750 "wasmtime-fiber",
13751 "wasmtime-jit-icache-coherence",
13752 "wasmtime-slab",
13753 "wasmtime-versioned-export-macros",
13754 "wasmtime-winch",
13755 "windows-sys 0.52.0",
13756]
13757
13758[[package]]
13759name = "wasmtime-asm-macros"
13760version = "24.0.1"
13761source = "registry+https://github.com/rust-lang/crates.io-index"
13762checksum = "64414227e19556d4372f9688458c5673606de83473eb66cd0514d36ea8808cab"
13763dependencies = [
13764 "cfg-if",
13765]
13766
13767[[package]]
13768name = "wasmtime-c-api-impl"
13769version = "24.0.0"
13770source = "registry+https://github.com/rust-lang/crates.io-index"
13771checksum = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58"
13772dependencies = [
13773 "anyhow",
13774 "log",
13775 "once_cell",
13776 "tracing",
13777 "wasmtime",
13778 "wasmtime-c-api-macros",
13779]
13780
13781[[package]]
13782name = "wasmtime-c-api-macros"
13783version = "24.0.0"
13784source = "registry+https://github.com/rust-lang/crates.io-index"
13785checksum = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6"
13786dependencies = [
13787 "proc-macro2",
13788 "quote",
13789]
13790
13791[[package]]
13792name = "wasmtime-component-macro"
13793version = "24.0.1"
13794source = "registry+https://github.com/rust-lang/crates.io-index"
13795checksum = "d3ead31b73689602225742920adbcd881f5656702c1a3b4830862c0c66731727"
13796dependencies = [
13797 "anyhow",
13798 "proc-macro2",
13799 "quote",
13800 "syn 2.0.76",
13801 "wasmtime-component-util",
13802 "wasmtime-wit-bindgen",
13803 "wit-parser 0.215.0",
13804]
13805
13806[[package]]
13807name = "wasmtime-component-util"
13808version = "24.0.1"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "ab2c778661800e1dcd8ba3e15ff042299709e0a4c512525d9cbb604a04c0421b"
13811
13812[[package]]
13813name = "wasmtime-cranelift"
13814version = "24.0.1"
13815source = "registry+https://github.com/rust-lang/crates.io-index"
13816checksum = "9f7ee1f436bcf7d213ef7c2e9d44caffcd57e540ccf997d013384c2ae9b82db7"
13817dependencies = [
13818 "anyhow",
13819 "cfg-if",
13820 "cranelift-codegen",
13821 "cranelift-control",
13822 "cranelift-entity",
13823 "cranelift-frontend",
13824 "cranelift-native",
13825 "cranelift-wasm",
13826 "gimli 0.29.0",
13827 "log",
13828 "object",
13829 "target-lexicon",
13830 "thiserror",
13831 "wasmparser 0.215.0",
13832 "wasmtime-environ",
13833 "wasmtime-versioned-export-macros",
13834]
13835
13836[[package]]
13837name = "wasmtime-environ"
13838version = "24.0.1"
13839source = "registry+https://github.com/rust-lang/crates.io-index"
13840checksum = "fa8c33adfb3b9f8d6ef716bc55aea5e6b2275cd5a6721ec8c837d1cb0c471516"
13841dependencies = [
13842 "anyhow",
13843 "cpp_demangle",
13844 "cranelift-bitset",
13845 "cranelift-entity",
13846 "gimli 0.29.0",
13847 "indexmap 2.4.0",
13848 "log",
13849 "object",
13850 "postcard",
13851 "rustc-demangle",
13852 "semver",
13853 "serde",
13854 "serde_derive",
13855 "target-lexicon",
13856 "wasm-encoder 0.215.0",
13857 "wasmparser 0.215.0",
13858 "wasmprinter",
13859 "wasmtime-component-util",
13860 "wasmtime-types",
13861]
13862
13863[[package]]
13864name = "wasmtime-fiber"
13865version = "24.0.1"
13866source = "registry+https://github.com/rust-lang/crates.io-index"
13867checksum = "9f3227ed807c2dda9dd770c241023fcd6e48e6722c1c26ff79fc3604d412e884"
13868dependencies = [
13869 "anyhow",
13870 "cc",
13871 "cfg-if",
13872 "rustix 0.38.35",
13873 "wasmtime-asm-macros",
13874 "wasmtime-versioned-export-macros",
13875 "windows-sys 0.52.0",
13876]
13877
13878[[package]]
13879name = "wasmtime-jit-icache-coherence"
13880version = "24.0.1"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "fa89fc440f0edca882ba6d1890608898e6f0193afdc504c0a64478ec53622bd6"
13883dependencies = [
13884 "anyhow",
13885 "cfg-if",
13886 "libc",
13887 "windows-sys 0.52.0",
13888]
13889
13890[[package]]
13891name = "wasmtime-slab"
13892version = "24.0.1"
13893source = "registry+https://github.com/rust-lang/crates.io-index"
13894checksum = "682b7a5b6772c4e4de8c696fc619ec97930b5e89098db9bee22c1136e002438b"
13895
13896[[package]]
13897name = "wasmtime-types"
13898version = "24.0.1"
13899source = "registry+https://github.com/rust-lang/crates.io-index"
13900checksum = "4a95ea5572f8c3ffe777af21aa00a92097ded291a342fecad9f2c6a972ecea99"
13901dependencies = [
13902 "anyhow",
13903 "cranelift-entity",
13904 "serde",
13905 "serde_derive",
13906 "smallvec",
13907 "wasmparser 0.215.0",
13908]
13909
13910[[package]]
13911name = "wasmtime-versioned-export-macros"
13912version = "24.0.1"
13913source = "registry+https://github.com/rust-lang/crates.io-index"
13914checksum = "ac3621bfccd4e4336ae141d62b96e96316c0f23c47d64e9700594ebe3c4d9a10"
13915dependencies = [
13916 "proc-macro2",
13917 "quote",
13918 "syn 2.0.76",
13919]
13920
13921[[package]]
13922name = "wasmtime-wasi"
13923version = "24.0.1"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "fda03f5bfd5c4cc09f75c7e44846663f25f2c48a2d688fbfb5c7a33af6cf34f5"
13926dependencies = [
13927 "anyhow",
13928 "async-trait",
13929 "bitflags 2.6.0",
13930 "bytes 1.7.2",
13931 "cap-fs-ext",
13932 "cap-net-ext",
13933 "cap-rand",
13934 "cap-std",
13935 "cap-time-ext",
13936 "fs-set-times",
13937 "futures 0.3.30",
13938 "io-extras",
13939 "io-lifetimes 2.0.3",
13940 "once_cell",
13941 "rustix 0.38.35",
13942 "system-interface",
13943 "thiserror",
13944 "tokio",
13945 "tracing",
13946 "url",
13947 "wasmtime",
13948 "wiggle",
13949 "windows-sys 0.52.0",
13950]
13951
13952[[package]]
13953name = "wasmtime-winch"
13954version = "24.0.1"
13955source = "registry+https://github.com/rust-lang/crates.io-index"
13956checksum = "d1d3e99f6bba37864487c9356398667699935b9cfa3655ed2b153b9428b3dd21"
13957dependencies = [
13958 "anyhow",
13959 "cranelift-codegen",
13960 "gimli 0.29.0",
13961 "object",
13962 "target-lexicon",
13963 "wasmparser 0.215.0",
13964 "wasmtime-cranelift",
13965 "wasmtime-environ",
13966 "winch-codegen",
13967]
13968
13969[[package]]
13970name = "wasmtime-wit-bindgen"
13971version = "24.0.1"
13972source = "registry+https://github.com/rust-lang/crates.io-index"
13973checksum = "ee0f4524da226d2cb503d794c8928de6bc24878758cebd4e383c946e9fdb8b3a"
13974dependencies = [
13975 "anyhow",
13976 "heck 0.4.1",
13977 "indexmap 2.4.0",
13978 "wit-parser 0.215.0",
13979]
13980
13981[[package]]
13982name = "wast"
13983version = "35.0.2"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
13986dependencies = [
13987 "leb128",
13988]
13989
13990[[package]]
13991name = "wayland-backend"
13992version = "0.3.6"
13993source = "registry+https://github.com/rust-lang/crates.io-index"
13994checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
13995dependencies = [
13996 "cc",
13997 "downcast-rs",
13998 "rustix 0.38.35",
13999 "scoped-tls",
14000 "smallvec",
14001 "wayland-sys",
14002]
14003
14004[[package]]
14005name = "wayland-client"
14006version = "0.31.5"
14007source = "registry+https://github.com/rust-lang/crates.io-index"
14008checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
14009dependencies = [
14010 "bitflags 2.6.0",
14011 "rustix 0.38.35",
14012 "wayland-backend",
14013 "wayland-scanner",
14014]
14015
14016[[package]]
14017name = "wayland-cursor"
14018version = "0.31.5"
14019source = "registry+https://github.com/rust-lang/crates.io-index"
14020checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
14021dependencies = [
14022 "rustix 0.38.35",
14023 "wayland-client",
14024 "xcursor",
14025]
14026
14027[[package]]
14028name = "wayland-protocols"
14029version = "0.31.2"
14030source = "registry+https://github.com/rust-lang/crates.io-index"
14031checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14032dependencies = [
14033 "bitflags 2.6.0",
14034 "wayland-backend",
14035 "wayland-client",
14036 "wayland-scanner",
14037]
14038
14039[[package]]
14040name = "wayland-protocols-plasma"
14041version = "0.2.0"
14042source = "registry+https://github.com/rust-lang/crates.io-index"
14043checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14044dependencies = [
14045 "bitflags 2.6.0",
14046 "wayland-backend",
14047 "wayland-client",
14048 "wayland-protocols",
14049 "wayland-scanner",
14050]
14051
14052[[package]]
14053name = "wayland-scanner"
14054version = "0.31.4"
14055source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
14057dependencies = [
14058 "proc-macro2",
14059 "quick-xml 0.34.0",
14060 "quote",
14061]
14062
14063[[package]]
14064name = "wayland-sys"
14065version = "0.31.4"
14066source = "registry+https://github.com/rust-lang/crates.io-index"
14067checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
14068dependencies = [
14069 "dlib",
14070 "log",
14071 "once_cell",
14072 "pkg-config",
14073]
14074
14075[[package]]
14076name = "web-sys"
14077version = "0.3.70"
14078source = "registry+https://github.com/rust-lang/crates.io-index"
14079checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
14080dependencies = [
14081 "js-sys",
14082 "wasm-bindgen",
14083]
14084
14085[[package]]
14086name = "webpki"
14087version = "0.22.4"
14088source = "registry+https://github.com/rust-lang/crates.io-index"
14089checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14090dependencies = [
14091 "ring",
14092 "untrusted",
14093]
14094
14095[[package]]
14096name = "webpki-roots"
14097version = "0.22.6"
14098source = "registry+https://github.com/rust-lang/crates.io-index"
14099checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14100dependencies = [
14101 "webpki",
14102]
14103
14104[[package]]
14105name = "webpki-roots"
14106version = "0.25.4"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
14109
14110[[package]]
14111name = "weezl"
14112version = "0.1.8"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14115
14116[[package]]
14117name = "welcome"
14118version = "0.1.0"
14119dependencies = [
14120 "anyhow",
14121 "client",
14122 "db",
14123 "editor",
14124 "extensions_ui",
14125 "fuzzy",
14126 "gpui",
14127 "inline_completion_button",
14128 "install_cli",
14129 "picker",
14130 "project",
14131 "schemars",
14132 "serde",
14133 "settings",
14134 "theme_selector",
14135 "ui",
14136 "util",
14137 "vim",
14138 "workspace",
14139 "zed_actions",
14140]
14141
14142[[package]]
14143name = "which"
14144version = "4.4.2"
14145source = "registry+https://github.com/rust-lang/crates.io-index"
14146checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
14147dependencies = [
14148 "either",
14149 "home",
14150 "once_cell",
14151 "rustix 0.38.35",
14152]
14153
14154[[package]]
14155name = "which"
14156version = "6.0.3"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
14159dependencies = [
14160 "either",
14161 "home",
14162 "rustix 0.38.35",
14163 "winsafe",
14164]
14165
14166[[package]]
14167name = "whoami"
14168version = "1.5.1"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
14171dependencies = [
14172 "redox_syscall 0.4.1",
14173 "wasite",
14174]
14175
14176[[package]]
14177name = "wiggle"
14178version = "24.0.1"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "2d3b31bd2b4d2d82a4b747b8dbc45f566214214a4ffdc5690429a73bc221dc8a"
14181dependencies = [
14182 "anyhow",
14183 "async-trait",
14184 "bitflags 2.6.0",
14185 "thiserror",
14186 "tracing",
14187 "wasmtime",
14188 "wiggle-macro",
14189]
14190
14191[[package]]
14192name = "wiggle-generate"
14193version = "24.0.1"
14194source = "registry+https://github.com/rust-lang/crates.io-index"
14195checksum = "e2c6136b195fc12067aa9d4e7a5baf118729394df7bc7cbf8c63119bc9f2a7cd"
14196dependencies = [
14197 "anyhow",
14198 "heck 0.4.1",
14199 "proc-macro2",
14200 "quote",
14201 "shellexpand 2.1.2",
14202 "syn 2.0.76",
14203 "witx",
14204]
14205
14206[[package]]
14207name = "wiggle-macro"
14208version = "24.0.1"
14209source = "registry+https://github.com/rust-lang/crates.io-index"
14210checksum = "8a41eaceee468da976ac43b85c4eb82e482f828d5e8e56f49f90dfac2d9bc3b4"
14211dependencies = [
14212 "proc-macro2",
14213 "quote",
14214 "syn 2.0.76",
14215 "wiggle-generate",
14216]
14217
14218[[package]]
14219name = "winapi"
14220version = "0.3.9"
14221source = "registry+https://github.com/rust-lang/crates.io-index"
14222checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
14223dependencies = [
14224 "winapi-i686-pc-windows-gnu",
14225 "winapi-x86_64-pc-windows-gnu",
14226]
14227
14228[[package]]
14229name = "winapi-i686-pc-windows-gnu"
14230version = "0.4.0"
14231source = "registry+https://github.com/rust-lang/crates.io-index"
14232checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
14233
14234[[package]]
14235name = "winapi-util"
14236version = "0.1.9"
14237source = "registry+https://github.com/rust-lang/crates.io-index"
14238checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
14239dependencies = [
14240 "windows-sys 0.48.0",
14241]
14242
14243[[package]]
14244name = "winapi-x86_64-pc-windows-gnu"
14245version = "0.4.0"
14246source = "registry+https://github.com/rust-lang/crates.io-index"
14247checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
14248
14249[[package]]
14250name = "winch-codegen"
14251version = "0.22.1"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "c139fb9298d9651b6869afd544e567ca2448cd5f5ddcb24e4bb86a1ee187c8b3"
14254dependencies = [
14255 "anyhow",
14256 "cranelift-codegen",
14257 "gimli 0.29.0",
14258 "regalloc2",
14259 "smallvec",
14260 "target-lexicon",
14261 "wasmparser 0.215.0",
14262 "wasmtime-cranelift",
14263 "wasmtime-environ",
14264]
14265
14266[[package]]
14267name = "windows"
14268version = "0.54.0"
14269source = "registry+https://github.com/rust-lang/crates.io-index"
14270checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
14271dependencies = [
14272 "windows-core 0.54.0",
14273 "windows-targets 0.52.6",
14274]
14275
14276[[package]]
14277name = "windows"
14278version = "0.58.0"
14279source = "registry+https://github.com/rust-lang/crates.io-index"
14280checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
14281dependencies = [
14282 "windows-core 0.58.0",
14283 "windows-targets 0.52.6",
14284]
14285
14286[[package]]
14287name = "windows-core"
14288version = "0.52.0"
14289source = "registry+https://github.com/rust-lang/crates.io-index"
14290checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
14291dependencies = [
14292 "windows-targets 0.52.6",
14293]
14294
14295[[package]]
14296name = "windows-core"
14297version = "0.54.0"
14298source = "registry+https://github.com/rust-lang/crates.io-index"
14299checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
14300dependencies = [
14301 "windows-result 0.1.2",
14302 "windows-targets 0.52.6",
14303]
14304
14305[[package]]
14306name = "windows-core"
14307version = "0.58.0"
14308source = "registry+https://github.com/rust-lang/crates.io-index"
14309checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
14310dependencies = [
14311 "windows-implement",
14312 "windows-interface",
14313 "windows-result 0.2.0",
14314 "windows-strings",
14315 "windows-targets 0.52.6",
14316]
14317
14318[[package]]
14319name = "windows-implement"
14320version = "0.58.0"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
14323dependencies = [
14324 "proc-macro2",
14325 "quote",
14326 "syn 2.0.76",
14327]
14328
14329[[package]]
14330name = "windows-interface"
14331version = "0.58.0"
14332source = "registry+https://github.com/rust-lang/crates.io-index"
14333checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
14334dependencies = [
14335 "proc-macro2",
14336 "quote",
14337 "syn 2.0.76",
14338]
14339
14340[[package]]
14341name = "windows-registry"
14342version = "0.2.0"
14343source = "registry+https://github.com/rust-lang/crates.io-index"
14344checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
14345dependencies = [
14346 "windows-result 0.2.0",
14347 "windows-strings",
14348 "windows-targets 0.52.6",
14349]
14350
14351[[package]]
14352name = "windows-result"
14353version = "0.1.2"
14354source = "registry+https://github.com/rust-lang/crates.io-index"
14355checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
14356dependencies = [
14357 "windows-targets 0.52.6",
14358]
14359
14360[[package]]
14361name = "windows-result"
14362version = "0.2.0"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
14365dependencies = [
14366 "windows-targets 0.52.6",
14367]
14368
14369[[package]]
14370name = "windows-strings"
14371version = "0.1.0"
14372source = "registry+https://github.com/rust-lang/crates.io-index"
14373checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
14374dependencies = [
14375 "windows-result 0.2.0",
14376 "windows-targets 0.52.6",
14377]
14378
14379[[package]]
14380name = "windows-sys"
14381version = "0.45.0"
14382source = "registry+https://github.com/rust-lang/crates.io-index"
14383checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
14384dependencies = [
14385 "windows-targets 0.42.2",
14386]
14387
14388[[package]]
14389name = "windows-sys"
14390version = "0.48.0"
14391source = "registry+https://github.com/rust-lang/crates.io-index"
14392checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
14393dependencies = [
14394 "windows-targets 0.48.5",
14395]
14396
14397[[package]]
14398name = "windows-sys"
14399version = "0.52.0"
14400source = "registry+https://github.com/rust-lang/crates.io-index"
14401checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
14402dependencies = [
14403 "windows-targets 0.52.6",
14404]
14405
14406[[package]]
14407name = "windows-sys"
14408version = "0.59.0"
14409source = "registry+https://github.com/rust-lang/crates.io-index"
14410checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
14411dependencies = [
14412 "windows-targets 0.52.6",
14413]
14414
14415[[package]]
14416name = "windows-targets"
14417version = "0.42.2"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
14420dependencies = [
14421 "windows_aarch64_gnullvm 0.42.2",
14422 "windows_aarch64_msvc 0.42.2",
14423 "windows_i686_gnu 0.42.2",
14424 "windows_i686_msvc 0.42.2",
14425 "windows_x86_64_gnu 0.42.2",
14426 "windows_x86_64_gnullvm 0.42.2",
14427 "windows_x86_64_msvc 0.42.2",
14428]
14429
14430[[package]]
14431name = "windows-targets"
14432version = "0.48.5"
14433source = "registry+https://github.com/rust-lang/crates.io-index"
14434checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
14435dependencies = [
14436 "windows_aarch64_gnullvm 0.48.5",
14437 "windows_aarch64_msvc 0.48.5",
14438 "windows_i686_gnu 0.48.5",
14439 "windows_i686_msvc 0.48.5",
14440 "windows_x86_64_gnu 0.48.5",
14441 "windows_x86_64_gnullvm 0.48.5",
14442 "windows_x86_64_msvc 0.48.5",
14443]
14444
14445[[package]]
14446name = "windows-targets"
14447version = "0.52.6"
14448source = "registry+https://github.com/rust-lang/crates.io-index"
14449checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
14450dependencies = [
14451 "windows_aarch64_gnullvm 0.52.6",
14452 "windows_aarch64_msvc 0.52.6",
14453 "windows_i686_gnu 0.52.6",
14454 "windows_i686_gnullvm",
14455 "windows_i686_msvc 0.52.6",
14456 "windows_x86_64_gnu 0.52.6",
14457 "windows_x86_64_gnullvm 0.52.6",
14458 "windows_x86_64_msvc 0.52.6",
14459]
14460
14461[[package]]
14462name = "windows_aarch64_gnullvm"
14463version = "0.42.2"
14464source = "registry+https://github.com/rust-lang/crates.io-index"
14465checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
14466
14467[[package]]
14468name = "windows_aarch64_gnullvm"
14469version = "0.48.5"
14470source = "registry+https://github.com/rust-lang/crates.io-index"
14471checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
14472
14473[[package]]
14474name = "windows_aarch64_gnullvm"
14475version = "0.52.6"
14476source = "registry+https://github.com/rust-lang/crates.io-index"
14477checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
14478
14479[[package]]
14480name = "windows_aarch64_msvc"
14481version = "0.42.2"
14482source = "registry+https://github.com/rust-lang/crates.io-index"
14483checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
14484
14485[[package]]
14486name = "windows_aarch64_msvc"
14487version = "0.48.5"
14488source = "registry+https://github.com/rust-lang/crates.io-index"
14489checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
14490
14491[[package]]
14492name = "windows_aarch64_msvc"
14493version = "0.52.6"
14494source = "registry+https://github.com/rust-lang/crates.io-index"
14495checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
14496
14497[[package]]
14498name = "windows_i686_gnu"
14499version = "0.42.2"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
14502
14503[[package]]
14504name = "windows_i686_gnu"
14505version = "0.48.5"
14506source = "registry+https://github.com/rust-lang/crates.io-index"
14507checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
14508
14509[[package]]
14510name = "windows_i686_gnu"
14511version = "0.52.6"
14512source = "registry+https://github.com/rust-lang/crates.io-index"
14513checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
14514
14515[[package]]
14516name = "windows_i686_gnullvm"
14517version = "0.52.6"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
14520
14521[[package]]
14522name = "windows_i686_msvc"
14523version = "0.42.2"
14524source = "registry+https://github.com/rust-lang/crates.io-index"
14525checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
14526
14527[[package]]
14528name = "windows_i686_msvc"
14529version = "0.48.5"
14530source = "registry+https://github.com/rust-lang/crates.io-index"
14531checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
14532
14533[[package]]
14534name = "windows_i686_msvc"
14535version = "0.52.6"
14536source = "registry+https://github.com/rust-lang/crates.io-index"
14537checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
14538
14539[[package]]
14540name = "windows_x86_64_gnu"
14541version = "0.42.2"
14542source = "registry+https://github.com/rust-lang/crates.io-index"
14543checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
14544
14545[[package]]
14546name = "windows_x86_64_gnu"
14547version = "0.48.5"
14548source = "registry+https://github.com/rust-lang/crates.io-index"
14549checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
14550
14551[[package]]
14552name = "windows_x86_64_gnu"
14553version = "0.52.6"
14554source = "registry+https://github.com/rust-lang/crates.io-index"
14555checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
14556
14557[[package]]
14558name = "windows_x86_64_gnullvm"
14559version = "0.42.2"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
14562
14563[[package]]
14564name = "windows_x86_64_gnullvm"
14565version = "0.48.5"
14566source = "registry+https://github.com/rust-lang/crates.io-index"
14567checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
14568
14569[[package]]
14570name = "windows_x86_64_gnullvm"
14571version = "0.52.6"
14572source = "registry+https://github.com/rust-lang/crates.io-index"
14573checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
14574
14575[[package]]
14576name = "windows_x86_64_msvc"
14577version = "0.42.2"
14578source = "registry+https://github.com/rust-lang/crates.io-index"
14579checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
14580
14581[[package]]
14582name = "windows_x86_64_msvc"
14583version = "0.48.5"
14584source = "registry+https://github.com/rust-lang/crates.io-index"
14585checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
14586
14587[[package]]
14588name = "windows_x86_64_msvc"
14589version = "0.52.6"
14590source = "registry+https://github.com/rust-lang/crates.io-index"
14591checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
14592
14593[[package]]
14594name = "winnow"
14595version = "0.5.40"
14596source = "registry+https://github.com/rust-lang/crates.io-index"
14597checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
14598dependencies = [
14599 "memchr",
14600]
14601
14602[[package]]
14603name = "winnow"
14604version = "0.6.18"
14605source = "registry+https://github.com/rust-lang/crates.io-index"
14606checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
14607dependencies = [
14608 "memchr",
14609]
14610
14611[[package]]
14612name = "winreg"
14613version = "0.50.0"
14614source = "registry+https://github.com/rust-lang/crates.io-index"
14615checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
14616dependencies = [
14617 "cfg-if",
14618 "windows-sys 0.48.0",
14619]
14620
14621[[package]]
14622name = "winreg"
14623version = "0.52.0"
14624source = "registry+https://github.com/rust-lang/crates.io-index"
14625checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
14626dependencies = [
14627 "cfg-if",
14628 "windows-sys 0.48.0",
14629]
14630
14631[[package]]
14632name = "winresource"
14633version = "0.1.17"
14634source = "registry+https://github.com/rust-lang/crates.io-index"
14635checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
14636dependencies = [
14637 "toml 0.7.8",
14638 "version_check",
14639]
14640
14641[[package]]
14642name = "winsafe"
14643version = "0.0.19"
14644source = "registry+https://github.com/rust-lang/crates.io-index"
14645checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
14646
14647[[package]]
14648name = "winx"
14649version = "0.36.3"
14650source = "registry+https://github.com/rust-lang/crates.io-index"
14651checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
14652dependencies = [
14653 "bitflags 2.6.0",
14654 "windows-sys 0.52.0",
14655]
14656
14657[[package]]
14658name = "wio"
14659version = "0.2.2"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
14662dependencies = [
14663 "winapi",
14664]
14665
14666[[package]]
14667name = "wit-bindgen"
14668version = "0.22.0"
14669source = "registry+https://github.com/rust-lang/crates.io-index"
14670checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
14671dependencies = [
14672 "bitflags 2.6.0",
14673 "wit-bindgen-rt",
14674 "wit-bindgen-rust-macro",
14675]
14676
14677[[package]]
14678name = "wit-bindgen-core"
14679version = "0.22.0"
14680source = "registry+https://github.com/rust-lang/crates.io-index"
14681checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
14682dependencies = [
14683 "anyhow",
14684 "wit-parser 0.201.0",
14685]
14686
14687[[package]]
14688name = "wit-bindgen-rt"
14689version = "0.22.0"
14690source = "registry+https://github.com/rust-lang/crates.io-index"
14691checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
14692
14693[[package]]
14694name = "wit-bindgen-rust"
14695version = "0.22.0"
14696source = "registry+https://github.com/rust-lang/crates.io-index"
14697checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
14698dependencies = [
14699 "anyhow",
14700 "heck 0.4.1",
14701 "indexmap 2.4.0",
14702 "wasm-metadata",
14703 "wit-bindgen-core",
14704 "wit-component",
14705]
14706
14707[[package]]
14708name = "wit-bindgen-rust-macro"
14709version = "0.22.0"
14710source = "registry+https://github.com/rust-lang/crates.io-index"
14711checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
14712dependencies = [
14713 "anyhow",
14714 "proc-macro2",
14715 "quote",
14716 "syn 2.0.76",
14717 "wit-bindgen-core",
14718 "wit-bindgen-rust",
14719]
14720
14721[[package]]
14722name = "wit-component"
14723version = "0.201.0"
14724source = "registry+https://github.com/rust-lang/crates.io-index"
14725checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
14726dependencies = [
14727 "anyhow",
14728 "bitflags 2.6.0",
14729 "indexmap 2.4.0",
14730 "log",
14731 "serde",
14732 "serde_derive",
14733 "serde_json",
14734 "wasm-encoder 0.201.0",
14735 "wasm-metadata",
14736 "wasmparser 0.201.0",
14737 "wit-parser 0.201.0",
14738]
14739
14740[[package]]
14741name = "wit-parser"
14742version = "0.201.0"
14743source = "registry+https://github.com/rust-lang/crates.io-index"
14744checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
14745dependencies = [
14746 "anyhow",
14747 "id-arena",
14748 "indexmap 2.4.0",
14749 "log",
14750 "semver",
14751 "serde",
14752 "serde_derive",
14753 "serde_json",
14754 "unicode-xid",
14755 "wasmparser 0.201.0",
14756]
14757
14758[[package]]
14759name = "wit-parser"
14760version = "0.215.0"
14761source = "registry+https://github.com/rust-lang/crates.io-index"
14762checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
14763dependencies = [
14764 "anyhow",
14765 "id-arena",
14766 "indexmap 2.4.0",
14767 "log",
14768 "semver",
14769 "serde",
14770 "serde_derive",
14771 "serde_json",
14772 "unicode-xid",
14773 "wasmparser 0.215.0",
14774]
14775
14776[[package]]
14777name = "witx"
14778version = "0.9.1"
14779source = "registry+https://github.com/rust-lang/crates.io-index"
14780checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
14781dependencies = [
14782 "anyhow",
14783 "log",
14784 "thiserror",
14785 "wast",
14786]
14787
14788[[package]]
14789name = "workspace"
14790version = "0.1.0"
14791dependencies = [
14792 "any_vec",
14793 "anyhow",
14794 "async-recursion 1.1.1",
14795 "bincode",
14796 "call",
14797 "client",
14798 "clock",
14799 "collections",
14800 "db",
14801 "derive_more",
14802 "env_logger 0.11.5",
14803 "fs",
14804 "futures 0.3.30",
14805 "git",
14806 "gpui",
14807 "http_client",
14808 "itertools 0.13.0",
14809 "language",
14810 "log",
14811 "node_runtime",
14812 "parking_lot",
14813 "postage",
14814 "project",
14815 "remote",
14816 "schemars",
14817 "serde",
14818 "serde_json",
14819 "session",
14820 "settings",
14821 "smallvec",
14822 "sqlez",
14823 "strum 0.25.0",
14824 "task",
14825 "tempfile",
14826 "theme",
14827 "ui",
14828 "util",
14829 "uuid",
14830]
14831
14832[[package]]
14833name = "worktree"
14834version = "0.1.0"
14835dependencies = [
14836 "anyhow",
14837 "clock",
14838 "collections",
14839 "env_logger 0.11.5",
14840 "fs",
14841 "futures 0.3.30",
14842 "fuzzy",
14843 "git",
14844 "git2",
14845 "git_hosting_providers",
14846 "gpui",
14847 "http_client",
14848 "ignore",
14849 "language",
14850 "log",
14851 "parking_lot",
14852 "paths",
14853 "postage",
14854 "pretty_assertions",
14855 "rand 0.8.5",
14856 "rpc",
14857 "schemars",
14858 "serde",
14859 "serde_json",
14860 "settings",
14861 "smallvec",
14862 "smol",
14863 "sum_tree",
14864 "text",
14865 "util",
14866]
14867
14868[[package]]
14869name = "wyz"
14870version = "0.5.1"
14871source = "registry+https://github.com/rust-lang/crates.io-index"
14872checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
14873dependencies = [
14874 "tap",
14875]
14876
14877[[package]]
14878name = "x11-clipboard"
14879version = "0.9.2"
14880source = "registry+https://github.com/rust-lang/crates.io-index"
14881checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
14882dependencies = [
14883 "libc",
14884 "x11rb",
14885]
14886
14887[[package]]
14888name = "x11rb"
14889version = "0.13.1"
14890source = "registry+https://github.com/rust-lang/crates.io-index"
14891checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
14892dependencies = [
14893 "as-raw-xcb-connection",
14894 "gethostname",
14895 "libc",
14896 "rustix 0.38.35",
14897 "x11rb-protocol",
14898]
14899
14900[[package]]
14901name = "x11rb-protocol"
14902version = "0.13.1"
14903source = "registry+https://github.com/rust-lang/crates.io-index"
14904checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
14905
14906[[package]]
14907name = "xattr"
14908version = "0.2.3"
14909source = "registry+https://github.com/rust-lang/crates.io-index"
14910checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
14911dependencies = [
14912 "libc",
14913]
14914
14915[[package]]
14916name = "xcursor"
14917version = "0.3.8"
14918source = "registry+https://github.com/rust-lang/crates.io-index"
14919checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
14920
14921[[package]]
14922name = "xdg-home"
14923version = "1.3.0"
14924source = "registry+https://github.com/rust-lang/crates.io-index"
14925checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
14926dependencies = [
14927 "libc",
14928 "windows-sys 0.59.0",
14929]
14930
14931[[package]]
14932name = "xim"
14933version = "0.4.0"
14934source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14935dependencies = [
14936 "ahash 0.8.11",
14937 "hashbrown 0.14.5",
14938 "log",
14939 "x11rb",
14940 "xim-ctext",
14941 "xim-parser",
14942]
14943
14944[[package]]
14945name = "xim-ctext"
14946version = "0.3.0"
14947source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14948dependencies = [
14949 "encoding_rs",
14950]
14951
14952[[package]]
14953name = "xim-parser"
14954version = "0.2.1"
14955source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14956dependencies = [
14957 "bitflags 2.6.0",
14958]
14959
14960[[package]]
14961name = "xkbcommon"
14962version = "0.7.0"
14963source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
14964dependencies = [
14965 "as-raw-xcb-connection",
14966 "libc",
14967 "memmap2",
14968 "xkeysym",
14969]
14970
14971[[package]]
14972name = "xkeysym"
14973version = "0.2.1"
14974source = "registry+https://github.com/rust-lang/crates.io-index"
14975checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
14976
14977[[package]]
14978name = "xml5ever"
14979version = "0.18.1"
14980source = "registry+https://github.com/rust-lang/crates.io-index"
14981checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
14982dependencies = [
14983 "log",
14984 "mac",
14985 "markup5ever",
14986]
14987
14988[[package]]
14989name = "xmlparser"
14990version = "0.13.6"
14991source = "registry+https://github.com/rust-lang/crates.io-index"
14992checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
14993
14994[[package]]
14995name = "xmlwriter"
14996version = "0.1.0"
14997source = "registry+https://github.com/rust-lang/crates.io-index"
14998checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
14999
15000[[package]]
15001name = "xtask"
15002version = "0.1.0"
15003dependencies = [
15004 "anyhow",
15005 "cargo_metadata",
15006 "cargo_toml",
15007 "clap",
15008]
15009
15010[[package]]
15011name = "yaml-rust2"
15012version = "0.8.1"
15013source = "registry+https://github.com/rust-lang/crates.io-index"
15014checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
15015dependencies = [
15016 "arraydeque",
15017 "encoding_rs",
15018 "hashlink 0.8.4",
15019]
15020
15021[[package]]
15022name = "yansi"
15023version = "1.0.1"
15024source = "registry+https://github.com/rust-lang/crates.io-index"
15025checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
15026
15027[[package]]
15028name = "yazi"
15029version = "0.1.6"
15030source = "registry+https://github.com/rust-lang/crates.io-index"
15031checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
15032
15033[[package]]
15034name = "yeslogic-fontconfig-sys"
15035version = "6.0.0"
15036source = "registry+https://github.com/rust-lang/crates.io-index"
15037checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
15038dependencies = [
15039 "dlib",
15040 "once_cell",
15041 "pkg-config",
15042]
15043
15044[[package]]
15045name = "zbus"
15046version = "4.4.0"
15047source = "registry+https://github.com/rust-lang/crates.io-index"
15048checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
15049dependencies = [
15050 "async-broadcast",
15051 "async-executor",
15052 "async-fs 2.1.2",
15053 "async-io 2.3.4",
15054 "async-lock 3.4.0",
15055 "async-process 2.2.4",
15056 "async-recursion 1.1.1",
15057 "async-task",
15058 "async-trait",
15059 "blocking",
15060 "enumflags2",
15061 "event-listener 5.3.1",
15062 "futures-core",
15063 "futures-sink",
15064 "futures-util",
15065 "hex",
15066 "nix",
15067 "ordered-stream",
15068 "rand 0.8.5",
15069 "serde",
15070 "serde_repr",
15071 "sha1",
15072 "static_assertions",
15073 "tracing",
15074 "uds_windows",
15075 "windows-sys 0.52.0",
15076 "xdg-home",
15077 "zbus_macros",
15078 "zbus_names",
15079 "zvariant",
15080]
15081
15082[[package]]
15083name = "zbus_macros"
15084version = "4.4.0"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
15087dependencies = [
15088 "proc-macro-crate",
15089 "proc-macro2",
15090 "quote",
15091 "syn 2.0.76",
15092 "zvariant_utils",
15093]
15094
15095[[package]]
15096name = "zbus_names"
15097version = "3.0.0"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
15100dependencies = [
15101 "serde",
15102 "static_assertions",
15103 "zvariant",
15104]
15105
15106[[package]]
15107name = "zed"
15108version = "0.163.0"
15109dependencies = [
15110 "activity_indicator",
15111 "anyhow",
15112 "ashpd",
15113 "assets",
15114 "assistant",
15115 "assistant_slash_command",
15116 "async-watch",
15117 "audio",
15118 "auto_update",
15119 "backtrace",
15120 "breadcrumbs",
15121 "call",
15122 "channel",
15123 "chrono",
15124 "clap",
15125 "cli",
15126 "client",
15127 "collab_ui",
15128 "collections",
15129 "command_palette",
15130 "command_palette_hooks",
15131 "context_servers",
15132 "copilot",
15133 "db",
15134 "diagnostics",
15135 "editor",
15136 "env_logger 0.11.5",
15137 "extension_host",
15138 "extensions_ui",
15139 "feature_flags",
15140 "feedback",
15141 "file_finder",
15142 "file_icons",
15143 "fs",
15144 "futures 0.3.30",
15145 "git",
15146 "git_hosting_providers",
15147 "go_to_line",
15148 "gpui",
15149 "http_client",
15150 "image_viewer",
15151 "indexed_docs",
15152 "inline_completion_button",
15153 "install_cli",
15154 "journal",
15155 "language",
15156 "language_model",
15157 "language_selector",
15158 "language_tools",
15159 "languages",
15160 "libc",
15161 "log",
15162 "markdown_preview",
15163 "menu",
15164 "mimalloc",
15165 "nix",
15166 "node_runtime",
15167 "notifications",
15168 "outline",
15169 "outline_panel",
15170 "parking_lot",
15171 "paths",
15172 "profiling",
15173 "project",
15174 "project_panel",
15175 "project_symbols",
15176 "proto",
15177 "quick_action_bar",
15178 "recent_projects",
15179 "release_channel",
15180 "remote",
15181 "repl",
15182 "reqwest_client",
15183 "rope",
15184 "search",
15185 "serde",
15186 "serde_json",
15187 "session",
15188 "settings",
15189 "settings_ui",
15190 "shellexpand 2.1.2",
15191 "simplelog",
15192 "smol",
15193 "snippet_provider",
15194 "snippets_ui",
15195 "supermaven",
15196 "sysinfo",
15197 "tab_switcher",
15198 "task",
15199 "tasks_ui",
15200 "telemetry_events",
15201 "terminal_view",
15202 "theme",
15203 "theme_selector",
15204 "time",
15205 "toolchain_selector",
15206 "tree-sitter-md",
15207 "tree-sitter-rust",
15208 "ui",
15209 "url",
15210 "urlencoding",
15211 "util",
15212 "uuid",
15213 "vim",
15214 "welcome",
15215 "windows 0.58.0",
15216 "winresource",
15217 "workspace",
15218 "zed_actions",
15219]
15220
15221[[package]]
15222name = "zed_actions"
15223version = "0.1.0"
15224dependencies = [
15225 "gpui",
15226 "serde",
15227]
15228
15229[[package]]
15230name = "zed_astro"
15231version = "0.1.1"
15232dependencies = [
15233 "serde",
15234 "zed_extension_api 0.1.0",
15235]
15236
15237[[package]]
15238name = "zed_clojure"
15239version = "0.0.3"
15240dependencies = [
15241 "zed_extension_api 0.1.0",
15242]
15243
15244[[package]]
15245name = "zed_csharp"
15246version = "0.0.2"
15247dependencies = [
15248 "zed_extension_api 0.1.0",
15249]
15250
15251[[package]]
15252name = "zed_deno"
15253version = "0.0.2"
15254dependencies = [
15255 "zed_extension_api 0.1.0",
15256]
15257
15258[[package]]
15259name = "zed_elixir"
15260version = "0.1.1"
15261dependencies = [
15262 "zed_extension_api 0.1.0",
15263]
15264
15265[[package]]
15266name = "zed_elm"
15267version = "0.0.1"
15268dependencies = [
15269 "zed_extension_api 0.1.0",
15270]
15271
15272[[package]]
15273name = "zed_emmet"
15274version = "0.0.3"
15275dependencies = [
15276 "zed_extension_api 0.1.0",
15277]
15278
15279[[package]]
15280name = "zed_erlang"
15281version = "0.1.0"
15282dependencies = [
15283 "zed_extension_api 0.1.0",
15284]
15285
15286[[package]]
15287name = "zed_extension_api"
15288version = "0.1.0"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
15291dependencies = [
15292 "serde",
15293 "serde_json",
15294 "wit-bindgen",
15295]
15296
15297[[package]]
15298name = "zed_extension_api"
15299version = "0.2.0"
15300dependencies = [
15301 "serde",
15302 "serde_json",
15303 "wit-bindgen",
15304]
15305
15306[[package]]
15307name = "zed_glsl"
15308version = "0.1.0"
15309dependencies = [
15310 "zed_extension_api 0.1.0",
15311]
15312
15313[[package]]
15314name = "zed_haskell"
15315version = "0.1.1"
15316dependencies = [
15317 "zed_extension_api 0.1.0",
15318]
15319
15320[[package]]
15321name = "zed_html"
15322version = "0.1.3"
15323dependencies = [
15324 "zed_extension_api 0.1.0",
15325]
15326
15327[[package]]
15328name = "zed_lua"
15329version = "0.1.0"
15330dependencies = [
15331 "zed_extension_api 0.1.0",
15332]
15333
15334[[package]]
15335name = "zed_ocaml"
15336version = "0.1.0"
15337dependencies = [
15338 "zed_extension_api 0.1.0",
15339]
15340
15341[[package]]
15342name = "zed_php"
15343version = "0.2.2"
15344dependencies = [
15345 "zed_extension_api 0.1.0",
15346]
15347
15348[[package]]
15349name = "zed_prisma"
15350version = "0.0.3"
15351dependencies = [
15352 "zed_extension_api 0.1.0",
15353]
15354
15355[[package]]
15356name = "zed_proto"
15357version = "0.2.0"
15358dependencies = [
15359 "zed_extension_api 0.1.0",
15360]
15361
15362[[package]]
15363name = "zed_purescript"
15364version = "0.0.1"
15365dependencies = [
15366 "zed_extension_api 0.1.0",
15367]
15368
15369[[package]]
15370name = "zed_ruff"
15371version = "0.1.0"
15372dependencies = [
15373 "zed_extension_api 0.1.0",
15374]
15375
15376[[package]]
15377name = "zed_snippets"
15378version = "0.0.5"
15379dependencies = [
15380 "serde_json",
15381 "zed_extension_api 0.1.0",
15382]
15383
15384[[package]]
15385name = "zed_terraform"
15386version = "0.1.1"
15387dependencies = [
15388 "zed_extension_api 0.1.0",
15389]
15390
15391[[package]]
15392name = "zed_test_extension"
15393version = "0.1.0"
15394dependencies = [
15395 "zed_extension_api 0.2.0",
15396]
15397
15398[[package]]
15399name = "zed_toml"
15400version = "0.1.1"
15401dependencies = [
15402 "zed_extension_api 0.1.0",
15403]
15404
15405[[package]]
15406name = "zed_uiua"
15407version = "0.0.1"
15408dependencies = [
15409 "zed_extension_api 0.1.0",
15410]
15411
15412[[package]]
15413name = "zed_zig"
15414version = "0.3.1"
15415dependencies = [
15416 "zed_extension_api 0.1.0",
15417]
15418
15419[[package]]
15420name = "zeno"
15421version = "0.2.3"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
15424
15425[[package]]
15426name = "zerocopy"
15427version = "0.7.35"
15428source = "registry+https://github.com/rust-lang/crates.io-index"
15429checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
15430dependencies = [
15431 "byteorder",
15432 "zerocopy-derive",
15433]
15434
15435[[package]]
15436name = "zerocopy-derive"
15437version = "0.7.35"
15438source = "registry+https://github.com/rust-lang/crates.io-index"
15439checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
15440dependencies = [
15441 "proc-macro2",
15442 "quote",
15443 "syn 2.0.76",
15444]
15445
15446[[package]]
15447name = "zeroize"
15448version = "1.8.1"
15449source = "registry+https://github.com/rust-lang/crates.io-index"
15450checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
15451dependencies = [
15452 "zeroize_derive",
15453]
15454
15455[[package]]
15456name = "zeroize_derive"
15457version = "1.4.2"
15458source = "registry+https://github.com/rust-lang/crates.io-index"
15459checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
15460dependencies = [
15461 "proc-macro2",
15462 "quote",
15463 "syn 2.0.76",
15464]
15465
15466[[package]]
15467name = "zeromq"
15468version = "0.4.0"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
15471dependencies = [
15472 "async-dispatcher",
15473 "async-std",
15474 "async-trait",
15475 "asynchronous-codec",
15476 "bytes 1.7.2",
15477 "crossbeam-queue",
15478 "dashmap 5.5.3",
15479 "futures-channel",
15480 "futures-io",
15481 "futures-task",
15482 "futures-util",
15483 "log",
15484 "num-traits",
15485 "once_cell",
15486 "parking_lot",
15487 "rand 0.8.5",
15488 "regex",
15489 "thiserror",
15490 "uuid",
15491]
15492
15493[[package]]
15494name = "zstd"
15495version = "0.11.2+zstd.1.5.2"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
15498dependencies = [
15499 "zstd-safe",
15500]
15501
15502[[package]]
15503name = "zstd-safe"
15504version = "5.0.2+zstd.1.5.2"
15505source = "registry+https://github.com/rust-lang/crates.io-index"
15506checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
15507dependencies = [
15508 "libc",
15509 "zstd-sys",
15510]
15511
15512[[package]]
15513name = "zstd-sys"
15514version = "2.0.13+zstd.1.5.6"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
15517dependencies = [
15518 "cc",
15519 "pkg-config",
15520]
15521
15522[[package]]
15523name = "zune-core"
15524version = "0.4.12"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
15527
15528[[package]]
15529name = "zune-inflate"
15530version = "0.2.54"
15531source = "registry+https://github.com/rust-lang/crates.io-index"
15532checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
15533dependencies = [
15534 "simd-adler32",
15535]
15536
15537[[package]]
15538name = "zune-jpeg"
15539version = "0.4.13"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
15542dependencies = [
15543 "zune-core",
15544]
15545
15546[[package]]
15547name = "zvariant"
15548version = "4.2.0"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
15551dependencies = [
15552 "endi",
15553 "enumflags2",
15554 "serde",
15555 "static_assertions",
15556 "url",
15557 "zvariant_derive",
15558]
15559
15560[[package]]
15561name = "zvariant_derive"
15562version = "4.2.0"
15563source = "registry+https://github.com/rust-lang/crates.io-index"
15564checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
15565dependencies = [
15566 "proc-macro-crate",
15567 "proc-macro2",
15568 "quote",
15569 "syn 2.0.76",
15570 "zvariant_utils",
15571]
15572
15573[[package]]
15574name = "zvariant_utils"
15575version = "2.1.0"
15576source = "registry+https://github.com/rust-lang/crates.io-index"
15577checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
15578dependencies = [
15579 "proc-macro2",
15580 "quote",
15581 "syn 2.0.76",
15582]