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.0-alpha.9"
4975source = "git+https://github.com/meilisearch/heed?rev=036ac23f73a021894974b9adc815bc95b3e0482a#036ac23f73a021894974b9adc815bc95b3e0482a"
4976dependencies = [
4977 "bitflags 2.4.2",
4978 "byteorder",
4979 "heed-traits",
4980 "heed-types",
4981 "libc",
4982 "lmdb-master-sys",
4983 "once_cell",
4984 "page_size",
4985 "serde",
4986 "synchronoise",
4987 "url",
4988]
4989
4990[[package]]
4991name = "heed-traits"
4992version = "0.20.0-alpha.9"
4993source = "git+https://github.com/meilisearch/heed?rev=036ac23f73a021894974b9adc815bc95b3e0482a#036ac23f73a021894974b9adc815bc95b3e0482a"
4994
4995[[package]]
4996name = "heed-types"
4997version = "0.20.0-alpha.9"
4998source = "git+https://github.com/meilisearch/heed?rev=036ac23f73a021894974b9adc815bc95b3e0482a#036ac23f73a021894974b9adc815bc95b3e0482a"
4999dependencies = [
5000 "bincode",
5001 "byteorder",
5002 "heed-traits",
5003 "serde",
5004 "serde_json",
5005]
5006
5007[[package]]
5008name = "hermit-abi"
5009version = "0.1.19"
5010source = "registry+https://github.com/rust-lang/crates.io-index"
5011checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
5012dependencies = [
5013 "libc",
5014]
5015
5016[[package]]
5017name = "hermit-abi"
5018version = "0.3.3"
5019source = "registry+https://github.com/rust-lang/crates.io-index"
5020checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
5021
5022[[package]]
5023name = "hex"
5024version = "0.4.3"
5025source = "registry+https://github.com/rust-lang/crates.io-index"
5026checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5027
5028[[package]]
5029name = "hexf-parse"
5030version = "0.2.1"
5031source = "registry+https://github.com/rust-lang/crates.io-index"
5032checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5033
5034[[package]]
5035name = "hidden-trait"
5036version = "0.1.2"
5037source = "registry+https://github.com/rust-lang/crates.io-index"
5038checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5039dependencies = [
5040 "proc-macro2",
5041 "quote",
5042 "syn 1.0.109",
5043]
5044
5045[[package]]
5046name = "hkdf"
5047version = "0.12.3"
5048source = "registry+https://github.com/rust-lang/crates.io-index"
5049checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
5050dependencies = [
5051 "hmac 0.12.1",
5052]
5053
5054[[package]]
5055name = "hmac"
5056version = "0.11.0"
5057source = "registry+https://github.com/rust-lang/crates.io-index"
5058checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
5059dependencies = [
5060 "crypto-mac",
5061 "digest 0.9.0",
5062]
5063
5064[[package]]
5065name = "hmac"
5066version = "0.12.1"
5067source = "registry+https://github.com/rust-lang/crates.io-index"
5068checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5069dependencies = [
5070 "digest 0.10.7",
5071]
5072
5073[[package]]
5074name = "home"
5075version = "0.5.9"
5076source = "registry+https://github.com/rust-lang/crates.io-index"
5077checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5078dependencies = [
5079 "windows-sys 0.52.0",
5080]
5081
5082[[package]]
5083name = "hound"
5084version = "3.5.0"
5085source = "registry+https://github.com/rust-lang/crates.io-index"
5086checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
5087
5088[[package]]
5089name = "http"
5090version = "0.1.0"
5091dependencies = [
5092 "anyhow",
5093 "futures 0.3.28",
5094 "futures-lite 1.13.0",
5095 "isahc",
5096 "log",
5097 "serde",
5098 "serde_json",
5099 "url",
5100]
5101
5102[[package]]
5103name = "http"
5104version = "0.2.9"
5105source = "registry+https://github.com/rust-lang/crates.io-index"
5106checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
5107dependencies = [
5108 "bytes 1.5.0",
5109 "fnv",
5110 "itoa",
5111]
5112
5113[[package]]
5114name = "http"
5115version = "1.0.0"
5116source = "registry+https://github.com/rust-lang/crates.io-index"
5117checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
5118dependencies = [
5119 "bytes 1.5.0",
5120 "fnv",
5121 "itoa",
5122]
5123
5124[[package]]
5125name = "http-body"
5126version = "0.4.5"
5127source = "registry+https://github.com/rust-lang/crates.io-index"
5128checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
5129dependencies = [
5130 "bytes 1.5.0",
5131 "http 0.2.9",
5132 "pin-project-lite",
5133]
5134
5135[[package]]
5136name = "http-range-header"
5137version = "0.3.1"
5138source = "registry+https://github.com/rust-lang/crates.io-index"
5139checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5140
5141[[package]]
5142name = "httparse"
5143version = "1.8.0"
5144source = "registry+https://github.com/rust-lang/crates.io-index"
5145checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
5146
5147[[package]]
5148name = "httpdate"
5149version = "1.0.3"
5150source = "registry+https://github.com/rust-lang/crates.io-index"
5151checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5152
5153[[package]]
5154name = "human_bytes"
5155version = "0.4.3"
5156source = "registry+https://github.com/rust-lang/crates.io-index"
5157checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5158
5159[[package]]
5160name = "humantime"
5161version = "2.1.0"
5162source = "registry+https://github.com/rust-lang/crates.io-index"
5163checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5164
5165[[package]]
5166name = "hyper"
5167version = "0.14.27"
5168source = "registry+https://github.com/rust-lang/crates.io-index"
5169checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
5170dependencies = [
5171 "bytes 1.5.0",
5172 "futures-channel",
5173 "futures-core",
5174 "futures-util",
5175 "h2",
5176 "http 0.2.9",
5177 "http-body",
5178 "httparse",
5179 "httpdate",
5180 "itoa",
5181 "pin-project-lite",
5182 "socket2 0.4.9",
5183 "tokio",
5184 "tower-service",
5185 "tracing",
5186 "want",
5187]
5188
5189[[package]]
5190name = "hyper-rustls"
5191version = "0.24.2"
5192source = "registry+https://github.com/rust-lang/crates.io-index"
5193checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5194dependencies = [
5195 "futures-util",
5196 "http 0.2.9",
5197 "hyper",
5198 "log",
5199 "rustls",
5200 "rustls-native-certs",
5201 "tokio",
5202 "tokio-rustls",
5203]
5204
5205[[package]]
5206name = "hyper-tls"
5207version = "0.5.0"
5208source = "registry+https://github.com/rust-lang/crates.io-index"
5209checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5210dependencies = [
5211 "bytes 1.5.0",
5212 "hyper",
5213 "native-tls",
5214 "tokio",
5215 "tokio-native-tls",
5216]
5217
5218[[package]]
5219name = "iana-time-zone"
5220version = "0.1.57"
5221source = "registry+https://github.com/rust-lang/crates.io-index"
5222checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
5223dependencies = [
5224 "android_system_properties",
5225 "core-foundation-sys 0.8.6",
5226 "iana-time-zone-haiku",
5227 "js-sys",
5228 "wasm-bindgen",
5229 "windows 0.48.0",
5230]
5231
5232[[package]]
5233name = "iana-time-zone-haiku"
5234version = "0.1.2"
5235source = "registry+https://github.com/rust-lang/crates.io-index"
5236checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5237dependencies = [
5238 "cc",
5239]
5240
5241[[package]]
5242name = "id-arena"
5243version = "2.2.1"
5244source = "registry+https://github.com/rust-lang/crates.io-index"
5245checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
5246
5247[[package]]
5248name = "idna"
5249version = "0.5.0"
5250source = "registry+https://github.com/rust-lang/crates.io-index"
5251checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
5252dependencies = [
5253 "unicode-bidi",
5254 "unicode-normalization",
5255]
5256
5257[[package]]
5258name = "ignore"
5259version = "0.4.22"
5260source = "registry+https://github.com/rust-lang/crates.io-index"
5261checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
5262dependencies = [
5263 "crossbeam-deque",
5264 "globset",
5265 "log",
5266 "memchr",
5267 "regex-automata 0.4.5",
5268 "same-file",
5269 "walkdir",
5270 "winapi-util",
5271]
5272
5273[[package]]
5274name = "image"
5275version = "0.23.14"
5276source = "registry+https://github.com/rust-lang/crates.io-index"
5277checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
5278dependencies = [
5279 "bytemuck",
5280 "byteorder",
5281 "color_quant",
5282 "gif",
5283 "jpeg-decoder",
5284 "num-iter",
5285 "num-rational 0.3.2",
5286 "num-traits",
5287 "png 0.16.8",
5288 "scoped_threadpool",
5289 "tiff",
5290]
5291
5292[[package]]
5293name = "image_viewer"
5294version = "0.1.0"
5295dependencies = [
5296 "anyhow",
5297 "db",
5298 "gpui",
5299 "project",
5300 "ui",
5301 "util",
5302 "workspace",
5303]
5304
5305[[package]]
5306name = "imagesize"
5307version = "0.12.0"
5308source = "registry+https://github.com/rust-lang/crates.io-index"
5309checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
5310
5311[[package]]
5312name = "indexmap"
5313version = "1.9.3"
5314source = "registry+https://github.com/rust-lang/crates.io-index"
5315checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
5316dependencies = [
5317 "autocfg",
5318 "hashbrown 0.12.3",
5319 "serde",
5320]
5321
5322[[package]]
5323name = "indexmap"
5324version = "2.2.6"
5325source = "registry+https://github.com/rust-lang/crates.io-index"
5326checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
5327dependencies = [
5328 "equivalent",
5329 "hashbrown 0.14.5",
5330 "serde",
5331]
5332
5333[[package]]
5334name = "indoc"
5335version = "1.0.9"
5336source = "registry+https://github.com/rust-lang/crates.io-index"
5337checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
5338
5339[[package]]
5340name = "inherent"
5341version = "1.0.10"
5342source = "registry+https://github.com/rust-lang/crates.io-index"
5343checksum = "ce243b1bfa62ffc028f1cc3b6034ec63d649f3031bc8a4fbbb004e1ac17d1f68"
5344dependencies = [
5345 "proc-macro2",
5346 "quote",
5347 "syn 2.0.59",
5348]
5349
5350[[package]]
5351name = "inline_completion_button"
5352version = "0.1.0"
5353dependencies = [
5354 "anyhow",
5355 "copilot",
5356 "editor",
5357 "fs",
5358 "futures 0.3.28",
5359 "gpui",
5360 "indoc",
5361 "language",
5362 "lsp",
5363 "project",
5364 "serde_json",
5365 "settings",
5366 "supermaven",
5367 "theme",
5368 "ui",
5369 "util",
5370 "workspace",
5371 "zed_actions",
5372]
5373
5374[[package]]
5375name = "inotify"
5376version = "0.9.6"
5377source = "registry+https://github.com/rust-lang/crates.io-index"
5378checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
5379dependencies = [
5380 "bitflags 1.3.2",
5381 "inotify-sys",
5382 "libc",
5383]
5384
5385[[package]]
5386name = "inotify-sys"
5387version = "0.1.5"
5388source = "registry+https://github.com/rust-lang/crates.io-index"
5389checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
5390dependencies = [
5391 "libc",
5392]
5393
5394[[package]]
5395name = "inout"
5396version = "0.1.3"
5397source = "registry+https://github.com/rust-lang/crates.io-index"
5398checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
5399dependencies = [
5400 "block-padding",
5401 "generic-array",
5402]
5403
5404[[package]]
5405name = "install_cli"
5406version = "0.1.0"
5407dependencies = [
5408 "anyhow",
5409 "gpui",
5410 "smol",
5411 "util",
5412]
5413
5414[[package]]
5415name = "instant"
5416version = "0.1.12"
5417source = "registry+https://github.com/rust-lang/crates.io-index"
5418checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
5419dependencies = [
5420 "cfg-if",
5421]
5422
5423[[package]]
5424name = "io-extras"
5425version = "0.18.1"
5426source = "registry+https://github.com/rust-lang/crates.io-index"
5427checksum = "c301e73fb90e8a29e600a9f402d095765f74310d582916a952f618836a1bd1ed"
5428dependencies = [
5429 "io-lifetimes 2.0.3",
5430 "windows-sys 0.52.0",
5431]
5432
5433[[package]]
5434name = "io-lifetimes"
5435version = "1.0.11"
5436source = "registry+https://github.com/rust-lang/crates.io-index"
5437checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
5438dependencies = [
5439 "hermit-abi 0.3.3",
5440 "libc",
5441 "windows-sys 0.48.0",
5442]
5443
5444[[package]]
5445name = "io-lifetimes"
5446version = "2.0.3"
5447source = "registry+https://github.com/rust-lang/crates.io-index"
5448checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
5449
5450[[package]]
5451name = "iovec"
5452version = "0.1.4"
5453source = "registry+https://github.com/rust-lang/crates.io-index"
5454checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
5455dependencies = [
5456 "libc",
5457]
5458
5459[[package]]
5460name = "ipc-channel"
5461version = "0.18.0"
5462source = "registry+https://github.com/rust-lang/crates.io-index"
5463checksum = "7ab3a34c91b7e84a72643bd75d1bac3afd241f78f9859fe0b5e5b2a6a75732c2"
5464dependencies = [
5465 "bincode",
5466 "crossbeam-channel",
5467 "fnv",
5468 "lazy_static",
5469 "libc",
5470 "mio",
5471 "rand 0.8.5",
5472 "serde",
5473 "tempfile",
5474 "uuid",
5475 "windows 0.48.0",
5476]
5477
5478[[package]]
5479name = "ipnet"
5480version = "2.8.0"
5481source = "registry+https://github.com/rust-lang/crates.io-index"
5482checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
5483
5484[[package]]
5485name = "is-docker"
5486version = "0.2.0"
5487source = "registry+https://github.com/rust-lang/crates.io-index"
5488checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
5489dependencies = [
5490 "once_cell",
5491]
5492
5493[[package]]
5494name = "is-wsl"
5495version = "0.4.0"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
5498dependencies = [
5499 "is-docker",
5500 "once_cell",
5501]
5502
5503[[package]]
5504name = "isahc"
5505version = "1.7.2"
5506source = "registry+https://github.com/rust-lang/crates.io-index"
5507checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
5508dependencies = [
5509 "async-channel 1.9.0",
5510 "castaway",
5511 "crossbeam-utils",
5512 "curl",
5513 "curl-sys",
5514 "encoding_rs",
5515 "event-listener 2.5.3",
5516 "futures-lite 1.13.0",
5517 "http 0.2.9",
5518 "log",
5519 "mime",
5520 "once_cell",
5521 "polling 2.8.0",
5522 "slab",
5523 "sluice",
5524 "tracing",
5525 "tracing-futures",
5526 "url",
5527 "waker-fn",
5528]
5529
5530[[package]]
5531name = "itertools"
5532version = "0.10.5"
5533source = "registry+https://github.com/rust-lang/crates.io-index"
5534checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
5535dependencies = [
5536 "either",
5537]
5538
5539[[package]]
5540name = "itertools"
5541version = "0.11.0"
5542source = "registry+https://github.com/rust-lang/crates.io-index"
5543checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
5544dependencies = [
5545 "either",
5546]
5547
5548[[package]]
5549name = "itertools"
5550version = "0.12.1"
5551source = "registry+https://github.com/rust-lang/crates.io-index"
5552checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
5553dependencies = [
5554 "either",
5555]
5556
5557[[package]]
5558name = "itoa"
5559version = "1.0.11"
5560source = "registry+https://github.com/rust-lang/crates.io-index"
5561checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
5562
5563[[package]]
5564name = "jni"
5565version = "0.19.0"
5566source = "registry+https://github.com/rust-lang/crates.io-index"
5567checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
5568dependencies = [
5569 "cesu8",
5570 "combine",
5571 "jni-sys",
5572 "log",
5573 "thiserror",
5574 "walkdir",
5575]
5576
5577[[package]]
5578name = "jni"
5579version = "0.20.0"
5580source = "registry+https://github.com/rust-lang/crates.io-index"
5581checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
5582dependencies = [
5583 "cesu8",
5584 "combine",
5585 "jni-sys",
5586 "log",
5587 "thiserror",
5588 "walkdir",
5589]
5590
5591[[package]]
5592name = "jni-sys"
5593version = "0.3.0"
5594source = "registry+https://github.com/rust-lang/crates.io-index"
5595checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
5596
5597[[package]]
5598name = "jobserver"
5599version = "0.1.28"
5600source = "registry+https://github.com/rust-lang/crates.io-index"
5601checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
5602dependencies = [
5603 "libc",
5604]
5605
5606[[package]]
5607name = "journal"
5608version = "0.1.0"
5609dependencies = [
5610 "anyhow",
5611 "chrono",
5612 "editor",
5613 "gpui",
5614 "log",
5615 "schemars",
5616 "serde",
5617 "settings",
5618 "shellexpand",
5619 "workspace",
5620]
5621
5622[[package]]
5623name = "jpeg-decoder"
5624version = "0.1.22"
5625source = "registry+https://github.com/rust-lang/crates.io-index"
5626checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
5627dependencies = [
5628 "rayon",
5629]
5630
5631[[package]]
5632name = "js-sys"
5633version = "0.3.64"
5634source = "registry+https://github.com/rust-lang/crates.io-index"
5635checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
5636dependencies = [
5637 "wasm-bindgen",
5638]
5639
5640[[package]]
5641name = "jwt"
5642version = "0.16.0"
5643source = "registry+https://github.com/rust-lang/crates.io-index"
5644checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
5645dependencies = [
5646 "base64 0.13.1",
5647 "crypto-common",
5648 "digest 0.10.7",
5649 "hmac 0.12.1",
5650 "serde",
5651 "serde_json",
5652 "sha2 0.10.7",
5653]
5654
5655[[package]]
5656name = "khronos-egl"
5657version = "5.0.0"
5658source = "registry+https://github.com/rust-lang/crates.io-index"
5659checksum = "d1382b16c04aeb821453d6215a3c80ba78f24c6595c5aa85653378aabe0c83e3"
5660dependencies = [
5661 "libc",
5662 "libloading 0.8.0",
5663]
5664
5665[[package]]
5666name = "kqueue"
5667version = "1.0.8"
5668source = "registry+https://github.com/rust-lang/crates.io-index"
5669checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
5670dependencies = [
5671 "kqueue-sys",
5672 "libc",
5673]
5674
5675[[package]]
5676name = "kqueue-sys"
5677version = "1.0.4"
5678source = "registry+https://github.com/rust-lang/crates.io-index"
5679checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
5680dependencies = [
5681 "bitflags 1.3.2",
5682 "libc",
5683]
5684
5685[[package]]
5686name = "kurbo"
5687version = "0.11.0"
5688source = "registry+https://github.com/rust-lang/crates.io-index"
5689checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
5690dependencies = [
5691 "arrayvec",
5692 "smallvec",
5693]
5694
5695[[package]]
5696name = "kv-log-macro"
5697version = "1.0.7"
5698source = "registry+https://github.com/rust-lang/crates.io-index"
5699checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
5700dependencies = [
5701 "log",
5702]
5703
5704[[package]]
5705name = "language"
5706version = "0.1.0"
5707dependencies = [
5708 "anyhow",
5709 "async-trait",
5710 "clock",
5711 "collections",
5712 "ctor",
5713 "env_logger",
5714 "futures 0.3.28",
5715 "fuzzy",
5716 "git",
5717 "globset",
5718 "gpui",
5719 "http 0.1.0",
5720 "indoc",
5721 "itertools 0.11.0",
5722 "lazy_static",
5723 "log",
5724 "lsp",
5725 "parking_lot",
5726 "postage",
5727 "pulldown-cmark",
5728 "rand 0.8.5",
5729 "regex",
5730 "rpc",
5731 "schemars",
5732 "serde",
5733 "serde_json",
5734 "settings",
5735 "similar",
5736 "smallvec",
5737 "smol",
5738 "sum_tree",
5739 "task",
5740 "text",
5741 "theme",
5742 "tree-sitter",
5743 "tree-sitter-elixir",
5744 "tree-sitter-embedded-template",
5745 "tree-sitter-heex",
5746 "tree-sitter-html",
5747 "tree-sitter-json 0.20.0",
5748 "tree-sitter-markdown",
5749 "tree-sitter-ruby",
5750 "tree-sitter-rust",
5751 "tree-sitter-typescript",
5752 "unicase",
5753 "unindent",
5754 "util",
5755]
5756
5757[[package]]
5758name = "language_selector"
5759version = "0.1.0"
5760dependencies = [
5761 "anyhow",
5762 "editor",
5763 "fuzzy",
5764 "gpui",
5765 "language",
5766 "picker",
5767 "project",
5768 "ui",
5769 "util",
5770 "workspace",
5771]
5772
5773[[package]]
5774name = "language_tools"
5775version = "0.1.0"
5776dependencies = [
5777 "anyhow",
5778 "client",
5779 "collections",
5780 "copilot",
5781 "editor",
5782 "env_logger",
5783 "futures 0.3.28",
5784 "gpui",
5785 "language",
5786 "lsp",
5787 "project",
5788 "release_channel",
5789 "serde_json",
5790 "settings",
5791 "theme",
5792 "tree-sitter",
5793 "ui",
5794 "util",
5795 "workspace",
5796]
5797
5798[[package]]
5799name = "languages"
5800version = "0.1.0"
5801dependencies = [
5802 "anyhow",
5803 "async-compression",
5804 "async-tar",
5805 "async-trait",
5806 "collections",
5807 "feature_flags",
5808 "futures 0.3.28",
5809 "gpui",
5810 "http 0.1.0",
5811 "language",
5812 "lazy_static",
5813 "log",
5814 "lsp",
5815 "node_runtime",
5816 "project",
5817 "regex",
5818 "rope",
5819 "rust-embed",
5820 "serde",
5821 "serde_json",
5822 "settings",
5823 "smol",
5824 "task",
5825 "text",
5826 "theme",
5827 "toml 0.8.10",
5828 "tree-sitter",
5829 "tree-sitter-bash",
5830 "tree-sitter-c",
5831 "tree-sitter-cpp",
5832 "tree-sitter-css",
5833 "tree-sitter-go",
5834 "tree-sitter-gomod",
5835 "tree-sitter-gowork",
5836 "tree-sitter-jsdoc",
5837 "tree-sitter-json 0.20.0",
5838 "tree-sitter-markdown",
5839 "tree-sitter-proto",
5840 "tree-sitter-python",
5841 "tree-sitter-regex",
5842 "tree-sitter-rust",
5843 "tree-sitter-typescript",
5844 "tree-sitter-yaml",
5845 "unindent",
5846 "util",
5847 "workspace",
5848]
5849
5850[[package]]
5851name = "lazy-bytes-cast"
5852version = "5.0.1"
5853source = "registry+https://github.com/rust-lang/crates.io-index"
5854checksum = "10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b"
5855
5856[[package]]
5857name = "lazy_static"
5858version = "1.4.0"
5859source = "registry+https://github.com/rust-lang/crates.io-index"
5860checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
5861dependencies = [
5862 "spin 0.5.2",
5863]
5864
5865[[package]]
5866name = "lazycell"
5867version = "1.3.0"
5868source = "registry+https://github.com/rust-lang/crates.io-index"
5869checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
5870
5871[[package]]
5872name = "leb128"
5873version = "0.2.5"
5874source = "registry+https://github.com/rust-lang/crates.io-index"
5875checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
5876
5877[[package]]
5878name = "libc"
5879version = "0.2.153"
5880source = "registry+https://github.com/rust-lang/crates.io-index"
5881checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
5882
5883[[package]]
5884name = "libgit2-sys"
5885version = "0.16.2+1.7.2"
5886source = "registry+https://github.com/rust-lang/crates.io-index"
5887checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8"
5888dependencies = [
5889 "cc",
5890 "libc",
5891 "libz-sys",
5892 "pkg-config",
5893]
5894
5895[[package]]
5896name = "libloading"
5897version = "0.7.4"
5898source = "registry+https://github.com/rust-lang/crates.io-index"
5899checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
5900dependencies = [
5901 "cfg-if",
5902 "winapi",
5903]
5904
5905[[package]]
5906name = "libloading"
5907version = "0.8.0"
5908source = "registry+https://github.com/rust-lang/crates.io-index"
5909checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
5910dependencies = [
5911 "cfg-if",
5912 "windows-sys 0.48.0",
5913]
5914
5915[[package]]
5916name = "libm"
5917version = "0.2.8"
5918source = "registry+https://github.com/rust-lang/crates.io-index"
5919checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
5920
5921[[package]]
5922name = "libmimalloc-sys"
5923version = "0.1.37"
5924source = "registry+https://github.com/rust-lang/crates.io-index"
5925checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7"
5926dependencies = [
5927 "cc",
5928 "libc",
5929]
5930
5931[[package]]
5932name = "libsqlite3-sys"
5933version = "0.26.0"
5934source = "registry+https://github.com/rust-lang/crates.io-index"
5935checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
5936dependencies = [
5937 "cc",
5938 "pkg-config",
5939 "vcpkg",
5940]
5941
5942[[package]]
5943name = "libz-sys"
5944version = "1.1.12"
5945source = "registry+https://github.com/rust-lang/crates.io-index"
5946checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
5947dependencies = [
5948 "cc",
5949 "libc",
5950 "pkg-config",
5951 "vcpkg",
5952]
5953
5954[[package]]
5955name = "line-wrap"
5956version = "0.1.1"
5957source = "registry+https://github.com/rust-lang/crates.io-index"
5958checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
5959dependencies = [
5960 "safemem",
5961]
5962
5963[[package]]
5964name = "linked-hash-map"
5965version = "0.5.6"
5966source = "registry+https://github.com/rust-lang/crates.io-index"
5967checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
5968
5969[[package]]
5970name = "linkify"
5971version = "0.10.0"
5972source = "registry+https://github.com/rust-lang/crates.io-index"
5973checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
5974dependencies = [
5975 "memchr",
5976]
5977
5978[[package]]
5979name = "linkme"
5980version = "0.3.17"
5981source = "registry+https://github.com/rust-lang/crates.io-index"
5982checksum = "91ed2ee9464ff9707af8e9ad834cffa4802f072caad90639c583dd3c62e6e608"
5983dependencies = [
5984 "linkme-impl",
5985]
5986
5987[[package]]
5988name = "linkme-impl"
5989version = "0.3.17"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "ba125974b109d512fccbc6c0244e7580143e460895dfd6ea7f8bbb692fd94396"
5992dependencies = [
5993 "proc-macro2",
5994 "quote",
5995 "syn 2.0.59",
5996]
5997
5998[[package]]
5999name = "linux-raw-sys"
6000version = "0.3.8"
6001source = "registry+https://github.com/rust-lang/crates.io-index"
6002checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
6003
6004[[package]]
6005name = "linux-raw-sys"
6006version = "0.4.12"
6007source = "registry+https://github.com/rust-lang/crates.io-index"
6008checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
6009
6010[[package]]
6011name = "live_kit_client"
6012version = "0.1.0"
6013dependencies = [
6014 "anyhow",
6015 "async-broadcast",
6016 "async-trait",
6017 "collections",
6018 "core-foundation",
6019 "futures 0.3.28",
6020 "gpui",
6021 "live_kit_server",
6022 "log",
6023 "media",
6024 "nanoid",
6025 "parking_lot",
6026 "postage",
6027 "serde",
6028 "serde_json",
6029 "sha2 0.10.7",
6030 "simplelog",
6031]
6032
6033[[package]]
6034name = "live_kit_server"
6035version = "0.1.0"
6036dependencies = [
6037 "anyhow",
6038 "async-trait",
6039 "hmac 0.12.1",
6040 "jwt",
6041 "log",
6042 "prost",
6043 "prost-build",
6044 "prost-types",
6045 "reqwest",
6046 "serde",
6047 "sha2 0.10.7",
6048]
6049
6050[[package]]
6051name = "lmdb-master-sys"
6052version = "0.1.0"
6053source = "git+https://github.com/meilisearch/heed?rev=036ac23f73a021894974b9adc815bc95b3e0482a#036ac23f73a021894974b9adc815bc95b3e0482a"
6054dependencies = [
6055 "cc",
6056 "doxygen-rs",
6057 "libc",
6058]
6059
6060[[package]]
6061name = "lock_api"
6062version = "0.4.10"
6063source = "registry+https://github.com/rust-lang/crates.io-index"
6064checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
6065dependencies = [
6066 "autocfg",
6067 "scopeguard",
6068]
6069
6070[[package]]
6071name = "log"
6072version = "0.4.21"
6073source = "registry+https://github.com/rust-lang/crates.io-index"
6074checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
6075dependencies = [
6076 "serde",
6077 "value-bag",
6078]
6079
6080[[package]]
6081name = "lsp"
6082version = "0.1.0"
6083dependencies = [
6084 "anyhow",
6085 "async-pipe",
6086 "collections",
6087 "ctor",
6088 "env_logger",
6089 "futures 0.3.28",
6090 "gpui",
6091 "log",
6092 "lsp-types",
6093 "parking_lot",
6094 "postage",
6095 "release_channel",
6096 "serde",
6097 "serde_json",
6098 "smol",
6099 "util",
6100 "windows 0.56.0",
6101]
6102
6103[[package]]
6104name = "lsp-types"
6105version = "0.95.1"
6106source = "git+https://github.com/zed-industries/lsp-types?branch=apply-snippet-edit#853c7881d200777e20799026651ca36727144646"
6107dependencies = [
6108 "bitflags 1.3.2",
6109 "serde",
6110 "serde_json",
6111 "serde_repr",
6112 "url",
6113]
6114
6115[[package]]
6116name = "lz4"
6117version = "1.24.0"
6118source = "registry+https://github.com/rust-lang/crates.io-index"
6119checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
6120dependencies = [
6121 "libc",
6122 "lz4-sys",
6123]
6124
6125[[package]]
6126name = "lz4-sys"
6127version = "1.9.4"
6128source = "registry+https://github.com/rust-lang/crates.io-index"
6129checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
6130dependencies = [
6131 "cc",
6132 "libc",
6133]
6134
6135[[package]]
6136name = "mac"
6137version = "0.1.1"
6138source = "registry+https://github.com/rust-lang/crates.io-index"
6139checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6140
6141[[package]]
6142name = "mach"
6143version = "0.3.2"
6144source = "registry+https://github.com/rust-lang/crates.io-index"
6145checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
6146dependencies = [
6147 "libc",
6148]
6149
6150[[package]]
6151name = "mach2"
6152version = "0.4.1"
6153source = "registry+https://github.com/rust-lang/crates.io-index"
6154checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
6155dependencies = [
6156 "libc",
6157]
6158
6159[[package]]
6160name = "malloc_buf"
6161version = "0.0.6"
6162source = "registry+https://github.com/rust-lang/crates.io-index"
6163checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6164dependencies = [
6165 "libc",
6166]
6167
6168[[package]]
6169name = "markdown"
6170version = "0.1.0"
6171dependencies = [
6172 "anyhow",
6173 "assets",
6174 "env_logger",
6175 "futures 0.3.28",
6176 "gpui",
6177 "language",
6178 "languages",
6179 "linkify",
6180 "log",
6181 "node_runtime",
6182 "pulldown-cmark",
6183 "settings",
6184 "theme",
6185 "ui",
6186 "util",
6187]
6188
6189[[package]]
6190name = "markdown_preview"
6191version = "0.1.0"
6192dependencies = [
6193 "anyhow",
6194 "async-recursion 1.0.5",
6195 "collections",
6196 "editor",
6197 "gpui",
6198 "language",
6199 "linkify",
6200 "log",
6201 "pretty_assertions",
6202 "pulldown-cmark",
6203 "theme",
6204 "ui",
6205 "workspace",
6206]
6207
6208[[package]]
6209name = "matchers"
6210version = "0.1.0"
6211source = "registry+https://github.com/rust-lang/crates.io-index"
6212checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6213dependencies = [
6214 "regex-automata 0.1.10",
6215]
6216
6217[[package]]
6218name = "matchit"
6219version = "0.7.3"
6220source = "registry+https://github.com/rust-lang/crates.io-index"
6221checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6222
6223[[package]]
6224name = "maybe-owned"
6225version = "0.3.4"
6226source = "registry+https://github.com/rust-lang/crates.io-index"
6227checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6228
6229[[package]]
6230name = "md-5"
6231version = "0.10.5"
6232source = "registry+https://github.com/rust-lang/crates.io-index"
6233checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
6234dependencies = [
6235 "digest 0.10.7",
6236]
6237
6238[[package]]
6239name = "media"
6240version = "0.1.0"
6241dependencies = [
6242 "anyhow",
6243 "bindgen 0.65.1",
6244 "core-foundation",
6245 "foreign-types 0.5.0",
6246 "metal",
6247 "objc",
6248]
6249
6250[[package]]
6251name = "memchr"
6252version = "2.7.2"
6253source = "registry+https://github.com/rust-lang/crates.io-index"
6254checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
6255
6256[[package]]
6257name = "memfd"
6258version = "0.6.4"
6259source = "registry+https://github.com/rust-lang/crates.io-index"
6260checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6261dependencies = [
6262 "rustix 0.38.32",
6263]
6264
6265[[package]]
6266name = "memmap2"
6267version = "0.8.0"
6268source = "registry+https://github.com/rust-lang/crates.io-index"
6269checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
6270dependencies = [
6271 "libc",
6272]
6273
6274[[package]]
6275name = "memmap2"
6276version = "0.9.4"
6277source = "registry+https://github.com/rust-lang/crates.io-index"
6278checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
6279dependencies = [
6280 "libc",
6281]
6282
6283[[package]]
6284name = "memoffset"
6285version = "0.9.0"
6286source = "registry+https://github.com/rust-lang/crates.io-index"
6287checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
6288dependencies = [
6289 "autocfg",
6290]
6291
6292[[package]]
6293name = "menu"
6294version = "0.1.0"
6295dependencies = [
6296 "gpui",
6297 "serde",
6298]
6299
6300[[package]]
6301name = "metal"
6302version = "0.25.0"
6303source = "registry+https://github.com/rust-lang/crates.io-index"
6304checksum = "550b24b0cd4cf923f36bae78eca457b3a10d8a6a14a9c84cb2687b527e6a84af"
6305dependencies = [
6306 "bitflags 1.3.2",
6307 "block",
6308 "core-graphics-types",
6309 "foreign-types 0.5.0",
6310 "log",
6311 "objc",
6312 "paste",
6313]
6314
6315[[package]]
6316name = "mimalloc"
6317version = "0.1.41"
6318source = "registry+https://github.com/rust-lang/crates.io-index"
6319checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d"
6320dependencies = [
6321 "libmimalloc-sys",
6322]
6323
6324[[package]]
6325name = "mime"
6326version = "0.3.17"
6327source = "registry+https://github.com/rust-lang/crates.io-index"
6328checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
6329
6330[[package]]
6331name = "minimal-lexical"
6332version = "0.2.1"
6333source = "registry+https://github.com/rust-lang/crates.io-index"
6334checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
6335
6336[[package]]
6337name = "miniz_oxide"
6338version = "0.3.7"
6339source = "registry+https://github.com/rust-lang/crates.io-index"
6340checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
6341dependencies = [
6342 "adler32",
6343]
6344
6345[[package]]
6346name = "miniz_oxide"
6347version = "0.4.4"
6348source = "registry+https://github.com/rust-lang/crates.io-index"
6349checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
6350dependencies = [
6351 "adler",
6352 "autocfg",
6353]
6354
6355[[package]]
6356name = "miniz_oxide"
6357version = "0.7.1"
6358source = "registry+https://github.com/rust-lang/crates.io-index"
6359checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
6360dependencies = [
6361 "adler",
6362 "simd-adler32",
6363]
6364
6365[[package]]
6366name = "mint"
6367version = "0.5.9"
6368source = "registry+https://github.com/rust-lang/crates.io-index"
6369checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
6370
6371[[package]]
6372name = "mio"
6373version = "0.8.11"
6374source = "registry+https://github.com/rust-lang/crates.io-index"
6375checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
6376dependencies = [
6377 "libc",
6378 "log",
6379 "wasi 0.11.0+wasi-snapshot-preview1",
6380 "windows-sys 0.48.0",
6381]
6382
6383[[package]]
6384name = "miow"
6385version = "0.6.0"
6386source = "registry+https://github.com/rust-lang/crates.io-index"
6387checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
6388dependencies = [
6389 "windows-sys 0.48.0",
6390]
6391
6392[[package]]
6393name = "multi_buffer"
6394version = "0.1.0"
6395dependencies = [
6396 "anyhow",
6397 "clock",
6398 "collections",
6399 "ctor",
6400 "env_logger",
6401 "futures 0.3.28",
6402 "git",
6403 "gpui",
6404 "itertools 0.11.0",
6405 "language",
6406 "log",
6407 "parking_lot",
6408 "rand 0.8.5",
6409 "serde",
6410 "settings",
6411 "smallvec",
6412 "sum_tree",
6413 "text",
6414 "theme",
6415 "util",
6416]
6417
6418[[package]]
6419name = "multimap"
6420version = "0.8.3"
6421source = "registry+https://github.com/rust-lang/crates.io-index"
6422checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
6423
6424[[package]]
6425name = "naga"
6426version = "0.14.2"
6427source = "registry+https://github.com/rust-lang/crates.io-index"
6428checksum = "ae585df4b6514cf8842ac0f1ab4992edc975892704835b549cf818dc0191249e"
6429dependencies = [
6430 "bit-set",
6431 "bitflags 2.4.2",
6432 "codespan-reporting",
6433 "hexf-parse",
6434 "indexmap 2.2.6",
6435 "log",
6436 "num-traits",
6437 "rustc-hash",
6438 "spirv",
6439 "termcolor",
6440 "thiserror",
6441 "unicode-xid",
6442]
6443
6444[[package]]
6445name = "nanoid"
6446version = "0.4.0"
6447source = "registry+https://github.com/rust-lang/crates.io-index"
6448checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
6449dependencies = [
6450 "rand 0.8.5",
6451]
6452
6453[[package]]
6454name = "nanorand"
6455version = "0.7.0"
6456source = "registry+https://github.com/rust-lang/crates.io-index"
6457checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
6458dependencies = [
6459 "getrandom 0.2.10",
6460]
6461
6462[[package]]
6463name = "native-tls"
6464version = "0.2.11"
6465source = "registry+https://github.com/rust-lang/crates.io-index"
6466checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
6467dependencies = [
6468 "lazy_static",
6469 "libc",
6470 "log",
6471 "openssl",
6472 "openssl-probe",
6473 "openssl-sys",
6474 "schannel",
6475 "security-framework",
6476 "security-framework-sys",
6477 "tempfile",
6478]
6479
6480[[package]]
6481name = "ndk"
6482version = "0.7.0"
6483source = "registry+https://github.com/rust-lang/crates.io-index"
6484checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
6485dependencies = [
6486 "bitflags 1.3.2",
6487 "jni-sys",
6488 "ndk-sys",
6489 "num_enum",
6490 "raw-window-handle 0.5.2",
6491 "thiserror",
6492]
6493
6494[[package]]
6495name = "ndk-context"
6496version = "0.1.1"
6497source = "registry+https://github.com/rust-lang/crates.io-index"
6498checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
6499
6500[[package]]
6501name = "ndk-sys"
6502version = "0.4.1+23.1.7779620"
6503source = "registry+https://github.com/rust-lang/crates.io-index"
6504checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
6505dependencies = [
6506 "jni-sys",
6507]
6508
6509[[package]]
6510name = "new_debug_unreachable"
6511version = "1.0.4"
6512source = "registry+https://github.com/rust-lang/crates.io-index"
6513checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
6514
6515[[package]]
6516name = "nix"
6517version = "0.24.3"
6518source = "registry+https://github.com/rust-lang/crates.io-index"
6519checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
6520dependencies = [
6521 "bitflags 1.3.2",
6522 "cfg-if",
6523 "libc",
6524]
6525
6526[[package]]
6527name = "nix"
6528version = "0.27.1"
6529source = "registry+https://github.com/rust-lang/crates.io-index"
6530checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
6531dependencies = [
6532 "bitflags 2.4.2",
6533 "cfg-if",
6534 "libc",
6535 "memoffset",
6536]
6537
6538[[package]]
6539name = "nix"
6540version = "0.28.0"
6541source = "registry+https://github.com/rust-lang/crates.io-index"
6542checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
6543dependencies = [
6544 "bitflags 2.4.2",
6545 "cfg-if",
6546 "cfg_aliases",
6547 "libc",
6548]
6549
6550[[package]]
6551name = "node_runtime"
6552version = "0.1.0"
6553dependencies = [
6554 "anyhow",
6555 "async-compression",
6556 "async-std",
6557 "async-tar",
6558 "async-trait",
6559 "async_zip",
6560 "futures 0.3.28",
6561 "http 0.1.0",
6562 "log",
6563 "semver",
6564 "serde",
6565 "serde_json",
6566 "smol",
6567 "tempfile",
6568 "util",
6569 "walkdir",
6570 "windows 0.56.0",
6571]
6572
6573[[package]]
6574name = "nom"
6575version = "7.1.3"
6576source = "registry+https://github.com/rust-lang/crates.io-index"
6577checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
6578dependencies = [
6579 "memchr",
6580 "minimal-lexical",
6581]
6582
6583[[package]]
6584name = "notifications"
6585version = "0.1.0"
6586dependencies = [
6587 "anyhow",
6588 "channel",
6589 "client",
6590 "collections",
6591 "db",
6592 "gpui",
6593 "rpc",
6594 "settings",
6595 "sum_tree",
6596 "time",
6597 "util",
6598]
6599
6600[[package]]
6601name = "notify"
6602version = "6.1.1"
6603source = "registry+https://github.com/rust-lang/crates.io-index"
6604checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
6605dependencies = [
6606 "bitflags 2.4.2",
6607 "crossbeam-channel",
6608 "filetime",
6609 "fsevent-sys 4.1.0",
6610 "inotify",
6611 "kqueue",
6612 "libc",
6613 "log",
6614 "mio",
6615 "walkdir",
6616 "windows-sys 0.48.0",
6617]
6618
6619[[package]]
6620name = "ntapi"
6621version = "0.4.1"
6622source = "registry+https://github.com/rust-lang/crates.io-index"
6623checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
6624dependencies = [
6625 "winapi",
6626]
6627
6628[[package]]
6629name = "nu-ansi-term"
6630version = "0.46.0"
6631source = "registry+https://github.com/rust-lang/crates.io-index"
6632checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
6633dependencies = [
6634 "overload",
6635 "winapi",
6636]
6637
6638[[package]]
6639name = "num"
6640version = "0.4.1"
6641source = "registry+https://github.com/rust-lang/crates.io-index"
6642checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
6643dependencies = [
6644 "num-bigint",
6645 "num-complex",
6646 "num-integer",
6647 "num-iter",
6648 "num-rational 0.4.1",
6649 "num-traits",
6650]
6651
6652[[package]]
6653name = "num-bigint"
6654version = "0.4.4"
6655source = "registry+https://github.com/rust-lang/crates.io-index"
6656checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
6657dependencies = [
6658 "autocfg",
6659 "num-integer",
6660 "num-traits",
6661]
6662
6663[[package]]
6664name = "num-bigint-dig"
6665version = "0.7.1"
6666source = "registry+https://github.com/rust-lang/crates.io-index"
6667checksum = "f9bc3e36fd683e004fd59c64a425e0e991616f5a8b617c3b9a933a93c168facc"
6668dependencies = [
6669 "byteorder",
6670 "lazy_static",
6671 "libm",
6672 "num-integer",
6673 "num-iter",
6674 "num-traits",
6675 "rand 0.8.5",
6676 "smallvec",
6677 "zeroize",
6678]
6679
6680[[package]]
6681name = "num-bigint-dig"
6682version = "0.8.4"
6683source = "registry+https://github.com/rust-lang/crates.io-index"
6684checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
6685dependencies = [
6686 "byteorder",
6687 "lazy_static",
6688 "libm",
6689 "num-integer",
6690 "num-iter",
6691 "num-traits",
6692 "rand 0.8.5",
6693 "serde",
6694 "smallvec",
6695 "zeroize",
6696]
6697
6698[[package]]
6699name = "num-complex"
6700version = "0.4.4"
6701source = "registry+https://github.com/rust-lang/crates.io-index"
6702checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
6703dependencies = [
6704 "num-traits",
6705]
6706
6707[[package]]
6708name = "num-conv"
6709version = "0.1.0"
6710source = "registry+https://github.com/rust-lang/crates.io-index"
6711checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
6712
6713[[package]]
6714name = "num-derive"
6715version = "0.3.3"
6716source = "registry+https://github.com/rust-lang/crates.io-index"
6717checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
6718dependencies = [
6719 "proc-macro2",
6720 "quote",
6721 "syn 1.0.109",
6722]
6723
6724[[package]]
6725name = "num-integer"
6726version = "0.1.45"
6727source = "registry+https://github.com/rust-lang/crates.io-index"
6728checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
6729dependencies = [
6730 "autocfg",
6731 "num-traits",
6732]
6733
6734[[package]]
6735name = "num-iter"
6736version = "0.1.43"
6737source = "registry+https://github.com/rust-lang/crates.io-index"
6738checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
6739dependencies = [
6740 "autocfg",
6741 "num-integer",
6742 "num-traits",
6743]
6744
6745[[package]]
6746name = "num-rational"
6747version = "0.3.2"
6748source = "registry+https://github.com/rust-lang/crates.io-index"
6749checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
6750dependencies = [
6751 "autocfg",
6752 "num-integer",
6753 "num-traits",
6754]
6755
6756[[package]]
6757name = "num-rational"
6758version = "0.4.1"
6759source = "registry+https://github.com/rust-lang/crates.io-index"
6760checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
6761dependencies = [
6762 "autocfg",
6763 "num-bigint",
6764 "num-integer",
6765 "num-traits",
6766]
6767
6768[[package]]
6769name = "num-traits"
6770version = "0.2.16"
6771source = "registry+https://github.com/rust-lang/crates.io-index"
6772checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
6773dependencies = [
6774 "autocfg",
6775 "libm",
6776]
6777
6778[[package]]
6779name = "num_cpus"
6780version = "1.16.0"
6781source = "registry+https://github.com/rust-lang/crates.io-index"
6782checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
6783dependencies = [
6784 "hermit-abi 0.3.3",
6785 "libc",
6786]
6787
6788[[package]]
6789name = "num_enum"
6790version = "0.5.11"
6791source = "registry+https://github.com/rust-lang/crates.io-index"
6792checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
6793dependencies = [
6794 "num_enum_derive",
6795]
6796
6797[[package]]
6798name = "num_enum_derive"
6799version = "0.5.11"
6800source = "registry+https://github.com/rust-lang/crates.io-index"
6801checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
6802dependencies = [
6803 "proc-macro-crate 1.3.1",
6804 "proc-macro2",
6805 "quote",
6806 "syn 1.0.109",
6807]
6808
6809[[package]]
6810name = "nvim-rs"
6811version = "0.6.0-pre"
6812source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#0d2b1c884f3c39a76b5b7aac0b429f4624843954"
6813dependencies = [
6814 "async-trait",
6815 "futures 0.3.28",
6816 "log",
6817 "parity-tokio-ipc",
6818 "rmp",
6819 "rmpv",
6820 "tokio",
6821 "tokio-util",
6822]
6823
6824[[package]]
6825name = "objc"
6826version = "0.2.7"
6827source = "registry+https://github.com/rust-lang/crates.io-index"
6828checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
6829dependencies = [
6830 "malloc_buf",
6831 "objc_exception",
6832]
6833
6834[[package]]
6835name = "objc-foundation"
6836version = "0.1.1"
6837source = "registry+https://github.com/rust-lang/crates.io-index"
6838checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
6839dependencies = [
6840 "block",
6841 "objc",
6842 "objc_id",
6843]
6844
6845[[package]]
6846name = "objc_exception"
6847version = "0.1.2"
6848source = "registry+https://github.com/rust-lang/crates.io-index"
6849checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
6850dependencies = [
6851 "cc",
6852]
6853
6854[[package]]
6855name = "objc_id"
6856version = "0.1.1"
6857source = "registry+https://github.com/rust-lang/crates.io-index"
6858checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
6859dependencies = [
6860 "objc",
6861]
6862
6863[[package]]
6864name = "object"
6865version = "0.32.1"
6866source = "registry+https://github.com/rust-lang/crates.io-index"
6867checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
6868dependencies = [
6869 "crc32fast",
6870 "hashbrown 0.14.5",
6871 "indexmap 2.2.6",
6872 "memchr",
6873]
6874
6875[[package]]
6876name = "oboe"
6877version = "0.5.0"
6878source = "registry+https://github.com/rust-lang/crates.io-index"
6879checksum = "8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0"
6880dependencies = [
6881 "jni 0.20.0",
6882 "ndk",
6883 "ndk-context",
6884 "num-derive",
6885 "num-traits",
6886 "oboe-sys",
6887]
6888
6889[[package]]
6890name = "oboe-sys"
6891version = "0.5.0"
6892source = "registry+https://github.com/rust-lang/crates.io-index"
6893checksum = "7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2"
6894dependencies = [
6895 "cc",
6896]
6897
6898[[package]]
6899name = "once_cell"
6900version = "1.19.0"
6901source = "registry+https://github.com/rust-lang/crates.io-index"
6902checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
6903
6904[[package]]
6905name = "oo7"
6906version = "0.3.0"
6907source = "registry+https://github.com/rust-lang/crates.io-index"
6908checksum = "37558cac1af63a81fd2ff7f3469c02a4da06b163c5671791553b8dac10f07c82"
6909dependencies = [
6910 "aes",
6911 "async-fs 2.1.1",
6912 "async-io 2.3.1",
6913 "async-lock 3.3.0",
6914 "blocking",
6915 "cbc",
6916 "cipher 0.4.4",
6917 "digest 0.10.7",
6918 "futures-lite 2.2.0",
6919 "futures-util",
6920 "hkdf",
6921 "hmac 0.12.1",
6922 "num",
6923 "num-bigint-dig 0.8.4",
6924 "pbkdf2 0.12.2",
6925 "rand 0.8.5",
6926 "serde",
6927 "sha2 0.10.7",
6928 "zbus",
6929 "zeroize",
6930 "zvariant",
6931]
6932
6933[[package]]
6934name = "oorandom"
6935version = "11.1.3"
6936source = "registry+https://github.com/rust-lang/crates.io-index"
6937checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
6938
6939[[package]]
6940name = "opaque-debug"
6941version = "0.3.0"
6942source = "registry+https://github.com/rust-lang/crates.io-index"
6943checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
6944
6945[[package]]
6946name = "open"
6947version = "5.1.2"
6948source = "registry+https://github.com/rust-lang/crates.io-index"
6949checksum = "449f0ff855d85ddbf1edd5b646d65249ead3f5e422aaa86b7d2d0b049b103e32"
6950dependencies = [
6951 "is-wsl",
6952 "libc",
6953 "pathdiff",
6954]
6955
6956[[package]]
6957name = "open_ai"
6958version = "0.1.0"
6959dependencies = [
6960 "anyhow",
6961 "futures 0.3.28",
6962 "http 0.1.0",
6963 "isahc",
6964 "schemars",
6965 "serde",
6966 "serde_json",
6967]
6968
6969[[package]]
6970name = "openssl"
6971version = "0.10.57"
6972source = "registry+https://github.com/rust-lang/crates.io-index"
6973checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
6974dependencies = [
6975 "bitflags 2.4.2",
6976 "cfg-if",
6977 "foreign-types 0.3.2",
6978 "libc",
6979 "once_cell",
6980 "openssl-macros",
6981 "openssl-sys",
6982]
6983
6984[[package]]
6985name = "openssl-macros"
6986version = "0.1.1"
6987source = "registry+https://github.com/rust-lang/crates.io-index"
6988checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
6989dependencies = [
6990 "proc-macro2",
6991 "quote",
6992 "syn 2.0.59",
6993]
6994
6995[[package]]
6996name = "openssl-probe"
6997version = "0.1.5"
6998source = "registry+https://github.com/rust-lang/crates.io-index"
6999checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
7000
7001[[package]]
7002name = "openssl-src"
7003version = "300.2.3+3.2.1"
7004source = "registry+https://github.com/rust-lang/crates.io-index"
7005checksum = "5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843"
7006dependencies = [
7007 "cc",
7008]
7009
7010[[package]]
7011name = "openssl-sys"
7012version = "0.9.93"
7013source = "registry+https://github.com/rust-lang/crates.io-index"
7014checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
7015dependencies = [
7016 "cc",
7017 "libc",
7018 "openssl-src",
7019 "pkg-config",
7020 "vcpkg",
7021]
7022
7023[[package]]
7024name = "ordered-float"
7025version = "2.10.0"
7026source = "registry+https://github.com/rust-lang/crates.io-index"
7027checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
7028dependencies = [
7029 "num-traits",
7030]
7031
7032[[package]]
7033name = "ordered-float"
7034version = "3.9.1"
7035source = "registry+https://github.com/rust-lang/crates.io-index"
7036checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06"
7037dependencies = [
7038 "num-traits",
7039]
7040
7041[[package]]
7042name = "ordered-stream"
7043version = "0.2.0"
7044source = "registry+https://github.com/rust-lang/crates.io-index"
7045checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
7046dependencies = [
7047 "futures-core",
7048 "pin-project-lite",
7049]
7050
7051[[package]]
7052name = "os_str_bytes"
7053version = "6.5.1"
7054source = "registry+https://github.com/rust-lang/crates.io-index"
7055checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
7056
7057[[package]]
7058name = "ouroboros"
7059version = "0.17.2"
7060source = "registry+https://github.com/rust-lang/crates.io-index"
7061checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
7062dependencies = [
7063 "aliasable",
7064 "ouroboros_macro",
7065 "static_assertions",
7066]
7067
7068[[package]]
7069name = "ouroboros_macro"
7070version = "0.17.2"
7071source = "registry+https://github.com/rust-lang/crates.io-index"
7072checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7073dependencies = [
7074 "heck 0.4.1",
7075 "proc-macro-error",
7076 "proc-macro2",
7077 "quote",
7078 "syn 2.0.59",
7079]
7080
7081[[package]]
7082name = "outline"
7083version = "0.1.0"
7084dependencies = [
7085 "editor",
7086 "fuzzy",
7087 "gpui",
7088 "indoc",
7089 "language",
7090 "menu",
7091 "ordered-float 2.10.0",
7092 "picker",
7093 "project",
7094 "rope",
7095 "serde_json",
7096 "settings",
7097 "smol",
7098 "theme",
7099 "tree-sitter-rust",
7100 "tree-sitter-typescript",
7101 "ui",
7102 "util",
7103 "workspace",
7104]
7105
7106[[package]]
7107name = "outref"
7108version = "0.5.1"
7109source = "registry+https://github.com/rust-lang/crates.io-index"
7110checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
7111
7112[[package]]
7113name = "overload"
7114version = "0.1.1"
7115source = "registry+https://github.com/rust-lang/crates.io-index"
7116checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
7117
7118[[package]]
7119name = "p256"
7120version = "0.11.1"
7121source = "registry+https://github.com/rust-lang/crates.io-index"
7122checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
7123dependencies = [
7124 "ecdsa",
7125 "elliptic-curve",
7126 "sha2 0.10.7",
7127]
7128
7129[[package]]
7130name = "page_size"
7131version = "0.6.0"
7132source = "registry+https://github.com/rust-lang/crates.io-index"
7133checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
7134dependencies = [
7135 "libc",
7136 "winapi",
7137]
7138
7139[[package]]
7140name = "palette"
7141version = "0.7.5"
7142source = "registry+https://github.com/rust-lang/crates.io-index"
7143checksum = "ebfc23a4b76642983d57e4ad00bb4504eb30a8ce3c70f4aee1f725610e36d97a"
7144dependencies = [
7145 "approx",
7146 "fast-srgb8",
7147 "palette_derive",
7148]
7149
7150[[package]]
7151name = "palette_derive"
7152version = "0.7.5"
7153source = "registry+https://github.com/rust-lang/crates.io-index"
7154checksum = "e8890702dbec0bad9116041ae586f84805b13eecd1d8b1df27c29998a9969d6d"
7155dependencies = [
7156 "proc-macro2",
7157 "quote",
7158 "syn 2.0.59",
7159]
7160
7161[[package]]
7162name = "parity-tokio-ipc"
7163version = "0.9.0"
7164source = "registry+https://github.com/rust-lang/crates.io-index"
7165checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
7166dependencies = [
7167 "futures 0.3.28",
7168 "libc",
7169 "log",
7170 "rand 0.7.3",
7171 "tokio",
7172 "winapi",
7173]
7174
7175[[package]]
7176name = "parking"
7177version = "2.2.0"
7178source = "registry+https://github.com/rust-lang/crates.io-index"
7179checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
7180
7181[[package]]
7182name = "parking_lot"
7183version = "0.12.1"
7184source = "registry+https://github.com/rust-lang/crates.io-index"
7185checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
7186dependencies = [
7187 "lock_api",
7188 "parking_lot_core",
7189]
7190
7191[[package]]
7192name = "parking_lot_core"
7193version = "0.9.8"
7194source = "registry+https://github.com/rust-lang/crates.io-index"
7195checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
7196dependencies = [
7197 "cfg-if",
7198 "libc",
7199 "redox_syscall 0.3.5",
7200 "smallvec",
7201 "windows-targets 0.48.5",
7202]
7203
7204[[package]]
7205name = "password-hash"
7206version = "0.2.1"
7207source = "registry+https://github.com/rust-lang/crates.io-index"
7208checksum = "c1a5d4e9c205d2c1ae73b84aab6240e98218c0e72e63b50422cfb2d1ca952282"
7209dependencies = [
7210 "base64ct",
7211 "rand_core 0.6.4",
7212 "subtle",
7213]
7214
7215[[package]]
7216name = "paste"
7217version = "1.0.14"
7218source = "registry+https://github.com/rust-lang/crates.io-index"
7219checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
7220
7221[[package]]
7222name = "pathdiff"
7223version = "0.2.1"
7224source = "registry+https://github.com/rust-lang/crates.io-index"
7225checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
7226
7227[[package]]
7228name = "pathfinder_geometry"
7229version = "0.5.1"
7230source = "registry+https://github.com/rust-lang/crates.io-index"
7231checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
7232dependencies = [
7233 "log",
7234 "pathfinder_simd",
7235]
7236
7237[[package]]
7238name = "pathfinder_simd"
7239version = "0.5.3"
7240source = "git+https://github.com/servo/pathfinder.git?rev=30419d07660dc11a21e42ef4a7fa329600cff152#30419d07660dc11a21e42ef4a7fa329600cff152"
7241dependencies = [
7242 "rustc_version",
7243]
7244
7245[[package]]
7246name = "pbkdf2"
7247version = "0.8.0"
7248source = "registry+https://github.com/rust-lang/crates.io-index"
7249checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
7250dependencies = [
7251 "crypto-mac",
7252]
7253
7254[[package]]
7255name = "pbkdf2"
7256version = "0.12.2"
7257source = "registry+https://github.com/rust-lang/crates.io-index"
7258checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
7259dependencies = [
7260 "digest 0.10.7",
7261 "hmac 0.12.1",
7262]
7263
7264[[package]]
7265name = "peeking_take_while"
7266version = "0.1.2"
7267source = "registry+https://github.com/rust-lang/crates.io-index"
7268checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
7269
7270[[package]]
7271name = "pem"
7272version = "0.8.3"
7273source = "registry+https://github.com/rust-lang/crates.io-index"
7274checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
7275dependencies = [
7276 "base64 0.13.1",
7277 "once_cell",
7278 "regex",
7279]
7280
7281[[package]]
7282name = "pem-rfc7468"
7283version = "0.7.0"
7284source = "registry+https://github.com/rust-lang/crates.io-index"
7285checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
7286dependencies = [
7287 "base64ct",
7288]
7289
7290[[package]]
7291name = "percent-encoding"
7292version = "2.3.1"
7293source = "registry+https://github.com/rust-lang/crates.io-index"
7294checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
7295
7296[[package]]
7297name = "petgraph"
7298version = "0.6.4"
7299source = "registry+https://github.com/rust-lang/crates.io-index"
7300checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
7301dependencies = [
7302 "fixedbitset",
7303 "indexmap 2.2.6",
7304]
7305
7306[[package]]
7307name = "phf"
7308version = "0.11.2"
7309source = "registry+https://github.com/rust-lang/crates.io-index"
7310checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
7311dependencies = [
7312 "phf_macros",
7313 "phf_shared",
7314]
7315
7316[[package]]
7317name = "phf_generator"
7318version = "0.11.2"
7319source = "registry+https://github.com/rust-lang/crates.io-index"
7320checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
7321dependencies = [
7322 "phf_shared",
7323 "rand 0.8.5",
7324]
7325
7326[[package]]
7327name = "phf_macros"
7328version = "0.11.2"
7329source = "registry+https://github.com/rust-lang/crates.io-index"
7330checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
7331dependencies = [
7332 "phf_generator",
7333 "phf_shared",
7334 "proc-macro2",
7335 "quote",
7336 "syn 2.0.59",
7337]
7338
7339[[package]]
7340name = "phf_shared"
7341version = "0.11.2"
7342source = "registry+https://github.com/rust-lang/crates.io-index"
7343checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
7344dependencies = [
7345 "siphasher 0.3.11",
7346]
7347
7348[[package]]
7349name = "picker"
7350version = "0.1.0"
7351dependencies = [
7352 "anyhow",
7353 "ctor",
7354 "editor",
7355 "env_logger",
7356 "gpui",
7357 "menu",
7358 "serde",
7359 "serde_json",
7360 "ui",
7361 "workspace",
7362]
7363
7364[[package]]
7365name = "pico-args"
7366version = "0.5.0"
7367source = "registry+https://github.com/rust-lang/crates.io-index"
7368checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
7369
7370[[package]]
7371name = "pin-project"
7372version = "1.1.3"
7373source = "registry+https://github.com/rust-lang/crates.io-index"
7374checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
7375dependencies = [
7376 "pin-project-internal",
7377]
7378
7379[[package]]
7380name = "pin-project-internal"
7381version = "1.1.3"
7382source = "registry+https://github.com/rust-lang/crates.io-index"
7383checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
7384dependencies = [
7385 "proc-macro2",
7386 "quote",
7387 "syn 2.0.59",
7388]
7389
7390[[package]]
7391name = "pin-project-lite"
7392version = "0.2.13"
7393source = "registry+https://github.com/rust-lang/crates.io-index"
7394checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
7395
7396[[package]]
7397name = "pin-utils"
7398version = "0.1.0"
7399source = "registry+https://github.com/rust-lang/crates.io-index"
7400checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
7401
7402[[package]]
7403name = "piper"
7404version = "0.2.1"
7405source = "registry+https://github.com/rust-lang/crates.io-index"
7406checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
7407dependencies = [
7408 "atomic-waker",
7409 "fastrand 2.0.0",
7410 "futures-io",
7411]
7412
7413[[package]]
7414name = "pkcs1"
7415version = "0.7.5"
7416source = "registry+https://github.com/rust-lang/crates.io-index"
7417checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
7418dependencies = [
7419 "der 0.7.8",
7420 "pkcs8 0.10.2",
7421 "spki 0.7.2",
7422]
7423
7424[[package]]
7425name = "pkcs8"
7426version = "0.9.0"
7427source = "registry+https://github.com/rust-lang/crates.io-index"
7428checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
7429dependencies = [
7430 "der 0.6.1",
7431 "spki 0.6.0",
7432]
7433
7434[[package]]
7435name = "pkcs8"
7436version = "0.10.2"
7437source = "registry+https://github.com/rust-lang/crates.io-index"
7438checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
7439dependencies = [
7440 "der 0.7.8",
7441 "spki 0.7.2",
7442]
7443
7444[[package]]
7445name = "pkg-config"
7446version = "0.3.27"
7447source = "registry+https://github.com/rust-lang/crates.io-index"
7448checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
7449
7450[[package]]
7451name = "plist"
7452version = "1.5.1"
7453source = "registry+https://github.com/rust-lang/crates.io-index"
7454checksum = "9a4a0cfc5fb21a09dc6af4bf834cf10d4a32fccd9e2ea468c4b1751a097487aa"
7455dependencies = [
7456 "base64 0.21.7",
7457 "indexmap 1.9.3",
7458 "line-wrap",
7459 "quick-xml 0.30.0",
7460 "serde",
7461 "time",
7462]
7463
7464[[package]]
7465name = "plotters"
7466version = "0.3.5"
7467source = "registry+https://github.com/rust-lang/crates.io-index"
7468checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
7469dependencies = [
7470 "num-traits",
7471 "plotters-backend",
7472 "plotters-svg",
7473 "wasm-bindgen",
7474 "web-sys",
7475]
7476
7477[[package]]
7478name = "plotters-backend"
7479version = "0.3.5"
7480source = "registry+https://github.com/rust-lang/crates.io-index"
7481checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
7482
7483[[package]]
7484name = "plotters-svg"
7485version = "0.3.5"
7486source = "registry+https://github.com/rust-lang/crates.io-index"
7487checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
7488dependencies = [
7489 "plotters-backend",
7490]
7491
7492[[package]]
7493name = "png"
7494version = "0.16.8"
7495source = "registry+https://github.com/rust-lang/crates.io-index"
7496checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
7497dependencies = [
7498 "bitflags 1.3.2",
7499 "crc32fast",
7500 "deflate",
7501 "miniz_oxide 0.3.7",
7502]
7503
7504[[package]]
7505name = "png"
7506version = "0.17.13"
7507source = "registry+https://github.com/rust-lang/crates.io-index"
7508checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
7509dependencies = [
7510 "bitflags 1.3.2",
7511 "crc32fast",
7512 "fdeflate",
7513 "flate2",
7514 "miniz_oxide 0.7.1",
7515]
7516
7517[[package]]
7518name = "polling"
7519version = "2.8.0"
7520source = "registry+https://github.com/rust-lang/crates.io-index"
7521checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
7522dependencies = [
7523 "autocfg",
7524 "bitflags 1.3.2",
7525 "cfg-if",
7526 "concurrent-queue",
7527 "libc",
7528 "log",
7529 "pin-project-lite",
7530 "windows-sys 0.48.0",
7531]
7532
7533[[package]]
7534name = "polling"
7535version = "3.3.2"
7536source = "registry+https://github.com/rust-lang/crates.io-index"
7537checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41"
7538dependencies = [
7539 "cfg-if",
7540 "concurrent-queue",
7541 "pin-project-lite",
7542 "rustix 0.38.32",
7543 "tracing",
7544 "windows-sys 0.52.0",
7545]
7546
7547[[package]]
7548name = "pollster"
7549version = "0.2.5"
7550source = "registry+https://github.com/rust-lang/crates.io-index"
7551checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
7552
7553[[package]]
7554name = "postage"
7555version = "0.5.0"
7556source = "registry+https://github.com/rust-lang/crates.io-index"
7557checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
7558dependencies = [
7559 "atomic",
7560 "crossbeam-queue",
7561 "futures 0.3.28",
7562 "log",
7563 "parking_lot",
7564 "pin-project",
7565 "pollster",
7566 "static_assertions",
7567 "thiserror",
7568]
7569
7570[[package]]
7571name = "powerfmt"
7572version = "0.2.0"
7573source = "registry+https://github.com/rust-lang/crates.io-index"
7574checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
7575
7576[[package]]
7577name = "ppv-lite86"
7578version = "0.2.17"
7579source = "registry+https://github.com/rust-lang/crates.io-index"
7580checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
7581
7582[[package]]
7583name = "prettier"
7584version = "0.1.0"
7585dependencies = [
7586 "anyhow",
7587 "collections",
7588 "fs",
7589 "gpui",
7590 "language",
7591 "log",
7592 "lsp",
7593 "node_runtime",
7594 "parking_lot",
7595 "serde",
7596 "serde_json",
7597 "util",
7598]
7599
7600[[package]]
7601name = "pretty_assertions"
7602version = "1.4.0"
7603source = "registry+https://github.com/rust-lang/crates.io-index"
7604checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
7605dependencies = [
7606 "diff",
7607 "yansi",
7608]
7609
7610[[package]]
7611name = "prettyplease"
7612version = "0.2.15"
7613source = "registry+https://github.com/rust-lang/crates.io-index"
7614checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
7615dependencies = [
7616 "proc-macro2",
7617 "syn 2.0.59",
7618]
7619
7620[[package]]
7621name = "proc-macro-crate"
7622version = "0.1.5"
7623source = "registry+https://github.com/rust-lang/crates.io-index"
7624checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
7625dependencies = [
7626 "toml 0.5.11",
7627]
7628
7629[[package]]
7630name = "proc-macro-crate"
7631version = "1.3.1"
7632source = "registry+https://github.com/rust-lang/crates.io-index"
7633checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
7634dependencies = [
7635 "once_cell",
7636 "toml_edit 0.19.15",
7637]
7638
7639[[package]]
7640name = "proc-macro-crate"
7641version = "3.1.0"
7642source = "registry+https://github.com/rust-lang/crates.io-index"
7643checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
7644dependencies = [
7645 "toml_edit 0.21.1",
7646]
7647
7648[[package]]
7649name = "proc-macro-error"
7650version = "1.0.4"
7651source = "registry+https://github.com/rust-lang/crates.io-index"
7652checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
7653dependencies = [
7654 "proc-macro-error-attr",
7655 "proc-macro2",
7656 "quote",
7657 "syn 1.0.109",
7658 "version_check",
7659]
7660
7661[[package]]
7662name = "proc-macro-error-attr"
7663version = "1.0.4"
7664source = "registry+https://github.com/rust-lang/crates.io-index"
7665checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
7666dependencies = [
7667 "proc-macro2",
7668 "quote",
7669 "version_check",
7670]
7671
7672[[package]]
7673name = "proc-macro2"
7674version = "1.0.81"
7675source = "registry+https://github.com/rust-lang/crates.io-index"
7676checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
7677dependencies = [
7678 "unicode-ident",
7679]
7680
7681[[package]]
7682name = "profiling"
7683version = "1.0.15"
7684source = "registry+https://github.com/rust-lang/crates.io-index"
7685checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
7686dependencies = [
7687 "profiling-procmacros",
7688]
7689
7690[[package]]
7691name = "profiling-procmacros"
7692version = "1.0.15"
7693source = "registry+https://github.com/rust-lang/crates.io-index"
7694checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
7695dependencies = [
7696 "quote",
7697 "syn 2.0.59",
7698]
7699
7700[[package]]
7701name = "project"
7702version = "0.1.0"
7703dependencies = [
7704 "aho-corasick",
7705 "anyhow",
7706 "async-trait",
7707 "client",
7708 "clock",
7709 "collections",
7710 "dev_server_projects",
7711 "env_logger",
7712 "fs",
7713 "futures 0.3.28",
7714 "fuzzy",
7715 "git",
7716 "git2",
7717 "globset",
7718 "gpui",
7719 "http 0.1.0",
7720 "itertools 0.11.0",
7721 "language",
7722 "log",
7723 "lsp",
7724 "node_runtime",
7725 "parking_lot",
7726 "pathdiff",
7727 "postage",
7728 "prettier",
7729 "pretty_assertions",
7730 "rand 0.8.5",
7731 "regex",
7732 "release_channel",
7733 "rpc",
7734 "schemars",
7735 "serde",
7736 "serde_json",
7737 "settings",
7738 "sha2 0.10.7",
7739 "shlex",
7740 "similar",
7741 "smol",
7742 "snippet",
7743 "task",
7744 "tempfile",
7745 "terminal",
7746 "text",
7747 "unindent",
7748 "util",
7749 "which 6.0.0",
7750 "worktree",
7751]
7752
7753[[package]]
7754name = "project_panel"
7755version = "0.1.0"
7756dependencies = [
7757 "anyhow",
7758 "client",
7759 "collections",
7760 "db",
7761 "editor",
7762 "file_icons",
7763 "git",
7764 "gpui",
7765 "language",
7766 "menu",
7767 "pretty_assertions",
7768 "project",
7769 "schemars",
7770 "search",
7771 "serde",
7772 "serde_derive",
7773 "serde_json",
7774 "settings",
7775 "theme",
7776 "ui",
7777 "unicase",
7778 "util",
7779 "workspace",
7780]
7781
7782[[package]]
7783name = "project_symbols"
7784version = "0.1.0"
7785dependencies = [
7786 "anyhow",
7787 "editor",
7788 "futures 0.3.28",
7789 "fuzzy",
7790 "gpui",
7791 "language",
7792 "lsp",
7793 "ordered-float 2.10.0",
7794 "picker",
7795 "project",
7796 "release_channel",
7797 "serde_json",
7798 "settings",
7799 "theme",
7800 "util",
7801 "workspace",
7802]
7803
7804[[package]]
7805name = "prometheus"
7806version = "0.13.3"
7807source = "registry+https://github.com/rust-lang/crates.io-index"
7808checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
7809dependencies = [
7810 "cfg-if",
7811 "fnv",
7812 "lazy_static",
7813 "memchr",
7814 "parking_lot",
7815 "protobuf",
7816 "thiserror",
7817]
7818
7819[[package]]
7820name = "prost"
7821version = "0.9.0"
7822source = "registry+https://github.com/rust-lang/crates.io-index"
7823checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
7824dependencies = [
7825 "bytes 1.5.0",
7826 "prost-derive",
7827]
7828
7829[[package]]
7830name = "prost-build"
7831version = "0.9.0"
7832source = "registry+https://github.com/rust-lang/crates.io-index"
7833checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
7834dependencies = [
7835 "bytes 1.5.0",
7836 "heck 0.3.3",
7837 "itertools 0.10.5",
7838 "lazy_static",
7839 "log",
7840 "multimap",
7841 "petgraph",
7842 "prost",
7843 "prost-types",
7844 "regex",
7845 "tempfile",
7846 "which 4.4.2",
7847]
7848
7849[[package]]
7850name = "prost-derive"
7851version = "0.9.0"
7852source = "registry+https://github.com/rust-lang/crates.io-index"
7853checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
7854dependencies = [
7855 "anyhow",
7856 "itertools 0.10.5",
7857 "proc-macro2",
7858 "quote",
7859 "syn 1.0.109",
7860]
7861
7862[[package]]
7863name = "prost-types"
7864version = "0.9.0"
7865source = "registry+https://github.com/rust-lang/crates.io-index"
7866checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
7867dependencies = [
7868 "bytes 1.5.0",
7869 "prost",
7870]
7871
7872[[package]]
7873name = "protobuf"
7874version = "2.28.0"
7875source = "registry+https://github.com/rust-lang/crates.io-index"
7876checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
7877
7878[[package]]
7879name = "psm"
7880version = "0.1.21"
7881source = "registry+https://github.com/rust-lang/crates.io-index"
7882checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
7883dependencies = [
7884 "cc",
7885]
7886
7887[[package]]
7888name = "ptr_meta"
7889version = "0.1.4"
7890source = "registry+https://github.com/rust-lang/crates.io-index"
7891checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
7892dependencies = [
7893 "ptr_meta_derive",
7894]
7895
7896[[package]]
7897name = "ptr_meta_derive"
7898version = "0.1.4"
7899source = "registry+https://github.com/rust-lang/crates.io-index"
7900checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
7901dependencies = [
7902 "proc-macro2",
7903 "quote",
7904 "syn 1.0.109",
7905]
7906
7907[[package]]
7908name = "pulldown-cmark"
7909version = "0.10.0"
7910source = "registry+https://github.com/rust-lang/crates.io-index"
7911checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7"
7912dependencies = [
7913 "bitflags 2.4.2",
7914 "memchr",
7915 "unicase",
7916]
7917
7918[[package]]
7919name = "quick-xml"
7920version = "0.30.0"
7921source = "registry+https://github.com/rust-lang/crates.io-index"
7922checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
7923dependencies = [
7924 "memchr",
7925]
7926
7927[[package]]
7928name = "quick-xml"
7929version = "0.31.0"
7930source = "registry+https://github.com/rust-lang/crates.io-index"
7931checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
7932dependencies = [
7933 "memchr",
7934]
7935
7936[[package]]
7937name = "quick_action_bar"
7938version = "0.1.0"
7939dependencies = [
7940 "assistant",
7941 "editor",
7942 "gpui",
7943 "search",
7944 "settings",
7945 "ui",
7946 "workspace",
7947]
7948
7949[[package]]
7950name = "quote"
7951version = "1.0.35"
7952source = "registry+https://github.com/rust-lang/crates.io-index"
7953checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
7954dependencies = [
7955 "proc-macro2",
7956]
7957
7958[[package]]
7959name = "radium"
7960version = "0.7.0"
7961source = "registry+https://github.com/rust-lang/crates.io-index"
7962checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
7963
7964[[package]]
7965name = "rand"
7966version = "0.7.3"
7967source = "registry+https://github.com/rust-lang/crates.io-index"
7968checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
7969dependencies = [
7970 "getrandom 0.1.16",
7971 "libc",
7972 "rand_chacha 0.2.2",
7973 "rand_core 0.5.1",
7974 "rand_hc",
7975]
7976
7977[[package]]
7978name = "rand"
7979version = "0.8.5"
7980source = "registry+https://github.com/rust-lang/crates.io-index"
7981checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
7982dependencies = [
7983 "libc",
7984 "rand_chacha 0.3.1",
7985 "rand_core 0.6.4",
7986]
7987
7988[[package]]
7989name = "rand_chacha"
7990version = "0.2.2"
7991source = "registry+https://github.com/rust-lang/crates.io-index"
7992checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
7993dependencies = [
7994 "ppv-lite86",
7995 "rand_core 0.5.1",
7996]
7997
7998[[package]]
7999name = "rand_chacha"
8000version = "0.3.1"
8001source = "registry+https://github.com/rust-lang/crates.io-index"
8002checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
8003dependencies = [
8004 "ppv-lite86",
8005 "rand_core 0.6.4",
8006]
8007
8008[[package]]
8009name = "rand_core"
8010version = "0.5.1"
8011source = "registry+https://github.com/rust-lang/crates.io-index"
8012checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
8013dependencies = [
8014 "getrandom 0.1.16",
8015]
8016
8017[[package]]
8018name = "rand_core"
8019version = "0.6.4"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
8022dependencies = [
8023 "getrandom 0.2.10",
8024]
8025
8026[[package]]
8027name = "rand_hc"
8028version = "0.2.0"
8029source = "registry+https://github.com/rust-lang/crates.io-index"
8030checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
8031dependencies = [
8032 "rand_core 0.5.1",
8033]
8034
8035[[package]]
8036name = "rangemap"
8037version = "1.4.0"
8038source = "registry+https://github.com/rust-lang/crates.io-index"
8039checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991"
8040
8041[[package]]
8042name = "raw-window-handle"
8043version = "0.5.2"
8044source = "registry+https://github.com/rust-lang/crates.io-index"
8045checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
8046
8047[[package]]
8048name = "raw-window-handle"
8049version = "0.6.0"
8050source = "registry+https://github.com/rust-lang/crates.io-index"
8051checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
8052
8053[[package]]
8054name = "raw-window-metal"
8055version = "0.4.0"
8056source = "registry+https://github.com/rust-lang/crates.io-index"
8057checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
8058dependencies = [
8059 "cocoa",
8060 "core-graphics",
8061 "objc",
8062 "raw-window-handle 0.6.0",
8063]
8064
8065[[package]]
8066name = "rayon"
8067version = "1.8.0"
8068source = "registry+https://github.com/rust-lang/crates.io-index"
8069checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
8070dependencies = [
8071 "either",
8072 "rayon-core",
8073]
8074
8075[[package]]
8076name = "rayon-core"
8077version = "1.12.0"
8078source = "registry+https://github.com/rust-lang/crates.io-index"
8079checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
8080dependencies = [
8081 "crossbeam-deque",
8082 "crossbeam-utils",
8083]
8084
8085[[package]]
8086name = "read-fonts"
8087version = "0.15.3"
8088source = "registry+https://github.com/rust-lang/crates.io-index"
8089checksum = "a1362980db95801b70031dd592dc052a44b1810ca9da8fbcf7b25983f3174ed0"
8090dependencies = [
8091 "font-types",
8092]
8093
8094[[package]]
8095name = "recent_projects"
8096version = "0.1.0"
8097dependencies = [
8098 "anyhow",
8099 "client",
8100 "dev_server_projects",
8101 "editor",
8102 "feature_flags",
8103 "fuzzy",
8104 "gpui",
8105 "language",
8106 "markdown",
8107 "menu",
8108 "ordered-float 2.10.0",
8109 "picker",
8110 "project",
8111 "rpc",
8112 "serde",
8113 "serde_json",
8114 "smol",
8115 "task",
8116 "terminal_view",
8117 "ui",
8118 "ui_text_field",
8119 "util",
8120 "workspace",
8121]
8122
8123[[package]]
8124name = "redox_syscall"
8125version = "0.2.16"
8126source = "registry+https://github.com/rust-lang/crates.io-index"
8127checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
8128dependencies = [
8129 "bitflags 1.3.2",
8130]
8131
8132[[package]]
8133name = "redox_syscall"
8134version = "0.3.5"
8135source = "registry+https://github.com/rust-lang/crates.io-index"
8136checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
8137dependencies = [
8138 "bitflags 1.3.2",
8139]
8140
8141[[package]]
8142name = "redox_syscall"
8143version = "0.4.1"
8144source = "registry+https://github.com/rust-lang/crates.io-index"
8145checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
8146dependencies = [
8147 "bitflags 1.3.2",
8148]
8149
8150[[package]]
8151name = "redox_users"
8152version = "0.4.3"
8153source = "registry+https://github.com/rust-lang/crates.io-index"
8154checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
8155dependencies = [
8156 "getrandom 0.2.10",
8157 "redox_syscall 0.2.16",
8158 "thiserror",
8159]
8160
8161[[package]]
8162name = "refineable"
8163version = "0.1.0"
8164dependencies = [
8165 "derive_refineable",
8166]
8167
8168[[package]]
8169name = "regalloc2"
8170version = "0.9.3"
8171source = "registry+https://github.com/rust-lang/crates.io-index"
8172checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
8173dependencies = [
8174 "hashbrown 0.13.2",
8175 "log",
8176 "rustc-hash",
8177 "slice-group-by",
8178 "smallvec",
8179]
8180
8181[[package]]
8182name = "regex"
8183version = "1.10.3"
8184source = "registry+https://github.com/rust-lang/crates.io-index"
8185checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
8186dependencies = [
8187 "aho-corasick",
8188 "memchr",
8189 "regex-automata 0.4.5",
8190 "regex-syntax 0.8.2",
8191]
8192
8193[[package]]
8194name = "regex-automata"
8195version = "0.1.10"
8196source = "registry+https://github.com/rust-lang/crates.io-index"
8197checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
8198dependencies = [
8199 "regex-syntax 0.6.29",
8200]
8201
8202[[package]]
8203name = "regex-automata"
8204version = "0.3.9"
8205source = "registry+https://github.com/rust-lang/crates.io-index"
8206checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
8207
8208[[package]]
8209name = "regex-automata"
8210version = "0.4.5"
8211source = "registry+https://github.com/rust-lang/crates.io-index"
8212checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
8213dependencies = [
8214 "aho-corasick",
8215 "memchr",
8216 "regex-syntax 0.8.2",
8217]
8218
8219[[package]]
8220name = "regex-lite"
8221version = "0.1.5"
8222source = "registry+https://github.com/rust-lang/crates.io-index"
8223checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
8224
8225[[package]]
8226name = "regex-syntax"
8227version = "0.6.29"
8228source = "registry+https://github.com/rust-lang/crates.io-index"
8229checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
8230
8231[[package]]
8232name = "regex-syntax"
8233version = "0.8.2"
8234source = "registry+https://github.com/rust-lang/crates.io-index"
8235checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
8236
8237[[package]]
8238name = "release_channel"
8239version = "0.1.0"
8240dependencies = [
8241 "gpui",
8242 "once_cell",
8243]
8244
8245[[package]]
8246name = "rend"
8247version = "0.4.0"
8248source = "registry+https://github.com/rust-lang/crates.io-index"
8249checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
8250dependencies = [
8251 "bytecheck",
8252]
8253
8254[[package]]
8255name = "repair_json"
8256version = "0.1.0"
8257source = "registry+https://github.com/rust-lang/crates.io-index"
8258checksum = "5ee191e184125fe72cb59b74160e25584e3908f2aaa84cbda1e161347102aa15"
8259dependencies = [
8260 "thiserror",
8261]
8262
8263[[package]]
8264name = "reqwest"
8265version = "0.11.20"
8266source = "registry+https://github.com/rust-lang/crates.io-index"
8267checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
8268dependencies = [
8269 "base64 0.21.7",
8270 "bytes 1.5.0",
8271 "encoding_rs",
8272 "futures-core",
8273 "futures-util",
8274 "h2",
8275 "http 0.2.9",
8276 "http-body",
8277 "hyper",
8278 "hyper-tls",
8279 "ipnet",
8280 "js-sys",
8281 "log",
8282 "mime",
8283 "native-tls",
8284 "once_cell",
8285 "percent-encoding",
8286 "pin-project-lite",
8287 "serde",
8288 "serde_json",
8289 "serde_urlencoded",
8290 "tokio",
8291 "tokio-native-tls",
8292 "tower-service",
8293 "url",
8294 "wasm-bindgen",
8295 "wasm-bindgen-futures",
8296 "web-sys",
8297 "winreg 0.50.0",
8298]
8299
8300[[package]]
8301name = "resvg"
8302version = "0.41.0"
8303source = "registry+https://github.com/rust-lang/crates.io-index"
8304checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
8305dependencies = [
8306 "log",
8307 "pico-args",
8308 "rgb",
8309 "svgtypes",
8310 "tiny-skia",
8311 "usvg",
8312]
8313
8314[[package]]
8315name = "rfc6979"
8316version = "0.3.1"
8317source = "registry+https://github.com/rust-lang/crates.io-index"
8318checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
8319dependencies = [
8320 "crypto-bigint 0.4.9",
8321 "hmac 0.12.1",
8322 "zeroize",
8323]
8324
8325[[package]]
8326name = "rgb"
8327version = "0.8.36"
8328source = "registry+https://github.com/rust-lang/crates.io-index"
8329checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
8330dependencies = [
8331 "bytemuck",
8332]
8333
8334[[package]]
8335name = "rich_text"
8336version = "0.1.0"
8337dependencies = [
8338 "futures 0.3.28",
8339 "gpui",
8340 "language",
8341 "linkify",
8342 "pulldown-cmark",
8343 "theme",
8344 "ui",
8345 "util",
8346]
8347
8348[[package]]
8349name = "ring"
8350version = "0.17.7"
8351source = "registry+https://github.com/rust-lang/crates.io-index"
8352checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
8353dependencies = [
8354 "cc",
8355 "getrandom 0.2.10",
8356 "libc",
8357 "spin 0.9.8",
8358 "untrusted",
8359 "windows-sys 0.48.0",
8360]
8361
8362[[package]]
8363name = "rkyv"
8364version = "0.7.42"
8365source = "registry+https://github.com/rust-lang/crates.io-index"
8366checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
8367dependencies = [
8368 "bitvec",
8369 "bytecheck",
8370 "hashbrown 0.12.3",
8371 "ptr_meta",
8372 "rend",
8373 "rkyv_derive",
8374 "seahash",
8375 "tinyvec",
8376 "uuid",
8377]
8378
8379[[package]]
8380name = "rkyv_derive"
8381version = "0.7.42"
8382source = "registry+https://github.com/rust-lang/crates.io-index"
8383checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
8384dependencies = [
8385 "proc-macro2",
8386 "quote",
8387 "syn 1.0.109",
8388]
8389
8390[[package]]
8391name = "rmp"
8392version = "0.8.12"
8393source = "registry+https://github.com/rust-lang/crates.io-index"
8394checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
8395dependencies = [
8396 "byteorder",
8397 "num-traits",
8398 "paste",
8399]
8400
8401[[package]]
8402name = "rmpv"
8403version = "1.0.1"
8404source = "registry+https://github.com/rust-lang/crates.io-index"
8405checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec"
8406dependencies = [
8407 "num-traits",
8408 "rmp",
8409]
8410
8411[[package]]
8412name = "rodio"
8413version = "0.17.1"
8414source = "registry+https://github.com/rust-lang/crates.io-index"
8415checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
8416dependencies = [
8417 "cpal",
8418 "hound",
8419]
8420
8421[[package]]
8422name = "rope"
8423version = "0.1.0"
8424dependencies = [
8425 "arrayvec",
8426 "criterion",
8427 "gpui",
8428 "log",
8429 "rand 0.8.5",
8430 "smallvec",
8431 "sum_tree",
8432 "unicode-segmentation",
8433 "util",
8434]
8435
8436[[package]]
8437name = "roxmltree"
8438version = "0.19.0"
8439source = "registry+https://github.com/rust-lang/crates.io-index"
8440checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
8441
8442[[package]]
8443name = "rpc"
8444version = "0.1.0"
8445dependencies = [
8446 "anyhow",
8447 "async-tungstenite",
8448 "base64 0.13.1",
8449 "chrono",
8450 "collections",
8451 "env_logger",
8452 "futures 0.3.28",
8453 "gpui",
8454 "parking_lot",
8455 "prost",
8456 "prost-build",
8457 "rand 0.8.5",
8458 "rsa 0.4.0",
8459 "serde",
8460 "serde_json",
8461 "strum",
8462 "tracing",
8463 "util",
8464 "zstd",
8465]
8466
8467[[package]]
8468name = "rsa"
8469version = "0.4.0"
8470source = "registry+https://github.com/rust-lang/crates.io-index"
8471checksum = "68ef841a26fc5d040ced0417c6c6a64ee851f42489df11cdf0218e545b6f8d28"
8472dependencies = [
8473 "byteorder",
8474 "digest 0.9.0",
8475 "lazy_static",
8476 "num-bigint-dig 0.7.1",
8477 "num-integer",
8478 "num-iter",
8479 "num-traits",
8480 "pem",
8481 "rand 0.8.5",
8482 "simple_asn1",
8483 "subtle",
8484 "zeroize",
8485]
8486
8487[[package]]
8488name = "rsa"
8489version = "0.9.2"
8490source = "registry+https://github.com/rust-lang/crates.io-index"
8491checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
8492dependencies = [
8493 "byteorder",
8494 "const-oid",
8495 "digest 0.10.7",
8496 "num-bigint-dig 0.8.4",
8497 "num-integer",
8498 "num-iter",
8499 "num-traits",
8500 "pkcs1",
8501 "pkcs8 0.10.2",
8502 "rand_core 0.6.4",
8503 "signature 2.1.0",
8504 "spki 0.7.2",
8505 "subtle",
8506 "zeroize",
8507]
8508
8509[[package]]
8510name = "rust-embed"
8511version = "8.4.0"
8512source = "registry+https://github.com/rust-lang/crates.io-index"
8513checksum = "19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a"
8514dependencies = [
8515 "rust-embed-impl",
8516 "rust-embed-utils",
8517 "walkdir",
8518]
8519
8520[[package]]
8521name = "rust-embed-impl"
8522version = "8.4.0"
8523source = "registry+https://github.com/rust-lang/crates.io-index"
8524checksum = "cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4"
8525dependencies = [
8526 "proc-macro2",
8527 "quote",
8528 "rust-embed-utils",
8529 "syn 2.0.59",
8530 "walkdir",
8531]
8532
8533[[package]]
8534name = "rust-embed-utils"
8535version = "8.4.0"
8536source = "registry+https://github.com/rust-lang/crates.io-index"
8537checksum = "38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32"
8538dependencies = [
8539 "globset",
8540 "sha2 0.10.7",
8541 "walkdir",
8542]
8543
8544[[package]]
8545name = "rust_decimal"
8546version = "1.32.0"
8547source = "registry+https://github.com/rust-lang/crates.io-index"
8548checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd"
8549dependencies = [
8550 "arrayvec",
8551 "borsh",
8552 "bytes 1.5.0",
8553 "num-traits",
8554 "rand 0.8.5",
8555 "rkyv",
8556 "serde",
8557 "serde_json",
8558]
8559
8560[[package]]
8561name = "rustc-demangle"
8562version = "0.1.23"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
8565
8566[[package]]
8567name = "rustc-hash"
8568version = "1.1.0"
8569source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
8571
8572[[package]]
8573name = "rustc_version"
8574version = "0.4.0"
8575source = "registry+https://github.com/rust-lang/crates.io-index"
8576checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
8577dependencies = [
8578 "semver",
8579]
8580
8581[[package]]
8582name = "rustix"
8583version = "0.37.23"
8584source = "registry+https://github.com/rust-lang/crates.io-index"
8585checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
8586dependencies = [
8587 "bitflags 1.3.2",
8588 "errno 0.3.8",
8589 "io-lifetimes 1.0.11",
8590 "libc",
8591 "linux-raw-sys 0.3.8",
8592 "windows-sys 0.48.0",
8593]
8594
8595[[package]]
8596name = "rustix"
8597version = "0.38.32"
8598source = "registry+https://github.com/rust-lang/crates.io-index"
8599checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
8600dependencies = [
8601 "bitflags 2.4.2",
8602 "errno 0.3.8",
8603 "itoa",
8604 "libc",
8605 "linux-raw-sys 0.4.12",
8606 "once_cell",
8607 "windows-sys 0.52.0",
8608]
8609
8610[[package]]
8611name = "rustix-openpty"
8612version = "0.1.1"
8613source = "registry+https://github.com/rust-lang/crates.io-index"
8614checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
8615dependencies = [
8616 "errno 0.3.8",
8617 "libc",
8618 "rustix 0.38.32",
8619]
8620
8621[[package]]
8622name = "rustls"
8623version = "0.21.12"
8624source = "registry+https://github.com/rust-lang/crates.io-index"
8625checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
8626dependencies = [
8627 "log",
8628 "ring",
8629 "rustls-webpki",
8630 "sct",
8631]
8632
8633[[package]]
8634name = "rustls-native-certs"
8635version = "0.6.3"
8636source = "registry+https://github.com/rust-lang/crates.io-index"
8637checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
8638dependencies = [
8639 "openssl-probe",
8640 "rustls-pemfile",
8641 "schannel",
8642 "security-framework",
8643]
8644
8645[[package]]
8646name = "rustls-pemfile"
8647version = "1.0.3"
8648source = "registry+https://github.com/rust-lang/crates.io-index"
8649checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
8650dependencies = [
8651 "base64 0.21.7",
8652]
8653
8654[[package]]
8655name = "rustls-webpki"
8656version = "0.101.7"
8657source = "registry+https://github.com/rust-lang/crates.io-index"
8658checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
8659dependencies = [
8660 "ring",
8661 "untrusted",
8662]
8663
8664[[package]]
8665name = "rustversion"
8666version = "1.0.14"
8667source = "registry+https://github.com/rust-lang/crates.io-index"
8668checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
8669
8670[[package]]
8671name = "rustybuzz"
8672version = "0.12.1"
8673source = "registry+https://github.com/rust-lang/crates.io-index"
8674checksum = "f0ae5692c5beaad6a9e22830deeed7874eae8a4e3ba4076fb48e12c56856222c"
8675dependencies = [
8676 "bitflags 2.4.2",
8677 "bytemuck",
8678 "libm",
8679 "smallvec",
8680 "ttf-parser",
8681 "unicode-bidi-mirroring",
8682 "unicode-ccc",
8683 "unicode-properties",
8684 "unicode-script",
8685]
8686
8687[[package]]
8688name = "ryu"
8689version = "1.0.18"
8690source = "registry+https://github.com/rust-lang/crates.io-index"
8691checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
8692
8693[[package]]
8694name = "safemem"
8695version = "0.3.3"
8696source = "registry+https://github.com/rust-lang/crates.io-index"
8697checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
8698
8699[[package]]
8700name = "salsa20"
8701version = "0.8.1"
8702source = "registry+https://github.com/rust-lang/crates.io-index"
8703checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
8704dependencies = [
8705 "cipher 0.3.0",
8706]
8707
8708[[package]]
8709name = "same-file"
8710version = "1.0.6"
8711source = "registry+https://github.com/rust-lang/crates.io-index"
8712checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
8713dependencies = [
8714 "winapi-util",
8715]
8716
8717[[package]]
8718name = "schannel"
8719version = "0.1.22"
8720source = "registry+https://github.com/rust-lang/crates.io-index"
8721checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
8722dependencies = [
8723 "windows-sys 0.48.0",
8724]
8725
8726[[package]]
8727name = "schemars"
8728version = "0.8.15"
8729source = "registry+https://github.com/rust-lang/crates.io-index"
8730checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
8731dependencies = [
8732 "dyn-clone",
8733 "indexmap 1.9.3",
8734 "schemars_derive",
8735 "serde",
8736 "serde_json",
8737]
8738
8739[[package]]
8740name = "schemars_derive"
8741version = "0.8.15"
8742source = "registry+https://github.com/rust-lang/crates.io-index"
8743checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
8744dependencies = [
8745 "proc-macro2",
8746 "quote",
8747 "serde_derive_internals",
8748 "syn 1.0.109",
8749]
8750
8751[[package]]
8752name = "scoped-tls"
8753version = "1.0.1"
8754source = "registry+https://github.com/rust-lang/crates.io-index"
8755checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
8756
8757[[package]]
8758name = "scoped_threadpool"
8759version = "0.1.9"
8760source = "registry+https://github.com/rust-lang/crates.io-index"
8761checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
8762
8763[[package]]
8764name = "scopeguard"
8765version = "1.2.0"
8766source = "registry+https://github.com/rust-lang/crates.io-index"
8767checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
8768
8769[[package]]
8770name = "scrypt"
8771version = "0.7.0"
8772source = "registry+https://github.com/rust-lang/crates.io-index"
8773checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
8774dependencies = [
8775 "base64ct",
8776 "hmac 0.11.0",
8777 "password-hash",
8778 "pbkdf2 0.8.0",
8779 "salsa20",
8780 "sha2 0.9.9",
8781]
8782
8783[[package]]
8784name = "sct"
8785version = "0.7.1"
8786source = "registry+https://github.com/rust-lang/crates.io-index"
8787checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
8788dependencies = [
8789 "ring",
8790 "untrusted",
8791]
8792
8793[[package]]
8794name = "sea-bae"
8795version = "0.2.0"
8796source = "registry+https://github.com/rust-lang/crates.io-index"
8797checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
8798dependencies = [
8799 "heck 0.4.1",
8800 "proc-macro-error",
8801 "proc-macro2",
8802 "quote",
8803 "syn 2.0.59",
8804]
8805
8806[[package]]
8807name = "sea-orm"
8808version = "0.12.3"
8809source = "registry+https://github.com/rust-lang/crates.io-index"
8810checksum = "da5b2d70c255bc5cbe1d49f69c3c8eadae0fbbaeb18ee978edbf2f75775cb94d"
8811dependencies = [
8812 "async-stream",
8813 "async-trait",
8814 "bigdecimal",
8815 "chrono",
8816 "futures 0.3.28",
8817 "log",
8818 "ouroboros",
8819 "rust_decimal",
8820 "sea-orm-macros",
8821 "sea-query",
8822 "sea-query-binder",
8823 "serde",
8824 "serde_json",
8825 "sqlx",
8826 "strum",
8827 "thiserror",
8828 "time",
8829 "tracing",
8830 "url",
8831 "uuid",
8832]
8833
8834[[package]]
8835name = "sea-orm-macros"
8836version = "0.12.3"
8837source = "registry+https://github.com/rust-lang/crates.io-index"
8838checksum = "d7c8d455fad40194fb9774fdc4810c0f2700ff0dc0e93bd5ce9d641cc3f5dd75"
8839dependencies = [
8840 "heck 0.4.1",
8841 "proc-macro2",
8842 "quote",
8843 "sea-bae",
8844 "syn 2.0.59",
8845 "unicode-ident",
8846]
8847
8848[[package]]
8849name = "sea-query"
8850version = "0.30.2"
8851source = "registry+https://github.com/rust-lang/crates.io-index"
8852checksum = "fb3e6bba153bb198646c8762c48414942a38db27d142e44735a133cabddcc820"
8853dependencies = [
8854 "bigdecimal",
8855 "chrono",
8856 "derivative",
8857 "inherent",
8858 "ordered-float 3.9.1",
8859 "rust_decimal",
8860 "serde_json",
8861 "time",
8862 "uuid",
8863]
8864
8865[[package]]
8866name = "sea-query-binder"
8867version = "0.5.0"
8868source = "registry+https://github.com/rust-lang/crates.io-index"
8869checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
8870dependencies = [
8871 "bigdecimal",
8872 "chrono",
8873 "rust_decimal",
8874 "sea-query",
8875 "serde_json",
8876 "sqlx",
8877 "time",
8878 "uuid",
8879]
8880
8881[[package]]
8882name = "seahash"
8883version = "4.1.0"
8884source = "registry+https://github.com/rust-lang/crates.io-index"
8885checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
8886
8887[[package]]
8888name = "sealed"
8889version = "0.4.0"
8890source = "registry+https://github.com/rust-lang/crates.io-index"
8891checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
8892dependencies = [
8893 "heck 0.3.3",
8894 "proc-macro2",
8895 "quote",
8896 "syn 1.0.109",
8897]
8898
8899[[package]]
8900name = "search"
8901version = "0.1.0"
8902dependencies = [
8903 "any_vec",
8904 "anyhow",
8905 "bitflags 2.4.2",
8906 "client",
8907 "collections",
8908 "editor",
8909 "futures 0.3.28",
8910 "gpui",
8911 "language",
8912 "menu",
8913 "project",
8914 "serde",
8915 "serde_json",
8916 "settings",
8917 "smol",
8918 "theme",
8919 "ui",
8920 "unindent",
8921 "util",
8922 "workspace",
8923]
8924
8925[[package]]
8926name = "sec1"
8927version = "0.3.0"
8928source = "registry+https://github.com/rust-lang/crates.io-index"
8929checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
8930dependencies = [
8931 "base16ct",
8932 "der 0.6.1",
8933 "generic-array",
8934 "pkcs8 0.9.0",
8935 "subtle",
8936 "zeroize",
8937]
8938
8939[[package]]
8940name = "security-framework"
8941version = "2.9.2"
8942source = "registry+https://github.com/rust-lang/crates.io-index"
8943checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
8944dependencies = [
8945 "bitflags 1.3.2",
8946 "core-foundation",
8947 "core-foundation-sys 0.8.6",
8948 "libc",
8949 "security-framework-sys",
8950]
8951
8952[[package]]
8953name = "security-framework-sys"
8954version = "2.9.1"
8955source = "registry+https://github.com/rust-lang/crates.io-index"
8956checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
8957dependencies = [
8958 "core-foundation-sys 0.8.6",
8959 "libc",
8960]
8961
8962[[package]]
8963name = "self_cell"
8964version = "1.0.3"
8965source = "registry+https://github.com/rust-lang/crates.io-index"
8966checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
8967
8968[[package]]
8969name = "semantic_index"
8970version = "0.1.0"
8971dependencies = [
8972 "anyhow",
8973 "client",
8974 "clock",
8975 "collections",
8976 "env_logger",
8977 "fs",
8978 "futures 0.3.28",
8979 "futures-batch",
8980 "gpui",
8981 "heed",
8982 "http 0.1.0",
8983 "language",
8984 "languages",
8985 "log",
8986 "open_ai",
8987 "parking_lot",
8988 "project",
8989 "serde",
8990 "serde_json",
8991 "settings",
8992 "sha2 0.10.7",
8993 "smol",
8994 "tempfile",
8995 "theme",
8996 "tree-sitter",
8997 "ui",
8998 "unindent",
8999 "util",
9000 "workspace",
9001 "worktree",
9002]
9003
9004[[package]]
9005name = "semantic_version"
9006version = "0.1.0"
9007dependencies = [
9008 "anyhow",
9009 "serde",
9010]
9011
9012[[package]]
9013name = "semver"
9014version = "1.0.18"
9015source = "registry+https://github.com/rust-lang/crates.io-index"
9016checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
9017
9018[[package]]
9019name = "serde"
9020version = "1.0.202"
9021source = "registry+https://github.com/rust-lang/crates.io-index"
9022checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
9023dependencies = [
9024 "serde_derive",
9025]
9026
9027[[package]]
9028name = "serde_derive"
9029version = "1.0.202"
9030source = "registry+https://github.com/rust-lang/crates.io-index"
9031checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
9032dependencies = [
9033 "proc-macro2",
9034 "quote",
9035 "syn 2.0.59",
9036]
9037
9038[[package]]
9039name = "serde_derive_internals"
9040version = "0.26.0"
9041source = "registry+https://github.com/rust-lang/crates.io-index"
9042checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
9043dependencies = [
9044 "proc-macro2",
9045 "quote",
9046 "syn 1.0.109",
9047]
9048
9049[[package]]
9050name = "serde_fmt"
9051version = "1.0.3"
9052source = "registry+https://github.com/rust-lang/crates.io-index"
9053checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
9054dependencies = [
9055 "serde",
9056]
9057
9058[[package]]
9059name = "serde_json"
9060version = "1.0.117"
9061source = "registry+https://github.com/rust-lang/crates.io-index"
9062checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
9063dependencies = [
9064 "indexmap 2.2.6",
9065 "itoa",
9066 "ryu",
9067 "serde",
9068]
9069
9070[[package]]
9071name = "serde_json_lenient"
9072version = "0.1.7"
9073source = "registry+https://github.com/rust-lang/crates.io-index"
9074checksum = "26386958a1344003f2b2bcff51a23fbe70461a478ef29247c6c6ab2c1656f53e"
9075dependencies = [
9076 "indexmap 2.2.6",
9077 "itoa",
9078 "ryu",
9079 "serde",
9080]
9081
9082[[package]]
9083name = "serde_path_to_error"
9084version = "0.1.15"
9085source = "registry+https://github.com/rust-lang/crates.io-index"
9086checksum = "ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c"
9087dependencies = [
9088 "itoa",
9089 "serde",
9090]
9091
9092[[package]]
9093name = "serde_repr"
9094version = "0.1.16"
9095source = "registry+https://github.com/rust-lang/crates.io-index"
9096checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
9097dependencies = [
9098 "proc-macro2",
9099 "quote",
9100 "syn 2.0.59",
9101]
9102
9103[[package]]
9104name = "serde_spanned"
9105version = "0.6.5"
9106source = "registry+https://github.com/rust-lang/crates.io-index"
9107checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
9108dependencies = [
9109 "serde",
9110]
9111
9112[[package]]
9113name = "serde_urlencoded"
9114version = "0.7.1"
9115source = "registry+https://github.com/rust-lang/crates.io-index"
9116checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
9117dependencies = [
9118 "form_urlencoded",
9119 "itoa",
9120 "ryu",
9121 "serde",
9122]
9123
9124[[package]]
9125name = "settings"
9126version = "0.1.0"
9127dependencies = [
9128 "anyhow",
9129 "collections",
9130 "fs",
9131 "futures 0.3.28",
9132 "gpui",
9133 "indoc",
9134 "lazy_static",
9135 "pretty_assertions",
9136 "release_channel",
9137 "rust-embed",
9138 "schemars",
9139 "serde",
9140 "serde_derive",
9141 "serde_json",
9142 "serde_json_lenient",
9143 "smallvec",
9144 "tree-sitter",
9145 "tree-sitter-json 0.19.0",
9146 "unindent",
9147 "util",
9148]
9149
9150[[package]]
9151name = "sha-1"
9152version = "0.9.8"
9153source = "registry+https://github.com/rust-lang/crates.io-index"
9154checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
9155dependencies = [
9156 "block-buffer 0.9.0",
9157 "cfg-if",
9158 "cpufeatures",
9159 "digest 0.9.0",
9160 "opaque-debug",
9161]
9162
9163[[package]]
9164name = "sha1"
9165version = "0.10.6"
9166source = "registry+https://github.com/rust-lang/crates.io-index"
9167checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
9168dependencies = [
9169 "cfg-if",
9170 "cpufeatures",
9171 "digest 0.10.7",
9172]
9173
9174[[package]]
9175name = "sha1_smol"
9176version = "1.0.0"
9177source = "registry+https://github.com/rust-lang/crates.io-index"
9178checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
9179
9180[[package]]
9181name = "sha2"
9182version = "0.9.9"
9183source = "registry+https://github.com/rust-lang/crates.io-index"
9184checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
9185dependencies = [
9186 "block-buffer 0.9.0",
9187 "cfg-if",
9188 "cpufeatures",
9189 "digest 0.9.0",
9190 "opaque-debug",
9191]
9192
9193[[package]]
9194name = "sha2"
9195version = "0.10.7"
9196source = "registry+https://github.com/rust-lang/crates.io-index"
9197checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
9198dependencies = [
9199 "cfg-if",
9200 "cpufeatures",
9201 "digest 0.10.7",
9202]
9203
9204[[package]]
9205name = "sharded-slab"
9206version = "0.1.4"
9207source = "registry+https://github.com/rust-lang/crates.io-index"
9208checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
9209dependencies = [
9210 "lazy_static",
9211]
9212
9213[[package]]
9214name = "shell-words"
9215version = "1.1.0"
9216source = "registry+https://github.com/rust-lang/crates.io-index"
9217checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
9218
9219[[package]]
9220name = "shellexpand"
9221version = "2.1.2"
9222source = "registry+https://github.com/rust-lang/crates.io-index"
9223checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
9224dependencies = [
9225 "dirs 4.0.0",
9226]
9227
9228[[package]]
9229name = "shlex"
9230version = "1.3.0"
9231source = "registry+https://github.com/rust-lang/crates.io-index"
9232checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
9233
9234[[package]]
9235name = "signal-hook"
9236version = "0.3.17"
9237source = "registry+https://github.com/rust-lang/crates.io-index"
9238checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
9239dependencies = [
9240 "libc",
9241 "signal-hook-registry",
9242]
9243
9244[[package]]
9245name = "signal-hook-registry"
9246version = "1.4.1"
9247source = "registry+https://github.com/rust-lang/crates.io-index"
9248checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
9249dependencies = [
9250 "libc",
9251]
9252
9253[[package]]
9254name = "signature"
9255version = "1.6.4"
9256source = "registry+https://github.com/rust-lang/crates.io-index"
9257checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
9258dependencies = [
9259 "digest 0.10.7",
9260 "rand_core 0.6.4",
9261]
9262
9263[[package]]
9264name = "signature"
9265version = "2.1.0"
9266source = "registry+https://github.com/rust-lang/crates.io-index"
9267checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
9268dependencies = [
9269 "digest 0.10.7",
9270 "rand_core 0.6.4",
9271]
9272
9273[[package]]
9274name = "simd-adler32"
9275version = "0.3.7"
9276source = "registry+https://github.com/rust-lang/crates.io-index"
9277checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
9278
9279[[package]]
9280name = "simdutf8"
9281version = "0.1.4"
9282source = "registry+https://github.com/rust-lang/crates.io-index"
9283checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
9284
9285[[package]]
9286name = "similar"
9287version = "1.3.0"
9288source = "registry+https://github.com/rust-lang/crates.io-index"
9289checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
9290
9291[[package]]
9292name = "simple_asn1"
9293version = "0.5.4"
9294source = "registry+https://github.com/rust-lang/crates.io-index"
9295checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
9296dependencies = [
9297 "chrono",
9298 "num-bigint",
9299 "num-traits",
9300 "thiserror",
9301]
9302
9303[[package]]
9304name = "simplecss"
9305version = "0.2.1"
9306source = "registry+https://github.com/rust-lang/crates.io-index"
9307checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
9308dependencies = [
9309 "log",
9310]
9311
9312[[package]]
9313name = "simplelog"
9314version = "0.9.0"
9315source = "registry+https://github.com/rust-lang/crates.io-index"
9316checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
9317dependencies = [
9318 "chrono",
9319 "log",
9320 "termcolor",
9321]
9322
9323[[package]]
9324name = "siphasher"
9325version = "0.3.11"
9326source = "registry+https://github.com/rust-lang/crates.io-index"
9327checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
9328
9329[[package]]
9330name = "siphasher"
9331version = "1.0.1"
9332source = "registry+https://github.com/rust-lang/crates.io-index"
9333checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
9334
9335[[package]]
9336name = "slab"
9337version = "0.4.9"
9338source = "registry+https://github.com/rust-lang/crates.io-index"
9339checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
9340dependencies = [
9341 "autocfg",
9342]
9343
9344[[package]]
9345name = "slice-group-by"
9346version = "0.3.1"
9347source = "registry+https://github.com/rust-lang/crates.io-index"
9348checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
9349
9350[[package]]
9351name = "slotmap"
9352version = "1.0.6"
9353source = "registry+https://github.com/rust-lang/crates.io-index"
9354checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
9355dependencies = [
9356 "version_check",
9357]
9358
9359[[package]]
9360name = "sluice"
9361version = "0.5.5"
9362source = "registry+https://github.com/rust-lang/crates.io-index"
9363checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
9364dependencies = [
9365 "async-channel 1.9.0",
9366 "futures-core",
9367 "futures-io",
9368]
9369
9370[[package]]
9371name = "smallvec"
9372version = "1.11.1"
9373source = "registry+https://github.com/rust-lang/crates.io-index"
9374checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
9375
9376[[package]]
9377name = "smithay-client-toolkit"
9378version = "0.18.1"
9379source = "registry+https://github.com/rust-lang/crates.io-index"
9380checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a"
9381dependencies = [
9382 "bitflags 2.4.2",
9383 "calloop",
9384 "calloop-wayland-source",
9385 "cursor-icon",
9386 "libc",
9387 "log",
9388 "memmap2 0.9.4",
9389 "rustix 0.38.32",
9390 "thiserror",
9391 "wayland-backend",
9392 "wayland-client",
9393 "wayland-csd-frame",
9394 "wayland-cursor",
9395 "wayland-protocols",
9396 "wayland-protocols-wlr",
9397 "wayland-scanner",
9398 "xkeysym",
9399]
9400
9401[[package]]
9402name = "smithay-clipboard"
9403version = "0.7.1"
9404source = "registry+https://github.com/rust-lang/crates.io-index"
9405checksum = "c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d"
9406dependencies = [
9407 "libc",
9408 "smithay-client-toolkit",
9409 "wayland-backend",
9410]
9411
9412[[package]]
9413name = "smol"
9414version = "1.3.0"
9415source = "registry+https://github.com/rust-lang/crates.io-index"
9416checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
9417dependencies = [
9418 "async-channel 1.9.0",
9419 "async-executor",
9420 "async-fs 1.6.0",
9421 "async-io 1.13.0",
9422 "async-lock 2.8.0",
9423 "async-net 1.7.0",
9424 "async-process 1.7.0",
9425 "blocking",
9426 "futures-lite 1.13.0",
9427]
9428
9429[[package]]
9430name = "snippet"
9431version = "0.1.0"
9432dependencies = [
9433 "anyhow",
9434 "smallvec",
9435]
9436
9437[[package]]
9438name = "socket2"
9439version = "0.4.9"
9440source = "registry+https://github.com/rust-lang/crates.io-index"
9441checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
9442dependencies = [
9443 "libc",
9444 "winapi",
9445]
9446
9447[[package]]
9448name = "socket2"
9449version = "0.5.4"
9450source = "registry+https://github.com/rust-lang/crates.io-index"
9451checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
9452dependencies = [
9453 "libc",
9454 "windows-sys 0.48.0",
9455]
9456
9457[[package]]
9458name = "spdx"
9459version = "0.10.4"
9460source = "registry+https://github.com/rust-lang/crates.io-index"
9461checksum = "29ef1a0fa1e39ac22972c8db23ff89aea700ab96aa87114e1fb55937a631a0c9"
9462dependencies = [
9463 "smallvec",
9464]
9465
9466[[package]]
9467name = "spin"
9468version = "0.5.2"
9469source = "registry+https://github.com/rust-lang/crates.io-index"
9470checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
9471
9472[[package]]
9473name = "spin"
9474version = "0.9.8"
9475source = "registry+https://github.com/rust-lang/crates.io-index"
9476checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
9477dependencies = [
9478 "lock_api",
9479]
9480
9481[[package]]
9482name = "spirv"
9483version = "0.2.0+1.5.4"
9484source = "registry+https://github.com/rust-lang/crates.io-index"
9485checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
9486dependencies = [
9487 "bitflags 1.3.2",
9488 "num-traits",
9489]
9490
9491[[package]]
9492name = "spki"
9493version = "0.6.0"
9494source = "registry+https://github.com/rust-lang/crates.io-index"
9495checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
9496dependencies = [
9497 "base64ct",
9498 "der 0.6.1",
9499]
9500
9501[[package]]
9502name = "spki"
9503version = "0.7.2"
9504source = "registry+https://github.com/rust-lang/crates.io-index"
9505checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
9506dependencies = [
9507 "base64ct",
9508 "der 0.7.8",
9509]
9510
9511[[package]]
9512name = "sptr"
9513version = "0.3.2"
9514source = "registry+https://github.com/rust-lang/crates.io-index"
9515checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
9516
9517[[package]]
9518name = "sqlez"
9519version = "0.1.0"
9520dependencies = [
9521 "anyhow",
9522 "collections",
9523 "futures 0.3.28",
9524 "indoc",
9525 "lazy_static",
9526 "libsqlite3-sys",
9527 "parking_lot",
9528 "smol",
9529 "thread_local",
9530 "util",
9531 "uuid",
9532]
9533
9534[[package]]
9535name = "sqlez_macros"
9536version = "0.1.0"
9537dependencies = [
9538 "lazy_static",
9539 "sqlez",
9540 "sqlformat",
9541 "syn 1.0.109",
9542]
9543
9544[[package]]
9545name = "sqlformat"
9546version = "0.2.2"
9547source = "registry+https://github.com/rust-lang/crates.io-index"
9548checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
9549dependencies = [
9550 "itertools 0.11.0",
9551 "nom",
9552 "unicode_categories",
9553]
9554
9555[[package]]
9556name = "sqlx"
9557version = "0.7.2"
9558source = "registry+https://github.com/rust-lang/crates.io-index"
9559checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
9560dependencies = [
9561 "sqlx-core",
9562 "sqlx-macros",
9563 "sqlx-mysql",
9564 "sqlx-postgres",
9565 "sqlx-sqlite",
9566]
9567
9568[[package]]
9569name = "sqlx-core"
9570version = "0.7.2"
9571source = "registry+https://github.com/rust-lang/crates.io-index"
9572checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
9573dependencies = [
9574 "ahash 0.8.8",
9575 "atoi",
9576 "bigdecimal",
9577 "byteorder",
9578 "bytes 1.5.0",
9579 "chrono",
9580 "crc",
9581 "crossbeam-queue",
9582 "dotenvy",
9583 "either",
9584 "event-listener 2.5.3",
9585 "futures-channel",
9586 "futures-core",
9587 "futures-intrusive",
9588 "futures-io",
9589 "futures-util",
9590 "hashlink",
9591 "hex",
9592 "indexmap 2.2.6",
9593 "log",
9594 "memchr",
9595 "once_cell",
9596 "paste",
9597 "percent-encoding",
9598 "rust_decimal",
9599 "rustls",
9600 "rustls-pemfile",
9601 "serde",
9602 "serde_json",
9603 "sha2 0.10.7",
9604 "smallvec",
9605 "sqlformat",
9606 "thiserror",
9607 "time",
9608 "tokio",
9609 "tokio-stream",
9610 "tracing",
9611 "url",
9612 "uuid",
9613 "webpki-roots",
9614]
9615
9616[[package]]
9617name = "sqlx-macros"
9618version = "0.7.2"
9619source = "registry+https://github.com/rust-lang/crates.io-index"
9620checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
9621dependencies = [
9622 "proc-macro2",
9623 "quote",
9624 "sqlx-core",
9625 "sqlx-macros-core",
9626 "syn 1.0.109",
9627]
9628
9629[[package]]
9630name = "sqlx-macros-core"
9631version = "0.7.2"
9632source = "registry+https://github.com/rust-lang/crates.io-index"
9633checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
9634dependencies = [
9635 "dotenvy",
9636 "either",
9637 "heck 0.4.1",
9638 "hex",
9639 "once_cell",
9640 "proc-macro2",
9641 "quote",
9642 "serde",
9643 "serde_json",
9644 "sha2 0.10.7",
9645 "sqlx-core",
9646 "sqlx-mysql",
9647 "sqlx-postgres",
9648 "sqlx-sqlite",
9649 "syn 1.0.109",
9650 "tempfile",
9651 "tokio",
9652 "url",
9653]
9654
9655[[package]]
9656name = "sqlx-mysql"
9657version = "0.7.2"
9658source = "registry+https://github.com/rust-lang/crates.io-index"
9659checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
9660dependencies = [
9661 "atoi",
9662 "base64 0.21.7",
9663 "bigdecimal",
9664 "bitflags 2.4.2",
9665 "byteorder",
9666 "bytes 1.5.0",
9667 "chrono",
9668 "crc",
9669 "digest 0.10.7",
9670 "dotenvy",
9671 "either",
9672 "futures-channel",
9673 "futures-core",
9674 "futures-io",
9675 "futures-util",
9676 "generic-array",
9677 "hex",
9678 "hkdf",
9679 "hmac 0.12.1",
9680 "itoa",
9681 "log",
9682 "md-5",
9683 "memchr",
9684 "once_cell",
9685 "percent-encoding",
9686 "rand 0.8.5",
9687 "rsa 0.9.2",
9688 "rust_decimal",
9689 "serde",
9690 "sha1",
9691 "sha2 0.10.7",
9692 "smallvec",
9693 "sqlx-core",
9694 "stringprep",
9695 "thiserror",
9696 "time",
9697 "tracing",
9698 "uuid",
9699 "whoami",
9700]
9701
9702[[package]]
9703name = "sqlx-postgres"
9704version = "0.7.2"
9705source = "registry+https://github.com/rust-lang/crates.io-index"
9706checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
9707dependencies = [
9708 "atoi",
9709 "base64 0.21.7",
9710 "bigdecimal",
9711 "bitflags 2.4.2",
9712 "byteorder",
9713 "chrono",
9714 "crc",
9715 "dotenvy",
9716 "etcetera",
9717 "futures-channel",
9718 "futures-core",
9719 "futures-io",
9720 "futures-util",
9721 "hex",
9722 "hkdf",
9723 "hmac 0.12.1",
9724 "home",
9725 "itoa",
9726 "log",
9727 "md-5",
9728 "memchr",
9729 "num-bigint",
9730 "once_cell",
9731 "rand 0.8.5",
9732 "rust_decimal",
9733 "serde",
9734 "serde_json",
9735 "sha1",
9736 "sha2 0.10.7",
9737 "smallvec",
9738 "sqlx-core",
9739 "stringprep",
9740 "thiserror",
9741 "time",
9742 "tracing",
9743 "uuid",
9744 "whoami",
9745]
9746
9747[[package]]
9748name = "sqlx-sqlite"
9749version = "0.7.2"
9750source = "registry+https://github.com/rust-lang/crates.io-index"
9751checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
9752dependencies = [
9753 "atoi",
9754 "chrono",
9755 "flume",
9756 "futures-channel",
9757 "futures-core",
9758 "futures-executor",
9759 "futures-intrusive",
9760 "futures-util",
9761 "libsqlite3-sys",
9762 "log",
9763 "percent-encoding",
9764 "serde",
9765 "sqlx-core",
9766 "time",
9767 "tracing",
9768 "url",
9769 "uuid",
9770]
9771
9772[[package]]
9773name = "stable_deref_trait"
9774version = "1.2.0"
9775source = "registry+https://github.com/rust-lang/crates.io-index"
9776checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
9777
9778[[package]]
9779name = "static_assertions"
9780version = "1.1.0"
9781source = "registry+https://github.com/rust-lang/crates.io-index"
9782checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
9783
9784[[package]]
9785name = "story"
9786version = "0.1.0"
9787dependencies = [
9788 "gpui",
9789 "itertools 0.10.5",
9790 "smallvec",
9791]
9792
9793[[package]]
9794name = "storybook"
9795version = "0.1.0"
9796dependencies = [
9797 "anyhow",
9798 "clap 4.4.4",
9799 "collab_ui",
9800 "ctrlc",
9801 "dialoguer",
9802 "editor",
9803 "fuzzy",
9804 "gpui",
9805 "indoc",
9806 "language",
9807 "log",
9808 "menu",
9809 "picker",
9810 "project",
9811 "rust-embed",
9812 "settings",
9813 "simplelog",
9814 "story",
9815 "strum",
9816 "theme",
9817 "ui",
9818]
9819
9820[[package]]
9821name = "strict-num"
9822version = "0.1.1"
9823source = "registry+https://github.com/rust-lang/crates.io-index"
9824checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
9825dependencies = [
9826 "float-cmp",
9827]
9828
9829[[package]]
9830name = "stringprep"
9831version = "0.1.4"
9832source = "registry+https://github.com/rust-lang/crates.io-index"
9833checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
9834dependencies = [
9835 "finl_unicode",
9836 "unicode-bidi",
9837 "unicode-normalization",
9838]
9839
9840[[package]]
9841name = "strsim"
9842version = "0.10.0"
9843source = "registry+https://github.com/rust-lang/crates.io-index"
9844checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
9845
9846[[package]]
9847name = "strsim"
9848version = "0.11.1"
9849source = "registry+https://github.com/rust-lang/crates.io-index"
9850checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
9851
9852[[package]]
9853name = "strum"
9854version = "0.25.0"
9855source = "registry+https://github.com/rust-lang/crates.io-index"
9856checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
9857dependencies = [
9858 "strum_macros",
9859]
9860
9861[[package]]
9862name = "strum_macros"
9863version = "0.25.2"
9864source = "registry+https://github.com/rust-lang/crates.io-index"
9865checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
9866dependencies = [
9867 "heck 0.4.1",
9868 "proc-macro2",
9869 "quote",
9870 "rustversion",
9871 "syn 2.0.59",
9872]
9873
9874[[package]]
9875name = "subtle"
9876version = "2.5.0"
9877source = "registry+https://github.com/rust-lang/crates.io-index"
9878checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
9879
9880[[package]]
9881name = "sum_tree"
9882version = "0.1.0"
9883dependencies = [
9884 "arrayvec",
9885 "ctor",
9886 "env_logger",
9887 "log",
9888 "rand 0.8.5",
9889 "rayon",
9890]
9891
9892[[package]]
9893name = "supermaven"
9894version = "0.1.0"
9895dependencies = [
9896 "anyhow",
9897 "client",
9898 "collections",
9899 "editor",
9900 "env_logger",
9901 "futures 0.3.28",
9902 "gpui",
9903 "http 0.1.0",
9904 "language",
9905 "log",
9906 "postage",
9907 "project",
9908 "serde",
9909 "serde_json",
9910 "settings",
9911 "smol",
9912 "supermaven_api",
9913 "theme",
9914 "ui",
9915 "util",
9916]
9917
9918[[package]]
9919name = "supermaven_api"
9920version = "0.1.0"
9921dependencies = [
9922 "anyhow",
9923 "futures 0.3.28",
9924 "http 0.1.0",
9925 "serde",
9926 "serde_json",
9927 "smol",
9928 "util",
9929]
9930
9931[[package]]
9932name = "sval"
9933version = "2.8.0"
9934source = "registry+https://github.com/rust-lang/crates.io-index"
9935checksum = "05d11eec9fbe2bc8bc71e7349f0e7534db9a96d961fb9f302574275b7880ad06"
9936
9937[[package]]
9938name = "sval_buffer"
9939version = "2.8.0"
9940source = "registry+https://github.com/rust-lang/crates.io-index"
9941checksum = "6b7451f69a93c5baf2653d5aa8bb4178934337f16c22830a50b06b386f72d761"
9942dependencies = [
9943 "sval",
9944 "sval_ref",
9945]
9946
9947[[package]]
9948name = "sval_dynamic"
9949version = "2.8.0"
9950source = "registry+https://github.com/rust-lang/crates.io-index"
9951checksum = "c34f5a2cc12b4da2adfb59d5eedfd9b174a23cc3fae84cec71dcbcd9302068f5"
9952dependencies = [
9953 "sval",
9954]
9955
9956[[package]]
9957name = "sval_fmt"
9958version = "2.8.0"
9959source = "registry+https://github.com/rust-lang/crates.io-index"
9960checksum = "2f578b2301341e246d00b35957f2952c4ec554ad9c7cfaee10bc86bc92896578"
9961dependencies = [
9962 "itoa",
9963 "ryu",
9964 "sval",
9965]
9966
9967[[package]]
9968name = "sval_json"
9969version = "2.8.0"
9970source = "registry+https://github.com/rust-lang/crates.io-index"
9971checksum = "8346c00f5dc6efe18bea8d13c1f7ca4f112b20803434bf3657ac17c0f74cbc4b"
9972dependencies = [
9973 "itoa",
9974 "ryu",
9975 "sval",
9976]
9977
9978[[package]]
9979name = "sval_ref"
9980version = "2.8.0"
9981source = "registry+https://github.com/rust-lang/crates.io-index"
9982checksum = "6617cc89952f792aebc0f4a1a76bc51e80c70b18c491bd52215c7989c4c3dd06"
9983dependencies = [
9984 "sval",
9985]
9986
9987[[package]]
9988name = "sval_serde"
9989version = "2.8.0"
9990source = "registry+https://github.com/rust-lang/crates.io-index"
9991checksum = "fe3d1e59f023341d9af75d86f3bc148a6704f3f831eef0dd90bbe9cb445fa024"
9992dependencies = [
9993 "serde",
9994 "sval",
9995 "sval_buffer",
9996 "sval_fmt",
9997]
9998
9999[[package]]
10000name = "svg_fmt"
10001version = "0.4.1"
10002source = "registry+https://github.com/rust-lang/crates.io-index"
10003checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
10004
10005[[package]]
10006name = "svgtypes"
10007version = "0.15.0"
10008source = "registry+https://github.com/rust-lang/crates.io-index"
10009checksum = "d97ca9a891c9c70da8139ac9d8e8ea36a210fa21bb50eccd75d4a9561c83e87f"
10010dependencies = [
10011 "kurbo",
10012 "siphasher 1.0.1",
10013]
10014
10015[[package]]
10016name = "swash"
10017version = "0.1.12"
10018source = "registry+https://github.com/rust-lang/crates.io-index"
10019checksum = "d06ff4664af8923625604261c645f5c4cc610cc83c84bec74b50d76237089de7"
10020dependencies = [
10021 "read-fonts",
10022 "yazi",
10023 "zeno",
10024]
10025
10026[[package]]
10027name = "syn"
10028version = "1.0.109"
10029source = "registry+https://github.com/rust-lang/crates.io-index"
10030checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
10031dependencies = [
10032 "proc-macro2",
10033 "quote",
10034 "unicode-ident",
10035]
10036
10037[[package]]
10038name = "syn"
10039version = "2.0.59"
10040source = "registry+https://github.com/rust-lang/crates.io-index"
10041checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a"
10042dependencies = [
10043 "proc-macro2",
10044 "quote",
10045 "unicode-ident",
10046]
10047
10048[[package]]
10049name = "sync_wrapper"
10050version = "0.1.2"
10051source = "registry+https://github.com/rust-lang/crates.io-index"
10052checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
10053
10054[[package]]
10055name = "synchronoise"
10056version = "1.0.1"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
10059dependencies = [
10060 "crossbeam-queue",
10061]
10062
10063[[package]]
10064name = "sys-locale"
10065version = "0.3.1"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
10068dependencies = [
10069 "libc",
10070]
10071
10072[[package]]
10073name = "sysinfo"
10074version = "0.30.7"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
10077dependencies = [
10078 "cfg-if",
10079 "core-foundation-sys 0.8.6",
10080 "libc",
10081 "ntapi",
10082 "once_cell",
10083 "rayon",
10084 "windows 0.52.0",
10085]
10086
10087[[package]]
10088name = "system-interface"
10089version = "0.27.1"
10090source = "registry+https://github.com/rust-lang/crates.io-index"
10091checksum = "9aef1f9d4c1dbdd1cb3a63be9efd2f04d8ddbc919d46112982c76818ffc2f1a7"
10092dependencies = [
10093 "bitflags 2.4.2",
10094 "cap-fs-ext",
10095 "cap-std",
10096 "fd-lock",
10097 "io-lifetimes 2.0.3",
10098 "rustix 0.38.32",
10099 "windows-sys 0.52.0",
10100 "winx",
10101]
10102
10103[[package]]
10104name = "tab_switcher"
10105version = "0.1.0"
10106dependencies = [
10107 "anyhow",
10108 "collections",
10109 "ctor",
10110 "editor",
10111 "env_logger",
10112 "gpui",
10113 "language",
10114 "menu",
10115 "picker",
10116 "project",
10117 "serde",
10118 "serde_json",
10119 "terminal_view",
10120 "theme",
10121 "ui",
10122 "util",
10123 "workspace",
10124]
10125
10126[[package]]
10127name = "taffy"
10128version = "0.4.3"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "7b2e140b328c6cb5e744bb2c65910b47df86b239afc793ee2c52262569cf9225"
10131dependencies = [
10132 "arrayvec",
10133 "grid",
10134 "num-traits",
10135 "serde",
10136 "slotmap",
10137]
10138
10139[[package]]
10140name = "take-until"
10141version = "0.2.0"
10142source = "registry+https://github.com/rust-lang/crates.io-index"
10143checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
10144
10145[[package]]
10146name = "tap"
10147version = "1.0.1"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
10150
10151[[package]]
10152name = "target-lexicon"
10153version = "0.12.13"
10154source = "registry+https://github.com/rust-lang/crates.io-index"
10155checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
10156
10157[[package]]
10158name = "task"
10159version = "0.1.0"
10160dependencies = [
10161 "anyhow",
10162 "collections",
10163 "futures 0.3.28",
10164 "gpui",
10165 "hex",
10166 "parking_lot",
10167 "schemars",
10168 "serde",
10169 "serde_json_lenient",
10170 "sha2 0.10.7",
10171 "shellexpand",
10172 "util",
10173]
10174
10175[[package]]
10176name = "tasks_ui"
10177version = "0.1.0"
10178dependencies = [
10179 "anyhow",
10180 "editor",
10181 "file_icons",
10182 "fuzzy",
10183 "gpui",
10184 "language",
10185 "menu",
10186 "picker",
10187 "project",
10188 "schemars",
10189 "serde",
10190 "serde_json",
10191 "settings",
10192 "task",
10193 "tree-sitter-rust",
10194 "tree-sitter-typescript",
10195 "ui",
10196 "util",
10197 "workspace",
10198]
10199
10200[[package]]
10201name = "telemetry_events"
10202version = "0.1.0"
10203dependencies = [
10204 "semantic_version",
10205 "serde",
10206]
10207
10208[[package]]
10209name = "tempfile"
10210version = "3.9.0"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
10213dependencies = [
10214 "cfg-if",
10215 "fastrand 2.0.0",
10216 "redox_syscall 0.4.1",
10217 "rustix 0.38.32",
10218 "windows-sys 0.52.0",
10219]
10220
10221[[package]]
10222name = "tendril"
10223version = "0.4.3"
10224source = "registry+https://github.com/rust-lang/crates.io-index"
10225checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
10226dependencies = [
10227 "futf",
10228 "mac",
10229 "utf-8",
10230]
10231
10232[[package]]
10233name = "termcolor"
10234version = "1.1.3"
10235source = "registry+https://github.com/rust-lang/crates.io-index"
10236checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
10237dependencies = [
10238 "winapi-util",
10239]
10240
10241[[package]]
10242name = "terminal"
10243version = "0.1.0"
10244dependencies = [
10245 "alacritty_terminal",
10246 "anyhow",
10247 "collections",
10248 "dirs 4.0.0",
10249 "futures 0.3.28",
10250 "gpui",
10251 "libc",
10252 "rand 0.8.5",
10253 "schemars",
10254 "serde",
10255 "serde_derive",
10256 "serde_json",
10257 "settings",
10258 "smol",
10259 "sysinfo",
10260 "task",
10261 "theme",
10262 "thiserror",
10263 "util",
10264 "windows 0.56.0",
10265]
10266
10267[[package]]
10268name = "terminal_view"
10269version = "0.1.0"
10270dependencies = [
10271 "anyhow",
10272 "client",
10273 "collections",
10274 "db",
10275 "dirs 4.0.0",
10276 "editor",
10277 "futures 0.3.28",
10278 "gpui",
10279 "itertools 0.11.0",
10280 "language",
10281 "project",
10282 "rand 0.8.5",
10283 "search",
10284 "serde",
10285 "serde_json",
10286 "settings",
10287 "shellexpand",
10288 "smol",
10289 "task",
10290 "tasks_ui",
10291 "terminal",
10292 "theme",
10293 "ui",
10294 "util",
10295 "workspace",
10296]
10297
10298[[package]]
10299name = "text"
10300version = "0.1.0"
10301dependencies = [
10302 "anyhow",
10303 "clock",
10304 "collections",
10305 "ctor",
10306 "env_logger",
10307 "gpui",
10308 "http 0.1.0",
10309 "lazy_static",
10310 "log",
10311 "parking_lot",
10312 "postage",
10313 "rand 0.8.5",
10314 "regex",
10315 "rope",
10316 "smallvec",
10317 "sum_tree",
10318 "util",
10319]
10320
10321[[package]]
10322name = "textwrap"
10323version = "0.16.0"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
10326
10327[[package]]
10328name = "theme"
10329version = "0.1.0"
10330dependencies = [
10331 "anyhow",
10332 "collections",
10333 "color",
10334 "derive_more",
10335 "fs",
10336 "futures 0.3.28",
10337 "gpui",
10338 "indexmap 1.9.3",
10339 "palette",
10340 "parking_lot",
10341 "refineable",
10342 "schemars",
10343 "serde",
10344 "serde_derive",
10345 "serde_json",
10346 "serde_json_lenient",
10347 "serde_repr",
10348 "settings",
10349 "story",
10350 "util",
10351 "uuid",
10352]
10353
10354[[package]]
10355name = "theme_importer"
10356version = "0.1.0"
10357dependencies = [
10358 "anyhow",
10359 "clap 4.4.4",
10360 "gpui",
10361 "indexmap 1.9.3",
10362 "log",
10363 "palette",
10364 "rust-embed",
10365 "schemars",
10366 "serde",
10367 "serde_json",
10368 "serde_json_lenient",
10369 "simplelog",
10370 "strum",
10371 "theme",
10372 "vscode_theme",
10373]
10374
10375[[package]]
10376name = "theme_selector"
10377version = "0.1.0"
10378dependencies = [
10379 "client",
10380 "feature_flags",
10381 "fs",
10382 "fuzzy",
10383 "gpui",
10384 "log",
10385 "picker",
10386 "serde",
10387 "settings",
10388 "theme",
10389 "ui",
10390 "util",
10391 "workspace",
10392]
10393
10394[[package]]
10395name = "thiserror"
10396version = "1.0.60"
10397source = "registry+https://github.com/rust-lang/crates.io-index"
10398checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
10399dependencies = [
10400 "thiserror-impl",
10401]
10402
10403[[package]]
10404name = "thiserror-impl"
10405version = "1.0.60"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
10408dependencies = [
10409 "proc-macro2",
10410 "quote",
10411 "syn 2.0.59",
10412]
10413
10414[[package]]
10415name = "thread_local"
10416version = "1.1.7"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
10419dependencies = [
10420 "cfg-if",
10421 "once_cell",
10422]
10423
10424[[package]]
10425name = "tiff"
10426version = "0.6.1"
10427source = "registry+https://github.com/rust-lang/crates.io-index"
10428checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
10429dependencies = [
10430 "jpeg-decoder",
10431 "miniz_oxide 0.4.4",
10432 "weezl",
10433]
10434
10435[[package]]
10436name = "tiktoken-rs"
10437version = "0.5.9"
10438source = "registry+https://github.com/rust-lang/crates.io-index"
10439checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
10440dependencies = [
10441 "anyhow",
10442 "base64 0.21.7",
10443 "bstr",
10444 "fancy-regex",
10445 "lazy_static",
10446 "parking_lot",
10447 "rustc-hash",
10448]
10449
10450[[package]]
10451name = "time"
10452version = "0.3.36"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
10455dependencies = [
10456 "deranged",
10457 "itoa",
10458 "num-conv",
10459 "powerfmt",
10460 "serde",
10461 "time-core",
10462 "time-macros",
10463]
10464
10465[[package]]
10466name = "time-core"
10467version = "0.1.2"
10468source = "registry+https://github.com/rust-lang/crates.io-index"
10469checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
10470
10471[[package]]
10472name = "time-macros"
10473version = "0.2.18"
10474source = "registry+https://github.com/rust-lang/crates.io-index"
10475checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
10476dependencies = [
10477 "num-conv",
10478 "time-core",
10479]
10480
10481[[package]]
10482name = "time_format"
10483version = "0.1.0"
10484dependencies = [
10485 "core-foundation",
10486 "core-foundation-sys 0.8.6",
10487 "sys-locale",
10488 "time",
10489]
10490
10491[[package]]
10492name = "tiny-keccak"
10493version = "2.0.2"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
10496dependencies = [
10497 "crunchy",
10498]
10499
10500[[package]]
10501name = "tiny-skia"
10502version = "0.11.4"
10503source = "registry+https://github.com/rust-lang/crates.io-index"
10504checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
10505dependencies = [
10506 "arrayref",
10507 "arrayvec",
10508 "bytemuck",
10509 "cfg-if",
10510 "log",
10511 "png 0.17.13",
10512 "tiny-skia-path",
10513]
10514
10515[[package]]
10516name = "tiny-skia-path"
10517version = "0.11.4"
10518source = "registry+https://github.com/rust-lang/crates.io-index"
10519checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
10520dependencies = [
10521 "arrayref",
10522 "bytemuck",
10523 "strict-num",
10524]
10525
10526[[package]]
10527name = "tiny_http"
10528version = "0.8.2"
10529source = "registry+https://github.com/rust-lang/crates.io-index"
10530checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
10531dependencies = [
10532 "ascii",
10533 "chrono",
10534 "chunked_transfer",
10535 "log",
10536 "url",
10537]
10538
10539[[package]]
10540name = "tinytemplate"
10541version = "1.2.1"
10542source = "registry+https://github.com/rust-lang/crates.io-index"
10543checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
10544dependencies = [
10545 "serde",
10546 "serde_json",
10547]
10548
10549[[package]]
10550name = "tinyvec"
10551version = "1.6.0"
10552source = "registry+https://github.com/rust-lang/crates.io-index"
10553checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
10554dependencies = [
10555 "tinyvec_macros",
10556]
10557
10558[[package]]
10559name = "tinyvec_macros"
10560version = "0.1.1"
10561source = "registry+https://github.com/rust-lang/crates.io-index"
10562checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
10563
10564[[package]]
10565name = "tokio"
10566version = "1.32.0"
10567source = "registry+https://github.com/rust-lang/crates.io-index"
10568checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
10569dependencies = [
10570 "backtrace",
10571 "bytes 1.5.0",
10572 "libc",
10573 "mio",
10574 "num_cpus",
10575 "parking_lot",
10576 "pin-project-lite",
10577 "signal-hook-registry",
10578 "socket2 0.5.4",
10579 "tokio-macros",
10580 "windows-sys 0.48.0",
10581]
10582
10583[[package]]
10584name = "tokio-io"
10585version = "0.1.13"
10586source = "registry+https://github.com/rust-lang/crates.io-index"
10587checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
10588dependencies = [
10589 "bytes 0.4.12",
10590 "futures 0.1.31",
10591 "log",
10592]
10593
10594[[package]]
10595name = "tokio-macros"
10596version = "2.1.0"
10597source = "registry+https://github.com/rust-lang/crates.io-index"
10598checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
10599dependencies = [
10600 "proc-macro2",
10601 "quote",
10602 "syn 2.0.59",
10603]
10604
10605[[package]]
10606name = "tokio-native-tls"
10607version = "0.3.1"
10608source = "registry+https://github.com/rust-lang/crates.io-index"
10609checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
10610dependencies = [
10611 "native-tls",
10612 "tokio",
10613]
10614
10615[[package]]
10616name = "tokio-rustls"
10617version = "0.24.1"
10618source = "registry+https://github.com/rust-lang/crates.io-index"
10619checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
10620dependencies = [
10621 "rustls",
10622 "tokio",
10623]
10624
10625[[package]]
10626name = "tokio-stream"
10627version = "0.1.14"
10628source = "registry+https://github.com/rust-lang/crates.io-index"
10629checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
10630dependencies = [
10631 "futures-core",
10632 "pin-project-lite",
10633 "tokio",
10634]
10635
10636[[package]]
10637name = "tokio-tungstenite"
10638version = "0.20.1"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
10641dependencies = [
10642 "futures-util",
10643 "log",
10644 "tokio",
10645 "tungstenite 0.20.1",
10646]
10647
10648[[package]]
10649name = "tokio-util"
10650version = "0.7.9"
10651source = "registry+https://github.com/rust-lang/crates.io-index"
10652checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
10653dependencies = [
10654 "bytes 1.5.0",
10655 "futures-core",
10656 "futures-io",
10657 "futures-sink",
10658 "pin-project-lite",
10659 "tokio",
10660 "tracing",
10661]
10662
10663[[package]]
10664name = "toml"
10665version = "0.5.11"
10666source = "registry+https://github.com/rust-lang/crates.io-index"
10667checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
10668dependencies = [
10669 "serde",
10670]
10671
10672[[package]]
10673name = "toml"
10674version = "0.7.8"
10675source = "registry+https://github.com/rust-lang/crates.io-index"
10676checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
10677dependencies = [
10678 "serde",
10679 "serde_spanned",
10680 "toml_datetime",
10681 "toml_edit 0.19.15",
10682]
10683
10684[[package]]
10685name = "toml"
10686version = "0.8.10"
10687source = "registry+https://github.com/rust-lang/crates.io-index"
10688checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
10689dependencies = [
10690 "serde",
10691 "serde_spanned",
10692 "toml_datetime",
10693 "toml_edit 0.22.6",
10694]
10695
10696[[package]]
10697name = "toml_datetime"
10698version = "0.6.5"
10699source = "registry+https://github.com/rust-lang/crates.io-index"
10700checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
10701dependencies = [
10702 "serde",
10703]
10704
10705[[package]]
10706name = "toml_edit"
10707version = "0.19.15"
10708source = "registry+https://github.com/rust-lang/crates.io-index"
10709checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
10710dependencies = [
10711 "indexmap 2.2.6",
10712 "serde",
10713 "serde_spanned",
10714 "toml_datetime",
10715 "winnow 0.5.15",
10716]
10717
10718[[package]]
10719name = "toml_edit"
10720version = "0.21.1"
10721source = "registry+https://github.com/rust-lang/crates.io-index"
10722checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
10723dependencies = [
10724 "indexmap 2.2.6",
10725 "toml_datetime",
10726 "winnow 0.5.15",
10727]
10728
10729[[package]]
10730name = "toml_edit"
10731version = "0.22.6"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
10734dependencies = [
10735 "indexmap 2.2.6",
10736 "serde",
10737 "serde_spanned",
10738 "toml_datetime",
10739 "winnow 0.6.1",
10740]
10741
10742[[package]]
10743name = "tower"
10744version = "0.4.13"
10745source = "registry+https://github.com/rust-lang/crates.io-index"
10746checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
10747dependencies = [
10748 "futures-core",
10749 "futures-util",
10750 "pin-project",
10751 "pin-project-lite",
10752 "tokio",
10753 "tower-layer",
10754 "tower-service",
10755 "tracing",
10756]
10757
10758[[package]]
10759name = "tower-http"
10760version = "0.3.5"
10761source = "registry+https://github.com/rust-lang/crates.io-index"
10762checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
10763dependencies = [
10764 "bitflags 1.3.2",
10765 "bytes 1.5.0",
10766 "futures-core",
10767 "futures-util",
10768 "http 0.2.9",
10769 "http-body",
10770 "http-range-header",
10771 "pin-project-lite",
10772 "tower-layer",
10773 "tower-service",
10774]
10775
10776[[package]]
10777name = "tower-http"
10778version = "0.4.4"
10779source = "registry+https://github.com/rust-lang/crates.io-index"
10780checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
10781dependencies = [
10782 "bitflags 2.4.2",
10783 "bytes 1.5.0",
10784 "futures-core",
10785 "futures-util",
10786 "http 0.2.9",
10787 "http-body",
10788 "http-range-header",
10789 "pin-project-lite",
10790 "tower-layer",
10791 "tower-service",
10792 "tracing",
10793]
10794
10795[[package]]
10796name = "tower-layer"
10797version = "0.3.2"
10798source = "registry+https://github.com/rust-lang/crates.io-index"
10799checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
10800
10801[[package]]
10802name = "tower-service"
10803version = "0.3.2"
10804source = "registry+https://github.com/rust-lang/crates.io-index"
10805checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
10806
10807[[package]]
10808name = "tracing"
10809version = "0.1.40"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
10812dependencies = [
10813 "log",
10814 "pin-project-lite",
10815 "tracing-attributes",
10816 "tracing-core",
10817]
10818
10819[[package]]
10820name = "tracing-attributes"
10821version = "0.1.27"
10822source = "registry+https://github.com/rust-lang/crates.io-index"
10823checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
10824dependencies = [
10825 "proc-macro2",
10826 "quote",
10827 "syn 2.0.59",
10828]
10829
10830[[package]]
10831name = "tracing-core"
10832version = "0.1.32"
10833source = "registry+https://github.com/rust-lang/crates.io-index"
10834checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
10835dependencies = [
10836 "once_cell",
10837 "valuable",
10838]
10839
10840[[package]]
10841name = "tracing-futures"
10842version = "0.2.5"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
10845dependencies = [
10846 "pin-project",
10847 "tracing",
10848]
10849
10850[[package]]
10851name = "tracing-log"
10852version = "0.2.0"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
10855dependencies = [
10856 "log",
10857 "once_cell",
10858 "tracing-core",
10859]
10860
10861[[package]]
10862name = "tracing-serde"
10863version = "0.1.3"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
10866dependencies = [
10867 "serde",
10868 "tracing-core",
10869]
10870
10871[[package]]
10872name = "tracing-subscriber"
10873version = "0.3.18"
10874source = "registry+https://github.com/rust-lang/crates.io-index"
10875checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
10876dependencies = [
10877 "matchers",
10878 "nu-ansi-term",
10879 "once_cell",
10880 "regex",
10881 "serde",
10882 "serde_json",
10883 "sharded-slab",
10884 "smallvec",
10885 "thread_local",
10886 "tracing",
10887 "tracing-core",
10888 "tracing-log",
10889 "tracing-serde",
10890]
10891
10892[[package]]
10893name = "tree-sitter"
10894version = "0.20.100"
10895source = "git+https://github.com/tree-sitter/tree-sitter?rev=7b4894ba2ae81b988846676f54c0988d4027ef4f#7b4894ba2ae81b988846676f54c0988d4027ef4f"
10896dependencies = [
10897 "cc",
10898 "regex",
10899 "wasmtime-c-api-impl",
10900]
10901
10902[[package]]
10903name = "tree-sitter-bash"
10904version = "0.20.4"
10905source = "git+https://github.com/tree-sitter/tree-sitter-bash?rev=7331995b19b8f8aba2d5e26deb51d2195c18bc94#7331995b19b8f8aba2d5e26deb51d2195c18bc94"
10906dependencies = [
10907 "cc",
10908 "tree-sitter",
10909]
10910
10911[[package]]
10912name = "tree-sitter-c"
10913version = "0.20.6"
10914source = "registry+https://github.com/rust-lang/crates.io-index"
10915checksum = "30b03bdf218020057abee831581a74bff8c298323d6c6cd1a70556430ded9f4b"
10916dependencies = [
10917 "cc",
10918 "tree-sitter",
10919]
10920
10921[[package]]
10922name = "tree-sitter-cpp"
10923version = "0.20.0"
10924source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=f44509141e7e483323d2ec178f2d2e6c0fc041c1#f44509141e7e483323d2ec178f2d2e6c0fc041c1"
10925dependencies = [
10926 "cc",
10927 "tree-sitter",
10928]
10929
10930[[package]]
10931name = "tree-sitter-css"
10932version = "0.19.0"
10933source = "git+https://github.com/tree-sitter/tree-sitter-css?rev=769203d0f9abe1a9a691ac2b9fe4bb4397a73c51#769203d0f9abe1a9a691ac2b9fe4bb4397a73c51"
10934dependencies = [
10935 "cc",
10936 "tree-sitter",
10937]
10938
10939[[package]]
10940name = "tree-sitter-elixir"
10941version = "0.1.0"
10942source = "git+https://github.com/elixir-lang/tree-sitter-elixir?rev=a2861e88a730287a60c11ea9299c033c7d076e30#a2861e88a730287a60c11ea9299c033c7d076e30"
10943dependencies = [
10944 "cc",
10945 "tree-sitter",
10946]
10947
10948[[package]]
10949name = "tree-sitter-embedded-template"
10950version = "0.20.0"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
10953dependencies = [
10954 "cc",
10955 "tree-sitter",
10956]
10957
10958[[package]]
10959name = "tree-sitter-go"
10960version = "0.20.0"
10961source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=b82ab803d887002a0af11f6ce63d72884580bf33#b82ab803d887002a0af11f6ce63d72884580bf33"
10962dependencies = [
10963 "cc",
10964 "tree-sitter",
10965]
10966
10967[[package]]
10968name = "tree-sitter-gomod"
10969version = "1.0.2"
10970source = "git+https://github.com/camdencheek/tree-sitter-go-mod#bbe2fe3be4b87e06a613e685250f473d2267f430"
10971dependencies = [
10972 "cc",
10973 "tree-sitter",
10974]
10975
10976[[package]]
10977name = "tree-sitter-gowork"
10978version = "0.0.1"
10979source = "git+https://github.com/d1y/tree-sitter-go-work#a2a4b99b53b3740855ff33f0b54cab0bb4ce6f45"
10980dependencies = [
10981 "cc",
10982 "tree-sitter",
10983]
10984
10985[[package]]
10986name = "tree-sitter-heex"
10987version = "0.0.1"
10988source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=2e1348c3cf2c9323e87c2744796cf3f3868aa82a#2e1348c3cf2c9323e87c2744796cf3f3868aa82a"
10989dependencies = [
10990 "cc",
10991 "tree-sitter",
10992]
10993
10994[[package]]
10995name = "tree-sitter-html"
10996version = "0.19.0"
10997source = "registry+https://github.com/rust-lang/crates.io-index"
10998checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
10999dependencies = [
11000 "cc",
11001 "tree-sitter",
11002]
11003
11004[[package]]
11005name = "tree-sitter-jsdoc"
11006version = "0.20.0"
11007source = "git+https://github.com/tree-sitter/tree-sitter-jsdoc?rev=6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55#6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55"
11008dependencies = [
11009 "cc",
11010 "tree-sitter",
11011]
11012
11013[[package]]
11014name = "tree-sitter-json"
11015version = "0.19.0"
11016source = "registry+https://github.com/rust-lang/crates.io-index"
11017checksum = "90b04c4e1a92139535eb9fca4ec8fa9666cc96b618005d3ae35f3c957fa92f92"
11018dependencies = [
11019 "cc",
11020 "tree-sitter",
11021]
11022
11023[[package]]
11024name = "tree-sitter-json"
11025version = "0.20.0"
11026source = "git+https://github.com/tree-sitter/tree-sitter-json?rev=40a81c01a40ac48744e0c8ccabbaba1920441199#40a81c01a40ac48744e0c8ccabbaba1920441199"
11027dependencies = [
11028 "cc",
11029 "tree-sitter",
11030]
11031
11032[[package]]
11033name = "tree-sitter-markdown"
11034version = "0.0.1"
11035source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
11036dependencies = [
11037 "cc",
11038 "tree-sitter",
11039]
11040
11041[[package]]
11042name = "tree-sitter-proto"
11043version = "0.0.2"
11044source = "git+https://github.com/rewinfrey/tree-sitter-proto?rev=36d54f288aee112f13a67b550ad32634d0c2cb52#36d54f288aee112f13a67b550ad32634d0c2cb52"
11045dependencies = [
11046 "cc",
11047 "tree-sitter",
11048]
11049
11050[[package]]
11051name = "tree-sitter-python"
11052version = "0.20.4"
11053source = "registry+https://github.com/rust-lang/crates.io-index"
11054checksum = "e6c93b1b1fbd0d399db3445f51fd3058e43d0b4dcff62ddbdb46e66550978aa5"
11055dependencies = [
11056 "cc",
11057 "tree-sitter",
11058]
11059
11060[[package]]
11061name = "tree-sitter-regex"
11062version = "0.20.0"
11063source = "registry+https://github.com/rust-lang/crates.io-index"
11064checksum = "efb5a53e9c990757895476216796b170fd81e4d173d08f8b082279c4e6ff8c5c"
11065dependencies = [
11066 "cc",
11067 "tree-sitter",
11068]
11069
11070[[package]]
11071name = "tree-sitter-ruby"
11072version = "0.20.0"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
11075dependencies = [
11076 "cc",
11077 "tree-sitter",
11078]
11079
11080[[package]]
11081name = "tree-sitter-rust"
11082version = "0.20.4"
11083source = "registry+https://github.com/rust-lang/crates.io-index"
11084checksum = "b0832309b0b2b6d33760ce5c0e818cb47e1d72b468516bfe4134408926fa7594"
11085dependencies = [
11086 "cc",
11087 "tree-sitter",
11088]
11089
11090[[package]]
11091name = "tree-sitter-typescript"
11092version = "0.20.2"
11093source = "git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259#5d20856f34315b068c41edaee2ac8a100081d259"
11094dependencies = [
11095 "cc",
11096 "tree-sitter",
11097]
11098
11099[[package]]
11100name = "tree-sitter-yaml"
11101version = "0.0.1"
11102source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=f545a41f57502e1b5ddf2a6668896c1b0620f930#f545a41f57502e1b5ddf2a6668896c1b0620f930"
11103dependencies = [
11104 "cc",
11105 "tree-sitter",
11106]
11107
11108[[package]]
11109name = "try-lock"
11110version = "0.2.4"
11111source = "registry+https://github.com/rust-lang/crates.io-index"
11112checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
11113
11114[[package]]
11115name = "ttf-parser"
11116version = "0.20.0"
11117source = "registry+https://github.com/rust-lang/crates.io-index"
11118checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
11119
11120[[package]]
11121name = "tungstenite"
11122version = "0.16.0"
11123source = "registry+https://github.com/rust-lang/crates.io-index"
11124checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
11125dependencies = [
11126 "base64 0.13.1",
11127 "byteorder",
11128 "bytes 1.5.0",
11129 "http 0.2.9",
11130 "httparse",
11131 "log",
11132 "native-tls",
11133 "rand 0.8.5",
11134 "sha-1",
11135 "thiserror",
11136 "url",
11137 "utf-8",
11138]
11139
11140[[package]]
11141name = "tungstenite"
11142version = "0.20.1"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
11145dependencies = [
11146 "byteorder",
11147 "bytes 1.5.0",
11148 "data-encoding",
11149 "http 0.2.9",
11150 "httparse",
11151 "log",
11152 "rand 0.8.5",
11153 "sha1",
11154 "thiserror",
11155 "url",
11156 "utf-8",
11157]
11158
11159[[package]]
11160name = "typeid"
11161version = "1.0.0"
11162source = "registry+https://github.com/rust-lang/crates.io-index"
11163checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf"
11164
11165[[package]]
11166name = "typenum"
11167version = "1.17.0"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
11170
11171[[package]]
11172name = "uds_windows"
11173version = "1.1.0"
11174source = "registry+https://github.com/rust-lang/crates.io-index"
11175checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
11176dependencies = [
11177 "memoffset",
11178 "tempfile",
11179 "winapi",
11180]
11181
11182[[package]]
11183name = "ui"
11184version = "0.1.0"
11185dependencies = [
11186 "chrono",
11187 "gpui",
11188 "itertools 0.11.0",
11189 "menu",
11190 "settings",
11191 "smallvec",
11192 "story",
11193 "strum",
11194 "theme",
11195 "windows 0.56.0",
11196]
11197
11198[[package]]
11199name = "ui_text_field"
11200version = "0.1.0"
11201dependencies = [
11202 "editor",
11203 "gpui",
11204 "settings",
11205 "theme",
11206 "ui",
11207]
11208
11209[[package]]
11210name = "unicase"
11211version = "2.7.0"
11212source = "registry+https://github.com/rust-lang/crates.io-index"
11213checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
11214dependencies = [
11215 "version_check",
11216]
11217
11218[[package]]
11219name = "unicode-bidi"
11220version = "0.3.13"
11221source = "registry+https://github.com/rust-lang/crates.io-index"
11222checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
11223
11224[[package]]
11225name = "unicode-bidi-mirroring"
11226version = "0.1.0"
11227source = "registry+https://github.com/rust-lang/crates.io-index"
11228checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
11229
11230[[package]]
11231name = "unicode-ccc"
11232version = "0.1.2"
11233source = "registry+https://github.com/rust-lang/crates.io-index"
11234checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
11235
11236[[package]]
11237name = "unicode-ident"
11238version = "1.0.12"
11239source = "registry+https://github.com/rust-lang/crates.io-index"
11240checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
11241
11242[[package]]
11243name = "unicode-linebreak"
11244version = "0.1.5"
11245source = "registry+https://github.com/rust-lang/crates.io-index"
11246checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
11247
11248[[package]]
11249name = "unicode-normalization"
11250version = "0.1.22"
11251source = "registry+https://github.com/rust-lang/crates.io-index"
11252checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
11253dependencies = [
11254 "tinyvec",
11255]
11256
11257[[package]]
11258name = "unicode-properties"
11259version = "0.1.1"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
11262
11263[[package]]
11264name = "unicode-script"
11265version = "0.5.5"
11266source = "registry+https://github.com/rust-lang/crates.io-index"
11267checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
11268
11269[[package]]
11270name = "unicode-segmentation"
11271version = "1.10.1"
11272source = "registry+https://github.com/rust-lang/crates.io-index"
11273checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
11274
11275[[package]]
11276name = "unicode-width"
11277version = "0.1.11"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
11280
11281[[package]]
11282name = "unicode-xid"
11283version = "0.2.4"
11284source = "registry+https://github.com/rust-lang/crates.io-index"
11285checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
11286
11287[[package]]
11288name = "unicode_categories"
11289version = "0.1.1"
11290source = "registry+https://github.com/rust-lang/crates.io-index"
11291checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
11292
11293[[package]]
11294name = "unindent"
11295version = "0.1.11"
11296source = "registry+https://github.com/rust-lang/crates.io-index"
11297checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
11298
11299[[package]]
11300name = "untrusted"
11301version = "0.9.0"
11302source = "registry+https://github.com/rust-lang/crates.io-index"
11303checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
11304
11305[[package]]
11306name = "url"
11307version = "2.5.0"
11308source = "registry+https://github.com/rust-lang/crates.io-index"
11309checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
11310dependencies = [
11311 "form_urlencoded",
11312 "idna",
11313 "percent-encoding",
11314 "serde",
11315]
11316
11317[[package]]
11318name = "urlencoding"
11319version = "2.1.3"
11320source = "registry+https://github.com/rust-lang/crates.io-index"
11321checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
11322
11323[[package]]
11324name = "usvg"
11325version = "0.41.0"
11326source = "registry+https://github.com/rust-lang/crates.io-index"
11327checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
11328dependencies = [
11329 "base64 0.22.0",
11330 "data-url",
11331 "flate2",
11332 "imagesize",
11333 "kurbo",
11334 "log",
11335 "pico-args",
11336 "roxmltree",
11337 "simplecss",
11338 "siphasher 1.0.1",
11339 "strict-num",
11340 "svgtypes",
11341 "tiny-skia-path",
11342 "xmlwriter",
11343]
11344
11345[[package]]
11346name = "utf-8"
11347version = "0.7.6"
11348source = "registry+https://github.com/rust-lang/crates.io-index"
11349checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
11350
11351[[package]]
11352name = "utf8parse"
11353version = "0.2.1"
11354source = "registry+https://github.com/rust-lang/crates.io-index"
11355checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
11356
11357[[package]]
11358name = "util"
11359version = "0.1.0"
11360dependencies = [
11361 "anyhow",
11362 "async-fs 1.6.0",
11363 "collections",
11364 "dirs 3.0.2",
11365 "futures 0.3.28",
11366 "futures-lite 1.13.0",
11367 "git2",
11368 "globset",
11369 "lazy_static",
11370 "log",
11371 "rand 0.8.5",
11372 "regex",
11373 "rust-embed",
11374 "serde",
11375 "serde_json",
11376 "take-until",
11377 "tempfile",
11378 "tendril",
11379 "unicase",
11380]
11381
11382[[package]]
11383name = "uuid"
11384version = "1.4.1"
11385source = "registry+https://github.com/rust-lang/crates.io-index"
11386checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
11387dependencies = [
11388 "getrandom 0.2.10",
11389 "serde",
11390 "sha1_smol",
11391]
11392
11393[[package]]
11394name = "valuable"
11395version = "0.1.0"
11396source = "registry+https://github.com/rust-lang/crates.io-index"
11397checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
11398
11399[[package]]
11400name = "value-bag"
11401version = "1.9.0"
11402source = "registry+https://github.com/rust-lang/crates.io-index"
11403checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
11404dependencies = [
11405 "value-bag-serde1",
11406 "value-bag-sval2",
11407]
11408
11409[[package]]
11410name = "value-bag-serde1"
11411version = "1.9.0"
11412source = "registry+https://github.com/rust-lang/crates.io-index"
11413checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
11414dependencies = [
11415 "erased-serde",
11416 "serde",
11417 "serde_fmt",
11418]
11419
11420[[package]]
11421name = "value-bag-sval2"
11422version = "1.9.0"
11423source = "registry+https://github.com/rust-lang/crates.io-index"
11424checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
11425dependencies = [
11426 "sval",
11427 "sval_buffer",
11428 "sval_dynamic",
11429 "sval_fmt",
11430 "sval_json",
11431 "sval_ref",
11432 "sval_serde",
11433]
11434
11435[[package]]
11436name = "vcpkg"
11437version = "0.2.15"
11438source = "registry+https://github.com/rust-lang/crates.io-index"
11439checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
11440
11441[[package]]
11442name = "vcs_menu"
11443version = "0.1.0"
11444dependencies = [
11445 "anyhow",
11446 "fuzzy",
11447 "git",
11448 "gpui",
11449 "picker",
11450 "ui",
11451 "util",
11452 "workspace",
11453]
11454
11455[[package]]
11456name = "version_check"
11457version = "0.9.4"
11458source = "registry+https://github.com/rust-lang/crates.io-index"
11459checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
11460
11461[[package]]
11462name = "vim"
11463version = "0.1.0"
11464dependencies = [
11465 "anyhow",
11466 "async-compat",
11467 "async-trait",
11468 "collections",
11469 "command_palette",
11470 "command_palette_hooks",
11471 "editor",
11472 "futures 0.3.28",
11473 "gpui",
11474 "indoc",
11475 "itertools 0.11.0",
11476 "language",
11477 "log",
11478 "lsp",
11479 "multi_buffer",
11480 "nvim-rs",
11481 "parking_lot",
11482 "regex",
11483 "release_channel",
11484 "schemars",
11485 "search",
11486 "serde",
11487 "serde_derive",
11488 "serde_json",
11489 "settings",
11490 "tokio",
11491 "ui",
11492 "util",
11493 "workspace",
11494 "zed_actions",
11495]
11496
11497[[package]]
11498name = "vscode_theme"
11499version = "0.2.0"
11500source = "registry+https://github.com/rust-lang/crates.io-index"
11501checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
11502dependencies = [
11503 "serde",
11504]
11505
11506[[package]]
11507name = "vsimd"
11508version = "0.8.0"
11509source = "registry+https://github.com/rust-lang/crates.io-index"
11510checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
11511
11512[[package]]
11513name = "vswhom"
11514version = "0.1.0"
11515source = "registry+https://github.com/rust-lang/crates.io-index"
11516checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
11517dependencies = [
11518 "libc",
11519 "vswhom-sys",
11520]
11521
11522[[package]]
11523name = "vswhom-sys"
11524version = "0.1.2"
11525source = "registry+https://github.com/rust-lang/crates.io-index"
11526checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
11527dependencies = [
11528 "cc",
11529 "libc",
11530]
11531
11532[[package]]
11533name = "vte"
11534version = "0.13.0"
11535source = "registry+https://github.com/rust-lang/crates.io-index"
11536checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
11537dependencies = [
11538 "bitflags 2.4.2",
11539 "cursor-icon",
11540 "log",
11541 "serde",
11542 "utf8parse",
11543 "vte_generate_state_changes",
11544]
11545
11546[[package]]
11547name = "vte_generate_state_changes"
11548version = "0.1.1"
11549source = "registry+https://github.com/rust-lang/crates.io-index"
11550checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
11551dependencies = [
11552 "proc-macro2",
11553 "quote",
11554]
11555
11556[[package]]
11557name = "waker-fn"
11558version = "1.1.0"
11559source = "registry+https://github.com/rust-lang/crates.io-index"
11560checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
11561
11562[[package]]
11563name = "walkdir"
11564version = "2.5.0"
11565source = "registry+https://github.com/rust-lang/crates.io-index"
11566checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
11567dependencies = [
11568 "same-file",
11569 "winapi-util",
11570]
11571
11572[[package]]
11573name = "want"
11574version = "0.3.1"
11575source = "registry+https://github.com/rust-lang/crates.io-index"
11576checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
11577dependencies = [
11578 "try-lock",
11579]
11580
11581[[package]]
11582name = "wasi"
11583version = "0.9.0+wasi-snapshot-preview1"
11584source = "registry+https://github.com/rust-lang/crates.io-index"
11585checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
11586
11587[[package]]
11588name = "wasi"
11589version = "0.11.0+wasi-snapshot-preview1"
11590source = "registry+https://github.com/rust-lang/crates.io-index"
11591checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
11592
11593[[package]]
11594name = "wasm-bindgen"
11595version = "0.2.92"
11596source = "registry+https://github.com/rust-lang/crates.io-index"
11597checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
11598dependencies = [
11599 "cfg-if",
11600 "wasm-bindgen-macro",
11601]
11602
11603[[package]]
11604name = "wasm-bindgen-backend"
11605version = "0.2.92"
11606source = "registry+https://github.com/rust-lang/crates.io-index"
11607checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
11608dependencies = [
11609 "bumpalo",
11610 "log",
11611 "once_cell",
11612 "proc-macro2",
11613 "quote",
11614 "syn 2.0.59",
11615 "wasm-bindgen-shared",
11616]
11617
11618[[package]]
11619name = "wasm-bindgen-futures"
11620version = "0.4.37"
11621source = "registry+https://github.com/rust-lang/crates.io-index"
11622checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
11623dependencies = [
11624 "cfg-if",
11625 "js-sys",
11626 "wasm-bindgen",
11627 "web-sys",
11628]
11629
11630[[package]]
11631name = "wasm-bindgen-macro"
11632version = "0.2.92"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
11635dependencies = [
11636 "quote",
11637 "wasm-bindgen-macro-support",
11638]
11639
11640[[package]]
11641name = "wasm-bindgen-macro-support"
11642version = "0.2.92"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
11645dependencies = [
11646 "proc-macro2",
11647 "quote",
11648 "syn 2.0.59",
11649 "wasm-bindgen-backend",
11650 "wasm-bindgen-shared",
11651]
11652
11653[[package]]
11654name = "wasm-bindgen-shared"
11655version = "0.2.92"
11656source = "registry+https://github.com/rust-lang/crates.io-index"
11657checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
11658
11659[[package]]
11660name = "wasm-encoder"
11661version = "0.201.0"
11662source = "registry+https://github.com/rust-lang/crates.io-index"
11663checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
11664dependencies = [
11665 "leb128",
11666]
11667
11668[[package]]
11669name = "wasm-metadata"
11670version = "0.201.0"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
11673dependencies = [
11674 "anyhow",
11675 "indexmap 2.2.6",
11676 "serde",
11677 "serde_derive",
11678 "serde_json",
11679 "spdx",
11680 "wasm-encoder",
11681 "wasmparser",
11682]
11683
11684[[package]]
11685name = "wasmparser"
11686version = "0.201.0"
11687source = "registry+https://github.com/rust-lang/crates.io-index"
11688checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
11689dependencies = [
11690 "bitflags 2.4.2",
11691 "indexmap 2.2.6",
11692 "semver",
11693]
11694
11695[[package]]
11696name = "wasmprinter"
11697version = "0.201.0"
11698source = "registry+https://github.com/rust-lang/crates.io-index"
11699checksum = "a67e66da702706ba08729a78e3c0079085f6bfcb1a62e4799e97bbf728c2c265"
11700dependencies = [
11701 "anyhow",
11702 "wasmparser",
11703]
11704
11705[[package]]
11706name = "wasmtime"
11707version = "19.0.0"
11708source = "registry+https://github.com/rust-lang/crates.io-index"
11709checksum = "6a08af88fa3d324cc5cf6d388d90ef396a787b3fb4bbd51ba185f8645dc0f02c"
11710dependencies = [
11711 "anyhow",
11712 "async-trait",
11713 "bincode",
11714 "bumpalo",
11715 "cfg-if",
11716 "encoding_rs",
11717 "gimli",
11718 "indexmap 2.2.6",
11719 "libc",
11720 "log",
11721 "object",
11722 "once_cell",
11723 "paste",
11724 "rustix 0.38.32",
11725 "semver",
11726 "serde",
11727 "serde_derive",
11728 "serde_json",
11729 "target-lexicon",
11730 "wasmparser",
11731 "wasmtime-component-macro",
11732 "wasmtime-component-util",
11733 "wasmtime-cranelift",
11734 "wasmtime-environ",
11735 "wasmtime-fiber",
11736 "wasmtime-jit-icache-coherence",
11737 "wasmtime-runtime",
11738 "wasmtime-slab",
11739 "wasmtime-winch",
11740 "windows-sys 0.52.0",
11741]
11742
11743[[package]]
11744name = "wasmtime-asm-macros"
11745version = "19.0.0"
11746source = "registry+https://github.com/rust-lang/crates.io-index"
11747checksum = "16cdbfcf28542bcda0b5fd68d44603e53e5ad126cbe7b9f25c130e1249fd8211"
11748dependencies = [
11749 "cfg-if",
11750]
11751
11752[[package]]
11753name = "wasmtime-c-api-impl"
11754version = "19.0.0"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "67dea28073e105735210b9e932b5e654198d5e28ed31f1314037cd7664ceda2b"
11757dependencies = [
11758 "anyhow",
11759 "log",
11760 "once_cell",
11761 "tracing",
11762 "wasmtime",
11763 "wasmtime-c-api-macros",
11764]
11765
11766[[package]]
11767name = "wasmtime-c-api-macros"
11768version = "19.0.0"
11769source = "registry+https://github.com/rust-lang/crates.io-index"
11770checksum = "0cfe12050fa28b17ab8434ab757fee281dd0d5c7715fa1bc5e4c0b29d1705415"
11771dependencies = [
11772 "proc-macro2",
11773 "quote",
11774]
11775
11776[[package]]
11777name = "wasmtime-component-macro"
11778version = "19.0.0"
11779source = "registry+https://github.com/rust-lang/crates.io-index"
11780checksum = "0cdcf690257c623506eeec3a502864b282aab0fdfd6981c1ebb63c7e98f4a23a"
11781dependencies = [
11782 "anyhow",
11783 "proc-macro2",
11784 "quote",
11785 "syn 2.0.59",
11786 "wasmtime-component-util",
11787 "wasmtime-wit-bindgen",
11788 "wit-parser",
11789]
11790
11791[[package]]
11792name = "wasmtime-component-util"
11793version = "19.0.0"
11794source = "registry+https://github.com/rust-lang/crates.io-index"
11795checksum = "ab3ae7bf66e2fae1e332ab3634f332d7422e878a6eecc47c8f8f78cc1f24e501"
11796
11797[[package]]
11798name = "wasmtime-cranelift"
11799version = "19.0.0"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "67ea025c969a09117818732fa6f96848e858a7953d4659dab8081a6eea3c0523"
11802dependencies = [
11803 "anyhow",
11804 "cfg-if",
11805 "cranelift-codegen",
11806 "cranelift-control",
11807 "cranelift-entity",
11808 "cranelift-frontend",
11809 "cranelift-native",
11810 "cranelift-wasm",
11811 "gimli",
11812 "log",
11813 "object",
11814 "target-lexicon",
11815 "thiserror",
11816 "wasmparser",
11817 "wasmtime-cranelift-shared",
11818 "wasmtime-environ",
11819 "wasmtime-versioned-export-macros",
11820]
11821
11822[[package]]
11823name = "wasmtime-cranelift-shared"
11824version = "19.0.0"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "dcd6dd2f8d8d4860b384f61f89b597633a5b5f0943c546210e5084c5d321fe20"
11827dependencies = [
11828 "anyhow",
11829 "cranelift-codegen",
11830 "cranelift-control",
11831 "cranelift-native",
11832 "gimli",
11833 "object",
11834 "target-lexicon",
11835 "wasmtime-environ",
11836]
11837
11838[[package]]
11839name = "wasmtime-environ"
11840version = "19.0.0"
11841source = "registry+https://github.com/rust-lang/crates.io-index"
11842checksum = "7f60f3f717658dd77745de03b750d5852126e9be6dad465848c77f90387c44c9"
11843dependencies = [
11844 "anyhow",
11845 "bincode",
11846 "cpp_demangle",
11847 "cranelift-entity",
11848 "gimli",
11849 "indexmap 2.2.6",
11850 "log",
11851 "object",
11852 "rustc-demangle",
11853 "serde",
11854 "serde_derive",
11855 "target-lexicon",
11856 "thiserror",
11857 "wasm-encoder",
11858 "wasmparser",
11859 "wasmprinter",
11860 "wasmtime-component-util",
11861 "wasmtime-types",
11862]
11863
11864[[package]]
11865name = "wasmtime-fiber"
11866version = "19.0.0"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "bf8cd22ab1041bf0e54b6283e57824557902e4fed8b1f3a7eef29cbaba89eebf"
11869dependencies = [
11870 "anyhow",
11871 "cc",
11872 "cfg-if",
11873 "rustix 0.38.32",
11874 "wasmtime-asm-macros",
11875 "wasmtime-versioned-export-macros",
11876 "windows-sys 0.52.0",
11877]
11878
11879[[package]]
11880name = "wasmtime-jit-icache-coherence"
11881version = "19.0.0"
11882source = "registry+https://github.com/rust-lang/crates.io-index"
11883checksum = "2796e4b4989db62899d2117e1e0258b839d088c044591b14e3a0396e7b3ae53a"
11884dependencies = [
11885 "cfg-if",
11886 "libc",
11887 "windows-sys 0.52.0",
11888]
11889
11890[[package]]
11891name = "wasmtime-runtime"
11892version = "19.0.0"
11893source = "registry+https://github.com/rust-lang/crates.io-index"
11894checksum = "4bf2b7745df452a4f41b9aab21d3f7ba1347b12da2fdc5241e59306127884a68"
11895dependencies = [
11896 "anyhow",
11897 "cc",
11898 "cfg-if",
11899 "encoding_rs",
11900 "indexmap 2.2.6",
11901 "libc",
11902 "log",
11903 "mach",
11904 "memfd",
11905 "memoffset",
11906 "paste",
11907 "psm",
11908 "rustix 0.38.32",
11909 "sptr",
11910 "wasm-encoder",
11911 "wasmtime-asm-macros",
11912 "wasmtime-environ",
11913 "wasmtime-fiber",
11914 "wasmtime-versioned-export-macros",
11915 "wasmtime-wmemcheck",
11916 "windows-sys 0.52.0",
11917]
11918
11919[[package]]
11920name = "wasmtime-slab"
11921version = "19.0.0"
11922source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "83448ef600ad95977019ebaea84a5516fdbc9561d0a8e26b1e099351f993b527"
11924
11925[[package]]
11926name = "wasmtime-types"
11927version = "19.0.0"
11928source = "registry+https://github.com/rust-lang/crates.io-index"
11929checksum = "cf6fe7ed3fd18ed4b1e4465fe5c8674acc9f03523fca5b1b9f975b2560cd741b"
11930dependencies = [
11931 "cranelift-entity",
11932 "serde",
11933 "serde_derive",
11934 "thiserror",
11935 "wasmparser",
11936]
11937
11938[[package]]
11939name = "wasmtime-versioned-export-macros"
11940version = "19.0.0"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "6d6d967f01032da7d4c6303da32f6a00d5efe1bac124b156e7342d8ace6ffdfc"
11943dependencies = [
11944 "proc-macro2",
11945 "quote",
11946 "syn 2.0.59",
11947]
11948
11949[[package]]
11950name = "wasmtime-wasi"
11951version = "19.0.0"
11952source = "registry+https://github.com/rust-lang/crates.io-index"
11953checksum = "371d828b6849ea06d598ae7dd1c316e8dd9e99b76f77d93d5886cb25c7f8e188"
11954dependencies = [
11955 "anyhow",
11956 "async-trait",
11957 "bitflags 2.4.2",
11958 "bytes 1.5.0",
11959 "cap-fs-ext",
11960 "cap-net-ext",
11961 "cap-rand",
11962 "cap-std",
11963 "cap-time-ext",
11964 "fs-set-times",
11965 "futures 0.3.28",
11966 "io-extras",
11967 "io-lifetimes 2.0.3",
11968 "once_cell",
11969 "rustix 0.38.32",
11970 "system-interface",
11971 "thiserror",
11972 "tokio",
11973 "tracing",
11974 "url",
11975 "wasmtime",
11976 "wiggle",
11977 "windows-sys 0.52.0",
11978]
11979
11980[[package]]
11981name = "wasmtime-winch"
11982version = "19.0.0"
11983source = "registry+https://github.com/rust-lang/crates.io-index"
11984checksum = "eb8b3fcbc455105760e4a2aa8ee3f39b8357183a62201383b3f72d4836ca2be8"
11985dependencies = [
11986 "anyhow",
11987 "cranelift-codegen",
11988 "gimli",
11989 "object",
11990 "target-lexicon",
11991 "wasmparser",
11992 "wasmtime-cranelift-shared",
11993 "wasmtime-environ",
11994 "winch-codegen",
11995]
11996
11997[[package]]
11998name = "wasmtime-wit-bindgen"
11999version = "19.0.0"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "96326c9800fb6c099f50d1bd2126d636fc2f96950e1675acf358c0f52516cd38"
12002dependencies = [
12003 "anyhow",
12004 "heck 0.4.1",
12005 "indexmap 2.2.6",
12006 "wit-parser",
12007]
12008
12009[[package]]
12010name = "wasmtime-wmemcheck"
12011version = "19.0.0"
12012source = "registry+https://github.com/rust-lang/crates.io-index"
12013checksum = "36bd91a4dc55af0bf55e9e2ab0ea13724cfb5c5a1acdf8873039769208f59490"
12014
12015[[package]]
12016name = "wast"
12017version = "35.0.2"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
12020dependencies = [
12021 "leb128",
12022]
12023
12024[[package]]
12025name = "wayland-backend"
12026version = "0.3.3"
12027source = "registry+https://github.com/rust-lang/crates.io-index"
12028checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
12029dependencies = [
12030 "cc",
12031 "downcast-rs",
12032 "rustix 0.38.32",
12033 "scoped-tls",
12034 "smallvec",
12035 "wayland-sys",
12036]
12037
12038[[package]]
12039name = "wayland-client"
12040version = "0.31.2"
12041source = "registry+https://github.com/rust-lang/crates.io-index"
12042checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
12043dependencies = [
12044 "bitflags 2.4.2",
12045 "rustix 0.38.32",
12046 "wayland-backend",
12047 "wayland-scanner",
12048]
12049
12050[[package]]
12051name = "wayland-csd-frame"
12052version = "0.3.0"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
12055dependencies = [
12056 "bitflags 2.4.2",
12057 "cursor-icon",
12058 "wayland-backend",
12059]
12060
12061[[package]]
12062name = "wayland-cursor"
12063version = "0.31.1"
12064source = "registry+https://github.com/rust-lang/crates.io-index"
12065checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
12066dependencies = [
12067 "rustix 0.38.32",
12068 "wayland-client",
12069 "xcursor",
12070]
12071
12072[[package]]
12073name = "wayland-protocols"
12074version = "0.31.2"
12075source = "registry+https://github.com/rust-lang/crates.io-index"
12076checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
12077dependencies = [
12078 "bitflags 2.4.2",
12079 "wayland-backend",
12080 "wayland-client",
12081 "wayland-scanner",
12082]
12083
12084[[package]]
12085name = "wayland-protocols-plasma"
12086version = "0.2.0"
12087source = "registry+https://github.com/rust-lang/crates.io-index"
12088checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
12089dependencies = [
12090 "bitflags 2.4.2",
12091 "wayland-backend",
12092 "wayland-client",
12093 "wayland-protocols",
12094 "wayland-scanner",
12095]
12096
12097[[package]]
12098name = "wayland-protocols-wlr"
12099version = "0.2.0"
12100source = "registry+https://github.com/rust-lang/crates.io-index"
12101checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
12102dependencies = [
12103 "bitflags 2.4.2",
12104 "wayland-backend",
12105 "wayland-client",
12106 "wayland-protocols",
12107 "wayland-scanner",
12108]
12109
12110[[package]]
12111name = "wayland-scanner"
12112version = "0.31.1"
12113source = "registry+https://github.com/rust-lang/crates.io-index"
12114checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
12115dependencies = [
12116 "proc-macro2",
12117 "quick-xml 0.31.0",
12118 "quote",
12119]
12120
12121[[package]]
12122name = "wayland-sys"
12123version = "0.31.1"
12124source = "registry+https://github.com/rust-lang/crates.io-index"
12125checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
12126dependencies = [
12127 "dlib",
12128 "log",
12129 "once_cell",
12130 "pkg-config",
12131]
12132
12133[[package]]
12134name = "web-sys"
12135version = "0.3.64"
12136source = "registry+https://github.com/rust-lang/crates.io-index"
12137checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
12138dependencies = [
12139 "js-sys",
12140 "wasm-bindgen",
12141]
12142
12143[[package]]
12144name = "webpki-roots"
12145version = "0.24.0"
12146source = "registry+https://github.com/rust-lang/crates.io-index"
12147checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
12148dependencies = [
12149 "rustls-webpki",
12150]
12151
12152[[package]]
12153name = "weezl"
12154version = "0.1.8"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
12157
12158[[package]]
12159name = "welcome"
12160version = "0.1.0"
12161dependencies = [
12162 "anyhow",
12163 "client",
12164 "db",
12165 "editor",
12166 "extensions_ui",
12167 "fuzzy",
12168 "gpui",
12169 "inline_completion_button",
12170 "install_cli",
12171 "picker",
12172 "project",
12173 "schemars",
12174 "serde",
12175 "settings",
12176 "theme_selector",
12177 "ui",
12178 "util",
12179 "vim",
12180 "workspace",
12181]
12182
12183[[package]]
12184name = "which"
12185version = "4.4.2"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
12188dependencies = [
12189 "either",
12190 "home",
12191 "once_cell",
12192 "rustix 0.38.32",
12193]
12194
12195[[package]]
12196name = "which"
12197version = "6.0.0"
12198source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
12200dependencies = [
12201 "either",
12202 "home",
12203 "once_cell",
12204 "rustix 0.38.32",
12205 "windows-sys 0.52.0",
12206]
12207
12208[[package]]
12209name = "whoami"
12210version = "1.4.1"
12211source = "registry+https://github.com/rust-lang/crates.io-index"
12212checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
12213
12214[[package]]
12215name = "wiggle"
12216version = "19.0.0"
12217source = "registry+https://github.com/rust-lang/crates.io-index"
12218checksum = "ae1136a209614ace00b0c11f04dc7cf42540773be3b22eff6ad165110aba29c1"
12219dependencies = [
12220 "anyhow",
12221 "async-trait",
12222 "bitflags 2.4.2",
12223 "thiserror",
12224 "tracing",
12225 "wasmtime",
12226 "wiggle-macro",
12227]
12228
12229[[package]]
12230name = "wiggle-generate"
12231version = "19.0.0"
12232source = "registry+https://github.com/rust-lang/crates.io-index"
12233checksum = "4c2bd99ce26046f4246d720a4198f6a8fc95bc5da82ae4ef62263e24641c3076"
12234dependencies = [
12235 "anyhow",
12236 "heck 0.4.1",
12237 "proc-macro2",
12238 "quote",
12239 "shellexpand",
12240 "syn 2.0.59",
12241 "witx",
12242]
12243
12244[[package]]
12245name = "wiggle-macro"
12246version = "19.0.0"
12247source = "registry+https://github.com/rust-lang/crates.io-index"
12248checksum = "512d816dbcd0113103b2eb2402ec9018e7f0755202a5b3e67db726f229d8dcae"
12249dependencies = [
12250 "proc-macro2",
12251 "quote",
12252 "syn 2.0.59",
12253 "wiggle-generate",
12254]
12255
12256[[package]]
12257name = "winapi"
12258version = "0.3.9"
12259source = "registry+https://github.com/rust-lang/crates.io-index"
12260checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
12261dependencies = [
12262 "winapi-i686-pc-windows-gnu",
12263 "winapi-x86_64-pc-windows-gnu",
12264]
12265
12266[[package]]
12267name = "winapi-i686-pc-windows-gnu"
12268version = "0.4.0"
12269source = "registry+https://github.com/rust-lang/crates.io-index"
12270checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
12271
12272[[package]]
12273name = "winapi-util"
12274version = "0.1.8"
12275source = "registry+https://github.com/rust-lang/crates.io-index"
12276checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
12277dependencies = [
12278 "windows-sys 0.52.0",
12279]
12280
12281[[package]]
12282name = "winapi-x86_64-pc-windows-gnu"
12283version = "0.4.0"
12284source = "registry+https://github.com/rust-lang/crates.io-index"
12285checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
12286
12287[[package]]
12288name = "winch-codegen"
12289version = "0.17.0"
12290source = "registry+https://github.com/rust-lang/crates.io-index"
12291checksum = "d285c833af9453c037cd220765f86c5c9961e8906a815829107c8801d535b8e4"
12292dependencies = [
12293 "anyhow",
12294 "cranelift-codegen",
12295 "gimli",
12296 "regalloc2",
12297 "smallvec",
12298 "target-lexicon",
12299 "wasmparser",
12300 "wasmtime-environ",
12301]
12302
12303[[package]]
12304name = "windows"
12305version = "0.46.0"
12306source = "registry+https://github.com/rust-lang/crates.io-index"
12307checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
12308dependencies = [
12309 "windows-targets 0.42.2",
12310]
12311
12312[[package]]
12313name = "windows"
12314version = "0.48.0"
12315source = "registry+https://github.com/rust-lang/crates.io-index"
12316checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
12317dependencies = [
12318 "windows-targets 0.48.5",
12319]
12320
12321[[package]]
12322name = "windows"
12323version = "0.52.0"
12324source = "registry+https://github.com/rust-lang/crates.io-index"
12325checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
12326dependencies = [
12327 "windows-core 0.52.0",
12328 "windows-targets 0.52.5",
12329]
12330
12331[[package]]
12332name = "windows"
12333version = "0.56.0"
12334source = "registry+https://github.com/rust-lang/crates.io-index"
12335checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
12336dependencies = [
12337 "windows-core 0.56.0",
12338 "windows-targets 0.52.5",
12339]
12340
12341[[package]]
12342name = "windows-core"
12343version = "0.52.0"
12344source = "registry+https://github.com/rust-lang/crates.io-index"
12345checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
12346dependencies = [
12347 "windows-targets 0.52.5",
12348]
12349
12350[[package]]
12351name = "windows-core"
12352version = "0.56.0"
12353source = "registry+https://github.com/rust-lang/crates.io-index"
12354checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
12355dependencies = [
12356 "windows-implement",
12357 "windows-interface",
12358 "windows-result",
12359 "windows-targets 0.52.5",
12360]
12361
12362[[package]]
12363name = "windows-implement"
12364version = "0.56.0"
12365source = "registry+https://github.com/rust-lang/crates.io-index"
12366checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
12367dependencies = [
12368 "proc-macro2",
12369 "quote",
12370 "syn 2.0.59",
12371]
12372
12373[[package]]
12374name = "windows-interface"
12375version = "0.56.0"
12376source = "registry+https://github.com/rust-lang/crates.io-index"
12377checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
12378dependencies = [
12379 "proc-macro2",
12380 "quote",
12381 "syn 2.0.59",
12382]
12383
12384[[package]]
12385name = "windows-result"
12386version = "0.1.1"
12387source = "registry+https://github.com/rust-lang/crates.io-index"
12388checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b"
12389dependencies = [
12390 "windows-targets 0.52.5",
12391]
12392
12393[[package]]
12394name = "windows-sys"
12395version = "0.45.0"
12396source = "registry+https://github.com/rust-lang/crates.io-index"
12397checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
12398dependencies = [
12399 "windows-targets 0.42.2",
12400]
12401
12402[[package]]
12403name = "windows-sys"
12404version = "0.48.0"
12405source = "registry+https://github.com/rust-lang/crates.io-index"
12406checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
12407dependencies = [
12408 "windows-targets 0.48.5",
12409]
12410
12411[[package]]
12412name = "windows-sys"
12413version = "0.52.0"
12414source = "registry+https://github.com/rust-lang/crates.io-index"
12415checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
12416dependencies = [
12417 "windows-targets 0.52.5",
12418]
12419
12420[[package]]
12421name = "windows-targets"
12422version = "0.42.2"
12423source = "registry+https://github.com/rust-lang/crates.io-index"
12424checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
12425dependencies = [
12426 "windows_aarch64_gnullvm 0.42.2",
12427 "windows_aarch64_msvc 0.42.2",
12428 "windows_i686_gnu 0.42.2",
12429 "windows_i686_msvc 0.42.2",
12430 "windows_x86_64_gnu 0.42.2",
12431 "windows_x86_64_gnullvm 0.42.2",
12432 "windows_x86_64_msvc 0.42.2",
12433]
12434
12435[[package]]
12436name = "windows-targets"
12437version = "0.48.5"
12438source = "registry+https://github.com/rust-lang/crates.io-index"
12439checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
12440dependencies = [
12441 "windows_aarch64_gnullvm 0.48.5",
12442 "windows_aarch64_msvc 0.48.5",
12443 "windows_i686_gnu 0.48.5",
12444 "windows_i686_msvc 0.48.5",
12445 "windows_x86_64_gnu 0.48.5",
12446 "windows_x86_64_gnullvm 0.48.5",
12447 "windows_x86_64_msvc 0.48.5",
12448]
12449
12450[[package]]
12451name = "windows-targets"
12452version = "0.52.5"
12453source = "registry+https://github.com/rust-lang/crates.io-index"
12454checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
12455dependencies = [
12456 "windows_aarch64_gnullvm 0.52.5",
12457 "windows_aarch64_msvc 0.52.5",
12458 "windows_i686_gnu 0.52.5",
12459 "windows_i686_gnullvm",
12460 "windows_i686_msvc 0.52.5",
12461 "windows_x86_64_gnu 0.52.5",
12462 "windows_x86_64_gnullvm 0.52.5",
12463 "windows_x86_64_msvc 0.52.5",
12464]
12465
12466[[package]]
12467name = "windows_aarch64_gnullvm"
12468version = "0.42.2"
12469source = "registry+https://github.com/rust-lang/crates.io-index"
12470checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
12471
12472[[package]]
12473name = "windows_aarch64_gnullvm"
12474version = "0.48.5"
12475source = "registry+https://github.com/rust-lang/crates.io-index"
12476checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
12477
12478[[package]]
12479name = "windows_aarch64_gnullvm"
12480version = "0.52.5"
12481source = "registry+https://github.com/rust-lang/crates.io-index"
12482checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
12483
12484[[package]]
12485name = "windows_aarch64_msvc"
12486version = "0.42.2"
12487source = "registry+https://github.com/rust-lang/crates.io-index"
12488checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
12489
12490[[package]]
12491name = "windows_aarch64_msvc"
12492version = "0.48.5"
12493source = "registry+https://github.com/rust-lang/crates.io-index"
12494checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
12495
12496[[package]]
12497name = "windows_aarch64_msvc"
12498version = "0.52.5"
12499source = "registry+https://github.com/rust-lang/crates.io-index"
12500checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
12501
12502[[package]]
12503name = "windows_i686_gnu"
12504version = "0.42.2"
12505source = "registry+https://github.com/rust-lang/crates.io-index"
12506checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
12507
12508[[package]]
12509name = "windows_i686_gnu"
12510version = "0.48.5"
12511source = "registry+https://github.com/rust-lang/crates.io-index"
12512checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
12513
12514[[package]]
12515name = "windows_i686_gnu"
12516version = "0.52.5"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
12519
12520[[package]]
12521name = "windows_i686_gnullvm"
12522version = "0.52.5"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
12525
12526[[package]]
12527name = "windows_i686_msvc"
12528version = "0.42.2"
12529source = "registry+https://github.com/rust-lang/crates.io-index"
12530checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
12531
12532[[package]]
12533name = "windows_i686_msvc"
12534version = "0.48.5"
12535source = "registry+https://github.com/rust-lang/crates.io-index"
12536checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
12537
12538[[package]]
12539name = "windows_i686_msvc"
12540version = "0.52.5"
12541source = "registry+https://github.com/rust-lang/crates.io-index"
12542checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
12543
12544[[package]]
12545name = "windows_x86_64_gnu"
12546version = "0.42.2"
12547source = "registry+https://github.com/rust-lang/crates.io-index"
12548checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
12549
12550[[package]]
12551name = "windows_x86_64_gnu"
12552version = "0.48.5"
12553source = "registry+https://github.com/rust-lang/crates.io-index"
12554checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
12555
12556[[package]]
12557name = "windows_x86_64_gnu"
12558version = "0.52.5"
12559source = "registry+https://github.com/rust-lang/crates.io-index"
12560checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
12561
12562[[package]]
12563name = "windows_x86_64_gnullvm"
12564version = "0.42.2"
12565source = "registry+https://github.com/rust-lang/crates.io-index"
12566checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
12567
12568[[package]]
12569name = "windows_x86_64_gnullvm"
12570version = "0.48.5"
12571source = "registry+https://github.com/rust-lang/crates.io-index"
12572checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
12573
12574[[package]]
12575name = "windows_x86_64_gnullvm"
12576version = "0.52.5"
12577source = "registry+https://github.com/rust-lang/crates.io-index"
12578checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
12579
12580[[package]]
12581name = "windows_x86_64_msvc"
12582version = "0.42.2"
12583source = "registry+https://github.com/rust-lang/crates.io-index"
12584checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
12585
12586[[package]]
12587name = "windows_x86_64_msvc"
12588version = "0.48.5"
12589source = "registry+https://github.com/rust-lang/crates.io-index"
12590checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
12591
12592[[package]]
12593name = "windows_x86_64_msvc"
12594version = "0.52.5"
12595source = "registry+https://github.com/rust-lang/crates.io-index"
12596checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
12597
12598[[package]]
12599name = "winnow"
12600version = "0.5.15"
12601source = "registry+https://github.com/rust-lang/crates.io-index"
12602checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
12603dependencies = [
12604 "memchr",
12605]
12606
12607[[package]]
12608name = "winnow"
12609version = "0.6.1"
12610source = "registry+https://github.com/rust-lang/crates.io-index"
12611checksum = "d90f4e0f530c4c69f62b80d839e9ef3855edc9cba471a160c4d692deed62b401"
12612dependencies = [
12613 "memchr",
12614]
12615
12616[[package]]
12617name = "winreg"
12618version = "0.50.0"
12619source = "registry+https://github.com/rust-lang/crates.io-index"
12620checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
12621dependencies = [
12622 "cfg-if",
12623 "windows-sys 0.48.0",
12624]
12625
12626[[package]]
12627name = "winreg"
12628version = "0.52.0"
12629source = "registry+https://github.com/rust-lang/crates.io-index"
12630checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
12631dependencies = [
12632 "cfg-if",
12633 "windows-sys 0.48.0",
12634]
12635
12636[[package]]
12637name = "winresource"
12638version = "0.1.17"
12639source = "registry+https://github.com/rust-lang/crates.io-index"
12640checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
12641dependencies = [
12642 "toml 0.7.8",
12643 "version_check",
12644]
12645
12646[[package]]
12647name = "winx"
12648version = "0.36.3"
12649source = "registry+https://github.com/rust-lang/crates.io-index"
12650checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
12651dependencies = [
12652 "bitflags 2.4.2",
12653 "windows-sys 0.52.0",
12654]
12655
12656[[package]]
12657name = "wio"
12658version = "0.2.2"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
12661dependencies = [
12662 "winapi",
12663]
12664
12665[[package]]
12666name = "wit-bindgen"
12667version = "0.22.0"
12668source = "registry+https://github.com/rust-lang/crates.io-index"
12669checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
12670dependencies = [
12671 "bitflags 2.4.2",
12672 "wit-bindgen-rt",
12673 "wit-bindgen-rust-macro",
12674]
12675
12676[[package]]
12677name = "wit-bindgen-core"
12678version = "0.22.0"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
12681dependencies = [
12682 "anyhow",
12683 "wit-parser",
12684]
12685
12686[[package]]
12687name = "wit-bindgen-rt"
12688version = "0.22.0"
12689source = "registry+https://github.com/rust-lang/crates.io-index"
12690checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
12691
12692[[package]]
12693name = "wit-bindgen-rust"
12694version = "0.22.0"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
12697dependencies = [
12698 "anyhow",
12699 "heck 0.4.1",
12700 "indexmap 2.2.6",
12701 "wasm-metadata",
12702 "wit-bindgen-core",
12703 "wit-component",
12704]
12705
12706[[package]]
12707name = "wit-bindgen-rust-macro"
12708version = "0.22.0"
12709source = "registry+https://github.com/rust-lang/crates.io-index"
12710checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
12711dependencies = [
12712 "anyhow",
12713 "proc-macro2",
12714 "quote",
12715 "syn 2.0.59",
12716 "wit-bindgen-core",
12717 "wit-bindgen-rust",
12718]
12719
12720[[package]]
12721name = "wit-component"
12722version = "0.201.0"
12723source = "registry+https://github.com/rust-lang/crates.io-index"
12724checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
12725dependencies = [
12726 "anyhow",
12727 "bitflags 2.4.2",
12728 "indexmap 2.2.6",
12729 "log",
12730 "serde",
12731 "serde_derive",
12732 "serde_json",
12733 "wasm-encoder",
12734 "wasm-metadata",
12735 "wasmparser",
12736 "wit-parser",
12737]
12738
12739[[package]]
12740name = "wit-parser"
12741version = "0.201.0"
12742source = "registry+https://github.com/rust-lang/crates.io-index"
12743checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
12744dependencies = [
12745 "anyhow",
12746 "id-arena",
12747 "indexmap 2.2.6",
12748 "log",
12749 "semver",
12750 "serde",
12751 "serde_derive",
12752 "serde_json",
12753 "unicode-xid",
12754 "wasmparser",
12755]
12756
12757[[package]]
12758name = "witx"
12759version = "0.9.1"
12760source = "registry+https://github.com/rust-lang/crates.io-index"
12761checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
12762dependencies = [
12763 "anyhow",
12764 "log",
12765 "thiserror",
12766 "wast",
12767]
12768
12769[[package]]
12770name = "workspace"
12771version = "0.1.0"
12772dependencies = [
12773 "any_vec",
12774 "anyhow",
12775 "async-recursion 1.0.5",
12776 "bincode",
12777 "call",
12778 "client",
12779 "clock",
12780 "collections",
12781 "db",
12782 "derive_more",
12783 "dev_server_projects",
12784 "env_logger",
12785 "fs",
12786 "futures 0.3.28",
12787 "gpui",
12788 "http 0.1.0",
12789 "itertools 0.11.0",
12790 "language",
12791 "lazy_static",
12792 "log",
12793 "node_runtime",
12794 "parking_lot",
12795 "postage",
12796 "project",
12797 "schemars",
12798 "serde",
12799 "serde_json",
12800 "settings",
12801 "smallvec",
12802 "sqlez",
12803 "task",
12804 "theme",
12805 "ui",
12806 "util",
12807 "uuid",
12808]
12809
12810[[package]]
12811name = "worktree"
12812version = "0.1.0"
12813dependencies = [
12814 "anyhow",
12815 "client",
12816 "clock",
12817 "collections",
12818 "env_logger",
12819 "fs",
12820 "futures 0.3.28",
12821 "fuzzy",
12822 "git",
12823 "git2",
12824 "gpui",
12825 "http 0.1.0",
12826 "ignore",
12827 "itertools 0.11.0",
12828 "language",
12829 "log",
12830 "lsp",
12831 "parking_lot",
12832 "postage",
12833 "pretty_assertions",
12834 "rand 0.8.5",
12835 "rpc",
12836 "schemars",
12837 "serde",
12838 "serde_json",
12839 "settings",
12840 "smol",
12841 "sum_tree",
12842 "text",
12843 "util",
12844]
12845
12846[[package]]
12847name = "wyz"
12848version = "0.5.1"
12849source = "registry+https://github.com/rust-lang/crates.io-index"
12850checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
12851dependencies = [
12852 "tap",
12853]
12854
12855[[package]]
12856name = "x11-clipboard"
12857version = "0.9.2"
12858source = "registry+https://github.com/rust-lang/crates.io-index"
12859checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
12860dependencies = [
12861 "libc",
12862 "x11rb",
12863]
12864
12865[[package]]
12866name = "x11rb"
12867version = "0.13.0"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
12870dependencies = [
12871 "as-raw-xcb-connection",
12872 "gethostname",
12873 "libc",
12874 "rustix 0.38.32",
12875 "x11rb-protocol",
12876]
12877
12878[[package]]
12879name = "x11rb-protocol"
12880version = "0.13.0"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
12883
12884[[package]]
12885name = "xattr"
12886version = "0.2.3"
12887source = "registry+https://github.com/rust-lang/crates.io-index"
12888checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
12889dependencies = [
12890 "libc",
12891]
12892
12893[[package]]
12894name = "xcursor"
12895version = "0.3.5"
12896source = "registry+https://github.com/rust-lang/crates.io-index"
12897checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
12898
12899[[package]]
12900name = "xdg-home"
12901version = "1.1.0"
12902source = "registry+https://github.com/rust-lang/crates.io-index"
12903checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
12904dependencies = [
12905 "libc",
12906 "winapi",
12907]
12908
12909[[package]]
12910name = "xim"
12911version = "0.4.0"
12912source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
12913dependencies = [
12914 "ahash 0.8.8",
12915 "hashbrown 0.14.5",
12916 "log",
12917 "x11rb",
12918 "xim-ctext",
12919 "xim-parser",
12920]
12921
12922[[package]]
12923name = "xim-ctext"
12924version = "0.3.0"
12925source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
12926dependencies = [
12927 "encoding_rs",
12928]
12929
12930[[package]]
12931name = "xim-parser"
12932version = "0.2.1"
12933source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
12934dependencies = [
12935 "bitflags 2.4.2",
12936]
12937
12938[[package]]
12939name = "xkbcommon"
12940version = "0.7.0"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e"
12943dependencies = [
12944 "as-raw-xcb-connection",
12945 "libc",
12946 "memmap2 0.8.0",
12947 "xkeysym",
12948]
12949
12950[[package]]
12951name = "xkeysym"
12952version = "0.2.0"
12953source = "registry+https://github.com/rust-lang/crates.io-index"
12954checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
12955
12956[[package]]
12957name = "xmlparser"
12958version = "0.13.5"
12959source = "registry+https://github.com/rust-lang/crates.io-index"
12960checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
12961
12962[[package]]
12963name = "xmlwriter"
12964version = "0.1.0"
12965source = "registry+https://github.com/rust-lang/crates.io-index"
12966checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
12967
12968[[package]]
12969name = "xtask"
12970version = "0.1.0"
12971dependencies = [
12972 "anyhow",
12973 "cargo_toml",
12974 "clap 4.4.4",
12975 "toml 0.8.10",
12976]
12977
12978[[package]]
12979name = "yaml-rust"
12980version = "0.4.5"
12981source = "registry+https://github.com/rust-lang/crates.io-index"
12982checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
12983dependencies = [
12984 "linked-hash-map",
12985]
12986
12987[[package]]
12988name = "yansi"
12989version = "0.5.1"
12990source = "registry+https://github.com/rust-lang/crates.io-index"
12991checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
12992
12993[[package]]
12994name = "yazi"
12995version = "0.1.6"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
12998
12999[[package]]
13000name = "yeslogic-fontconfig-sys"
13001version = "3.2.0"
13002source = "registry+https://github.com/rust-lang/crates.io-index"
13003checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
13004dependencies = [
13005 "const-cstr",
13006 "dlib",
13007 "once_cell",
13008 "pkg-config",
13009]
13010
13011[[package]]
13012name = "zbus"
13013version = "4.0.1"
13014source = "registry+https://github.com/rust-lang/crates.io-index"
13015checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030"
13016dependencies = [
13017 "async-broadcast",
13018 "async-executor",
13019 "async-fs 2.1.1",
13020 "async-io 2.3.1",
13021 "async-lock 3.3.0",
13022 "async-process 2.1.0",
13023 "async-recursion 1.0.5",
13024 "async-task",
13025 "async-trait",
13026 "blocking",
13027 "derivative",
13028 "enumflags2",
13029 "event-listener 5.1.0",
13030 "futures-core",
13031 "futures-sink",
13032 "futures-util",
13033 "hex",
13034 "nix 0.27.1",
13035 "ordered-stream",
13036 "rand 0.8.5",
13037 "serde",
13038 "serde_repr",
13039 "sha1",
13040 "static_assertions",
13041 "tracing",
13042 "uds_windows",
13043 "windows-sys 0.52.0",
13044 "xdg-home",
13045 "zbus_macros",
13046 "zbus_names",
13047 "zvariant",
13048]
13049
13050[[package]]
13051name = "zbus_macros"
13052version = "4.0.1"
13053source = "registry+https://github.com/rust-lang/crates.io-index"
13054checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7"
13055dependencies = [
13056 "proc-macro-crate 1.3.1",
13057 "proc-macro2",
13058 "quote",
13059 "regex",
13060 "syn 1.0.109",
13061 "zvariant_utils",
13062]
13063
13064[[package]]
13065name = "zbus_names"
13066version = "3.0.0"
13067source = "registry+https://github.com/rust-lang/crates.io-index"
13068checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
13069dependencies = [
13070 "serde",
13071 "static_assertions",
13072 "zvariant",
13073]
13074
13075[[package]]
13076name = "zed"
13077version = "0.138.0"
13078dependencies = [
13079 "activity_indicator",
13080 "anyhow",
13081 "assets",
13082 "assistant",
13083 "audio",
13084 "auto_update",
13085 "backtrace",
13086 "breadcrumbs",
13087 "call",
13088 "channel",
13089 "chrono",
13090 "clap 4.4.4",
13091 "cli",
13092 "client",
13093 "collab_ui",
13094 "collections",
13095 "command_palette",
13096 "copilot",
13097 "db",
13098 "dev_server_projects",
13099 "diagnostics",
13100 "editor",
13101 "env_logger",
13102 "extension",
13103 "extensions_ui",
13104 "feedback",
13105 "file_finder",
13106 "file_icons",
13107 "fs",
13108 "futures 0.3.28",
13109 "git",
13110 "git_hosting_providers",
13111 "go_to_line",
13112 "gpui",
13113 "headless",
13114 "http 0.1.0",
13115 "image_viewer",
13116 "inline_completion_button",
13117 "install_cli",
13118 "isahc",
13119 "journal",
13120 "language",
13121 "language_selector",
13122 "language_tools",
13123 "languages",
13124 "libc",
13125 "log",
13126 "markdown_preview",
13127 "menu",
13128 "mimalloc",
13129 "nix 0.28.0",
13130 "node_runtime",
13131 "notifications",
13132 "outline",
13133 "parking_lot",
13134 "profiling",
13135 "project",
13136 "project_panel",
13137 "project_symbols",
13138 "quick_action_bar",
13139 "recent_projects",
13140 "release_channel",
13141 "rope",
13142 "search",
13143 "serde",
13144 "serde_json",
13145 "settings",
13146 "simplelog",
13147 "smol",
13148 "supermaven",
13149 "tab_switcher",
13150 "task",
13151 "tasks_ui",
13152 "telemetry_events",
13153 "terminal_view",
13154 "theme",
13155 "theme_selector",
13156 "tree-sitter-rust",
13157 "urlencoding",
13158 "util",
13159 "uuid",
13160 "vim",
13161 "welcome",
13162 "winresource",
13163 "workspace",
13164 "zed_actions",
13165]
13166
13167[[package]]
13168name = "zed_actions"
13169version = "0.1.0"
13170dependencies = [
13171 "gpui",
13172 "serde",
13173]
13174
13175[[package]]
13176name = "zed_astro"
13177version = "0.0.2"
13178dependencies = [
13179 "zed_extension_api 0.0.4",
13180]
13181
13182[[package]]
13183name = "zed_clojure"
13184version = "0.0.2"
13185dependencies = [
13186 "zed_extension_api 0.0.4",
13187]
13188
13189[[package]]
13190name = "zed_csharp"
13191version = "0.0.2"
13192dependencies = [
13193 "zed_extension_api 0.0.4",
13194]
13195
13196[[package]]
13197name = "zed_dart"
13198version = "0.0.2"
13199dependencies = [
13200 "zed_extension_api 0.0.6",
13201]
13202
13203[[package]]
13204name = "zed_deno"
13205version = "0.0.1"
13206dependencies = [
13207 "zed_extension_api 0.0.6",
13208]
13209
13210[[package]]
13211name = "zed_elixir"
13212version = "0.0.4"
13213dependencies = [
13214 "zed_extension_api 0.0.6",
13215]
13216
13217[[package]]
13218name = "zed_elm"
13219version = "0.0.1"
13220dependencies = [
13221 "zed_extension_api 0.0.6",
13222]
13223
13224[[package]]
13225name = "zed_emmet"
13226version = "0.0.3"
13227dependencies = [
13228 "zed_extension_api 0.0.4",
13229]
13230
13231[[package]]
13232name = "zed_erlang"
13233version = "0.0.1"
13234dependencies = [
13235 "zed_extension_api 0.0.4",
13236]
13237
13238[[package]]
13239name = "zed_extension_api"
13240version = "0.0.4"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "d5c51cad4152bb5eb35b20dccdcbfb36f48d8952a2ed2d3e25b70361007d953b"
13243dependencies = [
13244 "wit-bindgen",
13245]
13246
13247[[package]]
13248name = "zed_extension_api"
13249version = "0.0.6"
13250source = "registry+https://github.com/rust-lang/crates.io-index"
13251checksum = "77ca8bcaea3feb2d2ce9dbeb061ee48365312a351faa7014c417b0365fe9e459"
13252dependencies = [
13253 "serde",
13254 "serde_json",
13255 "wit-bindgen",
13256]
13257
13258[[package]]
13259name = "zed_extension_api"
13260version = "0.0.7"
13261dependencies = [
13262 "serde",
13263 "serde_json",
13264 "wit-bindgen",
13265]
13266
13267[[package]]
13268name = "zed_gleam"
13269version = "0.1.3"
13270dependencies = [
13271 "zed_extension_api 0.0.7",
13272]
13273
13274[[package]]
13275name = "zed_glsl"
13276version = "0.1.0"
13277dependencies = [
13278 "zed_extension_api 0.0.6",
13279]
13280
13281[[package]]
13282name = "zed_haskell"
13283version = "0.1.0"
13284dependencies = [
13285 "zed_extension_api 0.0.6",
13286]
13287
13288[[package]]
13289name = "zed_html"
13290version = "0.1.1"
13291dependencies = [
13292 "zed_extension_api 0.0.6",
13293]
13294
13295[[package]]
13296name = "zed_lua"
13297version = "0.0.2"
13298dependencies = [
13299 "zed_extension_api 0.0.6",
13300]
13301
13302[[package]]
13303name = "zed_ocaml"
13304version = "0.0.1"
13305dependencies = [
13306 "zed_extension_api 0.0.6",
13307]
13308
13309[[package]]
13310name = "zed_php"
13311version = "0.0.5"
13312dependencies = [
13313 "zed_extension_api 0.0.4",
13314]
13315
13316[[package]]
13317name = "zed_prisma"
13318version = "0.0.2"
13319dependencies = [
13320 "zed_extension_api 0.0.4",
13321]
13322
13323[[package]]
13324name = "zed_purescript"
13325version = "0.0.1"
13326dependencies = [
13327 "zed_extension_api 0.0.4",
13328]
13329
13330[[package]]
13331name = "zed_ruby"
13332version = "0.0.5"
13333dependencies = [
13334 "zed_extension_api 0.0.6",
13335]
13336
13337[[package]]
13338name = "zed_svelte"
13339version = "0.0.1"
13340dependencies = [
13341 "zed_extension_api 0.0.6",
13342]
13343
13344[[package]]
13345name = "zed_terraform"
13346version = "0.0.3"
13347dependencies = [
13348 "zed_extension_api 0.0.6",
13349]
13350
13351[[package]]
13352name = "zed_toml"
13353version = "0.1.1"
13354dependencies = [
13355 "zed_extension_api 0.0.6",
13356]
13357
13358[[package]]
13359name = "zed_uiua"
13360version = "0.0.1"
13361dependencies = [
13362 "zed_extension_api 0.0.4",
13363]
13364
13365[[package]]
13366name = "zed_vue"
13367version = "0.0.2"
13368dependencies = [
13369 "zed_extension_api 0.0.6",
13370]
13371
13372[[package]]
13373name = "zed_zig"
13374version = "0.1.2"
13375dependencies = [
13376 "zed_extension_api 0.0.7",
13377]
13378
13379[[package]]
13380name = "zeno"
13381version = "0.2.3"
13382source = "registry+https://github.com/rust-lang/crates.io-index"
13383checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
13384
13385[[package]]
13386name = "zerocopy"
13387version = "0.7.32"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
13390dependencies = [
13391 "zerocopy-derive",
13392]
13393
13394[[package]]
13395name = "zerocopy-derive"
13396version = "0.7.32"
13397source = "registry+https://github.com/rust-lang/crates.io-index"
13398checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
13399dependencies = [
13400 "proc-macro2",
13401 "quote",
13402 "syn 2.0.59",
13403]
13404
13405[[package]]
13406name = "zeroize"
13407version = "1.6.0"
13408source = "registry+https://github.com/rust-lang/crates.io-index"
13409checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
13410dependencies = [
13411 "zeroize_derive",
13412]
13413
13414[[package]]
13415name = "zeroize_derive"
13416version = "1.4.2"
13417source = "registry+https://github.com/rust-lang/crates.io-index"
13418checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
13419dependencies = [
13420 "proc-macro2",
13421 "quote",
13422 "syn 2.0.59",
13423]
13424
13425[[package]]
13426name = "zstd"
13427version = "0.11.2+zstd.1.5.2"
13428source = "registry+https://github.com/rust-lang/crates.io-index"
13429checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
13430dependencies = [
13431 "zstd-safe",
13432]
13433
13434[[package]]
13435name = "zstd-safe"
13436version = "5.0.2+zstd.1.5.2"
13437source = "registry+https://github.com/rust-lang/crates.io-index"
13438checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
13439dependencies = [
13440 "libc",
13441 "zstd-sys",
13442]
13443
13444[[package]]
13445name = "zstd-sys"
13446version = "2.0.8+zstd.1.5.5"
13447source = "registry+https://github.com/rust-lang/crates.io-index"
13448checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
13449dependencies = [
13450 "cc",
13451 "libc",
13452 "pkg-config",
13453]
13454
13455[[package]]
13456name = "zvariant"
13457version = "4.0.2"
13458source = "registry+https://github.com/rust-lang/crates.io-index"
13459checksum = "2c1b3ca6db667bfada0f1ebfc94b2b1759ba25472ee5373d4551bb892616389a"
13460dependencies = [
13461 "endi",
13462 "enumflags2",
13463 "serde",
13464 "static_assertions",
13465 "url",
13466 "zvariant_derive",
13467]
13468
13469[[package]]
13470name = "zvariant_derive"
13471version = "4.0.2"
13472source = "registry+https://github.com/rust-lang/crates.io-index"
13473checksum = "b7a4b236063316163b69039f77ce3117accb41a09567fd24c168e43491e521bc"
13474dependencies = [
13475 "proc-macro-crate 3.1.0",
13476 "proc-macro2",
13477 "quote",
13478 "syn 1.0.109",
13479 "zvariant_utils",
13480]
13481
13482[[package]]
13483name = "zvariant_utils"
13484version = "1.1.0"
13485source = "registry+https://github.com/rust-lang/crates.io-index"
13486checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
13487dependencies = [
13488 "proc-macro2",
13489 "quote",
13490 "syn 1.0.109",
13491]