Cargo.lock

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