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