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