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