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",
13 "futures 0.3.28",
14 "gpui",
15 "language",
16 "project",
17 "smallvec",
18 "ui",
19 "workspace",
20]
21
22[[package]]
23name = "addr2line"
24version = "0.21.0"
25source = "registry+https://github.com/rust-lang/crates.io-index"
26checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
27dependencies = [
28 "gimli",
29]
30
31[[package]]
32name = "adler"
33version = "1.0.2"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
36
37[[package]]
38name = "adler32"
39version = "1.2.0"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
42
43[[package]]
44name = "aes"
45version = "0.8.4"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
48dependencies = [
49 "cfg-if",
50 "cipher 0.4.4",
51 "cpufeatures",
52 "zeroize",
53]
54
55[[package]]
56name = "ahash"
57version = "0.7.8"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
60dependencies = [
61 "getrandom 0.2.10",
62 "once_cell",
63 "version_check",
64]
65
66[[package]]
67name = "ahash"
68version = "0.8.8"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "42cd52102d3df161c77a887b608d7a4897d7cc112886a9537b738a887a03aaff"
71dependencies = [
72 "cfg-if",
73 "const-random",
74 "getrandom 0.2.10",
75 "once_cell",
76 "version_check",
77 "zerocopy",
78]
79
80[[package]]
81name = "aho-corasick"
82version = "1.1.1"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
85dependencies = [
86 "memchr",
87]
88
89[[package]]
90name = "alacritty_terminal"
91version = "0.23.0"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "f6d1ea4484c8676f295307a4892d478c70ac8da1dbd8c7c10830a504b7f1022f"
94dependencies = [
95 "base64 0.22.0",
96 "bitflags 2.4.2",
97 "home",
98 "libc",
99 "log",
100 "miow",
101 "parking_lot",
102 "piper",
103 "polling 3.3.2",
104 "regex-automata 0.4.5",
105 "rustix-openpty",
106 "serde",
107 "signal-hook",
108 "unicode-width",
109 "vte",
110 "windows-sys 0.48.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 = "allocator-api2"
121version = "0.2.16"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
124
125[[package]]
126name = "alsa"
127version = "0.7.1"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "e2562ad8dcf0f789f65c6fdaad8a8a9708ed6b488e649da28c01656ad66b8b47"
130dependencies = [
131 "alsa-sys",
132 "bitflags 1.3.2",
133 "libc",
134 "nix 0.24.3",
135]
136
137[[package]]
138name = "alsa-sys"
139version = "0.3.1"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
142dependencies = [
143 "libc",
144 "pkg-config",
145]
146
147[[package]]
148name = "ambient-authority"
149version = "0.0.2"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
152
153[[package]]
154name = "android-tzdata"
155version = "0.1.1"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
158
159[[package]]
160name = "android_system_properties"
161version = "0.1.5"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
164dependencies = [
165 "libc",
166]
167
168[[package]]
169name = "anes"
170version = "0.1.6"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
173
174[[package]]
175name = "anstream"
176version = "0.5.0"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
179dependencies = [
180 "anstyle",
181 "anstyle-parse",
182 "anstyle-query",
183 "anstyle-wincon",
184 "colorchoice",
185 "utf8parse",
186]
187
188[[package]]
189name = "anstyle"
190version = "1.0.3"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46"
193
194[[package]]
195name = "anstyle-parse"
196version = "0.2.1"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
199dependencies = [
200 "utf8parse",
201]
202
203[[package]]
204name = "anstyle-query"
205version = "1.0.0"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
208dependencies = [
209 "windows-sys 0.48.0",
210]
211
212[[package]]
213name = "anstyle-wincon"
214version = "2.1.0"
215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
217dependencies = [
218 "anstyle",
219 "windows-sys 0.48.0",
220]
221
222[[package]]
223name = "anthropic"
224version = "0.1.0"
225dependencies = [
226 "anyhow",
227 "futures 0.3.28",
228 "http 0.1.0",
229 "isahc",
230 "schemars",
231 "serde",
232 "serde_json",
233 "tokio",
234]
235
236[[package]]
237name = "any_vec"
238version = "0.13.0"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "e78f17bacc1bc7b91fef7b1885c10772eb2b9e4e989356f6f0f6a972240f97cd"
241
242[[package]]
243name = "anyhow"
244version = "1.0.83"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3"
247
248[[package]]
249name = "approx"
250version = "0.5.1"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
253dependencies = [
254 "num-traits",
255]
256
257[[package]]
258name = "arbitrary"
259version = "1.3.2"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
262
263[[package]]
264name = "arrayref"
265version = "0.3.7"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
268
269[[package]]
270name = "arrayvec"
271version = "0.7.4"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
274
275[[package]]
276name = "as-raw-xcb-connection"
277version = "1.0.1"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
280
281[[package]]
282name = "ascii"
283version = "1.1.0"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
286
287[[package]]
288name = "ash"
289version = "0.38.0+1.3.281"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
292dependencies = [
293 "libloading 0.8.0",
294]
295
296[[package]]
297name = "ash-window"
298version = "0.13.0"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
301dependencies = [
302 "ash",
303 "raw-window-handle 0.6.0",
304 "raw-window-metal",
305]
306
307[[package]]
308name = "ashpd"
309version = "0.8.1"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "dd884d7c72877a94102c3715f3b1cd09ff4fac28221add3e57cfbe25c236d093"
312dependencies = [
313 "async-fs 2.1.1",
314 "async-net 2.0.0",
315 "enumflags2",
316 "futures-channel",
317 "futures-util",
318 "rand 0.8.5",
319 "serde",
320 "serde_repr",
321 "url",
322 "zbus",
323]
324
325[[package]]
326name = "assets"
327version = "0.1.0"
328dependencies = [
329 "anyhow",
330 "gpui",
331 "rust-embed",
332]
333
334[[package]]
335name = "assistant"
336version = "0.1.0"
337dependencies = [
338 "anthropic",
339 "anyhow",
340 "cargo_toml",
341 "chrono",
342 "client",
343 "collections",
344 "command_palette_hooks",
345 "ctor",
346 "editor",
347 "env_logger",
348 "file_icons",
349 "fs",
350 "futures 0.3.28",
351 "gpui",
352 "http 0.1.0",
353 "indoc",
354 "language",
355 "log",
356 "menu",
357 "multi_buffer",
358 "open_ai",
359 "ordered-float 2.10.0",
360 "parking_lot",
361 "project",
362 "rand 0.8.5",
363 "regex",
364 "rope",
365 "schemars",
366 "search",
367 "serde",
368 "serde_json",
369 "settings",
370 "smol",
371 "telemetry_events",
372 "theme",
373 "tiktoken-rs",
374 "toml 0.8.10",
375 "ui",
376 "unindent",
377 "util",
378 "uuid",
379 "workspace",
380]
381
382[[package]]
383name = "assistant2"
384version = "0.1.0"
385dependencies = [
386 "anyhow",
387 "assets",
388 "assistant_tooling",
389 "chrono",
390 "client",
391 "collections",
392 "editor",
393 "env_logger",
394 "feature_flags",
395 "file_icons",
396 "fs",
397 "futures 0.3.28",
398 "fuzzy",
399 "gpui",
400 "http 0.1.0",
401 "language",
402 "languages",
403 "log",
404 "markdown",
405 "node_runtime",
406 "open_ai",
407 "picker",
408 "project",
409 "rand 0.8.5",
410 "regex",
411 "release_channel",
412 "schemars",
413 "semantic_index",
414 "serde",
415 "serde_json",
416 "settings",
417 "story",
418 "theme",
419 "ui",
420 "unindent",
421 "util",
422 "workspace",
423]
424
425[[package]]
426name = "assistant_tooling"
427version = "0.1.0"
428dependencies = [
429 "anyhow",
430 "collections",
431 "futures 0.3.28",
432 "gpui",
433 "log",
434 "project",
435 "repair_json",
436 "schemars",
437 "serde",
438 "serde_json",
439 "settings",
440 "sum_tree",
441 "ui",
442 "unindent",
443 "util",
444]
445
446[[package]]
447name = "async-broadcast"
448version = "0.7.0"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "258b52a1aa741b9f09783b2d86cf0aeeb617bbf847f6933340a39644227acbdb"
451dependencies = [
452 "event-listener 5.1.0",
453 "event-listener-strategy 0.5.0",
454 "futures-core",
455 "pin-project-lite",
456]
457
458[[package]]
459name = "async-channel"
460version = "1.9.0"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
463dependencies = [
464 "concurrent-queue",
465 "event-listener 2.5.3",
466 "futures-core",
467]
468
469[[package]]
470name = "async-channel"
471version = "2.2.0"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3"
474dependencies = [
475 "concurrent-queue",
476 "event-listener 5.1.0",
477 "event-listener-strategy 0.5.0",
478 "futures-core",
479 "pin-project-lite",
480]
481
482[[package]]
483name = "async-compat"
484version = "0.2.1"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "9b48b4ff0c2026db683dea961cd8ea874737f56cffca86fa84415eaddc51c00d"
487dependencies = [
488 "futures-core",
489 "futures-io",
490 "once_cell",
491 "pin-project-lite",
492 "tokio",
493]
494
495[[package]]
496name = "async-compression"
497version = "0.4.6"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c"
500dependencies = [
501 "deflate64",
502 "flate2",
503 "futures-core",
504 "futures-io",
505 "memchr",
506 "pin-project-lite",
507]
508
509[[package]]
510name = "async-executor"
511version = "1.5.1"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
514dependencies = [
515 "async-lock 2.8.0",
516 "async-task",
517 "concurrent-queue",
518 "fastrand 1.9.0",
519 "futures-lite 1.13.0",
520 "slab",
521]
522
523[[package]]
524name = "async-fs"
525version = "1.6.0"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
528dependencies = [
529 "async-lock 2.8.0",
530 "autocfg",
531 "blocking",
532 "futures-lite 1.13.0",
533]
534
535[[package]]
536name = "async-fs"
537version = "2.1.1"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "bc19683171f287921f2405677dd2ed2549c3b3bda697a563ebc3a121ace2aba1"
540dependencies = [
541 "async-lock 3.3.0",
542 "blocking",
543 "futures-lite 2.2.0",
544]
545
546[[package]]
547name = "async-global-executor"
548version = "2.3.1"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
551dependencies = [
552 "async-channel 1.9.0",
553 "async-executor",
554 "async-io 1.13.0",
555 "async-lock 2.8.0",
556 "blocking",
557 "futures-lite 1.13.0",
558 "once_cell",
559]
560
561[[package]]
562name = "async-io"
563version = "1.13.0"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
566dependencies = [
567 "async-lock 2.8.0",
568 "autocfg",
569 "cfg-if",
570 "concurrent-queue",
571 "futures-lite 1.13.0",
572 "log",
573 "parking",
574 "polling 2.8.0",
575 "rustix 0.37.23",
576 "slab",
577 "socket2 0.4.9",
578 "waker-fn",
579]
580
581[[package]]
582name = "async-io"
583version = "2.3.1"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65"
586dependencies = [
587 "async-lock 3.3.0",
588 "cfg-if",
589 "concurrent-queue",
590 "futures-io",
591 "futures-lite 2.2.0",
592 "parking",
593 "polling 3.3.2",
594 "rustix 0.38.32",
595 "slab",
596 "tracing",
597 "windows-sys 0.52.0",
598]
599
600[[package]]
601name = "async-lock"
602version = "2.8.0"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
605dependencies = [
606 "event-listener 2.5.3",
607]
608
609[[package]]
610name = "async-lock"
611version = "3.3.0"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
614dependencies = [
615 "event-listener 4.0.3",
616 "event-listener-strategy 0.4.0",
617 "pin-project-lite",
618]
619
620[[package]]
621name = "async-native-tls"
622version = "0.3.3"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "9e9e7a929bd34c68a82d58a4de7f86fffdaf97fb2af850162a7bb19dd7269b33"
625dependencies = [
626 "async-std",
627 "native-tls",
628 "thiserror",
629 "url",
630]
631
632[[package]]
633name = "async-native-tls"
634version = "0.5.0"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
637dependencies = [
638 "futures-util",
639 "native-tls",
640 "thiserror",
641 "url",
642]
643
644[[package]]
645name = "async-net"
646version = "1.7.0"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f"
649dependencies = [
650 "async-io 1.13.0",
651 "autocfg",
652 "blocking",
653 "futures-lite 1.13.0",
654]
655
656[[package]]
657name = "async-net"
658version = "2.0.0"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
661dependencies = [
662 "async-io 2.3.1",
663 "blocking",
664 "futures-lite 2.2.0",
665]
666
667[[package]]
668name = "async-pipe"
669version = "0.1.3"
670source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
671dependencies = [
672 "futures 0.3.28",
673 "log",
674]
675
676[[package]]
677name = "async-process"
678version = "1.7.0"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
681dependencies = [
682 "async-io 1.13.0",
683 "async-lock 2.8.0",
684 "autocfg",
685 "blocking",
686 "cfg-if",
687 "event-listener 2.5.3",
688 "futures-lite 1.13.0",
689 "rustix 0.37.23",
690 "signal-hook",
691 "windows-sys 0.48.0",
692]
693
694[[package]]
695name = "async-process"
696version = "2.1.0"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "451e3cf68011bd56771c79db04a9e333095ab6349f7e47592b788e9b98720cc8"
699dependencies = [
700 "async-channel 2.2.0",
701 "async-io 2.3.1",
702 "async-lock 3.3.0",
703 "async-signal",
704 "blocking",
705 "cfg-if",
706 "event-listener 5.1.0",
707 "futures-lite 2.2.0",
708 "rustix 0.38.32",
709 "windows-sys 0.52.0",
710]
711
712[[package]]
713name = "async-recursion"
714version = "0.3.2"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
717dependencies = [
718 "proc-macro2",
719 "quote",
720 "syn 1.0.109",
721]
722
723[[package]]
724name = "async-recursion"
725version = "1.0.5"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
728dependencies = [
729 "proc-macro2",
730 "quote",
731 "syn 2.0.59",
732]
733
734[[package]]
735name = "async-signal"
736version = "0.2.5"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
739dependencies = [
740 "async-io 2.3.1",
741 "async-lock 2.8.0",
742 "atomic-waker",
743 "cfg-if",
744 "futures-core",
745 "futures-io",
746 "rustix 0.38.32",
747 "signal-hook-registry",
748 "slab",
749 "windows-sys 0.48.0",
750]
751
752[[package]]
753name = "async-std"
754version = "1.12.0"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
757dependencies = [
758 "async-channel 1.9.0",
759 "async-global-executor",
760 "async-io 1.13.0",
761 "async-lock 2.8.0",
762 "async-process 1.7.0",
763 "crossbeam-utils",
764 "futures-channel",
765 "futures-core",
766 "futures-io",
767 "futures-lite 1.13.0",
768 "gloo-timers",
769 "kv-log-macro",
770 "log",
771 "memchr",
772 "once_cell",
773 "pin-project-lite",
774 "pin-utils",
775 "slab",
776 "wasm-bindgen-futures",
777]
778
779[[package]]
780name = "async-stream"
781version = "0.3.5"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
784dependencies = [
785 "async-stream-impl",
786 "futures-core",
787 "pin-project-lite",
788]
789
790[[package]]
791name = "async-stream-impl"
792version = "0.3.5"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
795dependencies = [
796 "proc-macro2",
797 "quote",
798 "syn 2.0.59",
799]
800
801[[package]]
802name = "async-tar"
803version = "0.4.2"
804source = "registry+https://github.com/rust-lang/crates.io-index"
805checksum = "5c49359998a76e32ef6e870dbc079ebad8f1e53e8441c5dd39d27b44493fe331"
806dependencies = [
807 "async-std",
808 "filetime",
809 "libc",
810 "pin-project",
811 "redox_syscall 0.2.16",
812 "xattr",
813]
814
815[[package]]
816name = "async-task"
817version = "4.7.0"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
820
821[[package]]
822name = "async-trait"
823version = "0.1.77"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
826dependencies = [
827 "proc-macro2",
828 "quote",
829 "syn 2.0.59",
830]
831
832[[package]]
833name = "async-tungstenite"
834version = "0.16.1"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "5682ea0913e5c20780fe5785abacb85a411e7437bf52a1bedb93ddb3972cb8dd"
837dependencies = [
838 "async-native-tls 0.3.3",
839 "async-std",
840 "futures-io",
841 "futures-util",
842 "log",
843 "pin-project-lite",
844 "tungstenite 0.16.0",
845]
846
847[[package]]
848name = "async_zip"
849version = "0.0.17"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
852dependencies = [
853 "async-compression",
854 "crc32fast",
855 "futures-lite 2.2.0",
856 "pin-project",
857 "thiserror",
858]
859
860[[package]]
861name = "atoi"
862version = "2.0.0"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
865dependencies = [
866 "num-traits",
867]
868
869[[package]]
870name = "atomic"
871version = "0.5.3"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
874
875[[package]]
876name = "atomic-waker"
877version = "1.1.1"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
880
881[[package]]
882name = "atty"
883version = "0.2.14"
884source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
886dependencies = [
887 "hermit-abi 0.1.19",
888 "libc",
889 "winapi",
890]
891
892[[package]]
893name = "audio"
894version = "0.1.0"
895dependencies = [
896 "anyhow",
897 "collections",
898 "derive_more",
899 "gpui",
900 "parking_lot",
901 "rodio",
902 "util",
903]
904
905[[package]]
906name = "auto_update"
907version = "0.1.0"
908dependencies = [
909 "anyhow",
910 "client",
911 "db",
912 "editor",
913 "gpui",
914 "http 0.1.0",
915 "isahc",
916 "log",
917 "markdown_preview",
918 "menu",
919 "release_channel",
920 "schemars",
921 "serde",
922 "serde_derive",
923 "serde_json",
924 "settings",
925 "smol",
926 "tempfile",
927 "util",
928 "workspace",
929]
930
931[[package]]
932name = "autocfg"
933version = "1.1.0"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
936
937[[package]]
938name = "aws-config"
939version = "1.1.5"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "7af266887e24cd5f6d2ea7433cacd25dcd4773b7f70e488701968a7cdf51df57"
942dependencies = [
943 "aws-credential-types",
944 "aws-runtime",
945 "aws-sdk-sso",
946 "aws-sdk-ssooidc",
947 "aws-sdk-sts",
948 "aws-smithy-async",
949 "aws-smithy-http",
950 "aws-smithy-json",
951 "aws-smithy-runtime",
952 "aws-smithy-runtime-api",
953 "aws-smithy-types",
954 "aws-types",
955 "bytes 1.5.0",
956 "fastrand 2.0.0",
957 "hex",
958 "http 0.2.9",
959 "hyper",
960 "ring",
961 "time",
962 "tokio",
963 "tracing",
964 "zeroize",
965]
966
967[[package]]
968name = "aws-credential-types"
969version = "1.1.5"
970source = "registry+https://github.com/rust-lang/crates.io-index"
971checksum = "2d56f287a9e65e4914bfedb5b22c056b65e4c232fca512d5509a9df36386759f"
972dependencies = [
973 "aws-smithy-async",
974 "aws-smithy-runtime-api",
975 "aws-smithy-types",
976 "zeroize",
977]
978
979[[package]]
980name = "aws-runtime"
981version = "1.1.5"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "2d6a29eca8ea8982028a4df81883e7001e250a21d323b86418884b5345950a4b"
984dependencies = [
985 "aws-credential-types",
986 "aws-sigv4",
987 "aws-smithy-async",
988 "aws-smithy-eventstream",
989 "aws-smithy-http",
990 "aws-smithy-runtime-api",
991 "aws-smithy-types",
992 "aws-types",
993 "bytes 1.5.0",
994 "fastrand 2.0.0",
995 "http 0.2.9",
996 "http-body",
997 "percent-encoding",
998 "pin-project-lite",
999 "tracing",
1000 "uuid",
1001]
1002
1003[[package]]
1004name = "aws-sdk-s3"
1005version = "1.15.0"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "c977e92277652aefb9a76a0fca652b26757d6845dce0d7bf4426da80f13d85b0"
1008dependencies = [
1009 "aws-credential-types",
1010 "aws-runtime",
1011 "aws-sigv4",
1012 "aws-smithy-async",
1013 "aws-smithy-checksums",
1014 "aws-smithy-eventstream",
1015 "aws-smithy-http",
1016 "aws-smithy-json",
1017 "aws-smithy-runtime",
1018 "aws-smithy-runtime-api",
1019 "aws-smithy-types",
1020 "aws-smithy-xml",
1021 "aws-types",
1022 "bytes 1.5.0",
1023 "http 0.2.9",
1024 "http-body",
1025 "once_cell",
1026 "percent-encoding",
1027 "regex-lite",
1028 "tracing",
1029 "url",
1030]
1031
1032[[package]]
1033name = "aws-sdk-sso"
1034version = "1.13.0"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "e2d7f527c7b28af1a641f7d89f9e6a4863e8ec00f39d2b731b056fc5ec5ce829"
1037dependencies = [
1038 "aws-credential-types",
1039 "aws-runtime",
1040 "aws-smithy-async",
1041 "aws-smithy-http",
1042 "aws-smithy-json",
1043 "aws-smithy-runtime",
1044 "aws-smithy-runtime-api",
1045 "aws-smithy-types",
1046 "aws-types",
1047 "bytes 1.5.0",
1048 "http 0.2.9",
1049 "once_cell",
1050 "regex-lite",
1051 "tracing",
1052]
1053
1054[[package]]
1055name = "aws-sdk-ssooidc"
1056version = "1.13.0"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "0d0be3224cd574ee8ab5fd7c32087876f25c134c27ac603fcb38669ed8d346b0"
1059dependencies = [
1060 "aws-credential-types",
1061 "aws-runtime",
1062 "aws-smithy-async",
1063 "aws-smithy-http",
1064 "aws-smithy-json",
1065 "aws-smithy-runtime",
1066 "aws-smithy-runtime-api",
1067 "aws-smithy-types",
1068 "aws-types",
1069 "bytes 1.5.0",
1070 "http 0.2.9",
1071 "once_cell",
1072 "regex-lite",
1073 "tracing",
1074]
1075
1076[[package]]
1077name = "aws-sdk-sts"
1078version = "1.13.0"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "5b3167c60d82a13bbaef569da06041644ff41e85c6377e5dad53fa2526ccfe9d"
1081dependencies = [
1082 "aws-credential-types",
1083 "aws-runtime",
1084 "aws-smithy-async",
1085 "aws-smithy-http",
1086 "aws-smithy-json",
1087 "aws-smithy-query",
1088 "aws-smithy-runtime",
1089 "aws-smithy-runtime-api",
1090 "aws-smithy-types",
1091 "aws-smithy-xml",
1092 "aws-types",
1093 "http 0.2.9",
1094 "once_cell",
1095 "regex-lite",
1096 "tracing",
1097]
1098
1099[[package]]
1100name = "aws-sigv4"
1101version = "1.1.5"
1102source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "54b1cbe0eee57a213039088dbdeca7be9352f24e0d72332d961e8a1cb388f82d"
1104dependencies = [
1105 "aws-credential-types",
1106 "aws-smithy-eventstream",
1107 "aws-smithy-http",
1108 "aws-smithy-runtime-api",
1109 "aws-smithy-types",
1110 "bytes 1.5.0",
1111 "crypto-bigint 0.5.5",
1112 "form_urlencoded",
1113 "hex",
1114 "hmac 0.12.1",
1115 "http 0.2.9",
1116 "http 1.0.0",
1117 "once_cell",
1118 "p256",
1119 "percent-encoding",
1120 "ring",
1121 "sha2 0.10.7",
1122 "subtle",
1123 "time",
1124 "tracing",
1125 "zeroize",
1126]
1127
1128[[package]]
1129name = "aws-smithy-async"
1130version = "1.1.5"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "426a5bc369ca7c8d3686439e46edc727f397a47ab3696b13f3ae8c81b3b36132"
1133dependencies = [
1134 "futures-util",
1135 "pin-project-lite",
1136 "tokio",
1137]
1138
1139[[package]]
1140name = "aws-smithy-checksums"
1141version = "0.60.5"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "6ee554133eca2611b66d23548e48f9b44713befdb025ab76bc00185b878397a1"
1144dependencies = [
1145 "aws-smithy-http",
1146 "aws-smithy-types",
1147 "bytes 1.5.0",
1148 "crc32c",
1149 "crc32fast",
1150 "hex",
1151 "http 0.2.9",
1152 "http-body",
1153 "md-5",
1154 "pin-project-lite",
1155 "sha1",
1156 "sha2 0.10.7",
1157 "tracing",
1158]
1159
1160[[package]]
1161name = "aws-smithy-eventstream"
1162version = "0.60.4"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
1165dependencies = [
1166 "aws-smithy-types",
1167 "bytes 1.5.0",
1168 "crc32fast",
1169]
1170
1171[[package]]
1172name = "aws-smithy-http"
1173version = "0.60.5"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "85d6a0619f7b67183067fa3b558f94f90753da2df8c04aeb7336d673f804b0b8"
1176dependencies = [
1177 "aws-smithy-eventstream",
1178 "aws-smithy-runtime-api",
1179 "aws-smithy-types",
1180 "bytes 1.5.0",
1181 "bytes-utils",
1182 "futures-core",
1183 "http 0.2.9",
1184 "http-body",
1185 "once_cell",
1186 "percent-encoding",
1187 "pin-project-lite",
1188 "pin-utils",
1189 "tracing",
1190]
1191
1192[[package]]
1193name = "aws-smithy-json"
1194version = "0.60.5"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "a1c1b5186b6f5c579bf0de1bcca9dd3d946d6d51361ea1d18131f6a0b64e13ae"
1197dependencies = [
1198 "aws-smithy-types",
1199]
1200
1201[[package]]
1202name = "aws-smithy-query"
1203version = "0.60.5"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "1c0a2ce65882e788d2cf83ff28b9b16918de0460c47bf66c5da4f6c17b4c9694"
1206dependencies = [
1207 "aws-smithy-types",
1208 "urlencoding",
1209]
1210
1211[[package]]
1212name = "aws-smithy-runtime"
1213version = "1.1.5"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "b4cb6b3afa5fc9825a75675975dcc3e21764b5476bc91dbc63df4ea3d30a576e"
1216dependencies = [
1217 "aws-smithy-async",
1218 "aws-smithy-http",
1219 "aws-smithy-runtime-api",
1220 "aws-smithy-types",
1221 "bytes 1.5.0",
1222 "fastrand 2.0.0",
1223 "h2",
1224 "http 0.2.9",
1225 "http-body",
1226 "hyper",
1227 "hyper-rustls",
1228 "once_cell",
1229 "pin-project-lite",
1230 "pin-utils",
1231 "rustls",
1232 "tokio",
1233 "tracing",
1234]
1235
1236[[package]]
1237name = "aws-smithy-runtime-api"
1238version = "1.1.5"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "23165433e80c04e8c09cee66d171292ae7234bae05fa9d5636e33095eae416b2"
1241dependencies = [
1242 "aws-smithy-async",
1243 "aws-smithy-types",
1244 "bytes 1.5.0",
1245 "http 0.2.9",
1246 "pin-project-lite",
1247 "tokio",
1248 "tracing",
1249 "zeroize",
1250]
1251
1252[[package]]
1253name = "aws-smithy-types"
1254version = "1.1.5"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "c94a5bec34850b92c9a054dad57b95c1d47f25125f55973e19f6ad788f0381ff"
1257dependencies = [
1258 "base64-simd",
1259 "bytes 1.5.0",
1260 "bytes-utils",
1261 "futures-core",
1262 "http 0.2.9",
1263 "http-body",
1264 "itoa",
1265 "num-integer",
1266 "pin-project-lite",
1267 "pin-utils",
1268 "ryu",
1269 "serde",
1270 "time",
1271 "tokio",
1272 "tokio-util",
1273]
1274
1275[[package]]
1276name = "aws-smithy-xml"
1277version = "0.60.5"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "d16f94c9673412b7a72e3c3efec8de89081c320bf59ea12eed34c417a62ad600"
1280dependencies = [
1281 "xmlparser",
1282]
1283
1284[[package]]
1285name = "aws-types"
1286version = "1.1.5"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "0ff7e122ee50ca962e9de91f5850cc37e2184b1219611eef6d44aa85929b54f6"
1289dependencies = [
1290 "aws-credential-types",
1291 "aws-smithy-async",
1292 "aws-smithy-runtime-api",
1293 "aws-smithy-types",
1294 "http 0.2.9",
1295 "rustc_version",
1296 "tracing",
1297]
1298
1299[[package]]
1300name = "axum"
1301version = "0.6.20"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1304dependencies = [
1305 "async-trait",
1306 "axum-core",
1307 "base64 0.21.7",
1308 "bitflags 1.3.2",
1309 "bytes 1.5.0",
1310 "futures-util",
1311 "headers",
1312 "http 0.2.9",
1313 "http-body",
1314 "hyper",
1315 "itoa",
1316 "matchit",
1317 "memchr",
1318 "mime",
1319 "percent-encoding",
1320 "pin-project-lite",
1321 "rustversion",
1322 "serde",
1323 "serde_json",
1324 "serde_path_to_error",
1325 "serde_urlencoded",
1326 "sha1",
1327 "sync_wrapper",
1328 "tokio",
1329 "tokio-tungstenite",
1330 "tower",
1331 "tower-layer",
1332 "tower-service",
1333]
1334
1335[[package]]
1336name = "axum-core"
1337version = "0.3.4"
1338source = "registry+https://github.com/rust-lang/crates.io-index"
1339checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1340dependencies = [
1341 "async-trait",
1342 "bytes 1.5.0",
1343 "futures-util",
1344 "http 0.2.9",
1345 "http-body",
1346 "mime",
1347 "rustversion",
1348 "tower-layer",
1349 "tower-service",
1350]
1351
1352[[package]]
1353name = "axum-extra"
1354version = "0.4.2"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1357dependencies = [
1358 "axum",
1359 "bytes 1.5.0",
1360 "futures-util",
1361 "http 0.2.9",
1362 "mime",
1363 "pin-project-lite",
1364 "serde",
1365 "serde_json",
1366 "tokio",
1367 "tower",
1368 "tower-http 0.3.5",
1369 "tower-layer",
1370 "tower-service",
1371]
1372
1373[[package]]
1374name = "backtrace"
1375version = "0.3.69"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
1378dependencies = [
1379 "addr2line",
1380 "cc",
1381 "cfg-if",
1382 "libc",
1383 "miniz_oxide 0.7.1",
1384 "object",
1385 "rustc-demangle",
1386]
1387
1388[[package]]
1389name = "base16ct"
1390version = "0.1.1"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1393
1394[[package]]
1395name = "base64"
1396version = "0.13.1"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1399
1400[[package]]
1401name = "base64"
1402version = "0.21.7"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1405
1406[[package]]
1407name = "base64"
1408version = "0.22.0"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
1411
1412[[package]]
1413name = "base64-simd"
1414version = "0.8.0"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1417dependencies = [
1418 "outref",
1419 "vsimd",
1420]
1421
1422[[package]]
1423name = "base64ct"
1424version = "1.6.0"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1427
1428[[package]]
1429name = "bigdecimal"
1430version = "0.3.1"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
1433dependencies = [
1434 "num-bigint",
1435 "num-integer",
1436 "num-traits",
1437]
1438
1439[[package]]
1440name = "bincode"
1441version = "1.3.3"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1444dependencies = [
1445 "serde",
1446]
1447
1448[[package]]
1449name = "bindgen"
1450version = "0.64.0"
1451source = "registry+https://github.com/rust-lang/crates.io-index"
1452checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
1453dependencies = [
1454 "bitflags 1.3.2",
1455 "cexpr",
1456 "clang-sys",
1457 "lazy_static",
1458 "lazycell",
1459 "peeking_take_while",
1460 "proc-macro2",
1461 "quote",
1462 "regex",
1463 "rustc-hash",
1464 "shlex",
1465 "syn 1.0.109",
1466]
1467
1468[[package]]
1469name = "bindgen"
1470version = "0.65.1"
1471source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
1473dependencies = [
1474 "bitflags 1.3.2",
1475 "cexpr",
1476 "clang-sys",
1477 "lazy_static",
1478 "lazycell",
1479 "log",
1480 "peeking_take_while",
1481 "prettyplease",
1482 "proc-macro2",
1483 "quote",
1484 "regex",
1485 "rustc-hash",
1486 "shlex",
1487 "syn 2.0.59",
1488 "which 4.4.2",
1489]
1490
1491[[package]]
1492name = "bit-set"
1493version = "0.5.3"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1496dependencies = [
1497 "bit-vec",
1498]
1499
1500[[package]]
1501name = "bit-vec"
1502version = "0.6.3"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1505
1506[[package]]
1507name = "bitflags"
1508version = "1.3.2"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1511
1512[[package]]
1513name = "bitflags"
1514version = "2.4.2"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
1517dependencies = [
1518 "serde",
1519]
1520
1521[[package]]
1522name = "bitvec"
1523version = "1.0.1"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1526dependencies = [
1527 "funty",
1528 "radium",
1529 "tap",
1530 "wyz",
1531]
1532
1533[[package]]
1534name = "blade-graphics"
1535version = "0.4.0"
1536source = "git+https://github.com/kvark/blade?rev=e35b2d41f221a48b75f7cf2e78a81e7ecb7a383c#e35b2d41f221a48b75f7cf2e78a81e7ecb7a383c"
1537dependencies = [
1538 "ash",
1539 "ash-window",
1540 "bitflags 2.4.2",
1541 "block",
1542 "bytemuck",
1543 "codespan-reporting",
1544 "core-graphics-types",
1545 "glow",
1546 "gpu-alloc",
1547 "gpu-alloc-ash",
1548 "hidden-trait",
1549 "js-sys",
1550 "khronos-egl",
1551 "libloading 0.8.0",
1552 "log",
1553 "metal",
1554 "mint",
1555 "naga",
1556 "objc",
1557 "raw-window-handle 0.6.0",
1558 "slab",
1559 "wasm-bindgen",
1560 "web-sys",
1561]
1562
1563[[package]]
1564name = "blade-macros"
1565version = "0.2.1"
1566source = "git+https://github.com/kvark/blade?rev=e35b2d41f221a48b75f7cf2e78a81e7ecb7a383c#e35b2d41f221a48b75f7cf2e78a81e7ecb7a383c"
1567dependencies = [
1568 "proc-macro2",
1569 "quote",
1570 "syn 2.0.59",
1571]
1572
1573[[package]]
1574name = "block"
1575version = "0.1.6"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1578
1579[[package]]
1580name = "block-buffer"
1581version = "0.9.0"
1582source = "registry+https://github.com/rust-lang/crates.io-index"
1583checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
1584dependencies = [
1585 "generic-array",
1586]
1587
1588[[package]]
1589name = "block-buffer"
1590version = "0.10.4"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1593dependencies = [
1594 "generic-array",
1595]
1596
1597[[package]]
1598name = "block-padding"
1599version = "0.3.3"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1602dependencies = [
1603 "generic-array",
1604]
1605
1606[[package]]
1607name = "blocking"
1608version = "1.5.1"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
1611dependencies = [
1612 "async-channel 2.2.0",
1613 "async-lock 3.3.0",
1614 "async-task",
1615 "fastrand 2.0.0",
1616 "futures-io",
1617 "futures-lite 2.2.0",
1618 "piper",
1619 "tracing",
1620]
1621
1622[[package]]
1623name = "borsh"
1624version = "0.10.3"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
1627dependencies = [
1628 "borsh-derive",
1629 "hashbrown 0.13.2",
1630]
1631
1632[[package]]
1633name = "borsh-derive"
1634version = "0.10.3"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
1637dependencies = [
1638 "borsh-derive-internal",
1639 "borsh-schema-derive-internal",
1640 "proc-macro-crate 0.1.5",
1641 "proc-macro2",
1642 "syn 1.0.109",
1643]
1644
1645[[package]]
1646name = "borsh-derive-internal"
1647version = "0.10.3"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
1650dependencies = [
1651 "proc-macro2",
1652 "quote",
1653 "syn 1.0.109",
1654]
1655
1656[[package]]
1657name = "borsh-schema-derive-internal"
1658version = "0.10.3"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
1661dependencies = [
1662 "proc-macro2",
1663 "quote",
1664 "syn 1.0.109",
1665]
1666
1667[[package]]
1668name = "breadcrumbs"
1669version = "0.1.0"
1670dependencies = [
1671 "editor",
1672 "gpui",
1673 "itertools 0.11.0",
1674 "outline",
1675 "theme",
1676 "ui",
1677 "workspace",
1678]
1679
1680[[package]]
1681name = "bstr"
1682version = "1.6.2"
1683source = "registry+https://github.com/rust-lang/crates.io-index"
1684checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"
1685dependencies = [
1686 "memchr",
1687 "regex-automata 0.3.8",
1688 "serde",
1689]
1690
1691[[package]]
1692name = "bumpalo"
1693version = "3.14.0"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
1696
1697[[package]]
1698name = "bytecheck"
1699version = "0.6.11"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627"
1702dependencies = [
1703 "bytecheck_derive",
1704 "ptr_meta",
1705 "simdutf8",
1706]
1707
1708[[package]]
1709name = "bytecheck_derive"
1710version = "0.6.11"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61"
1713dependencies = [
1714 "proc-macro2",
1715 "quote",
1716 "syn 1.0.109",
1717]
1718
1719[[package]]
1720name = "bytemuck"
1721version = "1.14.0"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
1724dependencies = [
1725 "bytemuck_derive",
1726]
1727
1728[[package]]
1729name = "bytemuck_derive"
1730version = "1.5.0"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1"
1733dependencies = [
1734 "proc-macro2",
1735 "quote",
1736 "syn 2.0.59",
1737]
1738
1739[[package]]
1740name = "byteorder"
1741version = "1.4.3"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
1744
1745[[package]]
1746name = "bytes"
1747version = "0.4.12"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1750dependencies = [
1751 "byteorder",
1752 "iovec",
1753]
1754
1755[[package]]
1756name = "bytes"
1757version = "1.5.0"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
1760
1761[[package]]
1762name = "bytes-utils"
1763version = "0.1.4"
1764source = "registry+https://github.com/rust-lang/crates.io-index"
1765checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1766dependencies = [
1767 "bytes 1.5.0",
1768 "either",
1769]
1770
1771[[package]]
1772name = "call"
1773version = "0.1.0"
1774dependencies = [
1775 "anyhow",
1776 "audio",
1777 "client",
1778 "collections",
1779 "fs",
1780 "futures 0.3.28",
1781 "gpui",
1782 "http 0.1.0",
1783 "language",
1784 "live_kit_client",
1785 "log",
1786 "postage",
1787 "project",
1788 "schemars",
1789 "serde",
1790 "serde_derive",
1791 "settings",
1792 "util",
1793]
1794
1795[[package]]
1796name = "calloop"
1797version = "0.12.4"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298"
1800dependencies = [
1801 "bitflags 2.4.2",
1802 "log",
1803 "polling 3.3.2",
1804 "rustix 0.38.32",
1805 "slab",
1806 "thiserror",
1807]
1808
1809[[package]]
1810name = "calloop-wayland-source"
1811version = "0.2.0"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02"
1814dependencies = [
1815 "calloop",
1816 "rustix 0.38.32",
1817 "wayland-backend",
1818 "wayland-client",
1819]
1820
1821[[package]]
1822name = "cap-fs-ext"
1823version = "3.0.0"
1824source = "registry+https://github.com/rust-lang/crates.io-index"
1825checksum = "769f8cd02eb04d57f14e2e371ebb533f96817f9b2525d73a5c72b61ca7973747"
1826dependencies = [
1827 "cap-primitives",
1828 "cap-std",
1829 "io-lifetimes 2.0.3",
1830 "windows-sys 0.52.0",
1831]
1832
1833[[package]]
1834name = "cap-net-ext"
1835version = "3.0.0"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "59ff6d3fb274292a9af283417e383afe6ded1fe66f6472d2c781216d3d80c218"
1838dependencies = [
1839 "cap-primitives",
1840 "cap-std",
1841 "rustix 0.38.32",
1842 "smallvec",
1843]
1844
1845[[package]]
1846name = "cap-primitives"
1847version = "3.0.0"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "90a0b44fc796b1a84535a63753d50ba3972c4db55c7255c186f79140e63d56d0"
1850dependencies = [
1851 "ambient-authority",
1852 "fs-set-times",
1853 "io-extras",
1854 "io-lifetimes 2.0.3",
1855 "ipnet",
1856 "maybe-owned",
1857 "rustix 0.38.32",
1858 "windows-sys 0.52.0",
1859 "winx",
1860]
1861
1862[[package]]
1863name = "cap-rand"
1864version = "3.0.0"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "4327f08daac33a99bb03c54ae18c8f32c3ba31c728a33ddf683c6c6a5043de68"
1867dependencies = [
1868 "ambient-authority",
1869 "rand 0.8.5",
1870]
1871
1872[[package]]
1873name = "cap-std"
1874version = "3.0.0"
1875source = "registry+https://github.com/rust-lang/crates.io-index"
1876checksum = "266626ce180cf9709f317d0bf9754e3a5006359d87f4bf792f06c9c5f1b63c0f"
1877dependencies = [
1878 "cap-primitives",
1879 "io-extras",
1880 "io-lifetimes 2.0.3",
1881 "rustix 0.38.32",
1882]
1883
1884[[package]]
1885name = "cap-time-ext"
1886version = "3.0.0"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "e1353421ba83c19da60726e35db0a89abef984b3be183ff6f58c5b8084fcd0c5"
1889dependencies = [
1890 "ambient-authority",
1891 "cap-primitives",
1892 "iana-time-zone",
1893 "once_cell",
1894 "rustix 0.38.32",
1895 "winx",
1896]
1897
1898[[package]]
1899name = "cargo_toml"
1900version = "0.20.2"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "c8cb1d556b8b8f36e5ca74938008be3ac102f5dcb5b68a0477e4249ae2291cd3"
1903dependencies = [
1904 "serde",
1905 "toml 0.8.10",
1906]
1907
1908[[package]]
1909name = "cast"
1910version = "0.3.0"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
1913
1914[[package]]
1915name = "castaway"
1916version = "0.1.2"
1917source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
1919
1920[[package]]
1921name = "cbc"
1922version = "0.1.2"
1923source = "registry+https://github.com/rust-lang/crates.io-index"
1924checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
1925dependencies = [
1926 "cipher 0.4.4",
1927]
1928
1929[[package]]
1930name = "cbindgen"
1931version = "0.26.0"
1932source = "registry+https://github.com/rust-lang/crates.io-index"
1933checksum = "da6bc11b07529f16944307272d5bd9b22530bc7d05751717c9d416586cedab49"
1934dependencies = [
1935 "clap 3.2.25",
1936 "heck 0.4.1",
1937 "indexmap 1.9.3",
1938 "log",
1939 "proc-macro2",
1940 "quote",
1941 "serde",
1942 "serde_json",
1943 "syn 1.0.109",
1944 "tempfile",
1945 "toml 0.5.11",
1946]
1947
1948[[package]]
1949name = "cc"
1950version = "1.0.90"
1951source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
1953dependencies = [
1954 "jobserver",
1955 "libc",
1956]
1957
1958[[package]]
1959name = "cesu8"
1960version = "1.1.0"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
1963
1964[[package]]
1965name = "cexpr"
1966version = "0.6.0"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
1969dependencies = [
1970 "nom",
1971]
1972
1973[[package]]
1974name = "cfg-if"
1975version = "1.0.0"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
1978
1979[[package]]
1980name = "cfg_aliases"
1981version = "0.1.1"
1982source = "registry+https://github.com/rust-lang/crates.io-index"
1983checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
1984
1985[[package]]
1986name = "channel"
1987version = "0.1.0"
1988dependencies = [
1989 "anyhow",
1990 "client",
1991 "clock",
1992 "collections",
1993 "futures 0.3.28",
1994 "gpui",
1995 "http 0.1.0",
1996 "language",
1997 "log",
1998 "rand 0.8.5",
1999 "release_channel",
2000 "rpc",
2001 "settings",
2002 "sum_tree",
2003 "text",
2004 "time",
2005 "util",
2006]
2007
2008[[package]]
2009name = "chrono"
2010version = "0.4.31"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
2013dependencies = [
2014 "android-tzdata",
2015 "iana-time-zone",
2016 "js-sys",
2017 "num-traits",
2018 "serde",
2019 "wasm-bindgen",
2020 "windows-targets 0.48.5",
2021]
2022
2023[[package]]
2024name = "chunked_transfer"
2025version = "1.4.1"
2026source = "registry+https://github.com/rust-lang/crates.io-index"
2027checksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a"
2028
2029[[package]]
2030name = "ciborium"
2031version = "0.2.2"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2034dependencies = [
2035 "ciborium-io",
2036 "ciborium-ll",
2037 "serde",
2038]
2039
2040[[package]]
2041name = "ciborium-io"
2042version = "0.2.2"
2043source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2045
2046[[package]]
2047name = "ciborium-ll"
2048version = "0.2.2"
2049source = "registry+https://github.com/rust-lang/crates.io-index"
2050checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2051dependencies = [
2052 "ciborium-io",
2053 "half",
2054]
2055
2056[[package]]
2057name = "cipher"
2058version = "0.3.0"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
2061dependencies = [
2062 "generic-array",
2063]
2064
2065[[package]]
2066name = "cipher"
2067version = "0.4.4"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2070dependencies = [
2071 "crypto-common",
2072 "inout",
2073 "zeroize",
2074]
2075
2076[[package]]
2077name = "clang-sys"
2078version = "1.6.1"
2079source = "registry+https://github.com/rust-lang/crates.io-index"
2080checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
2081dependencies = [
2082 "glob",
2083 "libc",
2084 "libloading 0.7.4",
2085]
2086
2087[[package]]
2088name = "clap"
2089version = "3.2.25"
2090source = "registry+https://github.com/rust-lang/crates.io-index"
2091checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
2092dependencies = [
2093 "atty",
2094 "bitflags 1.3.2",
2095 "clap_lex 0.2.4",
2096 "indexmap 1.9.3",
2097 "strsim",
2098 "termcolor",
2099 "textwrap",
2100]
2101
2102[[package]]
2103name = "clap"
2104version = "4.4.4"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136"
2107dependencies = [
2108 "clap_builder",
2109 "clap_derive",
2110]
2111
2112[[package]]
2113name = "clap_builder"
2114version = "4.4.4"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56"
2117dependencies = [
2118 "anstream",
2119 "anstyle",
2120 "clap_lex 0.5.1",
2121 "strsim",
2122]
2123
2124[[package]]
2125name = "clap_derive"
2126version = "4.4.2"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
2129dependencies = [
2130 "heck 0.4.1",
2131 "proc-macro2",
2132 "quote",
2133 "syn 2.0.59",
2134]
2135
2136[[package]]
2137name = "clap_lex"
2138version = "0.2.4"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
2141dependencies = [
2142 "os_str_bytes",
2143]
2144
2145[[package]]
2146name = "clap_lex"
2147version = "0.5.1"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
2150
2151[[package]]
2152name = "cli"
2153version = "0.1.0"
2154dependencies = [
2155 "anyhow",
2156 "clap 4.4.4",
2157 "core-foundation",
2158 "core-services",
2159 "exec",
2160 "fork",
2161 "ipc-channel",
2162 "libc",
2163 "once_cell",
2164 "plist",
2165 "release_channel",
2166 "serde",
2167 "util",
2168]
2169
2170[[package]]
2171name = "clickhouse"
2172version = "0.11.6"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f"
2175dependencies = [
2176 "bstr",
2177 "bytes 1.5.0",
2178 "clickhouse-derive",
2179 "clickhouse-rs-cityhash-sys",
2180 "futures 0.3.28",
2181 "hyper",
2182 "hyper-tls",
2183 "lz4",
2184 "sealed",
2185 "serde",
2186 "static_assertions",
2187 "thiserror",
2188 "tokio",
2189 "url",
2190]
2191
2192[[package]]
2193name = "clickhouse-derive"
2194version = "0.1.1"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5"
2197dependencies = [
2198 "proc-macro2",
2199 "quote",
2200 "serde_derive_internals",
2201 "syn 1.0.109",
2202]
2203
2204[[package]]
2205name = "clickhouse-rs-cityhash-sys"
2206version = "0.1.2"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9"
2209dependencies = [
2210 "cc",
2211]
2212
2213[[package]]
2214name = "client"
2215version = "0.1.0"
2216dependencies = [
2217 "anyhow",
2218 "async-native-tls 0.5.0",
2219 "async-recursion 0.3.2",
2220 "async-tungstenite",
2221 "chrono",
2222 "clock",
2223 "collections",
2224 "feature_flags",
2225 "futures 0.3.28",
2226 "gpui",
2227 "http 0.1.0",
2228 "lazy_static",
2229 "log",
2230 "once_cell",
2231 "parking_lot",
2232 "postage",
2233 "rand 0.8.5",
2234 "release_channel",
2235 "rpc",
2236 "schemars",
2237 "serde",
2238 "serde_json",
2239 "settings",
2240 "sha2 0.10.7",
2241 "smol",
2242 "sysinfo",
2243 "telemetry_events",
2244 "tempfile",
2245 "text",
2246 "thiserror",
2247 "time",
2248 "tiny_http",
2249 "url",
2250 "util",
2251]
2252
2253[[package]]
2254name = "clipboard-win"
2255version = "3.1.1"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "9fdf5e01086b6be750428ba4a40619f847eb2e95756eee84b18e06e5f0b50342"
2258dependencies = [
2259 "lazy-bytes-cast",
2260 "winapi",
2261]
2262
2263[[package]]
2264name = "clock"
2265version = "0.1.0"
2266dependencies = [
2267 "chrono",
2268 "parking_lot",
2269 "smallvec",
2270]
2271
2272[[package]]
2273name = "cmake"
2274version = "0.1.50"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
2277dependencies = [
2278 "cc",
2279]
2280
2281[[package]]
2282name = "cocoa"
2283version = "0.25.0"
2284source = "registry+https://github.com/rust-lang/crates.io-index"
2285checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2286dependencies = [
2287 "bitflags 1.3.2",
2288 "block",
2289 "cocoa-foundation",
2290 "core-foundation",
2291 "core-graphics",
2292 "foreign-types 0.5.0",
2293 "libc",
2294 "objc",
2295]
2296
2297[[package]]
2298name = "cocoa-foundation"
2299version = "0.1.2"
2300source = "registry+https://github.com/rust-lang/crates.io-index"
2301checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2302dependencies = [
2303 "bitflags 1.3.2",
2304 "block",
2305 "core-foundation",
2306 "core-graphics-types",
2307 "libc",
2308 "objc",
2309]
2310
2311[[package]]
2312name = "codespan-reporting"
2313version = "0.11.1"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2316dependencies = [
2317 "termcolor",
2318 "unicode-width",
2319]
2320
2321[[package]]
2322name = "collab"
2323version = "0.44.0"
2324dependencies = [
2325 "anthropic",
2326 "anyhow",
2327 "async-trait",
2328 "async-tungstenite",
2329 "audio",
2330 "aws-config",
2331 "aws-sdk-s3",
2332 "axum",
2333 "axum-extra",
2334 "base64 0.13.1",
2335 "call",
2336 "channel",
2337 "chrono",
2338 "clickhouse",
2339 "client",
2340 "clock",
2341 "collab_ui",
2342 "collections",
2343 "ctor",
2344 "dashmap",
2345 "dev_server_projects",
2346 "editor",
2347 "env_logger",
2348 "envy",
2349 "file_finder",
2350 "fs",
2351 "futures 0.3.28",
2352 "git",
2353 "git_hosting_providers",
2354 "google_ai",
2355 "gpui",
2356 "headless",
2357 "hex",
2358 "http 0.1.0",
2359 "indoc",
2360 "language",
2361 "live_kit_client",
2362 "live_kit_server",
2363 "log",
2364 "lsp",
2365 "menu",
2366 "multi_buffer",
2367 "nanoid",
2368 "node_runtime",
2369 "notifications",
2370 "open_ai",
2371 "parking_lot",
2372 "pretty_assertions",
2373 "project",
2374 "prometheus",
2375 "prost",
2376 "rand 0.8.5",
2377 "release_channel",
2378 "reqwest",
2379 "rpc",
2380 "rustc-demangle",
2381 "scrypt",
2382 "sea-orm",
2383 "semantic_version",
2384 "semver",
2385 "serde",
2386 "serde_derive",
2387 "serde_json",
2388 "settings",
2389 "sha2 0.10.7",
2390 "sqlx",
2391 "subtle",
2392 "supermaven_api",
2393 "telemetry_events",
2394 "text",
2395 "theme",
2396 "time",
2397 "tokio",
2398 "toml 0.8.10",
2399 "tower",
2400 "tower-http 0.4.4",
2401 "tracing",
2402 "tracing-subscriber",
2403 "unindent",
2404 "util",
2405 "uuid",
2406 "workspace",
2407]
2408
2409[[package]]
2410name = "collab_ui"
2411version = "0.1.0"
2412dependencies = [
2413 "anyhow",
2414 "auto_update",
2415 "call",
2416 "channel",
2417 "client",
2418 "collections",
2419 "db",
2420 "dev_server_projects",
2421 "editor",
2422 "emojis",
2423 "extensions_ui",
2424 "futures 0.3.28",
2425 "fuzzy",
2426 "gpui",
2427 "http 0.1.0",
2428 "language",
2429 "lazy_static",
2430 "menu",
2431 "notifications",
2432 "parking_lot",
2433 "picker",
2434 "pretty_assertions",
2435 "project",
2436 "recent_projects",
2437 "release_channel",
2438 "rich_text",
2439 "rpc",
2440 "schemars",
2441 "serde",
2442 "serde_derive",
2443 "serde_json",
2444 "settings",
2445 "smallvec",
2446 "story",
2447 "theme",
2448 "theme_selector",
2449 "time",
2450 "time_format",
2451 "tree-sitter-markdown",
2452 "ui",
2453 "util",
2454 "vcs_menu",
2455 "workspace",
2456 "zed_actions",
2457]
2458
2459[[package]]
2460name = "collections"
2461version = "0.1.0"
2462dependencies = [
2463 "rustc-hash",
2464]
2465
2466[[package]]
2467name = "color"
2468version = "0.1.0"
2469dependencies = [
2470 "palette",
2471]
2472
2473[[package]]
2474name = "color_quant"
2475version = "1.1.0"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2478
2479[[package]]
2480name = "colorchoice"
2481version = "1.0.0"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2484
2485[[package]]
2486name = "combine"
2487version = "4.6.6"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
2490dependencies = [
2491 "bytes 1.5.0",
2492 "memchr",
2493]
2494
2495[[package]]
2496name = "command_palette"
2497version = "0.1.0"
2498dependencies = [
2499 "client",
2500 "collections",
2501 "command_palette_hooks",
2502 "ctor",
2503 "editor",
2504 "env_logger",
2505 "fuzzy",
2506 "go_to_line",
2507 "gpui",
2508 "language",
2509 "menu",
2510 "picker",
2511 "postage",
2512 "project",
2513 "serde",
2514 "serde_json",
2515 "settings",
2516 "theme",
2517 "ui",
2518 "util",
2519 "workspace",
2520 "zed_actions",
2521]
2522
2523[[package]]
2524name = "command_palette_hooks"
2525version = "0.1.0"
2526dependencies = [
2527 "collections",
2528 "derive_more",
2529 "gpui",
2530]
2531
2532[[package]]
2533name = "concurrent-queue"
2534version = "2.2.0"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
2537dependencies = [
2538 "crossbeam-utils",
2539]
2540
2541[[package]]
2542name = "console"
2543version = "0.15.7"
2544source = "registry+https://github.com/rust-lang/crates.io-index"
2545checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
2546dependencies = [
2547 "encode_unicode",
2548 "lazy_static",
2549 "libc",
2550 "unicode-width",
2551 "windows-sys 0.45.0",
2552]
2553
2554[[package]]
2555name = "const-cstr"
2556version = "0.3.0"
2557source = "registry+https://github.com/rust-lang/crates.io-index"
2558checksum = "ed3d0b5ff30645a68f35ece8cea4556ca14ef8a1651455f789a099a0513532a6"
2559
2560[[package]]
2561name = "const-oid"
2562version = "0.9.5"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"
2565
2566[[package]]
2567name = "const-random"
2568version = "0.1.18"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2571dependencies = [
2572 "const-random-macro",
2573]
2574
2575[[package]]
2576name = "const-random-macro"
2577version = "0.1.16"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2580dependencies = [
2581 "getrandom 0.2.10",
2582 "once_cell",
2583 "tiny-keccak",
2584]
2585
2586[[package]]
2587name = "convert_case"
2588version = "0.4.0"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2591
2592[[package]]
2593name = "convert_case"
2594version = "0.6.0"
2595source = "registry+https://github.com/rust-lang/crates.io-index"
2596checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2597dependencies = [
2598 "unicode-segmentation",
2599]
2600
2601[[package]]
2602name = "copilot"
2603version = "0.1.0"
2604dependencies = [
2605 "anyhow",
2606 "async-compression",
2607 "async-std",
2608 "async-tar",
2609 "client",
2610 "clock",
2611 "collections",
2612 "command_palette_hooks",
2613 "editor",
2614 "fs",
2615 "futures 0.3.28",
2616 "gpui",
2617 "http 0.1.0",
2618 "indoc",
2619 "language",
2620 "lsp",
2621 "menu",
2622 "node_runtime",
2623 "parking_lot",
2624 "project",
2625 "rpc",
2626 "serde",
2627 "serde_json",
2628 "settings",
2629 "smol",
2630 "theme",
2631 "ui",
2632 "util",
2633 "workspace",
2634]
2635
2636[[package]]
2637name = "copypasta"
2638version = "0.10.1"
2639source = "registry+https://github.com/rust-lang/crates.io-index"
2640checksum = "deb85422867ca93da58b7f95fb5c0c10f6183ed6e1ef8841568968a896d3a858"
2641dependencies = [
2642 "clipboard-win",
2643 "objc",
2644 "objc-foundation",
2645 "objc_id",
2646 "smithay-clipboard",
2647 "x11-clipboard",
2648]
2649
2650[[package]]
2651name = "core-foundation"
2652version = "0.9.4"
2653source = "registry+https://github.com/rust-lang/crates.io-index"
2654checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2655dependencies = [
2656 "core-foundation-sys 0.8.6",
2657 "libc",
2658]
2659
2660[[package]]
2661name = "core-foundation-sys"
2662version = "0.6.2"
2663source = "registry+https://github.com/rust-lang/crates.io-index"
2664checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
2665
2666[[package]]
2667name = "core-foundation-sys"
2668version = "0.8.6"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2671
2672[[package]]
2673name = "core-graphics"
2674version = "0.23.1"
2675source = "registry+https://github.com/rust-lang/crates.io-index"
2676checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212"
2677dependencies = [
2678 "bitflags 1.3.2",
2679 "core-foundation",
2680 "core-graphics-types",
2681 "foreign-types 0.5.0",
2682 "libc",
2683]
2684
2685[[package]]
2686name = "core-graphics-types"
2687version = "0.1.3"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2690dependencies = [
2691 "bitflags 1.3.2",
2692 "core-foundation",
2693 "libc",
2694]
2695
2696[[package]]
2697name = "core-services"
2698version = "0.2.1"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
2701dependencies = [
2702 "core-foundation",
2703]
2704
2705[[package]]
2706name = "core-text"
2707version = "20.1.0"
2708source = "registry+https://github.com/rust-lang/crates.io-index"
2709checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
2710dependencies = [
2711 "core-foundation",
2712 "core-graphics",
2713 "foreign-types 0.5.0",
2714 "libc",
2715]
2716
2717[[package]]
2718name = "coreaudio-rs"
2719version = "0.11.2"
2720source = "registry+https://github.com/rust-lang/crates.io-index"
2721checksum = "cb17e2d1795b1996419648915df94bc7103c28f7b48062d7acf4652fc371b2ff"
2722dependencies = [
2723 "bitflags 1.3.2",
2724 "core-foundation-sys 0.6.2",
2725 "coreaudio-sys",
2726]
2727
2728[[package]]
2729name = "coreaudio-sys"
2730version = "0.2.12"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "f034b2258e6c4ade2f73bf87b21047567fb913ee9550837c2316d139b0262b24"
2733dependencies = [
2734 "bindgen 0.64.0",
2735]
2736
2737[[package]]
2738name = "cosmic-text"
2739version = "0.11.2"
2740source = "registry+https://github.com/rust-lang/crates.io-index"
2741checksum = "c578f2b9abb4d5f3fbb12aba4008084d435dc6a8425c195cfe0b3594bfea0c25"
2742dependencies = [
2743 "bitflags 2.4.2",
2744 "fontdb",
2745 "libm",
2746 "log",
2747 "rangemap",
2748 "rustc-hash",
2749 "rustybuzz",
2750 "self_cell",
2751 "swash",
2752 "sys-locale",
2753 "ttf-parser",
2754 "unicode-bidi",
2755 "unicode-linebreak",
2756 "unicode-script",
2757 "unicode-segmentation",
2758]
2759
2760[[package]]
2761name = "cpal"
2762version = "0.15.2"
2763source = "registry+https://github.com/rust-lang/crates.io-index"
2764checksum = "6d959d90e938c5493000514b446987c07aed46c668faaa7d34d6c7a67b1a578c"
2765dependencies = [
2766 "alsa",
2767 "core-foundation-sys 0.8.6",
2768 "coreaudio-rs",
2769 "dasp_sample",
2770 "jni 0.19.0",
2771 "js-sys",
2772 "libc",
2773 "mach2",
2774 "ndk",
2775 "ndk-context",
2776 "oboe",
2777 "once_cell",
2778 "parking_lot",
2779 "wasm-bindgen",
2780 "wasm-bindgen-futures",
2781 "web-sys",
2782 "windows 0.46.0",
2783]
2784
2785[[package]]
2786name = "cpp_demangle"
2787version = "0.4.3"
2788source = "registry+https://github.com/rust-lang/crates.io-index"
2789checksum = "7e8227005286ec39567949b33df9896bcadfa6051bccca2488129f108ca23119"
2790dependencies = [
2791 "cfg-if",
2792]
2793
2794[[package]]
2795name = "cpufeatures"
2796version = "0.2.9"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
2798checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
2799dependencies = [
2800 "libc",
2801]
2802
2803[[package]]
2804name = "cranelift-bforest"
2805version = "0.106.0"
2806source = "registry+https://github.com/rust-lang/crates.io-index"
2807checksum = "6a535eb1cf5a6003197dc569320c40c1cb2d2f97ef5d5348eebf067f20957381"
2808dependencies = [
2809 "cranelift-entity",
2810]
2811
2812[[package]]
2813name = "cranelift-codegen"
2814version = "0.106.0"
2815source = "registry+https://github.com/rust-lang/crates.io-index"
2816checksum = "11b5066db32cec1492573827183af2142d2d88fe85a83cfc9e73f0f63d3788d4"
2817dependencies = [
2818 "bumpalo",
2819 "cranelift-bforest",
2820 "cranelift-codegen-meta",
2821 "cranelift-codegen-shared",
2822 "cranelift-control",
2823 "cranelift-entity",
2824 "cranelift-isle",
2825 "gimli",
2826 "hashbrown 0.14.0",
2827 "log",
2828 "regalloc2",
2829 "smallvec",
2830 "target-lexicon",
2831]
2832
2833[[package]]
2834name = "cranelift-codegen-meta"
2835version = "0.106.0"
2836source = "registry+https://github.com/rust-lang/crates.io-index"
2837checksum = "64942e5774308e835fbad4dd25f253105412c90324631910e1ec27963147bddb"
2838dependencies = [
2839 "cranelift-codegen-shared",
2840]
2841
2842[[package]]
2843name = "cranelift-codegen-shared"
2844version = "0.106.0"
2845source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "c39c33db9a86dd6d8d04166a10c53deb477aeea3500eaaefca682e4eda9bb986"
2847
2848[[package]]
2849name = "cranelift-control"
2850version = "0.106.0"
2851source = "registry+https://github.com/rust-lang/crates.io-index"
2852checksum = "4b7fc4937613aea3156a0538800a17bf56f345a5da2e79ae3df58488c93d867f"
2853dependencies = [
2854 "arbitrary",
2855]
2856
2857[[package]]
2858name = "cranelift-entity"
2859version = "0.106.0"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "f85575e79a153ce1ddbfb7fe1813519b4bfe1eb200cc9c8353b45ad123ae4d36"
2862dependencies = [
2863 "serde",
2864 "serde_derive",
2865]
2866
2867[[package]]
2868name = "cranelift-frontend"
2869version = "0.106.0"
2870source = "registry+https://github.com/rust-lang/crates.io-index"
2871checksum = "bbc31d6c0ab2249fe0c21e988256b42f5f401ab2673b4fc40076c82a698bdfb9"
2872dependencies = [
2873 "cranelift-codegen",
2874 "log",
2875 "smallvec",
2876 "target-lexicon",
2877]
2878
2879[[package]]
2880name = "cranelift-isle"
2881version = "0.106.0"
2882source = "registry+https://github.com/rust-lang/crates.io-index"
2883checksum = "dc14f37e3314c0e4c53779c2f46753bf242efff76ee9473757a1fff3b495ad37"
2884
2885[[package]]
2886name = "cranelift-native"
2887version = "0.106.0"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "2ea5375f76ab31f9800a23fb2b440810286a6f669a3eb467cdd7ff255ea64268"
2890dependencies = [
2891 "cranelift-codegen",
2892 "libc",
2893 "target-lexicon",
2894]
2895
2896[[package]]
2897name = "cranelift-wasm"
2898version = "0.106.0"
2899source = "registry+https://github.com/rust-lang/crates.io-index"
2900checksum = "79851dba01b1fa83fad95134aa27beca88dc4b027121d92ab19788582389dc5f"
2901dependencies = [
2902 "cranelift-codegen",
2903 "cranelift-entity",
2904 "cranelift-frontend",
2905 "itertools 0.12.1",
2906 "log",
2907 "smallvec",
2908 "wasmparser",
2909 "wasmtime-types",
2910]
2911
2912[[package]]
2913name = "crc"
2914version = "3.0.1"
2915source = "registry+https://github.com/rust-lang/crates.io-index"
2916checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
2917dependencies = [
2918 "crc-catalog",
2919]
2920
2921[[package]]
2922name = "crc-catalog"
2923version = "2.2.0"
2924source = "registry+https://github.com/rust-lang/crates.io-index"
2925checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
2926
2927[[package]]
2928name = "crc32c"
2929version = "0.6.5"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "89254598aa9b9fa608de44b3ae54c810f0f06d755e24c50177f1f8f31ff50ce2"
2932dependencies = [
2933 "rustc_version",
2934]
2935
2936[[package]]
2937name = "crc32fast"
2938version = "1.3.2"
2939source = "registry+https://github.com/rust-lang/crates.io-index"
2940checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2941dependencies = [
2942 "cfg-if",
2943]
2944
2945[[package]]
2946name = "criterion"
2947version = "0.4.0"
2948source = "registry+https://github.com/rust-lang/crates.io-index"
2949checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb"
2950dependencies = [
2951 "anes",
2952 "atty",
2953 "cast",
2954 "ciborium",
2955 "clap 3.2.25",
2956 "criterion-plot",
2957 "itertools 0.10.5",
2958 "lazy_static",
2959 "num-traits",
2960 "oorandom",
2961 "plotters",
2962 "rayon",
2963 "regex",
2964 "serde",
2965 "serde_derive",
2966 "serde_json",
2967 "tinytemplate",
2968 "walkdir",
2969]
2970
2971[[package]]
2972name = "criterion-plot"
2973version = "0.5.0"
2974source = "registry+https://github.com/rust-lang/crates.io-index"
2975checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
2976dependencies = [
2977 "cast",
2978 "itertools 0.10.5",
2979]
2980
2981[[package]]
2982name = "crossbeam-channel"
2983version = "0.5.8"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2986dependencies = [
2987 "cfg-if",
2988 "crossbeam-utils",
2989]
2990
2991[[package]]
2992name = "crossbeam-deque"
2993version = "0.8.3"
2994source = "registry+https://github.com/rust-lang/crates.io-index"
2995checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2996dependencies = [
2997 "cfg-if",
2998 "crossbeam-epoch",
2999 "crossbeam-utils",
3000]
3001
3002[[package]]
3003name = "crossbeam-epoch"
3004version = "0.9.15"
3005source = "registry+https://github.com/rust-lang/crates.io-index"
3006checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
3007dependencies = [
3008 "autocfg",
3009 "cfg-if",
3010 "crossbeam-utils",
3011 "memoffset",
3012 "scopeguard",
3013]
3014
3015[[package]]
3016name = "crossbeam-queue"
3017version = "0.3.8"
3018source = "registry+https://github.com/rust-lang/crates.io-index"
3019checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
3020dependencies = [
3021 "cfg-if",
3022 "crossbeam-utils",
3023]
3024
3025[[package]]
3026name = "crossbeam-utils"
3027version = "0.8.16"
3028source = "registry+https://github.com/rust-lang/crates.io-index"
3029checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
3030dependencies = [
3031 "cfg-if",
3032]
3033
3034[[package]]
3035name = "crunchy"
3036version = "0.2.2"
3037source = "registry+https://github.com/rust-lang/crates.io-index"
3038checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3039
3040[[package]]
3041name = "crypto-bigint"
3042version = "0.4.9"
3043source = "registry+https://github.com/rust-lang/crates.io-index"
3044checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3045dependencies = [
3046 "generic-array",
3047 "rand_core 0.6.4",
3048 "subtle",
3049 "zeroize",
3050]
3051
3052[[package]]
3053name = "crypto-bigint"
3054version = "0.5.5"
3055source = "registry+https://github.com/rust-lang/crates.io-index"
3056checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3057dependencies = [
3058 "rand_core 0.6.4",
3059 "subtle",
3060]
3061
3062[[package]]
3063name = "crypto-common"
3064version = "0.1.6"
3065source = "registry+https://github.com/rust-lang/crates.io-index"
3066checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3067dependencies = [
3068 "generic-array",
3069 "rand_core 0.6.4",
3070 "typenum",
3071]
3072
3073[[package]]
3074name = "crypto-mac"
3075version = "0.11.0"
3076source = "registry+https://github.com/rust-lang/crates.io-index"
3077checksum = "25fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e"
3078dependencies = [
3079 "generic-array",
3080 "subtle",
3081]
3082
3083[[package]]
3084name = "ctor"
3085version = "0.2.6"
3086source = "registry+https://github.com/rust-lang/crates.io-index"
3087checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e"
3088dependencies = [
3089 "quote",
3090 "syn 2.0.59",
3091]
3092
3093[[package]]
3094name = "ctrlc"
3095version = "3.4.4"
3096source = "registry+https://github.com/rust-lang/crates.io-index"
3097checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345"
3098dependencies = [
3099 "nix 0.28.0",
3100 "windows-sys 0.52.0",
3101]
3102
3103[[package]]
3104name = "curl"
3105version = "0.4.44"
3106source = "registry+https://github.com/rust-lang/crates.io-index"
3107checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
3108dependencies = [
3109 "curl-sys",
3110 "libc",
3111 "openssl-probe",
3112 "openssl-sys",
3113 "schannel",
3114 "socket2 0.4.9",
3115 "winapi",
3116]
3117
3118[[package]]
3119name = "curl-sys"
3120version = "0.4.67+curl-8.3.0"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "3cc35d066510b197a0f72de863736641539957628c8a42e70e27c66849e77c34"
3123dependencies = [
3124 "cc",
3125 "libc",
3126 "libz-sys",
3127 "openssl-sys",
3128 "pkg-config",
3129 "vcpkg",
3130 "windows-sys 0.48.0",
3131]
3132
3133[[package]]
3134name = "cursor-icon"
3135version = "1.1.0"
3136source = "registry+https://github.com/rust-lang/crates.io-index"
3137checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3138
3139[[package]]
3140name = "dashmap"
3141version = "5.5.3"
3142source = "registry+https://github.com/rust-lang/crates.io-index"
3143checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3144dependencies = [
3145 "cfg-if",
3146 "hashbrown 0.14.0",
3147 "lock_api",
3148 "once_cell",
3149 "parking_lot_core",
3150]
3151
3152[[package]]
3153name = "dasp_sample"
3154version = "0.11.0"
3155source = "registry+https://github.com/rust-lang/crates.io-index"
3156checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3157
3158[[package]]
3159name = "data-encoding"
3160version = "2.5.0"
3161source = "registry+https://github.com/rust-lang/crates.io-index"
3162checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
3163
3164[[package]]
3165name = "data-url"
3166version = "0.3.1"
3167source = "registry+https://github.com/rust-lang/crates.io-index"
3168checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3169
3170[[package]]
3171name = "db"
3172version = "0.1.0"
3173dependencies = [
3174 "anyhow",
3175 "gpui",
3176 "indoc",
3177 "lazy_static",
3178 "log",
3179 "release_channel",
3180 "smol",
3181 "sqlez",
3182 "sqlez_macros",
3183 "tempfile",
3184 "util",
3185]
3186
3187[[package]]
3188name = "deflate"
3189version = "0.8.6"
3190source = "registry+https://github.com/rust-lang/crates.io-index"
3191checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
3192dependencies = [
3193 "adler32",
3194 "byteorder",
3195]
3196
3197[[package]]
3198name = "deflate64"
3199version = "0.1.8"
3200source = "registry+https://github.com/rust-lang/crates.io-index"
3201checksum = "83ace6c86376be0b6cdcf3fb41882e81d94b31587573d1cfa9d01cd06bba210d"
3202
3203[[package]]
3204name = "der"
3205version = "0.6.1"
3206source = "registry+https://github.com/rust-lang/crates.io-index"
3207checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3208dependencies = [
3209 "const-oid",
3210 "zeroize",
3211]
3212
3213[[package]]
3214name = "der"
3215version = "0.7.8"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
3218dependencies = [
3219 "const-oid",
3220 "pem-rfc7468",
3221 "zeroize",
3222]
3223
3224[[package]]
3225name = "deranged"
3226version = "0.3.8"
3227source = "registry+https://github.com/rust-lang/crates.io-index"
3228checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
3229dependencies = [
3230 "serde",
3231]
3232
3233[[package]]
3234name = "derivative"
3235version = "2.2.0"
3236source = "registry+https://github.com/rust-lang/crates.io-index"
3237checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
3238dependencies = [
3239 "proc-macro2",
3240 "quote",
3241 "syn 1.0.109",
3242]
3243
3244[[package]]
3245name = "derive_more"
3246version = "0.99.17"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
3249dependencies = [
3250 "convert_case 0.4.0",
3251 "proc-macro2",
3252 "quote",
3253 "rustc_version",
3254 "syn 1.0.109",
3255]
3256
3257[[package]]
3258name = "derive_refineable"
3259version = "0.1.0"
3260dependencies = [
3261 "proc-macro2",
3262 "quote",
3263 "syn 1.0.109",
3264]
3265
3266[[package]]
3267name = "dev_server_projects"
3268version = "0.1.0"
3269dependencies = [
3270 "anyhow",
3271 "client",
3272 "gpui",
3273 "rpc",
3274 "serde",
3275 "serde_json",
3276]
3277
3278[[package]]
3279name = "diagnostics"
3280version = "0.1.0"
3281dependencies = [
3282 "anyhow",
3283 "client",
3284 "collections",
3285 "ctor",
3286 "editor",
3287 "env_logger",
3288 "futures 0.3.28",
3289 "gpui",
3290 "language",
3291 "log",
3292 "lsp",
3293 "pretty_assertions",
3294 "project",
3295 "rand 0.8.5",
3296 "schemars",
3297 "serde",
3298 "serde_json",
3299 "settings",
3300 "theme",
3301 "ui",
3302 "unindent",
3303 "util",
3304 "workspace",
3305]
3306
3307[[package]]
3308name = "dialoguer"
3309version = "0.11.0"
3310source = "registry+https://github.com/rust-lang/crates.io-index"
3311checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3312dependencies = [
3313 "console",
3314 "fuzzy-matcher",
3315 "shell-words",
3316 "tempfile",
3317 "thiserror",
3318 "zeroize",
3319]
3320
3321[[package]]
3322name = "diff"
3323version = "0.1.13"
3324source = "registry+https://github.com/rust-lang/crates.io-index"
3325checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3326
3327[[package]]
3328name = "digest"
3329version = "0.9.0"
3330source = "registry+https://github.com/rust-lang/crates.io-index"
3331checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
3332dependencies = [
3333 "generic-array",
3334]
3335
3336[[package]]
3337name = "digest"
3338version = "0.10.7"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3341dependencies = [
3342 "block-buffer 0.10.4",
3343 "const-oid",
3344 "crypto-common",
3345 "subtle",
3346]
3347
3348[[package]]
3349name = "dirs"
3350version = "3.0.2"
3351source = "registry+https://github.com/rust-lang/crates.io-index"
3352checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
3353dependencies = [
3354 "dirs-sys",
3355]
3356
3357[[package]]
3358name = "dirs"
3359version = "4.0.0"
3360source = "registry+https://github.com/rust-lang/crates.io-index"
3361checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3362dependencies = [
3363 "dirs-sys",
3364]
3365
3366[[package]]
3367name = "dirs-next"
3368version = "2.0.0"
3369source = "registry+https://github.com/rust-lang/crates.io-index"
3370checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
3371dependencies = [
3372 "cfg-if",
3373 "dirs-sys-next",
3374]
3375
3376[[package]]
3377name = "dirs-sys"
3378version = "0.3.7"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3381dependencies = [
3382 "libc",
3383 "redox_users",
3384 "winapi",
3385]
3386
3387[[package]]
3388name = "dirs-sys-next"
3389version = "0.1.2"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
3392dependencies = [
3393 "libc",
3394 "redox_users",
3395 "winapi",
3396]
3397
3398[[package]]
3399name = "dlib"
3400version = "0.5.2"
3401source = "registry+https://github.com/rust-lang/crates.io-index"
3402checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3403dependencies = [
3404 "libloading 0.8.0",
3405]
3406
3407[[package]]
3408name = "dotenvy"
3409version = "0.15.7"
3410source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3412
3413[[package]]
3414name = "downcast-rs"
3415version = "1.2.0"
3416source = "registry+https://github.com/rust-lang/crates.io-index"
3417checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
3418
3419[[package]]
3420name = "doxygen-rs"
3421version = "0.4.2"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3424dependencies = [
3425 "phf",
3426]
3427
3428[[package]]
3429name = "dwrote"
3430version = "0.11.0"
3431source = "registry+https://github.com/rust-lang/crates.io-index"
3432checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
3433dependencies = [
3434 "lazy_static",
3435 "libc",
3436 "winapi",
3437 "wio",
3438]
3439
3440[[package]]
3441name = "dyn-clone"
3442version = "1.0.14"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd"
3445
3446[[package]]
3447name = "ecdsa"
3448version = "0.14.8"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3451dependencies = [
3452 "der 0.6.1",
3453 "elliptic-curve",
3454 "rfc6979",
3455 "signature 1.6.4",
3456]
3457
3458[[package]]
3459name = "editor"
3460version = "0.1.0"
3461dependencies = [
3462 "aho-corasick",
3463 "anyhow",
3464 "client",
3465 "clock",
3466 "collections",
3467 "convert_case 0.6.0",
3468 "ctor",
3469 "db",
3470 "emojis",
3471 "env_logger",
3472 "futures 0.3.28",
3473 "fuzzy",
3474 "git",
3475 "gpui",
3476 "http 0.1.0",
3477 "indoc",
3478 "itertools 0.11.0",
3479 "language",
3480 "lazy_static",
3481 "linkify",
3482 "log",
3483 "lsp",
3484 "multi_buffer",
3485 "ordered-float 2.10.0",
3486 "parking_lot",
3487 "project",
3488 "rand 0.8.5",
3489 "release_channel",
3490 "rpc",
3491 "schemars",
3492 "serde",
3493 "serde_json",
3494 "settings",
3495 "smallvec",
3496 "smol",
3497 "snippet",
3498 "sum_tree",
3499 "task",
3500 "text",
3501 "theme",
3502 "time",
3503 "time_format",
3504 "tree-sitter-html",
3505 "tree-sitter-rust",
3506 "tree-sitter-typescript",
3507 "ui",
3508 "unindent",
3509 "url",
3510 "util",
3511 "workspace",
3512]
3513
3514[[package]]
3515name = "either"
3516version = "1.9.0"
3517source = "registry+https://github.com/rust-lang/crates.io-index"
3518checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
3519dependencies = [
3520 "serde",
3521]
3522
3523[[package]]
3524name = "elliptic-curve"
3525version = "0.12.3"
3526source = "registry+https://github.com/rust-lang/crates.io-index"
3527checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3528dependencies = [
3529 "base16ct",
3530 "crypto-bigint 0.4.9",
3531 "der 0.6.1",
3532 "digest 0.10.7",
3533 "ff",
3534 "generic-array",
3535 "group",
3536 "pkcs8 0.9.0",
3537 "rand_core 0.6.4",
3538 "sec1",
3539 "subtle",
3540 "zeroize",
3541]
3542
3543[[package]]
3544name = "embed-resource"
3545version = "2.4.2"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "c6985554d0688b687c5cb73898a34fbe3ad6c24c58c238a4d91d5e840670ee9d"
3548dependencies = [
3549 "cc",
3550 "memchr",
3551 "rustc_version",
3552 "toml 0.8.10",
3553 "vswhom",
3554 "winreg 0.52.0",
3555]
3556
3557[[package]]
3558name = "emojis"
3559version = "0.6.1"
3560source = "registry+https://github.com/rust-lang/crates.io-index"
3561checksum = "4ee61eb945bff65ee7d19d157d39c67c33290ff0742907413fd5eefd29edc979"
3562dependencies = [
3563 "phf",
3564]
3565
3566[[package]]
3567name = "encode_unicode"
3568version = "0.3.6"
3569source = "registry+https://github.com/rust-lang/crates.io-index"
3570checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3571
3572[[package]]
3573name = "encoding_rs"
3574version = "0.8.33"
3575source = "registry+https://github.com/rust-lang/crates.io-index"
3576checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
3577dependencies = [
3578 "cfg-if",
3579]
3580
3581[[package]]
3582name = "endi"
3583version = "1.1.0"
3584source = "registry+https://github.com/rust-lang/crates.io-index"
3585checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3586
3587[[package]]
3588name = "enumflags2"
3589version = "0.7.9"
3590source = "registry+https://github.com/rust-lang/crates.io-index"
3591checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d"
3592dependencies = [
3593 "enumflags2_derive",
3594 "serde",
3595]
3596
3597[[package]]
3598name = "enumflags2_derive"
3599version = "0.7.9"
3600source = "registry+https://github.com/rust-lang/crates.io-index"
3601checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4"
3602dependencies = [
3603 "proc-macro2",
3604 "quote",
3605 "syn 2.0.59",
3606]
3607
3608[[package]]
3609name = "env_logger"
3610version = "0.9.3"
3611source = "registry+https://github.com/rust-lang/crates.io-index"
3612checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
3613dependencies = [
3614 "atty",
3615 "humantime",
3616 "log",
3617 "regex",
3618 "termcolor",
3619]
3620
3621[[package]]
3622name = "envy"
3623version = "0.4.2"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
3626dependencies = [
3627 "serde",
3628]
3629
3630[[package]]
3631name = "equivalent"
3632version = "1.0.1"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
3635
3636[[package]]
3637name = "erased-serde"
3638version = "0.3.31"
3639source = "registry+https://github.com/rust-lang/crates.io-index"
3640checksum = "6c138974f9d5e7fe373eb04df7cae98833802ae4b11c24ac7039a21d5af4b26c"
3641dependencies = [
3642 "serde",
3643]
3644
3645[[package]]
3646name = "errno"
3647version = "0.2.8"
3648source = "registry+https://github.com/rust-lang/crates.io-index"
3649checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
3650dependencies = [
3651 "errno-dragonfly",
3652 "libc",
3653 "winapi",
3654]
3655
3656[[package]]
3657name = "errno"
3658version = "0.3.8"
3659source = "registry+https://github.com/rust-lang/crates.io-index"
3660checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
3661dependencies = [
3662 "libc",
3663 "windows-sys 0.52.0",
3664]
3665
3666[[package]]
3667name = "errno-dragonfly"
3668version = "0.1.2"
3669source = "registry+https://github.com/rust-lang/crates.io-index"
3670checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
3671dependencies = [
3672 "cc",
3673 "libc",
3674]
3675
3676[[package]]
3677name = "etagere"
3678version = "0.2.8"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "fcf22f748754352918e082e0039335ee92454a5d62bcaf69b5e8daf5907d9644"
3681dependencies = [
3682 "euclid",
3683 "svg_fmt",
3684]
3685
3686[[package]]
3687name = "etcetera"
3688version = "0.8.0"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
3691dependencies = [
3692 "cfg-if",
3693 "home",
3694 "windows-sys 0.48.0",
3695]
3696
3697[[package]]
3698name = "euclid"
3699version = "0.22.9"
3700source = "registry+https://github.com/rust-lang/crates.io-index"
3701checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787"
3702dependencies = [
3703 "num-traits",
3704]
3705
3706[[package]]
3707name = "event-listener"
3708version = "2.5.3"
3709source = "registry+https://github.com/rust-lang/crates.io-index"
3710checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
3711
3712[[package]]
3713name = "event-listener"
3714version = "4.0.3"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
3717dependencies = [
3718 "concurrent-queue",
3719 "parking",
3720 "pin-project-lite",
3721]
3722
3723[[package]]
3724name = "event-listener"
3725version = "5.1.0"
3726source = "registry+https://github.com/rust-lang/crates.io-index"
3727checksum = "b7ad6fd685ce13acd6d9541a30f6db6567a7a24c9ffd4ba2955d29e3f22c8b27"
3728dependencies = [
3729 "concurrent-queue",
3730 "parking",
3731 "pin-project-lite",
3732]
3733
3734[[package]]
3735name = "event-listener-strategy"
3736version = "0.4.0"
3737source = "registry+https://github.com/rust-lang/crates.io-index"
3738checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
3739dependencies = [
3740 "event-listener 4.0.3",
3741 "pin-project-lite",
3742]
3743
3744[[package]]
3745name = "event-listener-strategy"
3746version = "0.5.0"
3747source = "registry+https://github.com/rust-lang/crates.io-index"
3748checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291"
3749dependencies = [
3750 "event-listener 5.1.0",
3751 "pin-project-lite",
3752]
3753
3754[[package]]
3755name = "exec"
3756version = "0.3.1"
3757source = "registry+https://github.com/rust-lang/crates.io-index"
3758checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
3759dependencies = [
3760 "errno 0.2.8",
3761 "libc",
3762]
3763
3764[[package]]
3765name = "extension"
3766version = "0.1.0"
3767dependencies = [
3768 "anyhow",
3769 "async-compression",
3770 "async-tar",
3771 "async-trait",
3772 "cap-std",
3773 "client",
3774 "collections",
3775 "ctor",
3776 "env_logger",
3777 "fs",
3778 "futures 0.3.28",
3779 "gpui",
3780 "http 0.1.0",
3781 "isahc",
3782 "language",
3783 "log",
3784 "lsp",
3785 "node_runtime",
3786 "parking_lot",
3787 "project",
3788 "schemars",
3789 "semantic_version",
3790 "serde",
3791 "serde_json",
3792 "serde_json_lenient",
3793 "settings",
3794 "task",
3795 "theme",
3796 "toml 0.8.10",
3797 "url",
3798 "util",
3799 "wasm-encoder",
3800 "wasmparser",
3801 "wasmtime",
3802 "wasmtime-wasi",
3803 "wit-component",
3804]
3805
3806[[package]]
3807name = "extension_cli"
3808version = "0.1.0"
3809dependencies = [
3810 "anyhow",
3811 "clap 4.4.4",
3812 "env_logger",
3813 "extension",
3814 "fs",
3815 "language",
3816 "log",
3817 "rpc",
3818 "serde",
3819 "serde_json",
3820 "theme",
3821 "tokio",
3822 "toml 0.8.10",
3823 "tree-sitter",
3824 "wasmtime",
3825]
3826
3827[[package]]
3828name = "extensions_ui"
3829version = "0.1.0"
3830dependencies = [
3831 "anyhow",
3832 "client",
3833 "db",
3834 "editor",
3835 "extension",
3836 "fs",
3837 "fuzzy",
3838 "gpui",
3839 "language",
3840 "picker",
3841 "project",
3842 "semantic_version",
3843 "serde",
3844 "settings",
3845 "smallvec",
3846 "theme",
3847 "theme_selector",
3848 "ui",
3849 "util",
3850 "workspace",
3851]
3852
3853[[package]]
3854name = "fallible-iterator"
3855version = "0.3.0"
3856source = "registry+https://github.com/rust-lang/crates.io-index"
3857checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
3858
3859[[package]]
3860name = "fancy-regex"
3861version = "0.12.0"
3862source = "registry+https://github.com/rust-lang/crates.io-index"
3863checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
3864dependencies = [
3865 "bit-set",
3866 "regex",
3867]
3868
3869[[package]]
3870name = "fast-srgb8"
3871version = "1.0.0"
3872source = "registry+https://github.com/rust-lang/crates.io-index"
3873checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
3874
3875[[package]]
3876name = "fastrand"
3877version = "1.9.0"
3878source = "registry+https://github.com/rust-lang/crates.io-index"
3879checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
3880dependencies = [
3881 "instant",
3882]
3883
3884[[package]]
3885name = "fastrand"
3886version = "2.0.0"
3887source = "registry+https://github.com/rust-lang/crates.io-index"
3888checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
3889
3890[[package]]
3891name = "fd-lock"
3892version = "4.0.2"
3893source = "registry+https://github.com/rust-lang/crates.io-index"
3894checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
3895dependencies = [
3896 "cfg-if",
3897 "rustix 0.38.32",
3898 "windows-sys 0.52.0",
3899]
3900
3901[[package]]
3902name = "fdeflate"
3903version = "0.3.4"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
3906dependencies = [
3907 "simd-adler32",
3908]
3909
3910[[package]]
3911name = "feature_flags"
3912version = "0.1.0"
3913dependencies = [
3914 "gpui",
3915]
3916
3917[[package]]
3918name = "feedback"
3919version = "0.1.0"
3920dependencies = [
3921 "anyhow",
3922 "bitflags 2.4.2",
3923 "client",
3924 "db",
3925 "editor",
3926 "futures 0.3.28",
3927 "gpui",
3928 "http 0.1.0",
3929 "human_bytes",
3930 "isahc",
3931 "language",
3932 "log",
3933 "menu",
3934 "project",
3935 "regex",
3936 "release_channel",
3937 "serde",
3938 "serde_derive",
3939 "serde_json",
3940 "smol",
3941 "sysinfo",
3942 "ui",
3943 "urlencoding",
3944 "util",
3945 "workspace",
3946]
3947
3948[[package]]
3949name = "ff"
3950version = "0.12.1"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
3953dependencies = [
3954 "rand_core 0.6.4",
3955 "subtle",
3956]
3957
3958[[package]]
3959name = "file_finder"
3960version = "0.1.0"
3961dependencies = [
3962 "anyhow",
3963 "collections",
3964 "ctor",
3965 "editor",
3966 "env_logger",
3967 "futures 0.3.28",
3968 "fuzzy",
3969 "gpui",
3970 "itertools 0.11.0",
3971 "language",
3972 "menu",
3973 "picker",
3974 "project",
3975 "serde_json",
3976 "settings",
3977 "text",
3978 "theme",
3979 "ui",
3980 "util",
3981 "workspace",
3982]
3983
3984[[package]]
3985name = "file_icons"
3986version = "0.1.0"
3987dependencies = [
3988 "collections",
3989 "gpui",
3990 "serde",
3991 "serde_derive",
3992 "serde_json",
3993 "util",
3994]
3995
3996[[package]]
3997name = "filedescriptor"
3998version = "0.8.2"
3999source = "registry+https://github.com/rust-lang/crates.io-index"
4000checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4001dependencies = [
4002 "libc",
4003 "thiserror",
4004 "winapi",
4005]
4006
4007[[package]]
4008name = "filetime"
4009version = "0.2.22"
4010source = "registry+https://github.com/rust-lang/crates.io-index"
4011checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
4012dependencies = [
4013 "cfg-if",
4014 "libc",
4015 "redox_syscall 0.3.5",
4016 "windows-sys 0.48.0",
4017]
4018
4019[[package]]
4020name = "finl_unicode"
4021version = "1.2.0"
4022source = "registry+https://github.com/rust-lang/crates.io-index"
4023checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
4024
4025[[package]]
4026name = "fixedbitset"
4027version = "0.4.2"
4028source = "registry+https://github.com/rust-lang/crates.io-index"
4029checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4030
4031[[package]]
4032name = "flate2"
4033version = "1.0.27"
4034source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
4036dependencies = [
4037 "crc32fast",
4038 "miniz_oxide 0.7.1",
4039]
4040
4041[[package]]
4042name = "float-cmp"
4043version = "0.9.0"
4044source = "registry+https://github.com/rust-lang/crates.io-index"
4045checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4046
4047[[package]]
4048name = "float-ord"
4049version = "0.2.0"
4050source = "registry+https://github.com/rust-lang/crates.io-index"
4051checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
4052
4053[[package]]
4054name = "flume"
4055version = "0.11.0"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
4058dependencies = [
4059 "futures-core",
4060 "futures-sink",
4061 "nanorand",
4062 "spin 0.9.8",
4063]
4064
4065[[package]]
4066name = "fnv"
4067version = "1.0.7"
4068source = "registry+https://github.com/rust-lang/crates.io-index"
4069checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4070
4071[[package]]
4072name = "font-kit"
4073version = "0.11.0"
4074source = "git+https://github.com/zed-industries/font-kit?rev=5a5c4d4#5a5c4d4ca395c74eb0abde38508e170ce0fd761a"
4075dependencies = [
4076 "bitflags 1.3.2",
4077 "byteorder",
4078 "core-foundation",
4079 "core-graphics",
4080 "core-text",
4081 "dirs-next",
4082 "dwrote",
4083 "float-ord",
4084 "freetype",
4085 "lazy_static",
4086 "libc",
4087 "log",
4088 "pathfinder_geometry",
4089 "pathfinder_simd",
4090 "walkdir",
4091 "winapi",
4092 "yeslogic-fontconfig-sys",
4093]
4094
4095[[package]]
4096name = "font-types"
4097version = "0.4.2"
4098source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "0bd7f3ea17572640b606b35df42cfb6ecdf003704b062580e59918692190b73d"
4100
4101[[package]]
4102name = "fontconfig-parser"
4103version = "0.5.6"
4104source = "registry+https://github.com/rust-lang/crates.io-index"
4105checksum = "6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d"
4106dependencies = [
4107 "roxmltree",
4108]
4109
4110[[package]]
4111name = "fontdb"
4112version = "0.16.2"
4113source = "registry+https://github.com/rust-lang/crates.io-index"
4114checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
4115dependencies = [
4116 "fontconfig-parser",
4117 "log",
4118 "memmap2 0.9.4",
4119 "slotmap",
4120 "tinyvec",
4121 "ttf-parser",
4122]
4123
4124[[package]]
4125name = "foreign-types"
4126version = "0.3.2"
4127source = "registry+https://github.com/rust-lang/crates.io-index"
4128checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4129dependencies = [
4130 "foreign-types-shared 0.1.1",
4131]
4132
4133[[package]]
4134name = "foreign-types"
4135version = "0.5.0"
4136source = "registry+https://github.com/rust-lang/crates.io-index"
4137checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4138dependencies = [
4139 "foreign-types-macros",
4140 "foreign-types-shared 0.3.1",
4141]
4142
4143[[package]]
4144name = "foreign-types-macros"
4145version = "0.2.3"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4148dependencies = [
4149 "proc-macro2",
4150 "quote",
4151 "syn 2.0.59",
4152]
4153
4154[[package]]
4155name = "foreign-types-shared"
4156version = "0.1.1"
4157source = "registry+https://github.com/rust-lang/crates.io-index"
4158checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4159
4160[[package]]
4161name = "foreign-types-shared"
4162version = "0.3.1"
4163source = "registry+https://github.com/rust-lang/crates.io-index"
4164checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4165
4166[[package]]
4167name = "fork"
4168version = "0.1.23"
4169source = "registry+https://github.com/rust-lang/crates.io-index"
4170checksum = "60e74d3423998a57e9d906e49252fb79eb4a04d5cdfe188fb1b7ff9fc076a8ed"
4171dependencies = [
4172 "libc",
4173]
4174
4175[[package]]
4176name = "form_urlencoded"
4177version = "1.2.1"
4178source = "registry+https://github.com/rust-lang/crates.io-index"
4179checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4180dependencies = [
4181 "percent-encoding",
4182]
4183
4184[[package]]
4185name = "freetype"
4186version = "0.7.0"
4187source = "registry+https://github.com/rust-lang/crates.io-index"
4188checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
4189dependencies = [
4190 "freetype-sys",
4191 "libc",
4192]
4193
4194[[package]]
4195name = "freetype-sys"
4196version = "0.13.1"
4197source = "registry+https://github.com/rust-lang/crates.io-index"
4198checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
4199dependencies = [
4200 "cmake",
4201 "libc",
4202 "pkg-config",
4203]
4204
4205[[package]]
4206name = "fs"
4207version = "0.1.0"
4208dependencies = [
4209 "anyhow",
4210 "async-tar",
4211 "async-trait",
4212 "cocoa",
4213 "collections",
4214 "fsevent",
4215 "futures 0.3.28",
4216 "git",
4217 "git2",
4218 "gpui",
4219 "lazy_static",
4220 "libc",
4221 "notify",
4222 "objc",
4223 "parking_lot",
4224 "rope",
4225 "serde",
4226 "serde_json",
4227 "smol",
4228 "tempfile",
4229 "text",
4230 "time",
4231 "util",
4232 "windows 0.56.0",
4233]
4234
4235[[package]]
4236name = "fs-set-times"
4237version = "0.20.1"
4238source = "registry+https://github.com/rust-lang/crates.io-index"
4239checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
4240dependencies = [
4241 "io-lifetimes 2.0.3",
4242 "rustix 0.38.32",
4243 "windows-sys 0.52.0",
4244]
4245
4246[[package]]
4247name = "fsevent"
4248version = "0.1.0"
4249dependencies = [
4250 "bitflags 2.4.2",
4251 "core-foundation",
4252 "fsevent-sys 3.1.0",
4253 "parking_lot",
4254 "tempfile",
4255]
4256
4257[[package]]
4258name = "fsevent-sys"
4259version = "3.1.0"
4260source = "registry+https://github.com/rust-lang/crates.io-index"
4261checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4262dependencies = [
4263 "libc",
4264]
4265
4266[[package]]
4267name = "fsevent-sys"
4268version = "4.1.0"
4269source = "registry+https://github.com/rust-lang/crates.io-index"
4270checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4271dependencies = [
4272 "libc",
4273]
4274
4275[[package]]
4276name = "funty"
4277version = "2.0.0"
4278source = "registry+https://github.com/rust-lang/crates.io-index"
4279checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4280
4281[[package]]
4282name = "futf"
4283version = "0.1.5"
4284source = "registry+https://github.com/rust-lang/crates.io-index"
4285checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4286dependencies = [
4287 "mac",
4288 "new_debug_unreachable",
4289]
4290
4291[[package]]
4292name = "futures"
4293version = "0.1.31"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4296
4297[[package]]
4298name = "futures"
4299version = "0.3.28"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
4302dependencies = [
4303 "futures-channel",
4304 "futures-core",
4305 "futures-executor",
4306 "futures-io",
4307 "futures-sink",
4308 "futures-task",
4309 "futures-util",
4310]
4311
4312[[package]]
4313name = "futures-batch"
4314version = "0.6.1"
4315source = "registry+https://github.com/rust-lang/crates.io-index"
4316checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4317dependencies = [
4318 "futures 0.3.28",
4319 "futures-timer",
4320 "pin-utils",
4321]
4322
4323[[package]]
4324name = "futures-channel"
4325version = "0.3.30"
4326source = "registry+https://github.com/rust-lang/crates.io-index"
4327checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
4328dependencies = [
4329 "futures-core",
4330 "futures-sink",
4331]
4332
4333[[package]]
4334name = "futures-core"
4335version = "0.3.30"
4336source = "registry+https://github.com/rust-lang/crates.io-index"
4337checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
4338
4339[[package]]
4340name = "futures-executor"
4341version = "0.3.28"
4342source = "registry+https://github.com/rust-lang/crates.io-index"
4343checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
4344dependencies = [
4345 "futures-core",
4346 "futures-task",
4347 "futures-util",
4348]
4349
4350[[package]]
4351name = "futures-intrusive"
4352version = "0.5.0"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4355dependencies = [
4356 "futures-core",
4357 "lock_api",
4358 "parking_lot",
4359]
4360
4361[[package]]
4362name = "futures-io"
4363version = "0.3.30"
4364source = "registry+https://github.com/rust-lang/crates.io-index"
4365checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
4366
4367[[package]]
4368name = "futures-lite"
4369version = "1.13.0"
4370source = "registry+https://github.com/rust-lang/crates.io-index"
4371checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4372dependencies = [
4373 "fastrand 1.9.0",
4374 "futures-core",
4375 "futures-io",
4376 "memchr",
4377 "parking",
4378 "pin-project-lite",
4379 "waker-fn",
4380]
4381
4382[[package]]
4383name = "futures-lite"
4384version = "2.2.0"
4385source = "registry+https://github.com/rust-lang/crates.io-index"
4386checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
4387dependencies = [
4388 "fastrand 2.0.0",
4389 "futures-core",
4390 "futures-io",
4391 "parking",
4392 "pin-project-lite",
4393]
4394
4395[[package]]
4396name = "futures-macro"
4397version = "0.3.30"
4398source = "registry+https://github.com/rust-lang/crates.io-index"
4399checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
4400dependencies = [
4401 "proc-macro2",
4402 "quote",
4403 "syn 2.0.59",
4404]
4405
4406[[package]]
4407name = "futures-sink"
4408version = "0.3.30"
4409source = "registry+https://github.com/rust-lang/crates.io-index"
4410checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
4411
4412[[package]]
4413name = "futures-task"
4414version = "0.3.30"
4415source = "registry+https://github.com/rust-lang/crates.io-index"
4416checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
4417
4418[[package]]
4419name = "futures-timer"
4420version = "3.0.3"
4421source = "registry+https://github.com/rust-lang/crates.io-index"
4422checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4423
4424[[package]]
4425name = "futures-util"
4426version = "0.3.30"
4427source = "registry+https://github.com/rust-lang/crates.io-index"
4428checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
4429dependencies = [
4430 "futures 0.1.31",
4431 "futures-channel",
4432 "futures-core",
4433 "futures-io",
4434 "futures-macro",
4435 "futures-sink",
4436 "futures-task",
4437 "memchr",
4438 "pin-project-lite",
4439 "pin-utils",
4440 "slab",
4441 "tokio-io",
4442]
4443
4444[[package]]
4445name = "fuzzy"
4446version = "0.1.0"
4447dependencies = [
4448 "gpui",
4449 "util",
4450]
4451
4452[[package]]
4453name = "fuzzy-matcher"
4454version = "0.3.7"
4455source = "registry+https://github.com/rust-lang/crates.io-index"
4456checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4457dependencies = [
4458 "thread_local",
4459]
4460
4461[[package]]
4462name = "generic-array"
4463version = "0.14.7"
4464source = "registry+https://github.com/rust-lang/crates.io-index"
4465checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4466dependencies = [
4467 "typenum",
4468 "version_check",
4469]
4470
4471[[package]]
4472name = "gethostname"
4473version = "0.4.3"
4474source = "registry+https://github.com/rust-lang/crates.io-index"
4475checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4476dependencies = [
4477 "libc",
4478 "windows-targets 0.48.5",
4479]
4480
4481[[package]]
4482name = "getrandom"
4483version = "0.1.16"
4484source = "registry+https://github.com/rust-lang/crates.io-index"
4485checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
4486dependencies = [
4487 "cfg-if",
4488 "libc",
4489 "wasi 0.9.0+wasi-snapshot-preview1",
4490]
4491
4492[[package]]
4493name = "getrandom"
4494version = "0.2.10"
4495source = "registry+https://github.com/rust-lang/crates.io-index"
4496checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
4497dependencies = [
4498 "cfg-if",
4499 "js-sys",
4500 "libc",
4501 "wasi 0.11.0+wasi-snapshot-preview1",
4502 "wasm-bindgen",
4503]
4504
4505[[package]]
4506name = "gif"
4507version = "0.11.4"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
4510dependencies = [
4511 "color_quant",
4512 "weezl",
4513]
4514
4515[[package]]
4516name = "gimli"
4517version = "0.28.0"
4518source = "registry+https://github.com/rust-lang/crates.io-index"
4519checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
4520dependencies = [
4521 "fallible-iterator",
4522 "indexmap 2.0.0",
4523 "stable_deref_trait",
4524]
4525
4526[[package]]
4527name = "git"
4528version = "0.1.0"
4529dependencies = [
4530 "anyhow",
4531 "async-trait",
4532 "clock",
4533 "collections",
4534 "derive_more",
4535 "git2",
4536 "gpui",
4537 "http 0.1.0",
4538 "lazy_static",
4539 "log",
4540 "parking_lot",
4541 "pretty_assertions",
4542 "rope",
4543 "serde",
4544 "serde_json",
4545 "smol",
4546 "sum_tree",
4547 "text",
4548 "time",
4549 "unindent",
4550 "url",
4551 "util",
4552 "windows 0.56.0",
4553]
4554
4555[[package]]
4556name = "git2"
4557version = "0.18.3"
4558source = "registry+https://github.com/rust-lang/crates.io-index"
4559checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70"
4560dependencies = [
4561 "bitflags 2.4.2",
4562 "libc",
4563 "libgit2-sys",
4564 "log",
4565 "url",
4566]
4567
4568[[package]]
4569name = "git_hosting_providers"
4570version = "0.1.0"
4571dependencies = [
4572 "anyhow",
4573 "async-trait",
4574 "futures 0.3.28",
4575 "git",
4576 "gpui",
4577 "http 0.1.0",
4578 "isahc",
4579 "pretty_assertions",
4580 "regex",
4581 "serde",
4582 "serde_json",
4583 "unindent",
4584 "url",
4585]
4586
4587[[package]]
4588name = "glob"
4589version = "0.3.1"
4590source = "registry+https://github.com/rust-lang/crates.io-index"
4591checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
4592
4593[[package]]
4594name = "globset"
4595version = "0.4.14"
4596source = "registry+https://github.com/rust-lang/crates.io-index"
4597checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
4598dependencies = [
4599 "aho-corasick",
4600 "bstr",
4601 "log",
4602 "regex-automata 0.4.5",
4603 "regex-syntax 0.8.2",
4604]
4605
4606[[package]]
4607name = "gloo-timers"
4608version = "0.2.6"
4609source = "registry+https://github.com/rust-lang/crates.io-index"
4610checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
4611dependencies = [
4612 "futures-channel",
4613 "futures-core",
4614 "js-sys",
4615 "wasm-bindgen",
4616]
4617
4618[[package]]
4619name = "glow"
4620version = "0.13.1"
4621source = "registry+https://github.com/rust-lang/crates.io-index"
4622checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
4623dependencies = [
4624 "js-sys",
4625 "slotmap",
4626 "wasm-bindgen",
4627 "web-sys",
4628]
4629
4630[[package]]
4631name = "go_to_line"
4632version = "0.1.0"
4633dependencies = [
4634 "anyhow",
4635 "editor",
4636 "gpui",
4637 "indoc",
4638 "language",
4639 "menu",
4640 "project",
4641 "rope",
4642 "schemars",
4643 "serde",
4644 "serde_json",
4645 "settings",
4646 "text",
4647 "theme",
4648 "tree-sitter-rust",
4649 "tree-sitter-typescript",
4650 "ui",
4651 "util",
4652 "workspace",
4653]
4654
4655[[package]]
4656name = "google_ai"
4657version = "0.1.0"
4658dependencies = [
4659 "anyhow",
4660 "futures 0.3.28",
4661 "http 0.1.0",
4662 "serde",
4663 "serde_json",
4664]
4665
4666[[package]]
4667name = "gpu-alloc"
4668version = "0.6.0"
4669source = "registry+https://github.com/rust-lang/crates.io-index"
4670checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
4671dependencies = [
4672 "bitflags 2.4.2",
4673 "gpu-alloc-types",
4674]
4675
4676[[package]]
4677name = "gpu-alloc-ash"
4678version = "0.7.0"
4679source = "registry+https://github.com/rust-lang/crates.io-index"
4680checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
4681dependencies = [
4682 "ash",
4683 "gpu-alloc-types",
4684 "tinyvec",
4685]
4686
4687[[package]]
4688name = "gpu-alloc-types"
4689version = "0.3.0"
4690source = "registry+https://github.com/rust-lang/crates.io-index"
4691checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
4692dependencies = [
4693 "bitflags 2.4.2",
4694]
4695
4696[[package]]
4697name = "gpui"
4698version = "0.1.0"
4699dependencies = [
4700 "anyhow",
4701 "as-raw-xcb-connection",
4702 "ashpd",
4703 "async-task",
4704 "backtrace",
4705 "bindgen 0.65.1",
4706 "blade-graphics",
4707 "blade-macros",
4708 "block",
4709 "bytemuck",
4710 "calloop",
4711 "calloop-wayland-source",
4712 "cbindgen",
4713 "cocoa",
4714 "collections",
4715 "copypasta",
4716 "core-foundation",
4717 "core-graphics",
4718 "core-text",
4719 "cosmic-text",
4720 "ctor",
4721 "derive_more",
4722 "embed-resource",
4723 "env_logger",
4724 "etagere",
4725 "filedescriptor",
4726 "flume",
4727 "font-kit",
4728 "foreign-types 0.5.0",
4729 "futures 0.3.28",
4730 "gpui_macros",
4731 "http 0.1.0",
4732 "image",
4733 "itertools 0.11.0",
4734 "lazy_static",
4735 "linkme",
4736 "log",
4737 "media",
4738 "metal",
4739 "num_cpus",
4740 "objc",
4741 "oo7",
4742 "open",
4743 "parking",
4744 "parking_lot",
4745 "pathfinder_geometry",
4746 "postage",
4747 "profiling",
4748 "rand 0.8.5",
4749 "raw-window-handle 0.6.0",
4750 "refineable",
4751 "resvg",
4752 "schemars",
4753 "seahash",
4754 "semantic_version",
4755 "serde",
4756 "serde_derive",
4757 "serde_json",
4758 "slotmap",
4759 "smallvec",
4760 "smol",
4761 "sum_tree",
4762 "taffy",
4763 "thiserror",
4764 "time",
4765 "usvg",
4766 "util",
4767 "uuid",
4768 "waker-fn",
4769 "wayland-backend",
4770 "wayland-client",
4771 "wayland-cursor",
4772 "wayland-protocols",
4773 "wayland-protocols-plasma",
4774 "windows 0.56.0",
4775 "windows-core 0.56.0",
4776 "x11rb",
4777 "xim",
4778 "xkbcommon",
4779]
4780
4781[[package]]
4782name = "gpui_macros"
4783version = "0.1.0"
4784dependencies = [
4785 "proc-macro2",
4786 "quote",
4787 "syn 1.0.109",
4788]
4789
4790[[package]]
4791name = "grid"
4792version = "0.13.0"
4793source = "registry+https://github.com/rust-lang/crates.io-index"
4794checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
4795
4796[[package]]
4797name = "group"
4798version = "0.12.1"
4799source = "registry+https://github.com/rust-lang/crates.io-index"
4800checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
4801dependencies = [
4802 "ff",
4803 "rand_core 0.6.4",
4804 "subtle",
4805]
4806
4807[[package]]
4808name = "h2"
4809version = "0.3.21"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
4812dependencies = [
4813 "bytes 1.5.0",
4814 "fnv",
4815 "futures-core",
4816 "futures-sink",
4817 "futures-util",
4818 "http 0.2.9",
4819 "indexmap 1.9.3",
4820 "slab",
4821 "tokio",
4822 "tokio-util",
4823 "tracing",
4824]
4825
4826[[package]]
4827name = "half"
4828version = "2.4.1"
4829source = "registry+https://github.com/rust-lang/crates.io-index"
4830checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
4831dependencies = [
4832 "cfg-if",
4833 "crunchy",
4834]
4835
4836[[package]]
4837name = "hashbrown"
4838version = "0.12.3"
4839source = "registry+https://github.com/rust-lang/crates.io-index"
4840checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
4841dependencies = [
4842 "ahash 0.7.8",
4843]
4844
4845[[package]]
4846name = "hashbrown"
4847version = "0.13.2"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
4850dependencies = [
4851 "ahash 0.8.8",
4852]
4853
4854[[package]]
4855name = "hashbrown"
4856version = "0.14.0"
4857source = "registry+https://github.com/rust-lang/crates.io-index"
4858checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
4859dependencies = [
4860 "ahash 0.8.8",
4861 "allocator-api2",
4862]
4863
4864[[package]]
4865name = "hashlink"
4866version = "0.8.4"
4867source = "registry+https://github.com/rust-lang/crates.io-index"
4868checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
4869dependencies = [
4870 "hashbrown 0.14.0",
4871]
4872
4873[[package]]
4874name = "headers"
4875version = "0.3.9"
4876source = "registry+https://github.com/rust-lang/crates.io-index"
4877checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
4878dependencies = [
4879 "base64 0.21.7",
4880 "bytes 1.5.0",
4881 "headers-core",
4882 "http 0.2.9",
4883 "httpdate",
4884 "mime",
4885 "sha1",
4886]
4887
4888[[package]]
4889name = "headers-core"
4890version = "0.2.0"
4891source = "registry+https://github.com/rust-lang/crates.io-index"
4892checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
4893dependencies = [
4894 "http 0.2.9",
4895]
4896
4897[[package]]
4898name = "headless"
4899version = "0.1.0"
4900dependencies = [
4901 "anyhow",
4902 "client",
4903 "fs",
4904 "futures 0.3.28",
4905 "gpui",
4906 "language",
4907 "log",
4908 "node_runtime",
4909 "postage",
4910 "project",
4911 "rpc",
4912 "settings",
4913 "shellexpand",
4914 "signal-hook",
4915 "util",
4916]
4917
4918[[package]]
4919name = "heck"
4920version = "0.3.3"
4921source = "registry+https://github.com/rust-lang/crates.io-index"
4922checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
4923dependencies = [
4924 "unicode-segmentation",
4925]
4926
4927[[package]]
4928name = "heck"
4929version = "0.4.1"
4930source = "registry+https://github.com/rust-lang/crates.io-index"
4931checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
4932dependencies = [
4933 "unicode-segmentation",
4934]
4935
4936[[package]]
4937name = "heed"
4938version = "0.20.0-alpha.9"
4939source = "git+https://github.com/meilisearch/heed?rev=036ac23f73a021894974b9adc815bc95b3e0482a#036ac23f73a021894974b9adc815bc95b3e0482a"
4940dependencies = [
4941 "bitflags 2.4.2",
4942 "byteorder",
4943 "heed-traits",
4944 "heed-types",
4945 "libc",
4946 "lmdb-master-sys",
4947 "once_cell",
4948 "page_size",
4949 "serde",
4950 "synchronoise",
4951 "url",
4952]
4953
4954[[package]]
4955name = "heed-traits"
4956version = "0.20.0-alpha.9"
4957source = "git+https://github.com/meilisearch/heed?rev=036ac23f73a021894974b9adc815bc95b3e0482a#036ac23f73a021894974b9adc815bc95b3e0482a"
4958
4959[[package]]
4960name = "heed-types"
4961version = "0.20.0-alpha.9"
4962source = "git+https://github.com/meilisearch/heed?rev=036ac23f73a021894974b9adc815bc95b3e0482a#036ac23f73a021894974b9adc815bc95b3e0482a"
4963dependencies = [
4964 "bincode",
4965 "byteorder",
4966 "heed-traits",
4967 "serde",
4968 "serde_json",
4969]
4970
4971[[package]]
4972name = "hermit-abi"
4973version = "0.1.19"
4974source = "registry+https://github.com/rust-lang/crates.io-index"
4975checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
4976dependencies = [
4977 "libc",
4978]
4979
4980[[package]]
4981name = "hermit-abi"
4982version = "0.3.3"
4983source = "registry+https://github.com/rust-lang/crates.io-index"
4984checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
4985
4986[[package]]
4987name = "hex"
4988version = "0.4.3"
4989source = "registry+https://github.com/rust-lang/crates.io-index"
4990checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
4991
4992[[package]]
4993name = "hexf-parse"
4994version = "0.2.1"
4995source = "registry+https://github.com/rust-lang/crates.io-index"
4996checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
4997
4998[[package]]
4999name = "hidden-trait"
5000version = "0.1.2"
5001source = "registry+https://github.com/rust-lang/crates.io-index"
5002checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5003dependencies = [
5004 "proc-macro2",
5005 "quote",
5006 "syn 1.0.109",
5007]
5008
5009[[package]]
5010name = "hkdf"
5011version = "0.12.3"
5012source = "registry+https://github.com/rust-lang/crates.io-index"
5013checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
5014dependencies = [
5015 "hmac 0.12.1",
5016]
5017
5018[[package]]
5019name = "hmac"
5020version = "0.11.0"
5021source = "registry+https://github.com/rust-lang/crates.io-index"
5022checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
5023dependencies = [
5024 "crypto-mac",
5025 "digest 0.9.0",
5026]
5027
5028[[package]]
5029name = "hmac"
5030version = "0.12.1"
5031source = "registry+https://github.com/rust-lang/crates.io-index"
5032checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5033dependencies = [
5034 "digest 0.10.7",
5035]
5036
5037[[package]]
5038name = "home"
5039version = "0.5.9"
5040source = "registry+https://github.com/rust-lang/crates.io-index"
5041checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5042dependencies = [
5043 "windows-sys 0.52.0",
5044]
5045
5046[[package]]
5047name = "hound"
5048version = "3.5.0"
5049source = "registry+https://github.com/rust-lang/crates.io-index"
5050checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
5051
5052[[package]]
5053name = "http"
5054version = "0.1.0"
5055dependencies = [
5056 "anyhow",
5057 "futures 0.3.28",
5058 "futures-lite 1.13.0",
5059 "isahc",
5060 "log",
5061 "serde",
5062 "serde_json",
5063 "url",
5064]
5065
5066[[package]]
5067name = "http"
5068version = "0.2.9"
5069source = "registry+https://github.com/rust-lang/crates.io-index"
5070checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
5071dependencies = [
5072 "bytes 1.5.0",
5073 "fnv",
5074 "itoa",
5075]
5076
5077[[package]]
5078name = "http"
5079version = "1.0.0"
5080source = "registry+https://github.com/rust-lang/crates.io-index"
5081checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
5082dependencies = [
5083 "bytes 1.5.0",
5084 "fnv",
5085 "itoa",
5086]
5087
5088[[package]]
5089name = "http-body"
5090version = "0.4.5"
5091source = "registry+https://github.com/rust-lang/crates.io-index"
5092checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
5093dependencies = [
5094 "bytes 1.5.0",
5095 "http 0.2.9",
5096 "pin-project-lite",
5097]
5098
5099[[package]]
5100name = "http-range-header"
5101version = "0.3.1"
5102source = "registry+https://github.com/rust-lang/crates.io-index"
5103checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5104
5105[[package]]
5106name = "httparse"
5107version = "1.8.0"
5108source = "registry+https://github.com/rust-lang/crates.io-index"
5109checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
5110
5111[[package]]
5112name = "httpdate"
5113version = "1.0.3"
5114source = "registry+https://github.com/rust-lang/crates.io-index"
5115checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5116
5117[[package]]
5118name = "human_bytes"
5119version = "0.4.3"
5120source = "registry+https://github.com/rust-lang/crates.io-index"
5121checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5122
5123[[package]]
5124name = "humantime"
5125version = "2.1.0"
5126source = "registry+https://github.com/rust-lang/crates.io-index"
5127checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5128
5129[[package]]
5130name = "hyper"
5131version = "0.14.27"
5132source = "registry+https://github.com/rust-lang/crates.io-index"
5133checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
5134dependencies = [
5135 "bytes 1.5.0",
5136 "futures-channel",
5137 "futures-core",
5138 "futures-util",
5139 "h2",
5140 "http 0.2.9",
5141 "http-body",
5142 "httparse",
5143 "httpdate",
5144 "itoa",
5145 "pin-project-lite",
5146 "socket2 0.4.9",
5147 "tokio",
5148 "tower-service",
5149 "tracing",
5150 "want",
5151]
5152
5153[[package]]
5154name = "hyper-rustls"
5155version = "0.24.2"
5156source = "registry+https://github.com/rust-lang/crates.io-index"
5157checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5158dependencies = [
5159 "futures-util",
5160 "http 0.2.9",
5161 "hyper",
5162 "log",
5163 "rustls",
5164 "rustls-native-certs",
5165 "tokio",
5166 "tokio-rustls",
5167]
5168
5169[[package]]
5170name = "hyper-tls"
5171version = "0.5.0"
5172source = "registry+https://github.com/rust-lang/crates.io-index"
5173checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5174dependencies = [
5175 "bytes 1.5.0",
5176 "hyper",
5177 "native-tls",
5178 "tokio",
5179 "tokio-native-tls",
5180]
5181
5182[[package]]
5183name = "iana-time-zone"
5184version = "0.1.57"
5185source = "registry+https://github.com/rust-lang/crates.io-index"
5186checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
5187dependencies = [
5188 "android_system_properties",
5189 "core-foundation-sys 0.8.6",
5190 "iana-time-zone-haiku",
5191 "js-sys",
5192 "wasm-bindgen",
5193 "windows 0.48.0",
5194]
5195
5196[[package]]
5197name = "iana-time-zone-haiku"
5198version = "0.1.2"
5199source = "registry+https://github.com/rust-lang/crates.io-index"
5200checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5201dependencies = [
5202 "cc",
5203]
5204
5205[[package]]
5206name = "id-arena"
5207version = "2.2.1"
5208source = "registry+https://github.com/rust-lang/crates.io-index"
5209checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
5210
5211[[package]]
5212name = "idna"
5213version = "0.5.0"
5214source = "registry+https://github.com/rust-lang/crates.io-index"
5215checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
5216dependencies = [
5217 "unicode-bidi",
5218 "unicode-normalization",
5219]
5220
5221[[package]]
5222name = "ignore"
5223version = "0.4.22"
5224source = "registry+https://github.com/rust-lang/crates.io-index"
5225checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
5226dependencies = [
5227 "crossbeam-deque",
5228 "globset",
5229 "log",
5230 "memchr",
5231 "regex-automata 0.4.5",
5232 "same-file",
5233 "walkdir",
5234 "winapi-util",
5235]
5236
5237[[package]]
5238name = "image"
5239version = "0.23.14"
5240source = "registry+https://github.com/rust-lang/crates.io-index"
5241checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
5242dependencies = [
5243 "bytemuck",
5244 "byteorder",
5245 "color_quant",
5246 "gif",
5247 "jpeg-decoder",
5248 "num-iter",
5249 "num-rational 0.3.2",
5250 "num-traits",
5251 "png 0.16.8",
5252 "scoped_threadpool",
5253 "tiff",
5254]
5255
5256[[package]]
5257name = "image_viewer"
5258version = "0.1.0"
5259dependencies = [
5260 "anyhow",
5261 "db",
5262 "gpui",
5263 "project",
5264 "ui",
5265 "util",
5266 "workspace",
5267]
5268
5269[[package]]
5270name = "imagesize"
5271version = "0.12.0"
5272source = "registry+https://github.com/rust-lang/crates.io-index"
5273checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
5274
5275[[package]]
5276name = "indexmap"
5277version = "1.9.3"
5278source = "registry+https://github.com/rust-lang/crates.io-index"
5279checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
5280dependencies = [
5281 "autocfg",
5282 "hashbrown 0.12.3",
5283 "serde",
5284]
5285
5286[[package]]
5287name = "indexmap"
5288version = "2.0.0"
5289source = "registry+https://github.com/rust-lang/crates.io-index"
5290checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
5291dependencies = [
5292 "equivalent",
5293 "hashbrown 0.14.0",
5294 "serde",
5295]
5296
5297[[package]]
5298name = "indoc"
5299version = "1.0.9"
5300source = "registry+https://github.com/rust-lang/crates.io-index"
5301checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
5302
5303[[package]]
5304name = "inherent"
5305version = "1.0.10"
5306source = "registry+https://github.com/rust-lang/crates.io-index"
5307checksum = "ce243b1bfa62ffc028f1cc3b6034ec63d649f3031bc8a4fbbb004e1ac17d1f68"
5308dependencies = [
5309 "proc-macro2",
5310 "quote",
5311 "syn 2.0.59",
5312]
5313
5314[[package]]
5315name = "inline_completion_button"
5316version = "0.1.0"
5317dependencies = [
5318 "anyhow",
5319 "copilot",
5320 "editor",
5321 "fs",
5322 "futures 0.3.28",
5323 "gpui",
5324 "indoc",
5325 "language",
5326 "lsp",
5327 "project",
5328 "serde_json",
5329 "settings",
5330 "supermaven",
5331 "theme",
5332 "ui",
5333 "util",
5334 "workspace",
5335 "zed_actions",
5336]
5337
5338[[package]]
5339name = "inotify"
5340version = "0.9.6"
5341source = "registry+https://github.com/rust-lang/crates.io-index"
5342checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
5343dependencies = [
5344 "bitflags 1.3.2",
5345 "inotify-sys",
5346 "libc",
5347]
5348
5349[[package]]
5350name = "inotify-sys"
5351version = "0.1.5"
5352source = "registry+https://github.com/rust-lang/crates.io-index"
5353checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
5354dependencies = [
5355 "libc",
5356]
5357
5358[[package]]
5359name = "inout"
5360version = "0.1.3"
5361source = "registry+https://github.com/rust-lang/crates.io-index"
5362checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
5363dependencies = [
5364 "block-padding",
5365 "generic-array",
5366]
5367
5368[[package]]
5369name = "install_cli"
5370version = "0.1.0"
5371dependencies = [
5372 "anyhow",
5373 "gpui",
5374 "smol",
5375 "util",
5376]
5377
5378[[package]]
5379name = "instant"
5380version = "0.1.12"
5381source = "registry+https://github.com/rust-lang/crates.io-index"
5382checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
5383dependencies = [
5384 "cfg-if",
5385]
5386
5387[[package]]
5388name = "io-extras"
5389version = "0.18.1"
5390source = "registry+https://github.com/rust-lang/crates.io-index"
5391checksum = "c301e73fb90e8a29e600a9f402d095765f74310d582916a952f618836a1bd1ed"
5392dependencies = [
5393 "io-lifetimes 2.0.3",
5394 "windows-sys 0.52.0",
5395]
5396
5397[[package]]
5398name = "io-lifetimes"
5399version = "1.0.11"
5400source = "registry+https://github.com/rust-lang/crates.io-index"
5401checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
5402dependencies = [
5403 "hermit-abi 0.3.3",
5404 "libc",
5405 "windows-sys 0.48.0",
5406]
5407
5408[[package]]
5409name = "io-lifetimes"
5410version = "2.0.3"
5411source = "registry+https://github.com/rust-lang/crates.io-index"
5412checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
5413
5414[[package]]
5415name = "iovec"
5416version = "0.1.4"
5417source = "registry+https://github.com/rust-lang/crates.io-index"
5418checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
5419dependencies = [
5420 "libc",
5421]
5422
5423[[package]]
5424name = "ipc-channel"
5425version = "0.18.0"
5426source = "registry+https://github.com/rust-lang/crates.io-index"
5427checksum = "7ab3a34c91b7e84a72643bd75d1bac3afd241f78f9859fe0b5e5b2a6a75732c2"
5428dependencies = [
5429 "bincode",
5430 "crossbeam-channel",
5431 "fnv",
5432 "lazy_static",
5433 "libc",
5434 "mio",
5435 "rand 0.8.5",
5436 "serde",
5437 "tempfile",
5438 "uuid",
5439 "windows 0.48.0",
5440]
5441
5442[[package]]
5443name = "ipnet"
5444version = "2.8.0"
5445source = "registry+https://github.com/rust-lang/crates.io-index"
5446checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
5447
5448[[package]]
5449name = "is-docker"
5450version = "0.2.0"
5451source = "registry+https://github.com/rust-lang/crates.io-index"
5452checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
5453dependencies = [
5454 "once_cell",
5455]
5456
5457[[package]]
5458name = "is-wsl"
5459version = "0.4.0"
5460source = "registry+https://github.com/rust-lang/crates.io-index"
5461checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
5462dependencies = [
5463 "is-docker",
5464 "once_cell",
5465]
5466
5467[[package]]
5468name = "isahc"
5469version = "1.7.2"
5470source = "registry+https://github.com/rust-lang/crates.io-index"
5471checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
5472dependencies = [
5473 "async-channel 1.9.0",
5474 "castaway",
5475 "crossbeam-utils",
5476 "curl",
5477 "curl-sys",
5478 "encoding_rs",
5479 "event-listener 2.5.3",
5480 "futures-lite 1.13.0",
5481 "http 0.2.9",
5482 "log",
5483 "mime",
5484 "once_cell",
5485 "polling 2.8.0",
5486 "slab",
5487 "sluice",
5488 "tracing",
5489 "tracing-futures",
5490 "url",
5491 "waker-fn",
5492]
5493
5494[[package]]
5495name = "itertools"
5496version = "0.10.5"
5497source = "registry+https://github.com/rust-lang/crates.io-index"
5498checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
5499dependencies = [
5500 "either",
5501]
5502
5503[[package]]
5504name = "itertools"
5505version = "0.11.0"
5506source = "registry+https://github.com/rust-lang/crates.io-index"
5507checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
5508dependencies = [
5509 "either",
5510]
5511
5512[[package]]
5513name = "itertools"
5514version = "0.12.1"
5515source = "registry+https://github.com/rust-lang/crates.io-index"
5516checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
5517dependencies = [
5518 "either",
5519]
5520
5521[[package]]
5522name = "itoa"
5523version = "1.0.9"
5524source = "registry+https://github.com/rust-lang/crates.io-index"
5525checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
5526
5527[[package]]
5528name = "jni"
5529version = "0.19.0"
5530source = "registry+https://github.com/rust-lang/crates.io-index"
5531checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
5532dependencies = [
5533 "cesu8",
5534 "combine",
5535 "jni-sys",
5536 "log",
5537 "thiserror",
5538 "walkdir",
5539]
5540
5541[[package]]
5542name = "jni"
5543version = "0.20.0"
5544source = "registry+https://github.com/rust-lang/crates.io-index"
5545checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
5546dependencies = [
5547 "cesu8",
5548 "combine",
5549 "jni-sys",
5550 "log",
5551 "thiserror",
5552 "walkdir",
5553]
5554
5555[[package]]
5556name = "jni-sys"
5557version = "0.3.0"
5558source = "registry+https://github.com/rust-lang/crates.io-index"
5559checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
5560
5561[[package]]
5562name = "jobserver"
5563version = "0.1.28"
5564source = "registry+https://github.com/rust-lang/crates.io-index"
5565checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
5566dependencies = [
5567 "libc",
5568]
5569
5570[[package]]
5571name = "journal"
5572version = "0.1.0"
5573dependencies = [
5574 "anyhow",
5575 "chrono",
5576 "editor",
5577 "gpui",
5578 "log",
5579 "schemars",
5580 "serde",
5581 "settings",
5582 "shellexpand",
5583 "workspace",
5584]
5585
5586[[package]]
5587name = "jpeg-decoder"
5588version = "0.1.22"
5589source = "registry+https://github.com/rust-lang/crates.io-index"
5590checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
5591dependencies = [
5592 "rayon",
5593]
5594
5595[[package]]
5596name = "js-sys"
5597version = "0.3.64"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
5600dependencies = [
5601 "wasm-bindgen",
5602]
5603
5604[[package]]
5605name = "jwt"
5606version = "0.16.0"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
5609dependencies = [
5610 "base64 0.13.1",
5611 "crypto-common",
5612 "digest 0.10.7",
5613 "hmac 0.12.1",
5614 "serde",
5615 "serde_json",
5616 "sha2 0.10.7",
5617]
5618
5619[[package]]
5620name = "khronos-egl"
5621version = "5.0.0"
5622source = "registry+https://github.com/rust-lang/crates.io-index"
5623checksum = "d1382b16c04aeb821453d6215a3c80ba78f24c6595c5aa85653378aabe0c83e3"
5624dependencies = [
5625 "libc",
5626 "libloading 0.8.0",
5627]
5628
5629[[package]]
5630name = "kqueue"
5631version = "1.0.8"
5632source = "registry+https://github.com/rust-lang/crates.io-index"
5633checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
5634dependencies = [
5635 "kqueue-sys",
5636 "libc",
5637]
5638
5639[[package]]
5640name = "kqueue-sys"
5641version = "1.0.4"
5642source = "registry+https://github.com/rust-lang/crates.io-index"
5643checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
5644dependencies = [
5645 "bitflags 1.3.2",
5646 "libc",
5647]
5648
5649[[package]]
5650name = "kurbo"
5651version = "0.11.0"
5652source = "registry+https://github.com/rust-lang/crates.io-index"
5653checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
5654dependencies = [
5655 "arrayvec",
5656 "smallvec",
5657]
5658
5659[[package]]
5660name = "kv-log-macro"
5661version = "1.0.7"
5662source = "registry+https://github.com/rust-lang/crates.io-index"
5663checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
5664dependencies = [
5665 "log",
5666]
5667
5668[[package]]
5669name = "language"
5670version = "0.1.0"
5671dependencies = [
5672 "anyhow",
5673 "async-trait",
5674 "clock",
5675 "collections",
5676 "ctor",
5677 "env_logger",
5678 "futures 0.3.28",
5679 "fuzzy",
5680 "git",
5681 "globset",
5682 "gpui",
5683 "http 0.1.0",
5684 "indoc",
5685 "itertools 0.11.0",
5686 "lazy_static",
5687 "log",
5688 "lsp",
5689 "parking_lot",
5690 "postage",
5691 "pulldown-cmark",
5692 "rand 0.8.5",
5693 "regex",
5694 "rpc",
5695 "schemars",
5696 "serde",
5697 "serde_json",
5698 "settings",
5699 "similar",
5700 "smallvec",
5701 "smol",
5702 "sum_tree",
5703 "task",
5704 "text",
5705 "theme",
5706 "tree-sitter",
5707 "tree-sitter-elixir",
5708 "tree-sitter-embedded-template",
5709 "tree-sitter-heex",
5710 "tree-sitter-html",
5711 "tree-sitter-json 0.20.0",
5712 "tree-sitter-markdown",
5713 "tree-sitter-ruby",
5714 "tree-sitter-rust",
5715 "tree-sitter-typescript",
5716 "unicase",
5717 "unindent",
5718 "util",
5719]
5720
5721[[package]]
5722name = "language_selector"
5723version = "0.1.0"
5724dependencies = [
5725 "anyhow",
5726 "editor",
5727 "fuzzy",
5728 "gpui",
5729 "language",
5730 "picker",
5731 "project",
5732 "ui",
5733 "util",
5734 "workspace",
5735]
5736
5737[[package]]
5738name = "language_tools"
5739version = "0.1.0"
5740dependencies = [
5741 "anyhow",
5742 "client",
5743 "collections",
5744 "copilot",
5745 "editor",
5746 "env_logger",
5747 "futures 0.3.28",
5748 "gpui",
5749 "language",
5750 "lsp",
5751 "project",
5752 "release_channel",
5753 "serde_json",
5754 "settings",
5755 "theme",
5756 "tree-sitter",
5757 "ui",
5758 "util",
5759 "workspace",
5760]
5761
5762[[package]]
5763name = "languages"
5764version = "0.1.0"
5765dependencies = [
5766 "anyhow",
5767 "async-compression",
5768 "async-tar",
5769 "async-trait",
5770 "collections",
5771 "feature_flags",
5772 "futures 0.3.28",
5773 "gpui",
5774 "http 0.1.0",
5775 "language",
5776 "lazy_static",
5777 "log",
5778 "lsp",
5779 "node_runtime",
5780 "project",
5781 "regex",
5782 "rope",
5783 "rust-embed",
5784 "serde",
5785 "serde_json",
5786 "settings",
5787 "smol",
5788 "task",
5789 "text",
5790 "theme",
5791 "toml 0.8.10",
5792 "tree-sitter",
5793 "tree-sitter-bash",
5794 "tree-sitter-c",
5795 "tree-sitter-cpp",
5796 "tree-sitter-css",
5797 "tree-sitter-go",
5798 "tree-sitter-gomod",
5799 "tree-sitter-gowork",
5800 "tree-sitter-jsdoc",
5801 "tree-sitter-json 0.20.0",
5802 "tree-sitter-markdown",
5803 "tree-sitter-proto",
5804 "tree-sitter-python",
5805 "tree-sitter-regex",
5806 "tree-sitter-rust",
5807 "tree-sitter-typescript",
5808 "tree-sitter-yaml",
5809 "unindent",
5810 "util",
5811 "workspace",
5812]
5813
5814[[package]]
5815name = "lazy-bytes-cast"
5816version = "5.0.1"
5817source = "registry+https://github.com/rust-lang/crates.io-index"
5818checksum = "10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b"
5819
5820[[package]]
5821name = "lazy_static"
5822version = "1.4.0"
5823source = "registry+https://github.com/rust-lang/crates.io-index"
5824checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
5825dependencies = [
5826 "spin 0.5.2",
5827]
5828
5829[[package]]
5830name = "lazycell"
5831version = "1.3.0"
5832source = "registry+https://github.com/rust-lang/crates.io-index"
5833checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
5834
5835[[package]]
5836name = "leb128"
5837version = "0.2.5"
5838source = "registry+https://github.com/rust-lang/crates.io-index"
5839checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
5840
5841[[package]]
5842name = "libc"
5843version = "0.2.153"
5844source = "registry+https://github.com/rust-lang/crates.io-index"
5845checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
5846
5847[[package]]
5848name = "libgit2-sys"
5849version = "0.16.2+1.7.2"
5850source = "registry+https://github.com/rust-lang/crates.io-index"
5851checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8"
5852dependencies = [
5853 "cc",
5854 "libc",
5855 "libz-sys",
5856 "pkg-config",
5857]
5858
5859[[package]]
5860name = "libloading"
5861version = "0.7.4"
5862source = "registry+https://github.com/rust-lang/crates.io-index"
5863checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
5864dependencies = [
5865 "cfg-if",
5866 "winapi",
5867]
5868
5869[[package]]
5870name = "libloading"
5871version = "0.8.0"
5872source = "registry+https://github.com/rust-lang/crates.io-index"
5873checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
5874dependencies = [
5875 "cfg-if",
5876 "windows-sys 0.48.0",
5877]
5878
5879[[package]]
5880name = "libm"
5881version = "0.2.8"
5882source = "registry+https://github.com/rust-lang/crates.io-index"
5883checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
5884
5885[[package]]
5886name = "libmimalloc-sys"
5887version = "0.1.37"
5888source = "registry+https://github.com/rust-lang/crates.io-index"
5889checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7"
5890dependencies = [
5891 "cc",
5892 "libc",
5893]
5894
5895[[package]]
5896name = "libsqlite3-sys"
5897version = "0.26.0"
5898source = "registry+https://github.com/rust-lang/crates.io-index"
5899checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
5900dependencies = [
5901 "cc",
5902 "pkg-config",
5903 "vcpkg",
5904]
5905
5906[[package]]
5907name = "libz-sys"
5908version = "1.1.12"
5909source = "registry+https://github.com/rust-lang/crates.io-index"
5910checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
5911dependencies = [
5912 "cc",
5913 "libc",
5914 "pkg-config",
5915 "vcpkg",
5916]
5917
5918[[package]]
5919name = "line-wrap"
5920version = "0.1.1"
5921source = "registry+https://github.com/rust-lang/crates.io-index"
5922checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
5923dependencies = [
5924 "safemem",
5925]
5926
5927[[package]]
5928name = "linkify"
5929version = "0.10.0"
5930source = "registry+https://github.com/rust-lang/crates.io-index"
5931checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
5932dependencies = [
5933 "memchr",
5934]
5935
5936[[package]]
5937name = "linkme"
5938version = "0.3.17"
5939source = "registry+https://github.com/rust-lang/crates.io-index"
5940checksum = "91ed2ee9464ff9707af8e9ad834cffa4802f072caad90639c583dd3c62e6e608"
5941dependencies = [
5942 "linkme-impl",
5943]
5944
5945[[package]]
5946name = "linkme-impl"
5947version = "0.3.17"
5948source = "registry+https://github.com/rust-lang/crates.io-index"
5949checksum = "ba125974b109d512fccbc6c0244e7580143e460895dfd6ea7f8bbb692fd94396"
5950dependencies = [
5951 "proc-macro2",
5952 "quote",
5953 "syn 2.0.59",
5954]
5955
5956[[package]]
5957name = "linux-raw-sys"
5958version = "0.3.8"
5959source = "registry+https://github.com/rust-lang/crates.io-index"
5960checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
5961
5962[[package]]
5963name = "linux-raw-sys"
5964version = "0.4.12"
5965source = "registry+https://github.com/rust-lang/crates.io-index"
5966checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
5967
5968[[package]]
5969name = "live_kit_client"
5970version = "0.1.0"
5971dependencies = [
5972 "anyhow",
5973 "async-broadcast",
5974 "async-trait",
5975 "collections",
5976 "core-foundation",
5977 "futures 0.3.28",
5978 "gpui",
5979 "live_kit_server",
5980 "log",
5981 "media",
5982 "nanoid",
5983 "parking_lot",
5984 "postage",
5985 "serde",
5986 "serde_json",
5987 "sha2 0.10.7",
5988 "simplelog",
5989]
5990
5991[[package]]
5992name = "live_kit_server"
5993version = "0.1.0"
5994dependencies = [
5995 "anyhow",
5996 "async-trait",
5997 "hmac 0.12.1",
5998 "jwt",
5999 "log",
6000 "prost",
6001 "prost-build",
6002 "prost-types",
6003 "reqwest",
6004 "serde",
6005 "sha2 0.10.7",
6006]
6007
6008[[package]]
6009name = "lmdb-master-sys"
6010version = "0.1.0"
6011source = "git+https://github.com/meilisearch/heed?rev=036ac23f73a021894974b9adc815bc95b3e0482a#036ac23f73a021894974b9adc815bc95b3e0482a"
6012dependencies = [
6013 "cc",
6014 "doxygen-rs",
6015 "libc",
6016]
6017
6018[[package]]
6019name = "lock_api"
6020version = "0.4.10"
6021source = "registry+https://github.com/rust-lang/crates.io-index"
6022checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
6023dependencies = [
6024 "autocfg",
6025 "scopeguard",
6026]
6027
6028[[package]]
6029name = "log"
6030version = "0.4.20"
6031source = "registry+https://github.com/rust-lang/crates.io-index"
6032checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
6033dependencies = [
6034 "serde",
6035 "value-bag",
6036]
6037
6038[[package]]
6039name = "lsp"
6040version = "0.1.0"
6041dependencies = [
6042 "anyhow",
6043 "async-pipe",
6044 "collections",
6045 "ctor",
6046 "env_logger",
6047 "futures 0.3.28",
6048 "gpui",
6049 "log",
6050 "lsp-types",
6051 "parking_lot",
6052 "postage",
6053 "release_channel",
6054 "serde",
6055 "serde_json",
6056 "smol",
6057 "util",
6058 "windows 0.56.0",
6059]
6060
6061[[package]]
6062name = "lsp-types"
6063version = "0.94.1"
6064source = "git+https://github.com/zed-industries/lsp-types?branch=updated-completion-list-item-defaults#90a040a1d195687bd19e1df47463320a44e93d7a"
6065dependencies = [
6066 "bitflags 1.3.2",
6067 "serde",
6068 "serde_json",
6069 "serde_repr",
6070 "url",
6071]
6072
6073[[package]]
6074name = "lz4"
6075version = "1.24.0"
6076source = "registry+https://github.com/rust-lang/crates.io-index"
6077checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
6078dependencies = [
6079 "libc",
6080 "lz4-sys",
6081]
6082
6083[[package]]
6084name = "lz4-sys"
6085version = "1.9.4"
6086source = "registry+https://github.com/rust-lang/crates.io-index"
6087checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
6088dependencies = [
6089 "cc",
6090 "libc",
6091]
6092
6093[[package]]
6094name = "mac"
6095version = "0.1.1"
6096source = "registry+https://github.com/rust-lang/crates.io-index"
6097checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6098
6099[[package]]
6100name = "mach"
6101version = "0.3.2"
6102source = "registry+https://github.com/rust-lang/crates.io-index"
6103checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
6104dependencies = [
6105 "libc",
6106]
6107
6108[[package]]
6109name = "mach2"
6110version = "0.4.1"
6111source = "registry+https://github.com/rust-lang/crates.io-index"
6112checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
6113dependencies = [
6114 "libc",
6115]
6116
6117[[package]]
6118name = "malloc_buf"
6119version = "0.0.6"
6120source = "registry+https://github.com/rust-lang/crates.io-index"
6121checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6122dependencies = [
6123 "libc",
6124]
6125
6126[[package]]
6127name = "markdown"
6128version = "0.1.0"
6129dependencies = [
6130 "anyhow",
6131 "assets",
6132 "env_logger",
6133 "futures 0.3.28",
6134 "gpui",
6135 "language",
6136 "languages",
6137 "linkify",
6138 "log",
6139 "node_runtime",
6140 "pulldown-cmark",
6141 "settings",
6142 "theme",
6143 "ui",
6144 "util",
6145]
6146
6147[[package]]
6148name = "markdown_preview"
6149version = "0.1.0"
6150dependencies = [
6151 "anyhow",
6152 "async-recursion 1.0.5",
6153 "collections",
6154 "editor",
6155 "gpui",
6156 "language",
6157 "linkify",
6158 "log",
6159 "pretty_assertions",
6160 "pulldown-cmark",
6161 "theme",
6162 "ui",
6163 "workspace",
6164]
6165
6166[[package]]
6167name = "matchers"
6168version = "0.1.0"
6169source = "registry+https://github.com/rust-lang/crates.io-index"
6170checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6171dependencies = [
6172 "regex-automata 0.1.10",
6173]
6174
6175[[package]]
6176name = "matchit"
6177version = "0.7.3"
6178source = "registry+https://github.com/rust-lang/crates.io-index"
6179checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6180
6181[[package]]
6182name = "maybe-owned"
6183version = "0.3.4"
6184source = "registry+https://github.com/rust-lang/crates.io-index"
6185checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6186
6187[[package]]
6188name = "md-5"
6189version = "0.10.5"
6190source = "registry+https://github.com/rust-lang/crates.io-index"
6191checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
6192dependencies = [
6193 "digest 0.10.7",
6194]
6195
6196[[package]]
6197name = "media"
6198version = "0.1.0"
6199dependencies = [
6200 "anyhow",
6201 "bindgen 0.65.1",
6202 "core-foundation",
6203 "foreign-types 0.5.0",
6204 "metal",
6205 "objc",
6206]
6207
6208[[package]]
6209name = "memchr"
6210version = "2.7.2"
6211source = "registry+https://github.com/rust-lang/crates.io-index"
6212checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
6213
6214[[package]]
6215name = "memfd"
6216version = "0.6.4"
6217source = "registry+https://github.com/rust-lang/crates.io-index"
6218checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6219dependencies = [
6220 "rustix 0.38.32",
6221]
6222
6223[[package]]
6224name = "memmap2"
6225version = "0.8.0"
6226source = "registry+https://github.com/rust-lang/crates.io-index"
6227checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
6228dependencies = [
6229 "libc",
6230]
6231
6232[[package]]
6233name = "memmap2"
6234version = "0.9.4"
6235source = "registry+https://github.com/rust-lang/crates.io-index"
6236checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
6237dependencies = [
6238 "libc",
6239]
6240
6241[[package]]
6242name = "memoffset"
6243version = "0.9.0"
6244source = "registry+https://github.com/rust-lang/crates.io-index"
6245checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
6246dependencies = [
6247 "autocfg",
6248]
6249
6250[[package]]
6251name = "menu"
6252version = "0.1.0"
6253dependencies = [
6254 "gpui",
6255 "serde",
6256]
6257
6258[[package]]
6259name = "metal"
6260version = "0.25.0"
6261source = "registry+https://github.com/rust-lang/crates.io-index"
6262checksum = "550b24b0cd4cf923f36bae78eca457b3a10d8a6a14a9c84cb2687b527e6a84af"
6263dependencies = [
6264 "bitflags 1.3.2",
6265 "block",
6266 "core-graphics-types",
6267 "foreign-types 0.5.0",
6268 "log",
6269 "objc",
6270 "paste",
6271]
6272
6273[[package]]
6274name = "mimalloc"
6275version = "0.1.41"
6276source = "registry+https://github.com/rust-lang/crates.io-index"
6277checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d"
6278dependencies = [
6279 "libmimalloc-sys",
6280]
6281
6282[[package]]
6283name = "mime"
6284version = "0.3.17"
6285source = "registry+https://github.com/rust-lang/crates.io-index"
6286checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
6287
6288[[package]]
6289name = "minimal-lexical"
6290version = "0.2.1"
6291source = "registry+https://github.com/rust-lang/crates.io-index"
6292checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
6293
6294[[package]]
6295name = "miniz_oxide"
6296version = "0.3.7"
6297source = "registry+https://github.com/rust-lang/crates.io-index"
6298checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
6299dependencies = [
6300 "adler32",
6301]
6302
6303[[package]]
6304name = "miniz_oxide"
6305version = "0.4.4"
6306source = "registry+https://github.com/rust-lang/crates.io-index"
6307checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
6308dependencies = [
6309 "adler",
6310 "autocfg",
6311]
6312
6313[[package]]
6314name = "miniz_oxide"
6315version = "0.7.1"
6316source = "registry+https://github.com/rust-lang/crates.io-index"
6317checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
6318dependencies = [
6319 "adler",
6320 "simd-adler32",
6321]
6322
6323[[package]]
6324name = "mint"
6325version = "0.5.9"
6326source = "registry+https://github.com/rust-lang/crates.io-index"
6327checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
6328
6329[[package]]
6330name = "mio"
6331version = "0.8.11"
6332source = "registry+https://github.com/rust-lang/crates.io-index"
6333checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
6334dependencies = [
6335 "libc",
6336 "log",
6337 "wasi 0.11.0+wasi-snapshot-preview1",
6338 "windows-sys 0.48.0",
6339]
6340
6341[[package]]
6342name = "miow"
6343version = "0.6.0"
6344source = "registry+https://github.com/rust-lang/crates.io-index"
6345checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
6346dependencies = [
6347 "windows-sys 0.48.0",
6348]
6349
6350[[package]]
6351name = "multi_buffer"
6352version = "0.1.0"
6353dependencies = [
6354 "anyhow",
6355 "clock",
6356 "collections",
6357 "ctor",
6358 "env_logger",
6359 "futures 0.3.28",
6360 "git",
6361 "gpui",
6362 "itertools 0.11.0",
6363 "language",
6364 "log",
6365 "parking_lot",
6366 "rand 0.8.5",
6367 "serde",
6368 "settings",
6369 "smallvec",
6370 "sum_tree",
6371 "text",
6372 "theme",
6373 "util",
6374]
6375
6376[[package]]
6377name = "multimap"
6378version = "0.8.3"
6379source = "registry+https://github.com/rust-lang/crates.io-index"
6380checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
6381
6382[[package]]
6383name = "naga"
6384version = "0.14.2"
6385source = "registry+https://github.com/rust-lang/crates.io-index"
6386checksum = "ae585df4b6514cf8842ac0f1ab4992edc975892704835b549cf818dc0191249e"
6387dependencies = [
6388 "bit-set",
6389 "bitflags 2.4.2",
6390 "codespan-reporting",
6391 "hexf-parse",
6392 "indexmap 2.0.0",
6393 "log",
6394 "num-traits",
6395 "rustc-hash",
6396 "spirv",
6397 "termcolor",
6398 "thiserror",
6399 "unicode-xid",
6400]
6401
6402[[package]]
6403name = "nanoid"
6404version = "0.4.0"
6405source = "registry+https://github.com/rust-lang/crates.io-index"
6406checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
6407dependencies = [
6408 "rand 0.8.5",
6409]
6410
6411[[package]]
6412name = "nanorand"
6413version = "0.7.0"
6414source = "registry+https://github.com/rust-lang/crates.io-index"
6415checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
6416dependencies = [
6417 "getrandom 0.2.10",
6418]
6419
6420[[package]]
6421name = "native-tls"
6422version = "0.2.11"
6423source = "registry+https://github.com/rust-lang/crates.io-index"
6424checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
6425dependencies = [
6426 "lazy_static",
6427 "libc",
6428 "log",
6429 "openssl",
6430 "openssl-probe",
6431 "openssl-sys",
6432 "schannel",
6433 "security-framework",
6434 "security-framework-sys",
6435 "tempfile",
6436]
6437
6438[[package]]
6439name = "ndk"
6440version = "0.7.0"
6441source = "registry+https://github.com/rust-lang/crates.io-index"
6442checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
6443dependencies = [
6444 "bitflags 1.3.2",
6445 "jni-sys",
6446 "ndk-sys",
6447 "num_enum",
6448 "raw-window-handle 0.5.2",
6449 "thiserror",
6450]
6451
6452[[package]]
6453name = "ndk-context"
6454version = "0.1.1"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
6457
6458[[package]]
6459name = "ndk-sys"
6460version = "0.4.1+23.1.7779620"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
6463dependencies = [
6464 "jni-sys",
6465]
6466
6467[[package]]
6468name = "new_debug_unreachable"
6469version = "1.0.4"
6470source = "registry+https://github.com/rust-lang/crates.io-index"
6471checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
6472
6473[[package]]
6474name = "nix"
6475version = "0.24.3"
6476source = "registry+https://github.com/rust-lang/crates.io-index"
6477checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
6478dependencies = [
6479 "bitflags 1.3.2",
6480 "cfg-if",
6481 "libc",
6482]
6483
6484[[package]]
6485name = "nix"
6486version = "0.27.1"
6487source = "registry+https://github.com/rust-lang/crates.io-index"
6488checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
6489dependencies = [
6490 "bitflags 2.4.2",
6491 "cfg-if",
6492 "libc",
6493 "memoffset",
6494]
6495
6496[[package]]
6497name = "nix"
6498version = "0.28.0"
6499source = "registry+https://github.com/rust-lang/crates.io-index"
6500checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
6501dependencies = [
6502 "bitflags 2.4.2",
6503 "cfg-if",
6504 "cfg_aliases",
6505 "libc",
6506]
6507
6508[[package]]
6509name = "node_runtime"
6510version = "0.1.0"
6511dependencies = [
6512 "anyhow",
6513 "async-compression",
6514 "async-std",
6515 "async-tar",
6516 "async-trait",
6517 "async_zip",
6518 "futures 0.3.28",
6519 "http 0.1.0",
6520 "log",
6521 "semver",
6522 "serde",
6523 "serde_json",
6524 "smol",
6525 "tempfile",
6526 "util",
6527 "walkdir",
6528 "windows 0.56.0",
6529]
6530
6531[[package]]
6532name = "nom"
6533version = "7.1.3"
6534source = "registry+https://github.com/rust-lang/crates.io-index"
6535checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
6536dependencies = [
6537 "memchr",
6538 "minimal-lexical",
6539]
6540
6541[[package]]
6542name = "notifications"
6543version = "0.1.0"
6544dependencies = [
6545 "anyhow",
6546 "channel",
6547 "client",
6548 "collections",
6549 "db",
6550 "gpui",
6551 "rpc",
6552 "settings",
6553 "sum_tree",
6554 "time",
6555 "util",
6556]
6557
6558[[package]]
6559name = "notify"
6560version = "6.1.1"
6561source = "registry+https://github.com/rust-lang/crates.io-index"
6562checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
6563dependencies = [
6564 "bitflags 2.4.2",
6565 "crossbeam-channel",
6566 "filetime",
6567 "fsevent-sys 4.1.0",
6568 "inotify",
6569 "kqueue",
6570 "libc",
6571 "log",
6572 "mio",
6573 "walkdir",
6574 "windows-sys 0.48.0",
6575]
6576
6577[[package]]
6578name = "ntapi"
6579version = "0.4.1"
6580source = "registry+https://github.com/rust-lang/crates.io-index"
6581checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
6582dependencies = [
6583 "winapi",
6584]
6585
6586[[package]]
6587name = "nu-ansi-term"
6588version = "0.46.0"
6589source = "registry+https://github.com/rust-lang/crates.io-index"
6590checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
6591dependencies = [
6592 "overload",
6593 "winapi",
6594]
6595
6596[[package]]
6597name = "num"
6598version = "0.4.1"
6599source = "registry+https://github.com/rust-lang/crates.io-index"
6600checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
6601dependencies = [
6602 "num-bigint",
6603 "num-complex",
6604 "num-integer",
6605 "num-iter",
6606 "num-rational 0.4.1",
6607 "num-traits",
6608]
6609
6610[[package]]
6611name = "num-bigint"
6612version = "0.4.4"
6613source = "registry+https://github.com/rust-lang/crates.io-index"
6614checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
6615dependencies = [
6616 "autocfg",
6617 "num-integer",
6618 "num-traits",
6619]
6620
6621[[package]]
6622name = "num-bigint-dig"
6623version = "0.7.1"
6624source = "registry+https://github.com/rust-lang/crates.io-index"
6625checksum = "f9bc3e36fd683e004fd59c64a425e0e991616f5a8b617c3b9a933a93c168facc"
6626dependencies = [
6627 "byteorder",
6628 "lazy_static",
6629 "libm",
6630 "num-integer",
6631 "num-iter",
6632 "num-traits",
6633 "rand 0.8.5",
6634 "smallvec",
6635 "zeroize",
6636]
6637
6638[[package]]
6639name = "num-bigint-dig"
6640version = "0.8.4"
6641source = "registry+https://github.com/rust-lang/crates.io-index"
6642checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
6643dependencies = [
6644 "byteorder",
6645 "lazy_static",
6646 "libm",
6647 "num-integer",
6648 "num-iter",
6649 "num-traits",
6650 "rand 0.8.5",
6651 "serde",
6652 "smallvec",
6653 "zeroize",
6654]
6655
6656[[package]]
6657name = "num-complex"
6658version = "0.4.4"
6659source = "registry+https://github.com/rust-lang/crates.io-index"
6660checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
6661dependencies = [
6662 "num-traits",
6663]
6664
6665[[package]]
6666name = "num-derive"
6667version = "0.3.3"
6668source = "registry+https://github.com/rust-lang/crates.io-index"
6669checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
6670dependencies = [
6671 "proc-macro2",
6672 "quote",
6673 "syn 1.0.109",
6674]
6675
6676[[package]]
6677name = "num-integer"
6678version = "0.1.45"
6679source = "registry+https://github.com/rust-lang/crates.io-index"
6680checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
6681dependencies = [
6682 "autocfg",
6683 "num-traits",
6684]
6685
6686[[package]]
6687name = "num-iter"
6688version = "0.1.43"
6689source = "registry+https://github.com/rust-lang/crates.io-index"
6690checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
6691dependencies = [
6692 "autocfg",
6693 "num-integer",
6694 "num-traits",
6695]
6696
6697[[package]]
6698name = "num-rational"
6699version = "0.3.2"
6700source = "registry+https://github.com/rust-lang/crates.io-index"
6701checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
6702dependencies = [
6703 "autocfg",
6704 "num-integer",
6705 "num-traits",
6706]
6707
6708[[package]]
6709name = "num-rational"
6710version = "0.4.1"
6711source = "registry+https://github.com/rust-lang/crates.io-index"
6712checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
6713dependencies = [
6714 "autocfg",
6715 "num-bigint",
6716 "num-integer",
6717 "num-traits",
6718]
6719
6720[[package]]
6721name = "num-traits"
6722version = "0.2.16"
6723source = "registry+https://github.com/rust-lang/crates.io-index"
6724checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
6725dependencies = [
6726 "autocfg",
6727 "libm",
6728]
6729
6730[[package]]
6731name = "num_cpus"
6732version = "1.16.0"
6733source = "registry+https://github.com/rust-lang/crates.io-index"
6734checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
6735dependencies = [
6736 "hermit-abi 0.3.3",
6737 "libc",
6738]
6739
6740[[package]]
6741name = "num_enum"
6742version = "0.5.11"
6743source = "registry+https://github.com/rust-lang/crates.io-index"
6744checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
6745dependencies = [
6746 "num_enum_derive",
6747]
6748
6749[[package]]
6750name = "num_enum_derive"
6751version = "0.5.11"
6752source = "registry+https://github.com/rust-lang/crates.io-index"
6753checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
6754dependencies = [
6755 "proc-macro-crate 1.3.1",
6756 "proc-macro2",
6757 "quote",
6758 "syn 1.0.109",
6759]
6760
6761[[package]]
6762name = "nvim-rs"
6763version = "0.6.0-pre"
6764source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#0d2b1c884f3c39a76b5b7aac0b429f4624843954"
6765dependencies = [
6766 "async-trait",
6767 "futures 0.3.28",
6768 "log",
6769 "parity-tokio-ipc",
6770 "rmp",
6771 "rmpv",
6772 "tokio",
6773 "tokio-util",
6774]
6775
6776[[package]]
6777name = "objc"
6778version = "0.2.7"
6779source = "registry+https://github.com/rust-lang/crates.io-index"
6780checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
6781dependencies = [
6782 "malloc_buf",
6783 "objc_exception",
6784]
6785
6786[[package]]
6787name = "objc-foundation"
6788version = "0.1.1"
6789source = "registry+https://github.com/rust-lang/crates.io-index"
6790checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
6791dependencies = [
6792 "block",
6793 "objc",
6794 "objc_id",
6795]
6796
6797[[package]]
6798name = "objc_exception"
6799version = "0.1.2"
6800source = "registry+https://github.com/rust-lang/crates.io-index"
6801checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
6802dependencies = [
6803 "cc",
6804]
6805
6806[[package]]
6807name = "objc_id"
6808version = "0.1.1"
6809source = "registry+https://github.com/rust-lang/crates.io-index"
6810checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
6811dependencies = [
6812 "objc",
6813]
6814
6815[[package]]
6816name = "object"
6817version = "0.32.1"
6818source = "registry+https://github.com/rust-lang/crates.io-index"
6819checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
6820dependencies = [
6821 "crc32fast",
6822 "hashbrown 0.14.0",
6823 "indexmap 2.0.0",
6824 "memchr",
6825]
6826
6827[[package]]
6828name = "oboe"
6829version = "0.5.0"
6830source = "registry+https://github.com/rust-lang/crates.io-index"
6831checksum = "8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0"
6832dependencies = [
6833 "jni 0.20.0",
6834 "ndk",
6835 "ndk-context",
6836 "num-derive",
6837 "num-traits",
6838 "oboe-sys",
6839]
6840
6841[[package]]
6842name = "oboe-sys"
6843version = "0.5.0"
6844source = "registry+https://github.com/rust-lang/crates.io-index"
6845checksum = "7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2"
6846dependencies = [
6847 "cc",
6848]
6849
6850[[package]]
6851name = "once_cell"
6852version = "1.19.0"
6853source = "registry+https://github.com/rust-lang/crates.io-index"
6854checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
6855
6856[[package]]
6857name = "oo7"
6858version = "0.3.0"
6859source = "registry+https://github.com/rust-lang/crates.io-index"
6860checksum = "37558cac1af63a81fd2ff7f3469c02a4da06b163c5671791553b8dac10f07c82"
6861dependencies = [
6862 "aes",
6863 "async-fs 2.1.1",
6864 "async-io 2.3.1",
6865 "async-lock 3.3.0",
6866 "blocking",
6867 "cbc",
6868 "cipher 0.4.4",
6869 "digest 0.10.7",
6870 "futures-lite 2.2.0",
6871 "futures-util",
6872 "hkdf",
6873 "hmac 0.12.1",
6874 "num",
6875 "num-bigint-dig 0.8.4",
6876 "pbkdf2 0.12.2",
6877 "rand 0.8.5",
6878 "serde",
6879 "sha2 0.10.7",
6880 "zbus",
6881 "zeroize",
6882 "zvariant",
6883]
6884
6885[[package]]
6886name = "oorandom"
6887version = "11.1.3"
6888source = "registry+https://github.com/rust-lang/crates.io-index"
6889checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
6890
6891[[package]]
6892name = "opaque-debug"
6893version = "0.3.0"
6894source = "registry+https://github.com/rust-lang/crates.io-index"
6895checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
6896
6897[[package]]
6898name = "open"
6899version = "5.1.2"
6900source = "registry+https://github.com/rust-lang/crates.io-index"
6901checksum = "449f0ff855d85ddbf1edd5b646d65249ead3f5e422aaa86b7d2d0b049b103e32"
6902dependencies = [
6903 "is-wsl",
6904 "libc",
6905 "pathdiff",
6906]
6907
6908[[package]]
6909name = "open_ai"
6910version = "0.1.0"
6911dependencies = [
6912 "anyhow",
6913 "futures 0.3.28",
6914 "http 0.1.0",
6915 "isahc",
6916 "schemars",
6917 "serde",
6918 "serde_json",
6919]
6920
6921[[package]]
6922name = "openssl"
6923version = "0.10.57"
6924source = "registry+https://github.com/rust-lang/crates.io-index"
6925checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
6926dependencies = [
6927 "bitflags 2.4.2",
6928 "cfg-if",
6929 "foreign-types 0.3.2",
6930 "libc",
6931 "once_cell",
6932 "openssl-macros",
6933 "openssl-sys",
6934]
6935
6936[[package]]
6937name = "openssl-macros"
6938version = "0.1.1"
6939source = "registry+https://github.com/rust-lang/crates.io-index"
6940checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
6941dependencies = [
6942 "proc-macro2",
6943 "quote",
6944 "syn 2.0.59",
6945]
6946
6947[[package]]
6948name = "openssl-probe"
6949version = "0.1.5"
6950source = "registry+https://github.com/rust-lang/crates.io-index"
6951checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
6952
6953[[package]]
6954name = "openssl-src"
6955version = "300.2.3+3.2.1"
6956source = "registry+https://github.com/rust-lang/crates.io-index"
6957checksum = "5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843"
6958dependencies = [
6959 "cc",
6960]
6961
6962[[package]]
6963name = "openssl-sys"
6964version = "0.9.93"
6965source = "registry+https://github.com/rust-lang/crates.io-index"
6966checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
6967dependencies = [
6968 "cc",
6969 "libc",
6970 "openssl-src",
6971 "pkg-config",
6972 "vcpkg",
6973]
6974
6975[[package]]
6976name = "ordered-float"
6977version = "2.10.0"
6978source = "registry+https://github.com/rust-lang/crates.io-index"
6979checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
6980dependencies = [
6981 "num-traits",
6982]
6983
6984[[package]]
6985name = "ordered-float"
6986version = "3.9.1"
6987source = "registry+https://github.com/rust-lang/crates.io-index"
6988checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06"
6989dependencies = [
6990 "num-traits",
6991]
6992
6993[[package]]
6994name = "ordered-stream"
6995version = "0.2.0"
6996source = "registry+https://github.com/rust-lang/crates.io-index"
6997checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
6998dependencies = [
6999 "futures-core",
7000 "pin-project-lite",
7001]
7002
7003[[package]]
7004name = "os_str_bytes"
7005version = "6.5.1"
7006source = "registry+https://github.com/rust-lang/crates.io-index"
7007checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
7008
7009[[package]]
7010name = "ouroboros"
7011version = "0.17.2"
7012source = "registry+https://github.com/rust-lang/crates.io-index"
7013checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
7014dependencies = [
7015 "aliasable",
7016 "ouroboros_macro",
7017 "static_assertions",
7018]
7019
7020[[package]]
7021name = "ouroboros_macro"
7022version = "0.17.2"
7023source = "registry+https://github.com/rust-lang/crates.io-index"
7024checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7025dependencies = [
7026 "heck 0.4.1",
7027 "proc-macro-error",
7028 "proc-macro2",
7029 "quote",
7030 "syn 2.0.59",
7031]
7032
7033[[package]]
7034name = "outline"
7035version = "0.1.0"
7036dependencies = [
7037 "editor",
7038 "fuzzy",
7039 "gpui",
7040 "indoc",
7041 "language",
7042 "menu",
7043 "ordered-float 2.10.0",
7044 "picker",
7045 "project",
7046 "rope",
7047 "serde_json",
7048 "settings",
7049 "smol",
7050 "theme",
7051 "tree-sitter-rust",
7052 "tree-sitter-typescript",
7053 "ui",
7054 "util",
7055 "workspace",
7056]
7057
7058[[package]]
7059name = "outref"
7060version = "0.5.1"
7061source = "registry+https://github.com/rust-lang/crates.io-index"
7062checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
7063
7064[[package]]
7065name = "overload"
7066version = "0.1.1"
7067source = "registry+https://github.com/rust-lang/crates.io-index"
7068checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
7069
7070[[package]]
7071name = "p256"
7072version = "0.11.1"
7073source = "registry+https://github.com/rust-lang/crates.io-index"
7074checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
7075dependencies = [
7076 "ecdsa",
7077 "elliptic-curve",
7078 "sha2 0.10.7",
7079]
7080
7081[[package]]
7082name = "page_size"
7083version = "0.6.0"
7084source = "registry+https://github.com/rust-lang/crates.io-index"
7085checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
7086dependencies = [
7087 "libc",
7088 "winapi",
7089]
7090
7091[[package]]
7092name = "palette"
7093version = "0.7.5"
7094source = "registry+https://github.com/rust-lang/crates.io-index"
7095checksum = "ebfc23a4b76642983d57e4ad00bb4504eb30a8ce3c70f4aee1f725610e36d97a"
7096dependencies = [
7097 "approx",
7098 "fast-srgb8",
7099 "palette_derive",
7100]
7101
7102[[package]]
7103name = "palette_derive"
7104version = "0.7.5"
7105source = "registry+https://github.com/rust-lang/crates.io-index"
7106checksum = "e8890702dbec0bad9116041ae586f84805b13eecd1d8b1df27c29998a9969d6d"
7107dependencies = [
7108 "proc-macro2",
7109 "quote",
7110 "syn 2.0.59",
7111]
7112
7113[[package]]
7114name = "parity-tokio-ipc"
7115version = "0.9.0"
7116source = "registry+https://github.com/rust-lang/crates.io-index"
7117checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
7118dependencies = [
7119 "futures 0.3.28",
7120 "libc",
7121 "log",
7122 "rand 0.7.3",
7123 "tokio",
7124 "winapi",
7125]
7126
7127[[package]]
7128name = "parking"
7129version = "2.2.0"
7130source = "registry+https://github.com/rust-lang/crates.io-index"
7131checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
7132
7133[[package]]
7134name = "parking_lot"
7135version = "0.12.1"
7136source = "registry+https://github.com/rust-lang/crates.io-index"
7137checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
7138dependencies = [
7139 "lock_api",
7140 "parking_lot_core",
7141]
7142
7143[[package]]
7144name = "parking_lot_core"
7145version = "0.9.8"
7146source = "registry+https://github.com/rust-lang/crates.io-index"
7147checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
7148dependencies = [
7149 "cfg-if",
7150 "libc",
7151 "redox_syscall 0.3.5",
7152 "smallvec",
7153 "windows-targets 0.48.5",
7154]
7155
7156[[package]]
7157name = "password-hash"
7158version = "0.2.1"
7159source = "registry+https://github.com/rust-lang/crates.io-index"
7160checksum = "c1a5d4e9c205d2c1ae73b84aab6240e98218c0e72e63b50422cfb2d1ca952282"
7161dependencies = [
7162 "base64ct",
7163 "rand_core 0.6.4",
7164 "subtle",
7165]
7166
7167[[package]]
7168name = "paste"
7169version = "1.0.14"
7170source = "registry+https://github.com/rust-lang/crates.io-index"
7171checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
7172
7173[[package]]
7174name = "pathdiff"
7175version = "0.2.1"
7176source = "registry+https://github.com/rust-lang/crates.io-index"
7177checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
7178
7179[[package]]
7180name = "pathfinder_geometry"
7181version = "0.5.1"
7182source = "registry+https://github.com/rust-lang/crates.io-index"
7183checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
7184dependencies = [
7185 "log",
7186 "pathfinder_simd",
7187]
7188
7189[[package]]
7190name = "pathfinder_simd"
7191version = "0.5.3"
7192source = "git+https://github.com/servo/pathfinder.git?rev=30419d07660dc11a21e42ef4a7fa329600cff152#30419d07660dc11a21e42ef4a7fa329600cff152"
7193dependencies = [
7194 "rustc_version",
7195]
7196
7197[[package]]
7198name = "pbkdf2"
7199version = "0.8.0"
7200source = "registry+https://github.com/rust-lang/crates.io-index"
7201checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
7202dependencies = [
7203 "crypto-mac",
7204]
7205
7206[[package]]
7207name = "pbkdf2"
7208version = "0.12.2"
7209source = "registry+https://github.com/rust-lang/crates.io-index"
7210checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
7211dependencies = [
7212 "digest 0.10.7",
7213 "hmac 0.12.1",
7214]
7215
7216[[package]]
7217name = "peeking_take_while"
7218version = "0.1.2"
7219source = "registry+https://github.com/rust-lang/crates.io-index"
7220checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
7221
7222[[package]]
7223name = "pem"
7224version = "0.8.3"
7225source = "registry+https://github.com/rust-lang/crates.io-index"
7226checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
7227dependencies = [
7228 "base64 0.13.1",
7229 "once_cell",
7230 "regex",
7231]
7232
7233[[package]]
7234name = "pem-rfc7468"
7235version = "0.7.0"
7236source = "registry+https://github.com/rust-lang/crates.io-index"
7237checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
7238dependencies = [
7239 "base64ct",
7240]
7241
7242[[package]]
7243name = "percent-encoding"
7244version = "2.3.1"
7245source = "registry+https://github.com/rust-lang/crates.io-index"
7246checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
7247
7248[[package]]
7249name = "petgraph"
7250version = "0.6.4"
7251source = "registry+https://github.com/rust-lang/crates.io-index"
7252checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
7253dependencies = [
7254 "fixedbitset",
7255 "indexmap 2.0.0",
7256]
7257
7258[[package]]
7259name = "phf"
7260version = "0.11.2"
7261source = "registry+https://github.com/rust-lang/crates.io-index"
7262checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
7263dependencies = [
7264 "phf_macros",
7265 "phf_shared",
7266]
7267
7268[[package]]
7269name = "phf_generator"
7270version = "0.11.2"
7271source = "registry+https://github.com/rust-lang/crates.io-index"
7272checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
7273dependencies = [
7274 "phf_shared",
7275 "rand 0.8.5",
7276]
7277
7278[[package]]
7279name = "phf_macros"
7280version = "0.11.2"
7281source = "registry+https://github.com/rust-lang/crates.io-index"
7282checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
7283dependencies = [
7284 "phf_generator",
7285 "phf_shared",
7286 "proc-macro2",
7287 "quote",
7288 "syn 2.0.59",
7289]
7290
7291[[package]]
7292name = "phf_shared"
7293version = "0.11.2"
7294source = "registry+https://github.com/rust-lang/crates.io-index"
7295checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
7296dependencies = [
7297 "siphasher 0.3.11",
7298]
7299
7300[[package]]
7301name = "picker"
7302version = "0.1.0"
7303dependencies = [
7304 "anyhow",
7305 "ctor",
7306 "editor",
7307 "env_logger",
7308 "gpui",
7309 "menu",
7310 "serde",
7311 "serde_json",
7312 "ui",
7313 "workspace",
7314]
7315
7316[[package]]
7317name = "pico-args"
7318version = "0.5.0"
7319source = "registry+https://github.com/rust-lang/crates.io-index"
7320checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
7321
7322[[package]]
7323name = "pin-project"
7324version = "1.1.3"
7325source = "registry+https://github.com/rust-lang/crates.io-index"
7326checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
7327dependencies = [
7328 "pin-project-internal",
7329]
7330
7331[[package]]
7332name = "pin-project-internal"
7333version = "1.1.3"
7334source = "registry+https://github.com/rust-lang/crates.io-index"
7335checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
7336dependencies = [
7337 "proc-macro2",
7338 "quote",
7339 "syn 2.0.59",
7340]
7341
7342[[package]]
7343name = "pin-project-lite"
7344version = "0.2.13"
7345source = "registry+https://github.com/rust-lang/crates.io-index"
7346checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
7347
7348[[package]]
7349name = "pin-utils"
7350version = "0.1.0"
7351source = "registry+https://github.com/rust-lang/crates.io-index"
7352checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
7353
7354[[package]]
7355name = "piper"
7356version = "0.2.1"
7357source = "registry+https://github.com/rust-lang/crates.io-index"
7358checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
7359dependencies = [
7360 "atomic-waker",
7361 "fastrand 2.0.0",
7362 "futures-io",
7363]
7364
7365[[package]]
7366name = "pkcs1"
7367version = "0.7.5"
7368source = "registry+https://github.com/rust-lang/crates.io-index"
7369checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
7370dependencies = [
7371 "der 0.7.8",
7372 "pkcs8 0.10.2",
7373 "spki 0.7.2",
7374]
7375
7376[[package]]
7377name = "pkcs8"
7378version = "0.9.0"
7379source = "registry+https://github.com/rust-lang/crates.io-index"
7380checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
7381dependencies = [
7382 "der 0.6.1",
7383 "spki 0.6.0",
7384]
7385
7386[[package]]
7387name = "pkcs8"
7388version = "0.10.2"
7389source = "registry+https://github.com/rust-lang/crates.io-index"
7390checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
7391dependencies = [
7392 "der 0.7.8",
7393 "spki 0.7.2",
7394]
7395
7396[[package]]
7397name = "pkg-config"
7398version = "0.3.27"
7399source = "registry+https://github.com/rust-lang/crates.io-index"
7400checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
7401
7402[[package]]
7403name = "plist"
7404version = "1.5.1"
7405source = "registry+https://github.com/rust-lang/crates.io-index"
7406checksum = "9a4a0cfc5fb21a09dc6af4bf834cf10d4a32fccd9e2ea468c4b1751a097487aa"
7407dependencies = [
7408 "base64 0.21.7",
7409 "indexmap 1.9.3",
7410 "line-wrap",
7411 "quick-xml 0.30.0",
7412 "serde",
7413 "time",
7414]
7415
7416[[package]]
7417name = "plotters"
7418version = "0.3.5"
7419source = "registry+https://github.com/rust-lang/crates.io-index"
7420checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
7421dependencies = [
7422 "num-traits",
7423 "plotters-backend",
7424 "plotters-svg",
7425 "wasm-bindgen",
7426 "web-sys",
7427]
7428
7429[[package]]
7430name = "plotters-backend"
7431version = "0.3.5"
7432source = "registry+https://github.com/rust-lang/crates.io-index"
7433checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
7434
7435[[package]]
7436name = "plotters-svg"
7437version = "0.3.5"
7438source = "registry+https://github.com/rust-lang/crates.io-index"
7439checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
7440dependencies = [
7441 "plotters-backend",
7442]
7443
7444[[package]]
7445name = "png"
7446version = "0.16.8"
7447source = "registry+https://github.com/rust-lang/crates.io-index"
7448checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
7449dependencies = [
7450 "bitflags 1.3.2",
7451 "crc32fast",
7452 "deflate",
7453 "miniz_oxide 0.3.7",
7454]
7455
7456[[package]]
7457name = "png"
7458version = "0.17.13"
7459source = "registry+https://github.com/rust-lang/crates.io-index"
7460checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
7461dependencies = [
7462 "bitflags 1.3.2",
7463 "crc32fast",
7464 "fdeflate",
7465 "flate2",
7466 "miniz_oxide 0.7.1",
7467]
7468
7469[[package]]
7470name = "polling"
7471version = "2.8.0"
7472source = "registry+https://github.com/rust-lang/crates.io-index"
7473checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
7474dependencies = [
7475 "autocfg",
7476 "bitflags 1.3.2",
7477 "cfg-if",
7478 "concurrent-queue",
7479 "libc",
7480 "log",
7481 "pin-project-lite",
7482 "windows-sys 0.48.0",
7483]
7484
7485[[package]]
7486name = "polling"
7487version = "3.3.2"
7488source = "registry+https://github.com/rust-lang/crates.io-index"
7489checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41"
7490dependencies = [
7491 "cfg-if",
7492 "concurrent-queue",
7493 "pin-project-lite",
7494 "rustix 0.38.32",
7495 "tracing",
7496 "windows-sys 0.52.0",
7497]
7498
7499[[package]]
7500name = "pollster"
7501version = "0.2.5"
7502source = "registry+https://github.com/rust-lang/crates.io-index"
7503checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
7504
7505[[package]]
7506name = "postage"
7507version = "0.5.0"
7508source = "registry+https://github.com/rust-lang/crates.io-index"
7509checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
7510dependencies = [
7511 "atomic",
7512 "crossbeam-queue",
7513 "futures 0.3.28",
7514 "log",
7515 "parking_lot",
7516 "pin-project",
7517 "pollster",
7518 "static_assertions",
7519 "thiserror",
7520]
7521
7522[[package]]
7523name = "ppv-lite86"
7524version = "0.2.17"
7525source = "registry+https://github.com/rust-lang/crates.io-index"
7526checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
7527
7528[[package]]
7529name = "prettier"
7530version = "0.1.0"
7531dependencies = [
7532 "anyhow",
7533 "collections",
7534 "fs",
7535 "gpui",
7536 "language",
7537 "log",
7538 "lsp",
7539 "node_runtime",
7540 "parking_lot",
7541 "serde",
7542 "serde_json",
7543 "util",
7544]
7545
7546[[package]]
7547name = "pretty_assertions"
7548version = "1.4.0"
7549source = "registry+https://github.com/rust-lang/crates.io-index"
7550checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
7551dependencies = [
7552 "diff",
7553 "yansi",
7554]
7555
7556[[package]]
7557name = "prettyplease"
7558version = "0.2.15"
7559source = "registry+https://github.com/rust-lang/crates.io-index"
7560checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
7561dependencies = [
7562 "proc-macro2",
7563 "syn 2.0.59",
7564]
7565
7566[[package]]
7567name = "proc-macro-crate"
7568version = "0.1.5"
7569source = "registry+https://github.com/rust-lang/crates.io-index"
7570checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
7571dependencies = [
7572 "toml 0.5.11",
7573]
7574
7575[[package]]
7576name = "proc-macro-crate"
7577version = "1.3.1"
7578source = "registry+https://github.com/rust-lang/crates.io-index"
7579checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
7580dependencies = [
7581 "once_cell",
7582 "toml_edit 0.19.15",
7583]
7584
7585[[package]]
7586name = "proc-macro-crate"
7587version = "3.1.0"
7588source = "registry+https://github.com/rust-lang/crates.io-index"
7589checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
7590dependencies = [
7591 "toml_edit 0.21.1",
7592]
7593
7594[[package]]
7595name = "proc-macro-error"
7596version = "1.0.4"
7597source = "registry+https://github.com/rust-lang/crates.io-index"
7598checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
7599dependencies = [
7600 "proc-macro-error-attr",
7601 "proc-macro2",
7602 "quote",
7603 "syn 1.0.109",
7604 "version_check",
7605]
7606
7607[[package]]
7608name = "proc-macro-error-attr"
7609version = "1.0.4"
7610source = "registry+https://github.com/rust-lang/crates.io-index"
7611checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
7612dependencies = [
7613 "proc-macro2",
7614 "quote",
7615 "version_check",
7616]
7617
7618[[package]]
7619name = "proc-macro2"
7620version = "1.0.81"
7621source = "registry+https://github.com/rust-lang/crates.io-index"
7622checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
7623dependencies = [
7624 "unicode-ident",
7625]
7626
7627[[package]]
7628name = "profiling"
7629version = "1.0.15"
7630source = "registry+https://github.com/rust-lang/crates.io-index"
7631checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
7632dependencies = [
7633 "profiling-procmacros",
7634]
7635
7636[[package]]
7637name = "profiling-procmacros"
7638version = "1.0.15"
7639source = "registry+https://github.com/rust-lang/crates.io-index"
7640checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
7641dependencies = [
7642 "quote",
7643 "syn 2.0.59",
7644]
7645
7646[[package]]
7647name = "project"
7648version = "0.1.0"
7649dependencies = [
7650 "aho-corasick",
7651 "anyhow",
7652 "async-trait",
7653 "client",
7654 "clock",
7655 "collections",
7656 "dev_server_projects",
7657 "env_logger",
7658 "fs",
7659 "futures 0.3.28",
7660 "fuzzy",
7661 "git",
7662 "git2",
7663 "globset",
7664 "gpui",
7665 "http 0.1.0",
7666 "itertools 0.11.0",
7667 "language",
7668 "log",
7669 "lsp",
7670 "node_runtime",
7671 "parking_lot",
7672 "postage",
7673 "prettier",
7674 "pretty_assertions",
7675 "rand 0.8.5",
7676 "regex",
7677 "release_channel",
7678 "rpc",
7679 "schemars",
7680 "serde",
7681 "serde_json",
7682 "settings",
7683 "sha2 0.10.7",
7684 "similar",
7685 "smol",
7686 "task",
7687 "terminal",
7688 "text",
7689 "unindent",
7690 "util",
7691 "which 6.0.0",
7692 "worktree",
7693]
7694
7695[[package]]
7696name = "project_panel"
7697version = "0.1.0"
7698dependencies = [
7699 "anyhow",
7700 "client",
7701 "collections",
7702 "db",
7703 "editor",
7704 "file_icons",
7705 "git",
7706 "gpui",
7707 "language",
7708 "menu",
7709 "pretty_assertions",
7710 "project",
7711 "schemars",
7712 "search",
7713 "serde",
7714 "serde_derive",
7715 "serde_json",
7716 "settings",
7717 "theme",
7718 "ui",
7719 "unicase",
7720 "util",
7721 "workspace",
7722]
7723
7724[[package]]
7725name = "project_symbols"
7726version = "0.1.0"
7727dependencies = [
7728 "anyhow",
7729 "editor",
7730 "futures 0.3.28",
7731 "fuzzy",
7732 "gpui",
7733 "language",
7734 "lsp",
7735 "ordered-float 2.10.0",
7736 "picker",
7737 "project",
7738 "release_channel",
7739 "serde_json",
7740 "settings",
7741 "theme",
7742 "util",
7743 "workspace",
7744]
7745
7746[[package]]
7747name = "prometheus"
7748version = "0.13.3"
7749source = "registry+https://github.com/rust-lang/crates.io-index"
7750checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
7751dependencies = [
7752 "cfg-if",
7753 "fnv",
7754 "lazy_static",
7755 "memchr",
7756 "parking_lot",
7757 "protobuf",
7758 "thiserror",
7759]
7760
7761[[package]]
7762name = "prost"
7763version = "0.9.0"
7764source = "registry+https://github.com/rust-lang/crates.io-index"
7765checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
7766dependencies = [
7767 "bytes 1.5.0",
7768 "prost-derive",
7769]
7770
7771[[package]]
7772name = "prost-build"
7773version = "0.9.0"
7774source = "registry+https://github.com/rust-lang/crates.io-index"
7775checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
7776dependencies = [
7777 "bytes 1.5.0",
7778 "heck 0.3.3",
7779 "itertools 0.10.5",
7780 "lazy_static",
7781 "log",
7782 "multimap",
7783 "petgraph",
7784 "prost",
7785 "prost-types",
7786 "regex",
7787 "tempfile",
7788 "which 4.4.2",
7789]
7790
7791[[package]]
7792name = "prost-derive"
7793version = "0.9.0"
7794source = "registry+https://github.com/rust-lang/crates.io-index"
7795checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
7796dependencies = [
7797 "anyhow",
7798 "itertools 0.10.5",
7799 "proc-macro2",
7800 "quote",
7801 "syn 1.0.109",
7802]
7803
7804[[package]]
7805name = "prost-types"
7806version = "0.9.0"
7807source = "registry+https://github.com/rust-lang/crates.io-index"
7808checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
7809dependencies = [
7810 "bytes 1.5.0",
7811 "prost",
7812]
7813
7814[[package]]
7815name = "protobuf"
7816version = "2.28.0"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
7819
7820[[package]]
7821name = "psm"
7822version = "0.1.21"
7823source = "registry+https://github.com/rust-lang/crates.io-index"
7824checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
7825dependencies = [
7826 "cc",
7827]
7828
7829[[package]]
7830name = "ptr_meta"
7831version = "0.1.4"
7832source = "registry+https://github.com/rust-lang/crates.io-index"
7833checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
7834dependencies = [
7835 "ptr_meta_derive",
7836]
7837
7838[[package]]
7839name = "ptr_meta_derive"
7840version = "0.1.4"
7841source = "registry+https://github.com/rust-lang/crates.io-index"
7842checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
7843dependencies = [
7844 "proc-macro2",
7845 "quote",
7846 "syn 1.0.109",
7847]
7848
7849[[package]]
7850name = "pulldown-cmark"
7851version = "0.10.0"
7852source = "registry+https://github.com/rust-lang/crates.io-index"
7853checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7"
7854dependencies = [
7855 "bitflags 2.4.2",
7856 "memchr",
7857 "unicase",
7858]
7859
7860[[package]]
7861name = "quick-xml"
7862version = "0.30.0"
7863source = "registry+https://github.com/rust-lang/crates.io-index"
7864checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
7865dependencies = [
7866 "memchr",
7867]
7868
7869[[package]]
7870name = "quick-xml"
7871version = "0.31.0"
7872source = "registry+https://github.com/rust-lang/crates.io-index"
7873checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
7874dependencies = [
7875 "memchr",
7876]
7877
7878[[package]]
7879name = "quick_action_bar"
7880version = "0.1.0"
7881dependencies = [
7882 "assistant",
7883 "editor",
7884 "gpui",
7885 "search",
7886 "settings",
7887 "ui",
7888 "workspace",
7889]
7890
7891[[package]]
7892name = "quote"
7893version = "1.0.35"
7894source = "registry+https://github.com/rust-lang/crates.io-index"
7895checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
7896dependencies = [
7897 "proc-macro2",
7898]
7899
7900[[package]]
7901name = "radium"
7902version = "0.7.0"
7903source = "registry+https://github.com/rust-lang/crates.io-index"
7904checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
7905
7906[[package]]
7907name = "rand"
7908version = "0.7.3"
7909source = "registry+https://github.com/rust-lang/crates.io-index"
7910checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
7911dependencies = [
7912 "getrandom 0.1.16",
7913 "libc",
7914 "rand_chacha 0.2.2",
7915 "rand_core 0.5.1",
7916 "rand_hc",
7917]
7918
7919[[package]]
7920name = "rand"
7921version = "0.8.5"
7922source = "registry+https://github.com/rust-lang/crates.io-index"
7923checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
7924dependencies = [
7925 "libc",
7926 "rand_chacha 0.3.1",
7927 "rand_core 0.6.4",
7928]
7929
7930[[package]]
7931name = "rand_chacha"
7932version = "0.2.2"
7933source = "registry+https://github.com/rust-lang/crates.io-index"
7934checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
7935dependencies = [
7936 "ppv-lite86",
7937 "rand_core 0.5.1",
7938]
7939
7940[[package]]
7941name = "rand_chacha"
7942version = "0.3.1"
7943source = "registry+https://github.com/rust-lang/crates.io-index"
7944checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
7945dependencies = [
7946 "ppv-lite86",
7947 "rand_core 0.6.4",
7948]
7949
7950[[package]]
7951name = "rand_core"
7952version = "0.5.1"
7953source = "registry+https://github.com/rust-lang/crates.io-index"
7954checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
7955dependencies = [
7956 "getrandom 0.1.16",
7957]
7958
7959[[package]]
7960name = "rand_core"
7961version = "0.6.4"
7962source = "registry+https://github.com/rust-lang/crates.io-index"
7963checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
7964dependencies = [
7965 "getrandom 0.2.10",
7966]
7967
7968[[package]]
7969name = "rand_hc"
7970version = "0.2.0"
7971source = "registry+https://github.com/rust-lang/crates.io-index"
7972checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
7973dependencies = [
7974 "rand_core 0.5.1",
7975]
7976
7977[[package]]
7978name = "rangemap"
7979version = "1.4.0"
7980source = "registry+https://github.com/rust-lang/crates.io-index"
7981checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991"
7982
7983[[package]]
7984name = "raw-window-handle"
7985version = "0.5.2"
7986source = "registry+https://github.com/rust-lang/crates.io-index"
7987checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
7988
7989[[package]]
7990name = "raw-window-handle"
7991version = "0.6.0"
7992source = "registry+https://github.com/rust-lang/crates.io-index"
7993checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
7994
7995[[package]]
7996name = "raw-window-metal"
7997version = "0.4.0"
7998source = "registry+https://github.com/rust-lang/crates.io-index"
7999checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
8000dependencies = [
8001 "cocoa",
8002 "core-graphics",
8003 "objc",
8004 "raw-window-handle 0.6.0",
8005]
8006
8007[[package]]
8008name = "rayon"
8009version = "1.8.0"
8010source = "registry+https://github.com/rust-lang/crates.io-index"
8011checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
8012dependencies = [
8013 "either",
8014 "rayon-core",
8015]
8016
8017[[package]]
8018name = "rayon-core"
8019version = "1.12.0"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
8022dependencies = [
8023 "crossbeam-deque",
8024 "crossbeam-utils",
8025]
8026
8027[[package]]
8028name = "read-fonts"
8029version = "0.15.3"
8030source = "registry+https://github.com/rust-lang/crates.io-index"
8031checksum = "a1362980db95801b70031dd592dc052a44b1810ca9da8fbcf7b25983f3174ed0"
8032dependencies = [
8033 "font-types",
8034]
8035
8036[[package]]
8037name = "recent_projects"
8038version = "0.1.0"
8039dependencies = [
8040 "anyhow",
8041 "dev_server_projects",
8042 "editor",
8043 "feature_flags",
8044 "fuzzy",
8045 "gpui",
8046 "language",
8047 "markdown",
8048 "menu",
8049 "ordered-float 2.10.0",
8050 "picker",
8051 "project",
8052 "rpc",
8053 "serde",
8054 "serde_json",
8055 "smol",
8056 "ui",
8057 "ui_text_field",
8058 "util",
8059 "workspace",
8060]
8061
8062[[package]]
8063name = "redox_syscall"
8064version = "0.2.16"
8065source = "registry+https://github.com/rust-lang/crates.io-index"
8066checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
8067dependencies = [
8068 "bitflags 1.3.2",
8069]
8070
8071[[package]]
8072name = "redox_syscall"
8073version = "0.3.5"
8074source = "registry+https://github.com/rust-lang/crates.io-index"
8075checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
8076dependencies = [
8077 "bitflags 1.3.2",
8078]
8079
8080[[package]]
8081name = "redox_syscall"
8082version = "0.4.1"
8083source = "registry+https://github.com/rust-lang/crates.io-index"
8084checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
8085dependencies = [
8086 "bitflags 1.3.2",
8087]
8088
8089[[package]]
8090name = "redox_users"
8091version = "0.4.3"
8092source = "registry+https://github.com/rust-lang/crates.io-index"
8093checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
8094dependencies = [
8095 "getrandom 0.2.10",
8096 "redox_syscall 0.2.16",
8097 "thiserror",
8098]
8099
8100[[package]]
8101name = "refineable"
8102version = "0.1.0"
8103dependencies = [
8104 "derive_refineable",
8105]
8106
8107[[package]]
8108name = "regalloc2"
8109version = "0.9.3"
8110source = "registry+https://github.com/rust-lang/crates.io-index"
8111checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
8112dependencies = [
8113 "hashbrown 0.13.2",
8114 "log",
8115 "rustc-hash",
8116 "slice-group-by",
8117 "smallvec",
8118]
8119
8120[[package]]
8121name = "regex"
8122version = "1.10.3"
8123source = "registry+https://github.com/rust-lang/crates.io-index"
8124checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
8125dependencies = [
8126 "aho-corasick",
8127 "memchr",
8128 "regex-automata 0.4.5",
8129 "regex-syntax 0.8.2",
8130]
8131
8132[[package]]
8133name = "regex-automata"
8134version = "0.1.10"
8135source = "registry+https://github.com/rust-lang/crates.io-index"
8136checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
8137dependencies = [
8138 "regex-syntax 0.6.29",
8139]
8140
8141[[package]]
8142name = "regex-automata"
8143version = "0.3.8"
8144source = "registry+https://github.com/rust-lang/crates.io-index"
8145checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
8146
8147[[package]]
8148name = "regex-automata"
8149version = "0.4.5"
8150source = "registry+https://github.com/rust-lang/crates.io-index"
8151checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
8152dependencies = [
8153 "aho-corasick",
8154 "memchr",
8155 "regex-syntax 0.8.2",
8156]
8157
8158[[package]]
8159name = "regex-lite"
8160version = "0.1.5"
8161source = "registry+https://github.com/rust-lang/crates.io-index"
8162checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
8163
8164[[package]]
8165name = "regex-syntax"
8166version = "0.6.29"
8167source = "registry+https://github.com/rust-lang/crates.io-index"
8168checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
8169
8170[[package]]
8171name = "regex-syntax"
8172version = "0.8.2"
8173source = "registry+https://github.com/rust-lang/crates.io-index"
8174checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
8175
8176[[package]]
8177name = "release_channel"
8178version = "0.1.0"
8179dependencies = [
8180 "gpui",
8181 "once_cell",
8182]
8183
8184[[package]]
8185name = "rend"
8186version = "0.4.0"
8187source = "registry+https://github.com/rust-lang/crates.io-index"
8188checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
8189dependencies = [
8190 "bytecheck",
8191]
8192
8193[[package]]
8194name = "repair_json"
8195version = "0.1.0"
8196source = "registry+https://github.com/rust-lang/crates.io-index"
8197checksum = "5ee191e184125fe72cb59b74160e25584e3908f2aaa84cbda1e161347102aa15"
8198dependencies = [
8199 "thiserror",
8200]
8201
8202[[package]]
8203name = "reqwest"
8204version = "0.11.20"
8205source = "registry+https://github.com/rust-lang/crates.io-index"
8206checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
8207dependencies = [
8208 "base64 0.21.7",
8209 "bytes 1.5.0",
8210 "encoding_rs",
8211 "futures-core",
8212 "futures-util",
8213 "h2",
8214 "http 0.2.9",
8215 "http-body",
8216 "hyper",
8217 "hyper-tls",
8218 "ipnet",
8219 "js-sys",
8220 "log",
8221 "mime",
8222 "native-tls",
8223 "once_cell",
8224 "percent-encoding",
8225 "pin-project-lite",
8226 "serde",
8227 "serde_json",
8228 "serde_urlencoded",
8229 "tokio",
8230 "tokio-native-tls",
8231 "tower-service",
8232 "url",
8233 "wasm-bindgen",
8234 "wasm-bindgen-futures",
8235 "web-sys",
8236 "winreg 0.50.0",
8237]
8238
8239[[package]]
8240name = "resvg"
8241version = "0.41.0"
8242source = "registry+https://github.com/rust-lang/crates.io-index"
8243checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
8244dependencies = [
8245 "log",
8246 "pico-args",
8247 "rgb",
8248 "svgtypes",
8249 "tiny-skia",
8250 "usvg",
8251]
8252
8253[[package]]
8254name = "rfc6979"
8255version = "0.3.1"
8256source = "registry+https://github.com/rust-lang/crates.io-index"
8257checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
8258dependencies = [
8259 "crypto-bigint 0.4.9",
8260 "hmac 0.12.1",
8261 "zeroize",
8262]
8263
8264[[package]]
8265name = "rgb"
8266version = "0.8.36"
8267source = "registry+https://github.com/rust-lang/crates.io-index"
8268checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
8269dependencies = [
8270 "bytemuck",
8271]
8272
8273[[package]]
8274name = "rich_text"
8275version = "0.1.0"
8276dependencies = [
8277 "futures 0.3.28",
8278 "gpui",
8279 "language",
8280 "linkify",
8281 "pulldown-cmark",
8282 "theme",
8283 "ui",
8284 "util",
8285]
8286
8287[[package]]
8288name = "ring"
8289version = "0.17.7"
8290source = "registry+https://github.com/rust-lang/crates.io-index"
8291checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
8292dependencies = [
8293 "cc",
8294 "getrandom 0.2.10",
8295 "libc",
8296 "spin 0.9.8",
8297 "untrusted",
8298 "windows-sys 0.48.0",
8299]
8300
8301[[package]]
8302name = "rkyv"
8303version = "0.7.42"
8304source = "registry+https://github.com/rust-lang/crates.io-index"
8305checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
8306dependencies = [
8307 "bitvec",
8308 "bytecheck",
8309 "hashbrown 0.12.3",
8310 "ptr_meta",
8311 "rend",
8312 "rkyv_derive",
8313 "seahash",
8314 "tinyvec",
8315 "uuid",
8316]
8317
8318[[package]]
8319name = "rkyv_derive"
8320version = "0.7.42"
8321source = "registry+https://github.com/rust-lang/crates.io-index"
8322checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
8323dependencies = [
8324 "proc-macro2",
8325 "quote",
8326 "syn 1.0.109",
8327]
8328
8329[[package]]
8330name = "rmp"
8331version = "0.8.12"
8332source = "registry+https://github.com/rust-lang/crates.io-index"
8333checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
8334dependencies = [
8335 "byteorder",
8336 "num-traits",
8337 "paste",
8338]
8339
8340[[package]]
8341name = "rmpv"
8342version = "1.0.1"
8343source = "registry+https://github.com/rust-lang/crates.io-index"
8344checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec"
8345dependencies = [
8346 "num-traits",
8347 "rmp",
8348]
8349
8350[[package]]
8351name = "rodio"
8352version = "0.17.1"
8353source = "registry+https://github.com/rust-lang/crates.io-index"
8354checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
8355dependencies = [
8356 "cpal",
8357 "hound",
8358]
8359
8360[[package]]
8361name = "rope"
8362version = "0.1.0"
8363dependencies = [
8364 "arrayvec",
8365 "criterion",
8366 "gpui",
8367 "log",
8368 "rand 0.8.5",
8369 "smallvec",
8370 "sum_tree",
8371 "unicode-segmentation",
8372 "util",
8373]
8374
8375[[package]]
8376name = "roxmltree"
8377version = "0.19.0"
8378source = "registry+https://github.com/rust-lang/crates.io-index"
8379checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
8380
8381[[package]]
8382name = "rpc"
8383version = "0.1.0"
8384dependencies = [
8385 "anyhow",
8386 "async-tungstenite",
8387 "base64 0.13.1",
8388 "chrono",
8389 "collections",
8390 "env_logger",
8391 "futures 0.3.28",
8392 "gpui",
8393 "parking_lot",
8394 "prost",
8395 "prost-build",
8396 "rand 0.8.5",
8397 "rsa 0.4.0",
8398 "serde",
8399 "serde_json",
8400 "strum",
8401 "tracing",
8402 "util",
8403 "zstd",
8404]
8405
8406[[package]]
8407name = "rsa"
8408version = "0.4.0"
8409source = "registry+https://github.com/rust-lang/crates.io-index"
8410checksum = "68ef841a26fc5d040ced0417c6c6a64ee851f42489df11cdf0218e545b6f8d28"
8411dependencies = [
8412 "byteorder",
8413 "digest 0.9.0",
8414 "lazy_static",
8415 "num-bigint-dig 0.7.1",
8416 "num-integer",
8417 "num-iter",
8418 "num-traits",
8419 "pem",
8420 "rand 0.8.5",
8421 "simple_asn1",
8422 "subtle",
8423 "zeroize",
8424]
8425
8426[[package]]
8427name = "rsa"
8428version = "0.9.2"
8429source = "registry+https://github.com/rust-lang/crates.io-index"
8430checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
8431dependencies = [
8432 "byteorder",
8433 "const-oid",
8434 "digest 0.10.7",
8435 "num-bigint-dig 0.8.4",
8436 "num-integer",
8437 "num-iter",
8438 "num-traits",
8439 "pkcs1",
8440 "pkcs8 0.10.2",
8441 "rand_core 0.6.4",
8442 "signature 2.1.0",
8443 "spki 0.7.2",
8444 "subtle",
8445 "zeroize",
8446]
8447
8448[[package]]
8449name = "rust-embed"
8450version = "8.4.0"
8451source = "registry+https://github.com/rust-lang/crates.io-index"
8452checksum = "19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a"
8453dependencies = [
8454 "rust-embed-impl",
8455 "rust-embed-utils",
8456 "walkdir",
8457]
8458
8459[[package]]
8460name = "rust-embed-impl"
8461version = "8.4.0"
8462source = "registry+https://github.com/rust-lang/crates.io-index"
8463checksum = "cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4"
8464dependencies = [
8465 "proc-macro2",
8466 "quote",
8467 "rust-embed-utils",
8468 "syn 2.0.59",
8469 "walkdir",
8470]
8471
8472[[package]]
8473name = "rust-embed-utils"
8474version = "8.4.0"
8475source = "registry+https://github.com/rust-lang/crates.io-index"
8476checksum = "38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32"
8477dependencies = [
8478 "globset",
8479 "sha2 0.10.7",
8480 "walkdir",
8481]
8482
8483[[package]]
8484name = "rust_decimal"
8485version = "1.32.0"
8486source = "registry+https://github.com/rust-lang/crates.io-index"
8487checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd"
8488dependencies = [
8489 "arrayvec",
8490 "borsh",
8491 "bytes 1.5.0",
8492 "num-traits",
8493 "rand 0.8.5",
8494 "rkyv",
8495 "serde",
8496 "serde_json",
8497]
8498
8499[[package]]
8500name = "rustc-demangle"
8501version = "0.1.23"
8502source = "registry+https://github.com/rust-lang/crates.io-index"
8503checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
8504
8505[[package]]
8506name = "rustc-hash"
8507version = "1.1.0"
8508source = "registry+https://github.com/rust-lang/crates.io-index"
8509checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
8510
8511[[package]]
8512name = "rustc_version"
8513version = "0.4.0"
8514source = "registry+https://github.com/rust-lang/crates.io-index"
8515checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
8516dependencies = [
8517 "semver",
8518]
8519
8520[[package]]
8521name = "rustix"
8522version = "0.37.23"
8523source = "registry+https://github.com/rust-lang/crates.io-index"
8524checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
8525dependencies = [
8526 "bitflags 1.3.2",
8527 "errno 0.3.8",
8528 "io-lifetimes 1.0.11",
8529 "libc",
8530 "linux-raw-sys 0.3.8",
8531 "windows-sys 0.48.0",
8532]
8533
8534[[package]]
8535name = "rustix"
8536version = "0.38.32"
8537source = "registry+https://github.com/rust-lang/crates.io-index"
8538checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
8539dependencies = [
8540 "bitflags 2.4.2",
8541 "errno 0.3.8",
8542 "itoa",
8543 "libc",
8544 "linux-raw-sys 0.4.12",
8545 "once_cell",
8546 "windows-sys 0.52.0",
8547]
8548
8549[[package]]
8550name = "rustix-openpty"
8551version = "0.1.1"
8552source = "registry+https://github.com/rust-lang/crates.io-index"
8553checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
8554dependencies = [
8555 "errno 0.3.8",
8556 "libc",
8557 "rustix 0.38.32",
8558]
8559
8560[[package]]
8561name = "rustls"
8562version = "0.21.12"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
8565dependencies = [
8566 "log",
8567 "ring",
8568 "rustls-webpki",
8569 "sct",
8570]
8571
8572[[package]]
8573name = "rustls-native-certs"
8574version = "0.6.3"
8575source = "registry+https://github.com/rust-lang/crates.io-index"
8576checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
8577dependencies = [
8578 "openssl-probe",
8579 "rustls-pemfile",
8580 "schannel",
8581 "security-framework",
8582]
8583
8584[[package]]
8585name = "rustls-pemfile"
8586version = "1.0.3"
8587source = "registry+https://github.com/rust-lang/crates.io-index"
8588checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
8589dependencies = [
8590 "base64 0.21.7",
8591]
8592
8593[[package]]
8594name = "rustls-webpki"
8595version = "0.101.7"
8596source = "registry+https://github.com/rust-lang/crates.io-index"
8597checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
8598dependencies = [
8599 "ring",
8600 "untrusted",
8601]
8602
8603[[package]]
8604name = "rustversion"
8605version = "1.0.14"
8606source = "registry+https://github.com/rust-lang/crates.io-index"
8607checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
8608
8609[[package]]
8610name = "rustybuzz"
8611version = "0.12.1"
8612source = "registry+https://github.com/rust-lang/crates.io-index"
8613checksum = "f0ae5692c5beaad6a9e22830deeed7874eae8a4e3ba4076fb48e12c56856222c"
8614dependencies = [
8615 "bitflags 2.4.2",
8616 "bytemuck",
8617 "libm",
8618 "smallvec",
8619 "ttf-parser",
8620 "unicode-bidi-mirroring",
8621 "unicode-ccc",
8622 "unicode-properties",
8623 "unicode-script",
8624]
8625
8626[[package]]
8627name = "ryu"
8628version = "1.0.15"
8629source = "registry+https://github.com/rust-lang/crates.io-index"
8630checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
8631
8632[[package]]
8633name = "safemem"
8634version = "0.3.3"
8635source = "registry+https://github.com/rust-lang/crates.io-index"
8636checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
8637
8638[[package]]
8639name = "salsa20"
8640version = "0.8.1"
8641source = "registry+https://github.com/rust-lang/crates.io-index"
8642checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
8643dependencies = [
8644 "cipher 0.3.0",
8645]
8646
8647[[package]]
8648name = "same-file"
8649version = "1.0.6"
8650source = "registry+https://github.com/rust-lang/crates.io-index"
8651checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
8652dependencies = [
8653 "winapi-util",
8654]
8655
8656[[package]]
8657name = "schannel"
8658version = "0.1.22"
8659source = "registry+https://github.com/rust-lang/crates.io-index"
8660checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
8661dependencies = [
8662 "windows-sys 0.48.0",
8663]
8664
8665[[package]]
8666name = "schemars"
8667version = "0.8.15"
8668source = "registry+https://github.com/rust-lang/crates.io-index"
8669checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
8670dependencies = [
8671 "dyn-clone",
8672 "indexmap 1.9.3",
8673 "schemars_derive",
8674 "serde",
8675 "serde_json",
8676]
8677
8678[[package]]
8679name = "schemars_derive"
8680version = "0.8.15"
8681source = "registry+https://github.com/rust-lang/crates.io-index"
8682checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
8683dependencies = [
8684 "proc-macro2",
8685 "quote",
8686 "serde_derive_internals",
8687 "syn 1.0.109",
8688]
8689
8690[[package]]
8691name = "scoped-tls"
8692version = "1.0.1"
8693source = "registry+https://github.com/rust-lang/crates.io-index"
8694checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
8695
8696[[package]]
8697name = "scoped_threadpool"
8698version = "0.1.9"
8699source = "registry+https://github.com/rust-lang/crates.io-index"
8700checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
8701
8702[[package]]
8703name = "scopeguard"
8704version = "1.2.0"
8705source = "registry+https://github.com/rust-lang/crates.io-index"
8706checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
8707
8708[[package]]
8709name = "scrypt"
8710version = "0.7.0"
8711source = "registry+https://github.com/rust-lang/crates.io-index"
8712checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
8713dependencies = [
8714 "base64ct",
8715 "hmac 0.11.0",
8716 "password-hash",
8717 "pbkdf2 0.8.0",
8718 "salsa20",
8719 "sha2 0.9.9",
8720]
8721
8722[[package]]
8723name = "sct"
8724version = "0.7.1"
8725source = "registry+https://github.com/rust-lang/crates.io-index"
8726checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
8727dependencies = [
8728 "ring",
8729 "untrusted",
8730]
8731
8732[[package]]
8733name = "sea-bae"
8734version = "0.2.0"
8735source = "registry+https://github.com/rust-lang/crates.io-index"
8736checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
8737dependencies = [
8738 "heck 0.4.1",
8739 "proc-macro-error",
8740 "proc-macro2",
8741 "quote",
8742 "syn 2.0.59",
8743]
8744
8745[[package]]
8746name = "sea-orm"
8747version = "0.12.3"
8748source = "registry+https://github.com/rust-lang/crates.io-index"
8749checksum = "da5b2d70c255bc5cbe1d49f69c3c8eadae0fbbaeb18ee978edbf2f75775cb94d"
8750dependencies = [
8751 "async-stream",
8752 "async-trait",
8753 "bigdecimal",
8754 "chrono",
8755 "futures 0.3.28",
8756 "log",
8757 "ouroboros",
8758 "rust_decimal",
8759 "sea-orm-macros",
8760 "sea-query",
8761 "sea-query-binder",
8762 "serde",
8763 "serde_json",
8764 "sqlx",
8765 "strum",
8766 "thiserror",
8767 "time",
8768 "tracing",
8769 "url",
8770 "uuid",
8771]
8772
8773[[package]]
8774name = "sea-orm-macros"
8775version = "0.12.3"
8776source = "registry+https://github.com/rust-lang/crates.io-index"
8777checksum = "d7c8d455fad40194fb9774fdc4810c0f2700ff0dc0e93bd5ce9d641cc3f5dd75"
8778dependencies = [
8779 "heck 0.4.1",
8780 "proc-macro2",
8781 "quote",
8782 "sea-bae",
8783 "syn 2.0.59",
8784 "unicode-ident",
8785]
8786
8787[[package]]
8788name = "sea-query"
8789version = "0.30.2"
8790source = "registry+https://github.com/rust-lang/crates.io-index"
8791checksum = "fb3e6bba153bb198646c8762c48414942a38db27d142e44735a133cabddcc820"
8792dependencies = [
8793 "bigdecimal",
8794 "chrono",
8795 "derivative",
8796 "inherent",
8797 "ordered-float 3.9.1",
8798 "rust_decimal",
8799 "serde_json",
8800 "time",
8801 "uuid",
8802]
8803
8804[[package]]
8805name = "sea-query-binder"
8806version = "0.5.0"
8807source = "registry+https://github.com/rust-lang/crates.io-index"
8808checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
8809dependencies = [
8810 "bigdecimal",
8811 "chrono",
8812 "rust_decimal",
8813 "sea-query",
8814 "serde_json",
8815 "sqlx",
8816 "time",
8817 "uuid",
8818]
8819
8820[[package]]
8821name = "seahash"
8822version = "4.1.0"
8823source = "registry+https://github.com/rust-lang/crates.io-index"
8824checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
8825
8826[[package]]
8827name = "sealed"
8828version = "0.4.0"
8829source = "registry+https://github.com/rust-lang/crates.io-index"
8830checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
8831dependencies = [
8832 "heck 0.3.3",
8833 "proc-macro2",
8834 "quote",
8835 "syn 1.0.109",
8836]
8837
8838[[package]]
8839name = "search"
8840version = "0.1.0"
8841dependencies = [
8842 "any_vec",
8843 "anyhow",
8844 "bitflags 2.4.2",
8845 "client",
8846 "collections",
8847 "editor",
8848 "futures 0.3.28",
8849 "gpui",
8850 "language",
8851 "menu",
8852 "project",
8853 "serde",
8854 "serde_json",
8855 "settings",
8856 "smol",
8857 "theme",
8858 "ui",
8859 "unindent",
8860 "util",
8861 "workspace",
8862]
8863
8864[[package]]
8865name = "sec1"
8866version = "0.3.0"
8867source = "registry+https://github.com/rust-lang/crates.io-index"
8868checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
8869dependencies = [
8870 "base16ct",
8871 "der 0.6.1",
8872 "generic-array",
8873 "pkcs8 0.9.0",
8874 "subtle",
8875 "zeroize",
8876]
8877
8878[[package]]
8879name = "security-framework"
8880version = "2.9.2"
8881source = "registry+https://github.com/rust-lang/crates.io-index"
8882checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
8883dependencies = [
8884 "bitflags 1.3.2",
8885 "core-foundation",
8886 "core-foundation-sys 0.8.6",
8887 "libc",
8888 "security-framework-sys",
8889]
8890
8891[[package]]
8892name = "security-framework-sys"
8893version = "2.9.1"
8894source = "registry+https://github.com/rust-lang/crates.io-index"
8895checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
8896dependencies = [
8897 "core-foundation-sys 0.8.6",
8898 "libc",
8899]
8900
8901[[package]]
8902name = "self_cell"
8903version = "1.0.3"
8904source = "registry+https://github.com/rust-lang/crates.io-index"
8905checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
8906
8907[[package]]
8908name = "semantic_index"
8909version = "0.1.0"
8910dependencies = [
8911 "anyhow",
8912 "client",
8913 "clock",
8914 "collections",
8915 "env_logger",
8916 "fs",
8917 "futures 0.3.28",
8918 "futures-batch",
8919 "gpui",
8920 "heed",
8921 "http 0.1.0",
8922 "language",
8923 "languages",
8924 "log",
8925 "open_ai",
8926 "parking_lot",
8927 "project",
8928 "serde",
8929 "serde_json",
8930 "settings",
8931 "sha2 0.10.7",
8932 "smol",
8933 "tempfile",
8934 "theme",
8935 "tree-sitter",
8936 "ui",
8937 "unindent",
8938 "util",
8939 "workspace",
8940 "worktree",
8941]
8942
8943[[package]]
8944name = "semantic_version"
8945version = "0.1.0"
8946dependencies = [
8947 "anyhow",
8948 "serde",
8949]
8950
8951[[package]]
8952name = "semver"
8953version = "1.0.18"
8954source = "registry+https://github.com/rust-lang/crates.io-index"
8955checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
8956
8957[[package]]
8958name = "serde"
8959version = "1.0.196"
8960source = "registry+https://github.com/rust-lang/crates.io-index"
8961checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
8962dependencies = [
8963 "serde_derive",
8964]
8965
8966[[package]]
8967name = "serde_derive"
8968version = "1.0.196"
8969source = "registry+https://github.com/rust-lang/crates.io-index"
8970checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
8971dependencies = [
8972 "proc-macro2",
8973 "quote",
8974 "syn 2.0.59",
8975]
8976
8977[[package]]
8978name = "serde_derive_internals"
8979version = "0.26.0"
8980source = "registry+https://github.com/rust-lang/crates.io-index"
8981checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
8982dependencies = [
8983 "proc-macro2",
8984 "quote",
8985 "syn 1.0.109",
8986]
8987
8988[[package]]
8989name = "serde_fmt"
8990version = "1.0.3"
8991source = "registry+https://github.com/rust-lang/crates.io-index"
8992checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
8993dependencies = [
8994 "serde",
8995]
8996
8997[[package]]
8998name = "serde_json"
8999version = "1.0.107"
9000source = "registry+https://github.com/rust-lang/crates.io-index"
9001checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
9002dependencies = [
9003 "indexmap 2.0.0",
9004 "itoa",
9005 "ryu",
9006 "serde",
9007]
9008
9009[[package]]
9010name = "serde_json_lenient"
9011version = "0.1.7"
9012source = "registry+https://github.com/rust-lang/crates.io-index"
9013checksum = "26386958a1344003f2b2bcff51a23fbe70461a478ef29247c6c6ab2c1656f53e"
9014dependencies = [
9015 "indexmap 2.0.0",
9016 "itoa",
9017 "ryu",
9018 "serde",
9019]
9020
9021[[package]]
9022name = "serde_path_to_error"
9023version = "0.1.15"
9024source = "registry+https://github.com/rust-lang/crates.io-index"
9025checksum = "ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c"
9026dependencies = [
9027 "itoa",
9028 "serde",
9029]
9030
9031[[package]]
9032name = "serde_repr"
9033version = "0.1.16"
9034source = "registry+https://github.com/rust-lang/crates.io-index"
9035checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
9036dependencies = [
9037 "proc-macro2",
9038 "quote",
9039 "syn 2.0.59",
9040]
9041
9042[[package]]
9043name = "serde_spanned"
9044version = "0.6.5"
9045source = "registry+https://github.com/rust-lang/crates.io-index"
9046checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
9047dependencies = [
9048 "serde",
9049]
9050
9051[[package]]
9052name = "serde_urlencoded"
9053version = "0.7.1"
9054source = "registry+https://github.com/rust-lang/crates.io-index"
9055checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
9056dependencies = [
9057 "form_urlencoded",
9058 "itoa",
9059 "ryu",
9060 "serde",
9061]
9062
9063[[package]]
9064name = "settings"
9065version = "0.1.0"
9066dependencies = [
9067 "anyhow",
9068 "collections",
9069 "fs",
9070 "futures 0.3.28",
9071 "gpui",
9072 "indoc",
9073 "lazy_static",
9074 "pretty_assertions",
9075 "release_channel",
9076 "rust-embed",
9077 "schemars",
9078 "serde",
9079 "serde_derive",
9080 "serde_json",
9081 "serde_json_lenient",
9082 "smallvec",
9083 "tree-sitter",
9084 "tree-sitter-json 0.19.0",
9085 "unindent",
9086 "util",
9087]
9088
9089[[package]]
9090name = "sha-1"
9091version = "0.9.8"
9092source = "registry+https://github.com/rust-lang/crates.io-index"
9093checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
9094dependencies = [
9095 "block-buffer 0.9.0",
9096 "cfg-if",
9097 "cpufeatures",
9098 "digest 0.9.0",
9099 "opaque-debug",
9100]
9101
9102[[package]]
9103name = "sha1"
9104version = "0.10.6"
9105source = "registry+https://github.com/rust-lang/crates.io-index"
9106checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
9107dependencies = [
9108 "cfg-if",
9109 "cpufeatures",
9110 "digest 0.10.7",
9111]
9112
9113[[package]]
9114name = "sha1_smol"
9115version = "1.0.0"
9116source = "registry+https://github.com/rust-lang/crates.io-index"
9117checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
9118
9119[[package]]
9120name = "sha2"
9121version = "0.9.9"
9122source = "registry+https://github.com/rust-lang/crates.io-index"
9123checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
9124dependencies = [
9125 "block-buffer 0.9.0",
9126 "cfg-if",
9127 "cpufeatures",
9128 "digest 0.9.0",
9129 "opaque-debug",
9130]
9131
9132[[package]]
9133name = "sha2"
9134version = "0.10.7"
9135source = "registry+https://github.com/rust-lang/crates.io-index"
9136checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
9137dependencies = [
9138 "cfg-if",
9139 "cpufeatures",
9140 "digest 0.10.7",
9141]
9142
9143[[package]]
9144name = "sharded-slab"
9145version = "0.1.4"
9146source = "registry+https://github.com/rust-lang/crates.io-index"
9147checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
9148dependencies = [
9149 "lazy_static",
9150]
9151
9152[[package]]
9153name = "shell-words"
9154version = "1.1.0"
9155source = "registry+https://github.com/rust-lang/crates.io-index"
9156checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
9157
9158[[package]]
9159name = "shellexpand"
9160version = "2.1.2"
9161source = "registry+https://github.com/rust-lang/crates.io-index"
9162checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
9163dependencies = [
9164 "dirs 4.0.0",
9165]
9166
9167[[package]]
9168name = "shlex"
9169version = "1.3.0"
9170source = "registry+https://github.com/rust-lang/crates.io-index"
9171checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
9172
9173[[package]]
9174name = "signal-hook"
9175version = "0.3.17"
9176source = "registry+https://github.com/rust-lang/crates.io-index"
9177checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
9178dependencies = [
9179 "libc",
9180 "signal-hook-registry",
9181]
9182
9183[[package]]
9184name = "signal-hook-registry"
9185version = "1.4.1"
9186source = "registry+https://github.com/rust-lang/crates.io-index"
9187checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
9188dependencies = [
9189 "libc",
9190]
9191
9192[[package]]
9193name = "signature"
9194version = "1.6.4"
9195source = "registry+https://github.com/rust-lang/crates.io-index"
9196checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
9197dependencies = [
9198 "digest 0.10.7",
9199 "rand_core 0.6.4",
9200]
9201
9202[[package]]
9203name = "signature"
9204version = "2.1.0"
9205source = "registry+https://github.com/rust-lang/crates.io-index"
9206checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
9207dependencies = [
9208 "digest 0.10.7",
9209 "rand_core 0.6.4",
9210]
9211
9212[[package]]
9213name = "simd-adler32"
9214version = "0.3.7"
9215source = "registry+https://github.com/rust-lang/crates.io-index"
9216checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
9217
9218[[package]]
9219name = "simdutf8"
9220version = "0.1.4"
9221source = "registry+https://github.com/rust-lang/crates.io-index"
9222checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
9223
9224[[package]]
9225name = "similar"
9226version = "1.3.0"
9227source = "registry+https://github.com/rust-lang/crates.io-index"
9228checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
9229
9230[[package]]
9231name = "simple_asn1"
9232version = "0.5.4"
9233source = "registry+https://github.com/rust-lang/crates.io-index"
9234checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
9235dependencies = [
9236 "chrono",
9237 "num-bigint",
9238 "num-traits",
9239 "thiserror",
9240]
9241
9242[[package]]
9243name = "simplecss"
9244version = "0.2.1"
9245source = "registry+https://github.com/rust-lang/crates.io-index"
9246checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
9247dependencies = [
9248 "log",
9249]
9250
9251[[package]]
9252name = "simplelog"
9253version = "0.9.0"
9254source = "registry+https://github.com/rust-lang/crates.io-index"
9255checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
9256dependencies = [
9257 "chrono",
9258 "log",
9259 "termcolor",
9260]
9261
9262[[package]]
9263name = "siphasher"
9264version = "0.3.11"
9265source = "registry+https://github.com/rust-lang/crates.io-index"
9266checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
9267
9268[[package]]
9269name = "siphasher"
9270version = "1.0.1"
9271source = "registry+https://github.com/rust-lang/crates.io-index"
9272checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
9273
9274[[package]]
9275name = "slab"
9276version = "0.4.9"
9277source = "registry+https://github.com/rust-lang/crates.io-index"
9278checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
9279dependencies = [
9280 "autocfg",
9281]
9282
9283[[package]]
9284name = "slice-group-by"
9285version = "0.3.1"
9286source = "registry+https://github.com/rust-lang/crates.io-index"
9287checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
9288
9289[[package]]
9290name = "slotmap"
9291version = "1.0.6"
9292source = "registry+https://github.com/rust-lang/crates.io-index"
9293checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
9294dependencies = [
9295 "version_check",
9296]
9297
9298[[package]]
9299name = "sluice"
9300version = "0.5.5"
9301source = "registry+https://github.com/rust-lang/crates.io-index"
9302checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
9303dependencies = [
9304 "async-channel 1.9.0",
9305 "futures-core",
9306 "futures-io",
9307]
9308
9309[[package]]
9310name = "smallvec"
9311version = "1.11.1"
9312source = "registry+https://github.com/rust-lang/crates.io-index"
9313checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
9314
9315[[package]]
9316name = "smithay-client-toolkit"
9317version = "0.18.1"
9318source = "registry+https://github.com/rust-lang/crates.io-index"
9319checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a"
9320dependencies = [
9321 "bitflags 2.4.2",
9322 "calloop",
9323 "calloop-wayland-source",
9324 "cursor-icon",
9325 "libc",
9326 "log",
9327 "memmap2 0.9.4",
9328 "rustix 0.38.32",
9329 "thiserror",
9330 "wayland-backend",
9331 "wayland-client",
9332 "wayland-csd-frame",
9333 "wayland-cursor",
9334 "wayland-protocols",
9335 "wayland-protocols-wlr",
9336 "wayland-scanner",
9337 "xkeysym",
9338]
9339
9340[[package]]
9341name = "smithay-clipboard"
9342version = "0.7.1"
9343source = "registry+https://github.com/rust-lang/crates.io-index"
9344checksum = "c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d"
9345dependencies = [
9346 "libc",
9347 "smithay-client-toolkit",
9348 "wayland-backend",
9349]
9350
9351[[package]]
9352name = "smol"
9353version = "1.3.0"
9354source = "registry+https://github.com/rust-lang/crates.io-index"
9355checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
9356dependencies = [
9357 "async-channel 1.9.0",
9358 "async-executor",
9359 "async-fs 1.6.0",
9360 "async-io 1.13.0",
9361 "async-lock 2.8.0",
9362 "async-net 1.7.0",
9363 "async-process 1.7.0",
9364 "blocking",
9365 "futures-lite 1.13.0",
9366]
9367
9368[[package]]
9369name = "snippet"
9370version = "0.1.0"
9371dependencies = [
9372 "anyhow",
9373 "smallvec",
9374]
9375
9376[[package]]
9377name = "socket2"
9378version = "0.4.9"
9379source = "registry+https://github.com/rust-lang/crates.io-index"
9380checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
9381dependencies = [
9382 "libc",
9383 "winapi",
9384]
9385
9386[[package]]
9387name = "socket2"
9388version = "0.5.4"
9389source = "registry+https://github.com/rust-lang/crates.io-index"
9390checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
9391dependencies = [
9392 "libc",
9393 "windows-sys 0.48.0",
9394]
9395
9396[[package]]
9397name = "spdx"
9398version = "0.10.4"
9399source = "registry+https://github.com/rust-lang/crates.io-index"
9400checksum = "29ef1a0fa1e39ac22972c8db23ff89aea700ab96aa87114e1fb55937a631a0c9"
9401dependencies = [
9402 "smallvec",
9403]
9404
9405[[package]]
9406name = "spin"
9407version = "0.5.2"
9408source = "registry+https://github.com/rust-lang/crates.io-index"
9409checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
9410
9411[[package]]
9412name = "spin"
9413version = "0.9.8"
9414source = "registry+https://github.com/rust-lang/crates.io-index"
9415checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
9416dependencies = [
9417 "lock_api",
9418]
9419
9420[[package]]
9421name = "spirv"
9422version = "0.2.0+1.5.4"
9423source = "registry+https://github.com/rust-lang/crates.io-index"
9424checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
9425dependencies = [
9426 "bitflags 1.3.2",
9427 "num-traits",
9428]
9429
9430[[package]]
9431name = "spki"
9432version = "0.6.0"
9433source = "registry+https://github.com/rust-lang/crates.io-index"
9434checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
9435dependencies = [
9436 "base64ct",
9437 "der 0.6.1",
9438]
9439
9440[[package]]
9441name = "spki"
9442version = "0.7.2"
9443source = "registry+https://github.com/rust-lang/crates.io-index"
9444checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
9445dependencies = [
9446 "base64ct",
9447 "der 0.7.8",
9448]
9449
9450[[package]]
9451name = "sptr"
9452version = "0.3.2"
9453source = "registry+https://github.com/rust-lang/crates.io-index"
9454checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
9455
9456[[package]]
9457name = "sqlez"
9458version = "0.1.0"
9459dependencies = [
9460 "anyhow",
9461 "collections",
9462 "futures 0.3.28",
9463 "indoc",
9464 "lazy_static",
9465 "libsqlite3-sys",
9466 "parking_lot",
9467 "smol",
9468 "thread_local",
9469 "util",
9470 "uuid",
9471]
9472
9473[[package]]
9474name = "sqlez_macros"
9475version = "0.1.0"
9476dependencies = [
9477 "lazy_static",
9478 "sqlez",
9479 "sqlformat",
9480 "syn 1.0.109",
9481]
9482
9483[[package]]
9484name = "sqlformat"
9485version = "0.2.2"
9486source = "registry+https://github.com/rust-lang/crates.io-index"
9487checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
9488dependencies = [
9489 "itertools 0.11.0",
9490 "nom",
9491 "unicode_categories",
9492]
9493
9494[[package]]
9495name = "sqlx"
9496version = "0.7.2"
9497source = "registry+https://github.com/rust-lang/crates.io-index"
9498checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
9499dependencies = [
9500 "sqlx-core",
9501 "sqlx-macros",
9502 "sqlx-mysql",
9503 "sqlx-postgres",
9504 "sqlx-sqlite",
9505]
9506
9507[[package]]
9508name = "sqlx-core"
9509version = "0.7.2"
9510source = "registry+https://github.com/rust-lang/crates.io-index"
9511checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
9512dependencies = [
9513 "ahash 0.8.8",
9514 "atoi",
9515 "bigdecimal",
9516 "byteorder",
9517 "bytes 1.5.0",
9518 "chrono",
9519 "crc",
9520 "crossbeam-queue",
9521 "dotenvy",
9522 "either",
9523 "event-listener 2.5.3",
9524 "futures-channel",
9525 "futures-core",
9526 "futures-intrusive",
9527 "futures-io",
9528 "futures-util",
9529 "hashlink",
9530 "hex",
9531 "indexmap 2.0.0",
9532 "log",
9533 "memchr",
9534 "once_cell",
9535 "paste",
9536 "percent-encoding",
9537 "rust_decimal",
9538 "rustls",
9539 "rustls-pemfile",
9540 "serde",
9541 "serde_json",
9542 "sha2 0.10.7",
9543 "smallvec",
9544 "sqlformat",
9545 "thiserror",
9546 "time",
9547 "tokio",
9548 "tokio-stream",
9549 "tracing",
9550 "url",
9551 "uuid",
9552 "webpki-roots",
9553]
9554
9555[[package]]
9556name = "sqlx-macros"
9557version = "0.7.2"
9558source = "registry+https://github.com/rust-lang/crates.io-index"
9559checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
9560dependencies = [
9561 "proc-macro2",
9562 "quote",
9563 "sqlx-core",
9564 "sqlx-macros-core",
9565 "syn 1.0.109",
9566]
9567
9568[[package]]
9569name = "sqlx-macros-core"
9570version = "0.7.2"
9571source = "registry+https://github.com/rust-lang/crates.io-index"
9572checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
9573dependencies = [
9574 "dotenvy",
9575 "either",
9576 "heck 0.4.1",
9577 "hex",
9578 "once_cell",
9579 "proc-macro2",
9580 "quote",
9581 "serde",
9582 "serde_json",
9583 "sha2 0.10.7",
9584 "sqlx-core",
9585 "sqlx-mysql",
9586 "sqlx-postgres",
9587 "sqlx-sqlite",
9588 "syn 1.0.109",
9589 "tempfile",
9590 "tokio",
9591 "url",
9592]
9593
9594[[package]]
9595name = "sqlx-mysql"
9596version = "0.7.2"
9597source = "registry+https://github.com/rust-lang/crates.io-index"
9598checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
9599dependencies = [
9600 "atoi",
9601 "base64 0.21.7",
9602 "bigdecimal",
9603 "bitflags 2.4.2",
9604 "byteorder",
9605 "bytes 1.5.0",
9606 "chrono",
9607 "crc",
9608 "digest 0.10.7",
9609 "dotenvy",
9610 "either",
9611 "futures-channel",
9612 "futures-core",
9613 "futures-io",
9614 "futures-util",
9615 "generic-array",
9616 "hex",
9617 "hkdf",
9618 "hmac 0.12.1",
9619 "itoa",
9620 "log",
9621 "md-5",
9622 "memchr",
9623 "once_cell",
9624 "percent-encoding",
9625 "rand 0.8.5",
9626 "rsa 0.9.2",
9627 "rust_decimal",
9628 "serde",
9629 "sha1",
9630 "sha2 0.10.7",
9631 "smallvec",
9632 "sqlx-core",
9633 "stringprep",
9634 "thiserror",
9635 "time",
9636 "tracing",
9637 "uuid",
9638 "whoami",
9639]
9640
9641[[package]]
9642name = "sqlx-postgres"
9643version = "0.7.2"
9644source = "registry+https://github.com/rust-lang/crates.io-index"
9645checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
9646dependencies = [
9647 "atoi",
9648 "base64 0.21.7",
9649 "bigdecimal",
9650 "bitflags 2.4.2",
9651 "byteorder",
9652 "chrono",
9653 "crc",
9654 "dotenvy",
9655 "etcetera",
9656 "futures-channel",
9657 "futures-core",
9658 "futures-io",
9659 "futures-util",
9660 "hex",
9661 "hkdf",
9662 "hmac 0.12.1",
9663 "home",
9664 "itoa",
9665 "log",
9666 "md-5",
9667 "memchr",
9668 "num-bigint",
9669 "once_cell",
9670 "rand 0.8.5",
9671 "rust_decimal",
9672 "serde",
9673 "serde_json",
9674 "sha1",
9675 "sha2 0.10.7",
9676 "smallvec",
9677 "sqlx-core",
9678 "stringprep",
9679 "thiserror",
9680 "time",
9681 "tracing",
9682 "uuid",
9683 "whoami",
9684]
9685
9686[[package]]
9687name = "sqlx-sqlite"
9688version = "0.7.2"
9689source = "registry+https://github.com/rust-lang/crates.io-index"
9690checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
9691dependencies = [
9692 "atoi",
9693 "chrono",
9694 "flume",
9695 "futures-channel",
9696 "futures-core",
9697 "futures-executor",
9698 "futures-intrusive",
9699 "futures-util",
9700 "libsqlite3-sys",
9701 "log",
9702 "percent-encoding",
9703 "serde",
9704 "sqlx-core",
9705 "time",
9706 "tracing",
9707 "url",
9708 "uuid",
9709]
9710
9711[[package]]
9712name = "stable_deref_trait"
9713version = "1.2.0"
9714source = "registry+https://github.com/rust-lang/crates.io-index"
9715checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
9716
9717[[package]]
9718name = "static_assertions"
9719version = "1.1.0"
9720source = "registry+https://github.com/rust-lang/crates.io-index"
9721checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
9722
9723[[package]]
9724name = "story"
9725version = "0.1.0"
9726dependencies = [
9727 "gpui",
9728 "itertools 0.10.5",
9729 "smallvec",
9730]
9731
9732[[package]]
9733name = "storybook"
9734version = "0.1.0"
9735dependencies = [
9736 "anyhow",
9737 "clap 4.4.4",
9738 "collab_ui",
9739 "ctrlc",
9740 "dialoguer",
9741 "editor",
9742 "fuzzy",
9743 "gpui",
9744 "indoc",
9745 "language",
9746 "log",
9747 "menu",
9748 "picker",
9749 "project",
9750 "rust-embed",
9751 "settings",
9752 "simplelog",
9753 "story",
9754 "strum",
9755 "theme",
9756 "ui",
9757]
9758
9759[[package]]
9760name = "strict-num"
9761version = "0.1.1"
9762source = "registry+https://github.com/rust-lang/crates.io-index"
9763checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
9764dependencies = [
9765 "float-cmp",
9766]
9767
9768[[package]]
9769name = "stringprep"
9770version = "0.1.4"
9771source = "registry+https://github.com/rust-lang/crates.io-index"
9772checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
9773dependencies = [
9774 "finl_unicode",
9775 "unicode-bidi",
9776 "unicode-normalization",
9777]
9778
9779[[package]]
9780name = "strsim"
9781version = "0.10.0"
9782source = "registry+https://github.com/rust-lang/crates.io-index"
9783checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
9784
9785[[package]]
9786name = "strum"
9787version = "0.25.0"
9788source = "registry+https://github.com/rust-lang/crates.io-index"
9789checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
9790dependencies = [
9791 "strum_macros",
9792]
9793
9794[[package]]
9795name = "strum_macros"
9796version = "0.25.2"
9797source = "registry+https://github.com/rust-lang/crates.io-index"
9798checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
9799dependencies = [
9800 "heck 0.4.1",
9801 "proc-macro2",
9802 "quote",
9803 "rustversion",
9804 "syn 2.0.59",
9805]
9806
9807[[package]]
9808name = "subtle"
9809version = "2.5.0"
9810source = "registry+https://github.com/rust-lang/crates.io-index"
9811checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
9812
9813[[package]]
9814name = "sum_tree"
9815version = "0.1.0"
9816dependencies = [
9817 "arrayvec",
9818 "ctor",
9819 "env_logger",
9820 "log",
9821 "rand 0.8.5",
9822 "rayon",
9823]
9824
9825[[package]]
9826name = "supermaven"
9827version = "0.1.0"
9828dependencies = [
9829 "anyhow",
9830 "client",
9831 "collections",
9832 "editor",
9833 "env_logger",
9834 "futures 0.3.28",
9835 "gpui",
9836 "http 0.1.0",
9837 "language",
9838 "log",
9839 "postage",
9840 "project",
9841 "serde",
9842 "serde_json",
9843 "settings",
9844 "smol",
9845 "supermaven_api",
9846 "theme",
9847 "ui",
9848 "util",
9849]
9850
9851[[package]]
9852name = "supermaven_api"
9853version = "0.1.0"
9854dependencies = [
9855 "anyhow",
9856 "futures 0.3.28",
9857 "http 0.1.0",
9858 "serde",
9859 "serde_json",
9860 "smol",
9861 "util",
9862]
9863
9864[[package]]
9865name = "sval"
9866version = "2.8.0"
9867source = "registry+https://github.com/rust-lang/crates.io-index"
9868checksum = "05d11eec9fbe2bc8bc71e7349f0e7534db9a96d961fb9f302574275b7880ad06"
9869
9870[[package]]
9871name = "sval_buffer"
9872version = "2.8.0"
9873source = "registry+https://github.com/rust-lang/crates.io-index"
9874checksum = "6b7451f69a93c5baf2653d5aa8bb4178934337f16c22830a50b06b386f72d761"
9875dependencies = [
9876 "sval",
9877 "sval_ref",
9878]
9879
9880[[package]]
9881name = "sval_dynamic"
9882version = "2.8.0"
9883source = "registry+https://github.com/rust-lang/crates.io-index"
9884checksum = "c34f5a2cc12b4da2adfb59d5eedfd9b174a23cc3fae84cec71dcbcd9302068f5"
9885dependencies = [
9886 "sval",
9887]
9888
9889[[package]]
9890name = "sval_fmt"
9891version = "2.8.0"
9892source = "registry+https://github.com/rust-lang/crates.io-index"
9893checksum = "2f578b2301341e246d00b35957f2952c4ec554ad9c7cfaee10bc86bc92896578"
9894dependencies = [
9895 "itoa",
9896 "ryu",
9897 "sval",
9898]
9899
9900[[package]]
9901name = "sval_json"
9902version = "2.8.0"
9903source = "registry+https://github.com/rust-lang/crates.io-index"
9904checksum = "8346c00f5dc6efe18bea8d13c1f7ca4f112b20803434bf3657ac17c0f74cbc4b"
9905dependencies = [
9906 "itoa",
9907 "ryu",
9908 "sval",
9909]
9910
9911[[package]]
9912name = "sval_ref"
9913version = "2.8.0"
9914source = "registry+https://github.com/rust-lang/crates.io-index"
9915checksum = "6617cc89952f792aebc0f4a1a76bc51e80c70b18c491bd52215c7989c4c3dd06"
9916dependencies = [
9917 "sval",
9918]
9919
9920[[package]]
9921name = "sval_serde"
9922version = "2.8.0"
9923source = "registry+https://github.com/rust-lang/crates.io-index"
9924checksum = "fe3d1e59f023341d9af75d86f3bc148a6704f3f831eef0dd90bbe9cb445fa024"
9925dependencies = [
9926 "serde",
9927 "sval",
9928 "sval_buffer",
9929 "sval_fmt",
9930]
9931
9932[[package]]
9933name = "svg_fmt"
9934version = "0.4.1"
9935source = "registry+https://github.com/rust-lang/crates.io-index"
9936checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
9937
9938[[package]]
9939name = "svgtypes"
9940version = "0.15.0"
9941source = "registry+https://github.com/rust-lang/crates.io-index"
9942checksum = "d97ca9a891c9c70da8139ac9d8e8ea36a210fa21bb50eccd75d4a9561c83e87f"
9943dependencies = [
9944 "kurbo",
9945 "siphasher 1.0.1",
9946]
9947
9948[[package]]
9949name = "swash"
9950version = "0.1.12"
9951source = "registry+https://github.com/rust-lang/crates.io-index"
9952checksum = "d06ff4664af8923625604261c645f5c4cc610cc83c84bec74b50d76237089de7"
9953dependencies = [
9954 "read-fonts",
9955 "yazi",
9956 "zeno",
9957]
9958
9959[[package]]
9960name = "syn"
9961version = "1.0.109"
9962source = "registry+https://github.com/rust-lang/crates.io-index"
9963checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
9964dependencies = [
9965 "proc-macro2",
9966 "quote",
9967 "unicode-ident",
9968]
9969
9970[[package]]
9971name = "syn"
9972version = "2.0.59"
9973source = "registry+https://github.com/rust-lang/crates.io-index"
9974checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a"
9975dependencies = [
9976 "proc-macro2",
9977 "quote",
9978 "unicode-ident",
9979]
9980
9981[[package]]
9982name = "sync_wrapper"
9983version = "0.1.2"
9984source = "registry+https://github.com/rust-lang/crates.io-index"
9985checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
9986
9987[[package]]
9988name = "synchronoise"
9989version = "1.0.1"
9990source = "registry+https://github.com/rust-lang/crates.io-index"
9991checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
9992dependencies = [
9993 "crossbeam-queue",
9994]
9995
9996[[package]]
9997name = "sys-locale"
9998version = "0.3.1"
9999source = "registry+https://github.com/rust-lang/crates.io-index"
10000checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
10001dependencies = [
10002 "libc",
10003]
10004
10005[[package]]
10006name = "sysinfo"
10007version = "0.30.7"
10008source = "registry+https://github.com/rust-lang/crates.io-index"
10009checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
10010dependencies = [
10011 "cfg-if",
10012 "core-foundation-sys 0.8.6",
10013 "libc",
10014 "ntapi",
10015 "once_cell",
10016 "rayon",
10017 "windows 0.52.0",
10018]
10019
10020[[package]]
10021name = "system-interface"
10022version = "0.27.1"
10023source = "registry+https://github.com/rust-lang/crates.io-index"
10024checksum = "9aef1f9d4c1dbdd1cb3a63be9efd2f04d8ddbc919d46112982c76818ffc2f1a7"
10025dependencies = [
10026 "bitflags 2.4.2",
10027 "cap-fs-ext",
10028 "cap-std",
10029 "fd-lock",
10030 "io-lifetimes 2.0.3",
10031 "rustix 0.38.32",
10032 "windows-sys 0.52.0",
10033 "winx",
10034]
10035
10036[[package]]
10037name = "tab_switcher"
10038version = "0.1.0"
10039dependencies = [
10040 "anyhow",
10041 "collections",
10042 "ctor",
10043 "editor",
10044 "env_logger",
10045 "gpui",
10046 "language",
10047 "menu",
10048 "picker",
10049 "project",
10050 "serde",
10051 "serde_json",
10052 "terminal_view",
10053 "theme",
10054 "ui",
10055 "util",
10056 "workspace",
10057]
10058
10059[[package]]
10060name = "taffy"
10061version = "0.4.3"
10062source = "registry+https://github.com/rust-lang/crates.io-index"
10063checksum = "7b2e140b328c6cb5e744bb2c65910b47df86b239afc793ee2c52262569cf9225"
10064dependencies = [
10065 "arrayvec",
10066 "grid",
10067 "num-traits",
10068 "serde",
10069 "slotmap",
10070]
10071
10072[[package]]
10073name = "take-until"
10074version = "0.2.0"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
10077
10078[[package]]
10079name = "tap"
10080version = "1.0.1"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
10083
10084[[package]]
10085name = "target-lexicon"
10086version = "0.12.13"
10087source = "registry+https://github.com/rust-lang/crates.io-index"
10088checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
10089
10090[[package]]
10091name = "task"
10092version = "0.1.0"
10093dependencies = [
10094 "anyhow",
10095 "collections",
10096 "futures 0.3.28",
10097 "gpui",
10098 "hex",
10099 "parking_lot",
10100 "schemars",
10101 "serde",
10102 "serde_json_lenient",
10103 "sha2 0.10.7",
10104 "shellexpand",
10105 "util",
10106]
10107
10108[[package]]
10109name = "tasks_ui"
10110version = "0.1.0"
10111dependencies = [
10112 "editor",
10113 "file_icons",
10114 "fuzzy",
10115 "gpui",
10116 "language",
10117 "menu",
10118 "picker",
10119 "project",
10120 "schemars",
10121 "serde",
10122 "serde_json",
10123 "settings",
10124 "task",
10125 "tree-sitter-rust",
10126 "tree-sitter-typescript",
10127 "ui",
10128 "util",
10129 "workspace",
10130]
10131
10132[[package]]
10133name = "telemetry_events"
10134version = "0.1.0"
10135dependencies = [
10136 "semantic_version",
10137 "serde",
10138]
10139
10140[[package]]
10141name = "tempfile"
10142version = "3.9.0"
10143source = "registry+https://github.com/rust-lang/crates.io-index"
10144checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
10145dependencies = [
10146 "cfg-if",
10147 "fastrand 2.0.0",
10148 "redox_syscall 0.4.1",
10149 "rustix 0.38.32",
10150 "windows-sys 0.52.0",
10151]
10152
10153[[package]]
10154name = "tendril"
10155version = "0.4.3"
10156source = "registry+https://github.com/rust-lang/crates.io-index"
10157checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
10158dependencies = [
10159 "futf",
10160 "mac",
10161 "utf-8",
10162]
10163
10164[[package]]
10165name = "termcolor"
10166version = "1.1.3"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
10169dependencies = [
10170 "winapi-util",
10171]
10172
10173[[package]]
10174name = "terminal"
10175version = "0.1.0"
10176dependencies = [
10177 "alacritty_terminal",
10178 "anyhow",
10179 "collections",
10180 "dirs 4.0.0",
10181 "futures 0.3.28",
10182 "gpui",
10183 "libc",
10184 "rand 0.8.5",
10185 "schemars",
10186 "serde",
10187 "serde_derive",
10188 "serde_json",
10189 "settings",
10190 "smol",
10191 "sysinfo",
10192 "task",
10193 "theme",
10194 "thiserror",
10195 "util",
10196 "windows 0.56.0",
10197]
10198
10199[[package]]
10200name = "terminal_view"
10201version = "0.1.0"
10202dependencies = [
10203 "anyhow",
10204 "client",
10205 "collections",
10206 "db",
10207 "dirs 4.0.0",
10208 "editor",
10209 "futures 0.3.28",
10210 "gpui",
10211 "itertools 0.11.0",
10212 "language",
10213 "project",
10214 "rand 0.8.5",
10215 "search",
10216 "serde",
10217 "serde_json",
10218 "settings",
10219 "shellexpand",
10220 "smol",
10221 "task",
10222 "tasks_ui",
10223 "terminal",
10224 "theme",
10225 "ui",
10226 "util",
10227 "workspace",
10228]
10229
10230[[package]]
10231name = "text"
10232version = "0.1.0"
10233dependencies = [
10234 "anyhow",
10235 "clock",
10236 "collections",
10237 "ctor",
10238 "env_logger",
10239 "gpui",
10240 "http 0.1.0",
10241 "lazy_static",
10242 "log",
10243 "parking_lot",
10244 "postage",
10245 "rand 0.8.5",
10246 "regex",
10247 "rope",
10248 "smallvec",
10249 "sum_tree",
10250 "util",
10251]
10252
10253[[package]]
10254name = "textwrap"
10255version = "0.16.0"
10256source = "registry+https://github.com/rust-lang/crates.io-index"
10257checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
10258
10259[[package]]
10260name = "theme"
10261version = "0.1.0"
10262dependencies = [
10263 "anyhow",
10264 "collections",
10265 "color",
10266 "derive_more",
10267 "fs",
10268 "futures 0.3.28",
10269 "gpui",
10270 "indexmap 1.9.3",
10271 "palette",
10272 "parking_lot",
10273 "refineable",
10274 "schemars",
10275 "serde",
10276 "serde_derive",
10277 "serde_json",
10278 "serde_json_lenient",
10279 "serde_repr",
10280 "settings",
10281 "story",
10282 "util",
10283 "uuid",
10284]
10285
10286[[package]]
10287name = "theme_importer"
10288version = "0.1.0"
10289dependencies = [
10290 "anyhow",
10291 "clap 4.4.4",
10292 "gpui",
10293 "indexmap 1.9.3",
10294 "log",
10295 "palette",
10296 "rust-embed",
10297 "schemars",
10298 "serde",
10299 "serde_json",
10300 "serde_json_lenient",
10301 "simplelog",
10302 "strum",
10303 "theme",
10304 "vscode_theme",
10305]
10306
10307[[package]]
10308name = "theme_selector"
10309version = "0.1.0"
10310dependencies = [
10311 "client",
10312 "feature_flags",
10313 "fs",
10314 "fuzzy",
10315 "gpui",
10316 "log",
10317 "picker",
10318 "serde",
10319 "settings",
10320 "theme",
10321 "ui",
10322 "util",
10323 "workspace",
10324]
10325
10326[[package]]
10327name = "thiserror"
10328version = "1.0.60"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
10331dependencies = [
10332 "thiserror-impl",
10333]
10334
10335[[package]]
10336name = "thiserror-impl"
10337version = "1.0.60"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
10340dependencies = [
10341 "proc-macro2",
10342 "quote",
10343 "syn 2.0.59",
10344]
10345
10346[[package]]
10347name = "thread_local"
10348version = "1.1.7"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
10351dependencies = [
10352 "cfg-if",
10353 "once_cell",
10354]
10355
10356[[package]]
10357name = "tiff"
10358version = "0.6.1"
10359source = "registry+https://github.com/rust-lang/crates.io-index"
10360checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
10361dependencies = [
10362 "jpeg-decoder",
10363 "miniz_oxide 0.4.4",
10364 "weezl",
10365]
10366
10367[[package]]
10368name = "tiktoken-rs"
10369version = "0.5.9"
10370source = "registry+https://github.com/rust-lang/crates.io-index"
10371checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
10372dependencies = [
10373 "anyhow",
10374 "base64 0.21.7",
10375 "bstr",
10376 "fancy-regex",
10377 "lazy_static",
10378 "parking_lot",
10379 "rustc-hash",
10380]
10381
10382[[package]]
10383name = "time"
10384version = "0.3.28"
10385source = "registry+https://github.com/rust-lang/crates.io-index"
10386checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48"
10387dependencies = [
10388 "deranged",
10389 "itoa",
10390 "serde",
10391 "time-core",
10392 "time-macros",
10393]
10394
10395[[package]]
10396name = "time-core"
10397version = "0.1.1"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
10400
10401[[package]]
10402name = "time-macros"
10403version = "0.2.14"
10404source = "registry+https://github.com/rust-lang/crates.io-index"
10405checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572"
10406dependencies = [
10407 "time-core",
10408]
10409
10410[[package]]
10411name = "time_format"
10412version = "0.1.0"
10413dependencies = [
10414 "core-foundation",
10415 "core-foundation-sys 0.8.6",
10416 "sys-locale",
10417 "time",
10418]
10419
10420[[package]]
10421name = "tiny-keccak"
10422version = "2.0.2"
10423source = "registry+https://github.com/rust-lang/crates.io-index"
10424checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
10425dependencies = [
10426 "crunchy",
10427]
10428
10429[[package]]
10430name = "tiny-skia"
10431version = "0.11.4"
10432source = "registry+https://github.com/rust-lang/crates.io-index"
10433checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
10434dependencies = [
10435 "arrayref",
10436 "arrayvec",
10437 "bytemuck",
10438 "cfg-if",
10439 "log",
10440 "png 0.17.13",
10441 "tiny-skia-path",
10442]
10443
10444[[package]]
10445name = "tiny-skia-path"
10446version = "0.11.4"
10447source = "registry+https://github.com/rust-lang/crates.io-index"
10448checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
10449dependencies = [
10450 "arrayref",
10451 "bytemuck",
10452 "strict-num",
10453]
10454
10455[[package]]
10456name = "tiny_http"
10457version = "0.8.2"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
10460dependencies = [
10461 "ascii",
10462 "chrono",
10463 "chunked_transfer",
10464 "log",
10465 "url",
10466]
10467
10468[[package]]
10469name = "tinytemplate"
10470version = "1.2.1"
10471source = "registry+https://github.com/rust-lang/crates.io-index"
10472checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
10473dependencies = [
10474 "serde",
10475 "serde_json",
10476]
10477
10478[[package]]
10479name = "tinyvec"
10480version = "1.6.0"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
10483dependencies = [
10484 "tinyvec_macros",
10485]
10486
10487[[package]]
10488name = "tinyvec_macros"
10489version = "0.1.1"
10490source = "registry+https://github.com/rust-lang/crates.io-index"
10491checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
10492
10493[[package]]
10494name = "tokio"
10495version = "1.32.0"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
10498dependencies = [
10499 "backtrace",
10500 "bytes 1.5.0",
10501 "libc",
10502 "mio",
10503 "num_cpus",
10504 "parking_lot",
10505 "pin-project-lite",
10506 "signal-hook-registry",
10507 "socket2 0.5.4",
10508 "tokio-macros",
10509 "windows-sys 0.48.0",
10510]
10511
10512[[package]]
10513name = "tokio-io"
10514version = "0.1.13"
10515source = "registry+https://github.com/rust-lang/crates.io-index"
10516checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
10517dependencies = [
10518 "bytes 0.4.12",
10519 "futures 0.1.31",
10520 "log",
10521]
10522
10523[[package]]
10524name = "tokio-macros"
10525version = "2.1.0"
10526source = "registry+https://github.com/rust-lang/crates.io-index"
10527checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
10528dependencies = [
10529 "proc-macro2",
10530 "quote",
10531 "syn 2.0.59",
10532]
10533
10534[[package]]
10535name = "tokio-native-tls"
10536version = "0.3.1"
10537source = "registry+https://github.com/rust-lang/crates.io-index"
10538checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
10539dependencies = [
10540 "native-tls",
10541 "tokio",
10542]
10543
10544[[package]]
10545name = "tokio-rustls"
10546version = "0.24.1"
10547source = "registry+https://github.com/rust-lang/crates.io-index"
10548checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
10549dependencies = [
10550 "rustls",
10551 "tokio",
10552]
10553
10554[[package]]
10555name = "tokio-stream"
10556version = "0.1.14"
10557source = "registry+https://github.com/rust-lang/crates.io-index"
10558checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
10559dependencies = [
10560 "futures-core",
10561 "pin-project-lite",
10562 "tokio",
10563]
10564
10565[[package]]
10566name = "tokio-tungstenite"
10567version = "0.20.1"
10568source = "registry+https://github.com/rust-lang/crates.io-index"
10569checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
10570dependencies = [
10571 "futures-util",
10572 "log",
10573 "tokio",
10574 "tungstenite 0.20.1",
10575]
10576
10577[[package]]
10578name = "tokio-util"
10579version = "0.7.9"
10580source = "registry+https://github.com/rust-lang/crates.io-index"
10581checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
10582dependencies = [
10583 "bytes 1.5.0",
10584 "futures-core",
10585 "futures-io",
10586 "futures-sink",
10587 "pin-project-lite",
10588 "tokio",
10589 "tracing",
10590]
10591
10592[[package]]
10593name = "toml"
10594version = "0.5.11"
10595source = "registry+https://github.com/rust-lang/crates.io-index"
10596checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
10597dependencies = [
10598 "serde",
10599]
10600
10601[[package]]
10602name = "toml"
10603version = "0.7.8"
10604source = "registry+https://github.com/rust-lang/crates.io-index"
10605checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
10606dependencies = [
10607 "serde",
10608 "serde_spanned",
10609 "toml_datetime",
10610 "toml_edit 0.19.15",
10611]
10612
10613[[package]]
10614name = "toml"
10615version = "0.8.10"
10616source = "registry+https://github.com/rust-lang/crates.io-index"
10617checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
10618dependencies = [
10619 "serde",
10620 "serde_spanned",
10621 "toml_datetime",
10622 "toml_edit 0.22.6",
10623]
10624
10625[[package]]
10626name = "toml_datetime"
10627version = "0.6.5"
10628source = "registry+https://github.com/rust-lang/crates.io-index"
10629checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
10630dependencies = [
10631 "serde",
10632]
10633
10634[[package]]
10635name = "toml_edit"
10636version = "0.19.15"
10637source = "registry+https://github.com/rust-lang/crates.io-index"
10638checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
10639dependencies = [
10640 "indexmap 2.0.0",
10641 "serde",
10642 "serde_spanned",
10643 "toml_datetime",
10644 "winnow 0.5.15",
10645]
10646
10647[[package]]
10648name = "toml_edit"
10649version = "0.21.1"
10650source = "registry+https://github.com/rust-lang/crates.io-index"
10651checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
10652dependencies = [
10653 "indexmap 2.0.0",
10654 "toml_datetime",
10655 "winnow 0.5.15",
10656]
10657
10658[[package]]
10659name = "toml_edit"
10660version = "0.22.6"
10661source = "registry+https://github.com/rust-lang/crates.io-index"
10662checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
10663dependencies = [
10664 "indexmap 2.0.0",
10665 "serde",
10666 "serde_spanned",
10667 "toml_datetime",
10668 "winnow 0.6.1",
10669]
10670
10671[[package]]
10672name = "tower"
10673version = "0.4.13"
10674source = "registry+https://github.com/rust-lang/crates.io-index"
10675checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
10676dependencies = [
10677 "futures-core",
10678 "futures-util",
10679 "pin-project",
10680 "pin-project-lite",
10681 "tokio",
10682 "tower-layer",
10683 "tower-service",
10684 "tracing",
10685]
10686
10687[[package]]
10688name = "tower-http"
10689version = "0.3.5"
10690source = "registry+https://github.com/rust-lang/crates.io-index"
10691checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
10692dependencies = [
10693 "bitflags 1.3.2",
10694 "bytes 1.5.0",
10695 "futures-core",
10696 "futures-util",
10697 "http 0.2.9",
10698 "http-body",
10699 "http-range-header",
10700 "pin-project-lite",
10701 "tower-layer",
10702 "tower-service",
10703]
10704
10705[[package]]
10706name = "tower-http"
10707version = "0.4.4"
10708source = "registry+https://github.com/rust-lang/crates.io-index"
10709checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
10710dependencies = [
10711 "bitflags 2.4.2",
10712 "bytes 1.5.0",
10713 "futures-core",
10714 "futures-util",
10715 "http 0.2.9",
10716 "http-body",
10717 "http-range-header",
10718 "pin-project-lite",
10719 "tower-layer",
10720 "tower-service",
10721 "tracing",
10722]
10723
10724[[package]]
10725name = "tower-layer"
10726version = "0.3.2"
10727source = "registry+https://github.com/rust-lang/crates.io-index"
10728checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
10729
10730[[package]]
10731name = "tower-service"
10732version = "0.3.2"
10733source = "registry+https://github.com/rust-lang/crates.io-index"
10734checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
10735
10736[[package]]
10737name = "tracing"
10738version = "0.1.40"
10739source = "registry+https://github.com/rust-lang/crates.io-index"
10740checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
10741dependencies = [
10742 "log",
10743 "pin-project-lite",
10744 "tracing-attributes",
10745 "tracing-core",
10746]
10747
10748[[package]]
10749name = "tracing-attributes"
10750version = "0.1.27"
10751source = "registry+https://github.com/rust-lang/crates.io-index"
10752checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
10753dependencies = [
10754 "proc-macro2",
10755 "quote",
10756 "syn 2.0.59",
10757]
10758
10759[[package]]
10760name = "tracing-core"
10761version = "0.1.32"
10762source = "registry+https://github.com/rust-lang/crates.io-index"
10763checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
10764dependencies = [
10765 "once_cell",
10766 "valuable",
10767]
10768
10769[[package]]
10770name = "tracing-futures"
10771version = "0.2.5"
10772source = "registry+https://github.com/rust-lang/crates.io-index"
10773checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
10774dependencies = [
10775 "pin-project",
10776 "tracing",
10777]
10778
10779[[package]]
10780name = "tracing-log"
10781version = "0.2.0"
10782source = "registry+https://github.com/rust-lang/crates.io-index"
10783checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
10784dependencies = [
10785 "log",
10786 "once_cell",
10787 "tracing-core",
10788]
10789
10790[[package]]
10791name = "tracing-serde"
10792version = "0.1.3"
10793source = "registry+https://github.com/rust-lang/crates.io-index"
10794checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
10795dependencies = [
10796 "serde",
10797 "tracing-core",
10798]
10799
10800[[package]]
10801name = "tracing-subscriber"
10802version = "0.3.18"
10803source = "registry+https://github.com/rust-lang/crates.io-index"
10804checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
10805dependencies = [
10806 "matchers",
10807 "nu-ansi-term",
10808 "once_cell",
10809 "regex",
10810 "serde",
10811 "serde_json",
10812 "sharded-slab",
10813 "smallvec",
10814 "thread_local",
10815 "tracing",
10816 "tracing-core",
10817 "tracing-log",
10818 "tracing-serde",
10819]
10820
10821[[package]]
10822name = "tree-sitter"
10823version = "0.20.100"
10824source = "git+https://github.com/tree-sitter/tree-sitter?rev=7b4894ba2ae81b988846676f54c0988d4027ef4f#7b4894ba2ae81b988846676f54c0988d4027ef4f"
10825dependencies = [
10826 "cc",
10827 "regex",
10828 "wasmtime-c-api-impl",
10829]
10830
10831[[package]]
10832name = "tree-sitter-bash"
10833version = "0.20.4"
10834source = "git+https://github.com/tree-sitter/tree-sitter-bash?rev=7331995b19b8f8aba2d5e26deb51d2195c18bc94#7331995b19b8f8aba2d5e26deb51d2195c18bc94"
10835dependencies = [
10836 "cc",
10837 "tree-sitter",
10838]
10839
10840[[package]]
10841name = "tree-sitter-c"
10842version = "0.20.6"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "30b03bdf218020057abee831581a74bff8c298323d6c6cd1a70556430ded9f4b"
10845dependencies = [
10846 "cc",
10847 "tree-sitter",
10848]
10849
10850[[package]]
10851name = "tree-sitter-cpp"
10852version = "0.20.0"
10853source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=f44509141e7e483323d2ec178f2d2e6c0fc041c1#f44509141e7e483323d2ec178f2d2e6c0fc041c1"
10854dependencies = [
10855 "cc",
10856 "tree-sitter",
10857]
10858
10859[[package]]
10860name = "tree-sitter-css"
10861version = "0.19.0"
10862source = "git+https://github.com/tree-sitter/tree-sitter-css?rev=769203d0f9abe1a9a691ac2b9fe4bb4397a73c51#769203d0f9abe1a9a691ac2b9fe4bb4397a73c51"
10863dependencies = [
10864 "cc",
10865 "tree-sitter",
10866]
10867
10868[[package]]
10869name = "tree-sitter-elixir"
10870version = "0.1.0"
10871source = "git+https://github.com/elixir-lang/tree-sitter-elixir?rev=a2861e88a730287a60c11ea9299c033c7d076e30#a2861e88a730287a60c11ea9299c033c7d076e30"
10872dependencies = [
10873 "cc",
10874 "tree-sitter",
10875]
10876
10877[[package]]
10878name = "tree-sitter-embedded-template"
10879version = "0.20.0"
10880source = "registry+https://github.com/rust-lang/crates.io-index"
10881checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
10882dependencies = [
10883 "cc",
10884 "tree-sitter",
10885]
10886
10887[[package]]
10888name = "tree-sitter-go"
10889version = "0.20.0"
10890source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=b82ab803d887002a0af11f6ce63d72884580bf33#b82ab803d887002a0af11f6ce63d72884580bf33"
10891dependencies = [
10892 "cc",
10893 "tree-sitter",
10894]
10895
10896[[package]]
10897name = "tree-sitter-gomod"
10898version = "1.0.2"
10899source = "git+https://github.com/camdencheek/tree-sitter-go-mod#bbe2fe3be4b87e06a613e685250f473d2267f430"
10900dependencies = [
10901 "cc",
10902 "tree-sitter",
10903]
10904
10905[[package]]
10906name = "tree-sitter-gowork"
10907version = "0.0.1"
10908source = "git+https://github.com/d1y/tree-sitter-go-work#a2a4b99b53b3740855ff33f0b54cab0bb4ce6f45"
10909dependencies = [
10910 "cc",
10911 "tree-sitter",
10912]
10913
10914[[package]]
10915name = "tree-sitter-heex"
10916version = "0.0.1"
10917source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=2e1348c3cf2c9323e87c2744796cf3f3868aa82a#2e1348c3cf2c9323e87c2744796cf3f3868aa82a"
10918dependencies = [
10919 "cc",
10920 "tree-sitter",
10921]
10922
10923[[package]]
10924name = "tree-sitter-html"
10925version = "0.19.0"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
10928dependencies = [
10929 "cc",
10930 "tree-sitter",
10931]
10932
10933[[package]]
10934name = "tree-sitter-jsdoc"
10935version = "0.20.0"
10936source = "git+https://github.com/tree-sitter/tree-sitter-jsdoc?rev=6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55#6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55"
10937dependencies = [
10938 "cc",
10939 "tree-sitter",
10940]
10941
10942[[package]]
10943name = "tree-sitter-json"
10944version = "0.19.0"
10945source = "registry+https://github.com/rust-lang/crates.io-index"
10946checksum = "90b04c4e1a92139535eb9fca4ec8fa9666cc96b618005d3ae35f3c957fa92f92"
10947dependencies = [
10948 "cc",
10949 "tree-sitter",
10950]
10951
10952[[package]]
10953name = "tree-sitter-json"
10954version = "0.20.0"
10955source = "git+https://github.com/tree-sitter/tree-sitter-json?rev=40a81c01a40ac48744e0c8ccabbaba1920441199#40a81c01a40ac48744e0c8ccabbaba1920441199"
10956dependencies = [
10957 "cc",
10958 "tree-sitter",
10959]
10960
10961[[package]]
10962name = "tree-sitter-markdown"
10963version = "0.0.1"
10964source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
10965dependencies = [
10966 "cc",
10967 "tree-sitter",
10968]
10969
10970[[package]]
10971name = "tree-sitter-proto"
10972version = "0.0.2"
10973source = "git+https://github.com/rewinfrey/tree-sitter-proto?rev=36d54f288aee112f13a67b550ad32634d0c2cb52#36d54f288aee112f13a67b550ad32634d0c2cb52"
10974dependencies = [
10975 "cc",
10976 "tree-sitter",
10977]
10978
10979[[package]]
10980name = "tree-sitter-python"
10981version = "0.20.4"
10982source = "registry+https://github.com/rust-lang/crates.io-index"
10983checksum = "e6c93b1b1fbd0d399db3445f51fd3058e43d0b4dcff62ddbdb46e66550978aa5"
10984dependencies = [
10985 "cc",
10986 "tree-sitter",
10987]
10988
10989[[package]]
10990name = "tree-sitter-regex"
10991version = "0.20.0"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "efb5a53e9c990757895476216796b170fd81e4d173d08f8b082279c4e6ff8c5c"
10994dependencies = [
10995 "cc",
10996 "tree-sitter",
10997]
10998
10999[[package]]
11000name = "tree-sitter-ruby"
11001version = "0.20.0"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
11004dependencies = [
11005 "cc",
11006 "tree-sitter",
11007]
11008
11009[[package]]
11010name = "tree-sitter-rust"
11011version = "0.20.4"
11012source = "registry+https://github.com/rust-lang/crates.io-index"
11013checksum = "b0832309b0b2b6d33760ce5c0e818cb47e1d72b468516bfe4134408926fa7594"
11014dependencies = [
11015 "cc",
11016 "tree-sitter",
11017]
11018
11019[[package]]
11020name = "tree-sitter-typescript"
11021version = "0.20.2"
11022source = "git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259#5d20856f34315b068c41edaee2ac8a100081d259"
11023dependencies = [
11024 "cc",
11025 "tree-sitter",
11026]
11027
11028[[package]]
11029name = "tree-sitter-yaml"
11030version = "0.0.1"
11031source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=f545a41f57502e1b5ddf2a6668896c1b0620f930#f545a41f57502e1b5ddf2a6668896c1b0620f930"
11032dependencies = [
11033 "cc",
11034 "tree-sitter",
11035]
11036
11037[[package]]
11038name = "try-lock"
11039version = "0.2.4"
11040source = "registry+https://github.com/rust-lang/crates.io-index"
11041checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
11042
11043[[package]]
11044name = "ttf-parser"
11045version = "0.20.0"
11046source = "registry+https://github.com/rust-lang/crates.io-index"
11047checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
11048
11049[[package]]
11050name = "tungstenite"
11051version = "0.16.0"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
11054dependencies = [
11055 "base64 0.13.1",
11056 "byteorder",
11057 "bytes 1.5.0",
11058 "http 0.2.9",
11059 "httparse",
11060 "log",
11061 "native-tls",
11062 "rand 0.8.5",
11063 "sha-1",
11064 "thiserror",
11065 "url",
11066 "utf-8",
11067]
11068
11069[[package]]
11070name = "tungstenite"
11071version = "0.20.1"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
11074dependencies = [
11075 "byteorder",
11076 "bytes 1.5.0",
11077 "data-encoding",
11078 "http 0.2.9",
11079 "httparse",
11080 "log",
11081 "rand 0.8.5",
11082 "sha1",
11083 "thiserror",
11084 "url",
11085 "utf-8",
11086]
11087
11088[[package]]
11089name = "typenum"
11090version = "1.17.0"
11091source = "registry+https://github.com/rust-lang/crates.io-index"
11092checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
11093
11094[[package]]
11095name = "uds_windows"
11096version = "1.1.0"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
11099dependencies = [
11100 "memoffset",
11101 "tempfile",
11102 "winapi",
11103]
11104
11105[[package]]
11106name = "ui"
11107version = "0.1.0"
11108dependencies = [
11109 "chrono",
11110 "gpui",
11111 "itertools 0.11.0",
11112 "menu",
11113 "settings",
11114 "smallvec",
11115 "story",
11116 "strum",
11117 "theme",
11118 "windows 0.56.0",
11119]
11120
11121[[package]]
11122name = "ui_text_field"
11123version = "0.1.0"
11124dependencies = [
11125 "editor",
11126 "gpui",
11127 "settings",
11128 "theme",
11129 "ui",
11130]
11131
11132[[package]]
11133name = "unicase"
11134version = "2.7.0"
11135source = "registry+https://github.com/rust-lang/crates.io-index"
11136checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
11137dependencies = [
11138 "version_check",
11139]
11140
11141[[package]]
11142name = "unicode-bidi"
11143version = "0.3.13"
11144source = "registry+https://github.com/rust-lang/crates.io-index"
11145checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
11146
11147[[package]]
11148name = "unicode-bidi-mirroring"
11149version = "0.1.0"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
11152
11153[[package]]
11154name = "unicode-ccc"
11155version = "0.1.2"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
11158
11159[[package]]
11160name = "unicode-ident"
11161version = "1.0.12"
11162source = "registry+https://github.com/rust-lang/crates.io-index"
11163checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
11164
11165[[package]]
11166name = "unicode-linebreak"
11167version = "0.1.5"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
11170
11171[[package]]
11172name = "unicode-normalization"
11173version = "0.1.22"
11174source = "registry+https://github.com/rust-lang/crates.io-index"
11175checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
11176dependencies = [
11177 "tinyvec",
11178]
11179
11180[[package]]
11181name = "unicode-properties"
11182version = "0.1.1"
11183source = "registry+https://github.com/rust-lang/crates.io-index"
11184checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
11185
11186[[package]]
11187name = "unicode-script"
11188version = "0.5.5"
11189source = "registry+https://github.com/rust-lang/crates.io-index"
11190checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
11191
11192[[package]]
11193name = "unicode-segmentation"
11194version = "1.10.1"
11195source = "registry+https://github.com/rust-lang/crates.io-index"
11196checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
11197
11198[[package]]
11199name = "unicode-width"
11200version = "0.1.11"
11201source = "registry+https://github.com/rust-lang/crates.io-index"
11202checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
11203
11204[[package]]
11205name = "unicode-xid"
11206version = "0.2.4"
11207source = "registry+https://github.com/rust-lang/crates.io-index"
11208checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
11209
11210[[package]]
11211name = "unicode_categories"
11212version = "0.1.1"
11213source = "registry+https://github.com/rust-lang/crates.io-index"
11214checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
11215
11216[[package]]
11217name = "unindent"
11218version = "0.1.11"
11219source = "registry+https://github.com/rust-lang/crates.io-index"
11220checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
11221
11222[[package]]
11223name = "untrusted"
11224version = "0.9.0"
11225source = "registry+https://github.com/rust-lang/crates.io-index"
11226checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
11227
11228[[package]]
11229name = "url"
11230version = "2.5.0"
11231source = "registry+https://github.com/rust-lang/crates.io-index"
11232checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
11233dependencies = [
11234 "form_urlencoded",
11235 "idna",
11236 "percent-encoding",
11237 "serde",
11238]
11239
11240[[package]]
11241name = "urlencoding"
11242version = "2.1.3"
11243source = "registry+https://github.com/rust-lang/crates.io-index"
11244checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
11245
11246[[package]]
11247name = "usvg"
11248version = "0.41.0"
11249source = "registry+https://github.com/rust-lang/crates.io-index"
11250checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
11251dependencies = [
11252 "base64 0.22.0",
11253 "data-url",
11254 "flate2",
11255 "imagesize",
11256 "kurbo",
11257 "log",
11258 "pico-args",
11259 "roxmltree",
11260 "simplecss",
11261 "siphasher 1.0.1",
11262 "strict-num",
11263 "svgtypes",
11264 "tiny-skia-path",
11265 "xmlwriter",
11266]
11267
11268[[package]]
11269name = "utf-8"
11270version = "0.7.6"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
11273
11274[[package]]
11275name = "utf8parse"
11276version = "0.2.1"
11277source = "registry+https://github.com/rust-lang/crates.io-index"
11278checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
11279
11280[[package]]
11281name = "util"
11282version = "0.1.0"
11283dependencies = [
11284 "anyhow",
11285 "async-fs 1.6.0",
11286 "collections",
11287 "dirs 3.0.2",
11288 "futures 0.3.28",
11289 "futures-lite 1.13.0",
11290 "git2",
11291 "globset",
11292 "lazy_static",
11293 "log",
11294 "rand 0.8.5",
11295 "regex",
11296 "rust-embed",
11297 "serde",
11298 "serde_json",
11299 "take-until",
11300 "tempfile",
11301 "tendril",
11302 "unicase",
11303]
11304
11305[[package]]
11306name = "uuid"
11307version = "1.4.1"
11308source = "registry+https://github.com/rust-lang/crates.io-index"
11309checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
11310dependencies = [
11311 "getrandom 0.2.10",
11312 "serde",
11313 "sha1_smol",
11314]
11315
11316[[package]]
11317name = "valuable"
11318version = "0.1.0"
11319source = "registry+https://github.com/rust-lang/crates.io-index"
11320checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
11321
11322[[package]]
11323name = "value-bag"
11324version = "1.4.1"
11325source = "registry+https://github.com/rust-lang/crates.io-index"
11326checksum = "d92ccd67fb88503048c01b59152a04effd0782d035a83a6d256ce6085f08f4a3"
11327dependencies = [
11328 "value-bag-serde1",
11329 "value-bag-sval2",
11330]
11331
11332[[package]]
11333name = "value-bag-serde1"
11334version = "1.4.1"
11335source = "registry+https://github.com/rust-lang/crates.io-index"
11336checksum = "b0b9f3feef403a50d4d67e9741a6d8fc688bcbb4e4f31bd4aab72cc690284394"
11337dependencies = [
11338 "erased-serde",
11339 "serde",
11340 "serde_fmt",
11341]
11342
11343[[package]]
11344name = "value-bag-sval2"
11345version = "1.4.1"
11346source = "registry+https://github.com/rust-lang/crates.io-index"
11347checksum = "30b24f4146b6f3361e91cbf527d1fb35e9376c3c0cef72ca5ec5af6d640fad7d"
11348dependencies = [
11349 "sval",
11350 "sval_buffer",
11351 "sval_dynamic",
11352 "sval_fmt",
11353 "sval_json",
11354 "sval_ref",
11355 "sval_serde",
11356]
11357
11358[[package]]
11359name = "vcpkg"
11360version = "0.2.15"
11361source = "registry+https://github.com/rust-lang/crates.io-index"
11362checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
11363
11364[[package]]
11365name = "vcs_menu"
11366version = "0.1.0"
11367dependencies = [
11368 "anyhow",
11369 "fuzzy",
11370 "git",
11371 "gpui",
11372 "picker",
11373 "ui",
11374 "util",
11375 "workspace",
11376]
11377
11378[[package]]
11379name = "version_check"
11380version = "0.9.4"
11381source = "registry+https://github.com/rust-lang/crates.io-index"
11382checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
11383
11384[[package]]
11385name = "vim"
11386version = "0.1.0"
11387dependencies = [
11388 "anyhow",
11389 "async-compat",
11390 "async-trait",
11391 "collections",
11392 "command_palette",
11393 "command_palette_hooks",
11394 "editor",
11395 "futures 0.3.28",
11396 "gpui",
11397 "indoc",
11398 "itertools 0.11.0",
11399 "language",
11400 "log",
11401 "lsp",
11402 "multi_buffer",
11403 "nvim-rs",
11404 "parking_lot",
11405 "regex",
11406 "release_channel",
11407 "schemars",
11408 "search",
11409 "serde",
11410 "serde_derive",
11411 "serde_json",
11412 "settings",
11413 "tokio",
11414 "ui",
11415 "util",
11416 "workspace",
11417 "zed_actions",
11418]
11419
11420[[package]]
11421name = "vscode_theme"
11422version = "0.2.0"
11423source = "registry+https://github.com/rust-lang/crates.io-index"
11424checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
11425dependencies = [
11426 "serde",
11427]
11428
11429[[package]]
11430name = "vsimd"
11431version = "0.8.0"
11432source = "registry+https://github.com/rust-lang/crates.io-index"
11433checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
11434
11435[[package]]
11436name = "vswhom"
11437version = "0.1.0"
11438source = "registry+https://github.com/rust-lang/crates.io-index"
11439checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
11440dependencies = [
11441 "libc",
11442 "vswhom-sys",
11443]
11444
11445[[package]]
11446name = "vswhom-sys"
11447version = "0.1.2"
11448source = "registry+https://github.com/rust-lang/crates.io-index"
11449checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
11450dependencies = [
11451 "cc",
11452 "libc",
11453]
11454
11455[[package]]
11456name = "vte"
11457version = "0.13.0"
11458source = "registry+https://github.com/rust-lang/crates.io-index"
11459checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
11460dependencies = [
11461 "bitflags 2.4.2",
11462 "cursor-icon",
11463 "log",
11464 "serde",
11465 "utf8parse",
11466 "vte_generate_state_changes",
11467]
11468
11469[[package]]
11470name = "vte_generate_state_changes"
11471version = "0.1.1"
11472source = "registry+https://github.com/rust-lang/crates.io-index"
11473checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
11474dependencies = [
11475 "proc-macro2",
11476 "quote",
11477]
11478
11479[[package]]
11480name = "waker-fn"
11481version = "1.1.0"
11482source = "registry+https://github.com/rust-lang/crates.io-index"
11483checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
11484
11485[[package]]
11486name = "walkdir"
11487version = "2.5.0"
11488source = "registry+https://github.com/rust-lang/crates.io-index"
11489checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
11490dependencies = [
11491 "same-file",
11492 "winapi-util",
11493]
11494
11495[[package]]
11496name = "want"
11497version = "0.3.1"
11498source = "registry+https://github.com/rust-lang/crates.io-index"
11499checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
11500dependencies = [
11501 "try-lock",
11502]
11503
11504[[package]]
11505name = "wasi"
11506version = "0.9.0+wasi-snapshot-preview1"
11507source = "registry+https://github.com/rust-lang/crates.io-index"
11508checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
11509
11510[[package]]
11511name = "wasi"
11512version = "0.11.0+wasi-snapshot-preview1"
11513source = "registry+https://github.com/rust-lang/crates.io-index"
11514checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
11515
11516[[package]]
11517name = "wasm-bindgen"
11518version = "0.2.92"
11519source = "registry+https://github.com/rust-lang/crates.io-index"
11520checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
11521dependencies = [
11522 "cfg-if",
11523 "wasm-bindgen-macro",
11524]
11525
11526[[package]]
11527name = "wasm-bindgen-backend"
11528version = "0.2.92"
11529source = "registry+https://github.com/rust-lang/crates.io-index"
11530checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
11531dependencies = [
11532 "bumpalo",
11533 "log",
11534 "once_cell",
11535 "proc-macro2",
11536 "quote",
11537 "syn 2.0.59",
11538 "wasm-bindgen-shared",
11539]
11540
11541[[package]]
11542name = "wasm-bindgen-futures"
11543version = "0.4.37"
11544source = "registry+https://github.com/rust-lang/crates.io-index"
11545checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
11546dependencies = [
11547 "cfg-if",
11548 "js-sys",
11549 "wasm-bindgen",
11550 "web-sys",
11551]
11552
11553[[package]]
11554name = "wasm-bindgen-macro"
11555version = "0.2.92"
11556source = "registry+https://github.com/rust-lang/crates.io-index"
11557checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
11558dependencies = [
11559 "quote",
11560 "wasm-bindgen-macro-support",
11561]
11562
11563[[package]]
11564name = "wasm-bindgen-macro-support"
11565version = "0.2.92"
11566source = "registry+https://github.com/rust-lang/crates.io-index"
11567checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
11568dependencies = [
11569 "proc-macro2",
11570 "quote",
11571 "syn 2.0.59",
11572 "wasm-bindgen-backend",
11573 "wasm-bindgen-shared",
11574]
11575
11576[[package]]
11577name = "wasm-bindgen-shared"
11578version = "0.2.92"
11579source = "registry+https://github.com/rust-lang/crates.io-index"
11580checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
11581
11582[[package]]
11583name = "wasm-encoder"
11584version = "0.201.0"
11585source = "registry+https://github.com/rust-lang/crates.io-index"
11586checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
11587dependencies = [
11588 "leb128",
11589]
11590
11591[[package]]
11592name = "wasm-metadata"
11593version = "0.201.0"
11594source = "registry+https://github.com/rust-lang/crates.io-index"
11595checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
11596dependencies = [
11597 "anyhow",
11598 "indexmap 2.0.0",
11599 "serde",
11600 "serde_derive",
11601 "serde_json",
11602 "spdx",
11603 "wasm-encoder",
11604 "wasmparser",
11605]
11606
11607[[package]]
11608name = "wasmparser"
11609version = "0.201.0"
11610source = "registry+https://github.com/rust-lang/crates.io-index"
11611checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
11612dependencies = [
11613 "bitflags 2.4.2",
11614 "indexmap 2.0.0",
11615 "semver",
11616]
11617
11618[[package]]
11619name = "wasmprinter"
11620version = "0.201.0"
11621source = "registry+https://github.com/rust-lang/crates.io-index"
11622checksum = "a67e66da702706ba08729a78e3c0079085f6bfcb1a62e4799e97bbf728c2c265"
11623dependencies = [
11624 "anyhow",
11625 "wasmparser",
11626]
11627
11628[[package]]
11629name = "wasmtime"
11630version = "19.0.0"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "6a08af88fa3d324cc5cf6d388d90ef396a787b3fb4bbd51ba185f8645dc0f02c"
11633dependencies = [
11634 "anyhow",
11635 "async-trait",
11636 "bincode",
11637 "bumpalo",
11638 "cfg-if",
11639 "encoding_rs",
11640 "gimli",
11641 "indexmap 2.0.0",
11642 "libc",
11643 "log",
11644 "object",
11645 "once_cell",
11646 "paste",
11647 "rustix 0.38.32",
11648 "semver",
11649 "serde",
11650 "serde_derive",
11651 "serde_json",
11652 "target-lexicon",
11653 "wasmparser",
11654 "wasmtime-component-macro",
11655 "wasmtime-component-util",
11656 "wasmtime-cranelift",
11657 "wasmtime-environ",
11658 "wasmtime-fiber",
11659 "wasmtime-jit-icache-coherence",
11660 "wasmtime-runtime",
11661 "wasmtime-slab",
11662 "wasmtime-winch",
11663 "windows-sys 0.52.0",
11664]
11665
11666[[package]]
11667name = "wasmtime-asm-macros"
11668version = "19.0.0"
11669source = "registry+https://github.com/rust-lang/crates.io-index"
11670checksum = "16cdbfcf28542bcda0b5fd68d44603e53e5ad126cbe7b9f25c130e1249fd8211"
11671dependencies = [
11672 "cfg-if",
11673]
11674
11675[[package]]
11676name = "wasmtime-c-api-impl"
11677version = "19.0.0"
11678source = "registry+https://github.com/rust-lang/crates.io-index"
11679checksum = "67dea28073e105735210b9e932b5e654198d5e28ed31f1314037cd7664ceda2b"
11680dependencies = [
11681 "anyhow",
11682 "log",
11683 "once_cell",
11684 "tracing",
11685 "wasmtime",
11686 "wasmtime-c-api-macros",
11687]
11688
11689[[package]]
11690name = "wasmtime-c-api-macros"
11691version = "19.0.0"
11692source = "registry+https://github.com/rust-lang/crates.io-index"
11693checksum = "0cfe12050fa28b17ab8434ab757fee281dd0d5c7715fa1bc5e4c0b29d1705415"
11694dependencies = [
11695 "proc-macro2",
11696 "quote",
11697]
11698
11699[[package]]
11700name = "wasmtime-component-macro"
11701version = "19.0.0"
11702source = "registry+https://github.com/rust-lang/crates.io-index"
11703checksum = "0cdcf690257c623506eeec3a502864b282aab0fdfd6981c1ebb63c7e98f4a23a"
11704dependencies = [
11705 "anyhow",
11706 "proc-macro2",
11707 "quote",
11708 "syn 2.0.59",
11709 "wasmtime-component-util",
11710 "wasmtime-wit-bindgen",
11711 "wit-parser",
11712]
11713
11714[[package]]
11715name = "wasmtime-component-util"
11716version = "19.0.0"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "ab3ae7bf66e2fae1e332ab3634f332d7422e878a6eecc47c8f8f78cc1f24e501"
11719
11720[[package]]
11721name = "wasmtime-cranelift"
11722version = "19.0.0"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "67ea025c969a09117818732fa6f96848e858a7953d4659dab8081a6eea3c0523"
11725dependencies = [
11726 "anyhow",
11727 "cfg-if",
11728 "cranelift-codegen",
11729 "cranelift-control",
11730 "cranelift-entity",
11731 "cranelift-frontend",
11732 "cranelift-native",
11733 "cranelift-wasm",
11734 "gimli",
11735 "log",
11736 "object",
11737 "target-lexicon",
11738 "thiserror",
11739 "wasmparser",
11740 "wasmtime-cranelift-shared",
11741 "wasmtime-environ",
11742 "wasmtime-versioned-export-macros",
11743]
11744
11745[[package]]
11746name = "wasmtime-cranelift-shared"
11747version = "19.0.0"
11748source = "registry+https://github.com/rust-lang/crates.io-index"
11749checksum = "dcd6dd2f8d8d4860b384f61f89b597633a5b5f0943c546210e5084c5d321fe20"
11750dependencies = [
11751 "anyhow",
11752 "cranelift-codegen",
11753 "cranelift-control",
11754 "cranelift-native",
11755 "gimli",
11756 "object",
11757 "target-lexicon",
11758 "wasmtime-environ",
11759]
11760
11761[[package]]
11762name = "wasmtime-environ"
11763version = "19.0.0"
11764source = "registry+https://github.com/rust-lang/crates.io-index"
11765checksum = "7f60f3f717658dd77745de03b750d5852126e9be6dad465848c77f90387c44c9"
11766dependencies = [
11767 "anyhow",
11768 "bincode",
11769 "cpp_demangle",
11770 "cranelift-entity",
11771 "gimli",
11772 "indexmap 2.0.0",
11773 "log",
11774 "object",
11775 "rustc-demangle",
11776 "serde",
11777 "serde_derive",
11778 "target-lexicon",
11779 "thiserror",
11780 "wasm-encoder",
11781 "wasmparser",
11782 "wasmprinter",
11783 "wasmtime-component-util",
11784 "wasmtime-types",
11785]
11786
11787[[package]]
11788name = "wasmtime-fiber"
11789version = "19.0.0"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "bf8cd22ab1041bf0e54b6283e57824557902e4fed8b1f3a7eef29cbaba89eebf"
11792dependencies = [
11793 "anyhow",
11794 "cc",
11795 "cfg-if",
11796 "rustix 0.38.32",
11797 "wasmtime-asm-macros",
11798 "wasmtime-versioned-export-macros",
11799 "windows-sys 0.52.0",
11800]
11801
11802[[package]]
11803name = "wasmtime-jit-icache-coherence"
11804version = "19.0.0"
11805source = "registry+https://github.com/rust-lang/crates.io-index"
11806checksum = "2796e4b4989db62899d2117e1e0258b839d088c044591b14e3a0396e7b3ae53a"
11807dependencies = [
11808 "cfg-if",
11809 "libc",
11810 "windows-sys 0.52.0",
11811]
11812
11813[[package]]
11814name = "wasmtime-runtime"
11815version = "19.0.0"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "4bf2b7745df452a4f41b9aab21d3f7ba1347b12da2fdc5241e59306127884a68"
11818dependencies = [
11819 "anyhow",
11820 "cc",
11821 "cfg-if",
11822 "encoding_rs",
11823 "indexmap 2.0.0",
11824 "libc",
11825 "log",
11826 "mach",
11827 "memfd",
11828 "memoffset",
11829 "paste",
11830 "psm",
11831 "rustix 0.38.32",
11832 "sptr",
11833 "wasm-encoder",
11834 "wasmtime-asm-macros",
11835 "wasmtime-environ",
11836 "wasmtime-fiber",
11837 "wasmtime-versioned-export-macros",
11838 "wasmtime-wmemcheck",
11839 "windows-sys 0.52.0",
11840]
11841
11842[[package]]
11843name = "wasmtime-slab"
11844version = "19.0.0"
11845source = "registry+https://github.com/rust-lang/crates.io-index"
11846checksum = "83448ef600ad95977019ebaea84a5516fdbc9561d0a8e26b1e099351f993b527"
11847
11848[[package]]
11849name = "wasmtime-types"
11850version = "19.0.0"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "cf6fe7ed3fd18ed4b1e4465fe5c8674acc9f03523fca5b1b9f975b2560cd741b"
11853dependencies = [
11854 "cranelift-entity",
11855 "serde",
11856 "serde_derive",
11857 "thiserror",
11858 "wasmparser",
11859]
11860
11861[[package]]
11862name = "wasmtime-versioned-export-macros"
11863version = "19.0.0"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "6d6d967f01032da7d4c6303da32f6a00d5efe1bac124b156e7342d8ace6ffdfc"
11866dependencies = [
11867 "proc-macro2",
11868 "quote",
11869 "syn 2.0.59",
11870]
11871
11872[[package]]
11873name = "wasmtime-wasi"
11874version = "19.0.0"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "371d828b6849ea06d598ae7dd1c316e8dd9e99b76f77d93d5886cb25c7f8e188"
11877dependencies = [
11878 "anyhow",
11879 "async-trait",
11880 "bitflags 2.4.2",
11881 "bytes 1.5.0",
11882 "cap-fs-ext",
11883 "cap-net-ext",
11884 "cap-rand",
11885 "cap-std",
11886 "cap-time-ext",
11887 "fs-set-times",
11888 "futures 0.3.28",
11889 "io-extras",
11890 "io-lifetimes 2.0.3",
11891 "once_cell",
11892 "rustix 0.38.32",
11893 "system-interface",
11894 "thiserror",
11895 "tokio",
11896 "tracing",
11897 "url",
11898 "wasmtime",
11899 "wiggle",
11900 "windows-sys 0.52.0",
11901]
11902
11903[[package]]
11904name = "wasmtime-winch"
11905version = "19.0.0"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "eb8b3fcbc455105760e4a2aa8ee3f39b8357183a62201383b3f72d4836ca2be8"
11908dependencies = [
11909 "anyhow",
11910 "cranelift-codegen",
11911 "gimli",
11912 "object",
11913 "target-lexicon",
11914 "wasmparser",
11915 "wasmtime-cranelift-shared",
11916 "wasmtime-environ",
11917 "winch-codegen",
11918]
11919
11920[[package]]
11921name = "wasmtime-wit-bindgen"
11922version = "19.0.0"
11923source = "registry+https://github.com/rust-lang/crates.io-index"
11924checksum = "96326c9800fb6c099f50d1bd2126d636fc2f96950e1675acf358c0f52516cd38"
11925dependencies = [
11926 "anyhow",
11927 "heck 0.4.1",
11928 "indexmap 2.0.0",
11929 "wit-parser",
11930]
11931
11932[[package]]
11933name = "wasmtime-wmemcheck"
11934version = "19.0.0"
11935source = "registry+https://github.com/rust-lang/crates.io-index"
11936checksum = "36bd91a4dc55af0bf55e9e2ab0ea13724cfb5c5a1acdf8873039769208f59490"
11937
11938[[package]]
11939name = "wast"
11940version = "35.0.2"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
11943dependencies = [
11944 "leb128",
11945]
11946
11947[[package]]
11948name = "wayland-backend"
11949version = "0.3.3"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
11952dependencies = [
11953 "cc",
11954 "downcast-rs",
11955 "rustix 0.38.32",
11956 "scoped-tls",
11957 "smallvec",
11958 "wayland-sys",
11959]
11960
11961[[package]]
11962name = "wayland-client"
11963version = "0.31.2"
11964source = "registry+https://github.com/rust-lang/crates.io-index"
11965checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
11966dependencies = [
11967 "bitflags 2.4.2",
11968 "rustix 0.38.32",
11969 "wayland-backend",
11970 "wayland-scanner",
11971]
11972
11973[[package]]
11974name = "wayland-csd-frame"
11975version = "0.3.0"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
11978dependencies = [
11979 "bitflags 2.4.2",
11980 "cursor-icon",
11981 "wayland-backend",
11982]
11983
11984[[package]]
11985name = "wayland-cursor"
11986version = "0.31.1"
11987source = "registry+https://github.com/rust-lang/crates.io-index"
11988checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
11989dependencies = [
11990 "rustix 0.38.32",
11991 "wayland-client",
11992 "xcursor",
11993]
11994
11995[[package]]
11996name = "wayland-protocols"
11997version = "0.31.2"
11998source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
12000dependencies = [
12001 "bitflags 2.4.2",
12002 "wayland-backend",
12003 "wayland-client",
12004 "wayland-scanner",
12005]
12006
12007[[package]]
12008name = "wayland-protocols-plasma"
12009version = "0.2.0"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
12012dependencies = [
12013 "bitflags 2.4.2",
12014 "wayland-backend",
12015 "wayland-client",
12016 "wayland-protocols",
12017 "wayland-scanner",
12018]
12019
12020[[package]]
12021name = "wayland-protocols-wlr"
12022version = "0.2.0"
12023source = "registry+https://github.com/rust-lang/crates.io-index"
12024checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
12025dependencies = [
12026 "bitflags 2.4.2",
12027 "wayland-backend",
12028 "wayland-client",
12029 "wayland-protocols",
12030 "wayland-scanner",
12031]
12032
12033[[package]]
12034name = "wayland-scanner"
12035version = "0.31.1"
12036source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
12038dependencies = [
12039 "proc-macro2",
12040 "quick-xml 0.31.0",
12041 "quote",
12042]
12043
12044[[package]]
12045name = "wayland-sys"
12046version = "0.31.1"
12047source = "registry+https://github.com/rust-lang/crates.io-index"
12048checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
12049dependencies = [
12050 "dlib",
12051 "log",
12052 "once_cell",
12053 "pkg-config",
12054]
12055
12056[[package]]
12057name = "web-sys"
12058version = "0.3.64"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
12061dependencies = [
12062 "js-sys",
12063 "wasm-bindgen",
12064]
12065
12066[[package]]
12067name = "webpki-roots"
12068version = "0.24.0"
12069source = "registry+https://github.com/rust-lang/crates.io-index"
12070checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
12071dependencies = [
12072 "rustls-webpki",
12073]
12074
12075[[package]]
12076name = "weezl"
12077version = "0.1.8"
12078source = "registry+https://github.com/rust-lang/crates.io-index"
12079checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
12080
12081[[package]]
12082name = "welcome"
12083version = "0.1.0"
12084dependencies = [
12085 "anyhow",
12086 "client",
12087 "db",
12088 "editor",
12089 "extensions_ui",
12090 "fuzzy",
12091 "gpui",
12092 "inline_completion_button",
12093 "install_cli",
12094 "picker",
12095 "project",
12096 "schemars",
12097 "serde",
12098 "settings",
12099 "theme_selector",
12100 "ui",
12101 "util",
12102 "vim",
12103 "workspace",
12104]
12105
12106[[package]]
12107name = "which"
12108version = "4.4.2"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
12111dependencies = [
12112 "either",
12113 "home",
12114 "once_cell",
12115 "rustix 0.38.32",
12116]
12117
12118[[package]]
12119name = "which"
12120version = "6.0.0"
12121source = "registry+https://github.com/rust-lang/crates.io-index"
12122checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
12123dependencies = [
12124 "either",
12125 "home",
12126 "once_cell",
12127 "rustix 0.38.32",
12128 "windows-sys 0.52.0",
12129]
12130
12131[[package]]
12132name = "whoami"
12133version = "1.4.1"
12134source = "registry+https://github.com/rust-lang/crates.io-index"
12135checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
12136
12137[[package]]
12138name = "wiggle"
12139version = "19.0.0"
12140source = "registry+https://github.com/rust-lang/crates.io-index"
12141checksum = "ae1136a209614ace00b0c11f04dc7cf42540773be3b22eff6ad165110aba29c1"
12142dependencies = [
12143 "anyhow",
12144 "async-trait",
12145 "bitflags 2.4.2",
12146 "thiserror",
12147 "tracing",
12148 "wasmtime",
12149 "wiggle-macro",
12150]
12151
12152[[package]]
12153name = "wiggle-generate"
12154version = "19.0.0"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "4c2bd99ce26046f4246d720a4198f6a8fc95bc5da82ae4ef62263e24641c3076"
12157dependencies = [
12158 "anyhow",
12159 "heck 0.4.1",
12160 "proc-macro2",
12161 "quote",
12162 "shellexpand",
12163 "syn 2.0.59",
12164 "witx",
12165]
12166
12167[[package]]
12168name = "wiggle-macro"
12169version = "19.0.0"
12170source = "registry+https://github.com/rust-lang/crates.io-index"
12171checksum = "512d816dbcd0113103b2eb2402ec9018e7f0755202a5b3e67db726f229d8dcae"
12172dependencies = [
12173 "proc-macro2",
12174 "quote",
12175 "syn 2.0.59",
12176 "wiggle-generate",
12177]
12178
12179[[package]]
12180name = "winapi"
12181version = "0.3.9"
12182source = "registry+https://github.com/rust-lang/crates.io-index"
12183checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
12184dependencies = [
12185 "winapi-i686-pc-windows-gnu",
12186 "winapi-x86_64-pc-windows-gnu",
12187]
12188
12189[[package]]
12190name = "winapi-i686-pc-windows-gnu"
12191version = "0.4.0"
12192source = "registry+https://github.com/rust-lang/crates.io-index"
12193checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
12194
12195[[package]]
12196name = "winapi-util"
12197version = "0.1.6"
12198source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
12200dependencies = [
12201 "winapi",
12202]
12203
12204[[package]]
12205name = "winapi-x86_64-pc-windows-gnu"
12206version = "0.4.0"
12207source = "registry+https://github.com/rust-lang/crates.io-index"
12208checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
12209
12210[[package]]
12211name = "winch-codegen"
12212version = "0.17.0"
12213source = "registry+https://github.com/rust-lang/crates.io-index"
12214checksum = "d285c833af9453c037cd220765f86c5c9961e8906a815829107c8801d535b8e4"
12215dependencies = [
12216 "anyhow",
12217 "cranelift-codegen",
12218 "gimli",
12219 "regalloc2",
12220 "smallvec",
12221 "target-lexicon",
12222 "wasmparser",
12223 "wasmtime-environ",
12224]
12225
12226[[package]]
12227name = "windows"
12228version = "0.46.0"
12229source = "registry+https://github.com/rust-lang/crates.io-index"
12230checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
12231dependencies = [
12232 "windows-targets 0.42.2",
12233]
12234
12235[[package]]
12236name = "windows"
12237version = "0.48.0"
12238source = "registry+https://github.com/rust-lang/crates.io-index"
12239checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
12240dependencies = [
12241 "windows-targets 0.48.5",
12242]
12243
12244[[package]]
12245name = "windows"
12246version = "0.52.0"
12247source = "registry+https://github.com/rust-lang/crates.io-index"
12248checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
12249dependencies = [
12250 "windows-core 0.52.0",
12251 "windows-targets 0.52.5",
12252]
12253
12254[[package]]
12255name = "windows"
12256version = "0.56.0"
12257source = "registry+https://github.com/rust-lang/crates.io-index"
12258checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
12259dependencies = [
12260 "windows-core 0.56.0",
12261 "windows-targets 0.52.5",
12262]
12263
12264[[package]]
12265name = "windows-core"
12266version = "0.52.0"
12267source = "registry+https://github.com/rust-lang/crates.io-index"
12268checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
12269dependencies = [
12270 "windows-targets 0.52.5",
12271]
12272
12273[[package]]
12274name = "windows-core"
12275version = "0.56.0"
12276source = "registry+https://github.com/rust-lang/crates.io-index"
12277checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
12278dependencies = [
12279 "windows-implement",
12280 "windows-interface",
12281 "windows-result",
12282 "windows-targets 0.52.5",
12283]
12284
12285[[package]]
12286name = "windows-implement"
12287version = "0.56.0"
12288source = "registry+https://github.com/rust-lang/crates.io-index"
12289checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
12290dependencies = [
12291 "proc-macro2",
12292 "quote",
12293 "syn 2.0.59",
12294]
12295
12296[[package]]
12297name = "windows-interface"
12298version = "0.56.0"
12299source = "registry+https://github.com/rust-lang/crates.io-index"
12300checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
12301dependencies = [
12302 "proc-macro2",
12303 "quote",
12304 "syn 2.0.59",
12305]
12306
12307[[package]]
12308name = "windows-result"
12309version = "0.1.1"
12310source = "registry+https://github.com/rust-lang/crates.io-index"
12311checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b"
12312dependencies = [
12313 "windows-targets 0.52.5",
12314]
12315
12316[[package]]
12317name = "windows-sys"
12318version = "0.45.0"
12319source = "registry+https://github.com/rust-lang/crates.io-index"
12320checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
12321dependencies = [
12322 "windows-targets 0.42.2",
12323]
12324
12325[[package]]
12326name = "windows-sys"
12327version = "0.48.0"
12328source = "registry+https://github.com/rust-lang/crates.io-index"
12329checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
12330dependencies = [
12331 "windows-targets 0.48.5",
12332]
12333
12334[[package]]
12335name = "windows-sys"
12336version = "0.52.0"
12337source = "registry+https://github.com/rust-lang/crates.io-index"
12338checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
12339dependencies = [
12340 "windows-targets 0.52.5",
12341]
12342
12343[[package]]
12344name = "windows-targets"
12345version = "0.42.2"
12346source = "registry+https://github.com/rust-lang/crates.io-index"
12347checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
12348dependencies = [
12349 "windows_aarch64_gnullvm 0.42.2",
12350 "windows_aarch64_msvc 0.42.2",
12351 "windows_i686_gnu 0.42.2",
12352 "windows_i686_msvc 0.42.2",
12353 "windows_x86_64_gnu 0.42.2",
12354 "windows_x86_64_gnullvm 0.42.2",
12355 "windows_x86_64_msvc 0.42.2",
12356]
12357
12358[[package]]
12359name = "windows-targets"
12360version = "0.48.5"
12361source = "registry+https://github.com/rust-lang/crates.io-index"
12362checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
12363dependencies = [
12364 "windows_aarch64_gnullvm 0.48.5",
12365 "windows_aarch64_msvc 0.48.5",
12366 "windows_i686_gnu 0.48.5",
12367 "windows_i686_msvc 0.48.5",
12368 "windows_x86_64_gnu 0.48.5",
12369 "windows_x86_64_gnullvm 0.48.5",
12370 "windows_x86_64_msvc 0.48.5",
12371]
12372
12373[[package]]
12374name = "windows-targets"
12375version = "0.52.5"
12376source = "registry+https://github.com/rust-lang/crates.io-index"
12377checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
12378dependencies = [
12379 "windows_aarch64_gnullvm 0.52.5",
12380 "windows_aarch64_msvc 0.52.5",
12381 "windows_i686_gnu 0.52.5",
12382 "windows_i686_gnullvm",
12383 "windows_i686_msvc 0.52.5",
12384 "windows_x86_64_gnu 0.52.5",
12385 "windows_x86_64_gnullvm 0.52.5",
12386 "windows_x86_64_msvc 0.52.5",
12387]
12388
12389[[package]]
12390name = "windows_aarch64_gnullvm"
12391version = "0.42.2"
12392source = "registry+https://github.com/rust-lang/crates.io-index"
12393checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
12394
12395[[package]]
12396name = "windows_aarch64_gnullvm"
12397version = "0.48.5"
12398source = "registry+https://github.com/rust-lang/crates.io-index"
12399checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
12400
12401[[package]]
12402name = "windows_aarch64_gnullvm"
12403version = "0.52.5"
12404source = "registry+https://github.com/rust-lang/crates.io-index"
12405checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
12406
12407[[package]]
12408name = "windows_aarch64_msvc"
12409version = "0.42.2"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
12412
12413[[package]]
12414name = "windows_aarch64_msvc"
12415version = "0.48.5"
12416source = "registry+https://github.com/rust-lang/crates.io-index"
12417checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
12418
12419[[package]]
12420name = "windows_aarch64_msvc"
12421version = "0.52.5"
12422source = "registry+https://github.com/rust-lang/crates.io-index"
12423checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
12424
12425[[package]]
12426name = "windows_i686_gnu"
12427version = "0.42.2"
12428source = "registry+https://github.com/rust-lang/crates.io-index"
12429checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
12430
12431[[package]]
12432name = "windows_i686_gnu"
12433version = "0.48.5"
12434source = "registry+https://github.com/rust-lang/crates.io-index"
12435checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
12436
12437[[package]]
12438name = "windows_i686_gnu"
12439version = "0.52.5"
12440source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
12442
12443[[package]]
12444name = "windows_i686_gnullvm"
12445version = "0.52.5"
12446source = "registry+https://github.com/rust-lang/crates.io-index"
12447checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
12448
12449[[package]]
12450name = "windows_i686_msvc"
12451version = "0.42.2"
12452source = "registry+https://github.com/rust-lang/crates.io-index"
12453checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
12454
12455[[package]]
12456name = "windows_i686_msvc"
12457version = "0.48.5"
12458source = "registry+https://github.com/rust-lang/crates.io-index"
12459checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
12460
12461[[package]]
12462name = "windows_i686_msvc"
12463version = "0.52.5"
12464source = "registry+https://github.com/rust-lang/crates.io-index"
12465checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
12466
12467[[package]]
12468name = "windows_x86_64_gnu"
12469version = "0.42.2"
12470source = "registry+https://github.com/rust-lang/crates.io-index"
12471checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
12472
12473[[package]]
12474name = "windows_x86_64_gnu"
12475version = "0.48.5"
12476source = "registry+https://github.com/rust-lang/crates.io-index"
12477checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
12478
12479[[package]]
12480name = "windows_x86_64_gnu"
12481version = "0.52.5"
12482source = "registry+https://github.com/rust-lang/crates.io-index"
12483checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
12484
12485[[package]]
12486name = "windows_x86_64_gnullvm"
12487version = "0.42.2"
12488source = "registry+https://github.com/rust-lang/crates.io-index"
12489checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
12490
12491[[package]]
12492name = "windows_x86_64_gnullvm"
12493version = "0.48.5"
12494source = "registry+https://github.com/rust-lang/crates.io-index"
12495checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
12496
12497[[package]]
12498name = "windows_x86_64_gnullvm"
12499version = "0.52.5"
12500source = "registry+https://github.com/rust-lang/crates.io-index"
12501checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
12502
12503[[package]]
12504name = "windows_x86_64_msvc"
12505version = "0.42.2"
12506source = "registry+https://github.com/rust-lang/crates.io-index"
12507checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
12508
12509[[package]]
12510name = "windows_x86_64_msvc"
12511version = "0.48.5"
12512source = "registry+https://github.com/rust-lang/crates.io-index"
12513checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
12514
12515[[package]]
12516name = "windows_x86_64_msvc"
12517version = "0.52.5"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
12520
12521[[package]]
12522name = "winnow"
12523version = "0.5.15"
12524source = "registry+https://github.com/rust-lang/crates.io-index"
12525checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
12526dependencies = [
12527 "memchr",
12528]
12529
12530[[package]]
12531name = "winnow"
12532version = "0.6.1"
12533source = "registry+https://github.com/rust-lang/crates.io-index"
12534checksum = "d90f4e0f530c4c69f62b80d839e9ef3855edc9cba471a160c4d692deed62b401"
12535dependencies = [
12536 "memchr",
12537]
12538
12539[[package]]
12540name = "winreg"
12541version = "0.50.0"
12542source = "registry+https://github.com/rust-lang/crates.io-index"
12543checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
12544dependencies = [
12545 "cfg-if",
12546 "windows-sys 0.48.0",
12547]
12548
12549[[package]]
12550name = "winreg"
12551version = "0.52.0"
12552source = "registry+https://github.com/rust-lang/crates.io-index"
12553checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
12554dependencies = [
12555 "cfg-if",
12556 "windows-sys 0.48.0",
12557]
12558
12559[[package]]
12560name = "winresource"
12561version = "0.1.17"
12562source = "registry+https://github.com/rust-lang/crates.io-index"
12563checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
12564dependencies = [
12565 "toml 0.7.8",
12566 "version_check",
12567]
12568
12569[[package]]
12570name = "winx"
12571version = "0.36.3"
12572source = "registry+https://github.com/rust-lang/crates.io-index"
12573checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
12574dependencies = [
12575 "bitflags 2.4.2",
12576 "windows-sys 0.52.0",
12577]
12578
12579[[package]]
12580name = "wio"
12581version = "0.2.2"
12582source = "registry+https://github.com/rust-lang/crates.io-index"
12583checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
12584dependencies = [
12585 "winapi",
12586]
12587
12588[[package]]
12589name = "wit-bindgen"
12590version = "0.22.0"
12591source = "registry+https://github.com/rust-lang/crates.io-index"
12592checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
12593dependencies = [
12594 "bitflags 2.4.2",
12595 "wit-bindgen-rt",
12596 "wit-bindgen-rust-macro",
12597]
12598
12599[[package]]
12600name = "wit-bindgen-core"
12601version = "0.22.0"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
12604dependencies = [
12605 "anyhow",
12606 "wit-parser",
12607]
12608
12609[[package]]
12610name = "wit-bindgen-rt"
12611version = "0.22.0"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
12614
12615[[package]]
12616name = "wit-bindgen-rust"
12617version = "0.22.0"
12618source = "registry+https://github.com/rust-lang/crates.io-index"
12619checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
12620dependencies = [
12621 "anyhow",
12622 "heck 0.4.1",
12623 "indexmap 2.0.0",
12624 "wasm-metadata",
12625 "wit-bindgen-core",
12626 "wit-component",
12627]
12628
12629[[package]]
12630name = "wit-bindgen-rust-macro"
12631version = "0.22.0"
12632source = "registry+https://github.com/rust-lang/crates.io-index"
12633checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
12634dependencies = [
12635 "anyhow",
12636 "proc-macro2",
12637 "quote",
12638 "syn 2.0.59",
12639 "wit-bindgen-core",
12640 "wit-bindgen-rust",
12641]
12642
12643[[package]]
12644name = "wit-component"
12645version = "0.201.0"
12646source = "registry+https://github.com/rust-lang/crates.io-index"
12647checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
12648dependencies = [
12649 "anyhow",
12650 "bitflags 2.4.2",
12651 "indexmap 2.0.0",
12652 "log",
12653 "serde",
12654 "serde_derive",
12655 "serde_json",
12656 "wasm-encoder",
12657 "wasm-metadata",
12658 "wasmparser",
12659 "wit-parser",
12660]
12661
12662[[package]]
12663name = "wit-parser"
12664version = "0.201.0"
12665source = "registry+https://github.com/rust-lang/crates.io-index"
12666checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
12667dependencies = [
12668 "anyhow",
12669 "id-arena",
12670 "indexmap 2.0.0",
12671 "log",
12672 "semver",
12673 "serde",
12674 "serde_derive",
12675 "serde_json",
12676 "unicode-xid",
12677 "wasmparser",
12678]
12679
12680[[package]]
12681name = "witx"
12682version = "0.9.1"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
12685dependencies = [
12686 "anyhow",
12687 "log",
12688 "thiserror",
12689 "wast",
12690]
12691
12692[[package]]
12693name = "workspace"
12694version = "0.1.0"
12695dependencies = [
12696 "any_vec",
12697 "anyhow",
12698 "async-recursion 1.0.5",
12699 "bincode",
12700 "call",
12701 "client",
12702 "clock",
12703 "collections",
12704 "db",
12705 "derive_more",
12706 "dev_server_projects",
12707 "env_logger",
12708 "fs",
12709 "futures 0.3.28",
12710 "gpui",
12711 "http 0.1.0",
12712 "itertools 0.11.0",
12713 "language",
12714 "lazy_static",
12715 "log",
12716 "node_runtime",
12717 "parking_lot",
12718 "postage",
12719 "project",
12720 "schemars",
12721 "serde",
12722 "serde_json",
12723 "settings",
12724 "smallvec",
12725 "sqlez",
12726 "task",
12727 "theme",
12728 "ui",
12729 "util",
12730 "uuid",
12731]
12732
12733[[package]]
12734name = "worktree"
12735version = "0.1.0"
12736dependencies = [
12737 "anyhow",
12738 "client",
12739 "clock",
12740 "collections",
12741 "fs",
12742 "futures 0.3.28",
12743 "fuzzy",
12744 "git",
12745 "git2",
12746 "gpui",
12747 "http 0.1.0",
12748 "ignore",
12749 "itertools 0.11.0",
12750 "language",
12751 "log",
12752 "lsp",
12753 "parking_lot",
12754 "postage",
12755 "pretty_assertions",
12756 "rand 0.8.5",
12757 "rpc",
12758 "schemars",
12759 "serde",
12760 "serde_json",
12761 "settings",
12762 "smol",
12763 "sum_tree",
12764 "text",
12765 "util",
12766]
12767
12768[[package]]
12769name = "wyz"
12770version = "0.5.1"
12771source = "registry+https://github.com/rust-lang/crates.io-index"
12772checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
12773dependencies = [
12774 "tap",
12775]
12776
12777[[package]]
12778name = "x11-clipboard"
12779version = "0.9.2"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
12782dependencies = [
12783 "libc",
12784 "x11rb",
12785]
12786
12787[[package]]
12788name = "x11rb"
12789version = "0.13.0"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
12792dependencies = [
12793 "as-raw-xcb-connection",
12794 "gethostname",
12795 "libc",
12796 "rustix 0.38.32",
12797 "x11rb-protocol",
12798]
12799
12800[[package]]
12801name = "x11rb-protocol"
12802version = "0.13.0"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
12805
12806[[package]]
12807name = "xattr"
12808version = "0.2.3"
12809source = "registry+https://github.com/rust-lang/crates.io-index"
12810checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
12811dependencies = [
12812 "libc",
12813]
12814
12815[[package]]
12816name = "xcursor"
12817version = "0.3.5"
12818source = "registry+https://github.com/rust-lang/crates.io-index"
12819checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
12820
12821[[package]]
12822name = "xdg-home"
12823version = "1.1.0"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
12826dependencies = [
12827 "libc",
12828 "winapi",
12829]
12830
12831[[package]]
12832name = "xim"
12833version = "0.4.0"
12834source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
12835dependencies = [
12836 "ahash 0.8.8",
12837 "hashbrown 0.14.0",
12838 "log",
12839 "x11rb",
12840 "xim-ctext",
12841 "xim-parser",
12842]
12843
12844[[package]]
12845name = "xim-ctext"
12846version = "0.3.0"
12847source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
12848dependencies = [
12849 "encoding_rs",
12850]
12851
12852[[package]]
12853name = "xim-parser"
12854version = "0.2.1"
12855source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
12856dependencies = [
12857 "bitflags 2.4.2",
12858]
12859
12860[[package]]
12861name = "xkbcommon"
12862version = "0.7.0"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e"
12865dependencies = [
12866 "as-raw-xcb-connection",
12867 "libc",
12868 "memmap2 0.8.0",
12869 "xkeysym",
12870]
12871
12872[[package]]
12873name = "xkeysym"
12874version = "0.2.0"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
12877
12878[[package]]
12879name = "xmlparser"
12880version = "0.13.5"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
12883
12884[[package]]
12885name = "xmlwriter"
12886version = "0.1.0"
12887source = "registry+https://github.com/rust-lang/crates.io-index"
12888checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
12889
12890[[package]]
12891name = "xtask"
12892version = "0.1.0"
12893dependencies = [
12894 "anyhow",
12895 "cargo_toml",
12896 "clap 4.4.4",
12897 "toml 0.8.10",
12898]
12899
12900[[package]]
12901name = "yansi"
12902version = "0.5.1"
12903source = "registry+https://github.com/rust-lang/crates.io-index"
12904checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
12905
12906[[package]]
12907name = "yazi"
12908version = "0.1.6"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
12911
12912[[package]]
12913name = "yeslogic-fontconfig-sys"
12914version = "3.2.0"
12915source = "registry+https://github.com/rust-lang/crates.io-index"
12916checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
12917dependencies = [
12918 "const-cstr",
12919 "dlib",
12920 "once_cell",
12921 "pkg-config",
12922]
12923
12924[[package]]
12925name = "zbus"
12926version = "4.0.1"
12927source = "registry+https://github.com/rust-lang/crates.io-index"
12928checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030"
12929dependencies = [
12930 "async-broadcast",
12931 "async-executor",
12932 "async-fs 2.1.1",
12933 "async-io 2.3.1",
12934 "async-lock 3.3.0",
12935 "async-process 2.1.0",
12936 "async-recursion 1.0.5",
12937 "async-task",
12938 "async-trait",
12939 "blocking",
12940 "derivative",
12941 "enumflags2",
12942 "event-listener 5.1.0",
12943 "futures-core",
12944 "futures-sink",
12945 "futures-util",
12946 "hex",
12947 "nix 0.27.1",
12948 "ordered-stream",
12949 "rand 0.8.5",
12950 "serde",
12951 "serde_repr",
12952 "sha1",
12953 "static_assertions",
12954 "tracing",
12955 "uds_windows",
12956 "windows-sys 0.52.0",
12957 "xdg-home",
12958 "zbus_macros",
12959 "zbus_names",
12960 "zvariant",
12961]
12962
12963[[package]]
12964name = "zbus_macros"
12965version = "4.0.1"
12966source = "registry+https://github.com/rust-lang/crates.io-index"
12967checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7"
12968dependencies = [
12969 "proc-macro-crate 1.3.1",
12970 "proc-macro2",
12971 "quote",
12972 "regex",
12973 "syn 1.0.109",
12974 "zvariant_utils",
12975]
12976
12977[[package]]
12978name = "zbus_names"
12979version = "3.0.0"
12980source = "registry+https://github.com/rust-lang/crates.io-index"
12981checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
12982dependencies = [
12983 "serde",
12984 "static_assertions",
12985 "zvariant",
12986]
12987
12988[[package]]
12989name = "zed"
12990version = "0.137.0"
12991dependencies = [
12992 "activity_indicator",
12993 "anyhow",
12994 "assets",
12995 "assistant",
12996 "audio",
12997 "auto_update",
12998 "backtrace",
12999 "breadcrumbs",
13000 "call",
13001 "channel",
13002 "chrono",
13003 "clap 4.4.4",
13004 "cli",
13005 "client",
13006 "collab_ui",
13007 "collections",
13008 "command_palette",
13009 "copilot",
13010 "db",
13011 "dev_server_projects",
13012 "diagnostics",
13013 "editor",
13014 "env_logger",
13015 "extension",
13016 "extensions_ui",
13017 "feedback",
13018 "file_finder",
13019 "file_icons",
13020 "fs",
13021 "futures 0.3.28",
13022 "git",
13023 "git_hosting_providers",
13024 "go_to_line",
13025 "gpui",
13026 "headless",
13027 "http 0.1.0",
13028 "image_viewer",
13029 "inline_completion_button",
13030 "install_cli",
13031 "isahc",
13032 "journal",
13033 "language",
13034 "language_selector",
13035 "language_tools",
13036 "languages",
13037 "libc",
13038 "log",
13039 "markdown_preview",
13040 "menu",
13041 "mimalloc",
13042 "nix 0.28.0",
13043 "node_runtime",
13044 "notifications",
13045 "outline",
13046 "parking_lot",
13047 "profiling",
13048 "project",
13049 "project_panel",
13050 "project_symbols",
13051 "quick_action_bar",
13052 "recent_projects",
13053 "release_channel",
13054 "rope",
13055 "search",
13056 "serde",
13057 "serde_json",
13058 "settings",
13059 "simplelog",
13060 "smol",
13061 "supermaven",
13062 "tab_switcher",
13063 "task",
13064 "tasks_ui",
13065 "telemetry_events",
13066 "terminal_view",
13067 "theme",
13068 "theme_selector",
13069 "tree-sitter-rust",
13070 "urlencoding",
13071 "util",
13072 "uuid",
13073 "vim",
13074 "welcome",
13075 "winresource",
13076 "workspace",
13077 "zed_actions",
13078]
13079
13080[[package]]
13081name = "zed_actions"
13082version = "0.1.0"
13083dependencies = [
13084 "gpui",
13085 "serde",
13086]
13087
13088[[package]]
13089name = "zed_astro"
13090version = "0.0.2"
13091dependencies = [
13092 "zed_extension_api 0.0.4",
13093]
13094
13095[[package]]
13096name = "zed_clojure"
13097version = "0.0.2"
13098dependencies = [
13099 "zed_extension_api 0.0.4",
13100]
13101
13102[[package]]
13103name = "zed_csharp"
13104version = "0.0.2"
13105dependencies = [
13106 "zed_extension_api 0.0.4",
13107]
13108
13109[[package]]
13110name = "zed_dart"
13111version = "0.0.2"
13112dependencies = [
13113 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13114]
13115
13116[[package]]
13117name = "zed_deno"
13118version = "0.0.1"
13119dependencies = [
13120 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13121]
13122
13123[[package]]
13124name = "zed_elixir"
13125version = "0.0.4"
13126dependencies = [
13127 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13128]
13129
13130[[package]]
13131name = "zed_elm"
13132version = "0.0.1"
13133dependencies = [
13134 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13135]
13136
13137[[package]]
13138name = "zed_emmet"
13139version = "0.0.3"
13140dependencies = [
13141 "zed_extension_api 0.0.4",
13142]
13143
13144[[package]]
13145name = "zed_erlang"
13146version = "0.0.1"
13147dependencies = [
13148 "zed_extension_api 0.0.4",
13149]
13150
13151[[package]]
13152name = "zed_extension_api"
13153version = "0.0.4"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "d5c51cad4152bb5eb35b20dccdcbfb36f48d8952a2ed2d3e25b70361007d953b"
13156dependencies = [
13157 "wit-bindgen",
13158]
13159
13160[[package]]
13161name = "zed_extension_api"
13162version = "0.0.6"
13163dependencies = [
13164 "serde",
13165 "serde_json",
13166 "wit-bindgen",
13167]
13168
13169[[package]]
13170name = "zed_extension_api"
13171version = "0.0.6"
13172source = "registry+https://github.com/rust-lang/crates.io-index"
13173checksum = "77ca8bcaea3feb2d2ce9dbeb061ee48365312a351faa7014c417b0365fe9e459"
13174dependencies = [
13175 "serde",
13176 "serde_json",
13177 "wit-bindgen",
13178]
13179
13180[[package]]
13181name = "zed_gleam"
13182version = "0.1.3"
13183dependencies = [
13184 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13185]
13186
13187[[package]]
13188name = "zed_glsl"
13189version = "0.1.0"
13190dependencies = [
13191 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13192]
13193
13194[[package]]
13195name = "zed_haskell"
13196version = "0.1.0"
13197dependencies = [
13198 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13199]
13200
13201[[package]]
13202name = "zed_html"
13203version = "0.0.1"
13204dependencies = [
13205 "zed_extension_api 0.0.4",
13206]
13207
13208[[package]]
13209name = "zed_lua"
13210version = "0.0.2"
13211dependencies = [
13212 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13213]
13214
13215[[package]]
13216name = "zed_ocaml"
13217version = "0.0.1"
13218dependencies = [
13219 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13220]
13221
13222[[package]]
13223name = "zed_php"
13224version = "0.0.3"
13225dependencies = [
13226 "zed_extension_api 0.0.4",
13227]
13228
13229[[package]]
13230name = "zed_prisma"
13231version = "0.0.2"
13232dependencies = [
13233 "zed_extension_api 0.0.4",
13234]
13235
13236[[package]]
13237name = "zed_purescript"
13238version = "0.0.1"
13239dependencies = [
13240 "zed_extension_api 0.0.4",
13241]
13242
13243[[package]]
13244name = "zed_ruby"
13245version = "0.0.3"
13246dependencies = [
13247 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13248]
13249
13250[[package]]
13251name = "zed_svelte"
13252version = "0.0.1"
13253dependencies = [
13254 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13255]
13256
13257[[package]]
13258name = "zed_terraform"
13259version = "0.0.3"
13260dependencies = [
13261 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13262]
13263
13264[[package]]
13265name = "zed_toml"
13266version = "0.1.1"
13267dependencies = [
13268 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13269]
13270
13271[[package]]
13272name = "zed_uiua"
13273version = "0.0.1"
13274dependencies = [
13275 "zed_extension_api 0.0.4",
13276]
13277
13278[[package]]
13279name = "zed_vue"
13280version = "0.0.2"
13281dependencies = [
13282 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13283]
13284
13285[[package]]
13286name = "zed_zig"
13287version = "0.1.2"
13288dependencies = [
13289 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13290]
13291
13292[[package]]
13293name = "zeno"
13294version = "0.2.3"
13295source = "registry+https://github.com/rust-lang/crates.io-index"
13296checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
13297
13298[[package]]
13299name = "zerocopy"
13300version = "0.7.32"
13301source = "registry+https://github.com/rust-lang/crates.io-index"
13302checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
13303dependencies = [
13304 "zerocopy-derive",
13305]
13306
13307[[package]]
13308name = "zerocopy-derive"
13309version = "0.7.32"
13310source = "registry+https://github.com/rust-lang/crates.io-index"
13311checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
13312dependencies = [
13313 "proc-macro2",
13314 "quote",
13315 "syn 2.0.59",
13316]
13317
13318[[package]]
13319name = "zeroize"
13320version = "1.6.0"
13321source = "registry+https://github.com/rust-lang/crates.io-index"
13322checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
13323dependencies = [
13324 "zeroize_derive",
13325]
13326
13327[[package]]
13328name = "zeroize_derive"
13329version = "1.4.2"
13330source = "registry+https://github.com/rust-lang/crates.io-index"
13331checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
13332dependencies = [
13333 "proc-macro2",
13334 "quote",
13335 "syn 2.0.59",
13336]
13337
13338[[package]]
13339name = "zstd"
13340version = "0.11.2+zstd.1.5.2"
13341source = "registry+https://github.com/rust-lang/crates.io-index"
13342checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
13343dependencies = [
13344 "zstd-safe",
13345]
13346
13347[[package]]
13348name = "zstd-safe"
13349version = "5.0.2+zstd.1.5.2"
13350source = "registry+https://github.com/rust-lang/crates.io-index"
13351checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
13352dependencies = [
13353 "libc",
13354 "zstd-sys",
13355]
13356
13357[[package]]
13358name = "zstd-sys"
13359version = "2.0.8+zstd.1.5.5"
13360source = "registry+https://github.com/rust-lang/crates.io-index"
13361checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
13362dependencies = [
13363 "cc",
13364 "libc",
13365 "pkg-config",
13366]
13367
13368[[package]]
13369name = "zvariant"
13370version = "4.0.2"
13371source = "registry+https://github.com/rust-lang/crates.io-index"
13372checksum = "2c1b3ca6db667bfada0f1ebfc94b2b1759ba25472ee5373d4551bb892616389a"
13373dependencies = [
13374 "endi",
13375 "enumflags2",
13376 "serde",
13377 "static_assertions",
13378 "url",
13379 "zvariant_derive",
13380]
13381
13382[[package]]
13383name = "zvariant_derive"
13384version = "4.0.2"
13385source = "registry+https://github.com/rust-lang/crates.io-index"
13386checksum = "b7a4b236063316163b69039f77ce3117accb41a09567fd24c168e43491e521bc"
13387dependencies = [
13388 "proc-macro-crate 3.1.0",
13389 "proc-macro2",
13390 "quote",
13391 "syn 1.0.109",
13392 "zvariant_utils",
13393]
13394
13395[[package]]
13396name = "zvariant_utils"
13397version = "1.1.0"
13398source = "registry+https://github.com/rust-lang/crates.io-index"
13399checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
13400dependencies = [
13401 "proc-macro2",
13402 "quote",
13403 "syn 1.0.109",
13404]