Cargo.lock

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