Cargo.lock

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