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.95.1"
6064source = "git+https://github.com/zed-industries/lsp-types?branch=apply-snippet-edit#853c7881d200777e20799026651ca36727144646"
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 "snippet",
7687 "task",
7688 "terminal",
7689 "text",
7690 "unindent",
7691 "util",
7692 "which 6.0.0",
7693 "worktree",
7694]
7695
7696[[package]]
7697name = "project_panel"
7698version = "0.1.0"
7699dependencies = [
7700 "anyhow",
7701 "client",
7702 "collections",
7703 "db",
7704 "editor",
7705 "file_icons",
7706 "git",
7707 "gpui",
7708 "language",
7709 "menu",
7710 "pretty_assertions",
7711 "project",
7712 "schemars",
7713 "search",
7714 "serde",
7715 "serde_derive",
7716 "serde_json",
7717 "settings",
7718 "theme",
7719 "ui",
7720 "unicase",
7721 "util",
7722 "workspace",
7723]
7724
7725[[package]]
7726name = "project_symbols"
7727version = "0.1.0"
7728dependencies = [
7729 "anyhow",
7730 "editor",
7731 "futures 0.3.28",
7732 "fuzzy",
7733 "gpui",
7734 "language",
7735 "lsp",
7736 "ordered-float 2.10.0",
7737 "picker",
7738 "project",
7739 "release_channel",
7740 "serde_json",
7741 "settings",
7742 "theme",
7743 "util",
7744 "workspace",
7745]
7746
7747[[package]]
7748name = "prometheus"
7749version = "0.13.3"
7750source = "registry+https://github.com/rust-lang/crates.io-index"
7751checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
7752dependencies = [
7753 "cfg-if",
7754 "fnv",
7755 "lazy_static",
7756 "memchr",
7757 "parking_lot",
7758 "protobuf",
7759 "thiserror",
7760]
7761
7762[[package]]
7763name = "prost"
7764version = "0.9.0"
7765source = "registry+https://github.com/rust-lang/crates.io-index"
7766checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
7767dependencies = [
7768 "bytes 1.5.0",
7769 "prost-derive",
7770]
7771
7772[[package]]
7773name = "prost-build"
7774version = "0.9.0"
7775source = "registry+https://github.com/rust-lang/crates.io-index"
7776checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
7777dependencies = [
7778 "bytes 1.5.0",
7779 "heck 0.3.3",
7780 "itertools 0.10.5",
7781 "lazy_static",
7782 "log",
7783 "multimap",
7784 "petgraph",
7785 "prost",
7786 "prost-types",
7787 "regex",
7788 "tempfile",
7789 "which 4.4.2",
7790]
7791
7792[[package]]
7793name = "prost-derive"
7794version = "0.9.0"
7795source = "registry+https://github.com/rust-lang/crates.io-index"
7796checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
7797dependencies = [
7798 "anyhow",
7799 "itertools 0.10.5",
7800 "proc-macro2",
7801 "quote",
7802 "syn 1.0.109",
7803]
7804
7805[[package]]
7806name = "prost-types"
7807version = "0.9.0"
7808source = "registry+https://github.com/rust-lang/crates.io-index"
7809checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
7810dependencies = [
7811 "bytes 1.5.0",
7812 "prost",
7813]
7814
7815[[package]]
7816name = "protobuf"
7817version = "2.28.0"
7818source = "registry+https://github.com/rust-lang/crates.io-index"
7819checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
7820
7821[[package]]
7822name = "psm"
7823version = "0.1.21"
7824source = "registry+https://github.com/rust-lang/crates.io-index"
7825checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
7826dependencies = [
7827 "cc",
7828]
7829
7830[[package]]
7831name = "ptr_meta"
7832version = "0.1.4"
7833source = "registry+https://github.com/rust-lang/crates.io-index"
7834checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
7835dependencies = [
7836 "ptr_meta_derive",
7837]
7838
7839[[package]]
7840name = "ptr_meta_derive"
7841version = "0.1.4"
7842source = "registry+https://github.com/rust-lang/crates.io-index"
7843checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
7844dependencies = [
7845 "proc-macro2",
7846 "quote",
7847 "syn 1.0.109",
7848]
7849
7850[[package]]
7851name = "pulldown-cmark"
7852version = "0.10.0"
7853source = "registry+https://github.com/rust-lang/crates.io-index"
7854checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7"
7855dependencies = [
7856 "bitflags 2.4.2",
7857 "memchr",
7858 "unicase",
7859]
7860
7861[[package]]
7862name = "quick-xml"
7863version = "0.30.0"
7864source = "registry+https://github.com/rust-lang/crates.io-index"
7865checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
7866dependencies = [
7867 "memchr",
7868]
7869
7870[[package]]
7871name = "quick-xml"
7872version = "0.31.0"
7873source = "registry+https://github.com/rust-lang/crates.io-index"
7874checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
7875dependencies = [
7876 "memchr",
7877]
7878
7879[[package]]
7880name = "quick_action_bar"
7881version = "0.1.0"
7882dependencies = [
7883 "assistant",
7884 "editor",
7885 "gpui",
7886 "search",
7887 "settings",
7888 "ui",
7889 "workspace",
7890]
7891
7892[[package]]
7893name = "quote"
7894version = "1.0.35"
7895source = "registry+https://github.com/rust-lang/crates.io-index"
7896checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
7897dependencies = [
7898 "proc-macro2",
7899]
7900
7901[[package]]
7902name = "radium"
7903version = "0.7.0"
7904source = "registry+https://github.com/rust-lang/crates.io-index"
7905checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
7906
7907[[package]]
7908name = "rand"
7909version = "0.7.3"
7910source = "registry+https://github.com/rust-lang/crates.io-index"
7911checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
7912dependencies = [
7913 "getrandom 0.1.16",
7914 "libc",
7915 "rand_chacha 0.2.2",
7916 "rand_core 0.5.1",
7917 "rand_hc",
7918]
7919
7920[[package]]
7921name = "rand"
7922version = "0.8.5"
7923source = "registry+https://github.com/rust-lang/crates.io-index"
7924checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
7925dependencies = [
7926 "libc",
7927 "rand_chacha 0.3.1",
7928 "rand_core 0.6.4",
7929]
7930
7931[[package]]
7932name = "rand_chacha"
7933version = "0.2.2"
7934source = "registry+https://github.com/rust-lang/crates.io-index"
7935checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
7936dependencies = [
7937 "ppv-lite86",
7938 "rand_core 0.5.1",
7939]
7940
7941[[package]]
7942name = "rand_chacha"
7943version = "0.3.1"
7944source = "registry+https://github.com/rust-lang/crates.io-index"
7945checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
7946dependencies = [
7947 "ppv-lite86",
7948 "rand_core 0.6.4",
7949]
7950
7951[[package]]
7952name = "rand_core"
7953version = "0.5.1"
7954source = "registry+https://github.com/rust-lang/crates.io-index"
7955checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
7956dependencies = [
7957 "getrandom 0.1.16",
7958]
7959
7960[[package]]
7961name = "rand_core"
7962version = "0.6.4"
7963source = "registry+https://github.com/rust-lang/crates.io-index"
7964checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
7965dependencies = [
7966 "getrandom 0.2.10",
7967]
7968
7969[[package]]
7970name = "rand_hc"
7971version = "0.2.0"
7972source = "registry+https://github.com/rust-lang/crates.io-index"
7973checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
7974dependencies = [
7975 "rand_core 0.5.1",
7976]
7977
7978[[package]]
7979name = "rangemap"
7980version = "1.4.0"
7981source = "registry+https://github.com/rust-lang/crates.io-index"
7982checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991"
7983
7984[[package]]
7985name = "raw-window-handle"
7986version = "0.5.2"
7987source = "registry+https://github.com/rust-lang/crates.io-index"
7988checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
7989
7990[[package]]
7991name = "raw-window-handle"
7992version = "0.6.0"
7993source = "registry+https://github.com/rust-lang/crates.io-index"
7994checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
7995
7996[[package]]
7997name = "raw-window-metal"
7998version = "0.4.0"
7999source = "registry+https://github.com/rust-lang/crates.io-index"
8000checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
8001dependencies = [
8002 "cocoa",
8003 "core-graphics",
8004 "objc",
8005 "raw-window-handle 0.6.0",
8006]
8007
8008[[package]]
8009name = "rayon"
8010version = "1.8.0"
8011source = "registry+https://github.com/rust-lang/crates.io-index"
8012checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
8013dependencies = [
8014 "either",
8015 "rayon-core",
8016]
8017
8018[[package]]
8019name = "rayon-core"
8020version = "1.12.0"
8021source = "registry+https://github.com/rust-lang/crates.io-index"
8022checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
8023dependencies = [
8024 "crossbeam-deque",
8025 "crossbeam-utils",
8026]
8027
8028[[package]]
8029name = "read-fonts"
8030version = "0.15.3"
8031source = "registry+https://github.com/rust-lang/crates.io-index"
8032checksum = "a1362980db95801b70031dd592dc052a44b1810ca9da8fbcf7b25983f3174ed0"
8033dependencies = [
8034 "font-types",
8035]
8036
8037[[package]]
8038name = "recent_projects"
8039version = "0.1.0"
8040dependencies = [
8041 "anyhow",
8042 "dev_server_projects",
8043 "editor",
8044 "feature_flags",
8045 "fuzzy",
8046 "gpui",
8047 "language",
8048 "markdown",
8049 "menu",
8050 "ordered-float 2.10.0",
8051 "picker",
8052 "project",
8053 "rpc",
8054 "serde",
8055 "serde_json",
8056 "smol",
8057 "ui",
8058 "ui_text_field",
8059 "util",
8060 "workspace",
8061]
8062
8063[[package]]
8064name = "redox_syscall"
8065version = "0.2.16"
8066source = "registry+https://github.com/rust-lang/crates.io-index"
8067checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
8068dependencies = [
8069 "bitflags 1.3.2",
8070]
8071
8072[[package]]
8073name = "redox_syscall"
8074version = "0.3.5"
8075source = "registry+https://github.com/rust-lang/crates.io-index"
8076checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
8077dependencies = [
8078 "bitflags 1.3.2",
8079]
8080
8081[[package]]
8082name = "redox_syscall"
8083version = "0.4.1"
8084source = "registry+https://github.com/rust-lang/crates.io-index"
8085checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
8086dependencies = [
8087 "bitflags 1.3.2",
8088]
8089
8090[[package]]
8091name = "redox_users"
8092version = "0.4.3"
8093source = "registry+https://github.com/rust-lang/crates.io-index"
8094checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
8095dependencies = [
8096 "getrandom 0.2.10",
8097 "redox_syscall 0.2.16",
8098 "thiserror",
8099]
8100
8101[[package]]
8102name = "refineable"
8103version = "0.1.0"
8104dependencies = [
8105 "derive_refineable",
8106]
8107
8108[[package]]
8109name = "regalloc2"
8110version = "0.9.3"
8111source = "registry+https://github.com/rust-lang/crates.io-index"
8112checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
8113dependencies = [
8114 "hashbrown 0.13.2",
8115 "log",
8116 "rustc-hash",
8117 "slice-group-by",
8118 "smallvec",
8119]
8120
8121[[package]]
8122name = "regex"
8123version = "1.10.3"
8124source = "registry+https://github.com/rust-lang/crates.io-index"
8125checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
8126dependencies = [
8127 "aho-corasick",
8128 "memchr",
8129 "regex-automata 0.4.5",
8130 "regex-syntax 0.8.2",
8131]
8132
8133[[package]]
8134name = "regex-automata"
8135version = "0.1.10"
8136source = "registry+https://github.com/rust-lang/crates.io-index"
8137checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
8138dependencies = [
8139 "regex-syntax 0.6.29",
8140]
8141
8142[[package]]
8143name = "regex-automata"
8144version = "0.3.8"
8145source = "registry+https://github.com/rust-lang/crates.io-index"
8146checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
8147
8148[[package]]
8149name = "regex-automata"
8150version = "0.4.5"
8151source = "registry+https://github.com/rust-lang/crates.io-index"
8152checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
8153dependencies = [
8154 "aho-corasick",
8155 "memchr",
8156 "regex-syntax 0.8.2",
8157]
8158
8159[[package]]
8160name = "regex-lite"
8161version = "0.1.5"
8162source = "registry+https://github.com/rust-lang/crates.io-index"
8163checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
8164
8165[[package]]
8166name = "regex-syntax"
8167version = "0.6.29"
8168source = "registry+https://github.com/rust-lang/crates.io-index"
8169checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
8170
8171[[package]]
8172name = "regex-syntax"
8173version = "0.8.2"
8174source = "registry+https://github.com/rust-lang/crates.io-index"
8175checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
8176
8177[[package]]
8178name = "release_channel"
8179version = "0.1.0"
8180dependencies = [
8181 "gpui",
8182 "once_cell",
8183]
8184
8185[[package]]
8186name = "rend"
8187version = "0.4.0"
8188source = "registry+https://github.com/rust-lang/crates.io-index"
8189checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
8190dependencies = [
8191 "bytecheck",
8192]
8193
8194[[package]]
8195name = "repair_json"
8196version = "0.1.0"
8197source = "registry+https://github.com/rust-lang/crates.io-index"
8198checksum = "5ee191e184125fe72cb59b74160e25584e3908f2aaa84cbda1e161347102aa15"
8199dependencies = [
8200 "thiserror",
8201]
8202
8203[[package]]
8204name = "reqwest"
8205version = "0.11.20"
8206source = "registry+https://github.com/rust-lang/crates.io-index"
8207checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
8208dependencies = [
8209 "base64 0.21.7",
8210 "bytes 1.5.0",
8211 "encoding_rs",
8212 "futures-core",
8213 "futures-util",
8214 "h2",
8215 "http 0.2.9",
8216 "http-body",
8217 "hyper",
8218 "hyper-tls",
8219 "ipnet",
8220 "js-sys",
8221 "log",
8222 "mime",
8223 "native-tls",
8224 "once_cell",
8225 "percent-encoding",
8226 "pin-project-lite",
8227 "serde",
8228 "serde_json",
8229 "serde_urlencoded",
8230 "tokio",
8231 "tokio-native-tls",
8232 "tower-service",
8233 "url",
8234 "wasm-bindgen",
8235 "wasm-bindgen-futures",
8236 "web-sys",
8237 "winreg 0.50.0",
8238]
8239
8240[[package]]
8241name = "resvg"
8242version = "0.41.0"
8243source = "registry+https://github.com/rust-lang/crates.io-index"
8244checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
8245dependencies = [
8246 "log",
8247 "pico-args",
8248 "rgb",
8249 "svgtypes",
8250 "tiny-skia",
8251 "usvg",
8252]
8253
8254[[package]]
8255name = "rfc6979"
8256version = "0.3.1"
8257source = "registry+https://github.com/rust-lang/crates.io-index"
8258checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
8259dependencies = [
8260 "crypto-bigint 0.4.9",
8261 "hmac 0.12.1",
8262 "zeroize",
8263]
8264
8265[[package]]
8266name = "rgb"
8267version = "0.8.36"
8268source = "registry+https://github.com/rust-lang/crates.io-index"
8269checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
8270dependencies = [
8271 "bytemuck",
8272]
8273
8274[[package]]
8275name = "rich_text"
8276version = "0.1.0"
8277dependencies = [
8278 "futures 0.3.28",
8279 "gpui",
8280 "language",
8281 "linkify",
8282 "pulldown-cmark",
8283 "theme",
8284 "ui",
8285 "util",
8286]
8287
8288[[package]]
8289name = "ring"
8290version = "0.17.7"
8291source = "registry+https://github.com/rust-lang/crates.io-index"
8292checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
8293dependencies = [
8294 "cc",
8295 "getrandom 0.2.10",
8296 "libc",
8297 "spin 0.9.8",
8298 "untrusted",
8299 "windows-sys 0.48.0",
8300]
8301
8302[[package]]
8303name = "rkyv"
8304version = "0.7.42"
8305source = "registry+https://github.com/rust-lang/crates.io-index"
8306checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
8307dependencies = [
8308 "bitvec",
8309 "bytecheck",
8310 "hashbrown 0.12.3",
8311 "ptr_meta",
8312 "rend",
8313 "rkyv_derive",
8314 "seahash",
8315 "tinyvec",
8316 "uuid",
8317]
8318
8319[[package]]
8320name = "rkyv_derive"
8321version = "0.7.42"
8322source = "registry+https://github.com/rust-lang/crates.io-index"
8323checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
8324dependencies = [
8325 "proc-macro2",
8326 "quote",
8327 "syn 1.0.109",
8328]
8329
8330[[package]]
8331name = "rmp"
8332version = "0.8.12"
8333source = "registry+https://github.com/rust-lang/crates.io-index"
8334checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
8335dependencies = [
8336 "byteorder",
8337 "num-traits",
8338 "paste",
8339]
8340
8341[[package]]
8342name = "rmpv"
8343version = "1.0.1"
8344source = "registry+https://github.com/rust-lang/crates.io-index"
8345checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec"
8346dependencies = [
8347 "num-traits",
8348 "rmp",
8349]
8350
8351[[package]]
8352name = "rodio"
8353version = "0.17.1"
8354source = "registry+https://github.com/rust-lang/crates.io-index"
8355checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
8356dependencies = [
8357 "cpal",
8358 "hound",
8359]
8360
8361[[package]]
8362name = "rope"
8363version = "0.1.0"
8364dependencies = [
8365 "arrayvec",
8366 "criterion",
8367 "gpui",
8368 "log",
8369 "rand 0.8.5",
8370 "smallvec",
8371 "sum_tree",
8372 "unicode-segmentation",
8373 "util",
8374]
8375
8376[[package]]
8377name = "roxmltree"
8378version = "0.19.0"
8379source = "registry+https://github.com/rust-lang/crates.io-index"
8380checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
8381
8382[[package]]
8383name = "rpc"
8384version = "0.1.0"
8385dependencies = [
8386 "anyhow",
8387 "async-tungstenite",
8388 "base64 0.13.1",
8389 "chrono",
8390 "collections",
8391 "env_logger",
8392 "futures 0.3.28",
8393 "gpui",
8394 "parking_lot",
8395 "prost",
8396 "prost-build",
8397 "rand 0.8.5",
8398 "rsa 0.4.0",
8399 "serde",
8400 "serde_json",
8401 "strum",
8402 "tracing",
8403 "util",
8404 "zstd",
8405]
8406
8407[[package]]
8408name = "rsa"
8409version = "0.4.0"
8410source = "registry+https://github.com/rust-lang/crates.io-index"
8411checksum = "68ef841a26fc5d040ced0417c6c6a64ee851f42489df11cdf0218e545b6f8d28"
8412dependencies = [
8413 "byteorder",
8414 "digest 0.9.0",
8415 "lazy_static",
8416 "num-bigint-dig 0.7.1",
8417 "num-integer",
8418 "num-iter",
8419 "num-traits",
8420 "pem",
8421 "rand 0.8.5",
8422 "simple_asn1",
8423 "subtle",
8424 "zeroize",
8425]
8426
8427[[package]]
8428name = "rsa"
8429version = "0.9.2"
8430source = "registry+https://github.com/rust-lang/crates.io-index"
8431checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
8432dependencies = [
8433 "byteorder",
8434 "const-oid",
8435 "digest 0.10.7",
8436 "num-bigint-dig 0.8.4",
8437 "num-integer",
8438 "num-iter",
8439 "num-traits",
8440 "pkcs1",
8441 "pkcs8 0.10.2",
8442 "rand_core 0.6.4",
8443 "signature 2.1.0",
8444 "spki 0.7.2",
8445 "subtle",
8446 "zeroize",
8447]
8448
8449[[package]]
8450name = "rust-embed"
8451version = "8.4.0"
8452source = "registry+https://github.com/rust-lang/crates.io-index"
8453checksum = "19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a"
8454dependencies = [
8455 "rust-embed-impl",
8456 "rust-embed-utils",
8457 "walkdir",
8458]
8459
8460[[package]]
8461name = "rust-embed-impl"
8462version = "8.4.0"
8463source = "registry+https://github.com/rust-lang/crates.io-index"
8464checksum = "cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4"
8465dependencies = [
8466 "proc-macro2",
8467 "quote",
8468 "rust-embed-utils",
8469 "syn 2.0.59",
8470 "walkdir",
8471]
8472
8473[[package]]
8474name = "rust-embed-utils"
8475version = "8.4.0"
8476source = "registry+https://github.com/rust-lang/crates.io-index"
8477checksum = "38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32"
8478dependencies = [
8479 "globset",
8480 "sha2 0.10.7",
8481 "walkdir",
8482]
8483
8484[[package]]
8485name = "rust_decimal"
8486version = "1.32.0"
8487source = "registry+https://github.com/rust-lang/crates.io-index"
8488checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd"
8489dependencies = [
8490 "arrayvec",
8491 "borsh",
8492 "bytes 1.5.0",
8493 "num-traits",
8494 "rand 0.8.5",
8495 "rkyv",
8496 "serde",
8497 "serde_json",
8498]
8499
8500[[package]]
8501name = "rustc-demangle"
8502version = "0.1.23"
8503source = "registry+https://github.com/rust-lang/crates.io-index"
8504checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
8505
8506[[package]]
8507name = "rustc-hash"
8508version = "1.1.0"
8509source = "registry+https://github.com/rust-lang/crates.io-index"
8510checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
8511
8512[[package]]
8513name = "rustc_version"
8514version = "0.4.0"
8515source = "registry+https://github.com/rust-lang/crates.io-index"
8516checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
8517dependencies = [
8518 "semver",
8519]
8520
8521[[package]]
8522name = "rustix"
8523version = "0.37.23"
8524source = "registry+https://github.com/rust-lang/crates.io-index"
8525checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
8526dependencies = [
8527 "bitflags 1.3.2",
8528 "errno 0.3.8",
8529 "io-lifetimes 1.0.11",
8530 "libc",
8531 "linux-raw-sys 0.3.8",
8532 "windows-sys 0.48.0",
8533]
8534
8535[[package]]
8536name = "rustix"
8537version = "0.38.32"
8538source = "registry+https://github.com/rust-lang/crates.io-index"
8539checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
8540dependencies = [
8541 "bitflags 2.4.2",
8542 "errno 0.3.8",
8543 "itoa",
8544 "libc",
8545 "linux-raw-sys 0.4.12",
8546 "once_cell",
8547 "windows-sys 0.52.0",
8548]
8549
8550[[package]]
8551name = "rustix-openpty"
8552version = "0.1.1"
8553source = "registry+https://github.com/rust-lang/crates.io-index"
8554checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
8555dependencies = [
8556 "errno 0.3.8",
8557 "libc",
8558 "rustix 0.38.32",
8559]
8560
8561[[package]]
8562name = "rustls"
8563version = "0.21.12"
8564source = "registry+https://github.com/rust-lang/crates.io-index"
8565checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
8566dependencies = [
8567 "log",
8568 "ring",
8569 "rustls-webpki",
8570 "sct",
8571]
8572
8573[[package]]
8574name = "rustls-native-certs"
8575version = "0.6.3"
8576source = "registry+https://github.com/rust-lang/crates.io-index"
8577checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
8578dependencies = [
8579 "openssl-probe",
8580 "rustls-pemfile",
8581 "schannel",
8582 "security-framework",
8583]
8584
8585[[package]]
8586name = "rustls-pemfile"
8587version = "1.0.3"
8588source = "registry+https://github.com/rust-lang/crates.io-index"
8589checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
8590dependencies = [
8591 "base64 0.21.7",
8592]
8593
8594[[package]]
8595name = "rustls-webpki"
8596version = "0.101.7"
8597source = "registry+https://github.com/rust-lang/crates.io-index"
8598checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
8599dependencies = [
8600 "ring",
8601 "untrusted",
8602]
8603
8604[[package]]
8605name = "rustversion"
8606version = "1.0.14"
8607source = "registry+https://github.com/rust-lang/crates.io-index"
8608checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
8609
8610[[package]]
8611name = "rustybuzz"
8612version = "0.12.1"
8613source = "registry+https://github.com/rust-lang/crates.io-index"
8614checksum = "f0ae5692c5beaad6a9e22830deeed7874eae8a4e3ba4076fb48e12c56856222c"
8615dependencies = [
8616 "bitflags 2.4.2",
8617 "bytemuck",
8618 "libm",
8619 "smallvec",
8620 "ttf-parser",
8621 "unicode-bidi-mirroring",
8622 "unicode-ccc",
8623 "unicode-properties",
8624 "unicode-script",
8625]
8626
8627[[package]]
8628name = "ryu"
8629version = "1.0.15"
8630source = "registry+https://github.com/rust-lang/crates.io-index"
8631checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
8632
8633[[package]]
8634name = "safemem"
8635version = "0.3.3"
8636source = "registry+https://github.com/rust-lang/crates.io-index"
8637checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
8638
8639[[package]]
8640name = "salsa20"
8641version = "0.8.1"
8642source = "registry+https://github.com/rust-lang/crates.io-index"
8643checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
8644dependencies = [
8645 "cipher 0.3.0",
8646]
8647
8648[[package]]
8649name = "same-file"
8650version = "1.0.6"
8651source = "registry+https://github.com/rust-lang/crates.io-index"
8652checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
8653dependencies = [
8654 "winapi-util",
8655]
8656
8657[[package]]
8658name = "schannel"
8659version = "0.1.22"
8660source = "registry+https://github.com/rust-lang/crates.io-index"
8661checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
8662dependencies = [
8663 "windows-sys 0.48.0",
8664]
8665
8666[[package]]
8667name = "schemars"
8668version = "0.8.15"
8669source = "registry+https://github.com/rust-lang/crates.io-index"
8670checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
8671dependencies = [
8672 "dyn-clone",
8673 "indexmap 1.9.3",
8674 "schemars_derive",
8675 "serde",
8676 "serde_json",
8677]
8678
8679[[package]]
8680name = "schemars_derive"
8681version = "0.8.15"
8682source = "registry+https://github.com/rust-lang/crates.io-index"
8683checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
8684dependencies = [
8685 "proc-macro2",
8686 "quote",
8687 "serde_derive_internals",
8688 "syn 1.0.109",
8689]
8690
8691[[package]]
8692name = "scoped-tls"
8693version = "1.0.1"
8694source = "registry+https://github.com/rust-lang/crates.io-index"
8695checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
8696
8697[[package]]
8698name = "scoped_threadpool"
8699version = "0.1.9"
8700source = "registry+https://github.com/rust-lang/crates.io-index"
8701checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
8702
8703[[package]]
8704name = "scopeguard"
8705version = "1.2.0"
8706source = "registry+https://github.com/rust-lang/crates.io-index"
8707checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
8708
8709[[package]]
8710name = "scrypt"
8711version = "0.7.0"
8712source = "registry+https://github.com/rust-lang/crates.io-index"
8713checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
8714dependencies = [
8715 "base64ct",
8716 "hmac 0.11.0",
8717 "password-hash",
8718 "pbkdf2 0.8.0",
8719 "salsa20",
8720 "sha2 0.9.9",
8721]
8722
8723[[package]]
8724name = "sct"
8725version = "0.7.1"
8726source = "registry+https://github.com/rust-lang/crates.io-index"
8727checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
8728dependencies = [
8729 "ring",
8730 "untrusted",
8731]
8732
8733[[package]]
8734name = "sea-bae"
8735version = "0.2.0"
8736source = "registry+https://github.com/rust-lang/crates.io-index"
8737checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
8738dependencies = [
8739 "heck 0.4.1",
8740 "proc-macro-error",
8741 "proc-macro2",
8742 "quote",
8743 "syn 2.0.59",
8744]
8745
8746[[package]]
8747name = "sea-orm"
8748version = "0.12.3"
8749source = "registry+https://github.com/rust-lang/crates.io-index"
8750checksum = "da5b2d70c255bc5cbe1d49f69c3c8eadae0fbbaeb18ee978edbf2f75775cb94d"
8751dependencies = [
8752 "async-stream",
8753 "async-trait",
8754 "bigdecimal",
8755 "chrono",
8756 "futures 0.3.28",
8757 "log",
8758 "ouroboros",
8759 "rust_decimal",
8760 "sea-orm-macros",
8761 "sea-query",
8762 "sea-query-binder",
8763 "serde",
8764 "serde_json",
8765 "sqlx",
8766 "strum",
8767 "thiserror",
8768 "time",
8769 "tracing",
8770 "url",
8771 "uuid",
8772]
8773
8774[[package]]
8775name = "sea-orm-macros"
8776version = "0.12.3"
8777source = "registry+https://github.com/rust-lang/crates.io-index"
8778checksum = "d7c8d455fad40194fb9774fdc4810c0f2700ff0dc0e93bd5ce9d641cc3f5dd75"
8779dependencies = [
8780 "heck 0.4.1",
8781 "proc-macro2",
8782 "quote",
8783 "sea-bae",
8784 "syn 2.0.59",
8785 "unicode-ident",
8786]
8787
8788[[package]]
8789name = "sea-query"
8790version = "0.30.2"
8791source = "registry+https://github.com/rust-lang/crates.io-index"
8792checksum = "fb3e6bba153bb198646c8762c48414942a38db27d142e44735a133cabddcc820"
8793dependencies = [
8794 "bigdecimal",
8795 "chrono",
8796 "derivative",
8797 "inherent",
8798 "ordered-float 3.9.1",
8799 "rust_decimal",
8800 "serde_json",
8801 "time",
8802 "uuid",
8803]
8804
8805[[package]]
8806name = "sea-query-binder"
8807version = "0.5.0"
8808source = "registry+https://github.com/rust-lang/crates.io-index"
8809checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
8810dependencies = [
8811 "bigdecimal",
8812 "chrono",
8813 "rust_decimal",
8814 "sea-query",
8815 "serde_json",
8816 "sqlx",
8817 "time",
8818 "uuid",
8819]
8820
8821[[package]]
8822name = "seahash"
8823version = "4.1.0"
8824source = "registry+https://github.com/rust-lang/crates.io-index"
8825checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
8826
8827[[package]]
8828name = "sealed"
8829version = "0.4.0"
8830source = "registry+https://github.com/rust-lang/crates.io-index"
8831checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
8832dependencies = [
8833 "heck 0.3.3",
8834 "proc-macro2",
8835 "quote",
8836 "syn 1.0.109",
8837]
8838
8839[[package]]
8840name = "search"
8841version = "0.1.0"
8842dependencies = [
8843 "any_vec",
8844 "anyhow",
8845 "bitflags 2.4.2",
8846 "client",
8847 "collections",
8848 "editor",
8849 "futures 0.3.28",
8850 "gpui",
8851 "language",
8852 "menu",
8853 "project",
8854 "serde",
8855 "serde_json",
8856 "settings",
8857 "smol",
8858 "theme",
8859 "ui",
8860 "unindent",
8861 "util",
8862 "workspace",
8863]
8864
8865[[package]]
8866name = "sec1"
8867version = "0.3.0"
8868source = "registry+https://github.com/rust-lang/crates.io-index"
8869checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
8870dependencies = [
8871 "base16ct",
8872 "der 0.6.1",
8873 "generic-array",
8874 "pkcs8 0.9.0",
8875 "subtle",
8876 "zeroize",
8877]
8878
8879[[package]]
8880name = "security-framework"
8881version = "2.9.2"
8882source = "registry+https://github.com/rust-lang/crates.io-index"
8883checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
8884dependencies = [
8885 "bitflags 1.3.2",
8886 "core-foundation",
8887 "core-foundation-sys 0.8.6",
8888 "libc",
8889 "security-framework-sys",
8890]
8891
8892[[package]]
8893name = "security-framework-sys"
8894version = "2.9.1"
8895source = "registry+https://github.com/rust-lang/crates.io-index"
8896checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
8897dependencies = [
8898 "core-foundation-sys 0.8.6",
8899 "libc",
8900]
8901
8902[[package]]
8903name = "self_cell"
8904version = "1.0.3"
8905source = "registry+https://github.com/rust-lang/crates.io-index"
8906checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
8907
8908[[package]]
8909name = "semantic_index"
8910version = "0.1.0"
8911dependencies = [
8912 "anyhow",
8913 "client",
8914 "clock",
8915 "collections",
8916 "env_logger",
8917 "fs",
8918 "futures 0.3.28",
8919 "futures-batch",
8920 "gpui",
8921 "heed",
8922 "http 0.1.0",
8923 "language",
8924 "languages",
8925 "log",
8926 "open_ai",
8927 "parking_lot",
8928 "project",
8929 "serde",
8930 "serde_json",
8931 "settings",
8932 "sha2 0.10.7",
8933 "smol",
8934 "tempfile",
8935 "theme",
8936 "tree-sitter",
8937 "ui",
8938 "unindent",
8939 "util",
8940 "workspace",
8941 "worktree",
8942]
8943
8944[[package]]
8945name = "semantic_version"
8946version = "0.1.0"
8947dependencies = [
8948 "anyhow",
8949 "serde",
8950]
8951
8952[[package]]
8953name = "semver"
8954version = "1.0.18"
8955source = "registry+https://github.com/rust-lang/crates.io-index"
8956checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
8957
8958[[package]]
8959name = "serde"
8960version = "1.0.196"
8961source = "registry+https://github.com/rust-lang/crates.io-index"
8962checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
8963dependencies = [
8964 "serde_derive",
8965]
8966
8967[[package]]
8968name = "serde_derive"
8969version = "1.0.196"
8970source = "registry+https://github.com/rust-lang/crates.io-index"
8971checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
8972dependencies = [
8973 "proc-macro2",
8974 "quote",
8975 "syn 2.0.59",
8976]
8977
8978[[package]]
8979name = "serde_derive_internals"
8980version = "0.26.0"
8981source = "registry+https://github.com/rust-lang/crates.io-index"
8982checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
8983dependencies = [
8984 "proc-macro2",
8985 "quote",
8986 "syn 1.0.109",
8987]
8988
8989[[package]]
8990name = "serde_fmt"
8991version = "1.0.3"
8992source = "registry+https://github.com/rust-lang/crates.io-index"
8993checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
8994dependencies = [
8995 "serde",
8996]
8997
8998[[package]]
8999name = "serde_json"
9000version = "1.0.107"
9001source = "registry+https://github.com/rust-lang/crates.io-index"
9002checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
9003dependencies = [
9004 "indexmap 2.0.0",
9005 "itoa",
9006 "ryu",
9007 "serde",
9008]
9009
9010[[package]]
9011name = "serde_json_lenient"
9012version = "0.1.7"
9013source = "registry+https://github.com/rust-lang/crates.io-index"
9014checksum = "26386958a1344003f2b2bcff51a23fbe70461a478ef29247c6c6ab2c1656f53e"
9015dependencies = [
9016 "indexmap 2.0.0",
9017 "itoa",
9018 "ryu",
9019 "serde",
9020]
9021
9022[[package]]
9023name = "serde_path_to_error"
9024version = "0.1.15"
9025source = "registry+https://github.com/rust-lang/crates.io-index"
9026checksum = "ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c"
9027dependencies = [
9028 "itoa",
9029 "serde",
9030]
9031
9032[[package]]
9033name = "serde_repr"
9034version = "0.1.16"
9035source = "registry+https://github.com/rust-lang/crates.io-index"
9036checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
9037dependencies = [
9038 "proc-macro2",
9039 "quote",
9040 "syn 2.0.59",
9041]
9042
9043[[package]]
9044name = "serde_spanned"
9045version = "0.6.5"
9046source = "registry+https://github.com/rust-lang/crates.io-index"
9047checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
9048dependencies = [
9049 "serde",
9050]
9051
9052[[package]]
9053name = "serde_urlencoded"
9054version = "0.7.1"
9055source = "registry+https://github.com/rust-lang/crates.io-index"
9056checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
9057dependencies = [
9058 "form_urlencoded",
9059 "itoa",
9060 "ryu",
9061 "serde",
9062]
9063
9064[[package]]
9065name = "settings"
9066version = "0.1.0"
9067dependencies = [
9068 "anyhow",
9069 "collections",
9070 "fs",
9071 "futures 0.3.28",
9072 "gpui",
9073 "indoc",
9074 "lazy_static",
9075 "pretty_assertions",
9076 "release_channel",
9077 "rust-embed",
9078 "schemars",
9079 "serde",
9080 "serde_derive",
9081 "serde_json",
9082 "serde_json_lenient",
9083 "smallvec",
9084 "tree-sitter",
9085 "tree-sitter-json 0.19.0",
9086 "unindent",
9087 "util",
9088]
9089
9090[[package]]
9091name = "sha-1"
9092version = "0.9.8"
9093source = "registry+https://github.com/rust-lang/crates.io-index"
9094checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
9095dependencies = [
9096 "block-buffer 0.9.0",
9097 "cfg-if",
9098 "cpufeatures",
9099 "digest 0.9.0",
9100 "opaque-debug",
9101]
9102
9103[[package]]
9104name = "sha1"
9105version = "0.10.6"
9106source = "registry+https://github.com/rust-lang/crates.io-index"
9107checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
9108dependencies = [
9109 "cfg-if",
9110 "cpufeatures",
9111 "digest 0.10.7",
9112]
9113
9114[[package]]
9115name = "sha1_smol"
9116version = "1.0.0"
9117source = "registry+https://github.com/rust-lang/crates.io-index"
9118checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
9119
9120[[package]]
9121name = "sha2"
9122version = "0.9.9"
9123source = "registry+https://github.com/rust-lang/crates.io-index"
9124checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
9125dependencies = [
9126 "block-buffer 0.9.0",
9127 "cfg-if",
9128 "cpufeatures",
9129 "digest 0.9.0",
9130 "opaque-debug",
9131]
9132
9133[[package]]
9134name = "sha2"
9135version = "0.10.7"
9136source = "registry+https://github.com/rust-lang/crates.io-index"
9137checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
9138dependencies = [
9139 "cfg-if",
9140 "cpufeatures",
9141 "digest 0.10.7",
9142]
9143
9144[[package]]
9145name = "sharded-slab"
9146version = "0.1.4"
9147source = "registry+https://github.com/rust-lang/crates.io-index"
9148checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
9149dependencies = [
9150 "lazy_static",
9151]
9152
9153[[package]]
9154name = "shell-words"
9155version = "1.1.0"
9156source = "registry+https://github.com/rust-lang/crates.io-index"
9157checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
9158
9159[[package]]
9160name = "shellexpand"
9161version = "2.1.2"
9162source = "registry+https://github.com/rust-lang/crates.io-index"
9163checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
9164dependencies = [
9165 "dirs 4.0.0",
9166]
9167
9168[[package]]
9169name = "shlex"
9170version = "1.3.0"
9171source = "registry+https://github.com/rust-lang/crates.io-index"
9172checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
9173
9174[[package]]
9175name = "signal-hook"
9176version = "0.3.17"
9177source = "registry+https://github.com/rust-lang/crates.io-index"
9178checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
9179dependencies = [
9180 "libc",
9181 "signal-hook-registry",
9182]
9183
9184[[package]]
9185name = "signal-hook-registry"
9186version = "1.4.1"
9187source = "registry+https://github.com/rust-lang/crates.io-index"
9188checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
9189dependencies = [
9190 "libc",
9191]
9192
9193[[package]]
9194name = "signature"
9195version = "1.6.4"
9196source = "registry+https://github.com/rust-lang/crates.io-index"
9197checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
9198dependencies = [
9199 "digest 0.10.7",
9200 "rand_core 0.6.4",
9201]
9202
9203[[package]]
9204name = "signature"
9205version = "2.1.0"
9206source = "registry+https://github.com/rust-lang/crates.io-index"
9207checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
9208dependencies = [
9209 "digest 0.10.7",
9210 "rand_core 0.6.4",
9211]
9212
9213[[package]]
9214name = "simd-adler32"
9215version = "0.3.7"
9216source = "registry+https://github.com/rust-lang/crates.io-index"
9217checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
9218
9219[[package]]
9220name = "simdutf8"
9221version = "0.1.4"
9222source = "registry+https://github.com/rust-lang/crates.io-index"
9223checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
9224
9225[[package]]
9226name = "similar"
9227version = "1.3.0"
9228source = "registry+https://github.com/rust-lang/crates.io-index"
9229checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
9230
9231[[package]]
9232name = "simple_asn1"
9233version = "0.5.4"
9234source = "registry+https://github.com/rust-lang/crates.io-index"
9235checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
9236dependencies = [
9237 "chrono",
9238 "num-bigint",
9239 "num-traits",
9240 "thiserror",
9241]
9242
9243[[package]]
9244name = "simplecss"
9245version = "0.2.1"
9246source = "registry+https://github.com/rust-lang/crates.io-index"
9247checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
9248dependencies = [
9249 "log",
9250]
9251
9252[[package]]
9253name = "simplelog"
9254version = "0.9.0"
9255source = "registry+https://github.com/rust-lang/crates.io-index"
9256checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
9257dependencies = [
9258 "chrono",
9259 "log",
9260 "termcolor",
9261]
9262
9263[[package]]
9264name = "siphasher"
9265version = "0.3.11"
9266source = "registry+https://github.com/rust-lang/crates.io-index"
9267checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
9268
9269[[package]]
9270name = "siphasher"
9271version = "1.0.1"
9272source = "registry+https://github.com/rust-lang/crates.io-index"
9273checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
9274
9275[[package]]
9276name = "slab"
9277version = "0.4.9"
9278source = "registry+https://github.com/rust-lang/crates.io-index"
9279checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
9280dependencies = [
9281 "autocfg",
9282]
9283
9284[[package]]
9285name = "slice-group-by"
9286version = "0.3.1"
9287source = "registry+https://github.com/rust-lang/crates.io-index"
9288checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
9289
9290[[package]]
9291name = "slotmap"
9292version = "1.0.6"
9293source = "registry+https://github.com/rust-lang/crates.io-index"
9294checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
9295dependencies = [
9296 "version_check",
9297]
9298
9299[[package]]
9300name = "sluice"
9301version = "0.5.5"
9302source = "registry+https://github.com/rust-lang/crates.io-index"
9303checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
9304dependencies = [
9305 "async-channel 1.9.0",
9306 "futures-core",
9307 "futures-io",
9308]
9309
9310[[package]]
9311name = "smallvec"
9312version = "1.11.1"
9313source = "registry+https://github.com/rust-lang/crates.io-index"
9314checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
9315
9316[[package]]
9317name = "smithay-client-toolkit"
9318version = "0.18.1"
9319source = "registry+https://github.com/rust-lang/crates.io-index"
9320checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a"
9321dependencies = [
9322 "bitflags 2.4.2",
9323 "calloop",
9324 "calloop-wayland-source",
9325 "cursor-icon",
9326 "libc",
9327 "log",
9328 "memmap2 0.9.4",
9329 "rustix 0.38.32",
9330 "thiserror",
9331 "wayland-backend",
9332 "wayland-client",
9333 "wayland-csd-frame",
9334 "wayland-cursor",
9335 "wayland-protocols",
9336 "wayland-protocols-wlr",
9337 "wayland-scanner",
9338 "xkeysym",
9339]
9340
9341[[package]]
9342name = "smithay-clipboard"
9343version = "0.7.1"
9344source = "registry+https://github.com/rust-lang/crates.io-index"
9345checksum = "c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d"
9346dependencies = [
9347 "libc",
9348 "smithay-client-toolkit",
9349 "wayland-backend",
9350]
9351
9352[[package]]
9353name = "smol"
9354version = "1.3.0"
9355source = "registry+https://github.com/rust-lang/crates.io-index"
9356checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
9357dependencies = [
9358 "async-channel 1.9.0",
9359 "async-executor",
9360 "async-fs 1.6.0",
9361 "async-io 1.13.0",
9362 "async-lock 2.8.0",
9363 "async-net 1.7.0",
9364 "async-process 1.7.0",
9365 "blocking",
9366 "futures-lite 1.13.0",
9367]
9368
9369[[package]]
9370name = "snippet"
9371version = "0.1.0"
9372dependencies = [
9373 "anyhow",
9374 "smallvec",
9375]
9376
9377[[package]]
9378name = "socket2"
9379version = "0.4.9"
9380source = "registry+https://github.com/rust-lang/crates.io-index"
9381checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
9382dependencies = [
9383 "libc",
9384 "winapi",
9385]
9386
9387[[package]]
9388name = "socket2"
9389version = "0.5.4"
9390source = "registry+https://github.com/rust-lang/crates.io-index"
9391checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
9392dependencies = [
9393 "libc",
9394 "windows-sys 0.48.0",
9395]
9396
9397[[package]]
9398name = "spdx"
9399version = "0.10.4"
9400source = "registry+https://github.com/rust-lang/crates.io-index"
9401checksum = "29ef1a0fa1e39ac22972c8db23ff89aea700ab96aa87114e1fb55937a631a0c9"
9402dependencies = [
9403 "smallvec",
9404]
9405
9406[[package]]
9407name = "spin"
9408version = "0.5.2"
9409source = "registry+https://github.com/rust-lang/crates.io-index"
9410checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
9411
9412[[package]]
9413name = "spin"
9414version = "0.9.8"
9415source = "registry+https://github.com/rust-lang/crates.io-index"
9416checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
9417dependencies = [
9418 "lock_api",
9419]
9420
9421[[package]]
9422name = "spirv"
9423version = "0.2.0+1.5.4"
9424source = "registry+https://github.com/rust-lang/crates.io-index"
9425checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
9426dependencies = [
9427 "bitflags 1.3.2",
9428 "num-traits",
9429]
9430
9431[[package]]
9432name = "spki"
9433version = "0.6.0"
9434source = "registry+https://github.com/rust-lang/crates.io-index"
9435checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
9436dependencies = [
9437 "base64ct",
9438 "der 0.6.1",
9439]
9440
9441[[package]]
9442name = "spki"
9443version = "0.7.2"
9444source = "registry+https://github.com/rust-lang/crates.io-index"
9445checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
9446dependencies = [
9447 "base64ct",
9448 "der 0.7.8",
9449]
9450
9451[[package]]
9452name = "sptr"
9453version = "0.3.2"
9454source = "registry+https://github.com/rust-lang/crates.io-index"
9455checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
9456
9457[[package]]
9458name = "sqlez"
9459version = "0.1.0"
9460dependencies = [
9461 "anyhow",
9462 "collections",
9463 "futures 0.3.28",
9464 "indoc",
9465 "lazy_static",
9466 "libsqlite3-sys",
9467 "parking_lot",
9468 "smol",
9469 "thread_local",
9470 "util",
9471 "uuid",
9472]
9473
9474[[package]]
9475name = "sqlez_macros"
9476version = "0.1.0"
9477dependencies = [
9478 "lazy_static",
9479 "sqlez",
9480 "sqlformat",
9481 "syn 1.0.109",
9482]
9483
9484[[package]]
9485name = "sqlformat"
9486version = "0.2.2"
9487source = "registry+https://github.com/rust-lang/crates.io-index"
9488checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
9489dependencies = [
9490 "itertools 0.11.0",
9491 "nom",
9492 "unicode_categories",
9493]
9494
9495[[package]]
9496name = "sqlx"
9497version = "0.7.2"
9498source = "registry+https://github.com/rust-lang/crates.io-index"
9499checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
9500dependencies = [
9501 "sqlx-core",
9502 "sqlx-macros",
9503 "sqlx-mysql",
9504 "sqlx-postgres",
9505 "sqlx-sqlite",
9506]
9507
9508[[package]]
9509name = "sqlx-core"
9510version = "0.7.2"
9511source = "registry+https://github.com/rust-lang/crates.io-index"
9512checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
9513dependencies = [
9514 "ahash 0.8.8",
9515 "atoi",
9516 "bigdecimal",
9517 "byteorder",
9518 "bytes 1.5.0",
9519 "chrono",
9520 "crc",
9521 "crossbeam-queue",
9522 "dotenvy",
9523 "either",
9524 "event-listener 2.5.3",
9525 "futures-channel",
9526 "futures-core",
9527 "futures-intrusive",
9528 "futures-io",
9529 "futures-util",
9530 "hashlink",
9531 "hex",
9532 "indexmap 2.0.0",
9533 "log",
9534 "memchr",
9535 "once_cell",
9536 "paste",
9537 "percent-encoding",
9538 "rust_decimal",
9539 "rustls",
9540 "rustls-pemfile",
9541 "serde",
9542 "serde_json",
9543 "sha2 0.10.7",
9544 "smallvec",
9545 "sqlformat",
9546 "thiserror",
9547 "time",
9548 "tokio",
9549 "tokio-stream",
9550 "tracing",
9551 "url",
9552 "uuid",
9553 "webpki-roots",
9554]
9555
9556[[package]]
9557name = "sqlx-macros"
9558version = "0.7.2"
9559source = "registry+https://github.com/rust-lang/crates.io-index"
9560checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
9561dependencies = [
9562 "proc-macro2",
9563 "quote",
9564 "sqlx-core",
9565 "sqlx-macros-core",
9566 "syn 1.0.109",
9567]
9568
9569[[package]]
9570name = "sqlx-macros-core"
9571version = "0.7.2"
9572source = "registry+https://github.com/rust-lang/crates.io-index"
9573checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
9574dependencies = [
9575 "dotenvy",
9576 "either",
9577 "heck 0.4.1",
9578 "hex",
9579 "once_cell",
9580 "proc-macro2",
9581 "quote",
9582 "serde",
9583 "serde_json",
9584 "sha2 0.10.7",
9585 "sqlx-core",
9586 "sqlx-mysql",
9587 "sqlx-postgres",
9588 "sqlx-sqlite",
9589 "syn 1.0.109",
9590 "tempfile",
9591 "tokio",
9592 "url",
9593]
9594
9595[[package]]
9596name = "sqlx-mysql"
9597version = "0.7.2"
9598source = "registry+https://github.com/rust-lang/crates.io-index"
9599checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
9600dependencies = [
9601 "atoi",
9602 "base64 0.21.7",
9603 "bigdecimal",
9604 "bitflags 2.4.2",
9605 "byteorder",
9606 "bytes 1.5.0",
9607 "chrono",
9608 "crc",
9609 "digest 0.10.7",
9610 "dotenvy",
9611 "either",
9612 "futures-channel",
9613 "futures-core",
9614 "futures-io",
9615 "futures-util",
9616 "generic-array",
9617 "hex",
9618 "hkdf",
9619 "hmac 0.12.1",
9620 "itoa",
9621 "log",
9622 "md-5",
9623 "memchr",
9624 "once_cell",
9625 "percent-encoding",
9626 "rand 0.8.5",
9627 "rsa 0.9.2",
9628 "rust_decimal",
9629 "serde",
9630 "sha1",
9631 "sha2 0.10.7",
9632 "smallvec",
9633 "sqlx-core",
9634 "stringprep",
9635 "thiserror",
9636 "time",
9637 "tracing",
9638 "uuid",
9639 "whoami",
9640]
9641
9642[[package]]
9643name = "sqlx-postgres"
9644version = "0.7.2"
9645source = "registry+https://github.com/rust-lang/crates.io-index"
9646checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
9647dependencies = [
9648 "atoi",
9649 "base64 0.21.7",
9650 "bigdecimal",
9651 "bitflags 2.4.2",
9652 "byteorder",
9653 "chrono",
9654 "crc",
9655 "dotenvy",
9656 "etcetera",
9657 "futures-channel",
9658 "futures-core",
9659 "futures-io",
9660 "futures-util",
9661 "hex",
9662 "hkdf",
9663 "hmac 0.12.1",
9664 "home",
9665 "itoa",
9666 "log",
9667 "md-5",
9668 "memchr",
9669 "num-bigint",
9670 "once_cell",
9671 "rand 0.8.5",
9672 "rust_decimal",
9673 "serde",
9674 "serde_json",
9675 "sha1",
9676 "sha2 0.10.7",
9677 "smallvec",
9678 "sqlx-core",
9679 "stringprep",
9680 "thiserror",
9681 "time",
9682 "tracing",
9683 "uuid",
9684 "whoami",
9685]
9686
9687[[package]]
9688name = "sqlx-sqlite"
9689version = "0.7.2"
9690source = "registry+https://github.com/rust-lang/crates.io-index"
9691checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
9692dependencies = [
9693 "atoi",
9694 "chrono",
9695 "flume",
9696 "futures-channel",
9697 "futures-core",
9698 "futures-executor",
9699 "futures-intrusive",
9700 "futures-util",
9701 "libsqlite3-sys",
9702 "log",
9703 "percent-encoding",
9704 "serde",
9705 "sqlx-core",
9706 "time",
9707 "tracing",
9708 "url",
9709 "uuid",
9710]
9711
9712[[package]]
9713name = "stable_deref_trait"
9714version = "1.2.0"
9715source = "registry+https://github.com/rust-lang/crates.io-index"
9716checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
9717
9718[[package]]
9719name = "static_assertions"
9720version = "1.1.0"
9721source = "registry+https://github.com/rust-lang/crates.io-index"
9722checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
9723
9724[[package]]
9725name = "story"
9726version = "0.1.0"
9727dependencies = [
9728 "gpui",
9729 "itertools 0.10.5",
9730 "smallvec",
9731]
9732
9733[[package]]
9734name = "storybook"
9735version = "0.1.0"
9736dependencies = [
9737 "anyhow",
9738 "clap 4.4.4",
9739 "collab_ui",
9740 "ctrlc",
9741 "dialoguer",
9742 "editor",
9743 "fuzzy",
9744 "gpui",
9745 "indoc",
9746 "language",
9747 "log",
9748 "menu",
9749 "picker",
9750 "project",
9751 "rust-embed",
9752 "settings",
9753 "simplelog",
9754 "story",
9755 "strum",
9756 "theme",
9757 "ui",
9758]
9759
9760[[package]]
9761name = "strict-num"
9762version = "0.1.1"
9763source = "registry+https://github.com/rust-lang/crates.io-index"
9764checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
9765dependencies = [
9766 "float-cmp",
9767]
9768
9769[[package]]
9770name = "stringprep"
9771version = "0.1.4"
9772source = "registry+https://github.com/rust-lang/crates.io-index"
9773checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
9774dependencies = [
9775 "finl_unicode",
9776 "unicode-bidi",
9777 "unicode-normalization",
9778]
9779
9780[[package]]
9781name = "strsim"
9782version = "0.10.0"
9783source = "registry+https://github.com/rust-lang/crates.io-index"
9784checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
9785
9786[[package]]
9787name = "strum"
9788version = "0.25.0"
9789source = "registry+https://github.com/rust-lang/crates.io-index"
9790checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
9791dependencies = [
9792 "strum_macros",
9793]
9794
9795[[package]]
9796name = "strum_macros"
9797version = "0.25.2"
9798source = "registry+https://github.com/rust-lang/crates.io-index"
9799checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
9800dependencies = [
9801 "heck 0.4.1",
9802 "proc-macro2",
9803 "quote",
9804 "rustversion",
9805 "syn 2.0.59",
9806]
9807
9808[[package]]
9809name = "subtle"
9810version = "2.5.0"
9811source = "registry+https://github.com/rust-lang/crates.io-index"
9812checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
9813
9814[[package]]
9815name = "sum_tree"
9816version = "0.1.0"
9817dependencies = [
9818 "arrayvec",
9819 "ctor",
9820 "env_logger",
9821 "log",
9822 "rand 0.8.5",
9823 "rayon",
9824]
9825
9826[[package]]
9827name = "supermaven"
9828version = "0.1.0"
9829dependencies = [
9830 "anyhow",
9831 "client",
9832 "collections",
9833 "editor",
9834 "env_logger",
9835 "futures 0.3.28",
9836 "gpui",
9837 "http 0.1.0",
9838 "language",
9839 "log",
9840 "postage",
9841 "project",
9842 "serde",
9843 "serde_json",
9844 "settings",
9845 "smol",
9846 "supermaven_api",
9847 "theme",
9848 "ui",
9849 "util",
9850]
9851
9852[[package]]
9853name = "supermaven_api"
9854version = "0.1.0"
9855dependencies = [
9856 "anyhow",
9857 "futures 0.3.28",
9858 "http 0.1.0",
9859 "serde",
9860 "serde_json",
9861 "smol",
9862 "util",
9863]
9864
9865[[package]]
9866name = "sval"
9867version = "2.8.0"
9868source = "registry+https://github.com/rust-lang/crates.io-index"
9869checksum = "05d11eec9fbe2bc8bc71e7349f0e7534db9a96d961fb9f302574275b7880ad06"
9870
9871[[package]]
9872name = "sval_buffer"
9873version = "2.8.0"
9874source = "registry+https://github.com/rust-lang/crates.io-index"
9875checksum = "6b7451f69a93c5baf2653d5aa8bb4178934337f16c22830a50b06b386f72d761"
9876dependencies = [
9877 "sval",
9878 "sval_ref",
9879]
9880
9881[[package]]
9882name = "sval_dynamic"
9883version = "2.8.0"
9884source = "registry+https://github.com/rust-lang/crates.io-index"
9885checksum = "c34f5a2cc12b4da2adfb59d5eedfd9b174a23cc3fae84cec71dcbcd9302068f5"
9886dependencies = [
9887 "sval",
9888]
9889
9890[[package]]
9891name = "sval_fmt"
9892version = "2.8.0"
9893source = "registry+https://github.com/rust-lang/crates.io-index"
9894checksum = "2f578b2301341e246d00b35957f2952c4ec554ad9c7cfaee10bc86bc92896578"
9895dependencies = [
9896 "itoa",
9897 "ryu",
9898 "sval",
9899]
9900
9901[[package]]
9902name = "sval_json"
9903version = "2.8.0"
9904source = "registry+https://github.com/rust-lang/crates.io-index"
9905checksum = "8346c00f5dc6efe18bea8d13c1f7ca4f112b20803434bf3657ac17c0f74cbc4b"
9906dependencies = [
9907 "itoa",
9908 "ryu",
9909 "sval",
9910]
9911
9912[[package]]
9913name = "sval_ref"
9914version = "2.8.0"
9915source = "registry+https://github.com/rust-lang/crates.io-index"
9916checksum = "6617cc89952f792aebc0f4a1a76bc51e80c70b18c491bd52215c7989c4c3dd06"
9917dependencies = [
9918 "sval",
9919]
9920
9921[[package]]
9922name = "sval_serde"
9923version = "2.8.0"
9924source = "registry+https://github.com/rust-lang/crates.io-index"
9925checksum = "fe3d1e59f023341d9af75d86f3bc148a6704f3f831eef0dd90bbe9cb445fa024"
9926dependencies = [
9927 "serde",
9928 "sval",
9929 "sval_buffer",
9930 "sval_fmt",
9931]
9932
9933[[package]]
9934name = "svg_fmt"
9935version = "0.4.1"
9936source = "registry+https://github.com/rust-lang/crates.io-index"
9937checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
9938
9939[[package]]
9940name = "svgtypes"
9941version = "0.15.0"
9942source = "registry+https://github.com/rust-lang/crates.io-index"
9943checksum = "d97ca9a891c9c70da8139ac9d8e8ea36a210fa21bb50eccd75d4a9561c83e87f"
9944dependencies = [
9945 "kurbo",
9946 "siphasher 1.0.1",
9947]
9948
9949[[package]]
9950name = "swash"
9951version = "0.1.12"
9952source = "registry+https://github.com/rust-lang/crates.io-index"
9953checksum = "d06ff4664af8923625604261c645f5c4cc610cc83c84bec74b50d76237089de7"
9954dependencies = [
9955 "read-fonts",
9956 "yazi",
9957 "zeno",
9958]
9959
9960[[package]]
9961name = "syn"
9962version = "1.0.109"
9963source = "registry+https://github.com/rust-lang/crates.io-index"
9964checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
9965dependencies = [
9966 "proc-macro2",
9967 "quote",
9968 "unicode-ident",
9969]
9970
9971[[package]]
9972name = "syn"
9973version = "2.0.59"
9974source = "registry+https://github.com/rust-lang/crates.io-index"
9975checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a"
9976dependencies = [
9977 "proc-macro2",
9978 "quote",
9979 "unicode-ident",
9980]
9981
9982[[package]]
9983name = "sync_wrapper"
9984version = "0.1.2"
9985source = "registry+https://github.com/rust-lang/crates.io-index"
9986checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
9987
9988[[package]]
9989name = "synchronoise"
9990version = "1.0.1"
9991source = "registry+https://github.com/rust-lang/crates.io-index"
9992checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
9993dependencies = [
9994 "crossbeam-queue",
9995]
9996
9997[[package]]
9998name = "sys-locale"
9999version = "0.3.1"
10000source = "registry+https://github.com/rust-lang/crates.io-index"
10001checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
10002dependencies = [
10003 "libc",
10004]
10005
10006[[package]]
10007name = "sysinfo"
10008version = "0.30.7"
10009source = "registry+https://github.com/rust-lang/crates.io-index"
10010checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
10011dependencies = [
10012 "cfg-if",
10013 "core-foundation-sys 0.8.6",
10014 "libc",
10015 "ntapi",
10016 "once_cell",
10017 "rayon",
10018 "windows 0.52.0",
10019]
10020
10021[[package]]
10022name = "system-interface"
10023version = "0.27.1"
10024source = "registry+https://github.com/rust-lang/crates.io-index"
10025checksum = "9aef1f9d4c1dbdd1cb3a63be9efd2f04d8ddbc919d46112982c76818ffc2f1a7"
10026dependencies = [
10027 "bitflags 2.4.2",
10028 "cap-fs-ext",
10029 "cap-std",
10030 "fd-lock",
10031 "io-lifetimes 2.0.3",
10032 "rustix 0.38.32",
10033 "windows-sys 0.52.0",
10034 "winx",
10035]
10036
10037[[package]]
10038name = "tab_switcher"
10039version = "0.1.0"
10040dependencies = [
10041 "anyhow",
10042 "collections",
10043 "ctor",
10044 "editor",
10045 "env_logger",
10046 "gpui",
10047 "language",
10048 "menu",
10049 "picker",
10050 "project",
10051 "serde",
10052 "serde_json",
10053 "terminal_view",
10054 "theme",
10055 "ui",
10056 "util",
10057 "workspace",
10058]
10059
10060[[package]]
10061name = "taffy"
10062version = "0.4.3"
10063source = "registry+https://github.com/rust-lang/crates.io-index"
10064checksum = "7b2e140b328c6cb5e744bb2c65910b47df86b239afc793ee2c52262569cf9225"
10065dependencies = [
10066 "arrayvec",
10067 "grid",
10068 "num-traits",
10069 "serde",
10070 "slotmap",
10071]
10072
10073[[package]]
10074name = "take-until"
10075version = "0.2.0"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
10078
10079[[package]]
10080name = "tap"
10081version = "1.0.1"
10082source = "registry+https://github.com/rust-lang/crates.io-index"
10083checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
10084
10085[[package]]
10086name = "target-lexicon"
10087version = "0.12.13"
10088source = "registry+https://github.com/rust-lang/crates.io-index"
10089checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
10090
10091[[package]]
10092name = "task"
10093version = "0.1.0"
10094dependencies = [
10095 "anyhow",
10096 "collections",
10097 "futures 0.3.28",
10098 "gpui",
10099 "hex",
10100 "parking_lot",
10101 "schemars",
10102 "serde",
10103 "serde_json_lenient",
10104 "sha2 0.10.7",
10105 "shellexpand",
10106 "util",
10107]
10108
10109[[package]]
10110name = "tasks_ui"
10111version = "0.1.0"
10112dependencies = [
10113 "editor",
10114 "file_icons",
10115 "fuzzy",
10116 "gpui",
10117 "language",
10118 "menu",
10119 "picker",
10120 "project",
10121 "schemars",
10122 "serde",
10123 "serde_json",
10124 "settings",
10125 "task",
10126 "tree-sitter-rust",
10127 "tree-sitter-typescript",
10128 "ui",
10129 "util",
10130 "workspace",
10131]
10132
10133[[package]]
10134name = "telemetry_events"
10135version = "0.1.0"
10136dependencies = [
10137 "semantic_version",
10138 "serde",
10139]
10140
10141[[package]]
10142name = "tempfile"
10143version = "3.9.0"
10144source = "registry+https://github.com/rust-lang/crates.io-index"
10145checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
10146dependencies = [
10147 "cfg-if",
10148 "fastrand 2.0.0",
10149 "redox_syscall 0.4.1",
10150 "rustix 0.38.32",
10151 "windows-sys 0.52.0",
10152]
10153
10154[[package]]
10155name = "tendril"
10156version = "0.4.3"
10157source = "registry+https://github.com/rust-lang/crates.io-index"
10158checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
10159dependencies = [
10160 "futf",
10161 "mac",
10162 "utf-8",
10163]
10164
10165[[package]]
10166name = "termcolor"
10167version = "1.1.3"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
10170dependencies = [
10171 "winapi-util",
10172]
10173
10174[[package]]
10175name = "terminal"
10176version = "0.1.0"
10177dependencies = [
10178 "alacritty_terminal",
10179 "anyhow",
10180 "collections",
10181 "dirs 4.0.0",
10182 "futures 0.3.28",
10183 "gpui",
10184 "libc",
10185 "rand 0.8.5",
10186 "schemars",
10187 "serde",
10188 "serde_derive",
10189 "serde_json",
10190 "settings",
10191 "smol",
10192 "sysinfo",
10193 "task",
10194 "theme",
10195 "thiserror",
10196 "util",
10197 "windows 0.56.0",
10198]
10199
10200[[package]]
10201name = "terminal_view"
10202version = "0.1.0"
10203dependencies = [
10204 "anyhow",
10205 "client",
10206 "collections",
10207 "db",
10208 "dirs 4.0.0",
10209 "editor",
10210 "futures 0.3.28",
10211 "gpui",
10212 "itertools 0.11.0",
10213 "language",
10214 "project",
10215 "rand 0.8.5",
10216 "search",
10217 "serde",
10218 "serde_json",
10219 "settings",
10220 "shellexpand",
10221 "smol",
10222 "task",
10223 "tasks_ui",
10224 "terminal",
10225 "theme",
10226 "ui",
10227 "util",
10228 "workspace",
10229]
10230
10231[[package]]
10232name = "text"
10233version = "0.1.0"
10234dependencies = [
10235 "anyhow",
10236 "clock",
10237 "collections",
10238 "ctor",
10239 "env_logger",
10240 "gpui",
10241 "http 0.1.0",
10242 "lazy_static",
10243 "log",
10244 "parking_lot",
10245 "postage",
10246 "rand 0.8.5",
10247 "regex",
10248 "rope",
10249 "smallvec",
10250 "sum_tree",
10251 "util",
10252]
10253
10254[[package]]
10255name = "textwrap"
10256version = "0.16.0"
10257source = "registry+https://github.com/rust-lang/crates.io-index"
10258checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
10259
10260[[package]]
10261name = "theme"
10262version = "0.1.0"
10263dependencies = [
10264 "anyhow",
10265 "collections",
10266 "color",
10267 "derive_more",
10268 "fs",
10269 "futures 0.3.28",
10270 "gpui",
10271 "indexmap 1.9.3",
10272 "palette",
10273 "parking_lot",
10274 "refineable",
10275 "schemars",
10276 "serde",
10277 "serde_derive",
10278 "serde_json",
10279 "serde_json_lenient",
10280 "serde_repr",
10281 "settings",
10282 "story",
10283 "util",
10284 "uuid",
10285]
10286
10287[[package]]
10288name = "theme_importer"
10289version = "0.1.0"
10290dependencies = [
10291 "anyhow",
10292 "clap 4.4.4",
10293 "gpui",
10294 "indexmap 1.9.3",
10295 "log",
10296 "palette",
10297 "rust-embed",
10298 "schemars",
10299 "serde",
10300 "serde_json",
10301 "serde_json_lenient",
10302 "simplelog",
10303 "strum",
10304 "theme",
10305 "vscode_theme",
10306]
10307
10308[[package]]
10309name = "theme_selector"
10310version = "0.1.0"
10311dependencies = [
10312 "client",
10313 "feature_flags",
10314 "fs",
10315 "fuzzy",
10316 "gpui",
10317 "log",
10318 "picker",
10319 "serde",
10320 "settings",
10321 "theme",
10322 "ui",
10323 "util",
10324 "workspace",
10325]
10326
10327[[package]]
10328name = "thiserror"
10329version = "1.0.60"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
10332dependencies = [
10333 "thiserror-impl",
10334]
10335
10336[[package]]
10337name = "thiserror-impl"
10338version = "1.0.60"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
10341dependencies = [
10342 "proc-macro2",
10343 "quote",
10344 "syn 2.0.59",
10345]
10346
10347[[package]]
10348name = "thread_local"
10349version = "1.1.7"
10350source = "registry+https://github.com/rust-lang/crates.io-index"
10351checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
10352dependencies = [
10353 "cfg-if",
10354 "once_cell",
10355]
10356
10357[[package]]
10358name = "tiff"
10359version = "0.6.1"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
10362dependencies = [
10363 "jpeg-decoder",
10364 "miniz_oxide 0.4.4",
10365 "weezl",
10366]
10367
10368[[package]]
10369name = "tiktoken-rs"
10370version = "0.5.9"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
10373dependencies = [
10374 "anyhow",
10375 "base64 0.21.7",
10376 "bstr",
10377 "fancy-regex",
10378 "lazy_static",
10379 "parking_lot",
10380 "rustc-hash",
10381]
10382
10383[[package]]
10384name = "time"
10385version = "0.3.28"
10386source = "registry+https://github.com/rust-lang/crates.io-index"
10387checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48"
10388dependencies = [
10389 "deranged",
10390 "itoa",
10391 "serde",
10392 "time-core",
10393 "time-macros",
10394]
10395
10396[[package]]
10397name = "time-core"
10398version = "0.1.1"
10399source = "registry+https://github.com/rust-lang/crates.io-index"
10400checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
10401
10402[[package]]
10403name = "time-macros"
10404version = "0.2.14"
10405source = "registry+https://github.com/rust-lang/crates.io-index"
10406checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572"
10407dependencies = [
10408 "time-core",
10409]
10410
10411[[package]]
10412name = "time_format"
10413version = "0.1.0"
10414dependencies = [
10415 "core-foundation",
10416 "core-foundation-sys 0.8.6",
10417 "sys-locale",
10418 "time",
10419]
10420
10421[[package]]
10422name = "tiny-keccak"
10423version = "2.0.2"
10424source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
10426dependencies = [
10427 "crunchy",
10428]
10429
10430[[package]]
10431name = "tiny-skia"
10432version = "0.11.4"
10433source = "registry+https://github.com/rust-lang/crates.io-index"
10434checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
10435dependencies = [
10436 "arrayref",
10437 "arrayvec",
10438 "bytemuck",
10439 "cfg-if",
10440 "log",
10441 "png 0.17.13",
10442 "tiny-skia-path",
10443]
10444
10445[[package]]
10446name = "tiny-skia-path"
10447version = "0.11.4"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
10450dependencies = [
10451 "arrayref",
10452 "bytemuck",
10453 "strict-num",
10454]
10455
10456[[package]]
10457name = "tiny_http"
10458version = "0.8.2"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
10461dependencies = [
10462 "ascii",
10463 "chrono",
10464 "chunked_transfer",
10465 "log",
10466 "url",
10467]
10468
10469[[package]]
10470name = "tinytemplate"
10471version = "1.2.1"
10472source = "registry+https://github.com/rust-lang/crates.io-index"
10473checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
10474dependencies = [
10475 "serde",
10476 "serde_json",
10477]
10478
10479[[package]]
10480name = "tinyvec"
10481version = "1.6.0"
10482source = "registry+https://github.com/rust-lang/crates.io-index"
10483checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
10484dependencies = [
10485 "tinyvec_macros",
10486]
10487
10488[[package]]
10489name = "tinyvec_macros"
10490version = "0.1.1"
10491source = "registry+https://github.com/rust-lang/crates.io-index"
10492checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
10493
10494[[package]]
10495name = "tokio"
10496version = "1.32.0"
10497source = "registry+https://github.com/rust-lang/crates.io-index"
10498checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
10499dependencies = [
10500 "backtrace",
10501 "bytes 1.5.0",
10502 "libc",
10503 "mio",
10504 "num_cpus",
10505 "parking_lot",
10506 "pin-project-lite",
10507 "signal-hook-registry",
10508 "socket2 0.5.4",
10509 "tokio-macros",
10510 "windows-sys 0.48.0",
10511]
10512
10513[[package]]
10514name = "tokio-io"
10515version = "0.1.13"
10516source = "registry+https://github.com/rust-lang/crates.io-index"
10517checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
10518dependencies = [
10519 "bytes 0.4.12",
10520 "futures 0.1.31",
10521 "log",
10522]
10523
10524[[package]]
10525name = "tokio-macros"
10526version = "2.1.0"
10527source = "registry+https://github.com/rust-lang/crates.io-index"
10528checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
10529dependencies = [
10530 "proc-macro2",
10531 "quote",
10532 "syn 2.0.59",
10533]
10534
10535[[package]]
10536name = "tokio-native-tls"
10537version = "0.3.1"
10538source = "registry+https://github.com/rust-lang/crates.io-index"
10539checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
10540dependencies = [
10541 "native-tls",
10542 "tokio",
10543]
10544
10545[[package]]
10546name = "tokio-rustls"
10547version = "0.24.1"
10548source = "registry+https://github.com/rust-lang/crates.io-index"
10549checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
10550dependencies = [
10551 "rustls",
10552 "tokio",
10553]
10554
10555[[package]]
10556name = "tokio-stream"
10557version = "0.1.14"
10558source = "registry+https://github.com/rust-lang/crates.io-index"
10559checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
10560dependencies = [
10561 "futures-core",
10562 "pin-project-lite",
10563 "tokio",
10564]
10565
10566[[package]]
10567name = "tokio-tungstenite"
10568version = "0.20.1"
10569source = "registry+https://github.com/rust-lang/crates.io-index"
10570checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
10571dependencies = [
10572 "futures-util",
10573 "log",
10574 "tokio",
10575 "tungstenite 0.20.1",
10576]
10577
10578[[package]]
10579name = "tokio-util"
10580version = "0.7.9"
10581source = "registry+https://github.com/rust-lang/crates.io-index"
10582checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
10583dependencies = [
10584 "bytes 1.5.0",
10585 "futures-core",
10586 "futures-io",
10587 "futures-sink",
10588 "pin-project-lite",
10589 "tokio",
10590 "tracing",
10591]
10592
10593[[package]]
10594name = "toml"
10595version = "0.5.11"
10596source = "registry+https://github.com/rust-lang/crates.io-index"
10597checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
10598dependencies = [
10599 "serde",
10600]
10601
10602[[package]]
10603name = "toml"
10604version = "0.7.8"
10605source = "registry+https://github.com/rust-lang/crates.io-index"
10606checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
10607dependencies = [
10608 "serde",
10609 "serde_spanned",
10610 "toml_datetime",
10611 "toml_edit 0.19.15",
10612]
10613
10614[[package]]
10615name = "toml"
10616version = "0.8.10"
10617source = "registry+https://github.com/rust-lang/crates.io-index"
10618checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
10619dependencies = [
10620 "serde",
10621 "serde_spanned",
10622 "toml_datetime",
10623 "toml_edit 0.22.6",
10624]
10625
10626[[package]]
10627name = "toml_datetime"
10628version = "0.6.5"
10629source = "registry+https://github.com/rust-lang/crates.io-index"
10630checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
10631dependencies = [
10632 "serde",
10633]
10634
10635[[package]]
10636name = "toml_edit"
10637version = "0.19.15"
10638source = "registry+https://github.com/rust-lang/crates.io-index"
10639checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
10640dependencies = [
10641 "indexmap 2.0.0",
10642 "serde",
10643 "serde_spanned",
10644 "toml_datetime",
10645 "winnow 0.5.15",
10646]
10647
10648[[package]]
10649name = "toml_edit"
10650version = "0.21.1"
10651source = "registry+https://github.com/rust-lang/crates.io-index"
10652checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
10653dependencies = [
10654 "indexmap 2.0.0",
10655 "toml_datetime",
10656 "winnow 0.5.15",
10657]
10658
10659[[package]]
10660name = "toml_edit"
10661version = "0.22.6"
10662source = "registry+https://github.com/rust-lang/crates.io-index"
10663checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
10664dependencies = [
10665 "indexmap 2.0.0",
10666 "serde",
10667 "serde_spanned",
10668 "toml_datetime",
10669 "winnow 0.6.1",
10670]
10671
10672[[package]]
10673name = "tower"
10674version = "0.4.13"
10675source = "registry+https://github.com/rust-lang/crates.io-index"
10676checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
10677dependencies = [
10678 "futures-core",
10679 "futures-util",
10680 "pin-project",
10681 "pin-project-lite",
10682 "tokio",
10683 "tower-layer",
10684 "tower-service",
10685 "tracing",
10686]
10687
10688[[package]]
10689name = "tower-http"
10690version = "0.3.5"
10691source = "registry+https://github.com/rust-lang/crates.io-index"
10692checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
10693dependencies = [
10694 "bitflags 1.3.2",
10695 "bytes 1.5.0",
10696 "futures-core",
10697 "futures-util",
10698 "http 0.2.9",
10699 "http-body",
10700 "http-range-header",
10701 "pin-project-lite",
10702 "tower-layer",
10703 "tower-service",
10704]
10705
10706[[package]]
10707name = "tower-http"
10708version = "0.4.4"
10709source = "registry+https://github.com/rust-lang/crates.io-index"
10710checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
10711dependencies = [
10712 "bitflags 2.4.2",
10713 "bytes 1.5.0",
10714 "futures-core",
10715 "futures-util",
10716 "http 0.2.9",
10717 "http-body",
10718 "http-range-header",
10719 "pin-project-lite",
10720 "tower-layer",
10721 "tower-service",
10722 "tracing",
10723]
10724
10725[[package]]
10726name = "tower-layer"
10727version = "0.3.2"
10728source = "registry+https://github.com/rust-lang/crates.io-index"
10729checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
10730
10731[[package]]
10732name = "tower-service"
10733version = "0.3.2"
10734source = "registry+https://github.com/rust-lang/crates.io-index"
10735checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
10736
10737[[package]]
10738name = "tracing"
10739version = "0.1.40"
10740source = "registry+https://github.com/rust-lang/crates.io-index"
10741checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
10742dependencies = [
10743 "log",
10744 "pin-project-lite",
10745 "tracing-attributes",
10746 "tracing-core",
10747]
10748
10749[[package]]
10750name = "tracing-attributes"
10751version = "0.1.27"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
10754dependencies = [
10755 "proc-macro2",
10756 "quote",
10757 "syn 2.0.59",
10758]
10759
10760[[package]]
10761name = "tracing-core"
10762version = "0.1.32"
10763source = "registry+https://github.com/rust-lang/crates.io-index"
10764checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
10765dependencies = [
10766 "once_cell",
10767 "valuable",
10768]
10769
10770[[package]]
10771name = "tracing-futures"
10772version = "0.2.5"
10773source = "registry+https://github.com/rust-lang/crates.io-index"
10774checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
10775dependencies = [
10776 "pin-project",
10777 "tracing",
10778]
10779
10780[[package]]
10781name = "tracing-log"
10782version = "0.2.0"
10783source = "registry+https://github.com/rust-lang/crates.io-index"
10784checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
10785dependencies = [
10786 "log",
10787 "once_cell",
10788 "tracing-core",
10789]
10790
10791[[package]]
10792name = "tracing-serde"
10793version = "0.1.3"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
10796dependencies = [
10797 "serde",
10798 "tracing-core",
10799]
10800
10801[[package]]
10802name = "tracing-subscriber"
10803version = "0.3.18"
10804source = "registry+https://github.com/rust-lang/crates.io-index"
10805checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
10806dependencies = [
10807 "matchers",
10808 "nu-ansi-term",
10809 "once_cell",
10810 "regex",
10811 "serde",
10812 "serde_json",
10813 "sharded-slab",
10814 "smallvec",
10815 "thread_local",
10816 "tracing",
10817 "tracing-core",
10818 "tracing-log",
10819 "tracing-serde",
10820]
10821
10822[[package]]
10823name = "tree-sitter"
10824version = "0.20.100"
10825source = "git+https://github.com/tree-sitter/tree-sitter?rev=7b4894ba2ae81b988846676f54c0988d4027ef4f#7b4894ba2ae81b988846676f54c0988d4027ef4f"
10826dependencies = [
10827 "cc",
10828 "regex",
10829 "wasmtime-c-api-impl",
10830]
10831
10832[[package]]
10833name = "tree-sitter-bash"
10834version = "0.20.4"
10835source = "git+https://github.com/tree-sitter/tree-sitter-bash?rev=7331995b19b8f8aba2d5e26deb51d2195c18bc94#7331995b19b8f8aba2d5e26deb51d2195c18bc94"
10836dependencies = [
10837 "cc",
10838 "tree-sitter",
10839]
10840
10841[[package]]
10842name = "tree-sitter-c"
10843version = "0.20.6"
10844source = "registry+https://github.com/rust-lang/crates.io-index"
10845checksum = "30b03bdf218020057abee831581a74bff8c298323d6c6cd1a70556430ded9f4b"
10846dependencies = [
10847 "cc",
10848 "tree-sitter",
10849]
10850
10851[[package]]
10852name = "tree-sitter-cpp"
10853version = "0.20.0"
10854source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=f44509141e7e483323d2ec178f2d2e6c0fc041c1#f44509141e7e483323d2ec178f2d2e6c0fc041c1"
10855dependencies = [
10856 "cc",
10857 "tree-sitter",
10858]
10859
10860[[package]]
10861name = "tree-sitter-css"
10862version = "0.19.0"
10863source = "git+https://github.com/tree-sitter/tree-sitter-css?rev=769203d0f9abe1a9a691ac2b9fe4bb4397a73c51#769203d0f9abe1a9a691ac2b9fe4bb4397a73c51"
10864dependencies = [
10865 "cc",
10866 "tree-sitter",
10867]
10868
10869[[package]]
10870name = "tree-sitter-elixir"
10871version = "0.1.0"
10872source = "git+https://github.com/elixir-lang/tree-sitter-elixir?rev=a2861e88a730287a60c11ea9299c033c7d076e30#a2861e88a730287a60c11ea9299c033c7d076e30"
10873dependencies = [
10874 "cc",
10875 "tree-sitter",
10876]
10877
10878[[package]]
10879name = "tree-sitter-embedded-template"
10880version = "0.20.0"
10881source = "registry+https://github.com/rust-lang/crates.io-index"
10882checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
10883dependencies = [
10884 "cc",
10885 "tree-sitter",
10886]
10887
10888[[package]]
10889name = "tree-sitter-go"
10890version = "0.20.0"
10891source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=b82ab803d887002a0af11f6ce63d72884580bf33#b82ab803d887002a0af11f6ce63d72884580bf33"
10892dependencies = [
10893 "cc",
10894 "tree-sitter",
10895]
10896
10897[[package]]
10898name = "tree-sitter-gomod"
10899version = "1.0.2"
10900source = "git+https://github.com/camdencheek/tree-sitter-go-mod#bbe2fe3be4b87e06a613e685250f473d2267f430"
10901dependencies = [
10902 "cc",
10903 "tree-sitter",
10904]
10905
10906[[package]]
10907name = "tree-sitter-gowork"
10908version = "0.0.1"
10909source = "git+https://github.com/d1y/tree-sitter-go-work#a2a4b99b53b3740855ff33f0b54cab0bb4ce6f45"
10910dependencies = [
10911 "cc",
10912 "tree-sitter",
10913]
10914
10915[[package]]
10916name = "tree-sitter-heex"
10917version = "0.0.1"
10918source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=2e1348c3cf2c9323e87c2744796cf3f3868aa82a#2e1348c3cf2c9323e87c2744796cf3f3868aa82a"
10919dependencies = [
10920 "cc",
10921 "tree-sitter",
10922]
10923
10924[[package]]
10925name = "tree-sitter-html"
10926version = "0.19.0"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
10929dependencies = [
10930 "cc",
10931 "tree-sitter",
10932]
10933
10934[[package]]
10935name = "tree-sitter-jsdoc"
10936version = "0.20.0"
10937source = "git+https://github.com/tree-sitter/tree-sitter-jsdoc?rev=6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55#6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55"
10938dependencies = [
10939 "cc",
10940 "tree-sitter",
10941]
10942
10943[[package]]
10944name = "tree-sitter-json"
10945version = "0.19.0"
10946source = "registry+https://github.com/rust-lang/crates.io-index"
10947checksum = "90b04c4e1a92139535eb9fca4ec8fa9666cc96b618005d3ae35f3c957fa92f92"
10948dependencies = [
10949 "cc",
10950 "tree-sitter",
10951]
10952
10953[[package]]
10954name = "tree-sitter-json"
10955version = "0.20.0"
10956source = "git+https://github.com/tree-sitter/tree-sitter-json?rev=40a81c01a40ac48744e0c8ccabbaba1920441199#40a81c01a40ac48744e0c8ccabbaba1920441199"
10957dependencies = [
10958 "cc",
10959 "tree-sitter",
10960]
10961
10962[[package]]
10963name = "tree-sitter-markdown"
10964version = "0.0.1"
10965source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
10966dependencies = [
10967 "cc",
10968 "tree-sitter",
10969]
10970
10971[[package]]
10972name = "tree-sitter-proto"
10973version = "0.0.2"
10974source = "git+https://github.com/rewinfrey/tree-sitter-proto?rev=36d54f288aee112f13a67b550ad32634d0c2cb52#36d54f288aee112f13a67b550ad32634d0c2cb52"
10975dependencies = [
10976 "cc",
10977 "tree-sitter",
10978]
10979
10980[[package]]
10981name = "tree-sitter-python"
10982version = "0.20.4"
10983source = "registry+https://github.com/rust-lang/crates.io-index"
10984checksum = "e6c93b1b1fbd0d399db3445f51fd3058e43d0b4dcff62ddbdb46e66550978aa5"
10985dependencies = [
10986 "cc",
10987 "tree-sitter",
10988]
10989
10990[[package]]
10991name = "tree-sitter-regex"
10992version = "0.20.0"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "efb5a53e9c990757895476216796b170fd81e4d173d08f8b082279c4e6ff8c5c"
10995dependencies = [
10996 "cc",
10997 "tree-sitter",
10998]
10999
11000[[package]]
11001name = "tree-sitter-ruby"
11002version = "0.20.0"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
11005dependencies = [
11006 "cc",
11007 "tree-sitter",
11008]
11009
11010[[package]]
11011name = "tree-sitter-rust"
11012version = "0.20.4"
11013source = "registry+https://github.com/rust-lang/crates.io-index"
11014checksum = "b0832309b0b2b6d33760ce5c0e818cb47e1d72b468516bfe4134408926fa7594"
11015dependencies = [
11016 "cc",
11017 "tree-sitter",
11018]
11019
11020[[package]]
11021name = "tree-sitter-typescript"
11022version = "0.20.2"
11023source = "git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259#5d20856f34315b068c41edaee2ac8a100081d259"
11024dependencies = [
11025 "cc",
11026 "tree-sitter",
11027]
11028
11029[[package]]
11030name = "tree-sitter-yaml"
11031version = "0.0.1"
11032source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=f545a41f57502e1b5ddf2a6668896c1b0620f930#f545a41f57502e1b5ddf2a6668896c1b0620f930"
11033dependencies = [
11034 "cc",
11035 "tree-sitter",
11036]
11037
11038[[package]]
11039name = "try-lock"
11040version = "0.2.4"
11041source = "registry+https://github.com/rust-lang/crates.io-index"
11042checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
11043
11044[[package]]
11045name = "ttf-parser"
11046version = "0.20.0"
11047source = "registry+https://github.com/rust-lang/crates.io-index"
11048checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
11049
11050[[package]]
11051name = "tungstenite"
11052version = "0.16.0"
11053source = "registry+https://github.com/rust-lang/crates.io-index"
11054checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
11055dependencies = [
11056 "base64 0.13.1",
11057 "byteorder",
11058 "bytes 1.5.0",
11059 "http 0.2.9",
11060 "httparse",
11061 "log",
11062 "native-tls",
11063 "rand 0.8.5",
11064 "sha-1",
11065 "thiserror",
11066 "url",
11067 "utf-8",
11068]
11069
11070[[package]]
11071name = "tungstenite"
11072version = "0.20.1"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
11075dependencies = [
11076 "byteorder",
11077 "bytes 1.5.0",
11078 "data-encoding",
11079 "http 0.2.9",
11080 "httparse",
11081 "log",
11082 "rand 0.8.5",
11083 "sha1",
11084 "thiserror",
11085 "url",
11086 "utf-8",
11087]
11088
11089[[package]]
11090name = "typenum"
11091version = "1.17.0"
11092source = "registry+https://github.com/rust-lang/crates.io-index"
11093checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
11094
11095[[package]]
11096name = "uds_windows"
11097version = "1.1.0"
11098source = "registry+https://github.com/rust-lang/crates.io-index"
11099checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
11100dependencies = [
11101 "memoffset",
11102 "tempfile",
11103 "winapi",
11104]
11105
11106[[package]]
11107name = "ui"
11108version = "0.1.0"
11109dependencies = [
11110 "chrono",
11111 "gpui",
11112 "itertools 0.11.0",
11113 "menu",
11114 "settings",
11115 "smallvec",
11116 "story",
11117 "strum",
11118 "theme",
11119 "windows 0.56.0",
11120]
11121
11122[[package]]
11123name = "ui_text_field"
11124version = "0.1.0"
11125dependencies = [
11126 "editor",
11127 "gpui",
11128 "settings",
11129 "theme",
11130 "ui",
11131]
11132
11133[[package]]
11134name = "unicase"
11135version = "2.7.0"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
11138dependencies = [
11139 "version_check",
11140]
11141
11142[[package]]
11143name = "unicode-bidi"
11144version = "0.3.13"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
11147
11148[[package]]
11149name = "unicode-bidi-mirroring"
11150version = "0.1.0"
11151source = "registry+https://github.com/rust-lang/crates.io-index"
11152checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
11153
11154[[package]]
11155name = "unicode-ccc"
11156version = "0.1.2"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
11159
11160[[package]]
11161name = "unicode-ident"
11162version = "1.0.12"
11163source = "registry+https://github.com/rust-lang/crates.io-index"
11164checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
11165
11166[[package]]
11167name = "unicode-linebreak"
11168version = "0.1.5"
11169source = "registry+https://github.com/rust-lang/crates.io-index"
11170checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
11171
11172[[package]]
11173name = "unicode-normalization"
11174version = "0.1.22"
11175source = "registry+https://github.com/rust-lang/crates.io-index"
11176checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
11177dependencies = [
11178 "tinyvec",
11179]
11180
11181[[package]]
11182name = "unicode-properties"
11183version = "0.1.1"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
11186
11187[[package]]
11188name = "unicode-script"
11189version = "0.5.5"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
11192
11193[[package]]
11194name = "unicode-segmentation"
11195version = "1.10.1"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
11198
11199[[package]]
11200name = "unicode-width"
11201version = "0.1.11"
11202source = "registry+https://github.com/rust-lang/crates.io-index"
11203checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
11204
11205[[package]]
11206name = "unicode-xid"
11207version = "0.2.4"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
11210
11211[[package]]
11212name = "unicode_categories"
11213version = "0.1.1"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
11216
11217[[package]]
11218name = "unindent"
11219version = "0.1.11"
11220source = "registry+https://github.com/rust-lang/crates.io-index"
11221checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
11222
11223[[package]]
11224name = "untrusted"
11225version = "0.9.0"
11226source = "registry+https://github.com/rust-lang/crates.io-index"
11227checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
11228
11229[[package]]
11230name = "url"
11231version = "2.5.0"
11232source = "registry+https://github.com/rust-lang/crates.io-index"
11233checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
11234dependencies = [
11235 "form_urlencoded",
11236 "idna",
11237 "percent-encoding",
11238 "serde",
11239]
11240
11241[[package]]
11242name = "urlencoding"
11243version = "2.1.3"
11244source = "registry+https://github.com/rust-lang/crates.io-index"
11245checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
11246
11247[[package]]
11248name = "usvg"
11249version = "0.41.0"
11250source = "registry+https://github.com/rust-lang/crates.io-index"
11251checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
11252dependencies = [
11253 "base64 0.22.0",
11254 "data-url",
11255 "flate2",
11256 "imagesize",
11257 "kurbo",
11258 "log",
11259 "pico-args",
11260 "roxmltree",
11261 "simplecss",
11262 "siphasher 1.0.1",
11263 "strict-num",
11264 "svgtypes",
11265 "tiny-skia-path",
11266 "xmlwriter",
11267]
11268
11269[[package]]
11270name = "utf-8"
11271version = "0.7.6"
11272source = "registry+https://github.com/rust-lang/crates.io-index"
11273checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
11274
11275[[package]]
11276name = "utf8parse"
11277version = "0.2.1"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
11280
11281[[package]]
11282name = "util"
11283version = "0.1.0"
11284dependencies = [
11285 "anyhow",
11286 "async-fs 1.6.0",
11287 "collections",
11288 "dirs 3.0.2",
11289 "futures 0.3.28",
11290 "futures-lite 1.13.0",
11291 "git2",
11292 "globset",
11293 "lazy_static",
11294 "log",
11295 "rand 0.8.5",
11296 "regex",
11297 "rust-embed",
11298 "serde",
11299 "serde_json",
11300 "take-until",
11301 "tempfile",
11302 "tendril",
11303 "unicase",
11304]
11305
11306[[package]]
11307name = "uuid"
11308version = "1.4.1"
11309source = "registry+https://github.com/rust-lang/crates.io-index"
11310checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
11311dependencies = [
11312 "getrandom 0.2.10",
11313 "serde",
11314 "sha1_smol",
11315]
11316
11317[[package]]
11318name = "valuable"
11319version = "0.1.0"
11320source = "registry+https://github.com/rust-lang/crates.io-index"
11321checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
11322
11323[[package]]
11324name = "value-bag"
11325version = "1.4.1"
11326source = "registry+https://github.com/rust-lang/crates.io-index"
11327checksum = "d92ccd67fb88503048c01b59152a04effd0782d035a83a6d256ce6085f08f4a3"
11328dependencies = [
11329 "value-bag-serde1",
11330 "value-bag-sval2",
11331]
11332
11333[[package]]
11334name = "value-bag-serde1"
11335version = "1.4.1"
11336source = "registry+https://github.com/rust-lang/crates.io-index"
11337checksum = "b0b9f3feef403a50d4d67e9741a6d8fc688bcbb4e4f31bd4aab72cc690284394"
11338dependencies = [
11339 "erased-serde",
11340 "serde",
11341 "serde_fmt",
11342]
11343
11344[[package]]
11345name = "value-bag-sval2"
11346version = "1.4.1"
11347source = "registry+https://github.com/rust-lang/crates.io-index"
11348checksum = "30b24f4146b6f3361e91cbf527d1fb35e9376c3c0cef72ca5ec5af6d640fad7d"
11349dependencies = [
11350 "sval",
11351 "sval_buffer",
11352 "sval_dynamic",
11353 "sval_fmt",
11354 "sval_json",
11355 "sval_ref",
11356 "sval_serde",
11357]
11358
11359[[package]]
11360name = "vcpkg"
11361version = "0.2.15"
11362source = "registry+https://github.com/rust-lang/crates.io-index"
11363checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
11364
11365[[package]]
11366name = "vcs_menu"
11367version = "0.1.0"
11368dependencies = [
11369 "anyhow",
11370 "fuzzy",
11371 "git",
11372 "gpui",
11373 "picker",
11374 "ui",
11375 "util",
11376 "workspace",
11377]
11378
11379[[package]]
11380name = "version_check"
11381version = "0.9.4"
11382source = "registry+https://github.com/rust-lang/crates.io-index"
11383checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
11384
11385[[package]]
11386name = "vim"
11387version = "0.1.0"
11388dependencies = [
11389 "anyhow",
11390 "async-compat",
11391 "async-trait",
11392 "collections",
11393 "command_palette",
11394 "command_palette_hooks",
11395 "editor",
11396 "futures 0.3.28",
11397 "gpui",
11398 "indoc",
11399 "itertools 0.11.0",
11400 "language",
11401 "log",
11402 "lsp",
11403 "multi_buffer",
11404 "nvim-rs",
11405 "parking_lot",
11406 "regex",
11407 "release_channel",
11408 "schemars",
11409 "search",
11410 "serde",
11411 "serde_derive",
11412 "serde_json",
11413 "settings",
11414 "tokio",
11415 "ui",
11416 "util",
11417 "workspace",
11418 "zed_actions",
11419]
11420
11421[[package]]
11422name = "vscode_theme"
11423version = "0.2.0"
11424source = "registry+https://github.com/rust-lang/crates.io-index"
11425checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
11426dependencies = [
11427 "serde",
11428]
11429
11430[[package]]
11431name = "vsimd"
11432version = "0.8.0"
11433source = "registry+https://github.com/rust-lang/crates.io-index"
11434checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
11435
11436[[package]]
11437name = "vswhom"
11438version = "0.1.0"
11439source = "registry+https://github.com/rust-lang/crates.io-index"
11440checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
11441dependencies = [
11442 "libc",
11443 "vswhom-sys",
11444]
11445
11446[[package]]
11447name = "vswhom-sys"
11448version = "0.1.2"
11449source = "registry+https://github.com/rust-lang/crates.io-index"
11450checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
11451dependencies = [
11452 "cc",
11453 "libc",
11454]
11455
11456[[package]]
11457name = "vte"
11458version = "0.13.0"
11459source = "registry+https://github.com/rust-lang/crates.io-index"
11460checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
11461dependencies = [
11462 "bitflags 2.4.2",
11463 "cursor-icon",
11464 "log",
11465 "serde",
11466 "utf8parse",
11467 "vte_generate_state_changes",
11468]
11469
11470[[package]]
11471name = "vte_generate_state_changes"
11472version = "0.1.1"
11473source = "registry+https://github.com/rust-lang/crates.io-index"
11474checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
11475dependencies = [
11476 "proc-macro2",
11477 "quote",
11478]
11479
11480[[package]]
11481name = "waker-fn"
11482version = "1.1.0"
11483source = "registry+https://github.com/rust-lang/crates.io-index"
11484checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
11485
11486[[package]]
11487name = "walkdir"
11488version = "2.5.0"
11489source = "registry+https://github.com/rust-lang/crates.io-index"
11490checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
11491dependencies = [
11492 "same-file",
11493 "winapi-util",
11494]
11495
11496[[package]]
11497name = "want"
11498version = "0.3.1"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
11501dependencies = [
11502 "try-lock",
11503]
11504
11505[[package]]
11506name = "wasi"
11507version = "0.9.0+wasi-snapshot-preview1"
11508source = "registry+https://github.com/rust-lang/crates.io-index"
11509checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
11510
11511[[package]]
11512name = "wasi"
11513version = "0.11.0+wasi-snapshot-preview1"
11514source = "registry+https://github.com/rust-lang/crates.io-index"
11515checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
11516
11517[[package]]
11518name = "wasm-bindgen"
11519version = "0.2.92"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
11522dependencies = [
11523 "cfg-if",
11524 "wasm-bindgen-macro",
11525]
11526
11527[[package]]
11528name = "wasm-bindgen-backend"
11529version = "0.2.92"
11530source = "registry+https://github.com/rust-lang/crates.io-index"
11531checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
11532dependencies = [
11533 "bumpalo",
11534 "log",
11535 "once_cell",
11536 "proc-macro2",
11537 "quote",
11538 "syn 2.0.59",
11539 "wasm-bindgen-shared",
11540]
11541
11542[[package]]
11543name = "wasm-bindgen-futures"
11544version = "0.4.37"
11545source = "registry+https://github.com/rust-lang/crates.io-index"
11546checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
11547dependencies = [
11548 "cfg-if",
11549 "js-sys",
11550 "wasm-bindgen",
11551 "web-sys",
11552]
11553
11554[[package]]
11555name = "wasm-bindgen-macro"
11556version = "0.2.92"
11557source = "registry+https://github.com/rust-lang/crates.io-index"
11558checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
11559dependencies = [
11560 "quote",
11561 "wasm-bindgen-macro-support",
11562]
11563
11564[[package]]
11565name = "wasm-bindgen-macro-support"
11566version = "0.2.92"
11567source = "registry+https://github.com/rust-lang/crates.io-index"
11568checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
11569dependencies = [
11570 "proc-macro2",
11571 "quote",
11572 "syn 2.0.59",
11573 "wasm-bindgen-backend",
11574 "wasm-bindgen-shared",
11575]
11576
11577[[package]]
11578name = "wasm-bindgen-shared"
11579version = "0.2.92"
11580source = "registry+https://github.com/rust-lang/crates.io-index"
11581checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
11582
11583[[package]]
11584name = "wasm-encoder"
11585version = "0.201.0"
11586source = "registry+https://github.com/rust-lang/crates.io-index"
11587checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
11588dependencies = [
11589 "leb128",
11590]
11591
11592[[package]]
11593name = "wasm-metadata"
11594version = "0.201.0"
11595source = "registry+https://github.com/rust-lang/crates.io-index"
11596checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
11597dependencies = [
11598 "anyhow",
11599 "indexmap 2.0.0",
11600 "serde",
11601 "serde_derive",
11602 "serde_json",
11603 "spdx",
11604 "wasm-encoder",
11605 "wasmparser",
11606]
11607
11608[[package]]
11609name = "wasmparser"
11610version = "0.201.0"
11611source = "registry+https://github.com/rust-lang/crates.io-index"
11612checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
11613dependencies = [
11614 "bitflags 2.4.2",
11615 "indexmap 2.0.0",
11616 "semver",
11617]
11618
11619[[package]]
11620name = "wasmprinter"
11621version = "0.201.0"
11622source = "registry+https://github.com/rust-lang/crates.io-index"
11623checksum = "a67e66da702706ba08729a78e3c0079085f6bfcb1a62e4799e97bbf728c2c265"
11624dependencies = [
11625 "anyhow",
11626 "wasmparser",
11627]
11628
11629[[package]]
11630name = "wasmtime"
11631version = "19.0.0"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "6a08af88fa3d324cc5cf6d388d90ef396a787b3fb4bbd51ba185f8645dc0f02c"
11634dependencies = [
11635 "anyhow",
11636 "async-trait",
11637 "bincode",
11638 "bumpalo",
11639 "cfg-if",
11640 "encoding_rs",
11641 "gimli",
11642 "indexmap 2.0.0",
11643 "libc",
11644 "log",
11645 "object",
11646 "once_cell",
11647 "paste",
11648 "rustix 0.38.32",
11649 "semver",
11650 "serde",
11651 "serde_derive",
11652 "serde_json",
11653 "target-lexicon",
11654 "wasmparser",
11655 "wasmtime-component-macro",
11656 "wasmtime-component-util",
11657 "wasmtime-cranelift",
11658 "wasmtime-environ",
11659 "wasmtime-fiber",
11660 "wasmtime-jit-icache-coherence",
11661 "wasmtime-runtime",
11662 "wasmtime-slab",
11663 "wasmtime-winch",
11664 "windows-sys 0.52.0",
11665]
11666
11667[[package]]
11668name = "wasmtime-asm-macros"
11669version = "19.0.0"
11670source = "registry+https://github.com/rust-lang/crates.io-index"
11671checksum = "16cdbfcf28542bcda0b5fd68d44603e53e5ad126cbe7b9f25c130e1249fd8211"
11672dependencies = [
11673 "cfg-if",
11674]
11675
11676[[package]]
11677name = "wasmtime-c-api-impl"
11678version = "19.0.0"
11679source = "registry+https://github.com/rust-lang/crates.io-index"
11680checksum = "67dea28073e105735210b9e932b5e654198d5e28ed31f1314037cd7664ceda2b"
11681dependencies = [
11682 "anyhow",
11683 "log",
11684 "once_cell",
11685 "tracing",
11686 "wasmtime",
11687 "wasmtime-c-api-macros",
11688]
11689
11690[[package]]
11691name = "wasmtime-c-api-macros"
11692version = "19.0.0"
11693source = "registry+https://github.com/rust-lang/crates.io-index"
11694checksum = "0cfe12050fa28b17ab8434ab757fee281dd0d5c7715fa1bc5e4c0b29d1705415"
11695dependencies = [
11696 "proc-macro2",
11697 "quote",
11698]
11699
11700[[package]]
11701name = "wasmtime-component-macro"
11702version = "19.0.0"
11703source = "registry+https://github.com/rust-lang/crates.io-index"
11704checksum = "0cdcf690257c623506eeec3a502864b282aab0fdfd6981c1ebb63c7e98f4a23a"
11705dependencies = [
11706 "anyhow",
11707 "proc-macro2",
11708 "quote",
11709 "syn 2.0.59",
11710 "wasmtime-component-util",
11711 "wasmtime-wit-bindgen",
11712 "wit-parser",
11713]
11714
11715[[package]]
11716name = "wasmtime-component-util"
11717version = "19.0.0"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "ab3ae7bf66e2fae1e332ab3634f332d7422e878a6eecc47c8f8f78cc1f24e501"
11720
11721[[package]]
11722name = "wasmtime-cranelift"
11723version = "19.0.0"
11724source = "registry+https://github.com/rust-lang/crates.io-index"
11725checksum = "67ea025c969a09117818732fa6f96848e858a7953d4659dab8081a6eea3c0523"
11726dependencies = [
11727 "anyhow",
11728 "cfg-if",
11729 "cranelift-codegen",
11730 "cranelift-control",
11731 "cranelift-entity",
11732 "cranelift-frontend",
11733 "cranelift-native",
11734 "cranelift-wasm",
11735 "gimli",
11736 "log",
11737 "object",
11738 "target-lexicon",
11739 "thiserror",
11740 "wasmparser",
11741 "wasmtime-cranelift-shared",
11742 "wasmtime-environ",
11743 "wasmtime-versioned-export-macros",
11744]
11745
11746[[package]]
11747name = "wasmtime-cranelift-shared"
11748version = "19.0.0"
11749source = "registry+https://github.com/rust-lang/crates.io-index"
11750checksum = "dcd6dd2f8d8d4860b384f61f89b597633a5b5f0943c546210e5084c5d321fe20"
11751dependencies = [
11752 "anyhow",
11753 "cranelift-codegen",
11754 "cranelift-control",
11755 "cranelift-native",
11756 "gimli",
11757 "object",
11758 "target-lexicon",
11759 "wasmtime-environ",
11760]
11761
11762[[package]]
11763name = "wasmtime-environ"
11764version = "19.0.0"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "7f60f3f717658dd77745de03b750d5852126e9be6dad465848c77f90387c44c9"
11767dependencies = [
11768 "anyhow",
11769 "bincode",
11770 "cpp_demangle",
11771 "cranelift-entity",
11772 "gimli",
11773 "indexmap 2.0.0",
11774 "log",
11775 "object",
11776 "rustc-demangle",
11777 "serde",
11778 "serde_derive",
11779 "target-lexicon",
11780 "thiserror",
11781 "wasm-encoder",
11782 "wasmparser",
11783 "wasmprinter",
11784 "wasmtime-component-util",
11785 "wasmtime-types",
11786]
11787
11788[[package]]
11789name = "wasmtime-fiber"
11790version = "19.0.0"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "bf8cd22ab1041bf0e54b6283e57824557902e4fed8b1f3a7eef29cbaba89eebf"
11793dependencies = [
11794 "anyhow",
11795 "cc",
11796 "cfg-if",
11797 "rustix 0.38.32",
11798 "wasmtime-asm-macros",
11799 "wasmtime-versioned-export-macros",
11800 "windows-sys 0.52.0",
11801]
11802
11803[[package]]
11804name = "wasmtime-jit-icache-coherence"
11805version = "19.0.0"
11806source = "registry+https://github.com/rust-lang/crates.io-index"
11807checksum = "2796e4b4989db62899d2117e1e0258b839d088c044591b14e3a0396e7b3ae53a"
11808dependencies = [
11809 "cfg-if",
11810 "libc",
11811 "windows-sys 0.52.0",
11812]
11813
11814[[package]]
11815name = "wasmtime-runtime"
11816version = "19.0.0"
11817source = "registry+https://github.com/rust-lang/crates.io-index"
11818checksum = "4bf2b7745df452a4f41b9aab21d3f7ba1347b12da2fdc5241e59306127884a68"
11819dependencies = [
11820 "anyhow",
11821 "cc",
11822 "cfg-if",
11823 "encoding_rs",
11824 "indexmap 2.0.0",
11825 "libc",
11826 "log",
11827 "mach",
11828 "memfd",
11829 "memoffset",
11830 "paste",
11831 "psm",
11832 "rustix 0.38.32",
11833 "sptr",
11834 "wasm-encoder",
11835 "wasmtime-asm-macros",
11836 "wasmtime-environ",
11837 "wasmtime-fiber",
11838 "wasmtime-versioned-export-macros",
11839 "wasmtime-wmemcheck",
11840 "windows-sys 0.52.0",
11841]
11842
11843[[package]]
11844name = "wasmtime-slab"
11845version = "19.0.0"
11846source = "registry+https://github.com/rust-lang/crates.io-index"
11847checksum = "83448ef600ad95977019ebaea84a5516fdbc9561d0a8e26b1e099351f993b527"
11848
11849[[package]]
11850name = "wasmtime-types"
11851version = "19.0.0"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "cf6fe7ed3fd18ed4b1e4465fe5c8674acc9f03523fca5b1b9f975b2560cd741b"
11854dependencies = [
11855 "cranelift-entity",
11856 "serde",
11857 "serde_derive",
11858 "thiserror",
11859 "wasmparser",
11860]
11861
11862[[package]]
11863name = "wasmtime-versioned-export-macros"
11864version = "19.0.0"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "6d6d967f01032da7d4c6303da32f6a00d5efe1bac124b156e7342d8ace6ffdfc"
11867dependencies = [
11868 "proc-macro2",
11869 "quote",
11870 "syn 2.0.59",
11871]
11872
11873[[package]]
11874name = "wasmtime-wasi"
11875version = "19.0.0"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "371d828b6849ea06d598ae7dd1c316e8dd9e99b76f77d93d5886cb25c7f8e188"
11878dependencies = [
11879 "anyhow",
11880 "async-trait",
11881 "bitflags 2.4.2",
11882 "bytes 1.5.0",
11883 "cap-fs-ext",
11884 "cap-net-ext",
11885 "cap-rand",
11886 "cap-std",
11887 "cap-time-ext",
11888 "fs-set-times",
11889 "futures 0.3.28",
11890 "io-extras",
11891 "io-lifetimes 2.0.3",
11892 "once_cell",
11893 "rustix 0.38.32",
11894 "system-interface",
11895 "thiserror",
11896 "tokio",
11897 "tracing",
11898 "url",
11899 "wasmtime",
11900 "wiggle",
11901 "windows-sys 0.52.0",
11902]
11903
11904[[package]]
11905name = "wasmtime-winch"
11906version = "19.0.0"
11907source = "registry+https://github.com/rust-lang/crates.io-index"
11908checksum = "eb8b3fcbc455105760e4a2aa8ee3f39b8357183a62201383b3f72d4836ca2be8"
11909dependencies = [
11910 "anyhow",
11911 "cranelift-codegen",
11912 "gimli",
11913 "object",
11914 "target-lexicon",
11915 "wasmparser",
11916 "wasmtime-cranelift-shared",
11917 "wasmtime-environ",
11918 "winch-codegen",
11919]
11920
11921[[package]]
11922name = "wasmtime-wit-bindgen"
11923version = "19.0.0"
11924source = "registry+https://github.com/rust-lang/crates.io-index"
11925checksum = "96326c9800fb6c099f50d1bd2126d636fc2f96950e1675acf358c0f52516cd38"
11926dependencies = [
11927 "anyhow",
11928 "heck 0.4.1",
11929 "indexmap 2.0.0",
11930 "wit-parser",
11931]
11932
11933[[package]]
11934name = "wasmtime-wmemcheck"
11935version = "19.0.0"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "36bd91a4dc55af0bf55e9e2ab0ea13724cfb5c5a1acdf8873039769208f59490"
11938
11939[[package]]
11940name = "wast"
11941version = "35.0.2"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
11944dependencies = [
11945 "leb128",
11946]
11947
11948[[package]]
11949name = "wayland-backend"
11950version = "0.3.3"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
11953dependencies = [
11954 "cc",
11955 "downcast-rs",
11956 "rustix 0.38.32",
11957 "scoped-tls",
11958 "smallvec",
11959 "wayland-sys",
11960]
11961
11962[[package]]
11963name = "wayland-client"
11964version = "0.31.2"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
11967dependencies = [
11968 "bitflags 2.4.2",
11969 "rustix 0.38.32",
11970 "wayland-backend",
11971 "wayland-scanner",
11972]
11973
11974[[package]]
11975name = "wayland-csd-frame"
11976version = "0.3.0"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
11979dependencies = [
11980 "bitflags 2.4.2",
11981 "cursor-icon",
11982 "wayland-backend",
11983]
11984
11985[[package]]
11986name = "wayland-cursor"
11987version = "0.31.1"
11988source = "registry+https://github.com/rust-lang/crates.io-index"
11989checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
11990dependencies = [
11991 "rustix 0.38.32",
11992 "wayland-client",
11993 "xcursor",
11994]
11995
11996[[package]]
11997name = "wayland-protocols"
11998version = "0.31.2"
11999source = "registry+https://github.com/rust-lang/crates.io-index"
12000checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
12001dependencies = [
12002 "bitflags 2.4.2",
12003 "wayland-backend",
12004 "wayland-client",
12005 "wayland-scanner",
12006]
12007
12008[[package]]
12009name = "wayland-protocols-plasma"
12010version = "0.2.0"
12011source = "registry+https://github.com/rust-lang/crates.io-index"
12012checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
12013dependencies = [
12014 "bitflags 2.4.2",
12015 "wayland-backend",
12016 "wayland-client",
12017 "wayland-protocols",
12018 "wayland-scanner",
12019]
12020
12021[[package]]
12022name = "wayland-protocols-wlr"
12023version = "0.2.0"
12024source = "registry+https://github.com/rust-lang/crates.io-index"
12025checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
12026dependencies = [
12027 "bitflags 2.4.2",
12028 "wayland-backend",
12029 "wayland-client",
12030 "wayland-protocols",
12031 "wayland-scanner",
12032]
12033
12034[[package]]
12035name = "wayland-scanner"
12036version = "0.31.1"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
12039dependencies = [
12040 "proc-macro2",
12041 "quick-xml 0.31.0",
12042 "quote",
12043]
12044
12045[[package]]
12046name = "wayland-sys"
12047version = "0.31.1"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
12050dependencies = [
12051 "dlib",
12052 "log",
12053 "once_cell",
12054 "pkg-config",
12055]
12056
12057[[package]]
12058name = "web-sys"
12059version = "0.3.64"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
12062dependencies = [
12063 "js-sys",
12064 "wasm-bindgen",
12065]
12066
12067[[package]]
12068name = "webpki-roots"
12069version = "0.24.0"
12070source = "registry+https://github.com/rust-lang/crates.io-index"
12071checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
12072dependencies = [
12073 "rustls-webpki",
12074]
12075
12076[[package]]
12077name = "weezl"
12078version = "0.1.8"
12079source = "registry+https://github.com/rust-lang/crates.io-index"
12080checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
12081
12082[[package]]
12083name = "welcome"
12084version = "0.1.0"
12085dependencies = [
12086 "anyhow",
12087 "client",
12088 "db",
12089 "editor",
12090 "extensions_ui",
12091 "fuzzy",
12092 "gpui",
12093 "inline_completion_button",
12094 "install_cli",
12095 "picker",
12096 "project",
12097 "schemars",
12098 "serde",
12099 "settings",
12100 "theme_selector",
12101 "ui",
12102 "util",
12103 "vim",
12104 "workspace",
12105]
12106
12107[[package]]
12108name = "which"
12109version = "4.4.2"
12110source = "registry+https://github.com/rust-lang/crates.io-index"
12111checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
12112dependencies = [
12113 "either",
12114 "home",
12115 "once_cell",
12116 "rustix 0.38.32",
12117]
12118
12119[[package]]
12120name = "which"
12121version = "6.0.0"
12122source = "registry+https://github.com/rust-lang/crates.io-index"
12123checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
12124dependencies = [
12125 "either",
12126 "home",
12127 "once_cell",
12128 "rustix 0.38.32",
12129 "windows-sys 0.52.0",
12130]
12131
12132[[package]]
12133name = "whoami"
12134version = "1.4.1"
12135source = "registry+https://github.com/rust-lang/crates.io-index"
12136checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
12137
12138[[package]]
12139name = "wiggle"
12140version = "19.0.0"
12141source = "registry+https://github.com/rust-lang/crates.io-index"
12142checksum = "ae1136a209614ace00b0c11f04dc7cf42540773be3b22eff6ad165110aba29c1"
12143dependencies = [
12144 "anyhow",
12145 "async-trait",
12146 "bitflags 2.4.2",
12147 "thiserror",
12148 "tracing",
12149 "wasmtime",
12150 "wiggle-macro",
12151]
12152
12153[[package]]
12154name = "wiggle-generate"
12155version = "19.0.0"
12156source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "4c2bd99ce26046f4246d720a4198f6a8fc95bc5da82ae4ef62263e24641c3076"
12158dependencies = [
12159 "anyhow",
12160 "heck 0.4.1",
12161 "proc-macro2",
12162 "quote",
12163 "shellexpand",
12164 "syn 2.0.59",
12165 "witx",
12166]
12167
12168[[package]]
12169name = "wiggle-macro"
12170version = "19.0.0"
12171source = "registry+https://github.com/rust-lang/crates.io-index"
12172checksum = "512d816dbcd0113103b2eb2402ec9018e7f0755202a5b3e67db726f229d8dcae"
12173dependencies = [
12174 "proc-macro2",
12175 "quote",
12176 "syn 2.0.59",
12177 "wiggle-generate",
12178]
12179
12180[[package]]
12181name = "winapi"
12182version = "0.3.9"
12183source = "registry+https://github.com/rust-lang/crates.io-index"
12184checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
12185dependencies = [
12186 "winapi-i686-pc-windows-gnu",
12187 "winapi-x86_64-pc-windows-gnu",
12188]
12189
12190[[package]]
12191name = "winapi-i686-pc-windows-gnu"
12192version = "0.4.0"
12193source = "registry+https://github.com/rust-lang/crates.io-index"
12194checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
12195
12196[[package]]
12197name = "winapi-util"
12198version = "0.1.6"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
12201dependencies = [
12202 "winapi",
12203]
12204
12205[[package]]
12206name = "winapi-x86_64-pc-windows-gnu"
12207version = "0.4.0"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
12210
12211[[package]]
12212name = "winch-codegen"
12213version = "0.17.0"
12214source = "registry+https://github.com/rust-lang/crates.io-index"
12215checksum = "d285c833af9453c037cd220765f86c5c9961e8906a815829107c8801d535b8e4"
12216dependencies = [
12217 "anyhow",
12218 "cranelift-codegen",
12219 "gimli",
12220 "regalloc2",
12221 "smallvec",
12222 "target-lexicon",
12223 "wasmparser",
12224 "wasmtime-environ",
12225]
12226
12227[[package]]
12228name = "windows"
12229version = "0.46.0"
12230source = "registry+https://github.com/rust-lang/crates.io-index"
12231checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
12232dependencies = [
12233 "windows-targets 0.42.2",
12234]
12235
12236[[package]]
12237name = "windows"
12238version = "0.48.0"
12239source = "registry+https://github.com/rust-lang/crates.io-index"
12240checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
12241dependencies = [
12242 "windows-targets 0.48.5",
12243]
12244
12245[[package]]
12246name = "windows"
12247version = "0.52.0"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
12250dependencies = [
12251 "windows-core 0.52.0",
12252 "windows-targets 0.52.5",
12253]
12254
12255[[package]]
12256name = "windows"
12257version = "0.56.0"
12258source = "registry+https://github.com/rust-lang/crates.io-index"
12259checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
12260dependencies = [
12261 "windows-core 0.56.0",
12262 "windows-targets 0.52.5",
12263]
12264
12265[[package]]
12266name = "windows-core"
12267version = "0.52.0"
12268source = "registry+https://github.com/rust-lang/crates.io-index"
12269checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
12270dependencies = [
12271 "windows-targets 0.52.5",
12272]
12273
12274[[package]]
12275name = "windows-core"
12276version = "0.56.0"
12277source = "registry+https://github.com/rust-lang/crates.io-index"
12278checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
12279dependencies = [
12280 "windows-implement",
12281 "windows-interface",
12282 "windows-result",
12283 "windows-targets 0.52.5",
12284]
12285
12286[[package]]
12287name = "windows-implement"
12288version = "0.56.0"
12289source = "registry+https://github.com/rust-lang/crates.io-index"
12290checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
12291dependencies = [
12292 "proc-macro2",
12293 "quote",
12294 "syn 2.0.59",
12295]
12296
12297[[package]]
12298name = "windows-interface"
12299version = "0.56.0"
12300source = "registry+https://github.com/rust-lang/crates.io-index"
12301checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
12302dependencies = [
12303 "proc-macro2",
12304 "quote",
12305 "syn 2.0.59",
12306]
12307
12308[[package]]
12309name = "windows-result"
12310version = "0.1.1"
12311source = "registry+https://github.com/rust-lang/crates.io-index"
12312checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b"
12313dependencies = [
12314 "windows-targets 0.52.5",
12315]
12316
12317[[package]]
12318name = "windows-sys"
12319version = "0.45.0"
12320source = "registry+https://github.com/rust-lang/crates.io-index"
12321checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
12322dependencies = [
12323 "windows-targets 0.42.2",
12324]
12325
12326[[package]]
12327name = "windows-sys"
12328version = "0.48.0"
12329source = "registry+https://github.com/rust-lang/crates.io-index"
12330checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
12331dependencies = [
12332 "windows-targets 0.48.5",
12333]
12334
12335[[package]]
12336name = "windows-sys"
12337version = "0.52.0"
12338source = "registry+https://github.com/rust-lang/crates.io-index"
12339checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
12340dependencies = [
12341 "windows-targets 0.52.5",
12342]
12343
12344[[package]]
12345name = "windows-targets"
12346version = "0.42.2"
12347source = "registry+https://github.com/rust-lang/crates.io-index"
12348checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
12349dependencies = [
12350 "windows_aarch64_gnullvm 0.42.2",
12351 "windows_aarch64_msvc 0.42.2",
12352 "windows_i686_gnu 0.42.2",
12353 "windows_i686_msvc 0.42.2",
12354 "windows_x86_64_gnu 0.42.2",
12355 "windows_x86_64_gnullvm 0.42.2",
12356 "windows_x86_64_msvc 0.42.2",
12357]
12358
12359[[package]]
12360name = "windows-targets"
12361version = "0.48.5"
12362source = "registry+https://github.com/rust-lang/crates.io-index"
12363checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
12364dependencies = [
12365 "windows_aarch64_gnullvm 0.48.5",
12366 "windows_aarch64_msvc 0.48.5",
12367 "windows_i686_gnu 0.48.5",
12368 "windows_i686_msvc 0.48.5",
12369 "windows_x86_64_gnu 0.48.5",
12370 "windows_x86_64_gnullvm 0.48.5",
12371 "windows_x86_64_msvc 0.48.5",
12372]
12373
12374[[package]]
12375name = "windows-targets"
12376version = "0.52.5"
12377source = "registry+https://github.com/rust-lang/crates.io-index"
12378checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
12379dependencies = [
12380 "windows_aarch64_gnullvm 0.52.5",
12381 "windows_aarch64_msvc 0.52.5",
12382 "windows_i686_gnu 0.52.5",
12383 "windows_i686_gnullvm",
12384 "windows_i686_msvc 0.52.5",
12385 "windows_x86_64_gnu 0.52.5",
12386 "windows_x86_64_gnullvm 0.52.5",
12387 "windows_x86_64_msvc 0.52.5",
12388]
12389
12390[[package]]
12391name = "windows_aarch64_gnullvm"
12392version = "0.42.2"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
12395
12396[[package]]
12397name = "windows_aarch64_gnullvm"
12398version = "0.48.5"
12399source = "registry+https://github.com/rust-lang/crates.io-index"
12400checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
12401
12402[[package]]
12403name = "windows_aarch64_gnullvm"
12404version = "0.52.5"
12405source = "registry+https://github.com/rust-lang/crates.io-index"
12406checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
12407
12408[[package]]
12409name = "windows_aarch64_msvc"
12410version = "0.42.2"
12411source = "registry+https://github.com/rust-lang/crates.io-index"
12412checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
12413
12414[[package]]
12415name = "windows_aarch64_msvc"
12416version = "0.48.5"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
12419
12420[[package]]
12421name = "windows_aarch64_msvc"
12422version = "0.52.5"
12423source = "registry+https://github.com/rust-lang/crates.io-index"
12424checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
12425
12426[[package]]
12427name = "windows_i686_gnu"
12428version = "0.42.2"
12429source = "registry+https://github.com/rust-lang/crates.io-index"
12430checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
12431
12432[[package]]
12433name = "windows_i686_gnu"
12434version = "0.48.5"
12435source = "registry+https://github.com/rust-lang/crates.io-index"
12436checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
12437
12438[[package]]
12439name = "windows_i686_gnu"
12440version = "0.52.5"
12441source = "registry+https://github.com/rust-lang/crates.io-index"
12442checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
12443
12444[[package]]
12445name = "windows_i686_gnullvm"
12446version = "0.52.5"
12447source = "registry+https://github.com/rust-lang/crates.io-index"
12448checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
12449
12450[[package]]
12451name = "windows_i686_msvc"
12452version = "0.42.2"
12453source = "registry+https://github.com/rust-lang/crates.io-index"
12454checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
12455
12456[[package]]
12457name = "windows_i686_msvc"
12458version = "0.48.5"
12459source = "registry+https://github.com/rust-lang/crates.io-index"
12460checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
12461
12462[[package]]
12463name = "windows_i686_msvc"
12464version = "0.52.5"
12465source = "registry+https://github.com/rust-lang/crates.io-index"
12466checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
12467
12468[[package]]
12469name = "windows_x86_64_gnu"
12470version = "0.42.2"
12471source = "registry+https://github.com/rust-lang/crates.io-index"
12472checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
12473
12474[[package]]
12475name = "windows_x86_64_gnu"
12476version = "0.48.5"
12477source = "registry+https://github.com/rust-lang/crates.io-index"
12478checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
12479
12480[[package]]
12481name = "windows_x86_64_gnu"
12482version = "0.52.5"
12483source = "registry+https://github.com/rust-lang/crates.io-index"
12484checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
12485
12486[[package]]
12487name = "windows_x86_64_gnullvm"
12488version = "0.42.2"
12489source = "registry+https://github.com/rust-lang/crates.io-index"
12490checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
12491
12492[[package]]
12493name = "windows_x86_64_gnullvm"
12494version = "0.48.5"
12495source = "registry+https://github.com/rust-lang/crates.io-index"
12496checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
12497
12498[[package]]
12499name = "windows_x86_64_gnullvm"
12500version = "0.52.5"
12501source = "registry+https://github.com/rust-lang/crates.io-index"
12502checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
12503
12504[[package]]
12505name = "windows_x86_64_msvc"
12506version = "0.42.2"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
12509
12510[[package]]
12511name = "windows_x86_64_msvc"
12512version = "0.48.5"
12513source = "registry+https://github.com/rust-lang/crates.io-index"
12514checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
12515
12516[[package]]
12517name = "windows_x86_64_msvc"
12518version = "0.52.5"
12519source = "registry+https://github.com/rust-lang/crates.io-index"
12520checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
12521
12522[[package]]
12523name = "winnow"
12524version = "0.5.15"
12525source = "registry+https://github.com/rust-lang/crates.io-index"
12526checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
12527dependencies = [
12528 "memchr",
12529]
12530
12531[[package]]
12532name = "winnow"
12533version = "0.6.1"
12534source = "registry+https://github.com/rust-lang/crates.io-index"
12535checksum = "d90f4e0f530c4c69f62b80d839e9ef3855edc9cba471a160c4d692deed62b401"
12536dependencies = [
12537 "memchr",
12538]
12539
12540[[package]]
12541name = "winreg"
12542version = "0.50.0"
12543source = "registry+https://github.com/rust-lang/crates.io-index"
12544checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
12545dependencies = [
12546 "cfg-if",
12547 "windows-sys 0.48.0",
12548]
12549
12550[[package]]
12551name = "winreg"
12552version = "0.52.0"
12553source = "registry+https://github.com/rust-lang/crates.io-index"
12554checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
12555dependencies = [
12556 "cfg-if",
12557 "windows-sys 0.48.0",
12558]
12559
12560[[package]]
12561name = "winresource"
12562version = "0.1.17"
12563source = "registry+https://github.com/rust-lang/crates.io-index"
12564checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
12565dependencies = [
12566 "toml 0.7.8",
12567 "version_check",
12568]
12569
12570[[package]]
12571name = "winx"
12572version = "0.36.3"
12573source = "registry+https://github.com/rust-lang/crates.io-index"
12574checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
12575dependencies = [
12576 "bitflags 2.4.2",
12577 "windows-sys 0.52.0",
12578]
12579
12580[[package]]
12581name = "wio"
12582version = "0.2.2"
12583source = "registry+https://github.com/rust-lang/crates.io-index"
12584checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
12585dependencies = [
12586 "winapi",
12587]
12588
12589[[package]]
12590name = "wit-bindgen"
12591version = "0.22.0"
12592source = "registry+https://github.com/rust-lang/crates.io-index"
12593checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
12594dependencies = [
12595 "bitflags 2.4.2",
12596 "wit-bindgen-rt",
12597 "wit-bindgen-rust-macro",
12598]
12599
12600[[package]]
12601name = "wit-bindgen-core"
12602version = "0.22.0"
12603source = "registry+https://github.com/rust-lang/crates.io-index"
12604checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
12605dependencies = [
12606 "anyhow",
12607 "wit-parser",
12608]
12609
12610[[package]]
12611name = "wit-bindgen-rt"
12612version = "0.22.0"
12613source = "registry+https://github.com/rust-lang/crates.io-index"
12614checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
12615
12616[[package]]
12617name = "wit-bindgen-rust"
12618version = "0.22.0"
12619source = "registry+https://github.com/rust-lang/crates.io-index"
12620checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
12621dependencies = [
12622 "anyhow",
12623 "heck 0.4.1",
12624 "indexmap 2.0.0",
12625 "wasm-metadata",
12626 "wit-bindgen-core",
12627 "wit-component",
12628]
12629
12630[[package]]
12631name = "wit-bindgen-rust-macro"
12632version = "0.22.0"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
12635dependencies = [
12636 "anyhow",
12637 "proc-macro2",
12638 "quote",
12639 "syn 2.0.59",
12640 "wit-bindgen-core",
12641 "wit-bindgen-rust",
12642]
12643
12644[[package]]
12645name = "wit-component"
12646version = "0.201.0"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
12649dependencies = [
12650 "anyhow",
12651 "bitflags 2.4.2",
12652 "indexmap 2.0.0",
12653 "log",
12654 "serde",
12655 "serde_derive",
12656 "serde_json",
12657 "wasm-encoder",
12658 "wasm-metadata",
12659 "wasmparser",
12660 "wit-parser",
12661]
12662
12663[[package]]
12664name = "wit-parser"
12665version = "0.201.0"
12666source = "registry+https://github.com/rust-lang/crates.io-index"
12667checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
12668dependencies = [
12669 "anyhow",
12670 "id-arena",
12671 "indexmap 2.0.0",
12672 "log",
12673 "semver",
12674 "serde",
12675 "serde_derive",
12676 "serde_json",
12677 "unicode-xid",
12678 "wasmparser",
12679]
12680
12681[[package]]
12682name = "witx"
12683version = "0.9.1"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
12686dependencies = [
12687 "anyhow",
12688 "log",
12689 "thiserror",
12690 "wast",
12691]
12692
12693[[package]]
12694name = "workspace"
12695version = "0.1.0"
12696dependencies = [
12697 "any_vec",
12698 "anyhow",
12699 "async-recursion 1.0.5",
12700 "bincode",
12701 "call",
12702 "client",
12703 "clock",
12704 "collections",
12705 "db",
12706 "derive_more",
12707 "dev_server_projects",
12708 "env_logger",
12709 "fs",
12710 "futures 0.3.28",
12711 "gpui",
12712 "http 0.1.0",
12713 "itertools 0.11.0",
12714 "language",
12715 "lazy_static",
12716 "log",
12717 "node_runtime",
12718 "parking_lot",
12719 "postage",
12720 "project",
12721 "schemars",
12722 "serde",
12723 "serde_json",
12724 "settings",
12725 "smallvec",
12726 "sqlez",
12727 "task",
12728 "theme",
12729 "ui",
12730 "util",
12731 "uuid",
12732]
12733
12734[[package]]
12735name = "worktree"
12736version = "0.1.0"
12737dependencies = [
12738 "anyhow",
12739 "client",
12740 "clock",
12741 "collections",
12742 "fs",
12743 "futures 0.3.28",
12744 "fuzzy",
12745 "git",
12746 "git2",
12747 "gpui",
12748 "http 0.1.0",
12749 "ignore",
12750 "itertools 0.11.0",
12751 "language",
12752 "log",
12753 "lsp",
12754 "parking_lot",
12755 "postage",
12756 "pretty_assertions",
12757 "rand 0.8.5",
12758 "rpc",
12759 "schemars",
12760 "serde",
12761 "serde_json",
12762 "settings",
12763 "smol",
12764 "sum_tree",
12765 "text",
12766 "util",
12767]
12768
12769[[package]]
12770name = "wyz"
12771version = "0.5.1"
12772source = "registry+https://github.com/rust-lang/crates.io-index"
12773checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
12774dependencies = [
12775 "tap",
12776]
12777
12778[[package]]
12779name = "x11-clipboard"
12780version = "0.9.2"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
12783dependencies = [
12784 "libc",
12785 "x11rb",
12786]
12787
12788[[package]]
12789name = "x11rb"
12790version = "0.13.0"
12791source = "registry+https://github.com/rust-lang/crates.io-index"
12792checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
12793dependencies = [
12794 "as-raw-xcb-connection",
12795 "gethostname",
12796 "libc",
12797 "rustix 0.38.32",
12798 "x11rb-protocol",
12799]
12800
12801[[package]]
12802name = "x11rb-protocol"
12803version = "0.13.0"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
12806
12807[[package]]
12808name = "xattr"
12809version = "0.2.3"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
12812dependencies = [
12813 "libc",
12814]
12815
12816[[package]]
12817name = "xcursor"
12818version = "0.3.5"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
12821
12822[[package]]
12823name = "xdg-home"
12824version = "1.1.0"
12825source = "registry+https://github.com/rust-lang/crates.io-index"
12826checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
12827dependencies = [
12828 "libc",
12829 "winapi",
12830]
12831
12832[[package]]
12833name = "xim"
12834version = "0.4.0"
12835source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
12836dependencies = [
12837 "ahash 0.8.8",
12838 "hashbrown 0.14.0",
12839 "log",
12840 "x11rb",
12841 "xim-ctext",
12842 "xim-parser",
12843]
12844
12845[[package]]
12846name = "xim-ctext"
12847version = "0.3.0"
12848source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
12849dependencies = [
12850 "encoding_rs",
12851]
12852
12853[[package]]
12854name = "xim-parser"
12855version = "0.2.1"
12856source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
12857dependencies = [
12858 "bitflags 2.4.2",
12859]
12860
12861[[package]]
12862name = "xkbcommon"
12863version = "0.7.0"
12864source = "registry+https://github.com/rust-lang/crates.io-index"
12865checksum = "13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e"
12866dependencies = [
12867 "as-raw-xcb-connection",
12868 "libc",
12869 "memmap2 0.8.0",
12870 "xkeysym",
12871]
12872
12873[[package]]
12874name = "xkeysym"
12875version = "0.2.0"
12876source = "registry+https://github.com/rust-lang/crates.io-index"
12877checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
12878
12879[[package]]
12880name = "xmlparser"
12881version = "0.13.5"
12882source = "registry+https://github.com/rust-lang/crates.io-index"
12883checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
12884
12885[[package]]
12886name = "xmlwriter"
12887version = "0.1.0"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
12890
12891[[package]]
12892name = "xtask"
12893version = "0.1.0"
12894dependencies = [
12895 "anyhow",
12896 "cargo_toml",
12897 "clap 4.4.4",
12898 "toml 0.8.10",
12899]
12900
12901[[package]]
12902name = "yansi"
12903version = "0.5.1"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
12906
12907[[package]]
12908name = "yazi"
12909version = "0.1.6"
12910source = "registry+https://github.com/rust-lang/crates.io-index"
12911checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
12912
12913[[package]]
12914name = "yeslogic-fontconfig-sys"
12915version = "3.2.0"
12916source = "registry+https://github.com/rust-lang/crates.io-index"
12917checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
12918dependencies = [
12919 "const-cstr",
12920 "dlib",
12921 "once_cell",
12922 "pkg-config",
12923]
12924
12925[[package]]
12926name = "zbus"
12927version = "4.0.1"
12928source = "registry+https://github.com/rust-lang/crates.io-index"
12929checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030"
12930dependencies = [
12931 "async-broadcast",
12932 "async-executor",
12933 "async-fs 2.1.1",
12934 "async-io 2.3.1",
12935 "async-lock 3.3.0",
12936 "async-process 2.1.0",
12937 "async-recursion 1.0.5",
12938 "async-task",
12939 "async-trait",
12940 "blocking",
12941 "derivative",
12942 "enumflags2",
12943 "event-listener 5.1.0",
12944 "futures-core",
12945 "futures-sink",
12946 "futures-util",
12947 "hex",
12948 "nix 0.27.1",
12949 "ordered-stream",
12950 "rand 0.8.5",
12951 "serde",
12952 "serde_repr",
12953 "sha1",
12954 "static_assertions",
12955 "tracing",
12956 "uds_windows",
12957 "windows-sys 0.52.0",
12958 "xdg-home",
12959 "zbus_macros",
12960 "zbus_names",
12961 "zvariant",
12962]
12963
12964[[package]]
12965name = "zbus_macros"
12966version = "4.0.1"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7"
12969dependencies = [
12970 "proc-macro-crate 1.3.1",
12971 "proc-macro2",
12972 "quote",
12973 "regex",
12974 "syn 1.0.109",
12975 "zvariant_utils",
12976]
12977
12978[[package]]
12979name = "zbus_names"
12980version = "3.0.0"
12981source = "registry+https://github.com/rust-lang/crates.io-index"
12982checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
12983dependencies = [
12984 "serde",
12985 "static_assertions",
12986 "zvariant",
12987]
12988
12989[[package]]
12990name = "zed"
12991version = "0.137.0"
12992dependencies = [
12993 "activity_indicator",
12994 "anyhow",
12995 "assets",
12996 "assistant",
12997 "audio",
12998 "auto_update",
12999 "backtrace",
13000 "breadcrumbs",
13001 "call",
13002 "channel",
13003 "chrono",
13004 "clap 4.4.4",
13005 "cli",
13006 "client",
13007 "collab_ui",
13008 "collections",
13009 "command_palette",
13010 "copilot",
13011 "db",
13012 "dev_server_projects",
13013 "diagnostics",
13014 "editor",
13015 "env_logger",
13016 "extension",
13017 "extensions_ui",
13018 "feedback",
13019 "file_finder",
13020 "file_icons",
13021 "fs",
13022 "futures 0.3.28",
13023 "git",
13024 "git_hosting_providers",
13025 "go_to_line",
13026 "gpui",
13027 "headless",
13028 "http 0.1.0",
13029 "image_viewer",
13030 "inline_completion_button",
13031 "install_cli",
13032 "isahc",
13033 "journal",
13034 "language",
13035 "language_selector",
13036 "language_tools",
13037 "languages",
13038 "libc",
13039 "log",
13040 "markdown_preview",
13041 "menu",
13042 "mimalloc",
13043 "nix 0.28.0",
13044 "node_runtime",
13045 "notifications",
13046 "outline",
13047 "parking_lot",
13048 "profiling",
13049 "project",
13050 "project_panel",
13051 "project_symbols",
13052 "quick_action_bar",
13053 "recent_projects",
13054 "release_channel",
13055 "rope",
13056 "search",
13057 "serde",
13058 "serde_json",
13059 "settings",
13060 "simplelog",
13061 "smol",
13062 "supermaven",
13063 "tab_switcher",
13064 "task",
13065 "tasks_ui",
13066 "telemetry_events",
13067 "terminal_view",
13068 "theme",
13069 "theme_selector",
13070 "tree-sitter-rust",
13071 "urlencoding",
13072 "util",
13073 "uuid",
13074 "vim",
13075 "welcome",
13076 "winresource",
13077 "workspace",
13078 "zed_actions",
13079]
13080
13081[[package]]
13082name = "zed_actions"
13083version = "0.1.0"
13084dependencies = [
13085 "gpui",
13086 "serde",
13087]
13088
13089[[package]]
13090name = "zed_astro"
13091version = "0.0.2"
13092dependencies = [
13093 "zed_extension_api 0.0.4",
13094]
13095
13096[[package]]
13097name = "zed_clojure"
13098version = "0.0.2"
13099dependencies = [
13100 "zed_extension_api 0.0.4",
13101]
13102
13103[[package]]
13104name = "zed_csharp"
13105version = "0.0.2"
13106dependencies = [
13107 "zed_extension_api 0.0.4",
13108]
13109
13110[[package]]
13111name = "zed_dart"
13112version = "0.0.2"
13113dependencies = [
13114 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13115]
13116
13117[[package]]
13118name = "zed_deno"
13119version = "0.0.1"
13120dependencies = [
13121 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13122]
13123
13124[[package]]
13125name = "zed_elixir"
13126version = "0.0.4"
13127dependencies = [
13128 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13129]
13130
13131[[package]]
13132name = "zed_elm"
13133version = "0.0.1"
13134dependencies = [
13135 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13136]
13137
13138[[package]]
13139name = "zed_emmet"
13140version = "0.0.3"
13141dependencies = [
13142 "zed_extension_api 0.0.4",
13143]
13144
13145[[package]]
13146name = "zed_erlang"
13147version = "0.0.1"
13148dependencies = [
13149 "zed_extension_api 0.0.4",
13150]
13151
13152[[package]]
13153name = "zed_extension_api"
13154version = "0.0.4"
13155source = "registry+https://github.com/rust-lang/crates.io-index"
13156checksum = "d5c51cad4152bb5eb35b20dccdcbfb36f48d8952a2ed2d3e25b70361007d953b"
13157dependencies = [
13158 "wit-bindgen",
13159]
13160
13161[[package]]
13162name = "zed_extension_api"
13163version = "0.0.6"
13164dependencies = [
13165 "serde",
13166 "serde_json",
13167 "wit-bindgen",
13168]
13169
13170[[package]]
13171name = "zed_extension_api"
13172version = "0.0.6"
13173source = "registry+https://github.com/rust-lang/crates.io-index"
13174checksum = "77ca8bcaea3feb2d2ce9dbeb061ee48365312a351faa7014c417b0365fe9e459"
13175dependencies = [
13176 "serde",
13177 "serde_json",
13178 "wit-bindgen",
13179]
13180
13181[[package]]
13182name = "zed_gleam"
13183version = "0.1.3"
13184dependencies = [
13185 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13186]
13187
13188[[package]]
13189name = "zed_glsl"
13190version = "0.1.0"
13191dependencies = [
13192 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13193]
13194
13195[[package]]
13196name = "zed_haskell"
13197version = "0.1.0"
13198dependencies = [
13199 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13200]
13201
13202[[package]]
13203name = "zed_html"
13204version = "0.0.2"
13205dependencies = [
13206 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13207]
13208
13209[[package]]
13210name = "zed_lua"
13211version = "0.0.2"
13212dependencies = [
13213 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13214]
13215
13216[[package]]
13217name = "zed_ocaml"
13218version = "0.0.1"
13219dependencies = [
13220 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13221]
13222
13223[[package]]
13224name = "zed_php"
13225version = "0.0.3"
13226dependencies = [
13227 "zed_extension_api 0.0.4",
13228]
13229
13230[[package]]
13231name = "zed_prisma"
13232version = "0.0.2"
13233dependencies = [
13234 "zed_extension_api 0.0.4",
13235]
13236
13237[[package]]
13238name = "zed_purescript"
13239version = "0.0.1"
13240dependencies = [
13241 "zed_extension_api 0.0.4",
13242]
13243
13244[[package]]
13245name = "zed_ruby"
13246version = "0.0.3"
13247dependencies = [
13248 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13249]
13250
13251[[package]]
13252name = "zed_svelte"
13253version = "0.0.1"
13254dependencies = [
13255 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13256]
13257
13258[[package]]
13259name = "zed_terraform"
13260version = "0.0.3"
13261dependencies = [
13262 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13263]
13264
13265[[package]]
13266name = "zed_toml"
13267version = "0.1.1"
13268dependencies = [
13269 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13270]
13271
13272[[package]]
13273name = "zed_uiua"
13274version = "0.0.1"
13275dependencies = [
13276 "zed_extension_api 0.0.4",
13277]
13278
13279[[package]]
13280name = "zed_vue"
13281version = "0.0.2"
13282dependencies = [
13283 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13284]
13285
13286[[package]]
13287name = "zed_zig"
13288version = "0.1.2"
13289dependencies = [
13290 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13291]
13292
13293[[package]]
13294name = "zeno"
13295version = "0.2.3"
13296source = "registry+https://github.com/rust-lang/crates.io-index"
13297checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
13298
13299[[package]]
13300name = "zerocopy"
13301version = "0.7.32"
13302source = "registry+https://github.com/rust-lang/crates.io-index"
13303checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
13304dependencies = [
13305 "zerocopy-derive",
13306]
13307
13308[[package]]
13309name = "zerocopy-derive"
13310version = "0.7.32"
13311source = "registry+https://github.com/rust-lang/crates.io-index"
13312checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
13313dependencies = [
13314 "proc-macro2",
13315 "quote",
13316 "syn 2.0.59",
13317]
13318
13319[[package]]
13320name = "zeroize"
13321version = "1.6.0"
13322source = "registry+https://github.com/rust-lang/crates.io-index"
13323checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
13324dependencies = [
13325 "zeroize_derive",
13326]
13327
13328[[package]]
13329name = "zeroize_derive"
13330version = "1.4.2"
13331source = "registry+https://github.com/rust-lang/crates.io-index"
13332checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
13333dependencies = [
13334 "proc-macro2",
13335 "quote",
13336 "syn 2.0.59",
13337]
13338
13339[[package]]
13340name = "zstd"
13341version = "0.11.2+zstd.1.5.2"
13342source = "registry+https://github.com/rust-lang/crates.io-index"
13343checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
13344dependencies = [
13345 "zstd-safe",
13346]
13347
13348[[package]]
13349name = "zstd-safe"
13350version = "5.0.2+zstd.1.5.2"
13351source = "registry+https://github.com/rust-lang/crates.io-index"
13352checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
13353dependencies = [
13354 "libc",
13355 "zstd-sys",
13356]
13357
13358[[package]]
13359name = "zstd-sys"
13360version = "2.0.8+zstd.1.5.5"
13361source = "registry+https://github.com/rust-lang/crates.io-index"
13362checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
13363dependencies = [
13364 "cc",
13365 "libc",
13366 "pkg-config",
13367]
13368
13369[[package]]
13370name = "zvariant"
13371version = "4.0.2"
13372source = "registry+https://github.com/rust-lang/crates.io-index"
13373checksum = "2c1b3ca6db667bfada0f1ebfc94b2b1759ba25472ee5373d4551bb892616389a"
13374dependencies = [
13375 "endi",
13376 "enumflags2",
13377 "serde",
13378 "static_assertions",
13379 "url",
13380 "zvariant_derive",
13381]
13382
13383[[package]]
13384name = "zvariant_derive"
13385version = "4.0.2"
13386source = "registry+https://github.com/rust-lang/crates.io-index"
13387checksum = "b7a4b236063316163b69039f77ce3117accb41a09567fd24c168e43491e521bc"
13388dependencies = [
13389 "proc-macro-crate 3.1.0",
13390 "proc-macro2",
13391 "quote",
13392 "syn 1.0.109",
13393 "zvariant_utils",
13394]
13395
13396[[package]]
13397name = "zvariant_utils"
13398version = "1.1.0"
13399source = "registry+https://github.com/rust-lang/crates.io-index"
13400checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
13401dependencies = [
13402 "proc-macro2",
13403 "quote",
13404 "syn 1.0.109",
13405]