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