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