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