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