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