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