Cargo.lock

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