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