1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "Inflector"
7version = "0.11.4"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
10
11[[package]]
12name = "activity_indicator"
13version = "0.1.0"
14dependencies = [
15 "auto_update",
16 "editor",
17 "futures 0.3.28",
18 "gpui",
19 "language",
20 "project",
21 "settings",
22 "smallvec",
23 "theme",
24 "util",
25 "workspace",
26]
27
28[[package]]
29name = "addr2line"
30version = "0.17.0"
31source = "registry+https://github.com/rust-lang/crates.io-index"
32checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
33dependencies = [
34 "gimli 0.26.2",
35]
36
37[[package]]
38name = "addr2line"
39version = "0.19.0"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
42dependencies = [
43 "gimli 0.27.2",
44]
45
46[[package]]
47name = "adler"
48version = "1.0.2"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
51
52[[package]]
53name = "adler32"
54version = "1.2.0"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
57
58[[package]]
59name = "ahash"
60version = "0.7.6"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
63dependencies = [
64 "getrandom 0.2.9",
65 "once_cell",
66 "version_check",
67]
68
69[[package]]
70name = "ahash"
71version = "0.8.3"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
74dependencies = [
75 "cfg-if 1.0.0",
76 "once_cell",
77 "version_check",
78]
79
80[[package]]
81name = "aho-corasick"
82version = "0.7.20"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
85dependencies = [
86 "memchr",
87]
88
89[[package]]
90name = "aho-corasick"
91version = "1.0.1"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
94dependencies = [
95 "memchr",
96]
97
98[[package]]
99name = "ai"
100version = "0.1.0"
101dependencies = [
102 "anyhow",
103 "chrono",
104 "collections",
105 "editor",
106 "fs",
107 "futures 0.3.28",
108 "gpui",
109 "isahc",
110 "language",
111 "menu",
112 "schemars",
113 "search",
114 "serde",
115 "serde_json",
116 "settings",
117 "smol",
118 "theme",
119 "tiktoken-rs",
120 "util",
121 "workspace",
122]
123
124[[package]]
125name = "alacritty_config"
126version = "0.1.1-dev"
127source = "git+https://github.com/zed-industries/alacritty?rev=a51dbe25d67e84d6ed4261e640d3954fbdd9be45#a51dbe25d67e84d6ed4261e640d3954fbdd9be45"
128dependencies = [
129 "log",
130 "serde",
131 "serde_yaml",
132]
133
134[[package]]
135name = "alacritty_config_derive"
136version = "0.2.1-dev"
137source = "git+https://github.com/zed-industries/alacritty?rev=a51dbe25d67e84d6ed4261e640d3954fbdd9be45#a51dbe25d67e84d6ed4261e640d3954fbdd9be45"
138dependencies = [
139 "proc-macro2",
140 "quote",
141 "syn 1.0.109",
142]
143
144[[package]]
145name = "alacritty_terminal"
146version = "0.17.1-dev"
147source = "git+https://github.com/zed-industries/alacritty?rev=a51dbe25d67e84d6ed4261e640d3954fbdd9be45#a51dbe25d67e84d6ed4261e640d3954fbdd9be45"
148dependencies = [
149 "alacritty_config",
150 "alacritty_config_derive",
151 "base64 0.13.1",
152 "bitflags",
153 "dirs 4.0.0",
154 "libc",
155 "log",
156 "mio 0.6.23",
157 "mio-anonymous-pipes",
158 "mio-extras",
159 "miow 0.3.7",
160 "nix",
161 "parking_lot 0.12.1",
162 "regex-automata",
163 "serde",
164 "serde_yaml",
165 "signal-hook",
166 "signal-hook-mio",
167 "unicode-width",
168 "vte",
169 "winapi 0.3.9",
170]
171
172[[package]]
173name = "aliasable"
174version = "0.1.3"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
177
178[[package]]
179name = "ambient-authority"
180version = "0.0.1"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "ec8ad6edb4840b78c5c3d88de606b22252d552b55f3a4699fbb10fc070ec3049"
183
184[[package]]
185name = "android_system_properties"
186version = "0.1.5"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
189dependencies = [
190 "libc",
191]
192
193[[package]]
194name = "anyhow"
195version = "1.0.71"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
198
199[[package]]
200name = "arrayref"
201version = "0.3.7"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
204
205[[package]]
206name = "arrayvec"
207version = "0.5.2"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
210
211[[package]]
212name = "arrayvec"
213version = "0.7.2"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
216
217[[package]]
218name = "ascii"
219version = "1.1.0"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
222
223[[package]]
224name = "async-broadcast"
225version = "0.4.1"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "6d26004fe83b2d1cd3a97609b21e39f9a31535822210fe83205d2ce48866ea61"
228dependencies = [
229 "event-listener",
230 "futures-core",
231 "parking_lot 0.12.1",
232]
233
234[[package]]
235name = "async-channel"
236version = "1.8.0"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
239dependencies = [
240 "concurrent-queue",
241 "event-listener",
242 "futures-core",
243]
244
245[[package]]
246name = "async-compat"
247version = "0.2.1"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "9b48b4ff0c2026db683dea961cd8ea874737f56cffca86fa84415eaddc51c00d"
250dependencies = [
251 "futures-core",
252 "futures-io",
253 "once_cell",
254 "pin-project-lite 0.2.9",
255 "tokio",
256]
257
258[[package]]
259name = "async-compression"
260version = "0.3.15"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a"
263dependencies = [
264 "flate2",
265 "futures-core",
266 "futures-io",
267 "memchr",
268 "pin-project-lite 0.2.9",
269]
270
271[[package]]
272name = "async-executor"
273version = "1.5.1"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
276dependencies = [
277 "async-lock",
278 "async-task",
279 "concurrent-queue",
280 "fastrand",
281 "futures-lite",
282 "slab",
283]
284
285[[package]]
286name = "async-fs"
287version = "1.6.0"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
290dependencies = [
291 "async-lock",
292 "autocfg 1.1.0",
293 "blocking",
294 "futures-lite",
295]
296
297[[package]]
298name = "async-global-executor"
299version = "2.3.1"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
302dependencies = [
303 "async-channel",
304 "async-executor",
305 "async-io",
306 "async-lock",
307 "blocking",
308 "futures-lite",
309 "once_cell",
310]
311
312[[package]]
313name = "async-io"
314version = "1.13.0"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
317dependencies = [
318 "async-lock",
319 "autocfg 1.1.0",
320 "cfg-if 1.0.0",
321 "concurrent-queue",
322 "futures-lite",
323 "log",
324 "parking",
325 "polling",
326 "rustix 0.37.19",
327 "slab",
328 "socket2",
329 "waker-fn",
330]
331
332[[package]]
333name = "async-lock"
334version = "2.7.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
337dependencies = [
338 "event-listener",
339]
340
341[[package]]
342name = "async-net"
343version = "1.7.0"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f"
346dependencies = [
347 "async-io",
348 "autocfg 1.1.0",
349 "blocking",
350 "futures-lite",
351]
352
353[[package]]
354name = "async-pipe"
355version = "0.1.3"
356source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
357dependencies = [
358 "futures 0.3.28",
359 "log",
360]
361
362[[package]]
363name = "async-process"
364version = "1.7.0"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
367dependencies = [
368 "async-io",
369 "async-lock",
370 "autocfg 1.1.0",
371 "blocking",
372 "cfg-if 1.0.0",
373 "event-listener",
374 "futures-lite",
375 "rustix 0.37.19",
376 "signal-hook",
377 "windows-sys 0.48.0",
378]
379
380[[package]]
381name = "async-recursion"
382version = "0.3.2"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
385dependencies = [
386 "proc-macro2",
387 "quote",
388 "syn 1.0.109",
389]
390
391[[package]]
392name = "async-recursion"
393version = "1.0.4"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
396dependencies = [
397 "proc-macro2",
398 "quote",
399 "syn 2.0.18",
400]
401
402[[package]]
403name = "async-std"
404version = "1.12.0"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
407dependencies = [
408 "async-channel",
409 "async-global-executor",
410 "async-io",
411 "async-lock",
412 "crossbeam-utils 0.8.15",
413 "futures-channel",
414 "futures-core",
415 "futures-io",
416 "futures-lite",
417 "gloo-timers",
418 "kv-log-macro",
419 "log",
420 "memchr",
421 "once_cell",
422 "pin-project-lite 0.2.9",
423 "pin-utils",
424 "slab",
425 "wasm-bindgen-futures",
426]
427
428[[package]]
429name = "async-stream"
430version = "0.3.5"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
433dependencies = [
434 "async-stream-impl",
435 "futures-core",
436 "pin-project-lite 0.2.9",
437]
438
439[[package]]
440name = "async-stream-impl"
441version = "0.3.5"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
444dependencies = [
445 "proc-macro2",
446 "quote",
447 "syn 2.0.18",
448]
449
450[[package]]
451name = "async-tar"
452version = "0.4.2"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "5c49359998a76e32ef6e870dbc079ebad8f1e53e8441c5dd39d27b44493fe331"
455dependencies = [
456 "async-std",
457 "filetime",
458 "libc",
459 "pin-project",
460 "redox_syscall 0.2.16",
461 "xattr",
462]
463
464[[package]]
465name = "async-task"
466version = "4.0.3"
467source = "git+https://github.com/zed-industries/async-task?rev=341b57d6de98cdfd7b418567b8de2022ca993a6e#341b57d6de98cdfd7b418567b8de2022ca993a6e"
468
469[[package]]
470name = "async-tls"
471version = "0.11.0"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "2f23d769dbf1838d5df5156e7b1ad404f4c463d1ac2c6aeb6cd943630f8a8400"
474dependencies = [
475 "futures-core",
476 "futures-io",
477 "rustls 0.19.1",
478 "webpki 0.21.4",
479 "webpki-roots 0.21.1",
480]
481
482[[package]]
483name = "async-trait"
484version = "0.1.68"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
487dependencies = [
488 "proc-macro2",
489 "quote",
490 "syn 2.0.18",
491]
492
493[[package]]
494name = "async-tungstenite"
495version = "0.16.1"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "5682ea0913e5c20780fe5785abacb85a411e7437bf52a1bedb93ddb3972cb8dd"
498dependencies = [
499 "async-tls",
500 "futures-io",
501 "futures-util",
502 "log",
503 "pin-project-lite 0.2.9",
504 "tungstenite 0.16.0",
505]
506
507[[package]]
508name = "atoi"
509version = "1.0.0"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
512dependencies = [
513 "num-traits",
514]
515
516[[package]]
517name = "atomic"
518version = "0.5.1"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
521dependencies = [
522 "autocfg 1.1.0",
523]
524
525[[package]]
526name = "atomic-waker"
527version = "1.1.1"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
530
531[[package]]
532name = "atty"
533version = "0.2.14"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
536dependencies = [
537 "hermit-abi 0.1.19",
538 "libc",
539 "winapi 0.3.9",
540]
541
542[[package]]
543name = "auto_update"
544version = "0.1.0"
545dependencies = [
546 "anyhow",
547 "client",
548 "db",
549 "gpui",
550 "isahc",
551 "lazy_static",
552 "log",
553 "menu",
554 "project",
555 "serde",
556 "serde_derive",
557 "serde_json",
558 "settings",
559 "smol",
560 "tempdir",
561 "theme",
562 "util",
563 "workspace",
564]
565
566[[package]]
567name = "autocfg"
568version = "0.1.8"
569source = "registry+https://github.com/rust-lang/crates.io-index"
570checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
571dependencies = [
572 "autocfg 1.1.0",
573]
574
575[[package]]
576name = "autocfg"
577version = "1.1.0"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
580
581[[package]]
582name = "axum"
583version = "0.5.17"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "acee9fd5073ab6b045a275b3e709c163dd36c90685219cb21804a147b58dba43"
586dependencies = [
587 "async-trait",
588 "axum-core",
589 "base64 0.13.1",
590 "bitflags",
591 "bytes 1.4.0",
592 "futures-util",
593 "headers",
594 "http",
595 "http-body",
596 "hyper",
597 "itoa 1.0.6",
598 "matchit",
599 "memchr",
600 "mime",
601 "percent-encoding",
602 "pin-project-lite 0.2.9",
603 "serde",
604 "serde_json",
605 "serde_urlencoded",
606 "sha-1 0.10.1",
607 "sync_wrapper",
608 "tokio",
609 "tokio-tungstenite",
610 "tower",
611 "tower-http",
612 "tower-layer",
613 "tower-service",
614]
615
616[[package]]
617name = "axum-core"
618version = "0.2.9"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc"
621dependencies = [
622 "async-trait",
623 "bytes 1.4.0",
624 "futures-util",
625 "http",
626 "http-body",
627 "mime",
628 "tower-layer",
629 "tower-service",
630]
631
632[[package]]
633name = "axum-extra"
634version = "0.3.7"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "69034b3b0fd97923eee2ce8a47540edb21e07f48f87f67d44bb4271cec622bdb"
637dependencies = [
638 "axum",
639 "bytes 1.4.0",
640 "futures-util",
641 "http",
642 "mime",
643 "pin-project-lite 0.2.9",
644 "serde",
645 "serde_json",
646 "tokio",
647 "tower",
648 "tower-http",
649 "tower-layer",
650 "tower-service",
651]
652
653[[package]]
654name = "backtrace"
655version = "0.3.67"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
658dependencies = [
659 "addr2line 0.19.0",
660 "cc",
661 "cfg-if 1.0.0",
662 "libc",
663 "miniz_oxide 0.6.2",
664 "object 0.30.3",
665 "rustc-demangle",
666]
667
668[[package]]
669name = "bae"
670version = "0.1.7"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "33b8de67cc41132507eeece2584804efcb15f85ba516e34c944b7667f480397a"
673dependencies = [
674 "heck 0.3.3",
675 "proc-macro-error",
676 "proc-macro2",
677 "quote",
678 "syn 1.0.109",
679]
680
681[[package]]
682name = "base64"
683version = "0.13.1"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
686
687[[package]]
688name = "base64"
689version = "0.21.0"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
692
693[[package]]
694name = "base64ct"
695version = "1.6.0"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
698
699[[package]]
700name = "bincode"
701version = "1.3.3"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
704dependencies = [
705 "serde",
706]
707
708[[package]]
709name = "bindgen"
710version = "0.65.1"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
713dependencies = [
714 "bitflags",
715 "cexpr",
716 "clang-sys",
717 "lazy_static",
718 "lazycell",
719 "log",
720 "peeking_take_while",
721 "prettyplease",
722 "proc-macro2",
723 "quote",
724 "regex",
725 "rustc-hash",
726 "shlex",
727 "syn 2.0.18",
728 "which",
729]
730
731[[package]]
732name = "bit-set"
733version = "0.5.3"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
736dependencies = [
737 "bit-vec",
738]
739
740[[package]]
741name = "bit-vec"
742version = "0.6.3"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
745
746[[package]]
747name = "bitflags"
748version = "1.3.2"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
751
752[[package]]
753name = "block"
754version = "0.1.6"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
757
758[[package]]
759name = "block-buffer"
760version = "0.9.0"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
763dependencies = [
764 "generic-array",
765]
766
767[[package]]
768name = "block-buffer"
769version = "0.10.4"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
772dependencies = [
773 "generic-array",
774]
775
776[[package]]
777name = "blocking"
778version = "1.3.1"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
781dependencies = [
782 "async-channel",
783 "async-lock",
784 "async-task",
785 "atomic-waker",
786 "fastrand",
787 "futures-lite",
788 "log",
789]
790
791[[package]]
792name = "borsh"
793version = "0.10.3"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
796dependencies = [
797 "borsh-derive",
798 "hashbrown 0.13.2",
799]
800
801[[package]]
802name = "borsh-derive"
803version = "0.10.3"
804source = "registry+https://github.com/rust-lang/crates.io-index"
805checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
806dependencies = [
807 "borsh-derive-internal",
808 "borsh-schema-derive-internal",
809 "proc-macro-crate",
810 "proc-macro2",
811 "syn 1.0.109",
812]
813
814[[package]]
815name = "borsh-derive-internal"
816version = "0.10.3"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
819dependencies = [
820 "proc-macro2",
821 "quote",
822 "syn 1.0.109",
823]
824
825[[package]]
826name = "borsh-schema-derive-internal"
827version = "0.10.3"
828source = "registry+https://github.com/rust-lang/crates.io-index"
829checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
830dependencies = [
831 "proc-macro2",
832 "quote",
833 "syn 1.0.109",
834]
835
836[[package]]
837name = "breadcrumbs"
838version = "0.1.0"
839dependencies = [
840 "collections",
841 "editor",
842 "gpui",
843 "itertools",
844 "language",
845 "outline",
846 "project",
847 "search",
848 "settings",
849 "theme",
850 "workspace",
851]
852
853[[package]]
854name = "bromberg_sl2"
855version = "0.6.0"
856source = "git+https://github.com/zed-industries/bromberg_sl2?rev=950bc5482c216c395049ae33ae4501e08975f17f#950bc5482c216c395049ae33ae4501e08975f17f"
857dependencies = [
858 "digest 0.9.0",
859 "lazy_static",
860 "rayon",
861 "seq-macro",
862]
863
864[[package]]
865name = "bstr"
866version = "1.4.0"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
869dependencies = [
870 "memchr",
871 "once_cell",
872 "regex-automata",
873 "serde",
874]
875
876[[package]]
877name = "bumpalo"
878version = "3.12.2"
879source = "registry+https://github.com/rust-lang/crates.io-index"
880checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b"
881
882[[package]]
883name = "bytecheck"
884version = "0.6.10"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "13fe11640a23eb24562225322cd3e452b93a3d4091d62fab69c70542fcd17d1f"
887dependencies = [
888 "bytecheck_derive",
889 "ptr_meta",
890 "simdutf8",
891]
892
893[[package]]
894name = "bytecheck_derive"
895version = "0.6.10"
896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "e31225543cb46f81a7e224762764f4a6a0f097b1db0b175f69e8065efaa42de5"
898dependencies = [
899 "proc-macro2",
900 "quote",
901 "syn 1.0.109",
902]
903
904[[package]]
905name = "bytemuck"
906version = "1.13.1"
907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
909
910[[package]]
911name = "byteorder"
912version = "1.4.3"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
915
916[[package]]
917name = "bytes"
918version = "0.4.12"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
921dependencies = [
922 "byteorder",
923 "iovec",
924]
925
926[[package]]
927name = "bytes"
928version = "1.4.0"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
931
932[[package]]
933name = "call"
934version = "0.1.0"
935dependencies = [
936 "anyhow",
937 "async-broadcast",
938 "client",
939 "collections",
940 "fs",
941 "futures 0.3.28",
942 "gpui",
943 "language",
944 "live_kit_client",
945 "log",
946 "media",
947 "postage",
948 "project",
949 "settings",
950 "util",
951]
952
953[[package]]
954name = "cap-fs-ext"
955version = "0.24.4"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "e54b86398b5852ddd45784b1d9b196b98beb39171821bad4b8b44534a1e87927"
958dependencies = [
959 "cap-primitives",
960 "cap-std",
961 "io-lifetimes 0.5.3",
962 "winapi 0.3.9",
963]
964
965[[package]]
966name = "cap-primitives"
967version = "0.24.4"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "fb8fca3e81fae1d91a36e9784ca22a39ef623702b5f7904d89dc31f10184a178"
970dependencies = [
971 "ambient-authority",
972 "errno 0.2.8",
973 "fs-set-times",
974 "io-extras",
975 "io-lifetimes 0.5.3",
976 "ipnet",
977 "maybe-owned",
978 "rustix 0.33.7",
979 "winapi 0.3.9",
980 "winapi-util",
981 "winx",
982]
983
984[[package]]
985name = "cap-rand"
986version = "0.24.4"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "ca3b27294116983d706f4c8168f6d10c84f9f5daed0c28bc7d0296cf16bcf971"
989dependencies = [
990 "ambient-authority",
991 "rand 0.8.5",
992]
993
994[[package]]
995name = "cap-std"
996version = "0.24.4"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "2247568946095c7765ad2b441a56caffc08027734c634a6d5edda648f04e32eb"
999dependencies = [
1000 "cap-primitives",
1001 "io-extras",
1002 "io-lifetimes 0.5.3",
1003 "ipnet",
1004 "rustix 0.33.7",
1005]
1006
1007[[package]]
1008name = "cap-time-ext"
1009version = "0.24.4"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "c50472b6ebc302af0401fa3fb939694cd8ff00e0d4c9182001e434fc822ab83a"
1012dependencies = [
1013 "cap-primitives",
1014 "once_cell",
1015 "rustix 0.33.7",
1016 "winx",
1017]
1018
1019[[package]]
1020name = "castaway"
1021version = "0.1.2"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
1024
1025[[package]]
1026name = "cc"
1027version = "1.0.79"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
1030dependencies = [
1031 "jobserver",
1032]
1033
1034[[package]]
1035name = "cexpr"
1036version = "0.6.0"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
1039dependencies = [
1040 "nom",
1041]
1042
1043[[package]]
1044name = "cfg-if"
1045version = "0.1.10"
1046source = "registry+https://github.com/rust-lang/crates.io-index"
1047checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
1048
1049[[package]]
1050name = "cfg-if"
1051version = "1.0.0"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
1054
1055[[package]]
1056name = "chrono"
1057version = "0.4.24"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
1060dependencies = [
1061 "iana-time-zone",
1062 "js-sys",
1063 "num-integer",
1064 "num-traits",
1065 "serde",
1066 "time 0.1.45",
1067 "wasm-bindgen",
1068 "winapi 0.3.9",
1069]
1070
1071[[package]]
1072name = "chunked_transfer"
1073version = "1.4.1"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a"
1076
1077[[package]]
1078name = "cipher"
1079version = "0.3.0"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
1082dependencies = [
1083 "generic-array",
1084]
1085
1086[[package]]
1087name = "clang-sys"
1088version = "1.6.1"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
1091dependencies = [
1092 "glob",
1093 "libc",
1094 "libloading",
1095]
1096
1097[[package]]
1098name = "clap"
1099version = "3.2.25"
1100source = "registry+https://github.com/rust-lang/crates.io-index"
1101checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
1102dependencies = [
1103 "atty",
1104 "bitflags",
1105 "clap_derive",
1106 "clap_lex",
1107 "indexmap",
1108 "once_cell",
1109 "strsim",
1110 "termcolor",
1111 "textwrap",
1112]
1113
1114[[package]]
1115name = "clap_derive"
1116version = "3.2.25"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
1119dependencies = [
1120 "heck 0.4.1",
1121 "proc-macro-error",
1122 "proc-macro2",
1123 "quote",
1124 "syn 1.0.109",
1125]
1126
1127[[package]]
1128name = "clap_lex"
1129version = "0.2.4"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
1132dependencies = [
1133 "os_str_bytes",
1134]
1135
1136[[package]]
1137name = "cli"
1138version = "0.1.0"
1139dependencies = [
1140 "anyhow",
1141 "clap",
1142 "core-foundation",
1143 "core-services",
1144 "dirs 3.0.2",
1145 "ipc-channel",
1146 "plist",
1147 "serde",
1148 "serde_derive",
1149 "util",
1150]
1151
1152[[package]]
1153name = "client"
1154version = "0.1.0"
1155dependencies = [
1156 "anyhow",
1157 "async-recursion 0.3.2",
1158 "async-tungstenite",
1159 "collections",
1160 "db",
1161 "futures 0.3.28",
1162 "gpui",
1163 "image",
1164 "lazy_static",
1165 "log",
1166 "parking_lot 0.11.2",
1167 "postage",
1168 "rand 0.8.5",
1169 "rpc",
1170 "schemars",
1171 "serde",
1172 "serde_derive",
1173 "settings",
1174 "smol",
1175 "staff_mode",
1176 "sum_tree",
1177 "tempfile",
1178 "thiserror",
1179 "time 0.3.21",
1180 "tiny_http",
1181 "url",
1182 "util",
1183 "uuid 1.3.2",
1184]
1185
1186[[package]]
1187name = "clock"
1188version = "0.1.0"
1189dependencies = [
1190 "smallvec",
1191]
1192
1193[[package]]
1194name = "cmake"
1195version = "0.1.50"
1196source = "registry+https://github.com/rust-lang/crates.io-index"
1197checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
1198dependencies = [
1199 "cc",
1200]
1201
1202[[package]]
1203name = "cocoa"
1204version = "0.24.0"
1205source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1206dependencies = [
1207 "bitflags",
1208 "block",
1209 "cocoa-foundation",
1210 "core-foundation",
1211 "core-graphics",
1212 "foreign-types",
1213 "libc",
1214 "objc",
1215]
1216
1217[[package]]
1218name = "cocoa-foundation"
1219version = "0.1.1"
1220source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1221dependencies = [
1222 "bitflags",
1223 "block",
1224 "core-foundation",
1225 "core-graphics-types",
1226 "foreign-types",
1227 "libc",
1228 "objc",
1229]
1230
1231[[package]]
1232name = "codespan-reporting"
1233version = "0.11.1"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
1236dependencies = [
1237 "termcolor",
1238 "unicode-width",
1239]
1240
1241[[package]]
1242name = "collab"
1243version = "0.14.2"
1244dependencies = [
1245 "anyhow",
1246 "async-tungstenite",
1247 "axum",
1248 "axum-extra",
1249 "base64 0.13.1",
1250 "call",
1251 "clap",
1252 "client",
1253 "collections",
1254 "ctor",
1255 "dashmap",
1256 "editor",
1257 "env_logger 0.9.3",
1258 "envy",
1259 "fs",
1260 "futures 0.3.28",
1261 "git",
1262 "gpui",
1263 "hyper",
1264 "indoc",
1265 "language",
1266 "lazy_static",
1267 "lipsum",
1268 "live_kit_client",
1269 "live_kit_server",
1270 "log",
1271 "lsp",
1272 "nanoid",
1273 "parking_lot 0.11.2",
1274 "pretty_assertions",
1275 "project",
1276 "prometheus",
1277 "rand 0.8.5",
1278 "reqwest",
1279 "rpc",
1280 "scrypt",
1281 "sea-orm",
1282 "sea-query",
1283 "serde",
1284 "serde_derive",
1285 "serde_json",
1286 "settings",
1287 "sha-1 0.9.8",
1288 "sqlx",
1289 "theme",
1290 "time 0.3.21",
1291 "tokio",
1292 "tokio-tungstenite",
1293 "toml",
1294 "tonic",
1295 "tower",
1296 "tracing",
1297 "tracing-log",
1298 "tracing-subscriber",
1299 "unindent",
1300 "util",
1301 "workspace",
1302]
1303
1304[[package]]
1305name = "collab_ui"
1306version = "0.1.0"
1307dependencies = [
1308 "anyhow",
1309 "auto_update",
1310 "call",
1311 "client",
1312 "clock",
1313 "collections",
1314 "context_menu",
1315 "editor",
1316 "feedback",
1317 "futures 0.3.28",
1318 "fuzzy",
1319 "gpui",
1320 "log",
1321 "menu",
1322 "picker",
1323 "postage",
1324 "project",
1325 "serde",
1326 "serde_derive",
1327 "settings",
1328 "theme",
1329 "util",
1330 "workspace",
1331]
1332
1333[[package]]
1334name = "collections"
1335version = "0.1.0"
1336dependencies = [
1337 "seahash",
1338]
1339
1340[[package]]
1341name = "color_quant"
1342version = "1.1.0"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
1345
1346[[package]]
1347name = "command_palette"
1348version = "0.1.0"
1349dependencies = [
1350 "collections",
1351 "ctor",
1352 "editor",
1353 "env_logger 0.9.3",
1354 "fuzzy",
1355 "gpui",
1356 "language",
1357 "picker",
1358 "project",
1359 "serde_json",
1360 "settings",
1361 "theme",
1362 "util",
1363 "workspace",
1364]
1365
1366[[package]]
1367name = "concurrent-queue"
1368version = "2.2.0"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
1371dependencies = [
1372 "crossbeam-utils 0.8.15",
1373]
1374
1375[[package]]
1376name = "const-cstr"
1377version = "0.3.0"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "ed3d0b5ff30645a68f35ece8cea4556ca14ef8a1651455f789a099a0513532a6"
1380
1381[[package]]
1382name = "context_menu"
1383version = "0.1.0"
1384dependencies = [
1385 "gpui",
1386 "menu",
1387 "settings",
1388 "smallvec",
1389 "theme",
1390]
1391
1392[[package]]
1393name = "copilot"
1394version = "0.1.0"
1395dependencies = [
1396 "anyhow",
1397 "async-compression",
1398 "async-tar",
1399 "clock",
1400 "collections",
1401 "context_menu",
1402 "fs",
1403 "futures 0.3.28",
1404 "gpui",
1405 "language",
1406 "log",
1407 "lsp",
1408 "node_runtime",
1409 "rpc",
1410 "serde",
1411 "serde_derive",
1412 "settings",
1413 "smol",
1414 "theme",
1415 "util",
1416]
1417
1418[[package]]
1419name = "copilot_button"
1420version = "0.1.0"
1421dependencies = [
1422 "anyhow",
1423 "context_menu",
1424 "copilot",
1425 "editor",
1426 "fs",
1427 "futures 0.3.28",
1428 "gpui",
1429 "language",
1430 "settings",
1431 "smol",
1432 "theme",
1433 "util",
1434 "workspace",
1435]
1436
1437[[package]]
1438name = "core-foundation"
1439version = "0.9.3"
1440source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1441dependencies = [
1442 "core-foundation-sys",
1443 "libc",
1444 "uuid 0.5.1",
1445]
1446
1447[[package]]
1448name = "core-foundation-sys"
1449version = "0.8.3"
1450source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1451
1452[[package]]
1453name = "core-graphics"
1454version = "0.22.3"
1455source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1456dependencies = [
1457 "bitflags",
1458 "core-foundation",
1459 "core-graphics-types",
1460 "foreign-types",
1461 "libc",
1462]
1463
1464[[package]]
1465name = "core-graphics-types"
1466version = "0.1.1"
1467source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1468dependencies = [
1469 "bitflags",
1470 "core-foundation",
1471 "foreign-types",
1472 "libc",
1473]
1474
1475[[package]]
1476name = "core-services"
1477version = "0.2.0"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "51b344b958cae90858bf6086f49599ecc5ec8698eacad0ea155509ba11fab347"
1480dependencies = [
1481 "core-foundation",
1482]
1483
1484[[package]]
1485name = "core-text"
1486version = "19.2.0"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
1489dependencies = [
1490 "core-foundation",
1491 "core-graphics",
1492 "foreign-types",
1493 "libc",
1494]
1495
1496[[package]]
1497name = "cpp_demangle"
1498version = "0.3.5"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
1501dependencies = [
1502 "cfg-if 1.0.0",
1503]
1504
1505[[package]]
1506name = "cpufeatures"
1507version = "0.2.7"
1508source = "registry+https://github.com/rust-lang/crates.io-index"
1509checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
1510dependencies = [
1511 "libc",
1512]
1513
1514[[package]]
1515name = "cranelift-bforest"
1516version = "0.85.3"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "749d0d6022c9038dccf480bdde2a38d435937335bf2bb0f14e815d94517cdce8"
1519dependencies = [
1520 "cranelift-entity",
1521]
1522
1523[[package]]
1524name = "cranelift-codegen"
1525version = "0.85.3"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "e94370cc7b37bf652ccd8bb8f09bd900997f7ccf97520edfc75554bb5c4abbea"
1528dependencies = [
1529 "cranelift-bforest",
1530 "cranelift-codegen-meta",
1531 "cranelift-codegen-shared",
1532 "cranelift-entity",
1533 "cranelift-isle",
1534 "gimli 0.26.2",
1535 "log",
1536 "regalloc2",
1537 "smallvec",
1538 "target-lexicon",
1539]
1540
1541[[package]]
1542name = "cranelift-codegen-meta"
1543version = "0.85.3"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "e0a3cea8fdab90e44018c5b9a1dfd460d8ee265ac354337150222a354628bdb6"
1546dependencies = [
1547 "cranelift-codegen-shared",
1548]
1549
1550[[package]]
1551name = "cranelift-codegen-shared"
1552version = "0.85.3"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "5ac72f76f2698598951ab26d8c96eaa854810e693e7dd52523958b5909fde6b2"
1555
1556[[package]]
1557name = "cranelift-entity"
1558version = "0.85.3"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "09eaeacfcd2356fe0e66b295e8f9d59fdd1ac3ace53ba50de14d628ec902f72d"
1561dependencies = [
1562 "serde",
1563]
1564
1565[[package]]
1566name = "cranelift-frontend"
1567version = "0.85.3"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "dba69c9980d5ffd62c18a2bde927855fcd7c8dc92f29feaf8636052662cbd99c"
1570dependencies = [
1571 "cranelift-codegen",
1572 "log",
1573 "smallvec",
1574 "target-lexicon",
1575]
1576
1577[[package]]
1578name = "cranelift-isle"
1579version = "0.85.3"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "d2920dc1e05cac40304456ed3301fde2c09bd6a9b0210bcfa2f101398d628d5b"
1582
1583[[package]]
1584name = "cranelift-native"
1585version = "0.85.3"
1586source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "f04dfa45f9b2a6f587c564d6b63388e00cd6589d2df6ea2758cf79e1a13285e6"
1588dependencies = [
1589 "cranelift-codegen",
1590 "libc",
1591 "target-lexicon",
1592]
1593
1594[[package]]
1595name = "cranelift-wasm"
1596version = "0.85.3"
1597source = "registry+https://github.com/rust-lang/crates.io-index"
1598checksum = "31a46513ae6f26f3f267d8d75b5373d555fbbd1e68681f348d99df43f747ec54"
1599dependencies = [
1600 "cranelift-codegen",
1601 "cranelift-entity",
1602 "cranelift-frontend",
1603 "itertools",
1604 "log",
1605 "smallvec",
1606 "wasmparser",
1607 "wasmtime-types",
1608]
1609
1610[[package]]
1611name = "crc"
1612version = "3.0.1"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
1615dependencies = [
1616 "crc-catalog",
1617]
1618
1619[[package]]
1620name = "crc-catalog"
1621version = "2.2.0"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
1624
1625[[package]]
1626name = "crc32fast"
1627version = "1.3.2"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
1630dependencies = [
1631 "cfg-if 1.0.0",
1632]
1633
1634[[package]]
1635name = "crossbeam-channel"
1636version = "0.4.4"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
1639dependencies = [
1640 "crossbeam-utils 0.7.2",
1641 "maybe-uninit",
1642]
1643
1644[[package]]
1645name = "crossbeam-channel"
1646version = "0.5.8"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
1649dependencies = [
1650 "cfg-if 1.0.0",
1651 "crossbeam-utils 0.8.15",
1652]
1653
1654[[package]]
1655name = "crossbeam-deque"
1656version = "0.8.3"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
1659dependencies = [
1660 "cfg-if 1.0.0",
1661 "crossbeam-epoch",
1662 "crossbeam-utils 0.8.15",
1663]
1664
1665[[package]]
1666name = "crossbeam-epoch"
1667version = "0.9.14"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
1670dependencies = [
1671 "autocfg 1.1.0",
1672 "cfg-if 1.0.0",
1673 "crossbeam-utils 0.8.15",
1674 "memoffset 0.8.0",
1675 "scopeguard",
1676]
1677
1678[[package]]
1679name = "crossbeam-queue"
1680version = "0.3.8"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
1683dependencies = [
1684 "cfg-if 1.0.0",
1685 "crossbeam-utils 0.8.15",
1686]
1687
1688[[package]]
1689name = "crossbeam-utils"
1690version = "0.7.2"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
1693dependencies = [
1694 "autocfg 1.1.0",
1695 "cfg-if 0.1.10",
1696 "lazy_static",
1697]
1698
1699[[package]]
1700name = "crossbeam-utils"
1701version = "0.8.15"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
1704dependencies = [
1705 "cfg-if 1.0.0",
1706]
1707
1708[[package]]
1709name = "crypto-common"
1710version = "0.1.6"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1713dependencies = [
1714 "generic-array",
1715 "typenum",
1716]
1717
1718[[package]]
1719name = "crypto-mac"
1720version = "0.11.1"
1721source = "registry+https://github.com/rust-lang/crates.io-index"
1722checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
1723dependencies = [
1724 "generic-array",
1725 "subtle",
1726]
1727
1728[[package]]
1729name = "ctor"
1730version = "0.1.26"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
1733dependencies = [
1734 "quote",
1735 "syn 1.0.109",
1736]
1737
1738[[package]]
1739name = "curl"
1740version = "0.4.44"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
1743dependencies = [
1744 "curl-sys",
1745 "libc",
1746 "openssl-probe",
1747 "openssl-sys",
1748 "schannel",
1749 "socket2",
1750 "winapi 0.3.9",
1751]
1752
1753[[package]]
1754name = "curl-sys"
1755version = "0.4.61+curl-8.0.1"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79"
1758dependencies = [
1759 "cc",
1760 "libc",
1761 "libnghttp2-sys",
1762 "libz-sys",
1763 "openssl-sys",
1764 "pkg-config",
1765 "vcpkg",
1766 "winapi 0.3.9",
1767]
1768
1769[[package]]
1770name = "cxx"
1771version = "1.0.94"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
1774dependencies = [
1775 "cc",
1776 "cxxbridge-flags",
1777 "cxxbridge-macro",
1778 "link-cplusplus",
1779]
1780
1781[[package]]
1782name = "cxx-build"
1783version = "1.0.94"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
1786dependencies = [
1787 "cc",
1788 "codespan-reporting",
1789 "once_cell",
1790 "proc-macro2",
1791 "quote",
1792 "scratch",
1793 "syn 2.0.18",
1794]
1795
1796[[package]]
1797name = "cxxbridge-flags"
1798version = "1.0.94"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
1801
1802[[package]]
1803name = "cxxbridge-macro"
1804version = "1.0.94"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
1807dependencies = [
1808 "proc-macro2",
1809 "quote",
1810 "syn 2.0.18",
1811]
1812
1813[[package]]
1814name = "dashmap"
1815version = "5.4.0"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
1818dependencies = [
1819 "cfg-if 1.0.0",
1820 "hashbrown 0.12.3",
1821 "lock_api",
1822 "once_cell",
1823 "parking_lot_core 0.9.7",
1824]
1825
1826[[package]]
1827name = "data-url"
1828version = "0.1.1"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
1831dependencies = [
1832 "matches",
1833]
1834
1835[[package]]
1836name = "db"
1837version = "0.1.0"
1838dependencies = [
1839 "anyhow",
1840 "async-trait",
1841 "collections",
1842 "env_logger 0.9.3",
1843 "gpui",
1844 "indoc",
1845 "lazy_static",
1846 "log",
1847 "parking_lot 0.11.2",
1848 "serde",
1849 "serde_derive",
1850 "smol",
1851 "sqlez",
1852 "sqlez_macros",
1853 "tempdir",
1854 "util",
1855]
1856
1857[[package]]
1858name = "deflate"
1859version = "0.8.6"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
1862dependencies = [
1863 "adler32",
1864 "byteorder",
1865]
1866
1867[[package]]
1868name = "dhat"
1869version = "0.3.2"
1870source = "registry+https://github.com/rust-lang/crates.io-index"
1871checksum = "4f2aaf837aaf456f6706cb46386ba8dffd4013a757e36f4ea05c20dd46b209a3"
1872dependencies = [
1873 "backtrace",
1874 "lazy_static",
1875 "mintex",
1876 "parking_lot 0.12.1",
1877 "rustc-hash",
1878 "serde",
1879 "serde_json",
1880 "thousands",
1881]
1882
1883[[package]]
1884name = "diagnostics"
1885version = "0.1.0"
1886dependencies = [
1887 "anyhow",
1888 "client",
1889 "collections",
1890 "editor",
1891 "gpui",
1892 "language",
1893 "lsp",
1894 "postage",
1895 "project",
1896 "serde_json",
1897 "settings",
1898 "smallvec",
1899 "theme",
1900 "unindent",
1901 "util",
1902 "workspace",
1903]
1904
1905[[package]]
1906name = "diff"
1907version = "0.1.13"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
1910
1911[[package]]
1912name = "digest"
1913version = "0.9.0"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
1916dependencies = [
1917 "generic-array",
1918]
1919
1920[[package]]
1921name = "digest"
1922version = "0.10.6"
1923source = "registry+https://github.com/rust-lang/crates.io-index"
1924checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
1925dependencies = [
1926 "block-buffer 0.10.4",
1927 "crypto-common",
1928 "subtle",
1929]
1930
1931[[package]]
1932name = "directories-next"
1933version = "2.0.0"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
1936dependencies = [
1937 "cfg-if 1.0.0",
1938 "dirs-sys-next",
1939]
1940
1941[[package]]
1942name = "dirs"
1943version = "3.0.2"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
1946dependencies = [
1947 "dirs-sys",
1948]
1949
1950[[package]]
1951name = "dirs"
1952version = "4.0.0"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
1955dependencies = [
1956 "dirs-sys",
1957]
1958
1959[[package]]
1960name = "dirs-next"
1961version = "2.0.0"
1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1964dependencies = [
1965 "cfg-if 1.0.0",
1966 "dirs-sys-next",
1967]
1968
1969[[package]]
1970name = "dirs-sys"
1971version = "0.3.7"
1972source = "registry+https://github.com/rust-lang/crates.io-index"
1973checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
1974dependencies = [
1975 "libc",
1976 "redox_users",
1977 "winapi 0.3.9",
1978]
1979
1980[[package]]
1981name = "dirs-sys-next"
1982version = "0.1.2"
1983source = "registry+https://github.com/rust-lang/crates.io-index"
1984checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1985dependencies = [
1986 "libc",
1987 "redox_users",
1988 "winapi 0.3.9",
1989]
1990
1991[[package]]
1992name = "dlib"
1993version = "0.5.0"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
1996dependencies = [
1997 "libloading",
1998]
1999
2000[[package]]
2001name = "dotenvy"
2002version = "0.15.7"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2005
2006[[package]]
2007name = "drag_and_drop"
2008version = "0.1.0"
2009dependencies = [
2010 "collections",
2011 "gpui",
2012]
2013
2014[[package]]
2015name = "dwrote"
2016version = "0.11.0"
2017source = "registry+https://github.com/rust-lang/crates.io-index"
2018checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
2019dependencies = [
2020 "lazy_static",
2021 "libc",
2022 "winapi 0.3.9",
2023 "wio",
2024]
2025
2026[[package]]
2027name = "dyn-clone"
2028version = "1.0.11"
2029source = "registry+https://github.com/rust-lang/crates.io-index"
2030checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30"
2031
2032[[package]]
2033name = "editor"
2034version = "0.1.0"
2035dependencies = [
2036 "aho-corasick 0.7.20",
2037 "anyhow",
2038 "client",
2039 "clock",
2040 "collections",
2041 "context_menu",
2042 "copilot",
2043 "ctor",
2044 "db",
2045 "drag_and_drop",
2046 "env_logger 0.9.3",
2047 "futures 0.3.28",
2048 "fuzzy",
2049 "git",
2050 "gpui",
2051 "indoc",
2052 "itertools",
2053 "language",
2054 "lazy_static",
2055 "log",
2056 "lsp",
2057 "ordered-float",
2058 "parking_lot 0.11.2",
2059 "postage",
2060 "project",
2061 "pulldown-cmark",
2062 "rand 0.8.5",
2063 "rpc",
2064 "schemars",
2065 "serde",
2066 "serde_derive",
2067 "settings",
2068 "smallvec",
2069 "smol",
2070 "snippet",
2071 "sqlez",
2072 "sum_tree",
2073 "text",
2074 "theme",
2075 "tree-sitter",
2076 "tree-sitter-html",
2077 "tree-sitter-javascript",
2078 "tree-sitter-rust",
2079 "tree-sitter-typescript 0.20.2 (git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259)",
2080 "unindent",
2081 "util",
2082 "workspace",
2083]
2084
2085[[package]]
2086name = "either"
2087version = "1.8.1"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2090
2091[[package]]
2092name = "encoding_rs"
2093version = "0.8.32"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
2096dependencies = [
2097 "cfg-if 1.0.0",
2098]
2099
2100[[package]]
2101name = "env_logger"
2102version = "0.9.3"
2103source = "registry+https://github.com/rust-lang/crates.io-index"
2104checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
2105dependencies = [
2106 "atty",
2107 "humantime",
2108 "log",
2109 "regex",
2110 "termcolor",
2111]
2112
2113[[package]]
2114name = "env_logger"
2115version = "0.10.0"
2116source = "registry+https://github.com/rust-lang/crates.io-index"
2117checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
2118dependencies = [
2119 "humantime",
2120 "is-terminal 0.4.7",
2121 "log",
2122 "regex",
2123 "termcolor",
2124]
2125
2126[[package]]
2127name = "envy"
2128version = "0.4.2"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
2131dependencies = [
2132 "serde",
2133]
2134
2135[[package]]
2136name = "erased-serde"
2137version = "0.3.25"
2138source = "registry+https://github.com/rust-lang/crates.io-index"
2139checksum = "4f2b0c2380453a92ea8b6c8e5f64ecaafccddde8ceab55ff7a8ac1029f894569"
2140dependencies = [
2141 "serde",
2142]
2143
2144[[package]]
2145name = "errno"
2146version = "0.2.8"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
2149dependencies = [
2150 "errno-dragonfly",
2151 "libc",
2152 "winapi 0.3.9",
2153]
2154
2155[[package]]
2156name = "errno"
2157version = "0.3.1"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2160dependencies = [
2161 "errno-dragonfly",
2162 "libc",
2163 "windows-sys 0.48.0",
2164]
2165
2166[[package]]
2167name = "errno-dragonfly"
2168version = "0.1.2"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
2171dependencies = [
2172 "cc",
2173 "libc",
2174]
2175
2176[[package]]
2177name = "etagere"
2178version = "0.2.7"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "6301151a318f367f392c31395beb1cfba5ccd9abc44d1db0db3a4b27b9601c89"
2181dependencies = [
2182 "euclid",
2183 "svg_fmt",
2184]
2185
2186[[package]]
2187name = "euclid"
2188version = "0.22.9"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787"
2191dependencies = [
2192 "num-traits",
2193]
2194
2195[[package]]
2196name = "event-listener"
2197version = "2.5.3"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2200
2201[[package]]
2202name = "fallible-iterator"
2203version = "0.2.0"
2204source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2206
2207[[package]]
2208name = "fallible-streaming-iterator"
2209version = "0.1.9"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
2212
2213[[package]]
2214name = "fancy-regex"
2215version = "0.11.0"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
2218dependencies = [
2219 "bit-set",
2220 "regex",
2221]
2222
2223[[package]]
2224name = "fastrand"
2225version = "1.9.0"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2228dependencies = [
2229 "instant",
2230]
2231
2232[[package]]
2233name = "feedback"
2234version = "0.1.0"
2235dependencies = [
2236 "anyhow",
2237 "client",
2238 "editor",
2239 "futures 0.3.28",
2240 "gpui",
2241 "human_bytes",
2242 "isahc",
2243 "language",
2244 "lazy_static",
2245 "log",
2246 "postage",
2247 "project",
2248 "regex",
2249 "search",
2250 "serde",
2251 "serde_derive",
2252 "settings",
2253 "smallvec",
2254 "sysinfo",
2255 "theme",
2256 "tree-sitter-markdown",
2257 "urlencoding",
2258 "util",
2259 "workspace",
2260]
2261
2262[[package]]
2263name = "file-per-thread-logger"
2264version = "0.1.6"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"
2267dependencies = [
2268 "env_logger 0.10.0",
2269 "log",
2270]
2271
2272[[package]]
2273name = "file_finder"
2274version = "0.1.0"
2275dependencies = [
2276 "ctor",
2277 "editor",
2278 "env_logger 0.9.3",
2279 "fuzzy",
2280 "gpui",
2281 "language",
2282 "menu",
2283 "picker",
2284 "postage",
2285 "project",
2286 "serde_json",
2287 "settings",
2288 "text",
2289 "theme",
2290 "util",
2291 "workspace",
2292]
2293
2294[[package]]
2295name = "filetime"
2296version = "0.2.21"
2297source = "registry+https://github.com/rust-lang/crates.io-index"
2298checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
2299dependencies = [
2300 "cfg-if 1.0.0",
2301 "libc",
2302 "redox_syscall 0.2.16",
2303 "windows-sys 0.48.0",
2304]
2305
2306[[package]]
2307name = "fixedbitset"
2308version = "0.4.2"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2311
2312[[package]]
2313name = "flate2"
2314version = "1.0.26"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2317dependencies = [
2318 "crc32fast",
2319 "miniz_oxide 0.7.1",
2320]
2321
2322[[package]]
2323name = "float-cmp"
2324version = "0.5.3"
2325source = "registry+https://github.com/rust-lang/crates.io-index"
2326checksum = "75224bec9bfe1a65e2d34132933f2de7fe79900c96a0174307554244ece8150e"
2327
2328[[package]]
2329name = "float-ord"
2330version = "0.2.0"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
2333
2334[[package]]
2335name = "flume"
2336version = "0.10.14"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
2339dependencies = [
2340 "futures-core",
2341 "futures-sink",
2342 "pin-project",
2343 "spin 0.9.8",
2344]
2345
2346[[package]]
2347name = "fnv"
2348version = "1.0.7"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2351
2352[[package]]
2353name = "font-kit"
2354version = "0.11.0"
2355source = "git+https://github.com/zed-industries/font-kit?rev=b2f77d56f450338aa4f7dd2f0197d8c9acb0cf18#b2f77d56f450338aa4f7dd2f0197d8c9acb0cf18"
2356dependencies = [
2357 "bitflags",
2358 "byteorder",
2359 "core-foundation",
2360 "core-graphics",
2361 "core-text",
2362 "dirs-next",
2363 "dwrote",
2364 "float-ord",
2365 "freetype",
2366 "lazy_static",
2367 "libc",
2368 "log",
2369 "pathfinder_geometry",
2370 "pathfinder_simd",
2371 "walkdir",
2372 "winapi 0.3.9",
2373 "yeslogic-fontconfig-sys",
2374]
2375
2376[[package]]
2377name = "fontdb"
2378version = "0.5.4"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "e58903f4f8d5b58c7d300908e4ebe5289c1bfdf5587964330f12023b8ff17fd1"
2381dependencies = [
2382 "log",
2383 "memmap2",
2384 "ttf-parser 0.12.3",
2385]
2386
2387[[package]]
2388name = "foreign-types"
2389version = "0.3.2"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2392dependencies = [
2393 "foreign-types-shared",
2394]
2395
2396[[package]]
2397name = "foreign-types-shared"
2398version = "0.1.1"
2399source = "registry+https://github.com/rust-lang/crates.io-index"
2400checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2401
2402[[package]]
2403name = "form_urlencoded"
2404version = "1.1.0"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2407dependencies = [
2408 "percent-encoding",
2409]
2410
2411[[package]]
2412name = "freetype"
2413version = "0.7.0"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
2416dependencies = [
2417 "freetype-sys",
2418 "libc",
2419]
2420
2421[[package]]
2422name = "freetype-sys"
2423version = "0.13.1"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
2426dependencies = [
2427 "cmake",
2428 "libc",
2429 "pkg-config",
2430]
2431
2432[[package]]
2433name = "fs"
2434version = "0.1.0"
2435dependencies = [
2436 "anyhow",
2437 "async-trait",
2438 "collections",
2439 "fsevent",
2440 "futures 0.3.28",
2441 "git2",
2442 "gpui",
2443 "lazy_static",
2444 "libc",
2445 "log",
2446 "lsp",
2447 "parking_lot 0.11.2",
2448 "regex",
2449 "rope",
2450 "rpc",
2451 "serde",
2452 "serde_derive",
2453 "serde_json",
2454 "smol",
2455 "sum_tree",
2456 "tempfile",
2457 "util",
2458]
2459
2460[[package]]
2461name = "fs-set-times"
2462version = "0.15.0"
2463source = "registry+https://github.com/rust-lang/crates.io-index"
2464checksum = "7df62ee66ee2d532ea8d567b5a3f0d03ecd64636b98bad5be1e93dcc918b92aa"
2465dependencies = [
2466 "io-lifetimes 0.5.3",
2467 "rustix 0.33.7",
2468 "winapi 0.3.9",
2469]
2470
2471[[package]]
2472name = "fsevent"
2473version = "2.0.2"
2474dependencies = [
2475 "bitflags",
2476 "fsevent-sys",
2477 "parking_lot 0.11.2",
2478 "tempdir",
2479]
2480
2481[[package]]
2482name = "fsevent-sys"
2483version = "3.1.0"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
2486dependencies = [
2487 "libc",
2488]
2489
2490[[package]]
2491name = "fuchsia-cprng"
2492version = "0.1.1"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
2494checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2495
2496[[package]]
2497name = "fuchsia-zircon"
2498version = "0.3.3"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2501dependencies = [
2502 "bitflags",
2503 "fuchsia-zircon-sys",
2504]
2505
2506[[package]]
2507name = "fuchsia-zircon-sys"
2508version = "0.3.3"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2511
2512[[package]]
2513name = "futures"
2514version = "0.1.31"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
2517
2518[[package]]
2519name = "futures"
2520version = "0.3.28"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
2523dependencies = [
2524 "futures-channel",
2525 "futures-core",
2526 "futures-executor",
2527 "futures-io",
2528 "futures-sink",
2529 "futures-task",
2530 "futures-util",
2531]
2532
2533[[package]]
2534name = "futures-channel"
2535version = "0.3.28"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2538dependencies = [
2539 "futures-core",
2540 "futures-sink",
2541]
2542
2543[[package]]
2544name = "futures-core"
2545version = "0.3.28"
2546source = "registry+https://github.com/rust-lang/crates.io-index"
2547checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2548
2549[[package]]
2550name = "futures-executor"
2551version = "0.3.28"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2554dependencies = [
2555 "futures-core",
2556 "futures-task",
2557 "futures-util",
2558]
2559
2560[[package]]
2561name = "futures-intrusive"
2562version = "0.4.2"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
2565dependencies = [
2566 "futures-core",
2567 "lock_api",
2568 "parking_lot 0.11.2",
2569]
2570
2571[[package]]
2572name = "futures-io"
2573version = "0.3.28"
2574source = "registry+https://github.com/rust-lang/crates.io-index"
2575checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2576
2577[[package]]
2578name = "futures-lite"
2579version = "1.13.0"
2580source = "registry+https://github.com/rust-lang/crates.io-index"
2581checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
2582dependencies = [
2583 "fastrand",
2584 "futures-core",
2585 "futures-io",
2586 "memchr",
2587 "parking",
2588 "pin-project-lite 0.2.9",
2589 "waker-fn",
2590]
2591
2592[[package]]
2593name = "futures-macro"
2594version = "0.3.28"
2595source = "registry+https://github.com/rust-lang/crates.io-index"
2596checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2597dependencies = [
2598 "proc-macro2",
2599 "quote",
2600 "syn 2.0.18",
2601]
2602
2603[[package]]
2604name = "futures-sink"
2605version = "0.3.28"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2608
2609[[package]]
2610name = "futures-task"
2611version = "0.3.28"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2614
2615[[package]]
2616name = "futures-util"
2617version = "0.3.28"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2620dependencies = [
2621 "futures 0.1.31",
2622 "futures-channel",
2623 "futures-core",
2624 "futures-io",
2625 "futures-macro",
2626 "futures-sink",
2627 "futures-task",
2628 "memchr",
2629 "pin-project-lite 0.2.9",
2630 "pin-utils",
2631 "slab",
2632 "tokio-io",
2633]
2634
2635[[package]]
2636name = "fuzzy"
2637version = "0.1.0"
2638dependencies = [
2639 "gpui",
2640 "util",
2641]
2642
2643[[package]]
2644name = "fxhash"
2645version = "0.2.1"
2646source = "registry+https://github.com/rust-lang/crates.io-index"
2647checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
2648dependencies = [
2649 "byteorder",
2650]
2651
2652[[package]]
2653name = "generic-array"
2654version = "0.14.7"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2657dependencies = [
2658 "typenum",
2659 "version_check",
2660]
2661
2662[[package]]
2663name = "getrandom"
2664version = "0.1.16"
2665source = "registry+https://github.com/rust-lang/crates.io-index"
2666checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2667dependencies = [
2668 "cfg-if 1.0.0",
2669 "libc",
2670 "wasi 0.9.0+wasi-snapshot-preview1",
2671]
2672
2673[[package]]
2674name = "getrandom"
2675version = "0.2.9"
2676source = "registry+https://github.com/rust-lang/crates.io-index"
2677checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
2678dependencies = [
2679 "cfg-if 1.0.0",
2680 "libc",
2681 "wasi 0.11.0+wasi-snapshot-preview1",
2682]
2683
2684[[package]]
2685name = "gif"
2686version = "0.11.4"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
2689dependencies = [
2690 "color_quant",
2691 "weezl",
2692]
2693
2694[[package]]
2695name = "gimli"
2696version = "0.26.2"
2697source = "registry+https://github.com/rust-lang/crates.io-index"
2698checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
2699dependencies = [
2700 "fallible-iterator",
2701 "indexmap",
2702 "stable_deref_trait",
2703]
2704
2705[[package]]
2706name = "gimli"
2707version = "0.27.2"
2708source = "registry+https://github.com/rust-lang/crates.io-index"
2709checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
2710
2711[[package]]
2712name = "git"
2713version = "0.1.0"
2714dependencies = [
2715 "anyhow",
2716 "async-trait",
2717 "clock",
2718 "collections",
2719 "futures 0.3.28",
2720 "git2",
2721 "lazy_static",
2722 "log",
2723 "parking_lot 0.11.2",
2724 "smol",
2725 "sum_tree",
2726 "text",
2727 "unindent",
2728 "util",
2729]
2730
2731[[package]]
2732name = "git2"
2733version = "0.15.0"
2734source = "registry+https://github.com/rust-lang/crates.io-index"
2735checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
2736dependencies = [
2737 "bitflags",
2738 "libc",
2739 "libgit2-sys",
2740 "log",
2741 "url",
2742]
2743
2744[[package]]
2745name = "glob"
2746version = "0.3.1"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2749
2750[[package]]
2751name = "globset"
2752version = "0.4.10"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
2755dependencies = [
2756 "aho-corasick 0.7.20",
2757 "bstr",
2758 "fnv",
2759 "log",
2760 "regex",
2761]
2762
2763[[package]]
2764name = "gloo-timers"
2765version = "0.2.6"
2766source = "registry+https://github.com/rust-lang/crates.io-index"
2767checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
2768dependencies = [
2769 "futures-channel",
2770 "futures-core",
2771 "js-sys",
2772 "wasm-bindgen",
2773]
2774
2775[[package]]
2776name = "go_to_line"
2777version = "0.1.0"
2778dependencies = [
2779 "editor",
2780 "gpui",
2781 "menu",
2782 "postage",
2783 "settings",
2784 "text",
2785 "theme",
2786 "util",
2787 "workspace",
2788]
2789
2790[[package]]
2791name = "gpui"
2792version = "0.1.0"
2793dependencies = [
2794 "anyhow",
2795 "async-task",
2796 "backtrace",
2797 "bindgen",
2798 "block",
2799 "cc",
2800 "cocoa",
2801 "collections",
2802 "core-foundation",
2803 "core-graphics",
2804 "core-text",
2805 "ctor",
2806 "dhat",
2807 "env_logger 0.9.3",
2808 "etagere",
2809 "font-kit",
2810 "foreign-types",
2811 "futures 0.3.28",
2812 "gpui_macros",
2813 "image",
2814 "itertools",
2815 "lazy_static",
2816 "log",
2817 "media",
2818 "metal",
2819 "num_cpus",
2820 "objc",
2821 "ordered-float",
2822 "parking",
2823 "parking_lot 0.11.2",
2824 "pathfinder_color",
2825 "pathfinder_geometry",
2826 "png",
2827 "postage",
2828 "rand 0.8.5",
2829 "resvg",
2830 "schemars",
2831 "seahash",
2832 "serde",
2833 "serde_derive",
2834 "serde_json",
2835 "simplelog",
2836 "smallvec",
2837 "smol",
2838 "sqlez",
2839 "sum_tree",
2840 "time 0.3.21",
2841 "tiny-skia",
2842 "usvg",
2843 "util",
2844 "uuid 1.3.2",
2845 "waker-fn",
2846]
2847
2848[[package]]
2849name = "gpui_macros"
2850version = "0.1.0"
2851dependencies = [
2852 "proc-macro2",
2853 "quote",
2854 "syn 1.0.109",
2855]
2856
2857[[package]]
2858name = "h2"
2859version = "0.3.18"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21"
2862dependencies = [
2863 "bytes 1.4.0",
2864 "fnv",
2865 "futures-core",
2866 "futures-sink",
2867 "futures-util",
2868 "http",
2869 "indexmap",
2870 "slab",
2871 "tokio",
2872 "tokio-util 0.7.8",
2873 "tracing",
2874]
2875
2876[[package]]
2877name = "hashbrown"
2878version = "0.11.2"
2879source = "registry+https://github.com/rust-lang/crates.io-index"
2880checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2881dependencies = [
2882 "ahash 0.7.6",
2883]
2884
2885[[package]]
2886name = "hashbrown"
2887version = "0.12.3"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2890dependencies = [
2891 "ahash 0.7.6",
2892]
2893
2894[[package]]
2895name = "hashbrown"
2896version = "0.13.2"
2897source = "registry+https://github.com/rust-lang/crates.io-index"
2898checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
2899dependencies = [
2900 "ahash 0.8.3",
2901]
2902
2903[[package]]
2904name = "hashlink"
2905version = "0.7.0"
2906source = "registry+https://github.com/rust-lang/crates.io-index"
2907checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
2908dependencies = [
2909 "hashbrown 0.11.2",
2910]
2911
2912[[package]]
2913name = "hashlink"
2914version = "0.8.1"
2915source = "registry+https://github.com/rust-lang/crates.io-index"
2916checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
2917dependencies = [
2918 "hashbrown 0.12.3",
2919]
2920
2921[[package]]
2922name = "headers"
2923version = "0.3.8"
2924source = "registry+https://github.com/rust-lang/crates.io-index"
2925checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
2926dependencies = [
2927 "base64 0.13.1",
2928 "bitflags",
2929 "bytes 1.4.0",
2930 "headers-core",
2931 "http",
2932 "httpdate",
2933 "mime",
2934 "sha1",
2935]
2936
2937[[package]]
2938name = "headers-core"
2939version = "0.2.0"
2940source = "registry+https://github.com/rust-lang/crates.io-index"
2941checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
2942dependencies = [
2943 "http",
2944]
2945
2946[[package]]
2947name = "heck"
2948version = "0.3.3"
2949source = "registry+https://github.com/rust-lang/crates.io-index"
2950checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2951dependencies = [
2952 "unicode-segmentation",
2953]
2954
2955[[package]]
2956name = "heck"
2957version = "0.4.1"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2960dependencies = [
2961 "unicode-segmentation",
2962]
2963
2964[[package]]
2965name = "hermit-abi"
2966version = "0.1.19"
2967source = "registry+https://github.com/rust-lang/crates.io-index"
2968checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2969dependencies = [
2970 "libc",
2971]
2972
2973[[package]]
2974name = "hermit-abi"
2975version = "0.2.6"
2976source = "registry+https://github.com/rust-lang/crates.io-index"
2977checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
2978dependencies = [
2979 "libc",
2980]
2981
2982[[package]]
2983name = "hermit-abi"
2984version = "0.3.1"
2985source = "registry+https://github.com/rust-lang/crates.io-index"
2986checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2987
2988[[package]]
2989name = "hex"
2990version = "0.4.3"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2993
2994[[package]]
2995name = "hkdf"
2996version = "0.12.3"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
2999dependencies = [
3000 "hmac 0.12.1",
3001]
3002
3003[[package]]
3004name = "hmac"
3005version = "0.11.0"
3006source = "registry+https://github.com/rust-lang/crates.io-index"
3007checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
3008dependencies = [
3009 "crypto-mac",
3010 "digest 0.9.0",
3011]
3012
3013[[package]]
3014name = "hmac"
3015version = "0.12.1"
3016source = "registry+https://github.com/rust-lang/crates.io-index"
3017checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
3018dependencies = [
3019 "digest 0.10.6",
3020]
3021
3022[[package]]
3023name = "http"
3024version = "0.2.9"
3025source = "registry+https://github.com/rust-lang/crates.io-index"
3026checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
3027dependencies = [
3028 "bytes 1.4.0",
3029 "fnv",
3030 "itoa 1.0.6",
3031]
3032
3033[[package]]
3034name = "http-body"
3035version = "0.4.5"
3036source = "registry+https://github.com/rust-lang/crates.io-index"
3037checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
3038dependencies = [
3039 "bytes 1.4.0",
3040 "http",
3041 "pin-project-lite 0.2.9",
3042]
3043
3044[[package]]
3045name = "http-range-header"
3046version = "0.3.0"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
3049
3050[[package]]
3051name = "httparse"
3052version = "1.8.0"
3053source = "registry+https://github.com/rust-lang/crates.io-index"
3054checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
3055
3056[[package]]
3057name = "httpdate"
3058version = "1.0.2"
3059source = "registry+https://github.com/rust-lang/crates.io-index"
3060checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
3061
3062[[package]]
3063name = "human_bytes"
3064version = "0.4.2"
3065source = "registry+https://github.com/rust-lang/crates.io-index"
3066checksum = "27e2b089f28ad15597b48d8c0a8fe94eeb1c1cb26ca99b6f66ac9582ae10c5e6"
3067
3068[[package]]
3069name = "humantime"
3070version = "2.1.0"
3071source = "registry+https://github.com/rust-lang/crates.io-index"
3072checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
3073
3074[[package]]
3075name = "hyper"
3076version = "0.14.26"
3077source = "registry+https://github.com/rust-lang/crates.io-index"
3078checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
3079dependencies = [
3080 "bytes 1.4.0",
3081 "futures-channel",
3082 "futures-core",
3083 "futures-util",
3084 "h2",
3085 "http",
3086 "http-body",
3087 "httparse",
3088 "httpdate",
3089 "itoa 1.0.6",
3090 "pin-project-lite 0.2.9",
3091 "socket2",
3092 "tokio",
3093 "tower-service",
3094 "tracing",
3095 "want",
3096]
3097
3098[[package]]
3099name = "hyper-timeout"
3100version = "0.4.1"
3101source = "registry+https://github.com/rust-lang/crates.io-index"
3102checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
3103dependencies = [
3104 "hyper",
3105 "pin-project-lite 0.2.9",
3106 "tokio",
3107 "tokio-io-timeout",
3108]
3109
3110[[package]]
3111name = "hyper-tls"
3112version = "0.5.0"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
3115dependencies = [
3116 "bytes 1.4.0",
3117 "hyper",
3118 "native-tls",
3119 "tokio",
3120 "tokio-native-tls",
3121]
3122
3123[[package]]
3124name = "iana-time-zone"
3125version = "0.1.56"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
3128dependencies = [
3129 "android_system_properties",
3130 "core-foundation-sys",
3131 "iana-time-zone-haiku",
3132 "js-sys",
3133 "wasm-bindgen",
3134 "windows",
3135]
3136
3137[[package]]
3138name = "iana-time-zone-haiku"
3139version = "0.1.1"
3140source = "registry+https://github.com/rust-lang/crates.io-index"
3141checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
3142dependencies = [
3143 "cxx",
3144 "cxx-build",
3145]
3146
3147[[package]]
3148name = "idna"
3149version = "0.3.0"
3150source = "registry+https://github.com/rust-lang/crates.io-index"
3151checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
3152dependencies = [
3153 "unicode-bidi",
3154 "unicode-normalization",
3155]
3156
3157[[package]]
3158name = "ignore"
3159version = "0.4.20"
3160source = "registry+https://github.com/rust-lang/crates.io-index"
3161checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
3162dependencies = [
3163 "globset",
3164 "lazy_static",
3165 "log",
3166 "memchr",
3167 "regex",
3168 "same-file",
3169 "thread_local",
3170 "walkdir",
3171 "winapi-util",
3172]
3173
3174[[package]]
3175name = "image"
3176version = "0.23.14"
3177source = "registry+https://github.com/rust-lang/crates.io-index"
3178checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
3179dependencies = [
3180 "bytemuck",
3181 "byteorder",
3182 "color_quant",
3183 "gif",
3184 "jpeg-decoder",
3185 "num-iter",
3186 "num-rational",
3187 "num-traits",
3188 "png",
3189 "scoped_threadpool",
3190 "tiff",
3191]
3192
3193[[package]]
3194name = "indexmap"
3195version = "1.9.3"
3196source = "registry+https://github.com/rust-lang/crates.io-index"
3197checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
3198dependencies = [
3199 "autocfg 1.1.0",
3200 "hashbrown 0.12.3",
3201 "serde",
3202]
3203
3204[[package]]
3205name = "indoc"
3206version = "1.0.9"
3207source = "registry+https://github.com/rust-lang/crates.io-index"
3208checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
3209
3210[[package]]
3211name = "install_cli"
3212version = "0.1.0"
3213dependencies = [
3214 "anyhow",
3215 "gpui",
3216 "log",
3217 "smol",
3218 "util",
3219]
3220
3221[[package]]
3222name = "instant"
3223version = "0.1.12"
3224source = "registry+https://github.com/rust-lang/crates.io-index"
3225checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
3226dependencies = [
3227 "cfg-if 1.0.0",
3228]
3229
3230[[package]]
3231name = "io-extras"
3232version = "0.13.2"
3233source = "registry+https://github.com/rust-lang/crates.io-index"
3234checksum = "d0c937cc9891c12eaa8c63ad347e4a288364b1328b924886970b47a14ab8f8f8"
3235dependencies = [
3236 "io-lifetimes 0.5.3",
3237 "winapi 0.3.9",
3238]
3239
3240[[package]]
3241name = "io-lifetimes"
3242version = "0.5.3"
3243source = "registry+https://github.com/rust-lang/crates.io-index"
3244checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"
3245dependencies = [
3246 "libc",
3247 "winapi 0.3.9",
3248]
3249
3250[[package]]
3251name = "io-lifetimes"
3252version = "1.0.10"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
3255dependencies = [
3256 "hermit-abi 0.3.1",
3257 "libc",
3258 "windows-sys 0.48.0",
3259]
3260
3261[[package]]
3262name = "iovec"
3263version = "0.1.4"
3264source = "registry+https://github.com/rust-lang/crates.io-index"
3265checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
3266dependencies = [
3267 "libc",
3268]
3269
3270[[package]]
3271name = "ipc-channel"
3272version = "0.16.0"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "7cb1d9211085f0ea6f1379d944b93c4d07e8207aa3bcf49f37eda12b85081887"
3275dependencies = [
3276 "bincode",
3277 "crossbeam-channel 0.4.4",
3278 "fnv",
3279 "lazy_static",
3280 "libc",
3281 "mio 0.6.23",
3282 "rand 0.7.3",
3283 "serde",
3284 "tempfile",
3285 "uuid 0.8.2",
3286 "winapi 0.3.9",
3287]
3288
3289[[package]]
3290name = "ipnet"
3291version = "2.7.2"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
3294
3295[[package]]
3296name = "is-terminal"
3297version = "0.1.0"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "7c89a757e762896bdbdfadf2860d0f8b0cea5e363d8cf3e7bdfeb63d1d976352"
3300dependencies = [
3301 "hermit-abi 0.2.6",
3302 "io-lifetimes 0.5.3",
3303 "rustix 0.33.7",
3304 "winapi 0.3.9",
3305]
3306
3307[[package]]
3308name = "is-terminal"
3309version = "0.4.7"
3310source = "registry+https://github.com/rust-lang/crates.io-index"
3311checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
3312dependencies = [
3313 "hermit-abi 0.3.1",
3314 "io-lifetimes 1.0.10",
3315 "rustix 0.37.19",
3316 "windows-sys 0.48.0",
3317]
3318
3319[[package]]
3320name = "isahc"
3321version = "1.7.2"
3322source = "registry+https://github.com/rust-lang/crates.io-index"
3323checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
3324dependencies = [
3325 "async-channel",
3326 "castaway",
3327 "crossbeam-utils 0.8.15",
3328 "curl",
3329 "curl-sys",
3330 "encoding_rs",
3331 "event-listener",
3332 "futures-lite",
3333 "http",
3334 "log",
3335 "mime",
3336 "once_cell",
3337 "polling",
3338 "slab",
3339 "sluice",
3340 "tracing",
3341 "tracing-futures",
3342 "url",
3343 "waker-fn",
3344]
3345
3346[[package]]
3347name = "itertools"
3348version = "0.10.5"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
3351dependencies = [
3352 "either",
3353]
3354
3355[[package]]
3356name = "itoa"
3357version = "0.4.8"
3358source = "registry+https://github.com/rust-lang/crates.io-index"
3359checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
3360
3361[[package]]
3362name = "itoa"
3363version = "1.0.6"
3364source = "registry+https://github.com/rust-lang/crates.io-index"
3365checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
3366
3367[[package]]
3368name = "ittapi-rs"
3369version = "0.2.0"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "f712648a1ad72fbfb7adc2772c331e8d90f022f8cf30cbabefba2878dd3172b0"
3372dependencies = [
3373 "cc",
3374]
3375
3376[[package]]
3377name = "jobserver"
3378version = "0.1.26"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
3381dependencies = [
3382 "libc",
3383]
3384
3385[[package]]
3386name = "journal"
3387version = "0.1.0"
3388dependencies = [
3389 "anyhow",
3390 "chrono",
3391 "dirs 4.0.0",
3392 "editor",
3393 "gpui",
3394 "log",
3395 "schemars",
3396 "serde",
3397 "settings",
3398 "shellexpand",
3399 "util",
3400 "workspace",
3401]
3402
3403[[package]]
3404name = "jpeg-decoder"
3405version = "0.1.22"
3406source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
3408dependencies = [
3409 "rayon",
3410]
3411
3412[[package]]
3413name = "js-sys"
3414version = "0.3.62"
3415source = "registry+https://github.com/rust-lang/crates.io-index"
3416checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5"
3417dependencies = [
3418 "wasm-bindgen",
3419]
3420
3421[[package]]
3422name = "jwt"
3423version = "0.16.0"
3424source = "registry+https://github.com/rust-lang/crates.io-index"
3425checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
3426dependencies = [
3427 "base64 0.13.1",
3428 "crypto-common",
3429 "digest 0.10.6",
3430 "hmac 0.12.1",
3431 "serde",
3432 "serde_json",
3433 "sha2 0.10.6",
3434]
3435
3436[[package]]
3437name = "kernel32-sys"
3438version = "0.2.2"
3439source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
3441dependencies = [
3442 "winapi 0.2.8",
3443 "winapi-build",
3444]
3445
3446[[package]]
3447name = "kurbo"
3448version = "0.8.3"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "7a53776d271cfb873b17c618af0298445c88afc52837f3e948fa3fafd131f449"
3451dependencies = [
3452 "arrayvec 0.7.2",
3453]
3454
3455[[package]]
3456name = "kv-log-macro"
3457version = "1.0.7"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
3460dependencies = [
3461 "log",
3462]
3463
3464[[package]]
3465name = "language"
3466version = "0.1.0"
3467dependencies = [
3468 "anyhow",
3469 "async-broadcast",
3470 "async-trait",
3471 "client",
3472 "clock",
3473 "collections",
3474 "ctor",
3475 "env_logger 0.9.3",
3476 "fs",
3477 "futures 0.3.28",
3478 "fuzzy",
3479 "git",
3480 "globset",
3481 "gpui",
3482 "indoc",
3483 "lazy_static",
3484 "log",
3485 "lsp",
3486 "parking_lot 0.11.2",
3487 "postage",
3488 "rand 0.8.5",
3489 "regex",
3490 "rpc",
3491 "schemars",
3492 "serde",
3493 "serde_derive",
3494 "serde_json",
3495 "settings",
3496 "similar",
3497 "smallvec",
3498 "smol",
3499 "sum_tree",
3500 "text",
3501 "theme",
3502 "tree-sitter",
3503 "tree-sitter-embedded-template",
3504 "tree-sitter-html",
3505 "tree-sitter-javascript",
3506 "tree-sitter-json 0.19.0",
3507 "tree-sitter-markdown",
3508 "tree-sitter-python",
3509 "tree-sitter-ruby",
3510 "tree-sitter-rust",
3511 "tree-sitter-typescript 0.20.2 (registry+https://github.com/rust-lang/crates.io-index)",
3512 "unicase",
3513 "unindent",
3514 "util",
3515]
3516
3517[[package]]
3518name = "language_selector"
3519version = "0.1.0"
3520dependencies = [
3521 "anyhow",
3522 "editor",
3523 "fuzzy",
3524 "gpui",
3525 "language",
3526 "picker",
3527 "project",
3528 "settings",
3529 "theme",
3530 "util",
3531 "workspace",
3532]
3533
3534[[package]]
3535name = "language_tools"
3536version = "0.1.0"
3537dependencies = [
3538 "anyhow",
3539 "client",
3540 "collections",
3541 "editor",
3542 "env_logger 0.9.3",
3543 "futures 0.3.28",
3544 "gpui",
3545 "language",
3546 "lsp",
3547 "project",
3548 "serde",
3549 "settings",
3550 "theme",
3551 "tree-sitter",
3552 "unindent",
3553 "util",
3554 "workspace",
3555]
3556
3557[[package]]
3558name = "lazy_static"
3559version = "1.4.0"
3560source = "registry+https://github.com/rust-lang/crates.io-index"
3561checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
3562dependencies = [
3563 "spin 0.5.2",
3564]
3565
3566[[package]]
3567name = "lazycell"
3568version = "1.3.0"
3569source = "registry+https://github.com/rust-lang/crates.io-index"
3570checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
3571
3572[[package]]
3573name = "leb128"
3574version = "0.2.5"
3575source = "registry+https://github.com/rust-lang/crates.io-index"
3576checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
3577
3578[[package]]
3579name = "libc"
3580version = "0.2.144"
3581source = "registry+https://github.com/rust-lang/crates.io-index"
3582checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
3583
3584[[package]]
3585name = "libgit2-sys"
3586version = "0.14.2+1.5.1"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4"
3589dependencies = [
3590 "cc",
3591 "libc",
3592 "libz-sys",
3593 "pkg-config",
3594]
3595
3596[[package]]
3597name = "libloading"
3598version = "0.7.4"
3599source = "registry+https://github.com/rust-lang/crates.io-index"
3600checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
3601dependencies = [
3602 "cfg-if 1.0.0",
3603 "winapi 0.3.9",
3604]
3605
3606[[package]]
3607name = "libm"
3608version = "0.2.6"
3609source = "registry+https://github.com/rust-lang/crates.io-index"
3610checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
3611
3612[[package]]
3613name = "libnghttp2-sys"
3614version = "0.1.7+1.45.0"
3615source = "registry+https://github.com/rust-lang/crates.io-index"
3616checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f"
3617dependencies = [
3618 "cc",
3619 "libc",
3620]
3621
3622[[package]]
3623name = "libsqlite3-sys"
3624version = "0.24.2"
3625source = "registry+https://github.com/rust-lang/crates.io-index"
3626checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
3627dependencies = [
3628 "cc",
3629 "pkg-config",
3630 "vcpkg",
3631]
3632
3633[[package]]
3634name = "libz-sys"
3635version = "1.1.9"
3636source = "registry+https://github.com/rust-lang/crates.io-index"
3637checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
3638dependencies = [
3639 "cc",
3640 "libc",
3641 "pkg-config",
3642 "vcpkg",
3643]
3644
3645[[package]]
3646name = "line-wrap"
3647version = "0.1.1"
3648source = "registry+https://github.com/rust-lang/crates.io-index"
3649checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
3650dependencies = [
3651 "safemem",
3652]
3653
3654[[package]]
3655name = "link-cplusplus"
3656version = "1.0.8"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
3659dependencies = [
3660 "cc",
3661]
3662
3663[[package]]
3664name = "linked-hash-map"
3665version = "0.5.6"
3666source = "registry+https://github.com/rust-lang/crates.io-index"
3667checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
3668
3669[[package]]
3670name = "linux-raw-sys"
3671version = "0.0.42"
3672source = "registry+https://github.com/rust-lang/crates.io-index"
3673checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"
3674
3675[[package]]
3676name = "linux-raw-sys"
3677version = "0.3.7"
3678source = "registry+https://github.com/rust-lang/crates.io-index"
3679checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
3680
3681[[package]]
3682name = "lipsum"
3683version = "0.8.2"
3684source = "registry+https://github.com/rust-lang/crates.io-index"
3685checksum = "a8451846f1f337e44486666989fbce40be804da139d5a4477d6b88ece5dc69f4"
3686dependencies = [
3687 "rand 0.8.5",
3688 "rand_chacha 0.3.1",
3689]
3690
3691[[package]]
3692name = "live_kit_client"
3693version = "0.1.0"
3694dependencies = [
3695 "anyhow",
3696 "async-broadcast",
3697 "async-trait",
3698 "block",
3699 "byteorder",
3700 "bytes 1.4.0",
3701 "cocoa",
3702 "collections",
3703 "core-foundation",
3704 "core-graphics",
3705 "foreign-types",
3706 "futures 0.3.28",
3707 "gpui",
3708 "hmac 0.12.1",
3709 "jwt",
3710 "lazy_static",
3711 "live_kit_server",
3712 "log",
3713 "media",
3714 "nanoid",
3715 "objc",
3716 "parking_lot 0.11.2",
3717 "postage",
3718 "serde",
3719 "serde_derive",
3720 "serde_json",
3721 "sha2 0.10.6",
3722 "simplelog",
3723]
3724
3725[[package]]
3726name = "live_kit_server"
3727version = "0.1.0"
3728dependencies = [
3729 "anyhow",
3730 "async-trait",
3731 "futures 0.3.28",
3732 "hmac 0.12.1",
3733 "jwt",
3734 "log",
3735 "prost 0.8.0",
3736 "prost-build",
3737 "prost-types 0.8.0",
3738 "reqwest",
3739 "serde",
3740 "serde_derive",
3741 "sha2 0.10.6",
3742]
3743
3744[[package]]
3745name = "lock_api"
3746version = "0.4.9"
3747source = "registry+https://github.com/rust-lang/crates.io-index"
3748checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
3749dependencies = [
3750 "autocfg 1.1.0",
3751 "scopeguard",
3752]
3753
3754[[package]]
3755name = "log"
3756version = "0.4.17"
3757source = "registry+https://github.com/rust-lang/crates.io-index"
3758checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
3759dependencies = [
3760 "cfg-if 1.0.0",
3761 "serde",
3762 "value-bag",
3763]
3764
3765[[package]]
3766name = "lsp"
3767version = "0.1.0"
3768dependencies = [
3769 "anyhow",
3770 "async-pipe",
3771 "collections",
3772 "ctor",
3773 "env_logger 0.9.3",
3774 "futures 0.3.28",
3775 "gpui",
3776 "log",
3777 "lsp-types",
3778 "parking_lot 0.11.2",
3779 "postage",
3780 "serde",
3781 "serde_derive",
3782 "serde_json",
3783 "smol",
3784 "unindent",
3785 "util",
3786]
3787
3788[[package]]
3789name = "lsp-types"
3790version = "0.94.0"
3791source = "registry+https://github.com/rust-lang/crates.io-index"
3792checksum = "0b63735a13a1f9cd4f4835223d828ed9c2e35c8c5e61837774399f558b6a1237"
3793dependencies = [
3794 "bitflags",
3795 "serde",
3796 "serde_json",
3797 "serde_repr",
3798 "url",
3799]
3800
3801[[package]]
3802name = "mach"
3803version = "0.3.2"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
3806dependencies = [
3807 "libc",
3808]
3809
3810[[package]]
3811name = "malloc_buf"
3812version = "0.0.6"
3813source = "registry+https://github.com/rust-lang/crates.io-index"
3814checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
3815dependencies = [
3816 "libc",
3817]
3818
3819[[package]]
3820name = "matchers"
3821version = "0.1.0"
3822source = "registry+https://github.com/rust-lang/crates.io-index"
3823checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
3824dependencies = [
3825 "regex-automata",
3826]
3827
3828[[package]]
3829name = "matches"
3830version = "0.1.10"
3831source = "registry+https://github.com/rust-lang/crates.io-index"
3832checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
3833
3834[[package]]
3835name = "matchit"
3836version = "0.5.0"
3837source = "registry+https://github.com/rust-lang/crates.io-index"
3838checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
3839
3840[[package]]
3841name = "maybe-owned"
3842version = "0.3.4"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
3845
3846[[package]]
3847name = "maybe-uninit"
3848version = "2.0.0"
3849source = "registry+https://github.com/rust-lang/crates.io-index"
3850checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
3851
3852[[package]]
3853name = "md-5"
3854version = "0.10.5"
3855source = "registry+https://github.com/rust-lang/crates.io-index"
3856checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
3857dependencies = [
3858 "digest 0.10.6",
3859]
3860
3861[[package]]
3862name = "media"
3863version = "0.1.0"
3864dependencies = [
3865 "anyhow",
3866 "bindgen",
3867 "block",
3868 "bytes 1.4.0",
3869 "core-foundation",
3870 "foreign-types",
3871 "metal",
3872 "objc",
3873]
3874
3875[[package]]
3876name = "memchr"
3877version = "2.5.0"
3878source = "registry+https://github.com/rust-lang/crates.io-index"
3879checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
3880
3881[[package]]
3882name = "memfd"
3883version = "0.4.1"
3884source = "registry+https://github.com/rust-lang/crates.io-index"
3885checksum = "f6627dc657574b49d6ad27105ed671822be56e0d2547d413bfbf3e8d8fa92e7a"
3886dependencies = [
3887 "libc",
3888]
3889
3890[[package]]
3891name = "memmap2"
3892version = "0.2.3"
3893source = "registry+https://github.com/rust-lang/crates.io-index"
3894checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
3895dependencies = [
3896 "libc",
3897]
3898
3899[[package]]
3900name = "memoffset"
3901version = "0.6.5"
3902source = "registry+https://github.com/rust-lang/crates.io-index"
3903checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
3904dependencies = [
3905 "autocfg 1.1.0",
3906]
3907
3908[[package]]
3909name = "memoffset"
3910version = "0.8.0"
3911source = "registry+https://github.com/rust-lang/crates.io-index"
3912checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
3913dependencies = [
3914 "autocfg 1.1.0",
3915]
3916
3917[[package]]
3918name = "menu"
3919version = "0.1.0"
3920dependencies = [
3921 "gpui",
3922]
3923
3924[[package]]
3925name = "metal"
3926version = "0.21.0"
3927source = "registry+https://github.com/rust-lang/crates.io-index"
3928checksum = "4598d719460ade24c7d91f335daf055bf2a7eec030728ce751814c50cdd6a26c"
3929dependencies = [
3930 "bitflags",
3931 "block",
3932 "cocoa-foundation",
3933 "foreign-types",
3934 "log",
3935 "objc",
3936]
3937
3938[[package]]
3939name = "mime"
3940version = "0.3.17"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3943
3944[[package]]
3945name = "minimal-lexical"
3946version = "0.2.1"
3947source = "registry+https://github.com/rust-lang/crates.io-index"
3948checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3949
3950[[package]]
3951name = "miniz_oxide"
3952version = "0.3.7"
3953source = "registry+https://github.com/rust-lang/crates.io-index"
3954checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
3955dependencies = [
3956 "adler32",
3957]
3958
3959[[package]]
3960name = "miniz_oxide"
3961version = "0.4.4"
3962source = "registry+https://github.com/rust-lang/crates.io-index"
3963checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
3964dependencies = [
3965 "adler",
3966 "autocfg 1.1.0",
3967]
3968
3969[[package]]
3970name = "miniz_oxide"
3971version = "0.6.2"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
3974dependencies = [
3975 "adler",
3976]
3977
3978[[package]]
3979name = "miniz_oxide"
3980version = "0.7.1"
3981source = "registry+https://github.com/rust-lang/crates.io-index"
3982checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
3983dependencies = [
3984 "adler",
3985]
3986
3987[[package]]
3988name = "mintex"
3989version = "0.1.2"
3990source = "registry+https://github.com/rust-lang/crates.io-index"
3991checksum = "fd7c5ba1c3b5a23418d7bbf98c71c3d4946a0125002129231da8d6b723d559cb"
3992dependencies = [
3993 "once_cell",
3994 "sys-info",
3995]
3996
3997[[package]]
3998name = "mio"
3999version = "0.6.23"
4000source = "registry+https://github.com/rust-lang/crates.io-index"
4001checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
4002dependencies = [
4003 "cfg-if 0.1.10",
4004 "fuchsia-zircon",
4005 "fuchsia-zircon-sys",
4006 "iovec",
4007 "kernel32-sys",
4008 "libc",
4009 "log",
4010 "miow 0.2.2",
4011 "net2",
4012 "slab",
4013 "winapi 0.2.8",
4014]
4015
4016[[package]]
4017name = "mio"
4018version = "0.8.6"
4019source = "registry+https://github.com/rust-lang/crates.io-index"
4020checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
4021dependencies = [
4022 "libc",
4023 "log",
4024 "wasi 0.11.0+wasi-snapshot-preview1",
4025 "windows-sys 0.45.0",
4026]
4027
4028[[package]]
4029name = "mio-anonymous-pipes"
4030version = "0.2.0"
4031source = "registry+https://github.com/rust-lang/crates.io-index"
4032checksum = "6bc513025fe5005a3aa561b50fdb2cda5a150b84800ae02acd8aa9ed62ca1a6b"
4033dependencies = [
4034 "mio 0.6.23",
4035 "miow 0.3.7",
4036 "parking_lot 0.11.2",
4037 "spsc-buffer",
4038 "winapi 0.3.9",
4039]
4040
4041[[package]]
4042name = "mio-extras"
4043version = "2.0.6"
4044source = "registry+https://github.com/rust-lang/crates.io-index"
4045checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
4046dependencies = [
4047 "lazycell",
4048 "log",
4049 "mio 0.6.23",
4050 "slab",
4051]
4052
4053[[package]]
4054name = "mio-uds"
4055version = "0.6.8"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
4058dependencies = [
4059 "iovec",
4060 "libc",
4061 "mio 0.6.23",
4062]
4063
4064[[package]]
4065name = "miow"
4066version = "0.2.2"
4067source = "registry+https://github.com/rust-lang/crates.io-index"
4068checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
4069dependencies = [
4070 "kernel32-sys",
4071 "net2",
4072 "winapi 0.2.8",
4073 "ws2_32-sys",
4074]
4075
4076[[package]]
4077name = "miow"
4078version = "0.3.7"
4079source = "registry+https://github.com/rust-lang/crates.io-index"
4080checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
4081dependencies = [
4082 "winapi 0.3.9",
4083]
4084
4085[[package]]
4086name = "more-asserts"
4087version = "0.2.2"
4088source = "registry+https://github.com/rust-lang/crates.io-index"
4089checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"
4090
4091[[package]]
4092name = "multimap"
4093version = "0.8.3"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
4096
4097[[package]]
4098name = "nanoid"
4099version = "0.4.0"
4100source = "registry+https://github.com/rust-lang/crates.io-index"
4101checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
4102dependencies = [
4103 "rand 0.8.5",
4104]
4105
4106[[package]]
4107name = "native-tls"
4108version = "0.2.11"
4109source = "registry+https://github.com/rust-lang/crates.io-index"
4110checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
4111dependencies = [
4112 "lazy_static",
4113 "libc",
4114 "log",
4115 "openssl",
4116 "openssl-probe",
4117 "openssl-sys",
4118 "schannel",
4119 "security-framework",
4120 "security-framework-sys",
4121 "tempfile",
4122]
4123
4124[[package]]
4125name = "net2"
4126version = "0.2.38"
4127source = "registry+https://github.com/rust-lang/crates.io-index"
4128checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
4129dependencies = [
4130 "cfg-if 0.1.10",
4131 "libc",
4132 "winapi 0.3.9",
4133]
4134
4135[[package]]
4136name = "nix"
4137version = "0.24.3"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
4140dependencies = [
4141 "bitflags",
4142 "cfg-if 1.0.0",
4143 "libc",
4144 "memoffset 0.6.5",
4145]
4146
4147[[package]]
4148name = "node_runtime"
4149version = "0.1.0"
4150dependencies = [
4151 "anyhow",
4152 "async-compression",
4153 "async-tar",
4154 "futures 0.3.28",
4155 "gpui",
4156 "parking_lot 0.11.2",
4157 "serde",
4158 "serde_derive",
4159 "serde_json",
4160 "smol",
4161 "util",
4162]
4163
4164[[package]]
4165name = "nom"
4166version = "7.1.3"
4167source = "registry+https://github.com/rust-lang/crates.io-index"
4168checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
4169dependencies = [
4170 "memchr",
4171 "minimal-lexical",
4172]
4173
4174[[package]]
4175name = "ntapi"
4176version = "0.3.7"
4177source = "registry+https://github.com/rust-lang/crates.io-index"
4178checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
4179dependencies = [
4180 "winapi 0.3.9",
4181]
4182
4183[[package]]
4184name = "ntapi"
4185version = "0.4.1"
4186source = "registry+https://github.com/rust-lang/crates.io-index"
4187checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
4188dependencies = [
4189 "winapi 0.3.9",
4190]
4191
4192[[package]]
4193name = "nu-ansi-term"
4194version = "0.46.0"
4195source = "registry+https://github.com/rust-lang/crates.io-index"
4196checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
4197dependencies = [
4198 "overload",
4199 "winapi 0.3.9",
4200]
4201
4202[[package]]
4203name = "num-bigint"
4204version = "0.4.3"
4205source = "registry+https://github.com/rust-lang/crates.io-index"
4206checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
4207dependencies = [
4208 "autocfg 1.1.0",
4209 "num-integer",
4210 "num-traits",
4211]
4212
4213[[package]]
4214name = "num-bigint-dig"
4215version = "0.7.0"
4216source = "registry+https://github.com/rust-lang/crates.io-index"
4217checksum = "4547ee5541c18742396ae2c895d0717d0f886d8823b8399cdaf7b07d63ad0480"
4218dependencies = [
4219 "autocfg 0.1.8",
4220 "byteorder",
4221 "lazy_static",
4222 "libm",
4223 "num-integer",
4224 "num-iter",
4225 "num-traits",
4226 "rand 0.8.5",
4227 "smallvec",
4228 "zeroize",
4229]
4230
4231[[package]]
4232name = "num-integer"
4233version = "0.1.45"
4234source = "registry+https://github.com/rust-lang/crates.io-index"
4235checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
4236dependencies = [
4237 "autocfg 1.1.0",
4238 "num-traits",
4239]
4240
4241[[package]]
4242name = "num-iter"
4243version = "0.1.43"
4244source = "registry+https://github.com/rust-lang/crates.io-index"
4245checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
4246dependencies = [
4247 "autocfg 1.1.0",
4248 "num-integer",
4249 "num-traits",
4250]
4251
4252[[package]]
4253name = "num-rational"
4254version = "0.3.2"
4255source = "registry+https://github.com/rust-lang/crates.io-index"
4256checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
4257dependencies = [
4258 "autocfg 1.1.0",
4259 "num-integer",
4260 "num-traits",
4261]
4262
4263[[package]]
4264name = "num-traits"
4265version = "0.2.15"
4266source = "registry+https://github.com/rust-lang/crates.io-index"
4267checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
4268dependencies = [
4269 "autocfg 1.1.0",
4270 "libm",
4271]
4272
4273[[package]]
4274name = "num_cpus"
4275version = "1.15.0"
4276source = "registry+https://github.com/rust-lang/crates.io-index"
4277checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
4278dependencies = [
4279 "hermit-abi 0.2.6",
4280 "libc",
4281]
4282
4283[[package]]
4284name = "nvim-rs"
4285version = "0.5.0"
4286source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#d701c2790dcb2579f8f4d7003ba30e2100a7d25b"
4287dependencies = [
4288 "async-trait",
4289 "futures 0.3.28",
4290 "log",
4291 "parity-tokio-ipc",
4292 "rmp",
4293 "rmpv",
4294 "tokio",
4295 "tokio-util 0.7.8",
4296]
4297
4298[[package]]
4299name = "objc"
4300version = "0.2.7"
4301source = "registry+https://github.com/rust-lang/crates.io-index"
4302checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
4303dependencies = [
4304 "malloc_buf",
4305 "objc_exception",
4306]
4307
4308[[package]]
4309name = "objc_exception"
4310version = "0.1.2"
4311source = "registry+https://github.com/rust-lang/crates.io-index"
4312checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
4313dependencies = [
4314 "cc",
4315]
4316
4317[[package]]
4318name = "object"
4319version = "0.28.4"
4320source = "registry+https://github.com/rust-lang/crates.io-index"
4321checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
4322dependencies = [
4323 "crc32fast",
4324 "hashbrown 0.11.2",
4325 "indexmap",
4326 "memchr",
4327]
4328
4329[[package]]
4330name = "object"
4331version = "0.30.3"
4332source = "registry+https://github.com/rust-lang/crates.io-index"
4333checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
4334dependencies = [
4335 "memchr",
4336]
4337
4338[[package]]
4339name = "once_cell"
4340version = "1.17.1"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
4343
4344[[package]]
4345name = "opaque-debug"
4346version = "0.3.0"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
4349
4350[[package]]
4351name = "openssl"
4352version = "0.10.52"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56"
4355dependencies = [
4356 "bitflags",
4357 "cfg-if 1.0.0",
4358 "foreign-types",
4359 "libc",
4360 "once_cell",
4361 "openssl-macros",
4362 "openssl-sys",
4363]
4364
4365[[package]]
4366name = "openssl-macros"
4367version = "0.1.1"
4368source = "registry+https://github.com/rust-lang/crates.io-index"
4369checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
4370dependencies = [
4371 "proc-macro2",
4372 "quote",
4373 "syn 2.0.18",
4374]
4375
4376[[package]]
4377name = "openssl-probe"
4378version = "0.1.5"
4379source = "registry+https://github.com/rust-lang/crates.io-index"
4380checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
4381
4382[[package]]
4383name = "openssl-sys"
4384version = "0.9.87"
4385source = "registry+https://github.com/rust-lang/crates.io-index"
4386checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
4387dependencies = [
4388 "cc",
4389 "libc",
4390 "pkg-config",
4391 "vcpkg",
4392]
4393
4394[[package]]
4395name = "ordered-float"
4396version = "2.10.0"
4397source = "registry+https://github.com/rust-lang/crates.io-index"
4398checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
4399dependencies = [
4400 "num-traits",
4401]
4402
4403[[package]]
4404name = "os_str_bytes"
4405version = "6.5.0"
4406source = "registry+https://github.com/rust-lang/crates.io-index"
4407checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
4408
4409[[package]]
4410name = "ouroboros"
4411version = "0.15.6"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db"
4414dependencies = [
4415 "aliasable",
4416 "ouroboros_macro",
4417]
4418
4419[[package]]
4420name = "ouroboros_macro"
4421version = "0.15.6"
4422source = "registry+https://github.com/rust-lang/crates.io-index"
4423checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7"
4424dependencies = [
4425 "Inflector",
4426 "proc-macro-error",
4427 "proc-macro2",
4428 "quote",
4429 "syn 1.0.109",
4430]
4431
4432[[package]]
4433name = "outline"
4434version = "0.1.0"
4435dependencies = [
4436 "editor",
4437 "fuzzy",
4438 "gpui",
4439 "language",
4440 "ordered-float",
4441 "picker",
4442 "postage",
4443 "settings",
4444 "smol",
4445 "text",
4446 "theme",
4447 "workspace",
4448]
4449
4450[[package]]
4451name = "output_vt100"
4452version = "0.1.3"
4453source = "registry+https://github.com/rust-lang/crates.io-index"
4454checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
4455dependencies = [
4456 "winapi 0.3.9",
4457]
4458
4459[[package]]
4460name = "overload"
4461version = "0.1.1"
4462source = "registry+https://github.com/rust-lang/crates.io-index"
4463checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
4464
4465[[package]]
4466name = "parity-tokio-ipc"
4467version = "0.9.0"
4468source = "registry+https://github.com/rust-lang/crates.io-index"
4469checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
4470dependencies = [
4471 "futures 0.3.28",
4472 "libc",
4473 "log",
4474 "rand 0.7.3",
4475 "tokio",
4476 "winapi 0.3.9",
4477]
4478
4479[[package]]
4480name = "parking"
4481version = "2.1.0"
4482source = "registry+https://github.com/rust-lang/crates.io-index"
4483checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
4484
4485[[package]]
4486name = "parking_lot"
4487version = "0.11.2"
4488source = "registry+https://github.com/rust-lang/crates.io-index"
4489checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
4490dependencies = [
4491 "instant",
4492 "lock_api",
4493 "parking_lot_core 0.8.6",
4494]
4495
4496[[package]]
4497name = "parking_lot"
4498version = "0.12.1"
4499source = "registry+https://github.com/rust-lang/crates.io-index"
4500checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
4501dependencies = [
4502 "lock_api",
4503 "parking_lot_core 0.9.7",
4504]
4505
4506[[package]]
4507name = "parking_lot_core"
4508version = "0.8.6"
4509source = "registry+https://github.com/rust-lang/crates.io-index"
4510checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
4511dependencies = [
4512 "cfg-if 1.0.0",
4513 "instant",
4514 "libc",
4515 "redox_syscall 0.2.16",
4516 "smallvec",
4517 "winapi 0.3.9",
4518]
4519
4520[[package]]
4521name = "parking_lot_core"
4522version = "0.9.7"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
4525dependencies = [
4526 "cfg-if 1.0.0",
4527 "libc",
4528 "redox_syscall 0.2.16",
4529 "smallvec",
4530 "windows-sys 0.45.0",
4531]
4532
4533[[package]]
4534name = "password-hash"
4535version = "0.2.3"
4536source = "registry+https://github.com/rust-lang/crates.io-index"
4537checksum = "77e0b28ace46c5a396546bcf443bf422b57049617433d8854227352a4a9b24e7"
4538dependencies = [
4539 "base64ct",
4540 "rand_core 0.6.4",
4541 "subtle",
4542]
4543
4544[[package]]
4545name = "paste"
4546version = "1.0.12"
4547source = "registry+https://github.com/rust-lang/crates.io-index"
4548checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
4549
4550[[package]]
4551name = "pathfinder_color"
4552version = "0.5.0"
4553source = "registry+https://github.com/rust-lang/crates.io-index"
4554checksum = "69bdc0d277d559e35e1b374de56df9262a6b71e091ca04a8831a239f8c7f0c62"
4555dependencies = [
4556 "pathfinder_simd",
4557]
4558
4559[[package]]
4560name = "pathfinder_geometry"
4561version = "0.5.1"
4562source = "registry+https://github.com/rust-lang/crates.io-index"
4563checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
4564dependencies = [
4565 "log",
4566 "pathfinder_simd",
4567]
4568
4569[[package]]
4570name = "pathfinder_simd"
4571version = "0.5.1"
4572source = "registry+https://github.com/rust-lang/crates.io-index"
4573checksum = "39fe46acc5503595e5949c17b818714d26fdf9b4920eacf3b2947f0199f4a6ff"
4574dependencies = [
4575 "rustc_version",
4576]
4577
4578[[package]]
4579name = "pbkdf2"
4580version = "0.8.0"
4581source = "registry+https://github.com/rust-lang/crates.io-index"
4582checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
4583dependencies = [
4584 "crypto-mac",
4585]
4586
4587[[package]]
4588name = "peeking_take_while"
4589version = "0.1.2"
4590source = "registry+https://github.com/rust-lang/crates.io-index"
4591checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
4592
4593[[package]]
4594name = "pem"
4595version = "0.8.3"
4596source = "registry+https://github.com/rust-lang/crates.io-index"
4597checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
4598dependencies = [
4599 "base64 0.13.1",
4600 "once_cell",
4601 "regex",
4602]
4603
4604[[package]]
4605name = "percent-encoding"
4606version = "2.2.0"
4607source = "registry+https://github.com/rust-lang/crates.io-index"
4608checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
4609
4610[[package]]
4611name = "pest"
4612version = "2.6.0"
4613source = "registry+https://github.com/rust-lang/crates.io-index"
4614checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
4615dependencies = [
4616 "thiserror",
4617 "ucd-trie",
4618]
4619
4620[[package]]
4621name = "petgraph"
4622version = "0.6.3"
4623source = "registry+https://github.com/rust-lang/crates.io-index"
4624checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
4625dependencies = [
4626 "fixedbitset",
4627 "indexmap",
4628]
4629
4630[[package]]
4631name = "picker"
4632version = "0.1.0"
4633dependencies = [
4634 "ctor",
4635 "editor",
4636 "env_logger 0.9.3",
4637 "gpui",
4638 "menu",
4639 "parking_lot 0.11.2",
4640 "serde_json",
4641 "settings",
4642 "theme",
4643 "util",
4644 "workspace",
4645]
4646
4647[[package]]
4648name = "pico-args"
4649version = "0.4.2"
4650source = "registry+https://github.com/rust-lang/crates.io-index"
4651checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
4652
4653[[package]]
4654name = "pin-project"
4655version = "1.0.12"
4656source = "registry+https://github.com/rust-lang/crates.io-index"
4657checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
4658dependencies = [
4659 "pin-project-internal",
4660]
4661
4662[[package]]
4663name = "pin-project-internal"
4664version = "1.0.12"
4665source = "registry+https://github.com/rust-lang/crates.io-index"
4666checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
4667dependencies = [
4668 "proc-macro2",
4669 "quote",
4670 "syn 1.0.109",
4671]
4672
4673[[package]]
4674name = "pin-project-lite"
4675version = "0.1.12"
4676source = "registry+https://github.com/rust-lang/crates.io-index"
4677checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
4678
4679[[package]]
4680name = "pin-project-lite"
4681version = "0.2.9"
4682source = "registry+https://github.com/rust-lang/crates.io-index"
4683checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
4684
4685[[package]]
4686name = "pin-utils"
4687version = "0.1.0"
4688source = "registry+https://github.com/rust-lang/crates.io-index"
4689checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
4690
4691[[package]]
4692name = "pkg-config"
4693version = "0.3.27"
4694source = "registry+https://github.com/rust-lang/crates.io-index"
4695checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
4696
4697[[package]]
4698name = "plist"
4699version = "1.4.3"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
4701checksum = "9bd9647b268a3d3e14ff09c23201133a62589c658db02bb7388c7246aafe0590"
4702dependencies = [
4703 "base64 0.21.0",
4704 "indexmap",
4705 "line-wrap",
4706 "quick-xml",
4707 "serde",
4708 "time 0.3.21",
4709]
4710
4711[[package]]
4712name = "plugin"
4713version = "0.1.0"
4714dependencies = [
4715 "bincode",
4716 "plugin_macros",
4717 "serde",
4718 "serde_derive",
4719]
4720
4721[[package]]
4722name = "plugin_macros"
4723version = "0.1.0"
4724dependencies = [
4725 "bincode",
4726 "proc-macro2",
4727 "quote",
4728 "serde",
4729 "serde_derive",
4730 "syn 1.0.109",
4731]
4732
4733[[package]]
4734name = "plugin_runtime"
4735version = "0.1.0"
4736dependencies = [
4737 "anyhow",
4738 "bincode",
4739 "pollster",
4740 "serde",
4741 "serde_derive",
4742 "serde_json",
4743 "smol",
4744 "wasi-common",
4745 "wasmtime",
4746 "wasmtime-wasi",
4747]
4748
4749[[package]]
4750name = "png"
4751version = "0.16.8"
4752source = "registry+https://github.com/rust-lang/crates.io-index"
4753checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
4754dependencies = [
4755 "bitflags",
4756 "crc32fast",
4757 "deflate",
4758 "miniz_oxide 0.3.7",
4759]
4760
4761[[package]]
4762name = "polling"
4763version = "2.8.0"
4764source = "registry+https://github.com/rust-lang/crates.io-index"
4765checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
4766dependencies = [
4767 "autocfg 1.1.0",
4768 "bitflags",
4769 "cfg-if 1.0.0",
4770 "concurrent-queue",
4771 "libc",
4772 "log",
4773 "pin-project-lite 0.2.9",
4774 "windows-sys 0.48.0",
4775]
4776
4777[[package]]
4778name = "pollster"
4779version = "0.2.5"
4780source = "registry+https://github.com/rust-lang/crates.io-index"
4781checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
4782
4783[[package]]
4784name = "postage"
4785version = "0.5.0"
4786source = "registry+https://github.com/rust-lang/crates.io-index"
4787checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
4788dependencies = [
4789 "atomic",
4790 "crossbeam-queue",
4791 "futures 0.3.28",
4792 "log",
4793 "parking_lot 0.12.1",
4794 "pin-project",
4795 "pollster",
4796 "static_assertions",
4797 "thiserror",
4798]
4799
4800[[package]]
4801name = "ppv-lite86"
4802version = "0.2.17"
4803source = "registry+https://github.com/rust-lang/crates.io-index"
4804checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
4805
4806[[package]]
4807name = "pretty_assertions"
4808version = "1.3.0"
4809source = "registry+https://github.com/rust-lang/crates.io-index"
4810checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
4811dependencies = [
4812 "ctor",
4813 "diff",
4814 "output_vt100",
4815 "yansi",
4816]
4817
4818[[package]]
4819name = "prettyplease"
4820version = "0.2.6"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "3b69d39aab54d069e7f2fe8cb970493e7834601ca2d8c65fd7bbd183578080d1"
4823dependencies = [
4824 "proc-macro2",
4825 "syn 2.0.18",
4826]
4827
4828[[package]]
4829name = "proc-macro-crate"
4830version = "0.1.5"
4831source = "registry+https://github.com/rust-lang/crates.io-index"
4832checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
4833dependencies = [
4834 "toml",
4835]
4836
4837[[package]]
4838name = "proc-macro-error"
4839version = "1.0.4"
4840source = "registry+https://github.com/rust-lang/crates.io-index"
4841checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
4842dependencies = [
4843 "proc-macro-error-attr",
4844 "proc-macro2",
4845 "quote",
4846 "syn 1.0.109",
4847 "version_check",
4848]
4849
4850[[package]]
4851name = "proc-macro-error-attr"
4852version = "1.0.4"
4853source = "registry+https://github.com/rust-lang/crates.io-index"
4854checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
4855dependencies = [
4856 "proc-macro2",
4857 "quote",
4858 "version_check",
4859]
4860
4861[[package]]
4862name = "proc-macro2"
4863version = "1.0.59"
4864source = "registry+https://github.com/rust-lang/crates.io-index"
4865checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"
4866dependencies = [
4867 "unicode-ident",
4868]
4869
4870[[package]]
4871name = "procinfo"
4872version = "0.1.0"
4873source = "git+https://github.com/zed-industries/wezterm?rev=5cd757e5f2eb039ed0c6bb6512223e69d5efc64d#5cd757e5f2eb039ed0c6bb6512223e69d5efc64d"
4874dependencies = [
4875 "libc",
4876 "log",
4877 "ntapi 0.3.7",
4878 "winapi 0.3.9",
4879]
4880
4881[[package]]
4882name = "project"
4883version = "0.1.0"
4884dependencies = [
4885 "aho-corasick 0.7.20",
4886 "anyhow",
4887 "async-trait",
4888 "backtrace",
4889 "client",
4890 "clock",
4891 "collections",
4892 "copilot",
4893 "ctor",
4894 "db",
4895 "env_logger 0.9.3",
4896 "fs",
4897 "fsevent",
4898 "futures 0.3.28",
4899 "fuzzy",
4900 "git",
4901 "git2",
4902 "globset",
4903 "gpui",
4904 "ignore",
4905 "itertools",
4906 "language",
4907 "lazy_static",
4908 "log",
4909 "lsp",
4910 "parking_lot 0.11.2",
4911 "postage",
4912 "pretty_assertions",
4913 "rand 0.8.5",
4914 "regex",
4915 "rpc",
4916 "schemars",
4917 "serde",
4918 "serde_derive",
4919 "serde_json",
4920 "settings",
4921 "sha2 0.10.6",
4922 "similar",
4923 "smol",
4924 "sum_tree",
4925 "tempdir",
4926 "terminal",
4927 "text",
4928 "thiserror",
4929 "toml",
4930 "unindent",
4931 "util",
4932]
4933
4934[[package]]
4935name = "project_panel"
4936version = "0.1.0"
4937dependencies = [
4938 "anyhow",
4939 "client",
4940 "context_menu",
4941 "db",
4942 "drag_and_drop",
4943 "editor",
4944 "futures 0.3.28",
4945 "gpui",
4946 "language",
4947 "menu",
4948 "postage",
4949 "project",
4950 "schemars",
4951 "serde",
4952 "serde_derive",
4953 "serde_json",
4954 "settings",
4955 "theme",
4956 "unicase",
4957 "util",
4958 "workspace",
4959]
4960
4961[[package]]
4962name = "project_symbols"
4963version = "0.1.0"
4964dependencies = [
4965 "anyhow",
4966 "editor",
4967 "futures 0.3.28",
4968 "fuzzy",
4969 "gpui",
4970 "language",
4971 "lsp",
4972 "ordered-float",
4973 "picker",
4974 "postage",
4975 "project",
4976 "settings",
4977 "smol",
4978 "text",
4979 "theme",
4980 "util",
4981 "workspace",
4982]
4983
4984[[package]]
4985name = "prometheus"
4986version = "0.13.3"
4987source = "registry+https://github.com/rust-lang/crates.io-index"
4988checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
4989dependencies = [
4990 "cfg-if 1.0.0",
4991 "fnv",
4992 "lazy_static",
4993 "memchr",
4994 "parking_lot 0.12.1",
4995 "protobuf",
4996 "thiserror",
4997]
4998
4999[[package]]
5000name = "prost"
5001version = "0.8.0"
5002source = "registry+https://github.com/rust-lang/crates.io-index"
5003checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"
5004dependencies = [
5005 "bytes 1.4.0",
5006 "prost-derive 0.8.0",
5007]
5008
5009[[package]]
5010name = "prost"
5011version = "0.9.0"
5012source = "registry+https://github.com/rust-lang/crates.io-index"
5013checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
5014dependencies = [
5015 "bytes 1.4.0",
5016 "prost-derive 0.9.0",
5017]
5018
5019[[package]]
5020name = "prost-build"
5021version = "0.9.0"
5022source = "registry+https://github.com/rust-lang/crates.io-index"
5023checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
5024dependencies = [
5025 "bytes 1.4.0",
5026 "heck 0.3.3",
5027 "itertools",
5028 "lazy_static",
5029 "log",
5030 "multimap",
5031 "petgraph",
5032 "prost 0.9.0",
5033 "prost-types 0.9.0",
5034 "regex",
5035 "tempfile",
5036 "which",
5037]
5038
5039[[package]]
5040name = "prost-derive"
5041version = "0.8.0"
5042source = "registry+https://github.com/rust-lang/crates.io-index"
5043checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"
5044dependencies = [
5045 "anyhow",
5046 "itertools",
5047 "proc-macro2",
5048 "quote",
5049 "syn 1.0.109",
5050]
5051
5052[[package]]
5053name = "prost-derive"
5054version = "0.9.0"
5055source = "registry+https://github.com/rust-lang/crates.io-index"
5056checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
5057dependencies = [
5058 "anyhow",
5059 "itertools",
5060 "proc-macro2",
5061 "quote",
5062 "syn 1.0.109",
5063]
5064
5065[[package]]
5066name = "prost-types"
5067version = "0.8.0"
5068source = "registry+https://github.com/rust-lang/crates.io-index"
5069checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"
5070dependencies = [
5071 "bytes 1.4.0",
5072 "prost 0.8.0",
5073]
5074
5075[[package]]
5076name = "prost-types"
5077version = "0.9.0"
5078source = "registry+https://github.com/rust-lang/crates.io-index"
5079checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
5080dependencies = [
5081 "bytes 1.4.0",
5082 "prost 0.9.0",
5083]
5084
5085[[package]]
5086name = "protobuf"
5087version = "2.28.0"
5088source = "registry+https://github.com/rust-lang/crates.io-index"
5089checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
5090
5091[[package]]
5092name = "psm"
5093version = "0.1.21"
5094source = "registry+https://github.com/rust-lang/crates.io-index"
5095checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
5096dependencies = [
5097 "cc",
5098]
5099
5100[[package]]
5101name = "ptr_meta"
5102version = "0.1.4"
5103source = "registry+https://github.com/rust-lang/crates.io-index"
5104checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
5105dependencies = [
5106 "ptr_meta_derive",
5107]
5108
5109[[package]]
5110name = "ptr_meta_derive"
5111version = "0.1.4"
5112source = "registry+https://github.com/rust-lang/crates.io-index"
5113checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
5114dependencies = [
5115 "proc-macro2",
5116 "quote",
5117 "syn 1.0.109",
5118]
5119
5120[[package]]
5121name = "pulldown-cmark"
5122version = "0.9.2"
5123source = "registry+https://github.com/rust-lang/crates.io-index"
5124checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
5125dependencies = [
5126 "bitflags",
5127 "memchr",
5128 "unicase",
5129]
5130
5131[[package]]
5132name = "quick-xml"
5133version = "0.28.2"
5134source = "registry+https://github.com/rust-lang/crates.io-index"
5135checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1"
5136dependencies = [
5137 "memchr",
5138]
5139
5140[[package]]
5141name = "quote"
5142version = "1.0.28"
5143source = "registry+https://github.com/rust-lang/crates.io-index"
5144checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
5145dependencies = [
5146 "proc-macro2",
5147]
5148
5149[[package]]
5150name = "rand"
5151version = "0.4.6"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
5154dependencies = [
5155 "fuchsia-cprng",
5156 "libc",
5157 "rand_core 0.3.1",
5158 "rdrand",
5159 "winapi 0.3.9",
5160]
5161
5162[[package]]
5163name = "rand"
5164version = "0.7.3"
5165source = "registry+https://github.com/rust-lang/crates.io-index"
5166checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
5167dependencies = [
5168 "getrandom 0.1.16",
5169 "libc",
5170 "rand_chacha 0.2.2",
5171 "rand_core 0.5.1",
5172 "rand_hc",
5173]
5174
5175[[package]]
5176name = "rand"
5177version = "0.8.5"
5178source = "registry+https://github.com/rust-lang/crates.io-index"
5179checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
5180dependencies = [
5181 "libc",
5182 "rand_chacha 0.3.1",
5183 "rand_core 0.6.4",
5184]
5185
5186[[package]]
5187name = "rand_chacha"
5188version = "0.2.2"
5189source = "registry+https://github.com/rust-lang/crates.io-index"
5190checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
5191dependencies = [
5192 "ppv-lite86",
5193 "rand_core 0.5.1",
5194]
5195
5196[[package]]
5197name = "rand_chacha"
5198version = "0.3.1"
5199source = "registry+https://github.com/rust-lang/crates.io-index"
5200checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
5201dependencies = [
5202 "ppv-lite86",
5203 "rand_core 0.6.4",
5204]
5205
5206[[package]]
5207name = "rand_core"
5208version = "0.3.1"
5209source = "registry+https://github.com/rust-lang/crates.io-index"
5210checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
5211dependencies = [
5212 "rand_core 0.4.2",
5213]
5214
5215[[package]]
5216name = "rand_core"
5217version = "0.4.2"
5218source = "registry+https://github.com/rust-lang/crates.io-index"
5219checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
5220
5221[[package]]
5222name = "rand_core"
5223version = "0.5.1"
5224source = "registry+https://github.com/rust-lang/crates.io-index"
5225checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
5226dependencies = [
5227 "getrandom 0.1.16",
5228]
5229
5230[[package]]
5231name = "rand_core"
5232version = "0.6.4"
5233source = "registry+https://github.com/rust-lang/crates.io-index"
5234checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
5235dependencies = [
5236 "getrandom 0.2.9",
5237]
5238
5239[[package]]
5240name = "rand_hc"
5241version = "0.2.0"
5242source = "registry+https://github.com/rust-lang/crates.io-index"
5243checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
5244dependencies = [
5245 "rand_core 0.5.1",
5246]
5247
5248[[package]]
5249name = "rayon"
5250version = "1.7.0"
5251source = "registry+https://github.com/rust-lang/crates.io-index"
5252checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
5253dependencies = [
5254 "either",
5255 "rayon-core",
5256]
5257
5258[[package]]
5259name = "rayon-core"
5260version = "1.11.0"
5261source = "registry+https://github.com/rust-lang/crates.io-index"
5262checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
5263dependencies = [
5264 "crossbeam-channel 0.5.8",
5265 "crossbeam-deque",
5266 "crossbeam-utils 0.8.15",
5267 "num_cpus",
5268]
5269
5270[[package]]
5271name = "rctree"
5272version = "0.3.3"
5273source = "registry+https://github.com/rust-lang/crates.io-index"
5274checksum = "be9e29cb19c8fe84169fcb07f8f11e66bc9e6e0280efd4715c54818296f8a4a8"
5275
5276[[package]]
5277name = "rdrand"
5278version = "0.4.0"
5279source = "registry+https://github.com/rust-lang/crates.io-index"
5280checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
5281dependencies = [
5282 "rand_core 0.3.1",
5283]
5284
5285[[package]]
5286name = "recent_projects"
5287version = "0.1.0"
5288dependencies = [
5289 "db",
5290 "editor",
5291 "fuzzy",
5292 "gpui",
5293 "language",
5294 "ordered-float",
5295 "picker",
5296 "postage",
5297 "settings",
5298 "smol",
5299 "text",
5300 "theme",
5301 "util",
5302 "workspace",
5303]
5304
5305[[package]]
5306name = "redox_syscall"
5307version = "0.2.16"
5308source = "registry+https://github.com/rust-lang/crates.io-index"
5309checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
5310dependencies = [
5311 "bitflags",
5312]
5313
5314[[package]]
5315name = "redox_syscall"
5316version = "0.3.5"
5317source = "registry+https://github.com/rust-lang/crates.io-index"
5318checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
5319dependencies = [
5320 "bitflags",
5321]
5322
5323[[package]]
5324name = "redox_users"
5325version = "0.4.3"
5326source = "registry+https://github.com/rust-lang/crates.io-index"
5327checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
5328dependencies = [
5329 "getrandom 0.2.9",
5330 "redox_syscall 0.2.16",
5331 "thiserror",
5332]
5333
5334[[package]]
5335name = "regalloc2"
5336version = "0.2.3"
5337source = "registry+https://github.com/rust-lang/crates.io-index"
5338checksum = "4a8d23b35d7177df3b9d31ed8a9ab4bf625c668be77a319d4f5efd4a5257701c"
5339dependencies = [
5340 "fxhash",
5341 "log",
5342 "slice-group-by",
5343 "smallvec",
5344]
5345
5346[[package]]
5347name = "regex"
5348version = "1.8.1"
5349source = "registry+https://github.com/rust-lang/crates.io-index"
5350checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
5351dependencies = [
5352 "aho-corasick 1.0.1",
5353 "memchr",
5354 "regex-syntax 0.7.1",
5355]
5356
5357[[package]]
5358name = "regex-automata"
5359version = "0.1.10"
5360source = "registry+https://github.com/rust-lang/crates.io-index"
5361checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
5362dependencies = [
5363 "regex-syntax 0.6.29",
5364]
5365
5366[[package]]
5367name = "regex-syntax"
5368version = "0.6.29"
5369source = "registry+https://github.com/rust-lang/crates.io-index"
5370checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
5371
5372[[package]]
5373name = "regex-syntax"
5374version = "0.7.1"
5375source = "registry+https://github.com/rust-lang/crates.io-index"
5376checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
5377
5378[[package]]
5379name = "region"
5380version = "2.2.0"
5381source = "registry+https://github.com/rust-lang/crates.io-index"
5382checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
5383dependencies = [
5384 "bitflags",
5385 "libc",
5386 "mach",
5387 "winapi 0.3.9",
5388]
5389
5390[[package]]
5391name = "remove_dir_all"
5392version = "0.5.3"
5393source = "registry+https://github.com/rust-lang/crates.io-index"
5394checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
5395dependencies = [
5396 "winapi 0.3.9",
5397]
5398
5399[[package]]
5400name = "rend"
5401version = "0.4.0"
5402source = "registry+https://github.com/rust-lang/crates.io-index"
5403checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
5404dependencies = [
5405 "bytecheck",
5406]
5407
5408[[package]]
5409name = "reqwest"
5410version = "0.11.17"
5411source = "registry+https://github.com/rust-lang/crates.io-index"
5412checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91"
5413dependencies = [
5414 "base64 0.21.0",
5415 "bytes 1.4.0",
5416 "encoding_rs",
5417 "futures-core",
5418 "futures-util",
5419 "h2",
5420 "http",
5421 "http-body",
5422 "hyper",
5423 "hyper-tls",
5424 "ipnet",
5425 "js-sys",
5426 "log",
5427 "mime",
5428 "native-tls",
5429 "once_cell",
5430 "percent-encoding",
5431 "pin-project-lite 0.2.9",
5432 "serde",
5433 "serde_json",
5434 "serde_urlencoded",
5435 "tokio",
5436 "tokio-native-tls",
5437 "tower-service",
5438 "url",
5439 "wasm-bindgen",
5440 "wasm-bindgen-futures",
5441 "web-sys",
5442 "winreg",
5443]
5444
5445[[package]]
5446name = "resvg"
5447version = "0.14.1"
5448source = "registry+https://github.com/rust-lang/crates.io-index"
5449checksum = "09697862c5c3f940cbaffef91969c62188b5c8ed385b0aef43a5ff01ddc8000f"
5450dependencies = [
5451 "jpeg-decoder",
5452 "log",
5453 "pico-args",
5454 "png",
5455 "rgb",
5456 "svgfilters",
5457 "tiny-skia",
5458 "usvg",
5459]
5460
5461[[package]]
5462name = "rgb"
5463version = "0.8.36"
5464source = "registry+https://github.com/rust-lang/crates.io-index"
5465checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
5466dependencies = [
5467 "bytemuck",
5468]
5469
5470[[package]]
5471name = "ring"
5472version = "0.16.20"
5473source = "registry+https://github.com/rust-lang/crates.io-index"
5474checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
5475dependencies = [
5476 "cc",
5477 "libc",
5478 "once_cell",
5479 "spin 0.5.2",
5480 "untrusted",
5481 "web-sys",
5482 "winapi 0.3.9",
5483]
5484
5485[[package]]
5486name = "rkyv"
5487version = "0.7.41"
5488source = "registry+https://github.com/rust-lang/crates.io-index"
5489checksum = "21499ed91807f07ae081880aabb2ccc0235e9d88011867d984525e9a4c3cfa3e"
5490dependencies = [
5491 "bytecheck",
5492 "hashbrown 0.12.3",
5493 "ptr_meta",
5494 "rend",
5495 "rkyv_derive",
5496 "seahash",
5497]
5498
5499[[package]]
5500name = "rkyv_derive"
5501version = "0.7.41"
5502source = "registry+https://github.com/rust-lang/crates.io-index"
5503checksum = "ac1c672430eb41556291981f45ca900a0239ad007242d1cb4b4167af842db666"
5504dependencies = [
5505 "proc-macro2",
5506 "quote",
5507 "syn 1.0.109",
5508]
5509
5510[[package]]
5511name = "rmp"
5512version = "0.8.11"
5513source = "registry+https://github.com/rust-lang/crates.io-index"
5514checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f"
5515dependencies = [
5516 "byteorder",
5517 "num-traits",
5518 "paste",
5519]
5520
5521[[package]]
5522name = "rmpv"
5523version = "1.0.0"
5524source = "registry+https://github.com/rust-lang/crates.io-index"
5525checksum = "de8813b3a2f95c5138fe5925bfb8784175d88d6bff059ba8ce090aa891319754"
5526dependencies = [
5527 "num-traits",
5528 "rmp",
5529]
5530
5531[[package]]
5532name = "rope"
5533version = "0.1.0"
5534dependencies = [
5535 "arrayvec 0.7.2",
5536 "bromberg_sl2",
5537 "gpui",
5538 "log",
5539 "rand 0.8.5",
5540 "smallvec",
5541 "sum_tree",
5542 "util",
5543]
5544
5545[[package]]
5546name = "roxmltree"
5547version = "0.14.1"
5548source = "registry+https://github.com/rust-lang/crates.io-index"
5549checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
5550dependencies = [
5551 "xmlparser",
5552]
5553
5554[[package]]
5555name = "rpc"
5556version = "0.1.0"
5557dependencies = [
5558 "anyhow",
5559 "async-lock",
5560 "async-tungstenite",
5561 "base64 0.13.1",
5562 "clock",
5563 "collections",
5564 "ctor",
5565 "env_logger 0.9.3",
5566 "futures 0.3.28",
5567 "gpui",
5568 "parking_lot 0.11.2",
5569 "prost 0.8.0",
5570 "prost-build",
5571 "rand 0.8.5",
5572 "rsa",
5573 "serde",
5574 "serde_derive",
5575 "smol",
5576 "smol-timeout",
5577 "tempdir",
5578 "tracing",
5579 "util",
5580 "zstd",
5581]
5582
5583[[package]]
5584name = "rsa"
5585version = "0.4.1"
5586source = "registry+https://github.com/rust-lang/crates.io-index"
5587checksum = "7b0aeddcca1082112a6eeb43bf25fd7820b066aaf6eaef776e19d0a1febe38fe"
5588dependencies = [
5589 "byteorder",
5590 "digest 0.9.0",
5591 "lazy_static",
5592 "num-bigint-dig",
5593 "num-integer",
5594 "num-iter",
5595 "num-traits",
5596 "pem",
5597 "rand 0.8.5",
5598 "simple_asn1",
5599 "subtle",
5600 "zeroize",
5601]
5602
5603[[package]]
5604name = "rusqlite"
5605version = "0.27.0"
5606source = "registry+https://github.com/rust-lang/crates.io-index"
5607checksum = "85127183a999f7db96d1a976a309eebbfb6ea3b0b400ddd8340190129de6eb7a"
5608dependencies = [
5609 "bitflags",
5610 "fallible-iterator",
5611 "fallible-streaming-iterator",
5612 "hashlink 0.7.0",
5613 "libsqlite3-sys",
5614 "memchr",
5615 "smallvec",
5616]
5617
5618[[package]]
5619name = "rust-embed"
5620version = "6.6.1"
5621source = "registry+https://github.com/rust-lang/crates.io-index"
5622checksum = "1b68543d5527e158213414a92832d2aab11a84d2571a5eb021ebe22c43aab066"
5623dependencies = [
5624 "rust-embed-impl",
5625 "rust-embed-utils",
5626 "walkdir",
5627]
5628
5629[[package]]
5630name = "rust-embed-impl"
5631version = "6.5.0"
5632source = "registry+https://github.com/rust-lang/crates.io-index"
5633checksum = "4d4e0f0ced47ded9a68374ac145edd65a6c1fa13a96447b873660b2a568a0fd7"
5634dependencies = [
5635 "proc-macro2",
5636 "quote",
5637 "rust-embed-utils",
5638 "syn 1.0.109",
5639 "walkdir",
5640]
5641
5642[[package]]
5643name = "rust-embed-utils"
5644version = "7.5.0"
5645source = "registry+https://github.com/rust-lang/crates.io-index"
5646checksum = "512b0ab6853f7e14e3c8754acb43d6f748bb9ced66aa5915a6553ac8213f7731"
5647dependencies = [
5648 "globset",
5649 "sha2 0.10.6",
5650 "walkdir",
5651]
5652
5653[[package]]
5654name = "rust_decimal"
5655version = "1.29.1"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "26bd36b60561ee1fb5ec2817f198b6fd09fa571c897a5e86d1487cfc2b096dfc"
5658dependencies = [
5659 "arrayvec 0.7.2",
5660 "borsh",
5661 "bytecheck",
5662 "byteorder",
5663 "bytes 1.4.0",
5664 "num-traits",
5665 "rand 0.8.5",
5666 "rkyv",
5667 "serde",
5668 "serde_json",
5669]
5670
5671[[package]]
5672name = "rustc-demangle"
5673version = "0.1.23"
5674source = "registry+https://github.com/rust-lang/crates.io-index"
5675checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
5676
5677[[package]]
5678name = "rustc-hash"
5679version = "1.1.0"
5680source = "registry+https://github.com/rust-lang/crates.io-index"
5681checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
5682
5683[[package]]
5684name = "rustc_version"
5685version = "0.3.3"
5686source = "registry+https://github.com/rust-lang/crates.io-index"
5687checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
5688dependencies = [
5689 "semver",
5690]
5691
5692[[package]]
5693name = "rustix"
5694version = "0.33.7"
5695source = "registry+https://github.com/rust-lang/crates.io-index"
5696checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"
5697dependencies = [
5698 "bitflags",
5699 "errno 0.2.8",
5700 "io-lifetimes 0.5.3",
5701 "itoa 1.0.6",
5702 "libc",
5703 "linux-raw-sys 0.0.42",
5704 "once_cell",
5705 "winapi 0.3.9",
5706]
5707
5708[[package]]
5709name = "rustix"
5710version = "0.37.19"
5711source = "registry+https://github.com/rust-lang/crates.io-index"
5712checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
5713dependencies = [
5714 "bitflags",
5715 "errno 0.3.1",
5716 "io-lifetimes 1.0.10",
5717 "libc",
5718 "linux-raw-sys 0.3.7",
5719 "windows-sys 0.48.0",
5720]
5721
5722[[package]]
5723name = "rustls"
5724version = "0.19.1"
5725source = "registry+https://github.com/rust-lang/crates.io-index"
5726checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
5727dependencies = [
5728 "base64 0.13.1",
5729 "log",
5730 "ring",
5731 "sct 0.6.1",
5732 "webpki 0.21.4",
5733]
5734
5735[[package]]
5736name = "rustls"
5737version = "0.20.8"
5738source = "registry+https://github.com/rust-lang/crates.io-index"
5739checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
5740dependencies = [
5741 "log",
5742 "ring",
5743 "sct 0.7.0",
5744 "webpki 0.22.0",
5745]
5746
5747[[package]]
5748name = "rustls-pemfile"
5749version = "1.0.2"
5750source = "registry+https://github.com/rust-lang/crates.io-index"
5751checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
5752dependencies = [
5753 "base64 0.21.0",
5754]
5755
5756[[package]]
5757name = "rustversion"
5758version = "1.0.12"
5759source = "registry+https://github.com/rust-lang/crates.io-index"
5760checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
5761
5762[[package]]
5763name = "rustybuzz"
5764version = "0.3.0"
5765source = "registry+https://github.com/rust-lang/crates.io-index"
5766checksum = "0ab463a295d00f3692e0974a0bfd83c7a9bcd119e27e07c2beecdb1b44a09d10"
5767dependencies = [
5768 "bitflags",
5769 "bytemuck",
5770 "smallvec",
5771 "ttf-parser 0.9.0",
5772 "unicode-bidi-mirroring",
5773 "unicode-ccc",
5774 "unicode-general-category",
5775 "unicode-script",
5776]
5777
5778[[package]]
5779name = "ryu"
5780version = "1.0.13"
5781source = "registry+https://github.com/rust-lang/crates.io-index"
5782checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
5783
5784[[package]]
5785name = "safe_arch"
5786version = "0.5.2"
5787source = "registry+https://github.com/rust-lang/crates.io-index"
5788checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
5789dependencies = [
5790 "bytemuck",
5791]
5792
5793[[package]]
5794name = "safemem"
5795version = "0.3.3"
5796source = "registry+https://github.com/rust-lang/crates.io-index"
5797checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
5798
5799[[package]]
5800name = "salsa20"
5801version = "0.8.1"
5802source = "registry+https://github.com/rust-lang/crates.io-index"
5803checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
5804dependencies = [
5805 "cipher",
5806]
5807
5808[[package]]
5809name = "same-file"
5810version = "1.0.6"
5811source = "registry+https://github.com/rust-lang/crates.io-index"
5812checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
5813dependencies = [
5814 "winapi-util",
5815]
5816
5817[[package]]
5818name = "schannel"
5819version = "0.1.21"
5820source = "registry+https://github.com/rust-lang/crates.io-index"
5821checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
5822dependencies = [
5823 "windows-sys 0.42.0",
5824]
5825
5826[[package]]
5827name = "schemars"
5828version = "0.8.12"
5829source = "registry+https://github.com/rust-lang/crates.io-index"
5830checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f"
5831dependencies = [
5832 "dyn-clone",
5833 "schemars_derive",
5834 "serde",
5835 "serde_json",
5836]
5837
5838[[package]]
5839name = "schemars_derive"
5840version = "0.8.12"
5841source = "registry+https://github.com/rust-lang/crates.io-index"
5842checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c"
5843dependencies = [
5844 "proc-macro2",
5845 "quote",
5846 "serde_derive_internals",
5847 "syn 1.0.109",
5848]
5849
5850[[package]]
5851name = "scoped_threadpool"
5852version = "0.1.9"
5853source = "registry+https://github.com/rust-lang/crates.io-index"
5854checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
5855
5856[[package]]
5857name = "scopeguard"
5858version = "1.1.0"
5859source = "registry+https://github.com/rust-lang/crates.io-index"
5860checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
5861
5862[[package]]
5863name = "scratch"
5864version = "1.0.5"
5865source = "registry+https://github.com/rust-lang/crates.io-index"
5866checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
5867
5868[[package]]
5869name = "scrypt"
5870version = "0.7.0"
5871source = "registry+https://github.com/rust-lang/crates.io-index"
5872checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
5873dependencies = [
5874 "base64ct",
5875 "hmac 0.11.0",
5876 "password-hash",
5877 "pbkdf2",
5878 "salsa20",
5879 "sha2 0.9.9",
5880]
5881
5882[[package]]
5883name = "sct"
5884version = "0.6.1"
5885source = "registry+https://github.com/rust-lang/crates.io-index"
5886checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
5887dependencies = [
5888 "ring",
5889 "untrusted",
5890]
5891
5892[[package]]
5893name = "sct"
5894version = "0.7.0"
5895source = "registry+https://github.com/rust-lang/crates.io-index"
5896checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
5897dependencies = [
5898 "ring",
5899 "untrusted",
5900]
5901
5902[[package]]
5903name = "sea-orm"
5904version = "0.10.5"
5905source = "git+https://github.com/zed-industries/sea-orm?rev=18f4c691085712ad014a51792af75a9044bacee6#18f4c691085712ad014a51792af75a9044bacee6"
5906dependencies = [
5907 "async-stream",
5908 "async-trait",
5909 "chrono",
5910 "futures 0.3.28",
5911 "futures-util",
5912 "log",
5913 "ouroboros",
5914 "rust_decimal",
5915 "sea-orm-macros",
5916 "sea-query",
5917 "sea-query-binder",
5918 "sea-strum",
5919 "serde",
5920 "serde_json",
5921 "sqlx",
5922 "thiserror",
5923 "time 0.3.21",
5924 "tracing",
5925 "url",
5926 "uuid 1.3.2",
5927]
5928
5929[[package]]
5930name = "sea-orm-macros"
5931version = "0.10.5"
5932source = "git+https://github.com/zed-industries/sea-orm?rev=18f4c691085712ad014a51792af75a9044bacee6#18f4c691085712ad014a51792af75a9044bacee6"
5933dependencies = [
5934 "bae",
5935 "heck 0.3.3",
5936 "proc-macro2",
5937 "quote",
5938 "syn 1.0.109",
5939]
5940
5941[[package]]
5942name = "sea-query"
5943version = "0.27.2"
5944source = "registry+https://github.com/rust-lang/crates.io-index"
5945checksum = "a4f0fc4d8e44e1d51c739a68d336252a18bc59553778075d5e32649be6ec92ed"
5946dependencies = [
5947 "chrono",
5948 "rust_decimal",
5949 "sea-query-derive",
5950 "serde_json",
5951 "time 0.3.21",
5952 "uuid 1.3.2",
5953]
5954
5955[[package]]
5956name = "sea-query-binder"
5957version = "0.2.2"
5958source = "registry+https://github.com/rust-lang/crates.io-index"
5959checksum = "9c2585b89c985cfacfe0ec9fc9e7bb055b776c1a2581c4e3c6185af2b8bf8865"
5960dependencies = [
5961 "chrono",
5962 "rust_decimal",
5963 "sea-query",
5964 "serde_json",
5965 "sqlx",
5966 "time 0.3.21",
5967 "uuid 1.3.2",
5968]
5969
5970[[package]]
5971name = "sea-query-derive"
5972version = "0.2.0"
5973source = "registry+https://github.com/rust-lang/crates.io-index"
5974checksum = "34cdc022b4f606353fe5dc85b09713a04e433323b70163e81513b141c6ae6eb5"
5975dependencies = [
5976 "heck 0.3.3",
5977 "proc-macro2",
5978 "quote",
5979 "syn 1.0.109",
5980 "thiserror",
5981]
5982
5983[[package]]
5984name = "sea-strum"
5985version = "0.23.0"
5986source = "registry+https://github.com/rust-lang/crates.io-index"
5987checksum = "391d06a6007842cfe79ac6f7f53911b76dfd69fc9a6769f1cf6569d12ce20e1b"
5988dependencies = [
5989 "sea-strum_macros",
5990]
5991
5992[[package]]
5993name = "sea-strum_macros"
5994version = "0.23.0"
5995source = "registry+https://github.com/rust-lang/crates.io-index"
5996checksum = "69b4397b825df6ccf1e98bcdabef3bbcfc47ff5853983467850eeab878384f21"
5997dependencies = [
5998 "heck 0.3.3",
5999 "proc-macro2",
6000 "quote",
6001 "rustversion",
6002 "syn 1.0.109",
6003]
6004
6005[[package]]
6006name = "seahash"
6007version = "4.1.0"
6008source = "registry+https://github.com/rust-lang/crates.io-index"
6009checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
6010
6011[[package]]
6012name = "search"
6013version = "0.1.0"
6014dependencies = [
6015 "anyhow",
6016 "client",
6017 "collections",
6018 "editor",
6019 "futures 0.3.28",
6020 "globset",
6021 "gpui",
6022 "language",
6023 "log",
6024 "menu",
6025 "postage",
6026 "project",
6027 "serde",
6028 "serde_derive",
6029 "serde_json",
6030 "settings",
6031 "smallvec",
6032 "smol",
6033 "theme",
6034 "unindent",
6035 "util",
6036 "workspace",
6037]
6038
6039[[package]]
6040name = "security-framework"
6041version = "2.8.2"
6042source = "registry+https://github.com/rust-lang/crates.io-index"
6043checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
6044dependencies = [
6045 "bitflags",
6046 "core-foundation",
6047 "core-foundation-sys",
6048 "libc",
6049 "security-framework-sys",
6050]
6051
6052[[package]]
6053name = "security-framework-sys"
6054version = "2.8.0"
6055source = "registry+https://github.com/rust-lang/crates.io-index"
6056checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
6057dependencies = [
6058 "core-foundation-sys",
6059 "libc",
6060]
6061
6062[[package]]
6063name = "semver"
6064version = "0.11.0"
6065source = "registry+https://github.com/rust-lang/crates.io-index"
6066checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
6067dependencies = [
6068 "semver-parser",
6069]
6070
6071[[package]]
6072name = "semver-parser"
6073version = "0.10.2"
6074source = "registry+https://github.com/rust-lang/crates.io-index"
6075checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
6076dependencies = [
6077 "pest",
6078]
6079
6080[[package]]
6081name = "seq-macro"
6082version = "0.2.2"
6083source = "registry+https://github.com/rust-lang/crates.io-index"
6084checksum = "5a9f47faea3cad316faa914d013d24f471cd90bfca1a0c70f05a3f42c6441e99"
6085
6086[[package]]
6087name = "serde"
6088version = "1.0.162"
6089source = "registry+https://github.com/rust-lang/crates.io-index"
6090checksum = "71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6"
6091dependencies = [
6092 "serde_derive",
6093]
6094
6095[[package]]
6096name = "serde_derive"
6097version = "1.0.162"
6098source = "registry+https://github.com/rust-lang/crates.io-index"
6099checksum = "a2a0814352fd64b58489904a44ea8d90cb1a91dcb6b4f5ebabc32c8318e93cb6"
6100dependencies = [
6101 "proc-macro2",
6102 "quote",
6103 "syn 2.0.18",
6104]
6105
6106[[package]]
6107name = "serde_derive_internals"
6108version = "0.26.0"
6109source = "registry+https://github.com/rust-lang/crates.io-index"
6110checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
6111dependencies = [
6112 "proc-macro2",
6113 "quote",
6114 "syn 1.0.109",
6115]
6116
6117[[package]]
6118name = "serde_fmt"
6119version = "1.0.3"
6120source = "registry+https://github.com/rust-lang/crates.io-index"
6121checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
6122dependencies = [
6123 "serde",
6124]
6125
6126[[package]]
6127name = "serde_json"
6128version = "1.0.96"
6129source = "registry+https://github.com/rust-lang/crates.io-index"
6130checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
6131dependencies = [
6132 "indexmap",
6133 "itoa 1.0.6",
6134 "ryu",
6135 "serde",
6136]
6137
6138[[package]]
6139name = "serde_json_lenient"
6140version = "0.1.4"
6141source = "registry+https://github.com/rust-lang/crates.io-index"
6142checksum = "7d7b9ce5b0a63c6269b9623ed828b39259545a6ec0d8a35d6135ad6af6232add"
6143dependencies = [
6144 "indexmap",
6145 "itoa 0.4.8",
6146 "ryu",
6147 "serde",
6148]
6149
6150[[package]]
6151name = "serde_repr"
6152version = "0.1.12"
6153source = "registry+https://github.com/rust-lang/crates.io-index"
6154checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
6155dependencies = [
6156 "proc-macro2",
6157 "quote",
6158 "syn 2.0.18",
6159]
6160
6161[[package]]
6162name = "serde_urlencoded"
6163version = "0.7.1"
6164source = "registry+https://github.com/rust-lang/crates.io-index"
6165checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
6166dependencies = [
6167 "form_urlencoded",
6168 "itoa 1.0.6",
6169 "ryu",
6170 "serde",
6171]
6172
6173[[package]]
6174name = "serde_yaml"
6175version = "0.8.26"
6176source = "registry+https://github.com/rust-lang/crates.io-index"
6177checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
6178dependencies = [
6179 "indexmap",
6180 "ryu",
6181 "serde",
6182 "yaml-rust",
6183]
6184
6185[[package]]
6186name = "settings"
6187version = "0.1.0"
6188dependencies = [
6189 "anyhow",
6190 "collections",
6191 "fs",
6192 "futures 0.3.28",
6193 "gpui",
6194 "indoc",
6195 "lazy_static",
6196 "postage",
6197 "pretty_assertions",
6198 "rust-embed",
6199 "schemars",
6200 "serde",
6201 "serde_derive",
6202 "serde_json",
6203 "serde_json_lenient",
6204 "smallvec",
6205 "sqlez",
6206 "staff_mode",
6207 "toml",
6208 "tree-sitter",
6209 "tree-sitter-json 0.19.0",
6210 "unindent",
6211 "util",
6212]
6213
6214[[package]]
6215name = "sha-1"
6216version = "0.9.8"
6217source = "registry+https://github.com/rust-lang/crates.io-index"
6218checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
6219dependencies = [
6220 "block-buffer 0.9.0",
6221 "cfg-if 1.0.0",
6222 "cpufeatures",
6223 "digest 0.9.0",
6224 "opaque-debug",
6225]
6226
6227[[package]]
6228name = "sha-1"
6229version = "0.10.1"
6230source = "registry+https://github.com/rust-lang/crates.io-index"
6231checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
6232dependencies = [
6233 "cfg-if 1.0.0",
6234 "cpufeatures",
6235 "digest 0.10.6",
6236]
6237
6238[[package]]
6239name = "sha1"
6240version = "0.10.5"
6241source = "registry+https://github.com/rust-lang/crates.io-index"
6242checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
6243dependencies = [
6244 "cfg-if 1.0.0",
6245 "cpufeatures",
6246 "digest 0.10.6",
6247]
6248
6249[[package]]
6250name = "sha2"
6251version = "0.9.9"
6252source = "registry+https://github.com/rust-lang/crates.io-index"
6253checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
6254dependencies = [
6255 "block-buffer 0.9.0",
6256 "cfg-if 1.0.0",
6257 "cpufeatures",
6258 "digest 0.9.0",
6259 "opaque-debug",
6260]
6261
6262[[package]]
6263name = "sha2"
6264version = "0.10.6"
6265source = "registry+https://github.com/rust-lang/crates.io-index"
6266checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
6267dependencies = [
6268 "cfg-if 1.0.0",
6269 "cpufeatures",
6270 "digest 0.10.6",
6271]
6272
6273[[package]]
6274name = "sharded-slab"
6275version = "0.1.4"
6276source = "registry+https://github.com/rust-lang/crates.io-index"
6277checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
6278dependencies = [
6279 "lazy_static",
6280]
6281
6282[[package]]
6283name = "shellexpand"
6284version = "2.1.2"
6285source = "registry+https://github.com/rust-lang/crates.io-index"
6286checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
6287dependencies = [
6288 "dirs 4.0.0",
6289]
6290
6291[[package]]
6292name = "shlex"
6293version = "1.1.0"
6294source = "registry+https://github.com/rust-lang/crates.io-index"
6295checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
6296
6297[[package]]
6298name = "signal-hook"
6299version = "0.3.15"
6300source = "registry+https://github.com/rust-lang/crates.io-index"
6301checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
6302dependencies = [
6303 "libc",
6304 "signal-hook-registry",
6305]
6306
6307[[package]]
6308name = "signal-hook-mio"
6309version = "0.2.3"
6310source = "registry+https://github.com/rust-lang/crates.io-index"
6311checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
6312dependencies = [
6313 "libc",
6314 "mio 0.6.23",
6315 "mio-uds",
6316 "signal-hook",
6317]
6318
6319[[package]]
6320name = "signal-hook-registry"
6321version = "1.4.1"
6322source = "registry+https://github.com/rust-lang/crates.io-index"
6323checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
6324dependencies = [
6325 "libc",
6326]
6327
6328[[package]]
6329name = "simdutf8"
6330version = "0.1.4"
6331source = "registry+https://github.com/rust-lang/crates.io-index"
6332checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
6333
6334[[package]]
6335name = "similar"
6336version = "1.3.0"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
6339
6340[[package]]
6341name = "simple_asn1"
6342version = "0.5.4"
6343source = "registry+https://github.com/rust-lang/crates.io-index"
6344checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
6345dependencies = [
6346 "chrono",
6347 "num-bigint",
6348 "num-traits",
6349 "thiserror",
6350]
6351
6352[[package]]
6353name = "simplecss"
6354version = "0.2.1"
6355source = "registry+https://github.com/rust-lang/crates.io-index"
6356checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
6357dependencies = [
6358 "log",
6359]
6360
6361[[package]]
6362name = "simplelog"
6363version = "0.9.0"
6364source = "registry+https://github.com/rust-lang/crates.io-index"
6365checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
6366dependencies = [
6367 "chrono",
6368 "log",
6369 "termcolor",
6370]
6371
6372[[package]]
6373name = "siphasher"
6374version = "0.2.3"
6375source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
6377
6378[[package]]
6379name = "slab"
6380version = "0.4.8"
6381source = "registry+https://github.com/rust-lang/crates.io-index"
6382checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
6383dependencies = [
6384 "autocfg 1.1.0",
6385]
6386
6387[[package]]
6388name = "slice-group-by"
6389version = "0.3.1"
6390source = "registry+https://github.com/rust-lang/crates.io-index"
6391checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
6392
6393[[package]]
6394name = "sluice"
6395version = "0.5.5"
6396source = "registry+https://github.com/rust-lang/crates.io-index"
6397checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
6398dependencies = [
6399 "async-channel",
6400 "futures-core",
6401 "futures-io",
6402]
6403
6404[[package]]
6405name = "smallvec"
6406version = "1.10.0"
6407source = "registry+https://github.com/rust-lang/crates.io-index"
6408checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
6409
6410[[package]]
6411name = "smol"
6412version = "1.3.0"
6413source = "registry+https://github.com/rust-lang/crates.io-index"
6414checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
6415dependencies = [
6416 "async-channel",
6417 "async-executor",
6418 "async-fs",
6419 "async-io",
6420 "async-lock",
6421 "async-net",
6422 "async-process",
6423 "blocking",
6424 "futures-lite",
6425]
6426
6427[[package]]
6428name = "smol-timeout"
6429version = "0.6.0"
6430source = "registry+https://github.com/rust-lang/crates.io-index"
6431checksum = "847d777e2c6c166bad26264479e80a9820f3d364fcb4a0e23cd57bbfa8e94961"
6432dependencies = [
6433 "async-io",
6434 "pin-project-lite 0.1.12",
6435]
6436
6437[[package]]
6438name = "snippet"
6439version = "0.1.0"
6440dependencies = [
6441 "anyhow",
6442 "smallvec",
6443]
6444
6445[[package]]
6446name = "socket2"
6447version = "0.4.9"
6448source = "registry+https://github.com/rust-lang/crates.io-index"
6449checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
6450dependencies = [
6451 "libc",
6452 "winapi 0.3.9",
6453]
6454
6455[[package]]
6456name = "spin"
6457version = "0.5.2"
6458source = "registry+https://github.com/rust-lang/crates.io-index"
6459checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
6460
6461[[package]]
6462name = "spin"
6463version = "0.9.8"
6464source = "registry+https://github.com/rust-lang/crates.io-index"
6465checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
6466dependencies = [
6467 "lock_api",
6468]
6469
6470[[package]]
6471name = "spsc-buffer"
6472version = "0.1.1"
6473source = "registry+https://github.com/rust-lang/crates.io-index"
6474checksum = "be6c3f39c37a4283ee4b43d1311c828f2e1fb0541e76ea0cb1a2abd9ef2f5b3b"
6475
6476[[package]]
6477name = "sqlez"
6478version = "0.1.0"
6479dependencies = [
6480 "anyhow",
6481 "futures 0.3.28",
6482 "indoc",
6483 "lazy_static",
6484 "libsqlite3-sys",
6485 "parking_lot 0.11.2",
6486 "smol",
6487 "thread_local",
6488 "uuid 1.3.2",
6489]
6490
6491[[package]]
6492name = "sqlez_macros"
6493version = "0.1.0"
6494dependencies = [
6495 "lazy_static",
6496 "proc-macro2",
6497 "quote",
6498 "sqlez",
6499 "sqlformat",
6500 "syn 1.0.109",
6501]
6502
6503[[package]]
6504name = "sqlformat"
6505version = "0.2.1"
6506source = "registry+https://github.com/rust-lang/crates.io-index"
6507checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e"
6508dependencies = [
6509 "itertools",
6510 "nom",
6511 "unicode_categories",
6512]
6513
6514[[package]]
6515name = "sqlx"
6516version = "0.6.3"
6517source = "registry+https://github.com/rust-lang/crates.io-index"
6518checksum = "f8de3b03a925878ed54a954f621e64bf55a3c1bd29652d0d1a17830405350188"
6519dependencies = [
6520 "sqlx-core",
6521 "sqlx-macros",
6522]
6523
6524[[package]]
6525name = "sqlx-core"
6526version = "0.6.3"
6527source = "registry+https://github.com/rust-lang/crates.io-index"
6528checksum = "fa8241483a83a3f33aa5fff7e7d9def398ff9990b2752b6c6112b83c6d246029"
6529dependencies = [
6530 "ahash 0.7.6",
6531 "atoi",
6532 "base64 0.13.1",
6533 "bitflags",
6534 "byteorder",
6535 "bytes 1.4.0",
6536 "chrono",
6537 "crc",
6538 "crossbeam-queue",
6539 "dirs 4.0.0",
6540 "dotenvy",
6541 "either",
6542 "event-listener",
6543 "flume",
6544 "futures-channel",
6545 "futures-core",
6546 "futures-executor",
6547 "futures-intrusive",
6548 "futures-util",
6549 "hashlink 0.8.1",
6550 "hex",
6551 "hkdf",
6552 "hmac 0.12.1",
6553 "indexmap",
6554 "itoa 1.0.6",
6555 "libc",
6556 "libsqlite3-sys",
6557 "log",
6558 "md-5",
6559 "memchr",
6560 "num-bigint",
6561 "once_cell",
6562 "paste",
6563 "percent-encoding",
6564 "rand 0.8.5",
6565 "rust_decimal",
6566 "rustls 0.20.8",
6567 "rustls-pemfile",
6568 "serde",
6569 "serde_json",
6570 "sha1",
6571 "sha2 0.10.6",
6572 "smallvec",
6573 "sqlformat",
6574 "sqlx-rt",
6575 "stringprep",
6576 "thiserror",
6577 "time 0.3.21",
6578 "tokio-stream",
6579 "url",
6580 "uuid 1.3.2",
6581 "webpki-roots 0.22.6",
6582 "whoami",
6583]
6584
6585[[package]]
6586name = "sqlx-macros"
6587version = "0.6.3"
6588source = "registry+https://github.com/rust-lang/crates.io-index"
6589checksum = "9966e64ae989e7e575b19d7265cb79d7fc3cbbdf179835cb0d716f294c2049c9"
6590dependencies = [
6591 "dotenvy",
6592 "either",
6593 "heck 0.4.1",
6594 "once_cell",
6595 "proc-macro2",
6596 "quote",
6597 "serde_json",
6598 "sha2 0.10.6",
6599 "sqlx-core",
6600 "sqlx-rt",
6601 "syn 1.0.109",
6602 "url",
6603]
6604
6605[[package]]
6606name = "sqlx-rt"
6607version = "0.6.3"
6608source = "registry+https://github.com/rust-lang/crates.io-index"
6609checksum = "804d3f245f894e61b1e6263c84b23ca675d96753b5abfd5cc8597d86806e8024"
6610dependencies = [
6611 "once_cell",
6612 "tokio",
6613 "tokio-rustls",
6614]
6615
6616[[package]]
6617name = "stable_deref_trait"
6618version = "1.2.0"
6619source = "registry+https://github.com/rust-lang/crates.io-index"
6620checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
6621
6622[[package]]
6623name = "staff_mode"
6624version = "0.1.0"
6625dependencies = [
6626 "anyhow",
6627 "gpui",
6628]
6629
6630[[package]]
6631name = "static_assertions"
6632version = "1.1.0"
6633source = "registry+https://github.com/rust-lang/crates.io-index"
6634checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
6635
6636[[package]]
6637name = "stringprep"
6638version = "0.1.2"
6639source = "registry+https://github.com/rust-lang/crates.io-index"
6640checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
6641dependencies = [
6642 "unicode-bidi",
6643 "unicode-normalization",
6644]
6645
6646[[package]]
6647name = "strsim"
6648version = "0.10.0"
6649source = "registry+https://github.com/rust-lang/crates.io-index"
6650checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
6651
6652[[package]]
6653name = "subtle"
6654version = "2.4.1"
6655source = "registry+https://github.com/rust-lang/crates.io-index"
6656checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
6657
6658[[package]]
6659name = "sum_tree"
6660version = "0.1.0"
6661dependencies = [
6662 "arrayvec 0.7.2",
6663 "ctor",
6664 "env_logger 0.9.3",
6665 "log",
6666 "rand 0.8.5",
6667]
6668
6669[[package]]
6670name = "sval"
6671version = "1.0.0-alpha.5"
6672source = "registry+https://github.com/rust-lang/crates.io-index"
6673checksum = "45f6ee7c7b87caf59549e9fe45d6a69c75c8019e79e212a835c5da0e92f0ba08"
6674dependencies = [
6675 "serde",
6676]
6677
6678[[package]]
6679name = "svg_fmt"
6680version = "0.4.1"
6681source = "registry+https://github.com/rust-lang/crates.io-index"
6682checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
6683
6684[[package]]
6685name = "svgfilters"
6686version = "0.3.0"
6687source = "registry+https://github.com/rust-lang/crates.io-index"
6688checksum = "fb0dce2fee79ac40c21dafba48565ff7a5fa275e23ffe9ce047a40c9574ba34e"
6689dependencies = [
6690 "float-cmp",
6691 "rgb",
6692]
6693
6694[[package]]
6695name = "svgtypes"
6696version = "0.5.0"
6697source = "registry+https://github.com/rust-lang/crates.io-index"
6698checksum = "9c536faaff1a10837cfe373142583f6e27d81e96beba339147e77b67c9f260ff"
6699dependencies = [
6700 "float-cmp",
6701 "siphasher",
6702]
6703
6704[[package]]
6705name = "syn"
6706version = "1.0.109"
6707source = "registry+https://github.com/rust-lang/crates.io-index"
6708checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
6709dependencies = [
6710 "proc-macro2",
6711 "quote",
6712 "unicode-ident",
6713]
6714
6715[[package]]
6716name = "syn"
6717version = "2.0.18"
6718source = "registry+https://github.com/rust-lang/crates.io-index"
6719checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
6720dependencies = [
6721 "proc-macro2",
6722 "quote",
6723 "unicode-ident",
6724]
6725
6726[[package]]
6727name = "sync_wrapper"
6728version = "0.1.2"
6729source = "registry+https://github.com/rust-lang/crates.io-index"
6730checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
6731
6732[[package]]
6733name = "sys-info"
6734version = "0.9.1"
6735source = "registry+https://github.com/rust-lang/crates.io-index"
6736checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
6737dependencies = [
6738 "cc",
6739 "libc",
6740]
6741
6742[[package]]
6743name = "sysinfo"
6744version = "0.27.8"
6745source = "registry+https://github.com/rust-lang/crates.io-index"
6746checksum = "a902e9050fca0a5d6877550b769abd2bd1ce8c04634b941dbe2809735e1a1e33"
6747dependencies = [
6748 "cfg-if 1.0.0",
6749 "core-foundation-sys",
6750 "libc",
6751 "ntapi 0.4.1",
6752 "once_cell",
6753 "rayon",
6754 "winapi 0.3.9",
6755]
6756
6757[[package]]
6758name = "system-interface"
6759version = "0.20.0"
6760source = "registry+https://github.com/rust-lang/crates.io-index"
6761checksum = "1e09bb3fb4e02ec4b87e182ea9718fadbc0fa3e50085b40a9af9690572b67f9e"
6762dependencies = [
6763 "atty",
6764 "bitflags",
6765 "cap-fs-ext",
6766 "cap-std",
6767 "io-lifetimes 0.5.3",
6768 "rustix 0.33.7",
6769 "winapi 0.3.9",
6770 "winx",
6771]
6772
6773[[package]]
6774name = "take-until"
6775version = "0.2.0"
6776source = "registry+https://github.com/rust-lang/crates.io-index"
6777checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
6778
6779[[package]]
6780name = "target-lexicon"
6781version = "0.12.7"
6782source = "registry+https://github.com/rust-lang/crates.io-index"
6783checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"
6784
6785[[package]]
6786name = "tempdir"
6787version = "0.3.7"
6788source = "registry+https://github.com/rust-lang/crates.io-index"
6789checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
6790dependencies = [
6791 "rand 0.4.6",
6792 "remove_dir_all",
6793]
6794
6795[[package]]
6796name = "tempfile"
6797version = "3.5.0"
6798source = "registry+https://github.com/rust-lang/crates.io-index"
6799checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
6800dependencies = [
6801 "cfg-if 1.0.0",
6802 "fastrand",
6803 "redox_syscall 0.3.5",
6804 "rustix 0.37.19",
6805 "windows-sys 0.45.0",
6806]
6807
6808[[package]]
6809name = "termcolor"
6810version = "1.1.3"
6811source = "registry+https://github.com/rust-lang/crates.io-index"
6812checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
6813dependencies = [
6814 "winapi-util",
6815]
6816
6817[[package]]
6818name = "terminal"
6819version = "0.1.0"
6820dependencies = [
6821 "alacritty_terminal",
6822 "anyhow",
6823 "db",
6824 "dirs 4.0.0",
6825 "futures 0.3.28",
6826 "gpui",
6827 "itertools",
6828 "lazy_static",
6829 "libc",
6830 "mio-extras",
6831 "ordered-float",
6832 "procinfo",
6833 "rand 0.8.5",
6834 "schemars",
6835 "serde",
6836 "serde_derive",
6837 "settings",
6838 "shellexpand",
6839 "smallvec",
6840 "smol",
6841 "theme",
6842 "thiserror",
6843 "util",
6844]
6845
6846[[package]]
6847name = "terminal_view"
6848version = "0.1.0"
6849dependencies = [
6850 "anyhow",
6851 "client",
6852 "context_menu",
6853 "db",
6854 "dirs 4.0.0",
6855 "editor",
6856 "futures 0.3.28",
6857 "gpui",
6858 "itertools",
6859 "language",
6860 "lazy_static",
6861 "libc",
6862 "mio-extras",
6863 "ordered-float",
6864 "procinfo",
6865 "project",
6866 "rand 0.8.5",
6867 "search",
6868 "serde",
6869 "serde_derive",
6870 "settings",
6871 "shellexpand",
6872 "smallvec",
6873 "smol",
6874 "terminal",
6875 "theme",
6876 "thiserror",
6877 "util",
6878 "workspace",
6879]
6880
6881[[package]]
6882name = "text"
6883version = "0.1.0"
6884dependencies = [
6885 "anyhow",
6886 "clock",
6887 "collections",
6888 "ctor",
6889 "digest 0.9.0",
6890 "env_logger 0.9.3",
6891 "fs",
6892 "gpui",
6893 "lazy_static",
6894 "log",
6895 "parking_lot 0.11.2",
6896 "postage",
6897 "rand 0.8.5",
6898 "regex",
6899 "rope",
6900 "smallvec",
6901 "sum_tree",
6902 "util",
6903]
6904
6905[[package]]
6906name = "textwrap"
6907version = "0.16.0"
6908source = "registry+https://github.com/rust-lang/crates.io-index"
6909checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
6910
6911[[package]]
6912name = "theme"
6913version = "0.1.0"
6914dependencies = [
6915 "anyhow",
6916 "fs",
6917 "gpui",
6918 "indexmap",
6919 "parking_lot 0.11.2",
6920 "schemars",
6921 "serde",
6922 "serde_derive",
6923 "serde_json",
6924 "settings",
6925 "toml",
6926 "util",
6927]
6928
6929[[package]]
6930name = "theme_selector"
6931version = "0.1.0"
6932dependencies = [
6933 "editor",
6934 "fs",
6935 "fuzzy",
6936 "gpui",
6937 "log",
6938 "parking_lot 0.11.2",
6939 "picker",
6940 "postage",
6941 "settings",
6942 "smol",
6943 "staff_mode",
6944 "theme",
6945 "util",
6946 "workspace",
6947]
6948
6949[[package]]
6950name = "theme_testbench"
6951version = "0.1.0"
6952dependencies = [
6953 "gpui",
6954 "project",
6955 "settings",
6956 "smallvec",
6957 "theme",
6958 "workspace",
6959]
6960
6961[[package]]
6962name = "thiserror"
6963version = "1.0.40"
6964source = "registry+https://github.com/rust-lang/crates.io-index"
6965checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
6966dependencies = [
6967 "thiserror-impl",
6968]
6969
6970[[package]]
6971name = "thiserror-impl"
6972version = "1.0.40"
6973source = "registry+https://github.com/rust-lang/crates.io-index"
6974checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
6975dependencies = [
6976 "proc-macro2",
6977 "quote",
6978 "syn 2.0.18",
6979]
6980
6981[[package]]
6982name = "thousands"
6983version = "0.2.0"
6984source = "registry+https://github.com/rust-lang/crates.io-index"
6985checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
6986
6987[[package]]
6988name = "thread_local"
6989version = "1.1.7"
6990source = "registry+https://github.com/rust-lang/crates.io-index"
6991checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
6992dependencies = [
6993 "cfg-if 1.0.0",
6994 "once_cell",
6995]
6996
6997[[package]]
6998name = "tiff"
6999version = "0.6.1"
7000source = "registry+https://github.com/rust-lang/crates.io-index"
7001checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
7002dependencies = [
7003 "jpeg-decoder",
7004 "miniz_oxide 0.4.4",
7005 "weezl",
7006]
7007
7008[[package]]
7009name = "tiktoken-rs"
7010version = "0.4.2"
7011source = "registry+https://github.com/rust-lang/crates.io-index"
7012checksum = "8ba161c549e2c0686f35f5d920e63fad5cafba2c28ad2caceaf07e5d9fa6e8c4"
7013dependencies = [
7014 "anyhow",
7015 "base64 0.21.0",
7016 "bstr",
7017 "fancy-regex",
7018 "lazy_static",
7019 "parking_lot 0.12.1",
7020 "rustc-hash",
7021]
7022
7023[[package]]
7024name = "time"
7025version = "0.1.45"
7026source = "registry+https://github.com/rust-lang/crates.io-index"
7027checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
7028dependencies = [
7029 "libc",
7030 "wasi 0.10.0+wasi-snapshot-preview1",
7031 "winapi 0.3.9",
7032]
7033
7034[[package]]
7035name = "time"
7036version = "0.3.21"
7037source = "registry+https://github.com/rust-lang/crates.io-index"
7038checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
7039dependencies = [
7040 "itoa 1.0.6",
7041 "serde",
7042 "time-core",
7043 "time-macros",
7044]
7045
7046[[package]]
7047name = "time-core"
7048version = "0.1.1"
7049source = "registry+https://github.com/rust-lang/crates.io-index"
7050checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
7051
7052[[package]]
7053name = "time-macros"
7054version = "0.2.9"
7055source = "registry+https://github.com/rust-lang/crates.io-index"
7056checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
7057dependencies = [
7058 "time-core",
7059]
7060
7061[[package]]
7062name = "tiny-skia"
7063version = "0.5.1"
7064source = "registry+https://github.com/rust-lang/crates.io-index"
7065checksum = "1bf81f2900d2e235220e6f31ec9f63ade6a7f59090c556d74fe949bb3b15e9fe"
7066dependencies = [
7067 "arrayref",
7068 "arrayvec 0.5.2",
7069 "bytemuck",
7070 "cfg-if 1.0.0",
7071 "png",
7072 "safe_arch",
7073]
7074
7075[[package]]
7076name = "tiny_http"
7077version = "0.8.2"
7078source = "registry+https://github.com/rust-lang/crates.io-index"
7079checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
7080dependencies = [
7081 "ascii",
7082 "chrono",
7083 "chunked_transfer",
7084 "log",
7085 "url",
7086]
7087
7088[[package]]
7089name = "tinyvec"
7090version = "1.6.0"
7091source = "registry+https://github.com/rust-lang/crates.io-index"
7092checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
7093dependencies = [
7094 "tinyvec_macros",
7095]
7096
7097[[package]]
7098name = "tinyvec_macros"
7099version = "0.1.1"
7100source = "registry+https://github.com/rust-lang/crates.io-index"
7101checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
7102
7103[[package]]
7104name = "tokio"
7105version = "1.28.1"
7106source = "registry+https://github.com/rust-lang/crates.io-index"
7107checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105"
7108dependencies = [
7109 "autocfg 1.1.0",
7110 "bytes 1.4.0",
7111 "libc",
7112 "mio 0.8.6",
7113 "num_cpus",
7114 "parking_lot 0.12.1",
7115 "pin-project-lite 0.2.9",
7116 "signal-hook-registry",
7117 "socket2",
7118 "tokio-macros",
7119 "windows-sys 0.48.0",
7120]
7121
7122[[package]]
7123name = "tokio-io"
7124version = "0.1.13"
7125source = "registry+https://github.com/rust-lang/crates.io-index"
7126checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
7127dependencies = [
7128 "bytes 0.4.12",
7129 "futures 0.1.31",
7130 "log",
7131]
7132
7133[[package]]
7134name = "tokio-io-timeout"
7135version = "1.2.0"
7136source = "registry+https://github.com/rust-lang/crates.io-index"
7137checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
7138dependencies = [
7139 "pin-project-lite 0.2.9",
7140 "tokio",
7141]
7142
7143[[package]]
7144name = "tokio-macros"
7145version = "2.1.0"
7146source = "registry+https://github.com/rust-lang/crates.io-index"
7147checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
7148dependencies = [
7149 "proc-macro2",
7150 "quote",
7151 "syn 2.0.18",
7152]
7153
7154[[package]]
7155name = "tokio-native-tls"
7156version = "0.3.1"
7157source = "registry+https://github.com/rust-lang/crates.io-index"
7158checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
7159dependencies = [
7160 "native-tls",
7161 "tokio",
7162]
7163
7164[[package]]
7165name = "tokio-rustls"
7166version = "0.23.4"
7167source = "registry+https://github.com/rust-lang/crates.io-index"
7168checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
7169dependencies = [
7170 "rustls 0.20.8",
7171 "tokio",
7172 "webpki 0.22.0",
7173]
7174
7175[[package]]
7176name = "tokio-stream"
7177version = "0.1.14"
7178source = "registry+https://github.com/rust-lang/crates.io-index"
7179checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
7180dependencies = [
7181 "futures-core",
7182 "pin-project-lite 0.2.9",
7183 "tokio",
7184]
7185
7186[[package]]
7187name = "tokio-tungstenite"
7188version = "0.17.2"
7189source = "registry+https://github.com/rust-lang/crates.io-index"
7190checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
7191dependencies = [
7192 "futures-util",
7193 "log",
7194 "tokio",
7195 "tungstenite 0.17.3",
7196]
7197
7198[[package]]
7199name = "tokio-util"
7200version = "0.6.10"
7201source = "registry+https://github.com/rust-lang/crates.io-index"
7202checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
7203dependencies = [
7204 "bytes 1.4.0",
7205 "futures-core",
7206 "futures-sink",
7207 "log",
7208 "pin-project-lite 0.2.9",
7209 "tokio",
7210]
7211
7212[[package]]
7213name = "tokio-util"
7214version = "0.7.8"
7215source = "registry+https://github.com/rust-lang/crates.io-index"
7216checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
7217dependencies = [
7218 "bytes 1.4.0",
7219 "futures-core",
7220 "futures-io",
7221 "futures-sink",
7222 "pin-project-lite 0.2.9",
7223 "tokio",
7224 "tracing",
7225]
7226
7227[[package]]
7228name = "toml"
7229version = "0.5.11"
7230source = "registry+https://github.com/rust-lang/crates.io-index"
7231checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
7232dependencies = [
7233 "serde",
7234]
7235
7236[[package]]
7237name = "tonic"
7238version = "0.6.2"
7239source = "registry+https://github.com/rust-lang/crates.io-index"
7240checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a"
7241dependencies = [
7242 "async-stream",
7243 "async-trait",
7244 "base64 0.13.1",
7245 "bytes 1.4.0",
7246 "futures-core",
7247 "futures-util",
7248 "h2",
7249 "http",
7250 "http-body",
7251 "hyper",
7252 "hyper-timeout",
7253 "percent-encoding",
7254 "pin-project",
7255 "prost 0.9.0",
7256 "prost-derive 0.9.0",
7257 "tokio",
7258 "tokio-stream",
7259 "tokio-util 0.6.10",
7260 "tower",
7261 "tower-layer",
7262 "tower-service",
7263 "tracing",
7264 "tracing-futures",
7265]
7266
7267[[package]]
7268name = "tower"
7269version = "0.4.13"
7270source = "registry+https://github.com/rust-lang/crates.io-index"
7271checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
7272dependencies = [
7273 "futures-core",
7274 "futures-util",
7275 "indexmap",
7276 "pin-project",
7277 "pin-project-lite 0.2.9",
7278 "rand 0.8.5",
7279 "slab",
7280 "tokio",
7281 "tokio-util 0.7.8",
7282 "tower-layer",
7283 "tower-service",
7284 "tracing",
7285]
7286
7287[[package]]
7288name = "tower-http"
7289version = "0.3.5"
7290source = "registry+https://github.com/rust-lang/crates.io-index"
7291checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
7292dependencies = [
7293 "bitflags",
7294 "bytes 1.4.0",
7295 "futures-core",
7296 "futures-util",
7297 "http",
7298 "http-body",
7299 "http-range-header",
7300 "pin-project-lite 0.2.9",
7301 "tower",
7302 "tower-layer",
7303 "tower-service",
7304]
7305
7306[[package]]
7307name = "tower-layer"
7308version = "0.3.2"
7309source = "registry+https://github.com/rust-lang/crates.io-index"
7310checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
7311
7312[[package]]
7313name = "tower-service"
7314version = "0.3.2"
7315source = "registry+https://github.com/rust-lang/crates.io-index"
7316checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
7317
7318[[package]]
7319name = "tracing"
7320version = "0.1.37"
7321source = "registry+https://github.com/rust-lang/crates.io-index"
7322checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
7323dependencies = [
7324 "cfg-if 1.0.0",
7325 "log",
7326 "pin-project-lite 0.2.9",
7327 "tracing-attributes",
7328 "tracing-core",
7329]
7330
7331[[package]]
7332name = "tracing-attributes"
7333version = "0.1.24"
7334source = "registry+https://github.com/rust-lang/crates.io-index"
7335checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
7336dependencies = [
7337 "proc-macro2",
7338 "quote",
7339 "syn 2.0.18",
7340]
7341
7342[[package]]
7343name = "tracing-core"
7344version = "0.1.30"
7345source = "registry+https://github.com/rust-lang/crates.io-index"
7346checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
7347dependencies = [
7348 "once_cell",
7349 "valuable",
7350]
7351
7352[[package]]
7353name = "tracing-futures"
7354version = "0.2.5"
7355source = "registry+https://github.com/rust-lang/crates.io-index"
7356checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
7357dependencies = [
7358 "pin-project",
7359 "tracing",
7360]
7361
7362[[package]]
7363name = "tracing-log"
7364version = "0.1.3"
7365source = "registry+https://github.com/rust-lang/crates.io-index"
7366checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
7367dependencies = [
7368 "lazy_static",
7369 "log",
7370 "tracing-core",
7371]
7372
7373[[package]]
7374name = "tracing-serde"
7375version = "0.1.3"
7376source = "registry+https://github.com/rust-lang/crates.io-index"
7377checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
7378dependencies = [
7379 "serde",
7380 "tracing-core",
7381]
7382
7383[[package]]
7384name = "tracing-subscriber"
7385version = "0.3.17"
7386source = "registry+https://github.com/rust-lang/crates.io-index"
7387checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
7388dependencies = [
7389 "matchers",
7390 "nu-ansi-term",
7391 "once_cell",
7392 "regex",
7393 "serde",
7394 "serde_json",
7395 "sharded-slab",
7396 "smallvec",
7397 "thread_local",
7398 "tracing",
7399 "tracing-core",
7400 "tracing-log",
7401 "tracing-serde",
7402]
7403
7404[[package]]
7405name = "tree-sitter"
7406version = "0.20.10"
7407source = "git+https://github.com/tree-sitter/tree-sitter?rev=49226023693107fba9a1191136a4f47f38cdca73#49226023693107fba9a1191136a4f47f38cdca73"
7408dependencies = [
7409 "cc",
7410 "regex",
7411]
7412
7413[[package]]
7414name = "tree-sitter-c"
7415version = "0.20.2"
7416source = "registry+https://github.com/rust-lang/crates.io-index"
7417checksum = "cca211f4827d4b4dc79f388bf67b6fa3bc8a8cfa642161ef24f99f371ba34c7b"
7418dependencies = [
7419 "cc",
7420 "tree-sitter",
7421]
7422
7423[[package]]
7424name = "tree-sitter-cpp"
7425version = "0.20.0"
7426source = "registry+https://github.com/rust-lang/crates.io-index"
7427checksum = "8a869e3c5cef4e5db4e9ab16a8dc84d73010e60ada14cdc60d2f6d8aed17779d"
7428dependencies = [
7429 "cc",
7430 "tree-sitter",
7431]
7432
7433[[package]]
7434name = "tree-sitter-css"
7435version = "0.19.0"
7436source = "git+https://github.com/tree-sitter/tree-sitter-css?rev=769203d0f9abe1a9a691ac2b9fe4bb4397a73c51#769203d0f9abe1a9a691ac2b9fe4bb4397a73c51"
7437dependencies = [
7438 "cc",
7439 "tree-sitter",
7440]
7441
7442[[package]]
7443name = "tree-sitter-elixir"
7444version = "0.1.0"
7445source = "git+https://github.com/elixir-lang/tree-sitter-elixir?rev=4ba9dab6e2602960d95b2b625f3386c27e08084e#4ba9dab6e2602960d95b2b625f3386c27e08084e"
7446dependencies = [
7447 "cc",
7448 "tree-sitter",
7449]
7450
7451[[package]]
7452name = "tree-sitter-embedded-template"
7453version = "0.20.0"
7454source = "registry+https://github.com/rust-lang/crates.io-index"
7455checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
7456dependencies = [
7457 "cc",
7458 "tree-sitter",
7459]
7460
7461[[package]]
7462name = "tree-sitter-go"
7463version = "0.19.1"
7464source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=aeb2f33b366fd78d5789ff104956ce23508b85db#aeb2f33b366fd78d5789ff104956ce23508b85db"
7465dependencies = [
7466 "cc",
7467 "tree-sitter",
7468]
7469
7470[[package]]
7471name = "tree-sitter-heex"
7472version = "0.0.1"
7473source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=2e1348c3cf2c9323e87c2744796cf3f3868aa82a#2e1348c3cf2c9323e87c2744796cf3f3868aa82a"
7474dependencies = [
7475 "cc",
7476 "tree-sitter",
7477]
7478
7479[[package]]
7480name = "tree-sitter-html"
7481version = "0.19.0"
7482source = "registry+https://github.com/rust-lang/crates.io-index"
7483checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
7484dependencies = [
7485 "cc",
7486 "tree-sitter",
7487]
7488
7489[[package]]
7490name = "tree-sitter-javascript"
7491version = "0.20.0"
7492source = "registry+https://github.com/rust-lang/crates.io-index"
7493checksum = "2490fab08630b2c8943c320f7b63473cbf65511c8d83aec551beb9b4375906ed"
7494dependencies = [
7495 "cc",
7496 "tree-sitter",
7497]
7498
7499[[package]]
7500name = "tree-sitter-json"
7501version = "0.19.0"
7502source = "registry+https://github.com/rust-lang/crates.io-index"
7503checksum = "90b04c4e1a92139535eb9fca4ec8fa9666cc96b618005d3ae35f3c957fa92f92"
7504dependencies = [
7505 "cc",
7506 "tree-sitter",
7507]
7508
7509[[package]]
7510name = "tree-sitter-json"
7511version = "0.20.0"
7512source = "git+https://github.com/tree-sitter/tree-sitter-json?rev=40a81c01a40ac48744e0c8ccabbaba1920441199#40a81c01a40ac48744e0c8ccabbaba1920441199"
7513dependencies = [
7514 "cc",
7515 "tree-sitter",
7516]
7517
7518[[package]]
7519name = "tree-sitter-lua"
7520version = "0.0.14"
7521source = "registry+https://github.com/rust-lang/crates.io-index"
7522checksum = "d489873fd1a2fa6d5f04930bfc5c081c96f0c038c1437104518b5b842c69b282"
7523dependencies = [
7524 "cc",
7525 "tree-sitter",
7526]
7527
7528[[package]]
7529name = "tree-sitter-markdown"
7530version = "0.0.1"
7531source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
7532dependencies = [
7533 "cc",
7534 "tree-sitter",
7535]
7536
7537[[package]]
7538name = "tree-sitter-python"
7539version = "0.20.2"
7540source = "registry+https://github.com/rust-lang/crates.io-index"
7541checksum = "dda114f58048f5059dcf158aff691dffb8e113e6d2b50d94263fd68711975287"
7542dependencies = [
7543 "cc",
7544 "tree-sitter",
7545]
7546
7547[[package]]
7548name = "tree-sitter-racket"
7549version = "0.0.1"
7550source = "git+https://github.com/zed-industries/tree-sitter-racket?rev=eb010cf2c674c6fd9a6316a84e28ef90190fe51a#eb010cf2c674c6fd9a6316a84e28ef90190fe51a"
7551dependencies = [
7552 "cc",
7553 "tree-sitter",
7554]
7555
7556[[package]]
7557name = "tree-sitter-ruby"
7558version = "0.20.0"
7559source = "registry+https://github.com/rust-lang/crates.io-index"
7560checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
7561dependencies = [
7562 "cc",
7563 "tree-sitter",
7564]
7565
7566[[package]]
7567name = "tree-sitter-rust"
7568version = "0.20.3"
7569source = "registry+https://github.com/rust-lang/crates.io-index"
7570checksum = "797842733e252dc11ae5d403a18060bf337b822fc2ae5ddfaa6ff4d9cc20bda6"
7571dependencies = [
7572 "cc",
7573 "tree-sitter",
7574]
7575
7576[[package]]
7577name = "tree-sitter-scheme"
7578version = "0.2.0"
7579source = "git+https://github.com/6cdh/tree-sitter-scheme?rev=af0fd1fa452cb2562dc7b5c8a8c55551c39273b9#af0fd1fa452cb2562dc7b5c8a8c55551c39273b9"
7580dependencies = [
7581 "cc",
7582 "tree-sitter",
7583]
7584
7585[[package]]
7586name = "tree-sitter-toml"
7587version = "0.5.1"
7588source = "git+https://github.com/tree-sitter/tree-sitter-toml?rev=342d9be207c2dba869b9967124c679b5e6fd0ebe#342d9be207c2dba869b9967124c679b5e6fd0ebe"
7589dependencies = [
7590 "cc",
7591 "tree-sitter",
7592]
7593
7594[[package]]
7595name = "tree-sitter-typescript"
7596version = "0.20.2"
7597source = "registry+https://github.com/rust-lang/crates.io-index"
7598checksum = "079c695c32d39ad089101c66393aeaca30e967fba3486a91f573d2f0e12d290a"
7599dependencies = [
7600 "cc",
7601 "tree-sitter",
7602]
7603
7604[[package]]
7605name = "tree-sitter-typescript"
7606version = "0.20.2"
7607source = "git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259#5d20856f34315b068c41edaee2ac8a100081d259"
7608dependencies = [
7609 "cc",
7610 "tree-sitter",
7611]
7612
7613[[package]]
7614name = "tree-sitter-yaml"
7615version = "0.0.1"
7616source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=f545a41f57502e1b5ddf2a6668896c1b0620f930#f545a41f57502e1b5ddf2a6668896c1b0620f930"
7617dependencies = [
7618 "cc",
7619 "tree-sitter",
7620]
7621
7622[[package]]
7623name = "try-lock"
7624version = "0.2.4"
7625source = "registry+https://github.com/rust-lang/crates.io-index"
7626checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
7627
7628[[package]]
7629name = "ttf-parser"
7630version = "0.9.0"
7631source = "registry+https://github.com/rust-lang/crates.io-index"
7632checksum = "62ddb402ac6c2af6f7a2844243887631c4e94b51585b229fcfddb43958cd55ca"
7633
7634[[package]]
7635name = "ttf-parser"
7636version = "0.12.3"
7637source = "registry+https://github.com/rust-lang/crates.io-index"
7638checksum = "7ae2f58a822f08abdaf668897e96a5656fe72f5a9ce66422423e8849384872e6"
7639
7640[[package]]
7641name = "tungstenite"
7642version = "0.16.0"
7643source = "registry+https://github.com/rust-lang/crates.io-index"
7644checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
7645dependencies = [
7646 "base64 0.13.1",
7647 "byteorder",
7648 "bytes 1.4.0",
7649 "http",
7650 "httparse",
7651 "log",
7652 "rand 0.8.5",
7653 "sha-1 0.9.8",
7654 "thiserror",
7655 "url",
7656 "utf-8",
7657]
7658
7659[[package]]
7660name = "tungstenite"
7661version = "0.17.3"
7662source = "registry+https://github.com/rust-lang/crates.io-index"
7663checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
7664dependencies = [
7665 "base64 0.13.1",
7666 "byteorder",
7667 "bytes 1.4.0",
7668 "http",
7669 "httparse",
7670 "log",
7671 "rand 0.8.5",
7672 "sha-1 0.10.1",
7673 "thiserror",
7674 "url",
7675 "utf-8",
7676]
7677
7678[[package]]
7679name = "typenum"
7680version = "1.16.0"
7681source = "registry+https://github.com/rust-lang/crates.io-index"
7682checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
7683
7684[[package]]
7685name = "ucd-trie"
7686version = "0.1.5"
7687source = "registry+https://github.com/rust-lang/crates.io-index"
7688checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
7689
7690[[package]]
7691name = "unicase"
7692version = "2.6.0"
7693source = "registry+https://github.com/rust-lang/crates.io-index"
7694checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
7695dependencies = [
7696 "version_check",
7697]
7698
7699[[package]]
7700name = "unicode-bidi"
7701version = "0.3.13"
7702source = "registry+https://github.com/rust-lang/crates.io-index"
7703checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
7704
7705[[package]]
7706name = "unicode-bidi-mirroring"
7707version = "0.1.0"
7708source = "registry+https://github.com/rust-lang/crates.io-index"
7709checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
7710
7711[[package]]
7712name = "unicode-ccc"
7713version = "0.1.2"
7714source = "registry+https://github.com/rust-lang/crates.io-index"
7715checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
7716
7717[[package]]
7718name = "unicode-general-category"
7719version = "0.2.0"
7720source = "registry+https://github.com/rust-lang/crates.io-index"
7721checksum = "7f9af028e052a610d99e066b33304625dea9613170a2563314490a4e6ec5cf7f"
7722
7723[[package]]
7724name = "unicode-ident"
7725version = "1.0.8"
7726source = "registry+https://github.com/rust-lang/crates.io-index"
7727checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
7728
7729[[package]]
7730name = "unicode-normalization"
7731version = "0.1.22"
7732source = "registry+https://github.com/rust-lang/crates.io-index"
7733checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
7734dependencies = [
7735 "tinyvec",
7736]
7737
7738[[package]]
7739name = "unicode-script"
7740version = "0.5.5"
7741source = "registry+https://github.com/rust-lang/crates.io-index"
7742checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
7743
7744[[package]]
7745name = "unicode-segmentation"
7746version = "1.10.1"
7747source = "registry+https://github.com/rust-lang/crates.io-index"
7748checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
7749
7750[[package]]
7751name = "unicode-vo"
7752version = "0.1.0"
7753source = "registry+https://github.com/rust-lang/crates.io-index"
7754checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
7755
7756[[package]]
7757name = "unicode-width"
7758version = "0.1.10"
7759source = "registry+https://github.com/rust-lang/crates.io-index"
7760checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
7761
7762[[package]]
7763name = "unicode_categories"
7764version = "0.1.1"
7765source = "registry+https://github.com/rust-lang/crates.io-index"
7766checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
7767
7768[[package]]
7769name = "unindent"
7770version = "0.1.11"
7771source = "registry+https://github.com/rust-lang/crates.io-index"
7772checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
7773
7774[[package]]
7775name = "untrusted"
7776version = "0.7.1"
7777source = "registry+https://github.com/rust-lang/crates.io-index"
7778checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
7779
7780[[package]]
7781name = "url"
7782version = "2.3.1"
7783source = "registry+https://github.com/rust-lang/crates.io-index"
7784checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
7785dependencies = [
7786 "form_urlencoded",
7787 "idna",
7788 "percent-encoding",
7789 "serde",
7790]
7791
7792[[package]]
7793name = "urlencoding"
7794version = "2.1.2"
7795source = "registry+https://github.com/rust-lang/crates.io-index"
7796checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
7797
7798[[package]]
7799name = "usvg"
7800version = "0.14.1"
7801source = "registry+https://github.com/rust-lang/crates.io-index"
7802checksum = "ef8352f317d8f9a918ba5154797fb2a93e2730244041cf7d5be35148266adfa5"
7803dependencies = [
7804 "base64 0.13.1",
7805 "data-url",
7806 "flate2",
7807 "fontdb",
7808 "kurbo",
7809 "log",
7810 "memmap2",
7811 "pico-args",
7812 "rctree",
7813 "roxmltree",
7814 "rustybuzz",
7815 "simplecss",
7816 "siphasher",
7817 "svgtypes",
7818 "ttf-parser 0.12.3",
7819 "unicode-bidi",
7820 "unicode-script",
7821 "unicode-vo",
7822 "xmlwriter",
7823]
7824
7825[[package]]
7826name = "utf-8"
7827version = "0.7.6"
7828source = "registry+https://github.com/rust-lang/crates.io-index"
7829checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
7830
7831[[package]]
7832name = "utf8parse"
7833version = "0.2.1"
7834source = "registry+https://github.com/rust-lang/crates.io-index"
7835checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
7836
7837[[package]]
7838name = "util"
7839version = "0.1.0"
7840dependencies = [
7841 "anyhow",
7842 "backtrace",
7843 "dirs 3.0.2",
7844 "futures 0.3.28",
7845 "git2",
7846 "isahc",
7847 "lazy_static",
7848 "log",
7849 "rand 0.8.5",
7850 "rust-embed",
7851 "serde",
7852 "serde_json",
7853 "smol",
7854 "take-until",
7855 "tempdir",
7856 "url",
7857]
7858
7859[[package]]
7860name = "uuid"
7861version = "0.5.1"
7862source = "registry+https://github.com/rust-lang/crates.io-index"
7863checksum = "bcc7e3b898aa6f6c08e5295b6c89258d1331e9ac578cc992fb818759951bdc22"
7864
7865[[package]]
7866name = "uuid"
7867version = "0.8.2"
7868source = "registry+https://github.com/rust-lang/crates.io-index"
7869checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
7870dependencies = [
7871 "getrandom 0.2.9",
7872]
7873
7874[[package]]
7875name = "uuid"
7876version = "1.3.2"
7877source = "registry+https://github.com/rust-lang/crates.io-index"
7878checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2"
7879dependencies = [
7880 "getrandom 0.2.9",
7881 "serde",
7882]
7883
7884[[package]]
7885name = "valuable"
7886version = "0.1.0"
7887source = "registry+https://github.com/rust-lang/crates.io-index"
7888checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
7889
7890[[package]]
7891name = "value-bag"
7892version = "1.0.0-alpha.9"
7893source = "registry+https://github.com/rust-lang/crates.io-index"
7894checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
7895dependencies = [
7896 "ctor",
7897 "erased-serde",
7898 "serde",
7899 "serde_fmt",
7900 "sval",
7901 "version_check",
7902]
7903
7904[[package]]
7905name = "vcpkg"
7906version = "0.2.15"
7907source = "registry+https://github.com/rust-lang/crates.io-index"
7908checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
7909
7910[[package]]
7911name = "vector_store"
7912version = "0.1.0"
7913dependencies = [
7914 "anyhow",
7915 "async-compat",
7916 "async-trait",
7917 "futures 0.3.28",
7918 "gpui",
7919 "isahc",
7920 "language",
7921 "lazy_static",
7922 "log",
7923 "project",
7924 "rusqlite",
7925 "serde",
7926 "serde_json",
7927 "smol",
7928 "sqlx",
7929 "tree-sitter",
7930 "util",
7931 "workspace",
7932]
7933
7934[[package]]
7935name = "version_check"
7936version = "0.9.4"
7937source = "registry+https://github.com/rust-lang/crates.io-index"
7938checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
7939
7940[[package]]
7941name = "vim"
7942version = "0.1.0"
7943dependencies = [
7944 "anyhow",
7945 "async-compat",
7946 "async-trait",
7947 "collections",
7948 "command_palette",
7949 "editor",
7950 "gpui",
7951 "indoc",
7952 "itertools",
7953 "language",
7954 "lazy_static",
7955 "log",
7956 "nvim-rs",
7957 "parking_lot 0.11.2",
7958 "project",
7959 "search",
7960 "serde",
7961 "serde_derive",
7962 "serde_json",
7963 "settings",
7964 "tokio",
7965 "util",
7966 "workspace",
7967]
7968
7969[[package]]
7970name = "vte"
7971version = "0.10.1"
7972source = "registry+https://github.com/rust-lang/crates.io-index"
7973checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
7974dependencies = [
7975 "utf8parse",
7976 "vte_generate_state_changes",
7977]
7978
7979[[package]]
7980name = "vte_generate_state_changes"
7981version = "0.1.1"
7982source = "registry+https://github.com/rust-lang/crates.io-index"
7983checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
7984dependencies = [
7985 "proc-macro2",
7986 "quote",
7987]
7988
7989[[package]]
7990name = "waker-fn"
7991version = "1.1.0"
7992source = "registry+https://github.com/rust-lang/crates.io-index"
7993checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
7994
7995[[package]]
7996name = "walkdir"
7997version = "2.3.3"
7998source = "registry+https://github.com/rust-lang/crates.io-index"
7999checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
8000dependencies = [
8001 "same-file",
8002 "winapi-util",
8003]
8004
8005[[package]]
8006name = "want"
8007version = "0.3.0"
8008source = "registry+https://github.com/rust-lang/crates.io-index"
8009checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
8010dependencies = [
8011 "log",
8012 "try-lock",
8013]
8014
8015[[package]]
8016name = "wasi"
8017version = "0.9.0+wasi-snapshot-preview1"
8018source = "registry+https://github.com/rust-lang/crates.io-index"
8019checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
8020
8021[[package]]
8022name = "wasi"
8023version = "0.10.0+wasi-snapshot-preview1"
8024source = "registry+https://github.com/rust-lang/crates.io-index"
8025checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
8026
8027[[package]]
8028name = "wasi"
8029version = "0.11.0+wasi-snapshot-preview1"
8030source = "registry+https://github.com/rust-lang/crates.io-index"
8031checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
8032
8033[[package]]
8034name = "wasi-cap-std-sync"
8035version = "0.38.3"
8036source = "registry+https://github.com/rust-lang/crates.io-index"
8037checksum = "f086c5026d2fc3b268d138e65373f46422cc810f46d6e0776859c5027cb18728"
8038dependencies = [
8039 "anyhow",
8040 "async-trait",
8041 "cap-fs-ext",
8042 "cap-rand",
8043 "cap-std",
8044 "cap-time-ext",
8045 "fs-set-times",
8046 "io-extras",
8047 "io-lifetimes 0.5.3",
8048 "is-terminal 0.1.0",
8049 "lazy_static",
8050 "rustix 0.33.7",
8051 "system-interface",
8052 "tracing",
8053 "wasi-common",
8054 "winapi 0.3.9",
8055]
8056
8057[[package]]
8058name = "wasi-common"
8059version = "0.38.3"
8060source = "registry+https://github.com/rust-lang/crates.io-index"
8061checksum = "4e8844fede1c3787cc08853872f47e8bd91f6c939c7406bc7a5dba496b260c08"
8062dependencies = [
8063 "anyhow",
8064 "bitflags",
8065 "cap-rand",
8066 "cap-std",
8067 "io-extras",
8068 "rustix 0.33.7",
8069 "thiserror",
8070 "tracing",
8071 "wiggle",
8072 "winapi 0.3.9",
8073]
8074
8075[[package]]
8076name = "wasm-bindgen"
8077version = "0.2.85"
8078source = "registry+https://github.com/rust-lang/crates.io-index"
8079checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4"
8080dependencies = [
8081 "cfg-if 1.0.0",
8082 "wasm-bindgen-macro",
8083]
8084
8085[[package]]
8086name = "wasm-bindgen-backend"
8087version = "0.2.85"
8088source = "registry+https://github.com/rust-lang/crates.io-index"
8089checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822"
8090dependencies = [
8091 "bumpalo",
8092 "log",
8093 "once_cell",
8094 "proc-macro2",
8095 "quote",
8096 "syn 2.0.18",
8097 "wasm-bindgen-shared",
8098]
8099
8100[[package]]
8101name = "wasm-bindgen-futures"
8102version = "0.4.35"
8103source = "registry+https://github.com/rust-lang/crates.io-index"
8104checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163"
8105dependencies = [
8106 "cfg-if 1.0.0",
8107 "js-sys",
8108 "wasm-bindgen",
8109 "web-sys",
8110]
8111
8112[[package]]
8113name = "wasm-bindgen-macro"
8114version = "0.2.85"
8115source = "registry+https://github.com/rust-lang/crates.io-index"
8116checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434"
8117dependencies = [
8118 "quote",
8119 "wasm-bindgen-macro-support",
8120]
8121
8122[[package]]
8123name = "wasm-bindgen-macro-support"
8124version = "0.2.85"
8125source = "registry+https://github.com/rust-lang/crates.io-index"
8126checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869"
8127dependencies = [
8128 "proc-macro2",
8129 "quote",
8130 "syn 2.0.18",
8131 "wasm-bindgen-backend",
8132 "wasm-bindgen-shared",
8133]
8134
8135[[package]]
8136name = "wasm-bindgen-shared"
8137version = "0.2.85"
8138source = "registry+https://github.com/rust-lang/crates.io-index"
8139checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb"
8140
8141[[package]]
8142name = "wasm-encoder"
8143version = "0.26.0"
8144source = "registry+https://github.com/rust-lang/crates.io-index"
8145checksum = "d05d0b6fcd0aeb98adf16e7975331b3c17222aa815148f5b976370ce589d80ef"
8146dependencies = [
8147 "leb128",
8148]
8149
8150[[package]]
8151name = "wasmparser"
8152version = "0.85.0"
8153source = "registry+https://github.com/rust-lang/crates.io-index"
8154checksum = "570460c58b21e9150d2df0eaaedbb7816c34bcec009ae0dcc976e40ba81463e7"
8155dependencies = [
8156 "indexmap",
8157]
8158
8159[[package]]
8160name = "wasmtime"
8161version = "0.38.3"
8162source = "registry+https://github.com/rust-lang/crates.io-index"
8163checksum = "1f50eadf868ab6a04b7b511460233377d0bfbb92e417b2f6a98b98fef2e098f5"
8164dependencies = [
8165 "anyhow",
8166 "async-trait",
8167 "backtrace",
8168 "bincode",
8169 "cfg-if 1.0.0",
8170 "indexmap",
8171 "lazy_static",
8172 "libc",
8173 "log",
8174 "object 0.28.4",
8175 "once_cell",
8176 "paste",
8177 "psm",
8178 "rayon",
8179 "region",
8180 "serde",
8181 "target-lexicon",
8182 "wasmparser",
8183 "wasmtime-cache",
8184 "wasmtime-cranelift",
8185 "wasmtime-environ",
8186 "wasmtime-fiber",
8187 "wasmtime-jit",
8188 "wasmtime-runtime",
8189 "wat",
8190 "winapi 0.3.9",
8191]
8192
8193[[package]]
8194name = "wasmtime-cache"
8195version = "0.38.3"
8196source = "registry+https://github.com/rust-lang/crates.io-index"
8197checksum = "d1df23c642e1376892f3b72f311596976979cbf8b85469680cdd3a8a063d12a2"
8198dependencies = [
8199 "anyhow",
8200 "base64 0.13.1",
8201 "bincode",
8202 "directories-next",
8203 "file-per-thread-logger",
8204 "log",
8205 "rustix 0.33.7",
8206 "serde",
8207 "sha2 0.9.9",
8208 "toml",
8209 "winapi 0.3.9",
8210 "zstd",
8211]
8212
8213[[package]]
8214name = "wasmtime-cranelift"
8215version = "0.38.3"
8216source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "f264ff6b4df247d15584f2f53d009fbc90032cfdc2605b52b961bffc71b6eccd"
8218dependencies = [
8219 "anyhow",
8220 "cranelift-codegen",
8221 "cranelift-entity",
8222 "cranelift-frontend",
8223 "cranelift-native",
8224 "cranelift-wasm",
8225 "gimli 0.26.2",
8226 "log",
8227 "more-asserts",
8228 "object 0.28.4",
8229 "target-lexicon",
8230 "thiserror",
8231 "wasmparser",
8232 "wasmtime-environ",
8233]
8234
8235[[package]]
8236name = "wasmtime-environ"
8237version = "0.38.3"
8238source = "registry+https://github.com/rust-lang/crates.io-index"
8239checksum = "839d2820e4b830f4b9e7aa08d4c0acabf4a5036105d639f6dfa1c6891c73bdc6"
8240dependencies = [
8241 "anyhow",
8242 "cranelift-entity",
8243 "gimli 0.26.2",
8244 "indexmap",
8245 "log",
8246 "more-asserts",
8247 "object 0.28.4",
8248 "serde",
8249 "target-lexicon",
8250 "thiserror",
8251 "wasmparser",
8252 "wasmtime-types",
8253]
8254
8255[[package]]
8256name = "wasmtime-fiber"
8257version = "0.38.3"
8258source = "registry+https://github.com/rust-lang/crates.io-index"
8259checksum = "3248be3c4911233535356025f6562193614a40155ee9094bb6a2b43f0dc82803"
8260dependencies = [
8261 "cc",
8262 "rustix 0.33.7",
8263 "winapi 0.3.9",
8264]
8265
8266[[package]]
8267name = "wasmtime-jit"
8268version = "0.38.3"
8269source = "registry+https://github.com/rust-lang/crates.io-index"
8270checksum = "ef0a0bcbfa18b946d890078ba0e1bc76bcc53eccfb40806c0020ec29dcd1bd49"
8271dependencies = [
8272 "addr2line 0.17.0",
8273 "anyhow",
8274 "bincode",
8275 "cfg-if 1.0.0",
8276 "cpp_demangle",
8277 "gimli 0.26.2",
8278 "ittapi-rs",
8279 "log",
8280 "object 0.28.4",
8281 "region",
8282 "rustc-demangle",
8283 "rustix 0.33.7",
8284 "serde",
8285 "target-lexicon",
8286 "thiserror",
8287 "wasmtime-environ",
8288 "wasmtime-jit-debug",
8289 "wasmtime-runtime",
8290 "winapi 0.3.9",
8291]
8292
8293[[package]]
8294name = "wasmtime-jit-debug"
8295version = "0.38.3"
8296source = "registry+https://github.com/rust-lang/crates.io-index"
8297checksum = "4f4779d976206c458edd643d1ac622b6c37e4a0800a8b1d25dfbf245ac2f2cac"
8298dependencies = [
8299 "lazy_static",
8300 "object 0.28.4",
8301 "rustix 0.33.7",
8302]
8303
8304[[package]]
8305name = "wasmtime-runtime"
8306version = "0.38.3"
8307source = "registry+https://github.com/rust-lang/crates.io-index"
8308checksum = "b7eb6ffa169eb5dcd18ac9473c817358cd57bc62c244622210566d473397954a"
8309dependencies = [
8310 "anyhow",
8311 "backtrace",
8312 "cc",
8313 "cfg-if 1.0.0",
8314 "indexmap",
8315 "libc",
8316 "log",
8317 "mach",
8318 "memfd",
8319 "memoffset 0.6.5",
8320 "more-asserts",
8321 "rand 0.8.5",
8322 "region",
8323 "rustix 0.33.7",
8324 "thiserror",
8325 "wasmtime-environ",
8326 "wasmtime-fiber",
8327 "wasmtime-jit-debug",
8328 "winapi 0.3.9",
8329]
8330
8331[[package]]
8332name = "wasmtime-types"
8333version = "0.38.3"
8334source = "registry+https://github.com/rust-lang/crates.io-index"
8335checksum = "8d932b0ac5336f7308d869703dd225610a6a3aeaa8e968c52b43eed96cefb1c2"
8336dependencies = [
8337 "cranelift-entity",
8338 "serde",
8339 "thiserror",
8340 "wasmparser",
8341]
8342
8343[[package]]
8344name = "wasmtime-wasi"
8345version = "0.38.3"
8346source = "registry+https://github.com/rust-lang/crates.io-index"
8347checksum = "b68b7d77fb6f2975a6fe6cc4d0015d6b0cebb65c39fce1dd4cc00880dbf7789c"
8348dependencies = [
8349 "anyhow",
8350 "wasi-cap-std-sync",
8351 "wasi-common",
8352 "wasmtime",
8353 "wiggle",
8354]
8355
8356[[package]]
8357name = "wast"
8358version = "35.0.2"
8359source = "registry+https://github.com/rust-lang/crates.io-index"
8360checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
8361dependencies = [
8362 "leb128",
8363]
8364
8365[[package]]
8366name = "wast"
8367version = "57.0.0"
8368source = "registry+https://github.com/rust-lang/crates.io-index"
8369checksum = "6eb0f5ed17ac4421193c7477da05892c2edafd67f9639e3c11a82086416662dc"
8370dependencies = [
8371 "leb128",
8372 "memchr",
8373 "unicode-width",
8374 "wasm-encoder",
8375]
8376
8377[[package]]
8378name = "wat"
8379version = "1.0.63"
8380source = "registry+https://github.com/rust-lang/crates.io-index"
8381checksum = "ab9ab0d87337c3be2bb6fc5cd331c4ba9fd6bcb4ee85048a0dd59ed9ecf92e53"
8382dependencies = [
8383 "wast 57.0.0",
8384]
8385
8386[[package]]
8387name = "web-sys"
8388version = "0.3.62"
8389source = "registry+https://github.com/rust-lang/crates.io-index"
8390checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721"
8391dependencies = [
8392 "js-sys",
8393 "wasm-bindgen",
8394]
8395
8396[[package]]
8397name = "webpki"
8398version = "0.21.4"
8399source = "registry+https://github.com/rust-lang/crates.io-index"
8400checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
8401dependencies = [
8402 "ring",
8403 "untrusted",
8404]
8405
8406[[package]]
8407name = "webpki"
8408version = "0.22.0"
8409source = "registry+https://github.com/rust-lang/crates.io-index"
8410checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
8411dependencies = [
8412 "ring",
8413 "untrusted",
8414]
8415
8416[[package]]
8417name = "webpki-roots"
8418version = "0.21.1"
8419source = "registry+https://github.com/rust-lang/crates.io-index"
8420checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
8421dependencies = [
8422 "webpki 0.21.4",
8423]
8424
8425[[package]]
8426name = "webpki-roots"
8427version = "0.22.6"
8428source = "registry+https://github.com/rust-lang/crates.io-index"
8429checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
8430dependencies = [
8431 "webpki 0.22.0",
8432]
8433
8434[[package]]
8435name = "weezl"
8436version = "0.1.7"
8437source = "registry+https://github.com/rust-lang/crates.io-index"
8438checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
8439
8440[[package]]
8441name = "welcome"
8442version = "0.1.0"
8443dependencies = [
8444 "anyhow",
8445 "client",
8446 "db",
8447 "editor",
8448 "fs",
8449 "fuzzy",
8450 "gpui",
8451 "install_cli",
8452 "log",
8453 "picker",
8454 "project",
8455 "schemars",
8456 "serde",
8457 "settings",
8458 "theme",
8459 "theme_selector",
8460 "util",
8461 "workspace",
8462]
8463
8464[[package]]
8465name = "which"
8466version = "4.4.0"
8467source = "registry+https://github.com/rust-lang/crates.io-index"
8468checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
8469dependencies = [
8470 "either",
8471 "libc",
8472 "once_cell",
8473]
8474
8475[[package]]
8476name = "whoami"
8477version = "1.4.0"
8478source = "registry+https://github.com/rust-lang/crates.io-index"
8479checksum = "2c70234412ca409cc04e864e89523cb0fc37f5e1344ebed5a3ebf4192b6b9f68"
8480dependencies = [
8481 "wasm-bindgen",
8482 "web-sys",
8483]
8484
8485[[package]]
8486name = "wiggle"
8487version = "0.38.3"
8488source = "registry+https://github.com/rust-lang/crates.io-index"
8489checksum = "67dadac11343d2aabc8a906a0db0aaf7cb5046ec3d6fffccdaf2847dccdef8d6"
8490dependencies = [
8491 "anyhow",
8492 "async-trait",
8493 "bitflags",
8494 "thiserror",
8495 "tracing",
8496 "wasmtime",
8497 "wiggle-macro",
8498]
8499
8500[[package]]
8501name = "wiggle-generate"
8502version = "0.38.3"
8503source = "registry+https://github.com/rust-lang/crates.io-index"
8504checksum = "63a1dccd6b3fbd9a27417f5d30ce9aa3ee9cf529aad453abbf88a49c5d605b79"
8505dependencies = [
8506 "anyhow",
8507 "heck 0.4.1",
8508 "proc-macro2",
8509 "quote",
8510 "shellexpand",
8511 "syn 1.0.109",
8512 "witx",
8513]
8514
8515[[package]]
8516name = "wiggle-macro"
8517version = "0.38.3"
8518source = "registry+https://github.com/rust-lang/crates.io-index"
8519checksum = "f1c368d57d9560c34deaa67e06b0953ccf65edb906c525e5a2c866c849b48ec2"
8520dependencies = [
8521 "proc-macro2",
8522 "quote",
8523 "syn 1.0.109",
8524 "wiggle-generate",
8525]
8526
8527[[package]]
8528name = "winapi"
8529version = "0.2.8"
8530source = "registry+https://github.com/rust-lang/crates.io-index"
8531checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
8532
8533[[package]]
8534name = "winapi"
8535version = "0.3.9"
8536source = "registry+https://github.com/rust-lang/crates.io-index"
8537checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
8538dependencies = [
8539 "winapi-i686-pc-windows-gnu",
8540 "winapi-x86_64-pc-windows-gnu",
8541]
8542
8543[[package]]
8544name = "winapi-build"
8545version = "0.1.1"
8546source = "registry+https://github.com/rust-lang/crates.io-index"
8547checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
8548
8549[[package]]
8550name = "winapi-i686-pc-windows-gnu"
8551version = "0.4.0"
8552source = "registry+https://github.com/rust-lang/crates.io-index"
8553checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
8554
8555[[package]]
8556name = "winapi-util"
8557version = "0.1.5"
8558source = "registry+https://github.com/rust-lang/crates.io-index"
8559checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
8560dependencies = [
8561 "winapi 0.3.9",
8562]
8563
8564[[package]]
8565name = "winapi-x86_64-pc-windows-gnu"
8566version = "0.4.0"
8567source = "registry+https://github.com/rust-lang/crates.io-index"
8568checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
8569
8570[[package]]
8571name = "windows"
8572version = "0.48.0"
8573source = "registry+https://github.com/rust-lang/crates.io-index"
8574checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
8575dependencies = [
8576 "windows-targets 0.48.0",
8577]
8578
8579[[package]]
8580name = "windows-sys"
8581version = "0.42.0"
8582source = "registry+https://github.com/rust-lang/crates.io-index"
8583checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
8584dependencies = [
8585 "windows_aarch64_gnullvm 0.42.2",
8586 "windows_aarch64_msvc 0.42.2",
8587 "windows_i686_gnu 0.42.2",
8588 "windows_i686_msvc 0.42.2",
8589 "windows_x86_64_gnu 0.42.2",
8590 "windows_x86_64_gnullvm 0.42.2",
8591 "windows_x86_64_msvc 0.42.2",
8592]
8593
8594[[package]]
8595name = "windows-sys"
8596version = "0.45.0"
8597source = "registry+https://github.com/rust-lang/crates.io-index"
8598checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
8599dependencies = [
8600 "windows-targets 0.42.2",
8601]
8602
8603[[package]]
8604name = "windows-sys"
8605version = "0.48.0"
8606source = "registry+https://github.com/rust-lang/crates.io-index"
8607checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
8608dependencies = [
8609 "windows-targets 0.48.0",
8610]
8611
8612[[package]]
8613name = "windows-targets"
8614version = "0.42.2"
8615source = "registry+https://github.com/rust-lang/crates.io-index"
8616checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
8617dependencies = [
8618 "windows_aarch64_gnullvm 0.42.2",
8619 "windows_aarch64_msvc 0.42.2",
8620 "windows_i686_gnu 0.42.2",
8621 "windows_i686_msvc 0.42.2",
8622 "windows_x86_64_gnu 0.42.2",
8623 "windows_x86_64_gnullvm 0.42.2",
8624 "windows_x86_64_msvc 0.42.2",
8625]
8626
8627[[package]]
8628name = "windows-targets"
8629version = "0.48.0"
8630source = "registry+https://github.com/rust-lang/crates.io-index"
8631checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
8632dependencies = [
8633 "windows_aarch64_gnullvm 0.48.0",
8634 "windows_aarch64_msvc 0.48.0",
8635 "windows_i686_gnu 0.48.0",
8636 "windows_i686_msvc 0.48.0",
8637 "windows_x86_64_gnu 0.48.0",
8638 "windows_x86_64_gnullvm 0.48.0",
8639 "windows_x86_64_msvc 0.48.0",
8640]
8641
8642[[package]]
8643name = "windows_aarch64_gnullvm"
8644version = "0.42.2"
8645source = "registry+https://github.com/rust-lang/crates.io-index"
8646checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
8647
8648[[package]]
8649name = "windows_aarch64_gnullvm"
8650version = "0.48.0"
8651source = "registry+https://github.com/rust-lang/crates.io-index"
8652checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
8653
8654[[package]]
8655name = "windows_aarch64_msvc"
8656version = "0.42.2"
8657source = "registry+https://github.com/rust-lang/crates.io-index"
8658checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
8659
8660[[package]]
8661name = "windows_aarch64_msvc"
8662version = "0.48.0"
8663source = "registry+https://github.com/rust-lang/crates.io-index"
8664checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
8665
8666[[package]]
8667name = "windows_i686_gnu"
8668version = "0.42.2"
8669source = "registry+https://github.com/rust-lang/crates.io-index"
8670checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
8671
8672[[package]]
8673name = "windows_i686_gnu"
8674version = "0.48.0"
8675source = "registry+https://github.com/rust-lang/crates.io-index"
8676checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
8677
8678[[package]]
8679name = "windows_i686_msvc"
8680version = "0.42.2"
8681source = "registry+https://github.com/rust-lang/crates.io-index"
8682checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
8683
8684[[package]]
8685name = "windows_i686_msvc"
8686version = "0.48.0"
8687source = "registry+https://github.com/rust-lang/crates.io-index"
8688checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
8689
8690[[package]]
8691name = "windows_x86_64_gnu"
8692version = "0.42.2"
8693source = "registry+https://github.com/rust-lang/crates.io-index"
8694checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
8695
8696[[package]]
8697name = "windows_x86_64_gnu"
8698version = "0.48.0"
8699source = "registry+https://github.com/rust-lang/crates.io-index"
8700checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
8701
8702[[package]]
8703name = "windows_x86_64_gnullvm"
8704version = "0.42.2"
8705source = "registry+https://github.com/rust-lang/crates.io-index"
8706checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
8707
8708[[package]]
8709name = "windows_x86_64_gnullvm"
8710version = "0.48.0"
8711source = "registry+https://github.com/rust-lang/crates.io-index"
8712checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
8713
8714[[package]]
8715name = "windows_x86_64_msvc"
8716version = "0.42.2"
8717source = "registry+https://github.com/rust-lang/crates.io-index"
8718checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
8719
8720[[package]]
8721name = "windows_x86_64_msvc"
8722version = "0.48.0"
8723source = "registry+https://github.com/rust-lang/crates.io-index"
8724checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
8725
8726[[package]]
8727name = "winreg"
8728version = "0.10.1"
8729source = "registry+https://github.com/rust-lang/crates.io-index"
8730checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
8731dependencies = [
8732 "winapi 0.3.9",
8733]
8734
8735[[package]]
8736name = "winx"
8737version = "0.31.0"
8738source = "registry+https://github.com/rust-lang/crates.io-index"
8739checksum = "08d5973cb8cd94a77d03ad7e23bbe14889cb29805da1cec0e4aff75e21aebded"
8740dependencies = [
8741 "bitflags",
8742 "io-lifetimes 0.5.3",
8743 "winapi 0.3.9",
8744]
8745
8746[[package]]
8747name = "wio"
8748version = "0.2.2"
8749source = "registry+https://github.com/rust-lang/crates.io-index"
8750checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
8751dependencies = [
8752 "winapi 0.3.9",
8753]
8754
8755[[package]]
8756name = "witx"
8757version = "0.9.1"
8758source = "registry+https://github.com/rust-lang/crates.io-index"
8759checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
8760dependencies = [
8761 "anyhow",
8762 "log",
8763 "thiserror",
8764 "wast 35.0.2",
8765]
8766
8767[[package]]
8768name = "workspace"
8769version = "0.1.0"
8770dependencies = [
8771 "anyhow",
8772 "async-recursion 1.0.4",
8773 "bincode",
8774 "call",
8775 "client",
8776 "collections",
8777 "context_menu",
8778 "db",
8779 "drag_and_drop",
8780 "env_logger 0.9.3",
8781 "fs",
8782 "futures 0.3.28",
8783 "gpui",
8784 "indoc",
8785 "install_cli",
8786 "itertools",
8787 "language",
8788 "lazy_static",
8789 "log",
8790 "menu",
8791 "parking_lot 0.11.2",
8792 "postage",
8793 "project",
8794 "schemars",
8795 "serde",
8796 "serde_derive",
8797 "serde_json",
8798 "settings",
8799 "smallvec",
8800 "terminal",
8801 "theme",
8802 "util",
8803 "uuid 1.3.2",
8804]
8805
8806[[package]]
8807name = "ws2_32-sys"
8808version = "0.2.1"
8809source = "registry+https://github.com/rust-lang/crates.io-index"
8810checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
8811dependencies = [
8812 "winapi 0.2.8",
8813 "winapi-build",
8814]
8815
8816[[package]]
8817name = "xattr"
8818version = "0.2.3"
8819source = "registry+https://github.com/rust-lang/crates.io-index"
8820checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
8821dependencies = [
8822 "libc",
8823]
8824
8825[[package]]
8826name = "xmlparser"
8827version = "0.13.5"
8828source = "registry+https://github.com/rust-lang/crates.io-index"
8829checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
8830
8831[[package]]
8832name = "xmlwriter"
8833version = "0.1.0"
8834source = "registry+https://github.com/rust-lang/crates.io-index"
8835checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
8836
8837[[package]]
8838name = "yaml-rust"
8839version = "0.4.5"
8840source = "registry+https://github.com/rust-lang/crates.io-index"
8841checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
8842dependencies = [
8843 "linked-hash-map",
8844]
8845
8846[[package]]
8847name = "yansi"
8848version = "0.5.1"
8849source = "registry+https://github.com/rust-lang/crates.io-index"
8850checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
8851
8852[[package]]
8853name = "yeslogic-fontconfig-sys"
8854version = "3.2.0"
8855source = "registry+https://github.com/rust-lang/crates.io-index"
8856checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
8857dependencies = [
8858 "const-cstr",
8859 "dlib",
8860 "once_cell",
8861 "pkg-config",
8862]
8863
8864[[package]]
8865name = "zed"
8866version = "0.92.0"
8867dependencies = [
8868 "activity_indicator",
8869 "ai",
8870 "anyhow",
8871 "async-compression",
8872 "async-recursion 0.3.2",
8873 "async-tar",
8874 "async-trait",
8875 "auto_update",
8876 "backtrace",
8877 "breadcrumbs",
8878 "call",
8879 "chrono",
8880 "cli",
8881 "client",
8882 "clock",
8883 "collab_ui",
8884 "collections",
8885 "command_palette",
8886 "context_menu",
8887 "copilot",
8888 "copilot_button",
8889 "ctor",
8890 "db",
8891 "diagnostics",
8892 "editor",
8893 "env_logger 0.9.3",
8894 "feedback",
8895 "file_finder",
8896 "fs",
8897 "fsevent",
8898 "futures 0.3.28",
8899 "fuzzy",
8900 "go_to_line",
8901 "gpui",
8902 "ignore",
8903 "image",
8904 "indexmap",
8905 "install_cli",
8906 "isahc",
8907 "journal",
8908 "language",
8909 "language_selector",
8910 "language_tools",
8911 "lazy_static",
8912 "libc",
8913 "log",
8914 "lsp",
8915 "node_runtime",
8916 "num_cpus",
8917 "outline",
8918 "parking_lot 0.11.2",
8919 "plugin_runtime",
8920 "postage",
8921 "project",
8922 "project_panel",
8923 "project_symbols",
8924 "rand 0.8.5",
8925 "recent_projects",
8926 "regex",
8927 "rpc",
8928 "rsa",
8929 "rust-embed",
8930 "search",
8931 "serde",
8932 "serde_derive",
8933 "serde_json",
8934 "settings",
8935 "simplelog",
8936 "smallvec",
8937 "smol",
8938 "staff_mode",
8939 "sum_tree",
8940 "tempdir",
8941 "terminal_view",
8942 "text",
8943 "theme",
8944 "theme_selector",
8945 "theme_testbench",
8946 "thiserror",
8947 "tiny_http",
8948 "toml",
8949 "tree-sitter",
8950 "tree-sitter-c",
8951 "tree-sitter-cpp",
8952 "tree-sitter-css",
8953 "tree-sitter-elixir",
8954 "tree-sitter-embedded-template",
8955 "tree-sitter-go",
8956 "tree-sitter-heex",
8957 "tree-sitter-html",
8958 "tree-sitter-json 0.20.0",
8959 "tree-sitter-lua",
8960 "tree-sitter-markdown",
8961 "tree-sitter-python",
8962 "tree-sitter-racket",
8963 "tree-sitter-ruby",
8964 "tree-sitter-rust",
8965 "tree-sitter-scheme",
8966 "tree-sitter-toml",
8967 "tree-sitter-typescript 0.20.2 (git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259)",
8968 "tree-sitter-yaml",
8969 "unindent",
8970 "url",
8971 "urlencoding",
8972 "util",
8973 "uuid 1.3.2",
8974 "vector_store",
8975 "vim",
8976 "welcome",
8977 "workspace",
8978]
8979
8980[[package]]
8981name = "zeroize"
8982version = "1.3.0"
8983source = "registry+https://github.com/rust-lang/crates.io-index"
8984checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
8985dependencies = [
8986 "zeroize_derive",
8987]
8988
8989[[package]]
8990name = "zeroize_derive"
8991version = "1.4.2"
8992source = "registry+https://github.com/rust-lang/crates.io-index"
8993checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
8994dependencies = [
8995 "proc-macro2",
8996 "quote",
8997 "syn 2.0.18",
8998]
8999
9000[[package]]
9001name = "zstd"
9002version = "0.11.2+zstd.1.5.2"
9003source = "registry+https://github.com/rust-lang/crates.io-index"
9004checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
9005dependencies = [
9006 "zstd-safe",
9007]
9008
9009[[package]]
9010name = "zstd-safe"
9011version = "5.0.2+zstd.1.5.2"
9012source = "registry+https://github.com/rust-lang/crates.io-index"
9013checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
9014dependencies = [
9015 "libc",
9016 "zstd-sys",
9017]
9018
9019[[package]]
9020name = "zstd-sys"
9021version = "2.0.8+zstd.1.5.5"
9022source = "registry+https://github.com/rust-lang/crates.io-index"
9023checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
9024dependencies = [
9025 "cc",
9026 "libc",
9027 "pkg-config",
9028]