Cargo.lock

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