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