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