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