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