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