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