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