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