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