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