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