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