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