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